@charset "UTF-8";
body,
html {
  font-family: "Zen Old Mincho", serif;
  overflow-x: hidden;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #4b5561;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  display: flex; /* フレックスボックスに有効に */
  flex-flow: column nowrap; /* 要素を縦に並べる */
  min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
}
@media screen and (min-width:768px) and (max-width:1400px) {
  body {
    font-size: 1.14285vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.fixed {
  overflow: hidden;
}

main {
  flex: 1; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

section {
  padding: 100px 200px 200px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 25px;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section {
    padding: 100px 40px 200px;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section {
    padding: 7.1428vw 2.8571vw 14.2857vw;
  }
}
section .section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

button {
  transition: 0.4s;
}
button:hover {
  opacity: 0.8;
}

a {
  transition: 0.4s;
}
a img {
  transition: 0.4s;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}
strong {
  font-weight: bold !important;
}

h2 {
  font-family: "Lexend Peta", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 17px;
  }
}
h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h2 span {
    margin-top: 12px;
  }
}

/* --------------------------------------------------
 Margin Padding
 -------------------------------------------------- */
.mg0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mg80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mg85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mg90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mg95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mg100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pd0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pd20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* --------------------------------------------------
 Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px !important;
  }
}

.mt_sm {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt_sm {
    margin-top: 15px !important;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px !important;
  }
}

.mt_ml {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt_ml {
    margin-top: 25px !important;
  }
}

.mt_l {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px !important;
  }
}

.mt_ll {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt_ll {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

.mb_sm {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb_sm {
    margin-bottom: 15px !important;
  }
}

.mb_m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px !important;
  }
}

.mb_ml {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb_ml {
    margin-bottom: 25px !important;
  }
}

.mb_l {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px !important;
  }
}

.mb_ll {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb_ll {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------
 Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .sp-tac {
    text-align: center !important;
  }
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.italic {
  font-style: italic;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.height_auto {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .height_auto_sp {
    height: auto !important;
  }
}

.block {
  display: block;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.box_shadow {
  box-shadow: 0 0 16px rgba(114, 131, 144, 0.8);
}

.m-auto {
  margin: auto !important;
}

.display-table {
  display: table;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.txt--xs {
  font-size: 0.65em !important;
}
.txt--s {
  font-size: 0.875em !important;
}
.txt--ss {
  font-size: 0.8125em !important;
}
.txt--l {
  font-size: 1.125em !important;
}
.txt--ll {
  font-size: 1.25em !important;
}
.txt--1em {
  font-size: 1em !important;
}
.txt--lh1_8 {
  line-height: 1.8;
}
.txt--fz60 {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .txt--fz60 {
    font-size: 3.5rem;
  }
}
.txt--fz50 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .txt--fz50 {
    font-size: 3.5rem;
  }
}
.txt--fz40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz40 {
    font-size: 2.8rem;
  }
}
.txt--fz48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz48 {
    font-size: 3rem;
  }
}
.txt--fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz32 {
    font-size: 2.3rem;
  }
}
.txt--fz30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .txt--fz30 {
    font-size: 2.3rem;
  }
}
.txt--fz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz28 {
    font-size: 2.2rem;
  }
}
.txt--fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz24 {
    font-size: 2.1rem;
  }
}
.txt--fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz22 {
    font-size: 2rem;
  }
}
.txt--fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz20 {
    font-size: 1.9rem;
  }
}
.txt--fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt--fz18 {
    font-size: 1.7rem;
  }
}
.txt--fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt--fz16 {
    font-size: 1.5rem;
  }
}
.txt--fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .txt--fz14 {
    font-size: 1.3rem;
  }
}
.txt--fz13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .txt--fz13 {
    font-size: 1.2rem;
  }
}
.txt--fz12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .txt--fz12 {
    font-size: 1.2rem;
  }
}
.txt--lead {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.txt--white {
  color: #fff;
}
.txt--red {
  color: #e40000;
}
.txt--blue {
  color: #005bac;
}
.txt--blue2 {
  color: #009fe6;
}
.txt--gray {
  color: #666;
}
.txt--purple {
  color: #c8448e;
}
.txt--lh18 {
  line-height: 1.8;
}
.txt--gray2 {
  color: #728390;
}

/* --------------------------------------------------
 background
 -------------------------------------------------- */
.bg--white {
  background: #fff !important;
}
.bg--black {
  background: #000 !important;
}

/* --------------------------------------------------
 border
-------------------------------------------------- */
.bd--gray {
  border: 1px solid #ccc;
}
.bd--gray02 {
  border: 1px solid #b1b1b1;
}
.bd--none {
  border: none !important;
}
.bd--cl_bl {
  border-color: #3a434a !important;
}

/* --------------------------------------------------
 width
-------------------------------------------------- */
.w-auto {
  width: auto !important;
}

.w23_5 {
  width: 23.5%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w36 {
  width: 36%;
}

.w40 {
  width: 40%;
}

.w42 {
  width: 42%;
}

.w44 {
  width: 44%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w52 {
  width: 52%;
}

.w54 {
  width: 54%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w72 {
  width: 72%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.maw100 {
  max-width: 100px;
}

.maw300 {
  max-width: 300px;
}

.maw400 {
  max-width: 400px;
}

.maw500 {
  max-width: 500px;
}

.maw600 {
  max-width: 600px;
}

.maw700 {
  max-width: 700px;
}

.maw750 {
  max-width: 750px;
}

.maw800 {
  max-width: 800px;
}

.maw900 {
  max-width: 900px;
}

.maw1000 {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50%;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w100 {
    width: 100%;
  }
}
/* --------------------------------------------------
 Column
-------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--jc_sb {
  justify-content: space-between;
}
.flex--jc_center {
  justify-content: center;
}
.flex--jc_se {
  justify-content: space-evenly;
}
.flex--ai_center {
  align-items: center;
}

.flex_col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col2 > .flex_item {
  width: calc((100% - 2% * (2 - 1)) / 2);
}
@media screen and (max-width: 767px) {
  .flex_col2 > .flex_item {
    width: 100%;
  }
}

.flex_col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col3 > .flex_item {
  width: calc((100% - 2% * (3 - 1)) / 3);
}
@media screen and (max-width: 767px) {
  .flex_col3 > .flex_item {
    width: 100%;
  }
}

.flex_col4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.flex_col4 > .flex_item {
  width: calc((100% - 2% * (4 - 1)) / 4);
}
@media screen and (max-width: 767px) {
  .flex_col4 > .flex_item {
    width: 100%;
  }
}

.col2 {
  display: flex;
  flex-wrap: wrap;
}
.col2__item {
  width: 48.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .col2__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.col2__item:nth-child(2n+1) {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .col2__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col2__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col2__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col2.spCol2__item {
    width: 48.5%;
  }
  .col2.spCol2__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
}
.col3__item {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .col3__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col3__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col3__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.col4 {
  display: flex;
  flex-wrap: wrap;
}
.col4__item {
  width: 23.5%;
  margin-bottom: 30px;
}
.col4__item:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col4__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .col4__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .col4__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4.spCol1__item {
    width: 100%;
  }
  .col4.spCol1__item:nth-child(2n+1) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
 Responsive
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
}
/* --------------------------------------------------
 position
-------------------------------------------------- */
.posi_r {
  position: relative !important;
}

.posi_a {
  position: absolute !important;
}

.right_0 {
  right: 0;
}

.right_10 {
  right: 10px;
}

.right_30 {
  right: 30px;
}

/* --------------------------------------------------
 fade
-------------------------------------------------- */
.fadeIn {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.fadeIn.active {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeDown {
  opacity: 0;
  transform: translate(0, -30px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeDown.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeRight {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeRight.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeLeft {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeLeft.active {
  opacity: 1;
  transform: translate(0, 0);
}

.kakko {
  letter-spacing: 0;
}

.reservation_link {
  display: block;
  width: 100%;
  text-align: center;
}

#mv {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  width: 100vw;
  /* JSが無効な場合のフォールバック */
  /* JSで計算した高さを適用 */
  height: var(--vh, 100svh);
  min-height: var(--vh, 100svh);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mv {
    margin-top: 0px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#mv .mv_img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  #mv .mv_img {
    height: inherit;
    min-height: inherit;
  }
}
#mv .scroll_down {
  position: absolute;
  bottom: 0;
  left: 67px;
  width: auto;
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #mv .scroll_down {
    left: 4.7857vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .scroll_down {
    left: 30px;
  }
}
#mv .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}
#mv .scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 90px;
  color: #fff;
  font-size: 10px;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
  line-height: 0.2;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #mv .scroll_down a {
    width: 0.9286vw;
    padding: 0.7143vw 0.7143vw 6.4286vw;
    font-size: 0.7143vw;
  }
}
#mv .scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: rgb(102, 102, 102);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #mv .scroll_down a:before {
    height: 5.7143vw;
  }
}
#mv .scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #mv .scroll_down a:after {
    height: 5.7143vw;
  }
}
#mv .scroll_down a:hover {
  opacity: 0.5;
}
#mv #type01 a:after {
  animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#mv .section__inner {
  height: 100%;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #mv .section__inner {
    padding: 2.8571vw;
  }
}
#mv .section__inner .bnr_area {
  max-width: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #mv .section__inner .bnr_area {
    max-width: 38.8571vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .section__inner .bnr_area {
    width: 74%;
    transform: translate(-50%, -50%);
    max-width: 160px;
  }
}

section#concept {
  position: relative;
  margin-bottom: 0px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#concept {
    margin-bottom: 2px;
  }
}
section#concept div.section__inner {
  max-width: unset;
  margin: 0 0 0 auto;
}
section#concept div.section__inner div.concept_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: relative;
  gap: 100px;
  padding-left: 40px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#concept div.section__inner div.concept_box {
    padding-left: 2.8571vw;
    justify-content: space-between;
    gap: unset;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#concept div.section__inner div.concept_box {
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    gap: unset;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
}
section#concept div.section__inner div.concept_box .img_right {
  width: 46.5vw;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#concept div.section__inner div.concept_box .img_right {
    width: calc(100% - 641px - 40px);
    max-width: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#concept div.section__inner div.concept_box .img_right {
    width: 53%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box .img_right {
    width: 100vw;
    max-width: unset;
    margin: 0 -25px;
  }
}
section#concept div.section__inner div.concept_box .logo {
  width: 99px;
  height: 60px;
  position: relative;
  left: 71px;
  margin-top: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#concept div.section__inner div.concept_box .logo {
    width: 3.4286vw;
    height: 4.2857vw;
    left: 6.7857vw;
    margin-top: 3.9286vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#concept div.section__inner div.concept_box .logo {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box .logo {
    height: 45px;
    left: 40px;
    margin-top: 38px;
  }
}
section#concept div.section__inner div.concept_box .txt_area {
  width: 31.7%;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#concept div.section__inner div.concept_box .txt_area {
    width: 641px;
    padding-left: 40px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#concept div.section__inner div.concept_box .txt_area {
    width: 45%;
    padding-left: 2.8571vw;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box .txt_area {
    width: 100%;
    padding-left: 0;
  }
}
section#concept div.section__inner div.concept_box .txt_area h3 {
  font-size: 20px;
  font-weight: 400;
  writing-mode: vertical-rl;
  line-height: 2em;
  letter-spacing: 0.25rem;
  position: relative;
  left: 60px;
  margin-bottom: 52px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#concept div.section__inner div.concept_box .txt_area h3 {
    font-size: 1.4286vw;
    left: 4.2857vw;
    margin-bottom: 5.3571vw;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box .txt_area h3 {
    left: 12%;
    line-height: 37px;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box .txt_area {
    width: 100%;
  }
}
section#concept div.section__inner div.concept_box .txt_area .txt_box p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.533;
  margin-bottom: 39px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#concept div.section__inner div.concept_box .txt_area .txt_box p {
    font-size: 1vw;
    margin-bottom: 2.8571vw;
  }
}
@media screen and (max-width: 767px) {
  section#concept div.section__inner div.concept_box .txt_area .txt_box p {
    font-size: 14px;
    line-height: 2.286;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wide_img {
    width: 100%;
    margin-top: 150px;
    height: auto;
    aspect-ratio: 100/143;
  }
}

@media screen and (max-width: 767px) {
  section#villa div.section__inner h2 {
    margin-bottom: 10px;
  }
}
section#villa div.section__inner div.villa_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10%;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#villa div.section__inner div.villa_box {
    flex-wrap: nowrap;
  }
}
section#villa div.section__inner div.villa_box .img_area {
  text-align: center;
  margin-top: 16px;
  margin-left: 33px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .img_area {
    margin-top: 0.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .img_area {
    margin-left: 0;
    margin-top: 0;
  }
}
section#villa div.section__inner div.villa_box .img_area img {
  max-width: 465px;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .img_area img {
    max-width: 33.2143vw;
    border-radius: 0.7143vw;
  }
}
section#villa div.section__inner div.villa_box .img_area .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#villa div.section__inner div.villa_box .img_area .tab > input {
  display: none;
}
section#villa div.section__inner div.villa_box .img_area .tab_content {
  position: relative;
  width: 100%;
}
section#villa div.section__inner div.villa_box .img_area .tab_content .content {
  display: none;
  transition: opacity 0.4s ease;
}
section#villa div.section__inner div.villa_box .img_area #tab1:checked ~ .tab_content #content1,
section#villa div.section__inner div.villa_box .img_area #tab2:checked ~ .tab_content #content2 {
  display: block;
  opacity: 1;
}
section#villa div.section__inner div.villa_box .img_area .tab_btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 73px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .img_area .tab_btns {
    gap: 1.4286vw;
  }
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .img_area .tab_btns {
    width: 99%;
    margin-top: 19px;
  }
}
section#villa div.section__inner div.villa_box .img_area .tab_btns label {
  width: 100px;
  height: 30px;
  padding: 1px;
  color: #afafaf;
  border: 1px solid #afafaf;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .img_area .tab_btns label {
    width: 7.1429vw;
    height: 2.1429vw;
    padding: 0.0714vw;
    border: 0.0714vw solid #afafaf;
    font-size: 1.1429vw;
  }
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .img_area .tab_btns label {
    width: 50%;
  }
}
section#villa div.section__inner div.villa_box .img_area #tab1:checked ~ .tab_btns label[for=tab1],
section#villa div.section__inner div.villa_box .img_area #tab2:checked ~ .tab_btns label[for=tab2] {
  color: #4b5561;
  border: 1px solid #4b5561;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .img_area #tab1:checked ~ .tab_btns label[for=tab1],
  section#villa div.section__inner div.villa_box .img_area #tab2:checked ~ .tab_btns label[for=tab2] {
    border: 0.0714vw solid #4b5561;
  }
}
section#villa div.section__inner div.villa_box .txt_area {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .txt_area {
    width: 100%;
  }
}
section#villa div.section__inner div.villa_box .txt_area h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1rem;
  margin-top: -5px;
  margin-bottom: 63px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .txt_area h3 {
    font-size: 1.4286vw;
    letter-spacing: 0.0071rem;
    margin-top: -0.3571vw;
    margin-bottom: 3.9286vw;
  }
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .txt_area h3 {
    font-size: 18px;
    margin-top: 89px;
    letter-spacing: 0.1em;
    margin-bottom: 34px;
    padding: 0 3px;
    line-height: 2.1111;
  }
}
section#villa div.section__inner div.villa_box .txt_area p {
  font-size: 15px;
  line-height: 2.533;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  width: 120%;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .txt_area p {
    font-size: 1vw;
    margin-bottom: 2.8571vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .txt_area p {
    font-size: 14px;
    line-height: 2.286;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    text-align: justify;
    padding: 0 4px;
    width: 100%;
  }
}
section#villa div.section__inner div.villa_box .txt_area p .spec {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .txt_area p .spec {
    font-size: 0.85vw;
  }
}
section#villa div.section__inner div.villa_box .txt_area .btn {
  border: 1px solid #4b5561;
  width: 201px;
  height: 31px;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: -2px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#villa div.section__inner div.villa_box .txt_area .btn {
    border: 0.0714vw solid #4b5561;
    width: 14.3571vw;
    height: 2.2143vw;
    font-size: 1.0714vw;
    left: -0.1429vw;
  }
}
@media screen and (max-width: 767px) {
  section#villa div.section__inner div.villa_box .txt_area .btn {
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: 40px;
  }
}

.loop-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: loop-left 90s linear infinite;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .loop-container {
    gap: 30px;
    animation: loop-left 60s linear infinite;
  }
}
.loop-container img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: unset;
  display: block;
  pointer-events: none;
}
.loop-container img.wide {
  width: 750px;
  aspect-ratio: 750/500;
}
@media screen and (max-width: 767px) {
  .loop-container img.wide {
    width: 250px;
  }
}
.loop-container img.long {
  width: 500px;
  aspect-ratio: 500/750;
}
@media screen and (max-width: 767px) {
  .loop-container img.long {
    width: 166px;
  }
}
@keyframes loop-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

section#room {
  padding-top: 0px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room {
    padding-top: 14.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#room {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section#room div.section__inner .js-acd {
  border-top: 1px solid #4b5561;
}
section#room div.section__inner .js-acd:last-child {
  border-bottom: 1px solid #4b5561;
}
section#room div.section__inner .js-acd__toggle {
  transition: border-color 0.3s ease;
  padding: 39px 0 35px;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#room div.section__inner .js-acd__toggle {
    padding: 38px 0 36.5px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__toggle {
    padding: 2.7857vw 0 2.5vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__toggle {
    padding: 17px 40px 19px 3px;
  }
}
section#room div.section__inner .js-acd__toggle .en {
  font-family: "Lexend Peta", sans-serif;
  font-weight: 300;
}
section#room div.section__inner .js-acd .btn_icon {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd .btn_icon {
    right: 1.2143vw;
    width: 2.5vw;
    height: 2.5vw;
    border: 0.0714vw solid #afafaf;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd .btn_icon {
    width: 30px;
    height: 30px;
    right: 7px;
  }
}
section#room div.section__inner .js-acd .btn_icon::before, section#room div.section__inner .js-acd .btn_icon::after {
  content: "";
  position: absolute;
  background-color: #afafaf;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd .btn_icon::before, section#room div.section__inner .js-acd .btn_icon::after {
    width: 50%;
  }
}
section#room div.section__inner .js-acd .btn_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section#room div.section__inner .js-acd.is-open .btn_icon::before {
  opacity: 0;
}
section#room div.section__inner .js-acd.is-open .btn_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
section#room div.section__inner .js-acd__cont .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 100px;
  margin-bottom: 75px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item {
    gap: 7.1429vw;
    margin-bottom: 5.3571vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#room div.section__inner .js-acd__cont .item {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item {
    flex-direction: column;
    gap: 60px;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area {
  width: calc((100% - 100px) / 2);
  max-width: 550px;
  margin-bottom: 0;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area {
    width: calc((100% - 7.1429vw) / 2);
    max-width: 39.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .img_area {
    width: 100%;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area img {
  width: 100%;
  max-width: 550px;
  height: auto;
  aspect-ratio: 550/367;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area img {
    max-width: 39.2857vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#room div.section__inner .js-acd__cont .item .img_area img {
    aspect-ratio: 550/365.66;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .img_area img {
    max-width: calc(100vw - 50px);
    aspect-ratio: 550/360;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-next {
  right: -35px;
  top: 51%;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-next {
    right: -2.5vw;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-next {
    right: -22px;
    top: 52%;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-next::before {
  content: "";
  display: block;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  width: 12px;
  height: 12px;
  rotate: 45deg;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-next::before {
    border-top: 0.0714vw solid #afafaf;
    border-right: 0.0714vw solid #afafaf;
    width: 0.8571vw;
    height: 0.8571vw;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-prev {
  left: -26px;
  top: 51%;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-prev {
    left: -1.8571vw;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-prev {
    left: -14px;
    top: 52%;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-prev::before {
  content: "";
  display: block;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  width: 12px;
  height: 12px;
  rotate: -135deg;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-prev::before {
    border-top: 0.0714vw solid #afafaf;
    border-right: 0.0714vw solid #afafaf;
    width: 0.8571vw;
    height: 0.8571vw;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  width: 50%;
  bottom: -25px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-dots {
    gap: 0.7143vw;
    bottom: -1.7857vw;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-dots {
    bottom: -19px;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-dots li {
  margin: 0;
  width: 100%;
  max-width: 60px;
  height: 1px;
  font-size: 0;
  color: #fff;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-dots li {
    max-width: 4.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .img_area .slick-dots li {
    max-width: 36px;
  }
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #afafaf;
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-dots li button::before {
  content: none;
}
section#room div.section__inner .js-acd__cont .item .img_area .slick-dots li.slick-active button {
  background-color: #4b5561;
}
section#room div.section__inner .js-acd__cont .item .txt_area {
  font-size: 13px;
  width: calc((100% - 100px) / 2);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .txt_area {
    font-size: 0.9286vw;
    width: calc((100% - 7.1429vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .txt_area {
    width: 100%;
    padding: 0 4px;
  }
}
section#room div.section__inner .js-acd__cont .item .txt_area p {
  letter-spacing: 0.05em;
  line-height: 2.286;
  font-size: 14px;
}
section#room div.section__inner .js-acd__cont .item .txt_area .name {
  border: 1px solid #4b5561;
  font-size: 14px;
  text-align: center;
  width: 170px;
  padding: 12px 0;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .name {
    border: 0.0714vw solid #4b5561;
    font-size: 1vw;
    width: 12.1429vw;
    padding: 0.8571vw 0;
  }
}
section#room div.section__inner .js-acd__cont .item .txt_area .name p {
  line-height: 0;
}
section#room div.section__inner .js-acd__cont .item .txt_area .wide {
  width: 250px;
}
section#room div.section__inner .js-acd__cont .item .txt_area .ttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 28px;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .ttl {
    font-size: 1.1429vw;
    margin-top: 2vw;
    margin-bottom: 0.9286vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .ttl {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .ttl {
    letter-spacing: 0.03em;
    line-height: 2;
    margin-top: 31px;
  }
}
section#room div.section__inner .js-acd__cont .item .txt_area .type {
  text-decoration: underline;
  margin-top: 27px;
  position: relative;
  font-size: 13px;
  line-height: 1.923;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .type {
    margin-top: 2.2857vw;
  }
}
section#room div.section__inner .js-acd__cont .item .txt_area .type::before {
  content: "";
  background-color: #4b5561;
  width: 13px;
  height: 1px;
  position: absolute;
  top: -15px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .type::before {
    width: 0.9286vw;
    top: -1.0714vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#room div.section__inner .js-acd__cont .item .txt_area .type::before {
    width: 11px;
    left: 1px;
    top: -18px;
  }
}
section#room div.section__inner .js-acd__cont .item .txt_area .capa {
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.923;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
section#room div.section__inner .js-acd__cont .item .txt_area .other {
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.923;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.wide-box {
  aspect-ratio: 2240/600;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wide-box {
    aspect-ratio: 373/300;
    width: 100%;
  }
}
.wide-box img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -100px;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .wide-box img {
    top: -100px;
  }
}
.wide-box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  left: calc(50% - 260px);
  bottom: calc(50% - 10px);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  .wide-box p {
    font-size: 1.4286vw;
    left: calc(50% - 18.5714vw);
    bottom: calc(50% - 0.7143vw);
  }
}
@media screen and (max-width: 767px) {
  .wide-box p {
    font-size: 14px;
    line-height: 24px;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}

.parallax-item {
  /* JavaScriptから渡される変数を使って位置をずらす */
  transform: translateY(var(--parallax-y, 0));
  /* 見た目の調整（任意） */
  will-change: transform;
  transition: transform 0.5s ease-out;
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  section#experience {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  section#experience h2 {
    margin-bottom: 47px;
  }
}
section#experience div.section__inner div.experience_box {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box {
    padding-top: 4px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box {
    padding-top: 0.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box {
    flex-direction: column;
  }
}
section#experience div.section__inner div.experience_box .img_area {
  position: absolute;
  left: calc((1200px - 100vw) / 2);
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  section#experience div.section__inner div.experience_box .img_area {
    left: -40px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .img_area {
    left: -7.14285vw;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .img_area {
    width: 100%;
    left: -25px;
    position: relative;
  }
}
section#experience div.section__inner div.experience_box .img_area img {
  width: 41vw;
  max-width: 920px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .img_area img {
    max-width: 65.7143vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box .img_area img {
    max-width: 657px;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .img_area img {
    width: 85.7vw;
  }
}
section#experience div.section__inner div.experience_box .txt_area {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .txt_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column-reverse;
    max-width: 100%;
    width: 100%;
    gap: 58px;
  }
}
section#experience div.section__inner div.experience_box .txt_area .image {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box .txt_area .image {
    position: relative;
    left: -20px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .txt_area .image {
    left: -1.4286vw;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .txt_area .image {
    left: 25px;
    margin: 0 0 0 auto;
    width: 83.7vw;
    position: relative;
  }
}
section#experience div.section__inner div.experience_box .txt_area .image .left {
  max-width: 275px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .txt_area .image .left {
    max-width: 19.6429vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box .txt_area .image .left {
    max-width: 196px;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .txt_area .image .left {
    width: 50%;
    height: auto;
  }
}
section#experience div.section__inner div.experience_box .txt_area .image .right {
  max-width: 275px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .txt_area .image .right {
    max-width: 19.6429vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box .txt_area .image .right {
    max-width: 196px;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .txt_area .image .right {
    width: 50%;
    height: auto;
  }
}
section#experience div.section__inner div.experience_box .txt_area h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 90px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .txt_area h3 {
    font-size: 1.4286vw;
    letter-spacing: 0.0107em;
    margin-top: 6.4286vw;
    right: 0.4286vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box .txt_area h3 {
    position: relative;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .txt_area h3 {
    font-size: 18px;
    margin-top: 89px;
    letter-spacing: 0.1em;
    margin-bottom: 34px;
    padding: 0 3px;
    line-height: 2.1111;
  }
}
section#experience div.section__inner div.experience_box .txt_area p {
  font-size: 15px;
  line-height: 2.533;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#experience div.section__inner div.experience_box .txt_area p {
    font-size: 1vw;
    margin-top: 4.2857vw;
    right: 1vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#experience div.section__inner div.experience_box .txt_area p {
    margin-top: 57px;
    position: relative;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  section#experience div.section__inner div.experience_box .txt_area p {
    font-size: 14px;
    line-height: 2.286;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    text-align: justify;
    padding: 0;
    margin-top: 35px;
  }
}

section#food {
  padding-top: 120px;
  padding-bottom: 190px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food {
    padding-top: 8.5714vw;
    padding-bottom: 13.5714vw;
  }
}
@media screen and (max-width: 767px) {
  section#food {
    padding-top: 53px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section#food h2 {
    margin-bottom: 47px;
  }
}
section#food div.section__inner .img_area {
  display: flex;
  justify-content: space-between;
  position: relative;
}
section#food div.section__inner .img_area .left {
  height: 600px;
  position: relative;
  left: -120px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .img_area .left {
    height: 42.8571vw;
    left: -8.5714vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#food div.section__inner .img_area .left {
    height: 428px;
    left: 87px;
  }
}
@media screen and (max-width: 767px) {
  section#food div.section__inner .img_area .left {
    display: none;
  }
}
section#food div.section__inner .img_area .left img {
  max-width: 375px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .img_area .left img {
    max-width: 26.7857vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#food div.section__inner .img_area .left img {
    max-width: 267px;
  }
}
section#food div.section__inner .img_area .right {
  position: absolute;
  right: calc((1200px - 100vw) / 2);
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  section#food div.section__inner .img_area .right {
    right: -40px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .img_area .right {
    right: -7.14285vw;
  }
}
@media screen and (max-width: 767px) {
  section#food div.section__inner .img_area .right {
    right: unset;
    position: relative;
    width: 100%;
    left: -25px;
    position: relative;
  }
}
section#food div.section__inner .img_area .right img {
  width: 52.23vw;
  max-width: 1170px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .img_area .right img {
    max-width: 83.5714vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#food div.section__inner .img_area .right img {
    max-width: 835px;
  }
}
@media screen and (max-width: 767px) {
  section#food div.section__inner .img_area .right img {
    width: 85.7vw;
  }
}
section#food div.section__inner .txt_area {
  margin-top: 94px;
  display: flex;
  justify-content: flex-end;
  gap: 92px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .txt_area {
    margin-top: 6.7143vw;
    gap: 6.5714vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#food div.section__inner .txt_area {
    margin-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  section#food div.section__inner .txt_area {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
}
section#food div.section__inner .txt_area h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .txt_area h3 {
    font-size: 1.4286vw;
  }
}
@media screen and (max-width: 767px) {
  section#food div.section__inner .txt_area h3 {
    font-size: 18px;
    margin-top: 89px;
    letter-spacing: 0.1em;
    margin-bottom: 34px;
    padding: 0 3px;
    line-height: 2.1111;
  }
}
section#food div.section__inner .txt_area p {
  font-size: 15px;
  line-height: 2.714;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .txt_area p {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  section#food div.section__inner .txt_area p {
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    text-align: justify;
    padding: 0;
    margin-top: 0;
  }
}
section#food div.section__inner .txt_area a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 2.923;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .txt_area a {
    font-size: 0.9286vw;
  }
}
section#food div.section__inner .txt_area .sp_img {
  width: 53.1%;
  margin: 90px auto 0;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#food div.section__inner .txt_area .sp_img {
    margin: 6.4286vw auto 0;
  }
}

section#activities {
  background-color: #f4f4f4;
  padding-bottom: 90px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities {
    padding-bottom: 6.4286vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section#activities h2 {
    margin-bottom: 29px;
  }
}
section#activities div.section__inner {
  position: relative;
}
section#activities div.section__inner .lead {
  font-size: 15px;
  line-height: 2.533;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 80px;
  left: calc(50% - 330px);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .lead {
    font-size: 1vw;
    top: 5.7143vw;
    left: calc(50% - 23.5714vw);
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .lead {
    position: relative;
    inset: 0;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 2.286;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .activities_slider {
    margin-top: 50px;
    margin-bottom: 0;
  }
  section#activities div.section__inner .activities_slider .slick-dots {
    position: relative;
    inset: 0;
    margin: 25px auto 0px;
  }
  section#activities div.section__inner .activities_slider .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0px 10px;
  }
  section#activities div.section__inner .activities_slider .slick-dots li button {
    font-size: 16px;
    color: rgb(175, 175, 175);
    font-family: "Lexend Peta", sans-serif;
    font-weight: 300;
    border-radius: 50%;
    border: 1.5px solid rgb(175, 175, 175);
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 10px;
  }
  section#activities div.section__inner .activities_slider .slick-dots li.slick-active button {
    color: #4b5561;
    border: 1.5px solid #4b5561;
  }
  section#activities div.section__inner .activities_slider .slick-dots li button:before {
    content: none !important;
  }
  section#activities div.section__inner .activities_slider .slick-list {
    overflow: visible;
  }
}
section#activities div.section__inner .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  margin-top: 100px;
  padding-top: 94px;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item {
    gap: 7.1429vw;
    margin-top: 7.1429vw;
    padding-top: 6.7143vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  section#activities div.section__inner .item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item {
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    width: 70vw;
    margin: 0 12.5px;
    left: -10px;
  }
}
section#activities div.section__inner .item img {
  max-width: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item img {
    max-width: 39.2857vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#activities div.section__inner .item img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
section#activities div.section__inner .item .txt_area {
  position: relative;
  top: 23px;
  width: 100%;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area {
    top: 1.6429vw;
  }
}
section#activities div.section__inner .item .txt_area::before {
  content: "";
  background-color: #4b5561;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: -41px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area::before {
    top: -2.9286vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item .txt_area::before {
    top: -10px;
  }
}
section#activities div.section__inner .item .txt_area::after {
  content: "";
  background-color: #4b5561;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 108px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area::after {
    top: 7.7143vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item .txt_area::after {
    top: 72px;
  }
}
section#activities div.section__inner .item .txt_area h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  left: 95px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area h3 {
    font-size: 1.1429vw;
    left: 6.7857vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item .txt_area h3 {
    left: unset;
    font-size: 15px;
    line-height: 2;
  }
}
section#activities div.section__inner .item .txt_area h3::before {
  content: "1";
  text-align: center;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 600;
  font-size: 19px;
  position: absolute;
  left: -70px;
  top: 13px;
  width: 41px;
  height: 41px;
  border: 1.5px solid #4b5561;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area h3::before {
    font-size: 1.3571vw;
    left: -5vw;
    top: 0.9286vw;
    width: 2.9286vw;
    height: 2.9286vw;
    border: 0.1071vw solid #4b5561;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item .txt_area h3::before {
    content: none;
  }
}
section#activities div.section__inner .item .txt_area .txt_box {
  margin-top: 85px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area .txt_box {
    margin-top: 6.0714vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item .txt_area .txt_box {
    margin-top: 35px;
    padding-bottom: 25px;
  }
}
section#activities div.section__inner .item .txt_area .txt_box p {
  font-size: 14px;
  line-height: 2.286;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area .txt_box p {
    font-size: 0.9286vw;
    margin-bottom: 2.0714vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item .txt_area .txt_box p {
    margin-bottom: 0;
  }
}
section#activities div.section__inner .item .txt_area .txt_box p span {
  font-size: 11px;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area .txt_box p span {
    font-size: 0.7857vw;
  }
}
section#activities div.section__inner .item .txt_area a {
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.923;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item .txt_area a {
    font-size: 0.9286vw;
  }
}
section#activities div.section__inner .item_reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse {
    margin-top: -1.4286vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  section#activities div.section__inner .item_reverse {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 70vw;
    margin: 0 12.5px;
    left: -10px;
  }
}
section#activities div.section__inner .item_reverse img {
  max-width: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse img {
    max-width: 39.2857vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#activities div.section__inner .item_reverse img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
section#activities div.section__inner .item_reverse .txt_area {
  position: relative;
  top: 0;
  width: 46%;
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area {
    width: 100%;
    top: 23px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area {
    top: 1.6429vw;
  }
}
section#activities div.section__inner .item_reverse .txt_area::after {
  content: "";
  background-color: #4b5561;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 128px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area::after {
    top: 9.1429vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area::after {
    top: -10px;
  }
}
section#activities div.section__inner .item_reverse .txt_area::before {
  content: "";
  background-color: #4b5561;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: -21px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area::before {
    top: -1.5vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area::before {
    top: 72px;
  }
}
section#activities div.section__inner .item_reverse .txt_area h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  top: 20px;
  left: 95px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area h3 {
    font-size: 1.1429vw;
    top: 1.4286vw;
    left: 6.7857vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area h3 {
    left: unset;
    font-size: 15px;
    top: unset;
  }
}
section#activities div.section__inner .item_reverse .txt_area h3::before {
  content: "2";
  text-align: center;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 600;
  font-size: 19px;
  position: absolute;
  left: -70px;
  top: 13px;
  width: 41px;
  height: 41px;
  border: 1.5px solid #4b5561;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area h3::before {
    font-size: 1.3571vw;
    left: -5vw;
    top: 0.9286vw;
    width: 2.9286vw;
    height: 2.9286vw;
    border: 0.1071vw solid #4b5561;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area h3::before {
    content: none;
  }
}
section#activities div.section__inner .item_reverse .txt_area .txt_box {
  margin-top: 85px;
  position: relative;
  top: 21px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area .txt_box {
    margin-top: 6.0714vw;
    top: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area .txt_box {
    margin-top: 35px;
    top: unset;
    padding-bottom: 30px;
  }
}
section#activities div.section__inner .item_reverse .txt_area .txt_box p {
  font-size: 13px;
  line-height: 2.308;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area .txt_box p {
    font-size: 0.9286vw;
    margin-bottom: 2.0714vw;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .item_reverse .txt_area .txt_box p {
    margin-bottom: 0;
  }
}
section#activities div.section__inner .item_reverse .txt_area .txt_box a {
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.846;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse .txt_area .txt_box a {
    font-size: 0.9286vw;
  }
}
section#activities div.section__inner .item:nth-of-type(3) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  section#activities div.section__inner .item:nth-of-type(3) {
    margin-top: -26px;
    padding-top: 0;
    position: relative;
  }
  section#activities div.section__inner .item:nth-of-type(3) h3::before {
    content: "3";
    text-align: center;
    font-family: "Lexend Peta", sans-serif;
    font-weight: 600;
    font-size: 19px;
    position: absolute;
    left: -70px;
    top: 13px;
    width: 41px;
    height: 41px;
    border: 1.5px solid #4b5561;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: transparent;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item:nth-of-type(3) {
    margin-top: -1.8571vw;
  }
  section#activities div.section__inner .item:nth-of-type(3) h3::before {
    font-size: 1.3571vw;
    left: -5vw;
    top: 0.9286vw;
    width: 2.9286vw;
    height: 2.9286vw;
    border: 0.1071vw solid #4b5561;
  }
}
@media screen and (min-width: 768px) {
  section#activities div.section__inner .item_reverse:nth-of-type(4) {
    margin-top: -18px;
    padding-top: 0;
    position: relative;
  }
  section#activities div.section__inner .item_reverse:nth-of-type(4) h3::before {
    content: "4";
    text-align: center;
    font-family: "Lexend Peta", sans-serif;
    font-weight: 600;
    font-size: 19px;
    position: absolute;
    left: -70px;
    top: 13px;
    width: 41px;
    height: 41px;
    border: 1.5px solid #4b5561;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: transparent;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#activities div.section__inner .item_reverse:nth-of-type(4) {
    margin-top: -1.2857vw;
  }
  section#activities div.section__inner .item_reverse:nth-of-type(4) h3::before {
    font-size: 1.3571vw;
    left: -5vw;
    top: 0.9286vw;
    width: 2.9286vw;
    height: 2.9286vw;
    border: 0.1071vw solid #4b5561;
  }
}
@media screen and (max-width: 767px) {
  section#activities div.section__inner .txt_box_link {
    margin-top: 10px;
    display: block;
  }
}

section#access {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access {
    padding-bottom: 14.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#access {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  section#access h2 {
    margin-bottom: 29px;
  }
}
section#access div.section__inner {
  position: relative;
}
section#access div.section__inner .lead {
  font-size: 15px;
  line-height: 2.533;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 80px;
  left: calc(50% - 430px);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .lead {
    font-size: 1vw;
    top: 5.7143vw;
    left: calc(50% - 29.7857vw);
  }
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .lead {
    position: relative;
    inset: 0;
    width: 100%;
    margin: auto;
    font-size: 13px;
    line-height: 2.286;
  }
}
section#access div.section__inner .wrap {
  margin-top: 200px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .wrap {
    margin-top: 14.2857vw;
  }
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .wrap {
    margin-top: 40px;
  }
}
section#access div.section__inner .js-acd {
  border-top: 1px solid #4b5561;
}
section#access div.section__inner .js-acd:last-child {
  border-bottom: 1px solid #4b5561;
}
section#access div.section__inner .js-acd__toggle {
  transition: border-color 0.3s ease;
  padding: 25px 0 23px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.714;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .js-acd__toggle {
    padding: 1.7857vw 0 1.6429vw;
    font-size: 1vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  section#access div.section__inner .js-acd__toggle {
    padding: 25px 0 26px;
  }
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .js-acd__toggle {
    padding: 20px 0;
  }
}
section#access div.section__inner .js-acd__toggle .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
section#access div.section__inner .js-acd iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/568;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .js-acd iframe {
    aspect-ratio: 1/1;
  }
}
section#access div.section__inner .js-acd .btn_icon {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .js-acd .btn_icon {
    right: 1.2143vw;
    width: 2.5vw;
    height: 2.5vw;
    border: 0.0714vw solid #afafaf;
  }
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .js-acd .btn_icon {
    width: 30px;
    height: 30px;
  }
}
section#access div.section__inner .js-acd .btn_icon::before, section#access div.section__inner .js-acd .btn_icon::after {
  content: "";
  position: absolute;
  background-color: #afafaf;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .js-acd .btn_icon::before, section#access div.section__inner .js-acd .btn_icon::after {
    width: 50%;
  }
}
section#access div.section__inner .js-acd .btn_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section#access div.section__inner .js-acd.is-open .btn_icon::before {
  opacity: 0;
}
section#access div.section__inner .js-acd.is-open .btn_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
section#access div.section__inner .js-acd__cont .item {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 33px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .js-acd__cont .item {
    gap: 7.1429vw;
    margin-bottom: 2.3571vw;
  }
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .js-acd__cont .item {
    gap: 20px;
    margin-bottom: 20px;
  }
}
section#access div.section__inner .js-acd__cont .item .img_area {
  width: calc((100% - 100px) / 2);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .js-acd__cont .item .img_area {
    width: calc((100% - 7.1429vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  section#access div.section__inner .js-acd__cont .item .img_area {
    width: 100%;
  }
}
section#access div.section__inner .js-acd__cont .item .img_area img {
  max-width: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .js-acd__cont .item .img_area img {
    max-width: 39.2857vw;
  }
}
section#access div.section__inner .js-acd__cont .item .img_area p {
  margin-bottom: 10px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#access div.section__inner .js-acd__cont .item .img_area p {
    margin-bottom: 0.7143vw;
  }
}

section#reserve {
  background-image: url(../image/12_RESERVE.webp);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 2240/600;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section#reserve {
    background-image: url(../image/12_RESERVE.webp);
    aspect-ratio: 373/300;
    width: 100%;
    background-size: cover;
  }
}
section#reserve .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  section#reserve .wrap {
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    padding: 0 25px;
  }
}
section#reserve .wrap h2 {
  font-size: 20px;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 27px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#reserve .wrap h2 {
    font-size: 1.4286vw;
  }
}
@media screen and (max-width: 767px) {
  section#reserve .wrap h2 {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
section#reserve .wrap h2 span {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#reserve .wrap h2 span {
    font-size: 0.8571vw;
  }
}
section#reserve .wrap .box {
  border: 1px solid #fff;
  width: 200px;
  height: 30px;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#reserve .wrap .box {
    border: 0.0714vw solid #fff;
    width: 14.2857vw;
    height: 2.1429vw;
  }
}
@media screen and (max-width: 767px) {
  section#reserve .wrap .box {
    width: 100%;
    inset: 0;
    position: relative;
  }
}
section#reserve .wrap .box p {
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#reserve .wrap .box p {
    font-size: 1.1429vw;
  }
}
@media screen and (max-width: 767px) {
  section#reserve .wrap .box p {
    font-size: 15px;
  }
}

section#information {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  section#information {
    padding: 0px 25px 100px;
  }
}
section#information h2 {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#information h2 {
    margin-bottom: 3.5714vw;
  }
}
@media screen and (max-width: 767px) {
  section#information h2 {
    margin-bottom: 21px;
  }
}
section#information .js-acd {
  border-top: 1px solid #4b5561;
}
section#information .js-acd:last-child {
  border-bottom: 1px solid #4b5561;
}
section#information .js-acd__toggle {
  transition: border-color 0s 0.4s ease;
  padding: 32px 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.714;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#information .js-acd__toggle {
    padding: 2.2857vw 0;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  section#information .js-acd__toggle {
    padding: 0;
    height: 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
section#information .js-acd .btn_icon {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#information .js-acd .btn_icon {
    right: 1.2143vw;
    width: 2.5vw;
    height: 2.5vw;
    border: 0.0714vw solid #afafaf;
  }
}
@media screen and (max-width: 767px) {
  section#information .js-acd .btn_icon {
    width: 30px;
    height: 30px;
  }
}
section#information .js-acd .btn_icon::before, section#information .js-acd .btn_icon::after {
  content: "";
  position: absolute;
  background-color: #afafaf;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  section#information .js-acd .btn_icon::before, section#information .js-acd .btn_icon::after {
    width: 50%;
  }
}
section#information .js-acd .btn_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section#information .js-acd.is-open .btn_icon::before {
  opacity: 0;
}
section#information .js-acd.is-open .btn_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
section#information .js-acd__cont .item {
  margin-bottom: 33px;
  padding-right: 200px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#information .js-acd__cont .item {
    margin-bottom: 2.3571vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#information .js-acd__cont .item {
    padding-right: 0;
  }
}
section#information .js-acd__cont .item .txt_area p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.286;
  font-size: 13px;
}
section#information .js-acd__cont .anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section#information .js-acd__cont .anchor {
    margin-bottom: 40px;
  }
}
section#information .js-acd__cont .anchor li {
  border: 1px solid #4b5561;
  padding: 3px 50px;
}
@media screen and (max-width: 767px) {
  section#information .js-acd__cont .anchor li {
    width: 100%;
    margin-bottom: 20px;
  }
}
section#information .js-acd__cont .txt_area {
  margin-top: 30px;
}
section#information .js-acd__cont .txt_area .text {
  margin-bottom: 30px;
}
section#information .js-acd__cont .txt_area .text ul {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.286;
  font-size: 14px;
}
section#information .js-acd__cont .txt_area .text ul li {
  position: relative;
}
section#information .js-acd__cont .txt_area .text ul li::before {
  content: "・";
  top: 0;
  left: 0;
}
section#information .js-acd__cont .grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 767px) {
  section#information .js-acd__cont .grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
section#information .js-acd__cont .grid .grid-box {
  display: contents;
}
section#information .js-acd__cont .grid .grid-box .label {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
section#information .js-acd__cont .grid .grid-box .label span {
  margin: 0 0.5em;
}
section#information .js-acd__cont .grid .grid-box .label .pad {
  display: inline-block;
  margin: 0 0.28em;
}
section#information .js-acd__cont .grid .grid-box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.286;
  font-size: 13px;
}
section#information .bnr_area {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  section#information .bnr_area {
    margin-top: 7.5714vw;
    gap: 1.4286vw;
  }
}
@media screen and (max-width: 767px) {
  section#information .bnr_area {
    flex-direction: column;
    margin-top: 50px;
    padding: 0 3px;
    gap: 20px;
  }
}
section#information .bnr_area img {
  max-width: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#information .bnr_area a {
  cursor: pointer;
}

.js-acd__toggle:hover {
  cursor: pointer;
}

.no-hover:hover {
  cursor: unset;
}

/* アコーディオンの中身 */
.js-acd__cont {
  height: 0;
  overflow: hidden;
  margin: 0 -50px;
  padding: 0 50px;
  /* transitionで滑らかに動かす（JSのslideToggleを使わない場合） */
  transition: height 0.4s ease-out;
}

/* 開いている状態 */
.js-acd.is-open > .js-acd__cont {
  height: auto; /* JSで具体的な数値を代入します */
}

/* スライダーが崩れないように最小限のスタイル */
.acd_slider {
  width: 100%;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  top: -100px;
  transition: top 0.5s;
}
header div.header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 35px 100px;
  padding-left: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
}
header div.header__inner .lang_jp {
  text-decoration: underline;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner {
    padding: 2.5vw 7.1428vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner {
    max-width: none;
    margin: 0 auto;
    padding: 10px 10px 20px 25px;
    height: 60px;
  }
}
header div.header__inner h1 {
  width: 69px;
  height: 41px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner h1 {
    width: 2.5714vw;
    height: 3.2143vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner h1 {
    width: 44px;
    height: 25px;
  }
}
header div.header__inner h1 a img {
  transition: 0.4s;
}
header div.header__inner .header_logo {
  width: 260px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header_logo {
    width: 14.2857vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header_logo {
    width: 157px;
  }
}
header div.header__inner .header__nav-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  height: 100dvh;
  width: 50%;
  visibility: hidden;
  padding: 162px 100px 45px 138px;
  background-color: #f4f4f4;
  color: #4b5561;
  transition: 0.4s;
  overflow-y: auto;
}
header div.header__inner .header__nav-area.-active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  header div.header__inner .header__nav-area {
    padding: 162px 100px 45px 40px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area {
    padding: 11.5714vw 7.1428vw 3.2143vw 9.8571vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area {
    width: 100%;
    padding: 100px 34px 30px;
  }
}
header div.header__inner .header__nav-area .nav_copy {
  font-size: 20px;
  writing-mode: vertical-rl;
  position: absolute;
  right: 130px;
  top: 160px;
  line-height: 1.95;
  letter-spacing: 3px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area .nav_copy {
    font-size: 1.4286vw;
    right: 9.2857vw;
    top: 11.4285vw;
    letter-spacing: 0.2143vw;
  }
}
header div.header__inner .header__nav-area .nav_copy .tcy {
  text-combine-upright: all;
  margin-bottom: 3px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area .nav_copy .tcy {
    margin-bottom: 0.2143vw;
  }
}
header div.header__inner .header__nav-area .lang_links {
  position: absolute;
  right: 366px;
  top: 37px;
  font-family: "Lexend Peta", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area .lang_links {
    right: 9.8571vw;
    top: 11.2857vw;
    gap: 0.7143vw;
    font-size: 1.2857vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area .lang_links {
    font-size: 14px;
    font-weight: normal;
    top: 94px;
    right: 80px;
  }
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: auto;
  margin: 0;
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
  list-style: none;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  width: auto;
  text-align: left;
  padding: 0;
  border: none;
  margin-bottom: 52px;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
    font-size: 1.1428vw;
    margin-bottom: 3.7143vw;
    letter-spacing: 0.0286vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:first-child {
  margin-bottom: 97px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:first-child {
    margin-bottom: 6.9286vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:first-child {
    margin-bottom: 50px;
  }
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:last-child {
  margin-top: 25px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:last-child {
    margin-top: 1.7857vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li:last-child {
    margin-top: 20px;
  }
}
header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li .insta {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .header__nav-area nav#header_nav ul.global-navigation__list li .insta {
    width: 1.78571vw;
    height: 1.78571vw;
  }
}
header div.header__inner .reservation_txt {
  position: fixed;
  top: 35px;
  right: 140px;
  width: 200px;
  height: 30px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 15px;
  letter-spacing: 0.2em;
  z-index: 10;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
header div.header__inner .reservation_txt:has(+ .hamburger.-active) {
  border: 1px solid #2b5a5a;
  color: #2b5a5a;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .reservation_txt {
    top: 2.5vw;
    right: 10vw;
    width: 14.2857vw;
    height: 2.1429vw;
    border: 0.0714vw solid #fff;
    font-size: 1.0714vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .reservation_txt {
    position: absolute;
    left: 44%;
    top: 18px;
    transform: translateX(-50%);
    color: #2b5a5a;
    border: 1px solid #2b5a5a;
    width: 72%;
  }
}
header div.header__inner .reservation_txt.-active {
  color: #2b5a5a;
  border: 1px solid #2b5a5a;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .reservation_txt.-active {
    border: 0.0714vw solid #2b5a5a;
  }
}
header div.header__inner .lang_links_sp {
  position: fixed;
  z-index: 10;
  top: 36.5px;
  right: 367px;
  font-family: "Lexend Peta", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  font-weight: 300;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .lang_links_sp {
    right: 26.2142vw;
    top: 2.60714vw;
    gap: 0.7143vw;
    font-size: 1.2857vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .lang_links_sp {
    z-index: 1;
    top: 22.5px;
    right: 80px;
    font-size: 14px;
    font-weight: normal;
    width: 100px;
  }
}
header div.header__inner .lang_links_sp.-active {
  color: #2b5a5a;
}
header div.header__inner .hamburger {
  display: block;
  height: 15px;
  margin-left: auto;
  position: fixed;
  z-index: 10;
  top: 42.5px;
  right: 50px;
  width: 40px;
  border: none;
  background-color: transparent;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .hamburger {
    height: 1.0714vw;
    top: 3.0357vw;
    right: 3.5714vw;
    width: 2.8571vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .hamburger {
    right: 30px;
    top: 25px;
    width: 27px;
  }
}
header div.header__inner .hamburger:hover {
  opacity: 1;
}
header div.header__inner .hamburger.-active .hamburger__line {
  background-color: transparent;
}
header div.header__inner .hamburger.-active .hamburger__line::before {
  background-color: #2b5a5a;
  animation: lineActive_before 0.4s ease forwards;
}
@keyframes lineActive_before {
  0% {
    top: -7px;
    transform: rotate(0deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(45deg);
  }
}
header div.header__inner .hamburger.-active .hamburger__line::after {
  background-color: #2b5a5a;
  animation: lineActive_after 0.4s ease forwards;
}
@keyframes lineActive_after {
  0% {
    top: 7px;
    transform: rotate(0deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(-45deg);
  }
}
header div.header__inner .hamburger .hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: transparent;
  transition: 0.4s;
}
header div.header__inner .hamburger .hamburger__line:before, header div.header__inner .hamburger .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
header div.header__inner .hamburger .hamburger__line:before {
  top: -7px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .hamburger .hamburger__line:before {
    top: -0.5vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .hamburger .hamburger__line:before {
    top: -4px;
  }
}
header div.header__inner .hamburger .hamburger__line:after {
  top: 7px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .hamburger .hamburger__line:after {
    top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  header div.header__inner .hamburger .hamburger__line:after {
    top: 5px;
  }
}
header div.header__inner .hamburger.line_remove .hamburger__line:before {
  animation: lineDisActive_before 0.4s ease forwards;
}
@keyframes lineDisActive_before {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: -7px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes lineDisActive_before {
    0% {
      top: 0;
      transform: rotate(45deg);
    }
    50% {
      top: 0;
      transform: rotate(0deg);
    }
    100% {
      top: -4px;
      transform: rotate(0deg);
    }
  }
}
header div.header__inner .hamburger.line_remove .hamburger__line:after {
  animation: lineDisActive_after 0.4s ease forwards;
}
@keyframes lineDisActive_after {
  0% {
    top: 0;
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 7px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes lineDisActive_after {
    0% {
      top: 0;
      transform: rotate(-45deg);
    }
    50% {
      top: 0;
      transform: rotate(0deg);
    }
    100% {
      top: 5px;
      transform: rotate(0deg);
    }
  }
}
header div.header__inner .hamburger .hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header div.header__inner .hamburger .hamburger__text {
    bottom: 0.5714vw;
  }
}
header.active {
  top: 0;
}
header.active div.header__inner .reservation_txt {
  color: #2b5a5a;
  border: 1px solid #2b5a5a;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  header.active div.header__inner .reservation_txt {
    border: 0.0714vw solid #2b5a5a;
  }
}
header.active div.header__inner .lang_links_sp {
  color: #2b5a5a;
}
@media screen and (max-width: 767px) {
  header.active div.header__inner .lang_links_sp {
    display: none;
  }
}
header.active div.header__inner .hamburger .hamburger__line:before, header.active div.header__inner .hamburger .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #2b5a5a;
  transition: inherit;
}

footer {
  background-color: #4b5561;
  color: #FFF;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  footer {
    padding: 0 140px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 31px;
  }
}
footer .logo {
  width: 69px;
  height: 41px;
  position: absolute;
  top: 50px;
  left: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer .logo {
    width: 2.5714vw;
    height: 3.2143vw;
    top: 3.6429vw;
    left: 7.1429vw;
  }
}
footer div.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  footer div.footer__inner {
    max-width: 1130px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner {
    max-width: 75.7142vw;
  }
}
footer div.footer__inner div.footer_top {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  footer div.footer__inner div.footer_top {
    gap: 40px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top {
    margin-top: 3.6429vw;
    gap: 2.8571vw;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top {
    flex-direction: column;
  }
}
footer div.footer__inner div.footer_top .list {
  display: flex;
  gap: 100px;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  footer div.footer__inner div.footer_top .list {
    gap: 6.25vw;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .list {
    gap: 7.1429vw;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top .list {
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top .list ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top .list ul:first-child {
    width: 100%;
    margin-bottom: 22px;
  }
}
footer div.footer__inner div.footer_top .list ul li {
  font-size: 12px;
  font-family: "Lexend Peta", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 28px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .list ul li {
    font-size: 0.8571vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top .list ul li {
    font-size: 14px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  footer div.footer__inner div.footer_top .list ul:last-child {
    margin-left: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .list ul:last-child {
    margin-left: 1.4286vw;
  }
}
footer div.footer__inner div.footer_top .list ul .insta {
  margin-top: 50px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .list ul .insta {
    margin-top: 3.5714vw;
  }
}
footer div.footer__inner div.footer_top .list ul .insta a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
footer div.footer__inner div.footer_top .list ul .insta img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .list ul .insta img {
    width: 1.78571vw;
  }
}
footer div.footer__inner div.footer_top .border_box {
  border: 1px solid #fff;
  width: 201px;
  height: 31px;
  margin-bottom: 40px;
  padding-top: 3px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .border_box {
    border: 0.0714vw solid #fff;
    width: 14.3571vw;
    height: 2.2143vw;
    margin-bottom: 2.8571vw;
    padding-top: 0.2143vw;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top .border_box {
    width: 100%;
    margin-bottom: 50px;
  }
}
footer div.footer__inner div.footer_top .border_box p {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .border_box p {
    font-size: 1.0714vw;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_top .address {
    margin-top: 64px;
  }
}
footer div.footer__inner div.footer_top .address .txt_area {
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 3;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .address .txt_area {
    font-size: 0.7143vw;
    margin-bottom: 2.8571vw;
  }
}
footer div.footer__inner div.footer_top .address .txt_area a {
  text-decoration: underline;
}
footer div.footer__inner div.footer_top .address img {
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_top .address img {
    width: 3.1429vw;
  }
}
footer div.footer__inner div.footer_bottom {
  font-size: 14px;
  padding: 88px 0 40px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_bottom {
    font-size: 1vw;
    padding: 6.2857vw 0 2.8571vw;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer__inner div.footer_bottom {
    padding: 99px 0 40px;
  }
}
footer div.footer__inner div.footer_bottom div.flex {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_bottom div.flex {
    gap: 1.4286vw;
  }
}
footer div.footer__inner div.footer_bottom div.flex img {
  width: 255px;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_bottom div.flex img {
    width: 18.2143vw;
  }
}
footer div.footer__inner div.footer_bottom div.flex p {
  font-size: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  footer div.footer__inner div.footer_bottom div.flex p {
    font-size: 0.6429vw;
  }
}/*# sourceMappingURL=style.css.map */