@charset "UTF-8";
/*======================================
    Font / Color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "Times New Roman", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", serif;
  color: #231815;
}

body {
  background-color: #f8f7f4;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.is-sp {
    display: block;
  }
}

.p-container {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .p-container {
    margin-top: 140px;
  }
}

/*======================================
    text
======================================*/
.text13 {
  font-size: 1.3rem;
}

.text14 {
  font-size: 1.4rem;
}

.text15 {
  font-size: 1.5rem;
}

.text16 {
  font-size: 1.6rem;
}

.text17 {
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 1024px) {
  .text17 {
    font-size: clamp(1.7rem, 25 / 750 * 100vw, 2.5rem);
    line-height: 1.8;
  }
}

.text18 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
}

.text19 {
  font-size: 1.9rem;
}

.text20 {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .text20 {
    font-size: clamp(1.8rem, 25 / 750 * 100vw, 2.5rem);
    line-height: 1.8;
  }
}

.text23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .text23 {
    font-size: clamp(2rem, 23 / 750 * 100vw, 2.3rem);
  }
}

.text13,
.text14,
.text15,
.text16,
.text17,
.text18,
.text19,
.text20 {
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*======================================
    common
======================================*/
.inner {
  width: 1080px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 87%;
  }
}

.inner-md {
  width: 1250px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner-md {
    max-width: 86.7%;
  }
}

.section__title {
  display: grid;
  grid-template-columns: 1em auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-column-gap: 1.25em;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: clamp(2rem, 30 / 750 * 100vw, 3rem);
  }
}
.section__title span.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.section__title span.jp {
  font-size: 1.08em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .section__title span.jp.space {
    letter-spacing: 0.465em;
    margin-bottom: -0.55em;
    display: inline-block;
  }
}

/*======================================
    btn
======================================*/
.arrow-link {
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .arrow-link {
    text-align: left;
    font-size: clamp(1.6rem, 22 / 750 * 100vw, 2.2rem);
    letter-spacing: 0.03em;
    line-height: 1.5454545455;
  }
}
.arrow-link:hover, .arrow-link:focus {
  opacity: 0.7;
}
.arrow-link:hover span.btn-text::before, .arrow-link:focus span.btn-text::before {
  left: 0.5em;
}
.arrow-link span.btn-text {
  display: inline-block;
  padding-left: 5em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .arrow-link span.btn-text {
    padding-left: 4em;
  }
}
.arrow-link span.btn-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 3.89em;
  height: 0.83em;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .arrow-link span.btn-text::before {
    bottom: unset;
    top: 1em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 3.14em;
    height: 0.68em;
  }
}
.arrow-link span.en {
  font-size: 1.28em;
}
@media screen and (max-width: 1024px) {
  .arrow-link span.en {
    font-size: 1.23em;
    letter-spacing: 0.03em;
    line-height: 1;
  }
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f8f7f4;
  z-index: 300;
}

.h-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  width: 1275px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .h-inner {
    width: 90%;
  }
}

.h-logo a {
  display: block;
  width: 121px;
}
@media screen and (max-width: 1024px) {
  .h-logo a {
    width: min(158 / 750 * 100vw, 158px);
  }
}

.h-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1365px) {
  .h-contents {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.h-contents span {
  display: block;
  color: #9fa0a0;
  letter-spacing: 0.07em;
  margin-top: 0.25em;
}

.h-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .h-links {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .h-languages__container {
    display: none;
  }
}

.h-languages {
  position: relative;
  font-size: 1.3rem;
}
.h-languages::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(80%, -50%) rotate(-45deg);
          transform: translate(80%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  z-index: 3;
}

.h-language {
  display: none;
}
.h-language.is-active {
  display: block;
}

.h-langs {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 145%;
  z-index: 2;
  background-color: #f8f7f4;
  padding: 0.5em 1em 0.5em 0.25em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.h-langs.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.h-lang:nth-child(n+2) {
  margin-top: 0.25em;
}
.h-lang a {
  display: block;
  padding: 0.25em 0 0.25em 0.75em;
  white-space: nowrap;
  margin-left: -0.75em;
  position: relative;
}
.h-lang a:hover::before {
  width: 100%;
}
.h-lang a:hover::after {
  opacity: 1;
}
.h-lang a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(201, 202, 202, 0.5);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.h-lang a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: rgba(201, 202, 202, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .h-language__en {
    font-size: clamp(1.6rem, 20 / 750 * 100vw, 2rem);
    text-align: center;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    letter-spacing: 0.07em;
  }
}

.drawer-icon {
  position: fixed;
  top: 34px;
  right: 35px;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.drawer-icon.is-active .drawer-bar.-bar1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-icon.is-active .drawer-bar.-bar2 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-icon.is-active .drawer-close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.drawer-bars {
  width: 25px;
  height: 16px;
  position: relative;
}

.drawer-bar {
  position: absolute;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: rgba(35, 24, 21, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-bar.-bar1 {
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-bar.-bar2 {
  top: 75%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.drawer-close {
  font-size: 3.2rem;
  padding-left: 0.5em;
  margin-right: 0.5em;
  letter-spacing: 0.025em;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer-contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  padding-bottom: 50px;
  overflow: scroll;
  background-color: #f8f7f4;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer-contents.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.drawer-menu__container {
  width: 88%;
  margin: 90px auto 0;
  padding-top: min(90 / 750 * 100vw, 90px);
  border-top: 1px solid rgba(35, 24, 21, 0.5);
}

.drawer-menu li {
  padding: min(35 / 750 * 100vw, 45px) 0 min(30 / 750 * 100vw, 40px) 13px;
}
.drawer-menu li a {
  font-size: clamp(2rem, 35 / 750 * 100vw, 3.5rem);
  line-height: 1.1842105263;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.drawer-menu li a span {
  display: block;
  color: #9fa0a0;
  font-size: 0.77em;
  letter-spacing: 0.07em;
  line-height: 1.1111111111;
  padding-left: 0.25em;
  margin-top: 0.15em;
}

.drawer-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5em;
  font-size: clamp(1.2rem, 23 / 750 * 100vw, 2.3rem);
  margin-top: min(240 / 750 * 100vw, 240px);
}

.drawer-lang {
  letter-spacing: 0.15em;
}
.drawer-lang:nth-child(2) {
  letter-spacing: 0.08em;
}
.drawer-lang:nth-child(n+2) {
  padding-left: 0.75em;
  margin-left: 0.75em;
  position: relative;
}
.drawer-lang:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1px;
  height: 1em;
  background-color: #231815;
}

.drawer-lang_en {
  color: #9fa0a0;
  text-align: center;
  font-size: clamp(1.2rem, 22 / 750 * 100vw, 2.2rem);
  letter-spacing: 0.07em;
  margin-top: 0.5em;
}

/*======================================
    footer
======================================*/
.footer {
  border-top: 1px solid rgba(35, 24, 21, 0.5);
  padding: 40px 0 30px;
  margin-top: 118px;
}
@media screen and (max-width: 1024px) {
  .footer {
    border-top: none;
    margin-top: 60px;
  }
}

.f-inner {
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .f-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .f-container {
    display: contents;
  }
}

@media screen and (max-width: 1024px) {
  .f-info {
    text-align: center;
    margin-top: 40px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.f-logo {
  width: 205px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .f-logo {
    width: 282px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 120px;
  }
}

.f-address {
  font-size: 1.3rem;
  line-height: 1.1538461538;
}
@media screen and (max-width: 1024px) {
  .f-address {
    font-size: clamp(1.4rem, 17 / 750 * 100vw, 1.7rem);
  }
}

.f-tel {
  font-size: 2.5rem;
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .f-tel {
    font-size: clamp(2rem, 24 / 750 * 100vw, 2.4rem);
  }
}

.f-sns__link {
  margin-top: 14px;
}

.f-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: 1.3rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .f-insta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
  }
}
.f-insta:hover {
  opacity: 0.7;
}
.f-insta img {
  width: 1.38em;
}

.f-contents {
  width: 774px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: min((30 / 1366 * 100vw) * -1, -30px);
}
@media screen and (max-width: 1024px) {
  .f-contents {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.f-shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .f-shops {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .f-shop {
    width: auto;
    text-align: center;
  }
  .f-shop:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .f-shop:nth-child(n+2) {
    margin-top: 36px;
  }
}

.f-md {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
}
.f-md.-en span.sm {
  display: block;
  line-height: 1;
}
.f-md span.sm {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .f-md span.sm {
    display: block;
    font-size: 0.65em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .f-md {
    font-size: clamp(1.8rem, 23 / 750 * 100vw, 2.3rem);
  }
}

.f-sm {
  font-size: 1.1rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1024px) {
  .f-sm {
    font-size: clamp(1.4rem, 17 / 750 * 100vw, 1.7rem);
  }
}

.f-sm-mt {
  margin-top: 0.25em;
}

@media screen and (max-width: 1024px) {
  .f-sm__recruit {
    display: inline-block;
    font-size: clamp(1.4rem, 20 / 750 * 100vw, 2rem);
  }
  .f-sm__recruit.-space {
    margin-left: 1em;
  }
}

@media screen and (max-width: 1024px) {
  .f-recruit_sm {
    font-size: clamp(1.2rem, 15 / 750 * 100vw, 1.5rem);
    text-align: center;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .f-sm__recruit--deco {
    position: relative;
    padding: 0 1em;
  }
  .f-sm__recruit--deco::before {
    content: "（";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .f-sm__recruit--deco::after {
    content: " ）";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.f-recruit {
  width: 100%;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .f-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    margin-top: 50px;
  }
}

.copyright {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .copyright {
    margin-top: 27px;
  }
  .copyright small {
    font-size: 1.3rem !important;
  }
}

/*======================================
    mv
======================================*/
.mv__container {
  overflow: hidden;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.mv {
  margin-top: 90px;
  position: relative;
  width: 1220px;
  margin-right: 1.1%;
}
@media screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    margin-right: auto;
  }
}

.mv__bg {
  position: relative;
  width: 85.25%;
  margin-left: auto;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: -1;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .mv__bg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.mv-top__container {
  font-size: min(20 / 1366 * 100vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 83px;
     -moz-column-gap: 83px;
          column-gap: 83px;
  padding-top: min(132 / 1366 * 100vw, 132px);
}
@media screen and (max-width: 1024px) {
  .mv-top__container {
    font-size: min(23 / 750 * 100vw, 2.3rem);
  }
}

.mv-top__open {
  font-size: 2.25em;
  letter-spacing: 0.15em;
}
.mv-top__open.-en {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mv-top__open {
    font-size: 2.2em;
  }
}
.mv-top__open span {
  display: inline-block;
  font-size: 1.11em;
  margin-right: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mv-top__open span {
    font-size: 1.09em;
    margin-right: 0.5em;
  }
}

.mv-top__text {
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-top: min(29 / 1366 * 100vw, 29px);
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 9.9%;
}
.mv-top__text.-en {
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .mv-top__text.-en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: right;
    margin-bottom: 180px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mv-top__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: calc(100 / 750 * 100vw);
    margin-right: 1.1em;
    line-height: 1.8695652174;
    letter-spacing: 0.12em;
  }
  .mv-top__text span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.mv__logos {
  position: absolute;
  bottom: 25.46%;
  left: 12px;
}
@media screen and (max-width: 1024px) {
  .mv__logos {
    padding-left: 0;
    margin-top: 0;
    bottom: 46%;
  }
}

.mv__logo {
  width: min(214 / 1366 * 100vw, 214px);
  margin-bottom: min(36 / 1366 * 100vw, 36px);
}
@media screen and (max-width: 1024px) {
  .mv__logo {
    width: min(316 / 750 * 100vw, 316px);
    margin-bottom: min(60 / 750 * 100vw, 60px);
  }
}

.mv__links {
  margin-top: 20px;
}

.mv__restaurant img {
  width: auto;
  height: min(14 / 1366 * 100vw, 14px);
}
@media screen and (max-width: 1024px) {
  .mv__restaurant img {
    height: min(20 / 750 * 100vw, 20px);
  }
}

.mv__salon img {
  width: auto;
  height: min(18 / 1366 * 100vw, 18px);
}
@media screen and (max-width: 1024px) {
  .mv__salon img {
    height: min(27 / 750 * 100vw, 27px);
  }
}

.mv-links {
  margin-top: min(36 / 1366 * 100vw, 36px);
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
}
@media screen and (max-width: 1024px) {
  .mv-links {
    display: none;
  }
}

.mv-link {
  letter-spacing: 0.07em;
  padding: 0 0.5em;
  border-left: 1px solid rgba(35, 24, 21, 0.5);
  border-right: 1px solid rgba(35, 24, 21, 0.5);
}
.mv-link a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mv-link a:hover, .mv-link a:focus {
  opacity: 0.7;
}

.top-news {
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .top-news {
    margin-top: 70px;
  }
}

.top-news__container {
  max-width: 784px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 43px auto;
  grid-column-gap: 44px;
}
@media screen and (max-width: 1024px) {
  .top-news__container {
    position: relative;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .top-news__logo {
    display: none;
  }
}

.top-news__head {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .top-news__head {
    font-size: clamp(2rem, 25 / 750 * 100vw, 2.5rem);
  }
}

.top-news__lists {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 1.25em;
}
@media screen and (max-width: 1024px) {
  .top-news__lists {
    font-size: clamp(1.4rem, 18 / 750 * 100vw, 1.8rem);
    margin-top: 2em;
  }
}

.top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.top-news__list:nth-child(n+2) {
  margin-top: 0.75em;
}

.top-news__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #898989;
}
@media screen and (max-width: 1024px) {
  .top-news__title {
    -webkit-line-clamp: 2;
  }
}
.top-news__title a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-news__title a:hover, .top-news__title a:focus {
  opacity: 0.7;
}

.top-about {
  margin-top: 152px;
}
@media screen and (max-width: 1024px) {
  .top-about {
    margin-top: 70px;
  }
}

.top-about__head {
  position: relative;
}
.top-about__head::before {
  content: "";
  display: block;
  padding-top: calc(650 / 1250 * 100%);
  background-color: lightgray;
}
@media screen and (max-width: 1024px) {
  .top-about__head::before {
    padding-top: 100%;
  }
}
.top-about__head img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .top-about__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12.27%;
       -moz-column-gap: 12.27%;
            column-gap: 12.27%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 136px;
  }
  .top-about__intro.-en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__intro--head {
  font-size: 3.8rem;
  letter-spacing: 0.15em;
  line-height: 1.3157894737;
  padding-left: 2.5em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-about__intro--head.-en {
    letter-spacing: 0.1em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-left: 0;
    padding-right: 1em;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.top-about__intro--head span.half {
  width: 0.75em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .top-about__intro--head span.half {
    width: 100%;
    height: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__intro--head {
    font-size: clamp(2.2rem, 38 / 750 * 100vw, 3.8rem);
    padding-left: 0;
    padding-right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: 0.85em;
    padding-bottom: 1.25em;
  }
}
.top-about__intro--head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  width: 1.8em;
  height: 1.9em;
  background: url(../img/logo.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .top-about__intro--head::before {
    display: none;
  }
}

.top-about__intro--text {
  margin-top: 52px;
  margin-left: auto;
  max-width: 716px;
}
.top-about__intro--text.-en {
  max-width: 660px;
}
.top-about__intro--text.-en p {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .top-about__intro--text.-en {
    max-width: 496px;
    margin-left: auto;
  }
  .top-about__intro--text.-en p {
    letter-spacing: 0.05em;
  }
}
.top-about__intro--text p {
  letter-spacing: 0.0945em;
  line-height: 2.1176470588;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .top-about__intro--text p {
    font-size: min(23 / 750 * 100vw, 2.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .top-about__intro--text {
    margin-top: 26px;
    position: relative;
  }
  .top-about__intro--text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    width: min(60 / 750 * 100vw, 60px);
    height: min(70 / 750 * 100vw, 70px);
    background: url(../img/logo.svg) no-repeat center/contain;
  }
}

.inner-left {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.top-do__container {
  max-width: 1230px;
  width: 90%;
  display: grid;
  grid-template-columns: 61.5% auto;
  grid-column-gap: 9.8%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 102px;
}
@media screen and (max-width: 1024px) {
  .top-do__container {
    display: block;
    margin-top: 120px;
    width: 100%;
  }
}

.top-do__imgs--container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top-do__imgs--container:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top-do__imgs--container:nth-child(n+2) {
    margin-top: 8px;
  }
}

.top-do__img {
  width: 100%;
  position: relative;
}
.top-do__img:nth-child(n+2) {
  margin-left: -1px;
}
.top-do__img::before {
  content: "";
  display: block;
  padding-top: calc(280 / 375 * 100%);
}
.top-do__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .top-do__texts {
    width: 86.7%;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-do__title {
  font-size: 2.8rem;
  letter-spacing: 0.09em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top-do__title.-en {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .top-do__title {
    margin-top: 2.3em;
    text-align: right;
    font-size: min(30 / 750 * 100vw, 3rem);
  }
}

.top-do__name {
  letter-spacing: 0.1em;
  line-height: 1.8823529412;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1em;
  text-align: right;
}
.top-do__name.-en {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .top-do__name {
    margin-top: 1em;
    font-size: min(20 / 750 * 100vw, 2rem);
  }
}
.top-do__name span {
  display: block;
  position: relative;
  font-size: 1.6rem;
  padding-left: 4em;
}
@media screen and (max-width: 1024px) {
  .top-do__name span {
    font-size: 0.83em;
    padding-left: 3.7em;
    margin-top: 0.15em;
  }
}
.top-do__name span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75em;
  height: 1px;
  background-color: rgba(35, 24, 21, 0.5);
}
@media screen and (max-width: 1024px) {
  .top-do__name span::before {
    width: 3.4em;
  }
}

.top-do__text {
  margin-top: 4em;
  line-height: 1.8823529412;
  letter-spacing: 0.12em;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}
.top-do__text.-en {
  max-width: 374px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .top-do__text.-en {
    max-width: 100%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .top-do__text {
    margin-top: 2.25em;
    line-height: 1.8;
    font-size: min(23 / 750 * 100vw, 2.3rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-experience {
  margin-top: 208px;
}
@media screen and (max-width: 1024px) {
  .top-experience {
    margin-top: 136px;
  }
}

.top-experience__lists {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
  padding-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .top-experience__lists {
    display: block;
    padding-bottom: 0;
    margin-top: 84px;
  }
}
.top-experience__lists.-border {
  margin-top: 0;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .top-experience__lists.-border {
    padding: 0;
  }
}
.top-experience__lists.-border .top-experience__list {
  padding-top: 48px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .top-experience__lists.-border .top-experience__list {
    padding-top: min(110 / 750 * 100vw, 110px);
    padding-bottom: min(72 / 750 * 100vw, 72px);
  }
}
.top-experience__lists.-border .top-experience__list:nth-child(odd) {
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  .top-experience__lists.-border .top-experience__list:nth-child(odd) {
    padding-right: 0;
  }
}
.top-experience__lists.-border .top-experience__list:nth-child(even) {
  border-left: 1px solid rgba(35, 24, 21, 0.5);
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  .top-experience__lists.-border .top-experience__list:nth-child(even) {
    padding-left: 0;
    border-left: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 38px;
  }
  .sp-flex .top-experience__list--title {
    margin-top: 0;
  }
  .sp-flex .top-experience__list--text {
    margin-top: 0;
  }
  .sp-flex.-fix {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .sp-flex.-fix .top-experience__list--title {
    min-width: 120px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .top-experience__list {
    padding: 0 0 min(74 / 750 * 100vw, 74px);
  }
}
.top-experience__list:nth-child(odd) {
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .top-experience__list:nth-child(odd) {
    padding-right: 0;
  }
}
.top-experience__list:nth-child(even) {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .top-experience__list:nth-child(even) {
    padding-left: 0;
  }
}

.top-experience__img {
  position: relative;
}
.top-experience__img.-sm::before {
  padding-top: calc(290 / 460 * 100%);
}
@media screen and (max-width: 1024px) {
  .top-experience__img.-sm::before {
    padding-top: calc(300 / 650 * 100%);
  }
}
.top-experience__img::before {
  content: "";
  display: block;
  padding-top: calc(290 / 480 * 100%);
  background-color: lightgray;
}
@media screen and (max-width: 1024px) {
  .top-experience__img::before {
    padding-top: calc(300 / 650 * 100%);
  }
}
.top-experience__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-experience__list--title {
  letter-spacing: 0.15em;
  line-height: 1.5652173913;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top-experience__list--title {
    font-size: clamp(2rem, 27 / 750 * 100vw, 2.7rem);
    margin-top: 38px;
  }
}

.top-experience__list--text {
  margin-top: 0.7em;
  line-height: 1.6470588235;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .top-experience__list--text {
    margin-top: 0.8em;
    line-height: 1.8;
    font-size: min(23 / 750 * 100vw, 2.3rem);
    max-width: 500px;
    margin-left: auto;
  }
}

.top-experience__btn {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-experience__btn {
    margin-top: 47px;
  }
  .top-experience__btn .arrow-link {
    text-align: center;
  }
  .top-experience__btn .arrow-link .btn-text {
    text-align: left;
  }
}

.top-facilities {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .top-facilities {
    margin-top: 165px;
  }
}

.top-facilities__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-facilities__container {
    display: block;
  }
}

.top-facilities__contents {
  position: relative;
  z-index: 2;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .top-facilities__contents {
    width: 100%;
  }
}

.top-floor-slides__container {
  position: relative;
  padding-left: 62px;
  padding-right: 98px;
}

.top-floor__maps {
  width: calc(100% - 240px - 70px);
}
@media screen and (max-width: 1024px) {
  .top-floor__maps {
    width: 100%;
    margin-top: 70px;
  }
}

.floor-map.-floor4 {
  width: 74.26%;
}

.floor-button {
  width: 37px;
  height: 37px;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
  border-left: 1px solid rgba(35, 24, 21, 0.5);
}
@media screen and (max-width: 1024px) {
  .floor-button {
    width: 33px;
    height: 33px;
  }
}
.floor-button::after {
  content: "";
}

.floor-button-prev {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.floor-button-next {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.floor__number {
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .floor__number {
    font-size: min(30 / 750 * 100vw, 3rem);
    margin-right: 12.9%;
  }
}
.floor__number span {
  font-size: 1.67em;
  display: inline-block;
  margin-right: 0.3em;
}

.floor__texts {
  position: relative;
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .floor__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.floor__vertical--texts {
  position: absolute;
  top: 17px;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .floor__vertical--texts {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: min(25 / 750 * 100vw, 2.5rem);
    line-height: 1.6;
  }
}

.floor__text {
  margin-top: 85px;
  padding-left: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .floor__text {
    margin-top: 0;
    font-size: min(20 / 750 * 100vw, 2rem);
    line-height: 2;
    margin-left: 0.5em;
    color: #898989;
  }
}
.floor__text p {
  letter-spacing: 0.07em;
  text-align: left;
}

.top-map {
  margin-top: 132px;
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 1024px) {
  .top-map {
    margin-top: 105px;
  }
}
.top-map::before {
  content: "";
  display: block;
  padding-top: calc(400 / 1080 * 100%);
}
@media screen and (max-width: 1024px) {
  .top-map::before {
    padding-top: calc(350 / 650 * 100%);
  }
}
.top-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-contact__btn {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .top-contact__btn {
    margin-top: 33px;
  }
  .top-contact__btn .arrow-link {
    text-align: center;
  }
  .top-contact__btn .arrow-link span.btn-text {
    text-align: left;
  }
}

/*======================================
    contact
======================================*/
.contact {
  margin-top: 170px;
}

.contact__ttl {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.14em;
  line-height: 1.2058823529;
}
@media screen and (max-width: 1024px) {
  .contact__ttl {
    font-size: min(30 / 375 * 100vw, 3rem);
  }
}
.contact__ttl span {
  display: block;
  text-align: center;
  font-size: 0.47em;
  letter-spacing: 0.1em;
  line-height: 1.1875;
  margin-top: 1em;
}

.contact-lists {
  max-width: 920px;
  margin: 36px auto 0;
}

.contact-list:nth-child(n+2) {
  margin-top: 32px;
}

.contact-list__text {
  display: inline-block;
  position: relative;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1024px) {
  .contact-list__text {
    font-size: clamp(1.4rem, 20 / 750 * 100vw, 2rem);
  }
}
.contact-list__text::before {
  content: "●";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff0000;
}

.contact-list__input input,
.contact-list__input select,
.contact-list__input textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: #ececec;
  padding: 1.625em 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .contact-list__input input,
.contact-list__input select,
.contact-list__input textarea {
    padding: 1.625em 1em;
  }
}
.contact-list__input input::-webkit-input-placeholder, .contact-list__input select::-webkit-input-placeholder, .contact-list__input textarea::-webkit-input-placeholder {
  color: #929292;
}
.contact-list__input input::-moz-placeholder, .contact-list__input select::-moz-placeholder, .contact-list__input textarea::-moz-placeholder {
  color: #929292;
}
.contact-list__input input:-ms-input-placeholder, .contact-list__input select:-ms-input-placeholder, .contact-list__input textarea:-ms-input-placeholder {
  color: #929292;
}
.contact-list__input input::-ms-input-placeholder, .contact-list__input select::-ms-input-placeholder, .contact-list__input textarea::-ms-input-placeholder {
  color: #929292;
}
.contact-list__input input::placeholder,
.contact-list__input select::placeholder,
.contact-list__input textarea::placeholder {
  color: #929292;
}
.contact-list__input textarea {
  height: 291px;
  resize: vertical;
}
.contact-list__input *:focus {
  outline: none;
}

.contact__text {
  text-align: center;
  margin-top: 70px;
  line-height: 1.5333333333;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .contact__text {
    font-size: clamp(1.4rem, 20 / 750 * 100vw, 2rem);
  }
}

.contact-submit {
  margin-top: 32px;
}
.contact-submit [type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(201, 202, 202, 0.75);
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  max-width: 472px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.14em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .contact-submit [type=submit] {
    font-size: clamp(1.4rem, 20 / 750 * 100vw, 2rem);
  }
}
.contact-submit [type=submit]:hover {
  background-color: rgba(201, 202, 202, 0.75);
}

/*======================================
    about
======================================*/
.about {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .about {
    margin-top: 150px;
  }
}

.about__ttl {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .about__ttl {
    font-size: clamp(2rem, 30 / 750 * 100vw, 3rem);
  }
}

.about__text {
  line-height: 2.1176470588;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about__text {
    font-size: clamp(1.4rem, 20 / 750 * 100vw, 2rem);
  }
  .about__text.-en {
    letter-spacing: 0.05em;
  }
}

.about__img {
  margin-top: 76px;
}
@media screen and (max-width: 1024px) {
  .about__img {
    width: 100vw;
    margin: 80px calc(50% - 50vw) 0;
  }
}

.kararako {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .kararako {
    margin-top: 112px;
  }
}

.kararako_img {
  max-width: 758px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .kararako_img {
    max-width: 554px;
  }
}

.gallery {
  margin-top: 210px;
}
@media screen and (max-width: 1024px) {
  .gallery {
    margin-top: min(100px, 210 / 750 * 100vw, 210px);
  }
}

.gallery__container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.gallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery__ttl {
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .gallery__ttl {
    font-size: clamp(2rem, 30 / 750 * 100vw, 3rem);
  }
}

.gallery-lists {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .gallery-lists {
    margin-top: min(40px, 76 / 750 * 100vw, 76px);
  }
}

.gallery-list {
  position: relative;
}
.gallery-list::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================
    single
======================================*/
.s-ttl {
  font-size: 2.8rem;
  margin: 0.5em 0 2em;
}
@media screen and (max-width: 1024px) {
  .s-ttl {
    font-size: 2.4rem;
  }
}

.s-content {
  font-size: 1.4rem;
  line-height: 1.75;
}
.s-content h2, .s-content h3, .s-content h4, .s-content h5 {
  font-weight: 700;
  margin: 2em 0 1em;
}
.s-content h2 {
  font-size: 1.75em;
}
.s-content h3 {
  font-size: 1.5em;
}
.s-content h4 {
  font-size: 1.25em;
}
.s-content h5 {
  font-size: 1.15em;
}
.s-content p {
  margin-bottom: 1em;
}
.s-content ul {
  list-style: disc;
  padding-left: 1em;
  margin: 2em 0;
}
.s-content ol {
  list-style: decimal;
  padding-left: 1em;
  margin: 2em 0;
}
.s-content img {
  display: block;
  margin: 40px 0;
}