@charset "UTF-8";
header {
  position: relative; }

/***************************************/
header {
  /*  position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  opacity: 1.0;
  z-index: 8888; }
  header.DownMove {
    transform: translateY(-100px);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    animation: DownAnime 0.5s forwards; }
    header.DownMove .important {
      display: none; }
  header.UpMove {
    /*  position: absolute;
      top: 0;
      left: 0;*/
    width: 100%;
    opacity: 1.0; }
    header.UpMove .important {
      display: flex; }

@keyframes DownAnime {
  from {
    top: 0;
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  header {
    /*  position: absolute;
      top: 0;
      left: 0;*/
    width: 100%;
    opacity: 1.0;
    z-index: 8888; }
    header.DownMove {
      transform: none;
      position: relative;
      top: auto;
      left: auto;
      background-color: inherit;
      animation: DownAnime02; }
      header.DownMove .important {
        display: flex; }
    header.UpMove {
      width: 100%;
      opacity: 1; }
      header.UpMove .important {
        display: flex; }
    header.sp_DownMove {
      transform: translateY(-100px);
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      animation: DownAnime 0.5s forwards; }
      header.sp_DownMove .important {
        display: none; }
    header.sp_UpMove {
      width: 100%;
      opacity: 1.0; }
      header.sp_UpMove .important {
        display: flex; } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
.header {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 15px 80px 15px 0;
  position: relative; }
  .header h1 {
    padding: 0;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 100;
    max-width: 310px; }
    .header h1.active {
      opacity: 0;
      z-index: -1;
      pointer-events: none; }
    .header h1 p {
      font: 1.4rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 0; }
      .header h1 p span {
        display: block; }
    .header h1 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center; }
    .header h1 .logo {
      display: block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 158px !important;
      height: auto;
      aspect-ratio: 158/35;
      margin: 0 25px 0 0;
      background: url("../img/common/logo_color.svg") center center no-repeat;
      background-size: contain; }
    .header h1:before {
      display: none; }
  .header .gnav {
    max-width: 480px;
    width: calc(100% - 320px); }
    .header .gnav.active {
      opacity: 0;
      z-index: -1;
      pointer-events: none; }
    .header .gnav ul {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center; }
    .header .gnav .top_nav {
      max-width: 430px;
      width: 100%;
      margin: 0 0 5px auto; }
      .header .gnav .top_nav a {
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .header .gnav .btm_nav {
      width: 100%;
      margin: 0 0 0 auto; }
      .header .gnav .btm_nav a {
        font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }

@media (hover: hover) {
  .header h1 a:hover {
    color: #A3A3A3; }
    .header h1 a:hover .logo {
      opacity: 0.7; }
  .header h1:before {
    display: none; }
  .header .gnav .top_nav a:hover,
  .header .gnav .btm_nav a:hover {
    color: #A3A3A3; } }
@media (max-width: 1024px) {
  .header {
    max-width: 1920px;
    width: 100%;
    padding: 15px 80px 15px 20px;
    position: relative; }
    .header h1 {
      padding: 0;
      margin: 0;
      color: #000;
      position: relative;
      z-index: 100;
      max-width: 310px; }
      .header h1.active {
        opacity: 0;
        z-index: -1;
        pointer-events: none; }
      .header h1 p {
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 10px 0 0 0; }
        .header h1 p span {
          display: inline-block;
          padding: 0 0 0 1.4rem;
          position: relative; }
          .header h1 p span:before {
            position: absolute;
            content: "／";
            left: 0; }
      .header h1 a {
        display: block; }
      .header h1 .logo {
        width: 120px !important; }
    .header .gnav {
      display: none; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
.toggle {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 8888; }
  .toggle span {
    width: 24px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(1) {
      top: 35%; }
    .toggle span:nth-of-type(2) {
      top: 50%; }
    .toggle span:nth-of-type(3) {
      top: 65%; }
  .toggle.active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Safari用 */
    transform: translate(-50%, -50%) rotate(45deg); }
  .toggle.active span:nth-of-type(2) {
    top: 50%;
    opacity: 0; }
  .toggle.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    /* Safari用 */
    transform: translate(-50%, -50%) rotate(-45deg); }

nav {
  transition: 0.7s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0%;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  z-index: 9999; }
  nav.active_nav {
    right: 0%;
    opacity: 1;
    pointer-events: all; }
  nav .close {
    top: 17px;
    right: 15px; }
  nav .footer {
    padding: 70px 0 5% !important;
    margin: 0 auto !important; }
  nav::-webkit-scrollbar {
    background: #E6E6E6;
    width: 5px; }
  nav::-webkit-scrollbar-thumb {
    background-color: #558942;
    border: 2px solid #558942; }
  nav::-webkit-scrollbar-thumb:hover {
    background-color: #558942; }

@media (max-width: 1024px) {
  .toggle {
    top: 5px;
    right: 5px;
    z-index: 9999; }

  nav .footer {
    padding: 30px 0 50% !important;
    margin: 0 auto !important; }
  nav .close {
    top: 15px;
    right: 20px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .toggle {
    top: 7px;
    right: 20px;
    z-index: 9999; }

  nav .footer {
    padding: 30px 0 50% !important;
    margin: 0 auto !important; }
  nav .close {
    top: 7px;
    right: 15px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  nav .footer {
    padding: 30px 0 50% !important;
    margin: 0 auto !important; }
  nav .close {
    top: 10px;
    right: 10px; }

  .toggle {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 15px; } }
/*max-width:480px*/
/***************************************/
.white_btn,
.black_btn {
  border-radius: 50px;
  display: block;
  width: 160px;
  height: 40px;
  transition: .5s;
  font: 1.4rem/40px 'Cormorant Garamond', serif;
  font-weight: bold;
  position: relative; }
  .white_btn:before,
  .black_btn:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: block;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: .5s; }
  .white_btn:after,
  .black_btn:after {
    transition: .5s;
    color: #fff;
    display: block;
    left: 0;
    top: 0;
    font: 1.4rem/40px 'Cormorant Garamond', serif;
    font-weight: bold;
    padding: 0 0 0 20px;
    z-index: 10;
    position: absolute;
    content: "VIEW MORE";
    width: 100%;
    height: calc(100% - 5px); }

.black_btn {
  background-color: #000;
  color: #000;
  border: 1px solid #000; }
  .black_btn:before {
    background-color: #fff; }
  .black_btn:after {
    color: #fff; }

.white_btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #000; }
  .white_btn:before {
    background-color: #000; }
  .white_btn:after {
    color: #000; }

@media (hover: hover) {
  .black_btn:hover {
    background-color: #fff;
    color: #fff; }
    .black_btn:hover:before {
      background-color: #000; }
    .black_btn:hover:after {
      animation: btn 0.3s 1 forwards; }

  .white_btn:hover {
    background-color: #000;
    color: #fff; }
    .white_btn:hover:before {
      background-color: #fff; }
    .white_btn:hover:after {
      animation: btn 0.3s 1 forwards; } }
@keyframes btn {
  0% {
    opacity: 1;
    color: #fff; }
  50% {
    opacity: 0;
    color: #000; }
  100% {
    opacity: 1;
    color: #000; } }
@media (max-width: 768px) {
  .white_btn,
  .black_btn {
    font: 1.4rem/40px 'Cormorant Garamond', serif;
    font-weight: bold;
    padding: 0 0 0 20px;
    border-radius: 50px;
    display: block;
    height: 40px;
    position: relative; }
    .white_btn:before,
    .black_btn:before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50px;
      display: block;
      top: 50%;
      right: 15px;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%); } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
.circle {
  position: relative;
  font: 1.6rem/72px 'Cormorant Garamond', serif;
  font-weight: bold;
  display: block;
  height: 72px;
  width: 225px;
  margin: 0 0 10px; }
  .circle:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/index/circle.svg") center center no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    right: 0; }
  .circle:after {
    background-color: black;
    width: 72px;
    height: 72px;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0px;
    border-radius: 50%;
    -webkit-transform: scale(0.1);
    /* Safari用 */
    transform: scale(0.1); }
  .circle span {
    width: 90px;
    height: 1px;
    display: block;
    position: absolute;
    content: "";
    display: block;
    top: 49%;
    right: 0;
    left: 100px;
    overflow: hidden; }
    .circle span:before {
      animation: line 2s infinite;
      width: 90px;
      height: 10px;
      display: block;
      background-color: #000;
      position: absolute;
      content: "";
      display: block;
      top: 0;
      right: 0;
      left: -100%; }

@media (hover: hover) {
  .circle:hover {
    color: #000; }
    .circle:hover:after {
      animation: circle 2s infinite; } }
@keyframes circle {
  0% {
    -webkit-transform: scale(0.1);
    /* Safari用 */
    transform: scale(0.1); }
  100% {
    -webkit-transform: scale(1);
    /* Safari用 */
    transform: scale(1);
    opacity: 0; } }
@keyframes line {
  0% {
    left: -120%; }
  50% {
    left: 0; }
  100% {
    left: 120%; } }
@media (max-width: 768px) {
  .circle {
    font: 1.4rem/40px 'Cormorant Garamond', serif;
    font-weight: bold;
    height: 40px;
    width: 155px;
    margin: 0 0 10px; }
    .circle:before {
      width: 40px;
      height: 40px;
      right: 0; }

  .circle {
    position: relative;
    font: 1.4rem/40px 'Cormorant Garamond', serif;
    font-weight: bold;
    display: block;
    height: 40px;
    width: 155px;
    margin: 0 0 10px; }
    .circle:before {
      width: 40px;
      height: 40px;
      right: 0; }
    .circle:after {
      width: 40px;
      height: 40px;
      top: 0;
      right: 0;
      border-radius: 50%;
      -webkit-transform: scale(0.1);
      /* Safari用 */
      transform: scale(0.1); }
    .circle span {
      width: 50px;
      right: 0;
      left: 84px; }
      .circle span:before {
        width: 65x; } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
body {
  overflow: clip; }

/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/*********************************************************/
footer {
  position: relative;
  margin: 100px 0 0 0;
  height: 1450px; }
  footer .bg {
    transition: .3s;
    width: 3840px;
    height: 1610px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: url("../img/common/futter_bg3.png") bottom -200px right no-repeat;
    background-size: 3840px 1610px; }

.footer {
  position: relative;
  z-index: 1;
  padding: 50px;
  margin: -2px 0 0;
  padding: 425px 0 0; }

.footer_box {
  padding: 20px;
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .footer_box small {
    color: #707070;
    text-align: center;
    font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    display: block;
    padding: 60px 0 60px;
    margin: 0 auto; }

.footer_left {
  width: 200px; }
  .footer_left p {
    font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0 0 15px; }
  .footer_left .logo {
    background: url("../img/common/logo_color.svg") center center no-repeat;
    background-size: contain;
    width: 158px;
    height: 35px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 0 25px; }
  .footer_left .add {
    text-align: left !important;
    margin: 0 0 60px;
    font: 1.3rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
    .footer_left .add a {
      display: block; }
  .footer_left .menu li {
    padding: 0 0 0 23px;
    margin: 0 0 5px;
    position: relative; }
    .footer_left .menu li:before {
      position: absolute;
      content: "";
      width: 8px;
      height: 2px;
      background-color: #A3A3A3;
      display: block;
      top: calc(50% + 2px);
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
  .footer_left .menu a {
    font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  .footer_left .sns li {
    margin: 0 0 5px; }
  .footer_left .sns a {
    font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 32px; }
    .footer_left .sns a:before {
      display: block;
      content: "";
      position: absolute; }
    .footer_left .sns a.fb:before {
      background: url("../img/common/facebook_logo.svg") center center no-repeat;
      background-size: contain;
      width: 18px;
      height: 18px;
      top: calc(50% + 2px);
      left: 2px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    .footer_left .sns a.tw:before {
      background: url("../img/common/x.svg") center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 17px;
      top: calc(50% + 2px);
      left: 2px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    .footer_left .sns a.yt:before {
      background: url("../img/common/youtube_logo.svg") center center no-repeat;
      background-size: contain;
      width: 20px;
      height: 14px;
      top: calc(50% + 2px);
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
  .footer_left .blank li {
    margin: 0 0 5px; }
    .footer_left .blank li.block {
      display: none; }
  .footer_left .blank a {
    font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: relative; }
    .footer_left .blank a:before {
      display: block;
      content: "";
      position: absolute; }

.footer_right {
  max-width: 800px;
  width: calc(100% - 200px); }
  .footer_right .footer_right_sp {
    display: none; }
  .footer_right .right_top {
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
  .footer_right .search_box {
    width: 180px;
    border-bottom: 1px solid #000;
    padding: 0 0 2px; }
    .footer_right .search_box input[type="text"] {
      width: calc(100% - 25px);
      background-color: inherit;
      border: none;
      padding: 5px;
      font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400; }
    .footer_right .search_box input:placeholder-shown {
      font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 600; }
    .footer_right .search_box .form-control:focus {
      outline: none; }
    .footer_right .search_box button {
      width: 15px;
      height: 17px;
      border: none;
      background: url("../img/common/search.svg") center center no-repeat;
      background-size: contain; }
  .footer_right .right_top_link {
    max-width: 480px;
    width: calc(100% - 200px);
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .footer_right .right_top_link div {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0 0 15px; }
    .footer_right .right_top_link a {
      font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400; }
      .footer_right .right_top_link a.blank {
        margin: 0 0 0 40px; }
    .footer_right .right_top_link .pc_none {
      display: none; }
  .footer_right .right_menu {
    padding: 30px 0 10px;
    border-bottom: 1px solid #A3A3A3;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .footer_right .right_menu img {
      width: 100%;
      margin: 0 0 10px; }
    .footer_right .right_menu:nth-of-type(1) {
      padding-top: 0; }
    .footer_right .right_menu li {
      width: calc(100% / 3);
      margin: 0 0 20px; }
    .footer_right .right_menu a {
      font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      letter-spacing: 0; }
      .footer_right .right_menu a br {
        display: none; }
    .footer_right .right_menu span {
      font: 2.0rem/1.0em 'Cormorant Garamond', serif;
      font-weight: bold;
      display: block;
      margin: 0 0 5px;
      padding: 0;
      color: #000;
      opacity: 0.4;
      letter-spacing: -0.001em; }

.footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
  width: 100%; }
  .footer_bnr li {
    width: calc((100% - 30px)/4);
    max-width: 252px; }
    .footer_bnr li img {
      width: 100%; }

@media (hover: hover) {
  .footer_left .logo:hover {
    opacity: 0.5; }
  .footer_left .add a:hover,
  .footer_left .menu a:hover,
  .footer_left .sns a:hover,
  .footer_left .blank a:hover {
    color: #A3A3A3; }

  .footer_right .footer_right_sp dt a:hover {
    opacity: 0.5; }
  .footer_right .right_top_link a:hover, .footer_right .right_menu a:hover {
    color: #A3A3A3; }

  .footer_bnr li:hover {
    background-color: #fff;
    line-height: 0; }
    .footer_bnr li:hover img {
      opacity: 0.5;
      width: 100%; } }
@media (max-width: 1024px) {
  footer {
    position: relative;
    margin: 100px 0 0 0;
    height: auto; }
    footer .bg {
      width: 1024px;
      height: 100%;
      position: absolute;
      left: auto;
      right: 0;
      bottom: 0;
      background: url("../img/common/bg_fotter-02.jpg") top left no-repeat;
      background-size: auto 100%; }
      footer .bg:before {
        background: url("../img/common/bg_fotter-01.jpg") top left no-repeat;
        background-size: auto 100%;
        position: absolute;
        content: "";
        display: block;
        top: 0%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0%);
        height: 190px;
        width: 1024px; }

  .footer {
    position: relative;
    z-index: 1;
    padding: 50px;
    margin: -2px 0 0;
    padding: 0 0 0; }

  .footer_box {
    padding: 20px;
    max-width: 800px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .footer_box small {
      color: #707070;
      text-align: center;
      font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      display: block;
      padding: 60px 0 60px;
      margin: 0 auto;
      order: 4; }

  .footer_left {
    width: 100%;
    order: 2;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .footer_left p {
      font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      margin: 0 0 15px; }
    .footer_left .logo,
    .footer_left .top {
      display: none; }
    .footer_left .add {
      border-bottom: 1px solid #A3A3A3;
      width: 100%;
      order: 4;
      text-align: left !important;
      margin: 0 0;
      padding: 0 0 30px;
      font: 1.3rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
      .footer_left .add a {
        display: block;
        width: fit-content; }
      .footer_left .add span {
        margin: 0 0 0 15px; }
      .footer_left .add br {
        display: none; }
    .footer_left .menu {
      margin: 0;
      width: 50%;
      order: 1; }
      .footer_left .menu li {
        padding: 0 0 0 23px;
        margin: 0 0 5px;
        position: relative; }
        .footer_left .menu li.none {
          display: none; }
        .footer_left .menu li:before {
          position: absolute;
          content: "";
          width: 8px;
          height: 2px;
          background-color: #A3A3A3;
          display: block;
          top: calc(50% + 2px);
          left: 0%;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
      .footer_left .menu a {
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 400; }
    .footer_left .sns {
      border-top: 1px solid #A3A3A3;
      margin: 30px auto 20px;
      padding: 30px 0 0 0;
      order: 3;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start; }
      .footer_left .sns li {
        margin: 0 25px 0 0; }
      .footer_left .sns a {
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        position: relative;
        padding: 0 0 0 32px; }
        .footer_left .sns a:before {
          display: block;
          content: "";
          position: absolute; }
        .footer_left .sns a.fb:before {
          background: url("../img/common/facebook_logo.svg") center center no-repeat;
          background-size: contain;
          width: 18px;
          height: 18px;
          top: 49%;
          left: 2px;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
        .footer_left .sns a.tw:before {
          background: url("../img/common/x.svg") center center no-repeat;
          background-size: contain;
          width: 17px;
          height: 17px;
          top: 49%;
          left: 2px;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
        .footer_left .sns a.yt:before {
          background: url("../img/common/youtube_logo.svg") center center no-repeat;
          background-size: contain;
          width: 20px;
          height: 14px;
          top: 49%;
          left: 0%;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
    .footer_left .blank {
      margin: 0;
      order: 2;
      width: 50%; }
      .footer_left .blank li {
        padding: 0 0 0 23px;
        margin: 0 0 5px;
        position: relative; }
        .footer_left .blank li.block {
          display: block; }
        .footer_left .blank li:before {
          position: absolute;
          content: "";
          width: 8px;
          height: 2px;
          background-color: #A3A3A3;
          display: block;
          top: calc(50% + 2px);
          left: 0%;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
      .footer_left .blank a {
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 400; }

  .footer_right {
    order: 1;
    max-width: 768px;
    margin: 0 auto;
    width: 100%; }
    .footer_right .footer_right_sp {
      display: block; }
      .footer_right .footer_right_sp dl {
        margin: 0 0 30px; }
      .footer_right .footer_right_sp dd {
        font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 0 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      .footer_right .footer_right_sp dt a {
        background: url("../img/common/logo_color.svg") center center no-repeat;
        background-size: contain;
        width: 158px;
        height: 35px;
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        margin: 0 0 8px; }
    .footer_right .right_top {
      margin: 0 auto 30px;
      display: block; }
    .footer_right .search_box {
      width: 100%;
      margin-bottom: 20x; }
    .footer_right .right_top_link {
      max-width: 100%;
      width: 100%; }
      .footer_right .right_top_link div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 15px; }
      .footer_right .right_top_link a {
        padding: 15px 0;
        border-bottom: 1px solid #A3A3A3;
        display: block;
        width: calc((100% - 60px)/2);
        font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .footer_right .right_top_link > a {
        display: none; }
      .footer_right .right_top_link .pc_none {
        display: block; }

  .footer_bnr {
    order: 3;
    margin: 40px auto 0;
    width: 100%;
    max-width: 768px; }
    .footer_bnr li {
      width: calc((100% - 30px)/4);
      max-width: 252px; } }
@media (max-width: 768px) {
  footer {
    position: relative;
    margin: 100px 0 0 0;
    height: auto; }
    footer .bg {
      width: 768px;
      height: calc(100%);
      position: absolute;
      left: 0;
      right: auto;
      bottom: 0;
      background: url("../img/common/bg_mb_fotter.png") top left no-repeat;
      background-size: cover; }
      footer .bg:before {
        display: none; }

  .footer_box {
    padding: 20px 0;
    max-width: 800px;
    width: calc(100% - 40px); }

  .footer_left {
    max-width: 480px;
    margin: 0 auto; }

  .footer_right {
    order: 1;
    max-width: 480px;
    width: 100%; }
    .footer_right .right_top {
      margin: 0 auto 30px;
      display: block; }
    .footer_right .search_box {
      width: 100%;
      margin-bottom: 30px; }
    .footer_right .right_top_link a {
      width: calc((100% - 20px)/2);
      margin: 0 0 10px; }
    .footer_right .right_menu {
      padding: 30px 0 10px;
      border-bottom: 1px solid #A3A3A3;
      margin: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .footer_right .right_menu img {
        width: 100%; }
      .footer_right .right_menu:nth-of-type(1) {
        padding-top: 0;
        display: block; }
        .footer_right .right_menu:nth-of-type(1) li {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          align-items: center;
          margin: 0 0 15px; }
          .footer_right .right_menu:nth-of-type(1) li a {
            width: calc(100% - 160px);
            padding: 0 0 0 15px;
            margin: 0; }
      .footer_right .right_menu img {
        width: 160px;
        padding: 0 0 0 0;
        margin: 0; }
      .footer_right .right_menu a {
        display: block;
        width: fit-content; }
      .footer_right .right_menu span {
        display: block;
        color: #000; }
      .footer_right .right_menu li {
        width: 100%;
        margin: 0 0 25px; }

  .footer_bnr {
    margin: 40px auto 0;
    max-width: 480px; }
    .footer_bnr li {
      width: calc((100% - 10px)/2);
      margin: 0 0 10px; }

  .footer_box small {
    padding: 30px 0 65px; } }
@media (max-width: 480px) {
  footer {
    position: relative;
    margin: 0 0 0 0;
    height: auto; }

  .footer_left {
    padding: 20px 0 0; }
    .footer_left .sns {
      margin: 20px auto 20px;
      align-items: center; }
      .footer_left .sns li {
        margin: 0 20px 0 0; }
      .footer_left .sns a {
        padding: 0;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block; }
        .footer_left .sns a.fb {
          width: 24px;
          height: 20px; }
          .footer_left .sns a.fb:before {
            width: 20px;
            height: 20px;
            top: 50%;
            left: 0px;
            -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
        .footer_left .sns a.tw {
          width: 24px;
          height: 20px; }
          .footer_left .sns a.tw:before {
            width: 19px;
            height: 20px;
            top: 50%;
            left: 0px;
            -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
        .footer_left .sns a.yt {
          width: 24px;
          height: 20px; }
          .footer_left .sns a.yt:before {
            width: 24px;
            height: 17px;
            top: 50%;
            left: 0px;
            -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }

  .footer_right .right_top {
    margin: 0 auto; }
  .footer_right .right_menu:nth-of-type(1) li a {
    width: calc(100% - 150px); }
  .footer_right .right_menu img {
    width: 150px; }
  .footer_right .right_menu a {
    font: 1.4rem/1.5em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
    .footer_right .right_menu a br {
      display: block; }
  .footer_right .right_menu span {
    font: 1.7rem/1.0em 'Cormorant Garamond', serif;
    font-weight: bold; }

  .footer_box small {
    padding: 5px 0 65px; } }
@media (min-width: 3840px) {
  footer {
    position: relative;
    margin: 100px 0 0 0;
    height: 1450px; }
    footer .bg {
      width: 100%;
      height: 1450px;
      position: absolute;
      left: auto;
      right: 0;
      bottom: 0;
      background: url("../img/common/futter_bg3.png") top right no-repeat;
      background-size: 100%; } }
/*max-width:1280px*/
/****************************************************/
.side_fixed {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 6666; }
  .side_fixed ul {
    background-color: #333333;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin: 0 0 15px;
    border-radius: 10px 0 0 10px; }
    .side_fixed ul a {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      display: block;
      margin: 0 auto; }
    .side_fixed ul li {
      width: 25px; }
      .side_fixed ul li:nth-of-type(2) {
        margin: 30px auto; }
    .side_fixed ul .fb {
      width: 22px;
      height: 22px;
      background: url("../img/common/w_facebook_logo.svg") center center no-repeat;
      width: cover; }
    .side_fixed ul .tw {
      width: 18px;
      height: 18px;
      background: url("../img/common/w_x.svg") center center no-repeat;
      width: cover; }
    .side_fixed ul .yt {
      width: 25px;
      height: 18px;
      background: url("../img/common/w_youtube_logo.svg") center center no-repeat;
      width: cover; }
  .side_fixed > a {
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 10px 0 0 10px;
    background-color: #333333;
    writing-mode: vertical-rl;
    width: 65px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center; }
    .side_fixed > a span {
      padding: 36px 0 0;
      background: url("../img/common/w-icon_pamphlet.svg") center top no-repeat;
      margin: 0 auto;
      width: 27px;
      font: 1.6rem/27px 'Noto Sans JP', sans-serif;
      font-weight: 400; }

@media (min-width: 1024px) and (hover: hover) {
  .side_fixed ul a:hover {
    position: relative;
    left: -5px; }
  .side_fixed > a:hover span {
    position: relative;
    left: -5px; } }
@media (max-width: 768px) and (hover: hover) {
  .side_fixed ul a:hover {
    position: relative;
    top: -3px; }
  .side_fixed > a:hover span {
    position: relative;
    top: -3px; } }
@media (max-width: 1280px) {
  .side_fixed ul {
    width: 55px; }
  .side_fixed > a {
    width: 55px; } }
@media (max-width: 768px) {
  .side_fixed {
    right: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 355px;
    width: 100%; }
    .side_fixed ul {
      width: calc((100% - 10px)/2);
      max-width: 172px;
      height: 40px;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0;
      border-radius: 20px 20px 0 0;
      padding: 3px 0 0; }
      .side_fixed ul a {
        display: block;
        margin: 0 auto; }
      .side_fixed ul li {
        width: 25px;
        height: 22px; }
        .side_fixed ul li:nth-of-type(2) {
          margin: 0 20px; }
      .side_fixed ul .fb {
        width: 22px;
        height: 22px; }
      .side_fixed ul .tw {
        width: 18px;
        height: 22px; }
      .side_fixed ul .yt {
        width: 25px;
        height: 22px; }
    .side_fixed > a {
      width: calc((100% - 10px)/2);
      max-width: 172px;
      height: 40px;
      border-radius: 20px 20px 0 0;
      writing-mode: horizontal-tb;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: center; }
      .side_fixed > a span {
        padding: 0 0 0 35px;
        background: url("../img/common/w-icon_pamphlet.svg") center left no-repeat;
        background-size: 24px 18px;
        margin: 0 auto;
        width: fit-content;
        font: 1.3rem/18px 'Noto Sans JP', sans-serif;
        font-weight: 400; } }
/*max-width:768px*/
/*****************************************/
.bread {
  width: calc(100% - 110px);
  margin: 0 auto 60px;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .bread li {
    font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
    position: relative; }
    .bread li:last-of-type {
      padding: 0;
      margin: 0 0 10px; }
      .bread li:last-of-type:before {
        display: none; }
    .bread li:before {
      position: absolute;
      content: "";
      top: 3px;
      right: 8px;
      width: 4px;
      height: 4px;
      border-top: 1px solid #777;
      border-right: 1px solid #777;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

@media (max-width: 768px) {
  .bread {
    width: calc(100% - 40px);
    margin: 0 auto 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .bread li {
    font: 1.1rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
    .bread li:before {
      top: 4px; } }
/*max-width:768px*/
/*****************************************/
.page_top {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #558942;
  border-radius: 50px;
  position: absolute;
  bottom: 50px;
  text-align: center;
  color: #fff;
  font: 1.5rem/95px 'Noto Sans JP', sans-serif;
  font-weight: 600;
  right: 100px; }
  .page_top:before {
    position: absolute;
    content: "";
    top: 30%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media (hover: hover) {
  .page_top:hover {
    cursor: pointer;
    background-color: #fff;
    color: #558942; }
    .page_top:hover:before {
      border-top: 2px solid #558942;
      border-right: 2px solid #558942; } }
@media (max-width: 768px) {
  .page_top {
    width: 50px;
    height: 50px;
    bottom: 70px;
    font: 1.4rem/65px 'Noto Sans JP', sans-serif;
    font-weight: 600;
    right: 20px; }
    .page_top:before {
      top: 30%;
      left: 42%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    width: 45px;
    height: 45px;
    bottom: 63px;
    font: 1.3rem/55px 'Noto Sans JP', sans-serif;
    font-weight: 600;
    right: 20px; }
    .page_top:before {
      top: 25%;
      left: 42%; } }
/*max-width:768px*/
