@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@300;400&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

:root {
  --s: 1px;
  --f: 1px;
}
@media screen and (max-width: 1280px) {
  :root {
    --s: 0.078125vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.26667vw;
    --f: 0.26667vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: calc(var(--s) * 16);
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
  background: #7B7B7B;
}
@media screen and (max-width: 960px) {
  body {
    font-size: calc(var(--f) * 12);
    line-height: 1.917;
  }
}
body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: calc(var(--s) * 92);
  background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(rgba(129, 129, 129, 0)));
  background: linear-gradient(#818181, rgba(129, 129, 129, 0));
  mix-blend-mode: multiply;
}

br.sp {
  display: none;
}

span.d-inline-block {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  body::before {
    height: calc(var(--s) * 60);
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.footer {
  background: #000;
}
.footer__container {
  width: calc(var(--s) * 1200);
  max-width: 90vw;
  padding: calc(var(--s) * 42) 0 calc(var(--s) * 40);
  margin-right: auto;
  margin-left: auto;
}

.footer__container .footer__box{
    display: flex;
    justify-content: space-between;
}

.footer__container .footer__box .footer__info {
    display: flex;
    flex-direction: column;
}
.footer__logo img {
    display: block;
    width: calc(var(--f) * 150);
}
.footer__container .footer-icon-box {
    align-items: center;
    display: flex;
    margin: 20px 10px 10px 0;
}
.footer__container .footer-icon-box li {
    list-style: none;
    margin: 0 10px 0 0;
}
.footer-icon-box .footer-icon.ig{
    width: 32px;
}
.footer-icon-box .footer-icon.tiktok a {
    align-items: center;
    border: #fff solid 2px;
    border-radius: 7px;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    height: 32px;
    justify-content: center;
    padding: 0 10px;
}


.sns-link_list.ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-link_list li {
  margin-left: calc(var(--s) * 40);
}
.sns-link_list li:first-child {
  margin-left: 0;
}
.sns-link_list a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(var(--f) * 12);
  white-space: nowrap;
}

.sns-link_list a::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid #fff;
  margin-right: 8px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__nav li {
  margin-left: calc(var(--s) * 40);
}
.footer__nav li:first-child {
  margin-left: 0;
}
.footer__nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: calc(var(--f) * 12);
  white-space: nowrap;
}
.footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  /* padding: calc(var(--s) * 46) 0 0; */
  font-size: calc(var(--f) * 12);
  text-align: center;
}
@media screen and (min-width: 960.02px) {
  .footer__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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .footer__copyright {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .footer__container {
    padding-top: calc(var(--s) * 28);
  }
  .footer__logo img {
    margin: 0 auto calc(var(--s) * 30);
  }
  .footer__nav li {
    margin-left: calc(var(--s) * 30);
  }
  .footer__copyright {
    padding-top: calc(var(--s) * 18);
    font-size: calc(var(--f) * 8);
  }
  .footer__container .footer__box{
    display: block;
}
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 100%;
}
.header__logo img {
  display: block;
  width: calc(var(--f) * 150);
}
.header__lang {
  position: relative;
  overflow: visible;
  height: 2em;
}
.header__lang__btn {
  display: none;
}
.header__lang__label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  width: 4em;
  height: 100%;
}
.header__lang__list {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0 calc(var(--f) * 22);
}
.header__lang__list::after {
  content: "";
  position: absolute;
  top: calc(var(--f) * 12);
  right: calc(var(--f) * 4);
  display: block;
  width: calc(var(--f) * 10.4);
  aspect-ratio: 2/1;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 1px 0, 50% calc(100% - 1px), calc(100% - 1px) 0, 100% 0, 50% 100%, 0 1px);
          clip-path: polygon(0 0, 1px 0, 50% calc(100% - 1px), calc(100% - 1px) 0, 100% 0, 50% 100%, 0 1px);
}
.header__lang__btn:checked + .header__lang__label + .header__lang__list::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__lang__item {
  pointer-events: none;
  position: relative;
  opacity: 0;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.header__lang__item:first-child {
  opacity: 1;
  pointer-events: all;
}
.header__lang__btn:checked + .header__lang__label + .header__lang__list .header__lang__item {
  opacity: 1;
  pointer-events: all;
}
.header__lang__link {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 0.5em 0;
  font-size: calc(var(--f) * 14);
  letter-spacing: 0;
  text-align: right;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__lang__link:hover {
  color: #BEA389;
}
.header__lang__link--current:hover {
  color: #fff;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: calc(var(--s) * 1200);
    max-width: 90vw;
    height: calc(var(--s) * 92);
    margin-right: auto;
    margin-left: auto;
  }
  .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: calc(var(--f) * 5);
  }
  .header__lang {
    width: 100%;
  }
  .header__lang:hover .header__lang__list::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__lang:hover .header__lang__item {
    opacity: 1;
    pointer-events: all;
  }
  .header__nav__btn, .header__nav__label {
    display: none;
  }
  .header__nav__wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__item {
    padding-bottom: 0.3em;
    margin-left: calc(var(--s) * 44);
  }
  .header__nav__link {
    font-family: "Lexend Zetta", sans-serif;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 1em 0;
    font-size: calc(var(--f) * 12);
    letter-spacing: 0;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__link:hover {
    color: #BEA389;
  }
  .header__nav__item--contact .header__nav__link {
    padding-left: calc(var(--f) * 26);
  }
  .header__nav__item--contact .header__nav__link::before, .header__nav__item--contact .header__nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/_common/mail.svg) left center/calc(var(--f) * 19.5) auto no-repeat;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__item--contact .header__nav__link::after {
    opacity: 0;
    background-image: url(../img/_common/mail-brown.svg);
  }
  .header__nav__item--contact .header__nav__link:hover::before {
    opacity: 0;
  }
  .header__nav__item--contact .header__nav__link:hover::after {
    opacity: 1;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1260px) {
  .header__logo img {
    width: calc(var(--f) * 130);
  }
  .header__lang__list {
    top: calc(var(--f) * -5);
  }
  .header__nav__item {
    margin-left: calc(var(--s) * 20);
  }
  .header__nav__link {
    font-size: calc(var(--f) * 11);
  }
  .header__nav__item--contact .header__nav__link {
    padding-left: calc(var(--f) * 22);
  }
  .header__nav__item--contact .header__nav__link::before, .header__nav__item--contact .header__nav__link::after {
    background-size: calc(var(--f) * 17) auto;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90vw;
    height: calc(var(--s) * 60);
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(var(--s) * 52);
  }
  .header__logo {
    width: calc(var(--f) * 98);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: calc(var(--f) * 5);
  }
  .header__logo img {
    width: calc(var(--f) * 98);
  }
  .header__lang__list::after {
    top: calc(var(--f) * 8);
    right: calc(var(--f) * 7);
  }
  .header__lang__link {
    font-size: calc(var(--f) * 12);
  }
  .header__nav__btn {
    display: none;
  }
  .header__nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--s) * 72);
    height: calc(var(--s) * 57);
  }
  .header__nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 44%;
    height: 1px;
    margin: auto;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__label span::before, .header__nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav__label span::before {
    top: calc(var(--s) * -8);
  }
  .header__nav__label span::after {
    top: calc(var(--s) * 8);
  }
  .header__nav__btn:checked + .header__nav__label span {
    background: transparent;
  }
  .header__nav__btn:checked + .header__nav__label span::before {
    top: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .header__nav__btn:checked + .header__nav__label span::after {
    top: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header__nav__wrap {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    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;
    width: 100%;
    height: 100vh;
    background: #292929;
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
  .header__nav__wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: calc(var(--s) * 60);
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(rgba(129, 129, 129, 0)));
    background: linear-gradient(#818181, rgba(129, 129, 129, 0));
    mix-blend-mode: multiply;
  }
  .header__nav__btn:checked + .header__nav__label + .header__nav__wrap {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
  .header__nav__list {
    padding-top: 3.6vh;
  }
  .header__nav__item {
    padding: 2.3vh 0;
    text-align: center;
  }
  .header__nav__link {
    font-family: "Lexend Zetta", sans-serif;
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 2vh 0;
    font-size: calc(var(--f) * 17);
  }
  .header__nav__item--contact .header__nav__link {
    padding-left: calc(var(--f) * 30);
  }
  .header__nav__item--contact .header__nav__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/_common/mail.svg) left center/calc(var(--f) * 25) auto no-repeat;
  }
}

.home-contents__box--center {
  padding: calc(var(--s) * 40) 0 0;
}
.home-contents__box--dark {
  background: #292929;
}
.home-contents__photo img {
  display: block;
  width: 100%;
}
.home-contents__head {
  width: calc(var(--s) * 970);
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--s) * 30) 0 0;
}
.home-contents__head .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 calc(var(--f) * 16);
  color: #BEA389;
  font-size: calc(var(--f) * 25);
}
.home-contents__head .en::before {
  content: "";
  opacity: 0.5;
  width: 1.32em;
  height: 2px;
  margin: 0 0.3em 0 0;
  background: #BEA389;
}
.home-contents__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f) * 42);
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.home-contents__box--center .home-contents__head {
  text-align: center;
}
.home-contents__box--center .home-contents__head .en {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-contents__box--center .home-contents__head .en::before {
  display: none;
}
.home-contents__box--center .home-contents__head .ja {
  text-align: center;
}
.home-contents__text {
  width: calc(var(--s) * 970);
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(var(--s) * 70);
}
.home-contents__text p {
  margin: 0 0 1.5em;
}
.home-contents__text p:last-child {
  margin-bottom: 0;
}
.home-contents__box--center .home-contents__text {
  margin-bottom: calc(var(--s) * 90);
}
.home-contents__more {
  width: calc(var(--s) * 970);
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(var(--s) * 96);
  text-align: center;
}
.home-contents__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: calc(var(--f) * 6) calc(var(--f) * 70);
  color: #fff;
  font-size: calc(var(--f) * 13);
  letter-spacing: 0.25em;
  background: #BEA389;
  border-radius: 999px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-contents__more a::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 15);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 8);
  height: calc(var(--f) * 16);
  margin: auto 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
          clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-contents__more a:hover {
  color: #BEA389;
  background: #fff;
}
.home-contents__more a:hover::after {
  background: #BEA389;
}
.home-contents__box--center .home-contents__more {
  margin-bottom: calc(var(--s) * 60);
}
@media screen and (max-width: 960px) {
  .home-contents__box--center {
    padding-top: calc(var(--s) * 14);
  }
  .home-contents__head {
    padding-top: calc(var(--s) * 20);
  }
  .home-contents__head .en {
    margin-bottom: calc(var(--f) * 10);
    font-size: calc(var(--f) * 15);
  }
  .home-contents__head .ja {
    margin-bottom: calc(var(--f) * 12);
    font-size: calc(var(--f) * 25);
  }
  .home-contents__text {
    margin-bottom: calc(var(--s) * 35);
  }
  .home-contents__box--center .home-contents__text {
    margin-bottom: calc(var(--s) * 32);
  }
  .home-contents__more {
    margin-bottom: calc(var(--s) * 70);
  }
  .home-contents__box--center .home-contents__more {
    margin-bottom: calc(var(--s) * 34);
  }
}

.home-kv__container {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
.home-kv__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-kv__swiper span {
  position: relative;
  display: block;
  width: 100vw;
  height: 100svh;
}
.home-kv__swiper span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-kv__text {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(var(--s) * 1200);
  max-width: 90vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.home-kv__text .catch {
  width: 100%;
  margin: 0 0 calc(var(--f) * 12);
  font-size: calc(var(--f) * 78);
  line-height: 1.48;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.home-kv__text .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  color: #BEA389;
  font-size: calc(var(--f) * 23);
  line-height: 1.77;
  letter-spacing: 0;
  text-transform: unset;
}
.home-kv__scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: block;
  width: 100%;
}
.home-kv__scroll a {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: calc(var(--f) * 10) calc(var(--f) * 10) calc(var(--f) * 126);
  font-size: calc(var(--f) * 14);
  text-align: center;
}
.home-kv__scroll a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--f) * 40);
  display: block;
  width: 50%;
  height: calc(var(--f) * 76);
  background: url(../img/home/kv-scroll.svg) left bottom/calc(var(--f) * 11.4) auto no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-kv__scroll a:hover::after {
  height: calc(var(--f) * 100);
}
@media only screen and (min-width: 960.02px) and (max-height: 680px) {
  .home-kv__text {
    padding-bottom: calc(var(--f) * 80);
  }
  .home-kv__text .catch {
    font-size: calc(var(--f) * 60);
  }
  .home-kv__text .en {
    font-size: calc(var(--f) * 17.7);
  }
  .home-kv__scroll {
    bottom: calc(var(--f) * -20);
  }
}
@media screen and (max-width: 960px) {
  .home-kv__text {
    padding-bottom: calc(var(--s) * 30);
  }
  .home-kv__text .catch {
    margin-bottom: calc(var(--f) * 22);
    font-size: calc(var(--f) * 42);
  }
  .home-kv__text .en {
    font-size: calc(var(--f) * 13);
  }
  .home-kv__scroll a {
    padding-bottom: calc(var(--f) * 98);
    font-size: calc(var(--f) * 10);
  }
  .home-kv__scroll a::after {
    top: calc(var(--f) * 30);
    height: calc(var(--f) * 64);
  }
  .home-kv__scroll a:hover::after {
    height: calc(var(--f) * 80);
  }
}

.about-access {
  background: #292929;
}
.about-access__container {
  padding: calc(var(--s) * 110) 0 0;
}
.about-access__head {
  margin: 0 0 calc(var(--s) * 50);
}
.about-access__head__title {
  margin: 0 0 calc(var(--s) * 20);
}
.about-access__head__title .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 0 calc(var(--f) * 34);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.about-access__head__title .ja {
  display: block;
  font-size: calc(var(--f) * 42);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-access__table {
  padding: 0 0 calc(var(--s) * 70);
}
.about-access__table table {
  width: 100%;
  border-top: 1px solid #fff;
}
.about-access__table th, .about-access__table td {
  padding: calc(var(--f) * 18) 0;
  font-size: calc(var(--f) * 19);
  line-height: 1.579;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.about-access__table th {
  padding-right: 1.5em;
  padding-left: 1em;
  white-space: nowrap;
  text-align: left;
}
.about-access__map__title {
  padding: 0 0 calc(var(--s) * 30);
}
.about-access__map__title .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 0 calc(var(--f) * 16);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.about-access__map__title .ja {
  display: block;
  font-size: calc(var(--f) * 19);
  line-height: 1.25;
  text-align: center;
}
.about-access__map__map iframe {
  display: block;
  width: 100%;
  height: calc(var(--s) * 624);
}
@media screen and (min-width: 960.02px) {
  .about-access__table {
    width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .about-access__container {
    padding-top: calc(var(--s) * 50);
  }
  .about-access__head {
    margin-bottom: calc(var(--s) * 26);
  }
  .about-access__head__title {
    margin: 0 0 calc(var(--s) * 12);
  }
  .about-access__head__title .en {
    margin-bottom: calc(var(--f) * 16);
    font-size: calc(var(--f) * 20);
  }
  .about-access__head__title .ja {
    font-size: calc(var(--f) * 25);
  }
  .about-access__table {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-bottom: calc(var(--s) * 35);
  }
  .about-access__table th, .about-access__table td {
    padding-top: calc(var(--s) * 12);
    padding-bottom: calc(var(--s) * 10);
    font-size: calc(var(--f) * 12);
  }
  .about-access__map__title .en {
    margin-bottom: calc(var(--s) * 10);
    font-size: calc(var(--f) * 15);
  }
  .about-access__map__title .ja {
    font-size: calc(var(--f) * 12);
  }
  .about-access__map__map iframe {
    height: calc(var(--s) * 345);
  }
}

.about-group__container {
  width: calc(var(--s) * 970);
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--s) * 55) 0 calc(var(--s) * 100);
}
.about-group__head {
  margin: 0 0 calc(var(--s) * 50);
}
.about-group__head__title {
  margin: 0 0 calc(var(--s) * 20);
}
.about-group__head__title .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 0 calc(var(--f) * 34);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.about-group__head__title .ja {
  display: block;
  font-size: calc(var(--f) * 42);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-group__table table {
  width: 100%;
  border-top: 1px solid #fff;
}
.about-group__table th, .about-group__table td {
  padding: calc(var(--f) * 7) 0 calc(var(--f) * 22);
  font-size: calc(var(--f) * 23);
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}
.about-group__table th {
  padding-left: calc(var(--f) * 18);
  text-align: left;
}
.about-group__table td {
  padding-right: calc(var(--f) * 28);
  text-align: right;
}
.about-group__table td b {
  display: inline-block;
  margin: 0 0.5em 0 0;
  color: #BEA389;
  font-size: 1.565em;
}
.about-group__table small {
  display: block;
  margin: calc(var(--s) * 26) 0 0;
  font-size: calc(var(--f) * 12);
}
@media screen and (min-width: 960.02px) {
  .about-group__table {
    width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .about-group__container {
    padding-top: calc(var(--s) * 40);
    padding-bottom: calc(var(--s) * 40);
  }
  .about-group__head {
    margin-bottom: calc(var(--s) * 36);
  }
  .about-group__head__title {
    margin: 0 0 calc(var(--s) * 12);
  }
  .about-group__head__title .en {
    margin-bottom: calc(var(--f) * 16);
    font-size: calc(var(--f) * 20);
  }
  .about-group__head__title .ja {
    font-size: calc(var(--f) * 25);
  }
  .about-group__table th, .about-group__table td {
    padding-bottom: calc(var(--s) * 7);
    font-size: calc(var(--f) * 15);
  }
  .about-group__table th {
    padding-left: calc(var(--f) * 10);
    text-align: left;
  }
  .about-group__table td {
    padding-right: calc(var(--f) * 20);
  }
  .about-group__table small {
    margin-top: calc(var(--s) * 16);
    font-size: calc(var(--f) * 10);
  }
}

.about-message__container {
  width: calc(var(--s) * 1200);
  max-width: 90vw;
  padding: calc(var(--s) * 68) 0 calc(var(--s) * 146);
  margin-right: auto;
  margin-left: auto;
}
.about-message__head {
  margin: 0 0 calc(var(--s) * 60);
}
.about-message__head__title .ja {
  display: block;
  font-size: calc(var(--f) * 42);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-message__body__name {
  margin: 0 0 calc(var(--s) * 14);
  line-height: 1.55;
}
.about-message__body__name .pos {
  display: block;
  font-size: calc(var(--f) * 22);
}
.about-message__body__name .ja {
  display: inline-block;
  margin-right: calc(var(--f) * 24);
  font-size: calc(var(--f) * 42);
}
.about-message__body__name .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #BEA389;
  font-size: calc(var(--f) * 20);
}
.about-message__body__text {
  margin: 0 0 calc(var(--s) * 100);
}
.about-message__body__text p {
  margin-bottom: 1.875em;
}
.about-message__body__history, .about-message__body__license {
  font-size: calc(var(--f) * 14);
  line-height: 2.14;
}
.about-message__body__history h4, .about-message__body__license h4 {
  padding: 0 0 calc(var(--s) * 6);
  margin: 0 0 calc(var(--s) * 16);
  font-size: calc(var(--f) * 32);
  border-bottom: 1px solid #fff;
}
.about-message__body__history table th, .about-message__body__license table th {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 1.5em;
  color: #BEA389;
}
@media screen and (min-width: 960.02px) {
  .about-message__body {
    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;
  }
  .about-message__body__contents {
    width: 58.58%;
  }
  .about-message__body__photo {
    width: 38.83%;
  }
  .about-message__body__history, .about-message__body__license {
    width: 46.83%;
  }
}
@media screen and (max-width: 960px) {
  .about-message__container {
    padding-top: calc(var(--s) * 40);
    padding-bottom: calc(var(--s) * 85);
  }
  .about-message__head {
    margin-bottom: calc(var(--s) * 20);
  }
  .about-message__head__title .ja {
    font-size: calc(var(--f) * 25);
  }
  .about-message__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-message__body__contents, .about-message__body__history, .about-message__body__license {
    width: 100%;
  }
  .about-message__body__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 60.3%;
    margin: 0 0 calc(var(--s) * 20);
  }
  .about-message__body__name {
    margin: 0 0 calc(var(--s) * 14);
    line-height: 1.55;
  }
  .about-message__body__name .pos {
    font-size: calc(var(--f) * 15);
  }
  .about-message__body__name .ja {
    font-size: calc(var(--f) * 25);
  }
  .about-message__body__name .en {
    font-size: calc(var(--f) * 12);
  }
  .about-message__body__text {
    margin: 0 0 calc(var(--s) * 105);
  }
  .about-message__body__history, .about-message__body__license {
    font-size: calc(var(--f) * 12);
    line-height: 1.917;
  }
  .about-message__body__history h4, .about-message__body__license h4 {
    font-size: calc(var(--f) * 20);
    margin-bottom: calc(var(--s) * 8);
  }
  .about-message__body__history {
    margin-bottom: calc(var(--s) * 45);
  }
}

.contact-contents__container {
  width: calc(var(--s) * 970);
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--s) * 235) 0 calc(var(--s) * 204);
}
.contact-contents__head {
  margin: 0 0 calc(var(--s) * 96);
}
.contact-contents__head .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 0 calc(var(--f) * 37);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.contact-contents__head .ja {
  display: block;
  font-size: calc(var(--f) * 30);
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-align: center;
}
.contact-contents__mail {
  margin: 0 0 calc(var(--s) * 140);
  text-align: center;
}
.contact-contents__mail a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: calc(var(--f) * 6) calc(var(--f) * 74);
  color: #fff;
  font-size: calc(var(--f) * 13);
  letter-spacing: 0.5em;
  background: #BEA389;
  border-radius: 999px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-contents__mail a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  aspect-ratio: 1/1;
  margin: 0 0.6em 0 0;
  vertical-align: middle;
  background: url(../img/_common/mail.svg) center/contain no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-contents__mail a:hover {
  color: #BEA389;
  background: #fff;
}
.contact-contents__mail a:hover::before {
  background-image: url(../img/_common/mail-brown.svg);
}
.contact-contents__chat a {
  display: block;
  width: calc(var(--f) * 202);
  margin: 0 auto;
  text-align: center;
}
.contact-contents__chat img.qr {
  display: inline-block;
  width: calc(var(--f) * 202);
  margin: 0 auto calc(var(--f) * 30);
}
.contact-contents__chat img.text {
  display: inline-block;
  width: calc(var(--f) * 180);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contact-contents__container {
    padding: calc(var(--s) * 124) 0 calc(var(--s) * 74);
  }
  .contact-contents__head {
    margin-bottom: calc(var(--s) * 64);
  }
  .contact-contents__head .en {
    margin-bottom: calc(var(--f) * 16);
    font-size: calc(var(--f) * 20);
  }
  .contact-contents__head .ja {
    font-size: calc(var(--f) * 20);
  }
  .contact-contents__mail {
    margin-bottom: calc(var(--s) * 60);
  }
  .contact-contents__chat img.qr {
    margin-bottom: calc(var(--s) * 15);
  }
}

.feature-course-check__container {
  position: relative;
  overflow: hidden;
  width: 1100px;
  max-width: 100%;
  padding: calc(var(--s) * 75) 0 0;
  margin: 0 auto;
}
.feature-course-check__head {
  margin: 0 0 calc(var(--s) * 96);
}
.feature-course-check__head__title {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--s) * 40);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.feature-course-check__head__list td {
  padding: 0 0 1.25em 2.2em;
  font-size: calc(var(--f) * 17);
  line-height: 1.3;
  text-indent: -2.2em;
}
.feature-course-check__head__list td::before {
  content: "";
  display: inline-block;
  width: 2.2em;
  height: 1.65em;
  aspect-ratio: 1/1;
  background: url(../img/course/check.svg) left center/auto 1.65em no-repeat;
  vertical-align: middle;
}
.feature-course-check__course__box {
  margin: 0 0 calc(var(--s) * 60);
}
.feature-course-check__course__title {
  margin: 0 0 0.3em;
  font-size: calc(var(--f) * 24);
}

.feature-course-check__course__check-list{
  float: right;
  margin-right: 20px;
}

.feature-course-check__course__check-list img{
  width: 1.5em;
}

.feature-course-check__course__title small {
  display: block;
  font-size: 0.5em;
}
.feature-course-check__course__table {
  clear: both;
}
.feature-course-check__course__table table {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.feature-course-check__course__table table th, .feature-course-check__course__table table td {
  padding: calc(var(--f) * 8) calc(var(--f) * 10);
  font-size: calc(var(--f) * 12);
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.feature-course-check__course__table table th .notice, .feature-course-check__course__table table td .notice {
  color: #BEA389;
}
.feature-course-check__course__table table thead {
  background: #696969;
}
.feature-course-check__course__table table thead th, .feature-course-check__course__table table thead td {
  white-space: nowrap;
}
.feature-course-check__course__table table thead tr:nth-child(1) td:nth-child(4),
.feature-course-check__course__table table thead tr:nth-child(2) td {
  text-align: center;
}
.feature-course-check__course__table table tbody th img, .feature-course-check__course__table table tbody td img {
  display: block;
  width: calc(var(--f) * 19);
  margin: 0 auto;
}
.feature-course-check__course__table table tbody th .num, .feature-course-check__course__table table tbody td .num {
  display: inline-block;
  width: calc(var(--f) * 19);
  height: calc(var(--f) * 19);
  margin: 0 calc(var(--f) * 4) 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #BEA389;
  border-radius: 999px;
}
.feature-course-check__course__table table tbody th {
  white-space: nowrap;
}
.feature-course-check__course__table table tbody .subtitle {
  padding-top: calc(var(--f) * 16);
  font-size: calc(var(--f) * 16);
}
.feature-course-check__course__table small {
  display: block;
  padding: 1.25em 0 0 calc(var(--f) * 14);
  font-size: calc(var(--f) * 12);
}
.feature-course-check__course__table--option table tbody td.option-last {
  padding-left: calc(var(--s) * 80);
}

@media screen and (min-width: 960.02px) {
  .feature-course-check__container {
    max-width: 90vw;
  }
  .feature-course-check__head__list {
    text-align: right;
  }
  .feature-course-check__head__list table {
    display: inline-block;
  }
  .feature-course-check__head__list td {
    text-align: left;
  }
  .feature-course-check__head__list td:nth-child(1) {
    padding-right: 2em;
  }
  .feature-course-check__head__list td:nth-child(2) {
    width: calc(var(--s) * 600);
  }
  .feature-course-check__course__table table tbody th .opacity, .feature-course-check__course__table table tbody td .opacity {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .feature-course-check__container {
    padding-top: calc(var(--s) * 35);
  }
  .feature-course-check__head {
    padding-right: 5vw;
    padding-left: 5vw;
    margin-bottom: calc(var(--s) * 116);
  }
  .feature-course-check__head__title {
    margin-bottom: calc(var(--s) * 25);
    font-size: calc(var(--f) * 20);
  }
  .feature-course-check__head__list td {
    display: block;
    padding-bottom: 0.9em;
    font-size: calc(var(--f) * 13);
  }
  .feature-course-check__course__title {
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: calc(var(--f) * 20);
  }
  .feature-course-check__course__title small {
    font-size: calc(var(--f) * 11);
    line-height: 1.64;
  }
  .feature-course-check__course__table {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .feature-course-check__course__table table th, .feature-course-check__course__table table td {
    padding-left: 0;
    font-size: calc(var(--f) * 11);
    line-height: 1.64;
  }
  .feature-course-check__course__table table thead th:first-child, .feature-course-check__course__table table thead td:first-child {
    padding-left: 0.5em;
  }
  .feature-course-check__course__table--detail {
    position: relative;
    overflow-y: scroll;
  }
  .feature-course-check__course__table--detail table {
    width: 140vw;
  }
  .feature-course-check__course__table--detail table col:nth-child(1) {
    width: 15%;
  }
  .feature-course-check__course__table--detail table col:nth-child(2) {
    width: 20%;
  }
  .feature-course-check__course__table--detail table col:nth-child(3) {
    width: 18.5%;
  }
  .feature-course-check__course__table--detail table col:nth-child(4) {
    width: 15.5%;
  }
  .feature-course-check__course__table--detail table col:nth-child(5) {
    width: 15.5%;
  }
  .feature-course-check__course__table--detail table col:nth-child(6) {
    width: 15.5%;
  }
  .feature-course-check__course__table--option table tbody td.option-detail {
    position: relative;
    padding-left: calc(var(--f) * 24);
  }
  .feature-course-check__course__table--option table tbody td.option-detail .num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto 0;
  }
  .feature-course-check__course__table--option table tbody td.option-last {
    width: 26vw;
    padding-left: calc(var(--s) * 20);
  }
}

.feature-course__container {
  position: relative;
  overflow: hidden;
  width: calc(var(--s) * 1200);
  max-width: 90vw;
  padding: calc(var(--s) * 75) 0 0;
  margin: 0 auto;
}
.feature-course__head {
  margin: 0 0 calc(var(--s) * 32);
}
.feature-course__head__title {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--s) * 40);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.feature-course__course__notice {
  font-size: calc(var(--f) * 14);
  margin: 0 0 calc(var(--s) * 20);
}
.feature-course__head__list td {
  padding: 0 0 1.25em 2.2em;
  font-size: calc(var(--f) * 17);
  line-height: 1.3;
  text-indent: -2.2em;
}
.feature-course__head__list td::before {
  content: "";
  display: inline-block;
  width: 2.2em;
  height: 1.65em;
  aspect-ratio: 1/1;
  background: url(../img/course/check.svg) left center/auto 1.65em no-repeat;
  vertical-align: middle;
}
.feature-course__course__box {
  margin: 0 0 calc(var(--s) * 150);
}
.feature-course__course__title {
  margin: 0 0 0.15em;
  font-size: calc(var(--f) * 37);
}
.feature-course__course__title small {
  font-size: 0.73em;
}
.feature-course__course__table table {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.feature-course__course__table table tbody {
  border-top: 1px solid #fff;
}
.feature-course__course__table table tbody tr:first-child th, .feature-course__course__table table tbody tr:first-child td {
  padding-top: 0.6em;
}
.feature-course__course__table table tbody tr:last-child th, .feature-course__course__table table tbody tr:last-child td {
  padding-bottom: 0.6em;
}
.feature-course__course__table table th, .feature-course__course__table table td {
  padding: 0 0 0 calc(var(--f) * 14);
  font-size: calc(var(--f) * 14);
  text-align: left;
}
.feature-course__course__table table th .notice, .feature-course__course__table table td .notice {
  color: #BEA389;
}
.feature-course__course__table small {
  display: block;
  padding: 1.25em 0 0 calc(var(--f) * 14);
  font-size: calc(var(--f) * 12);
}
@media screen and (min-width: 960.02px) {
  .feature-course__head__list {
    text-align: right;
  }
  .feature-course__head__list table {
    display: inline-block;
  }
  .feature-course__head__list td {
    text-align: left;
  }
  .feature-course__head__list td:nth-child(1) {
    padding-right: 2em;
  }
  .feature-course__head__list td:nth-child(2) {
    width: calc(var(--s) * 600);
  }
}
@media screen and (max-width: 960px) {
  .feature-course__container {
    padding-top: calc(var(--s) * 35);
  }
  .feature-course__head__title {
    margin-bottom: calc(var(--s) * 25);
    font-size: calc(var(--f) * 20);
  }
  .feature-course__head__list td {
    display: block;
    padding-bottom: 0.9em;
    font-size: calc(var(--f) * 13);
  }
  .feature-course__course__box {
    margin-bottom: calc(var(--s) * 90);
  }
  .feature-course__course__title {
    font-size: calc(var(--f) * 24);
  }
  .feature-course__course__table table th, .feature-course__course__table table td {
    font-size: calc(var(--f) * 12);
  }
  .feature-course__course__table table th {
    padding-left: 0;
    white-space: nowrap;
  }
  .feature-course__course__table table td:nth-child(2):nth-last-child(2) {
    white-space: nowrap;
  }
  .feature-course__course__table small {
    font-size: calc(var(--f) * 10);
  }
}

.feature-list__container {
  width: 1920px;
  max-width: 100%;
  padding: calc(var(--s) * 75) 0 calc(var(--s) * 100);
  margin: 0 auto;
}
.feature-list__head__title {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--s) * 65);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
  text-align: center;
}
.feature-list__text__title {
  font-size: calc(var(--f) * 42);
  line-height: 1.25;
}
.feature-list__text__title small {
  display: block;
  color: #BEA389;
  font-size: calc(var(--f) * 18);
  line-height: 1.65;
}
.feature-list__movie video {
  display: block;
  width: 100%;
}
.feature-list__photo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .feature-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 calc(var(--s) * 100);
  }
  .feature-list__text {
    padding: 0 calc(var(--f) * 40);
  }
  .feature-list__text__title {
    padding: calc(var(--f) * 10) 0 calc(var(--f) * 16);
  }
  .feature-list__text__title small {
    padding: calc(var(--f) * 20) 0 0;
  }
  .feature-list__box:nth-child(2n+2) .feature-list__text {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
  .feature-list__box:nth-child(2n+1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 960.02px) and (min-width: 1560.01px) {
  .feature-list__text {
    width: 600px;
  }
  .feature-list__movie, .feature-list__photo {
    width: 50%;
  }
  .feature-list__box:nth-child(2n+2) .feature-list__text {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    padding-right: 0;
  }
  .feature-list__box:nth-child(2n+1) .feature-list__text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1560px) {
  .feature-list__text {
    width: 50%;
  }
  .feature-list__movie, .feature-list__photo {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .feature-list__container {
    padding-top: calc(var(--s) * 35);
    padding-bottom: calc(var(--s) * 50);
  }
  .feature-list__head__title {
    margin-bottom: calc(var(--s) * 35);
    font-size: calc(var(--f) * 20);
  }
  .feature-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 calc(var(--s) * 70);
  }
  .feature-list__text {
    width: 100%;
    padding: calc(var(--s) * 25) 5vw 0;
  }
  .feature-list__text__title {
    padding-bottom: calc(var(--f) * 6);
  }
  .feature-list__text__title small {
    padding-top: calc(var(--f) * 10);
  }
  .feature-list__movie, .feature-list__photo {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .feature-list__text__title {
    font-size: calc(var(--f) * 25);
  }
  .feature-list__text__title small {
    font-size: calc(var(--f) * 14);
  }
}

.page-title__container {
  position: relative;
}
.page-title__photo img {
  display: block;
  width: 100%;
}
.page-title__text {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(var(--s) * 1200);
  max-width: 90vw;
  height: 100%;
  padding: calc(var(--s) * 120) 0 0;
  margin-right: auto;
  margin-left: auto;
}
.page-title__text__title {
  width: 100%;
  margin: 0 0 calc(var(--f) * 14);
}
.page-title__text__title .en {
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--f) * 8);
  color: #BEA389;
  font-size: calc(var(--f) * 33);
}
.page-title__text__title .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.page-title__text__text {
  width: calc(var(--f) * 370);
  font-size: calc(var(--f) * 14);
}
@media screen and (max-width: 960px) {
  .page-title__text {
    padding-top: calc(var(--s) * 18);
  }
  .page-title__text__title {
    margin-bottom: calc(var(--f) * 6);
  }
  .page-title__text__title .en {
    font-size: calc(var(--f) * 20);
  }
  .page-title__text__title .ja {
    font-size: calc(var(--f) * 30);
  }
  .page-title__text__text {
    width: 100%;
    font-size: calc(var(--f) * 12);
  }
}
.page-title--about .page-title__photo {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.page-title--about .page-title__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-title--about .page-title__text {
  position: relative;
}
#course .page-title--about .page-title__text {
  height: 400px;
}
.page-title--about .page-title__text p {
  margin-bottom: 1.5em;
}
.page-title--about .page-title__text__text {
  width: 60%;
}

span.link-allow::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid #fff;
  margin-right: 10px; 
}

@media screen and (max-width: 960px) {
  .page-title--about .page-title__text {
    padding-top: calc(var(--s) * 120);
  }
  .page-title--about .page-title__text__text {
    width: 100%;
  }
}

.spot-list__container {
  padding: 0 0 calc(var(--s) * 60);
  margin: 0 auto;
}
.spot-list__head__title {
  margin: 0 0 0.4em;
  font-size: calc(var(--f) * 42);
  line-height: 1.25;
}
.spot-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--s) * 90);
}
.spot-list__text {
  width: 100%;
}
.spot-list__text__title {
  margin: 0 0 calc(var(--f) * 15);
  font-size: calc(var(--f) * 32);
  line-height: 1.25;
}
.spot-list__photo {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  margin: 0 0 calc(var(--s) * 10);
}
.spot-list__photo img {
  display: block;
  width: 100%;
}
.spot-list__photo small {
  display: block;
  font-size: calc(var(--f) * 10);
  text-align: right;
}
.feature-list + .spot-list {
  position: relative;
  margin-top: calc(var(--s) * -95);
}
.location-access__table {
  padding: 0 0 calc(var(--s) * 70);
  width: 920px;
  margin: 0 auto;
}
.location-access__table table {
  width: 100%;
  border-top: 1px solid #fff;
}
.location-access__table th, .location-access__table td {
  padding: calc(var(--f) * 18) 0;
  font-size: calc(var(--f) * 19);
  line-height: 1.579;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.location-access__table th {
  padding-right: 1.5em;
  padding-left: 1em;
  white-space: nowrap;
  text-align: left;
}

@media screen and (min-width: 960.02px) {
  .spot-list__container {
    width: 920px;
  }
}
@media screen and (max-width: 960px) {
  .spot-list__container {
    width: 90vw;
  }
  .spot-list__box {
    margin-bottom: calc(var(--s) * 38);
  }
  .spot-list__head__title {
    margin-bottom: 1em;
    font-size: calc(var(--f) * 25);
  }
  .spot-list__text__title {
    margin-bottom: calc(var(--f) * 7);
    font-size: calc(var(--f) * 18);
  }
  .spot-list__photo {
    margin-bottom: calc(var(--s) * 6);
  }
  .spot-list__photo small {
    font-size: calc(var(--f) * 8);
  }
  .feature-list + .spot-list {
    margin-top: calc(var(--s) * -50);
  }

  .footer__container .footer__box #sns{
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .footer__container .footer__box #sns ul.sns-link_list{
    margin-left: 20px;
  }

  .footer__container .footer-icon-box {
    margin: 10px ;
    text-align: center;
  }
  .footer__container .footer-icon-box {
    margin: 10px ;
    justify-content: center;
  }
  .footer__container .footer-icon-box li {
      margin: 0 10px;
  }
  .footer-icon-box .footer-icon.ig{
      width: 46px;
  }
  .footer-icon-box .footer-icon.tiktok a {
      border-radius: 12px;
      border-width: 3px;
      height: 46px;
      padding: 0 10px;
  }

  .footer__nav ul{
    margin-bottom: 20px;
  }
}

/* 共通設定*/

.al-c{
  text-align: center!important;
}

span.small{
  font-size: 0.8em!important;
}

a.txt-deco-undl{
  text-decoration: underline!important;
}

span.b{
  font-weight: bold;
}

.mb70{
  margin-bottom: 70px;
}
