@charset "UTF-8";
/*======================================
    Font / Color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #707070;
}

body {
  background-color: #fff;
}

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;
}

.is-sp {
  display: inline;
}

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

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: inline;
  }
}

.is-br {
  display: block;
}

/*======================================
    section
======================================*/
.inner__md {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner__md {
    max-width: 86%;
  }
}

.inner__lg {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner__lg {
    max-width: 100%;
  }
}

.inner {
  width: 1750px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 85%;
  }
}

.inner.-full {
  max-width: 95%;
}

@media screen and (max-width: 768px) {
  .inner.-full {
    max-width: 100%;
  }
}

.inner.-left {
  margin-left: auto;
}

.section__title {
  font-size: 3.4rem;
  line-height: 1.20588;
  font-family: century-gothic, sans-serif;
  color: #505050;
}

@media screen and (max-width: 1000px) {
  .section__title {
    font-size: calc(34 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 2.8rem;
  }
}

.section__title.-center {
  text-align: center;
}

.section__title.-white {
  color: #fff;
}

.section__title.-light {
  color: #707070;
}

@media screen and (max-width: 768px) {
  .section__title.-full {
    width: 85%;
    margin: 0 auto;
  }
}

.page__contents {
  padding-top: 200px;
}

.page__contents.-dark {
  background-color: #DDD;
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .page__contents.-dark {
    padding-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .page__contents {
    padding-top: 110px;
  }
}

.page-mv {
  position: relative;
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .page-mv {
    margin-top: 40px;
  }
}

.page-mv::before {
  content: "";
  display: block;
  padding-top: calc(624 / 1400 * 100%);
  background-color: #E3E3E3;
}

@media screen and (max-width: 768px) {
  .page-mv::before {
    padding-top: calc(488 / 375 * 100%);
  }
}

.page-mv img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__text {
  font-size: 1.5rem;
  line-height: 2.06667;
  letter-spacing: 0.1em;
  text-align: center;
  color: #707070;
}

.readmore {
  display: block;
  text-align: right;
  font-size: 2.3rem;
  line-height: 1.21739;
  text-decoration: underline;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 768px) {
  .readmore {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .readmore.-full {
    width: 85%;
    margin: 0 auto;
  }
}

.readmore:hover {
  opacity: 0.7;
}

.p-lead {
  font-size: 2.7rem;
  line-height: 1.71429;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.28em;
  color: #707070;
}

.p-lead.-mv {
  margin-top: 1.9em;
}

.p-lead.-sm {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-lead {
    font-size: 2rem;
    line-height: 2.2;
    text-align: left;
    width: 85%;
    margin: 90px auto 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lead {
    margin-top: 42px;
  }
}

.p-text {
  font-size: 1.4rem;
  line-height: 2.13333;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 2.13em;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .p-text {
    font-size: 1.4rem;
    line-height: 2.28571;
    width: 85%;
    margin: 26px auto 0;
    text-align: left;
  }
}

/*======================================
    Column
======================================*/
.s-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7%;
          column-gap: 7%;
}

@media screen and (max-width: 1000px) {
  .s-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}

.s-column2:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
  .s-column2:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.s-column2:nth-child(n + 2) {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .s-column2:nth-child(n + 2) {
    margin-top: 96px;
  }
}

.s-column2__texts {
  width: 370px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  .s-column2__texts {
    width: 85%;
    margin: 0 auto;
  }
}

.s-column2__lead {
  font-size: 2.2em;
  line-height: 1.75;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .s-column2__lead {
    font-size: 1.43em;
  }
}

.s-column2__text {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.1em;
}

.s-column2__img {
  width: calc(100% - 7% - 370px);
  position: relative;
}

.s-column2__img::before {
  content: "";
  display: block;
  padding-top: calc(620 / 934 * 100%);
  background-color: #E3E3E3;
}

.s-column2__img.-rooms::before {
  display: none;
}

.s-column2__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .s-column2__img {
    width: 100%;
  }
}

.s-column3__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4%;
  grid-row-gap: 40px;
}

@media screen and (max-width: 768px) {
  .s-column3__wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 37px;
  }
}

.s-column4__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.57%;
  grid-row-gap: 50px;
}

@media screen and (max-width: 768px) {
  .s-column4__wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 5%;
  }
}

.s-column4__img {
  position: relative;
}

.s-column4__img::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #E2E2E2;
}

.s-column4__img.-modal::before {
  padding-top: calc(642 / 1079 * 100%);
}

@media screen and (max-width: 768px) {
  .s-column4__img.-modal::before {
    padding-top: 100%;
  }
}

.s-column4__img.-fullwidth::before {
  display: none;
}

.s-column4__img.-fullwidth img {
  position: static;
}

.s-column4__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-column4__text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #505050;
  margin-top: 0.6em;
}

@media screen and (max-width: 768px) {
  .s-column4__text {
    font-size: 1.2rem;
  }
}

.s-column4__text.-modal {
  color: #fff;
  font-size: 1em;
}

/*======================================
    Modal
======================================*/
.s-column4__modal--base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  display: none;
}

.s-column4__modal--container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1080px;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .s-column4__modal--container {
    max-width: 100%;
  }
}

.s-column4__modal--container.-fullwidth {
  overflow: scroll;
  max-height: 90%;
}

.s-column4__modal--texts {
  margin-top: 0.75em;
  font-size: 1.5rem;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .s-column4__modal--texts {
    display: block;
    font-size: 1.2rem;
    width: 85%;
    margin: 1.67em auto 0;
  }
}

.s-column4__onlinestore {
  color: #fff;
  display: block;
  text-decoration: underline;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 768px) {
  .s-column4__onlinestore {
    margin-top: 2.5em;
  }
}

.s-column4__onlinestore:hover {
  opacity: 0.7;
}

/*======================================
    header
======================================*/
.header__logo {
  position: fixed;
  top: 30px;
  left: 40px;
  width: 228px;
  z-index: 300;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 141px;
    top: 15px;
    left: 10px;
  }
}

.header__logo a {
  display: block;
}

.drawer-icon {
  position: fixed;
  top: 38px;
  right: 40px;
  z-index: 500;
}

@media screen and (max-width: 768px) {
  .drawer-icon {
    top: 18px;
    right: 17px;
  }
}

.drawer-icon.is-active.is-color .drawer-icon-bar1,
.drawer-icon.is-active.is-color .drawer-icon-bar2 {
  background-color: #fff;
}

.drawer-icon.is-active .drawer-icon-bar1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.drawer-icon.is-active .drawer-icon-bar2 {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.drawer-icon.is-color .drawer-icon-bar1,
.drawer-icon.is-color .drawer-icon-bar2 {
  background-color: #231815;
}

.drawer-icon-bars {
  position: relative;
  width: 40px;
  height: 17px;
}

.drawer-icon-bar1,
.drawer-icon-bar2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  bottom: 0;
}

.drawer-content {
  max-width: 90%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 8.91em auto;
      grid-template-columns: 8.91em auto;
  grid-column-gap: 6em;
  color: #fff;
  font-size: clamp(1.4rem, 1.69231vw, 2.2rem);
}

@media screen and (max-width: 1000px) {
  .drawer-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-content {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .drawer__logo {
    width: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .drawer__logo {
    width: 50%;
    max-width: 200px;
  }
}

.drawer__links--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .drawer__links--container {
    display: block;
  }
}

.drawer__links--wrap {
  padding: 0 2.5em;
}

.drawer__links--wrap:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .drawer__links--wrap:not(:last-child) {
    border-right: none;
  }
}

.drawer__links--wrap:first-child {
  padding-left: 0;
  padding-right: 3.5em;
}

@media screen and (max-width: 768px) {
  .drawer__links--wrap:first-child {
    padding: 0 2.5em;
  }
}

.drawer__links--wrap:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 0;
  padding-left: 3em;
}

@media screen and (max-width: 768px) {
  .drawer__links--wrap:last-child {
    padding: 0 2.5em;
  }
}

.drawer__link a {
  display: block;
  white-space: nowrap;
  padding-left: 1em;
  line-height: 2.63636;
  font-family: century-gothic, sans-serif;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.drawer__link a:hover {
  opacity: 0.7;
}

.drawer__link a:hover::before {
  left: 0.1em;
}

.drawer__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: url(../img/drawer_arrow.svg) no-repeat center center/contain;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.drawer__link.inactive a {
  pointer-events: none;
  opacity: 0.3;
}

.drawer__link.inactive a:hover {
  opacity: 0.3;
}

.drawer__link.inactive a:hover::before {
  left: 0;
}

.drawer__details--container {
  margin-top: auto;
}

.drawer__reservation {
  margin-top: 1em;
  display: block;
  font-size: 1.09em;
  font-family: century-gothic, sans-serif;
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 1.21em 0.5em;
  border-radius: 0.42em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.drawer__reservation:hover {
  opacity: 0.7;
}

.drawer__reservation:hover::before {
  left: 1.25em;
}

.drawer__reservation::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.33em;
  height: 0.33em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
  border-right: 1px solid rgba(0, 0, 0, 0.87);
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.drawer__details--text {
  font-size: 0.77em;
  letter-spacing: 0.05em;
  margin-top: 1.88em;
}

.drawer__details--text.-sm {
  font-size: 0.68em;
  margin-top: 1em;
}

.drawer__details--tel {
  margin-top: 0.63em;
  display: block;
  font-size: 1.59em;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.drawer__sns--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.82em;
}

@media screen and (max-width: 768px) {
  .drawer__sns--links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.drawer__sns--link a {
  display: block;
  width: 1.45em;
  height: 1.45em;
  background-color: #fff;
  border-radius: 50%;
}

.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.9);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  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;
  overflow: scroll;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 768px) {
  .drawer-bg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 40px;
  }
}

.drawer-bg.is-active {
  opacity: 1;
  visibility: visible;
}

/*======================================
    Fixed btn
======================================*/
.reservation-btn {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 300;
}

.reservation-btn.-top {
  display: none;
}

@media screen and (max-width: 768px) {
  .reservation-btn {
    bottom: 20px;
    right: 50%;
    width: 92%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.reservation-btn a {
  display: block;
  background-color: #fff;
  padding: 1.1em 1.15em 1.1em 1.1em;
  font-size: clamp(1.8rem, 1.30208vw, 2.5rem);
  letter-spacing: 0.105em;
  text-align: center;
  font-family: century-gothic, sans-serif;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .reservation-btn a {
    width: 100%;
    border-radius: 10px;
    font-size: 2.1rem;
    padding: 1.07em 1.15em 1.07em 1.1em;
  }
}

.reservation-btn a:hover span::before {
  left: 0.25em;
}

@media screen and (max-width: 768px) {
  .reservation-btn a:hover span::before {
    left: unset;
    right: -0.25em;
  }
}

.reservation-btn a span {
  display: inline-block;
  padding-left: 1.12em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .reservation-btn a span {
    display: block;
    padding-left: 0;
  }
}

.reservation-btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #505050;
  border-bottom: 1px solid #505050;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

@media screen and (max-width: 768px) {
  .reservation-btn a span::before {
    left: unset;
    right: 0;
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
  }
}

/*======================================
    TOP
======================================*/
.mv {
  background-color: #231815;
  position: relative;
}

.mv_bg {
  height: 100vh;
  position: relative;
}

.mv_bg::before {
  content: "";
  position: absolute;
  padding-top: calc(1080 / 1920 * 100%);
}

.mv_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_header {
  position: absolute;
  top: 32px;
  left: 38px;
  width: min(51 / 1920 * 100vw, 51px);
}

@media screen and (max-width: 768px) {
  .mv_header {
    width: 34px;
    top: 18px;
    left: 18px;
  }
}

.mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  width: min(364 / 1920 * 100vw, 364px);
}

@media screen and (max-width: 768px) {
  .mv__logo {
    width: 177px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.mv__texts {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .mv__texts {
    margin-top: calc(38 / 375 * 100vw);
  }
}

.mv__lead {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.78571;
  letter-spacing: 0.1em;
  text-align: center;
  color: #707070;
}

@media screen and (max-width: 1000px) {
  .mv__lead {
    font-size: 2rem;
    line-height: 2.2;
  }
}

@media screen and (max-width: 768px) {
  .mv__lead {
    text-align: left;
    font-size: min(20 / 375 * 100vw, 2rem);
  }
}

.mv__text {
  margin-top: 3.2em;
}

@media screen and (max-width: 768px) {
  .mv__text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.28571;
    margin-top: 1.5em;
  }
}

/*======================================
    top concept
======================================*/
.concept {
  margin-top: 78px;
  padding-bottom: 116px;
}

@media screen and (max-width: 768px) {
  .concept {
    margin-top: 46px;
    padding-bottom: 48px;
  }
}

.concept__container {
  position: relative;
}

.concept__slider--wrap {
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .concept__slider--wrap {
    margin-top: 21px;
  }
}

.swiper-concept__img {
  position: relative;
}

.swiper-concept__img::before {
  content: "";
  display: block;
  padding-top: calc(780 / 1750 * 100%);
  background-color: #E3E3E3;
}

@media screen and (max-width: 768px) {
  .swiper-concept__img::before {
    padding-top: calc(279 / 372 * 100%);
  }
}

.swiper-concept__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-concept__text {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .swiper-concept__text {
    width: 85%;
    margin: 1.1em auto 0;
    font-size: 1.2rem;
    line-height: 1.16667;
  }
}

.swiper-concept__pagination .swiper-pagination-bullet {
  width: 46px;
  height: 1px;
  border-radius: 0;
  background-color: #505050;
  margin: 0 10px !important;
}

@media screen and (max-width: 768px) {
  .swiper-concept__pagination .swiper-pagination-bullet {
    width: 20px;
    margin: 0 5px !important;
  }
}

.swiper-concept__pagination .swiper-pagination-bullet-active {
  height: 3px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.swiper-concept__pagination {
  position: absolute;
  bottom: -10px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .swiper-concept__pagination {
    bottom: 5px !important;
    left: unset !important;
    right: 20px !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: right;
  }
}

.swiper-concept__readmore {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .swiper-concept__readmore {
    position: unset;
    margin-top: 38px;
  }
}

.concept__slider--wrap .swiper-button-next,
.concept__slider--wrap .swiper-button-prev {
  width: min(134 / 1920 * 100vw, 134px) !important;
  height: min(124 / 1920 * 100vw, 124px) !important;
}

@media screen and (max-width: 768px) {
  .concept__slider--wrap .swiper-button-next,
  .concept__slider--wrap .swiper-button-prev {
    display: none;
  }
}

.concept__slider--wrap .swiper-button-prev {
  left: 0 !important;
  -webkit-transform: translate(-30.6%, -48%) scale(-1, 1);
          transform: translate(-30.6%, -48%) scale(-1, 1);
}

.concept__slider--wrap .swiper-button-next {
  right: 0 !important;
  -webkit-transform: translate(30.6%, -48%);
          transform: translate(30.6%, -48%);
}

.concept__slider--wrap .swiper-button-prev:after {
  content: "";
  width: min(134 / 1920 * 100vw, 134px) !important;
  height: min(124 / 1920 * 100vw, 124px) !important;
  background: url(../img/slide_arrow.svg) no-repeat center center/contain;
}

.concept__slider--wrap .swiper-button-next:after {
  content: "";
  width: min(134 / 1920 * 100vw, 134px) !important;
  height: min(124 / 1920 * 100vw, 124px) !important;
  background: url(../img/slide_arrow.svg) no-repeat center center/contain;
}

/*======================================
    top-links
======================================*/
.top-links__link {
  margin-top: 22px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-links__link {
    margin-top: 13px;
  }
}

.top-links__link::before {
  content: "";
  display: block;
  padding-top: calc(355 / 535 * 100%);
  background-color: #E3E3E3;
}

.top-links__link.-comingsoon {
  pointer-events: none;
}

.top-links__link.-comingsoon::after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: century-gothic, sans-serif;
  white-space: nowrap;
  color: #C7C7C7;
  font-size: min(34 / 1920 * 100vw, 3.4rem);
}

@media screen and (max-width: 1000px) {
  .top-links__link.-comingsoon::after {
    font-size: calc(24 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .top-links__link.-comingsoon::after {
    font-size: 2.8rem;
    white-space: nowrap;
  }
}

.top-links__link img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================
    top-product
======================================*/
.top-products {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .top-products {
    margin-top: 32px;
  }
}

.top-products__lists {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .top-products__lists {
    margin-top: 20px;
  }
}

.top-product__readmore {
  margin-top: 25px;
}

/*======================================
    news
======================================*/
.top-news {
  margin-top: 158px;
  background: url(../img/news_bg.jpg) repeat;
  background-size: 271px 244px;
  padding: 144px 0 130px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-news {
    font-size: 1.2rem;
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.news {
  padding-bottom: 78px;
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 62px;
  }
}

.news__lists {
  margin-top: 50px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .news__lists {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}

.news__lists.-white {
  color: #fff;
}

.news__lists.-white .news__list {
  border-color: #fff;
}

.news__lists.-white .news__list--row::before {
  color: #fff;
}

.news__list {
  border-bottom: 1px solid #000;
}

.news__list:first-child {
  border-top: 1px solid #000;
}

.news__list--row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.8em auto;
      grid-template-columns: 4.8em auto;
  grid-column-gap: 3.7%;
  padding: 2.25em 0.875em 2em;
  position: relative;
}

.news__list--row::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

@media screen and (max-width: 768px) {
  .news__list--row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 1.8em 2em 2em 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .news__list--row:hover::before {
    right: 0.75em;
  }
}

.news__list--row:hover .news__title {
  opacity: 0.7;
}

.news__title {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.news__readmore {
  text-align: center;
  margin-top: 1.1em;
}

@media screen and (max-width: 768px) {
  .news__readmore {
    margin-top: 30px;
  }
}

.news__readmore--link {
  text-align: center;
  color: #fff;
  font-size: 1.167em;
  letter-spacing: 0.09em;
  line-height: 1.95238;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 768px) {
  .news__readmore--link {
    font-size: 1.75em;
    line-height: 1;
  }
}

.news__readmore--link:hover {
  opacity: 0.7;
}

/*======================================
    contact
======================================*/
.contact {
  padding: 135px 0 135px;
  background-color: #DDD;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-top: 62px;
    padding-bottom: 70px;
  }
}

.contact__wrap {
  width: 451px;
  max-width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .contact__wrap {
    margin-top: 48px;
  }
}

.form {
  font-size: 1.5rem;
}

.form__list:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .form__list:nth-child(n + 2) {
    margin-top: 18px;
  }
}

.form__dl {
  color: #707070;
}

.form__dl dd {
  margin-top: 10px;
}

.form__dl dd input[type="text"],
.form__dl dd input[type="email"],
.form__dl dd input[type="tel"],
.form__dl dd textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  padding: 0.8em 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form__dl dd input[type="text"],
  .form__dl dd input[type="email"],
  .form__dl dd input[type="tel"],
  .form__dl dd textarea {
    padding: 1.52em 0.5em;
  }
}

.form__dl dd textarea {
  resize: vertical;
  height: 220px;
}

@media screen and (max-width: 768px) {
  .form__dl dd textarea {
    height: 256px;
  }
}

.form__dl dd input:focus,
.form__dl dd textarea:focus {
  outline: none;
}

.form__check {
  margin-top: 22px;
}

.form__check input[type="checkbox"] {
  display: none;
}

.form__check input[type="checkbox"]:checked + span.form__check--text::after {
  top: 0.4em;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form__check--text {
  display: block;
  padding-left: 1.5714em;
  font-size: 0.875em;
  letter-spacing: -0.04em;
  line-height: 1.78571;
  position: relative;
}

.form__check--text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1429em;
  height: 1.1429em;
  border: 1px solid #000;
  background-color: #fff;
}

.form__check--text::after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  width: 0.8em;
  height: 0.3em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form__submit {
  margin-top: 52px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form__submit {
    margin-top: 36px;
  }
}

.form__submit input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 1.8rem;
  border: none;
  background: #fff url(../img/form_submit.png) no-repeat center right 17px/7px 14px;
  font-weight: 400;
  color: #000;
  padding: 0.9em 0;
  width: 162px;
  max-width: 100%;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form__submit input[type="submit"]:hover {
  background: #fff url(../img/form_submit.png) no-repeat center right 14px/7px 14px;
  opacity: 0.7;
}

/*======================================
    map
======================================*/
.map__wrap {
  position: relative;
}

.map__wrap::before {
  content: "";
  display: block;
  padding-top: calc(457 / 1920 * 100%);
}

@media screen and (max-width: 768px) {
  .map__wrap::before {
    padding-top: calc(457 / 372 * 100%);
  }
}

.map__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*======================================
    footer
======================================*/
.footer {
  padding: 70px 0 20px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .f-container {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.f-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .f-contents {
    display: block;
  }
}

.f-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 160px;
  padding: 0 min(40 / 1920 * 100vw, 40px);
}

@media screen and (max-width: 1000px) {
  .f-content {
    height: calc(160 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-content {
    padding: 0;
    height: unset;
  }
}

.f-content:nth-child(n + 2) {
  border-left: 1px solid rgba(80, 80, 80, 0.8);
}

@media screen and (max-width: 768px) {
  .f-content:nth-child(n + 2) {
    border: none;
  }
}

.f-content:first-child {
  padding-left: 0;
  padding-right: min(45 / 1920 * 100vw, 45px);
}

@media screen and (max-width: 768px) {
  .f-content:first-child {
    padding: 0;
  }
}

.f-content:nth-child(2) {
  padding-left: min(36 / 1920 * 100vw, 36px);
  padding-right: min(32 / 1920 * 100vw, 32px);
}

@media screen and (max-width: 768px) {
  .f-content:nth-child(2) {
    margin-top: 44px;
    padding: 0;
  }
}

.f-content:nth-child(3) {
  padding-right: min(54 / 1920 * 100vw, 54px);
}

@media screen and (max-width: 768px) {
  .f-content:nth-child(3) {
    margin-top: 38px;
    border-top: 1px solid rgba(80, 80, 80, 0.4);
    border-bottom: 1px solid rgba(80, 80, 80, 0.4);
    padding: 28px 0 30px;
  }
}

.f-content:last-child {
  padding-left: min(30 / 1920 * 100vw, 30px);
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .f-content:last-child {
    margin-top: 42px;
    padding: 0;
  }
}

.f-logo {
  width: 214px;
}

@media screen and (max-width: 1000px) {
  .f-logo {
    width: calc(214 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-logo {
    width: 194px;
    max-width: 100%;
  }
}

.f-text {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.76471;
}

@media screen and (max-width: 1000px) {
  .f-text {
    font-size: calc(17 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-text {
    font-size: 1.7rem;
    letter-spacing: -0.02em;
  }
}

.f-text.-sm {
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .f-text.-sm {
    font-size: calc(15 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-text.-sm {
    font-size: 1.5rem;
    margin-top: 0.25em;
    letter-spacing: normal;
  }
}

.f-tel a {
  display: block;
  font-family: century-gothic, sans-serif;
  font-size: 3.2rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 1000px) {
  .f-tel a {
    font-size: calc(32 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-tel a {
    font-size: 3.2rem;
  }
}

.f-note {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 0.85em;
}

@media screen and (max-width: 1000px) {
  .f-note {
    font-size: calc(15 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-note {
    font-size: 1.5rem;
  }
}

.f-link a {
  display: block;
  font-size: 1.3rem;
  line-height: 2.5;
  letter-spacing: 0.105em;
  font-family: century-gothic, sans-serif;
  padding-left: 1.54em;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 1000px) {
  .f-link a {
    font-size: calc(13 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-link a {
    font-size: 1.4rem;
    line-height: 2.57143;
  }
}

.f-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(220%);
          transform: translateY(220%);
  width: 0.54em;
  height: 0.5em;
  background: url(../img/f-arrow.svg) no-repeat center center/contain;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.f-link a:hover {
  opacity: 0.7;
}

.f-link a:hover::before {
  left: 0.2em;
}

.f-link.inactive {
  opacity: 0.3;
  pointer-events: none;
}

.f-link.inactive:hover {
  opacity: 0.3;
}

.f-link.inactive:hover::before {
  left: 0;
}

.f-sns__links {
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}

@media screen and (max-width: 1000px) {
  .f-sns__links {
    grid-gap: calc(12 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-sns__links {
    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;
    gap: 12px;
    margin-top: 40px;
  }
}

.f-sns__link a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {
  .f-sns__link a {
    width: calc(32 / 1000 * 100vw);
    height: calc(32 / 1000 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .f-sns__link a {
    width: 32px;
    height: 32px;
  }
}

.copyright {
  text-align: center;
  margin-top: 66px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.4rem;
    margin-bottom: 80px;
    margin-top: 52px;
    letter-spacing: 0.1em;
  }
}

/*======================================
    rooms
======================================*/
.rooms__wrap {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .rooms__wrap {
    margin-top: 210px;
  }
}

.rooms__text--border {
  padding-bottom: 2em;
  border-bottom: 1px solid #E6E6E6;
}

span.rooms__symbol {
  display: inline-block;
  margin-right: 0.5em;
}

.rooms__slider--wrap {
  position: relative;
}

.swiper-rooms {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .swiper-rooms {
    padding-bottom: 30px;
  }
}

.rooms__img {
  width: 162px;
  max-width: 100%;
  margin: 34px auto 30px;
}

@media screen and (max-width: 768px) {
  .rooms__img {
    width: 40%;
  }
}

.rooms__img.-room1 {
  width: 79.2%;
}

.rooms__img.-room2 {
  width: 34.9%;
}

.rooms__img.-room3 {
  width: 98.3%;
}

.rooms__img.-room4 {
  width: 35%;
}

.rooms__img.-room5 {
  width: 42%;
}

.swiper-rooms__img {
  position: relative;
}

.swiper-rooms__img::before {
  content: "";
  display: block;
  padding-top: calc(620 / 934 * 100%);
  background-color: #E3E3E3;
}

@media screen and (max-width: 768px) {
  .swiper-rooms__img::before {
    padding-top: calc(249 / 375 * 100%);
  }
}

.swiper-rooms__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-rooms__pagination {
  position: absolute;
  bottom: 0 !important;
  left: -10px !important;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .swiper-rooms__pagination {
    text-align: center;
  }
}

.swiper-rooms__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  margin: 0 10px !important;
}

@media screen and (max-width: 768px) {
  .swiper-rooms__pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}

.swiper-rooms__pagination .swiper-pagination-bullet-active {
  background-color: #C7C7C7;
}

/*======================================
    details
======================================*/
.details {
  margin-top: 136px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .details {
    margin-top: 96px;
    padding-bottom: 60px;
  }
}

.details__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .details__title {
    font-size: 2rem;
  }
}

.details__lists {
  width: 622px;
  max-width: 100%;
  margin: 40px auto 0;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .details__lists {
    margin-top: 32px;
  }
}

.details__list {
  border-top: 1px solid rgba(122, 122, 122, 0.9);
}

.details__list:last-child {
  border-bottom: 1px solid rgba(122, 122, 122, 0.9);
}

.details__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 145px auto;
      grid-template-columns: 145px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .details__row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0.7em 0;
    grid-row-gap: 0.5em;
  }
}

.details__row dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 2em 0 2em 2.8em;
  padding-left: 2.8em;
  min-height: 104px;
  word-break: break-all;
  border-left: 1px solid rgba(122, 122, 122, 0.9);
}

@media screen and (max-width: 768px) {
  .details__row dd {
    min-height: unset;
    padding-left: 0;
    border-left: none;
    padding: 0;
  }
}

.details__row dd a {
  font-size: 0.87em;
  color: #A7A7A7;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.details__row dd a:hover {
  opacity: 0.7;
}

/*======================================
    bar
======================================*/
.bar__wrap {
  margin-top: 136px;
  padding-bottom: 170px;
}

@media screen and (max-width: 768px) {
  .bar__wrap {
    margin-top: 74px;
    padding-bottom: 120px;
  }
}

.bar__link {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 2em;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.bar__link:hover {
  opacity: 0.7;
}

.bar__link:hover span::before {
  right: -0.25em;
}

.bar__link span {
  display: inline-block;
  padding-right: 1.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #707070;
  position: relative;
}

.bar__link span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: url(../img/bar_arrow.svg) no-repeat center center/contain;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

@media screen and (max-width: 768px) {
  .bar__link {
    margin-top: 2em;
  }
}

.bar__operation--container {
  width: 645px;
  max-width: 100%;
  margin: 34px auto 0;
  font-size: 1.8rem;
  line-height: 2.11111;
  letter-spacing: 0.05em;
  padding: 1.23em 2.22em;
  text-align: center;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .bar__operation--container {
    margin-top: 32px;
    line-height: 1.44444;
    padding: 0.7em 1.1em 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .bar__operation--container {
    max-width: 87%;
  }
}

.bar__operation__text {
  letter-spacing: 0.05em;
  line-height: 2.11111;
}

.gallery {
  padding-bottom: 100px;
  width: 1750px;
  max-width: 95%;
  margin: 118px auto 0;
}

@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 216px;
    max-width: 87%;
    padding-bottom: 90px;
  }
}

.news__readmore {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .news__readmore {
    margin-top: 42px;
  }
}

.s-news__wrap {
  width: 758px;
  max-width: 95%;
  margin: 136px auto 0;
}

@media screen and (max-width: 768px) {
  .s-news__wrap {
    max-width: 87%;
    margin-top: 58px;
  }
}

.s-news__date {
  font-size: 1.6rem;
}

.s-news__title {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 1em;
}

.s-news__contents {
  margin-top: 16px;
  font-size: 1.4rem;
}

.s-news__contents img {
  height: 435px;
  background-color: #9FA0A0;
  margin-top: 30px;
}

.s-news__contents p {
  margin-top: 64px;
  line-height: 2.57143;
  letter-spacing: 0.1em;
}

.s-news__links {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .s-news__links {
    margin-top: 64px;
    font-size: 1.2rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.s-news__link a {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.s-news__link a:hover {
  opacity: 0.7;
}

.s-news__link:first-child {
  padding-left: 3.8em;
  position: relative;
}

.s-news__link:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 3.33em;
  height: 3.33em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.s-news__link:first-child:hover::before {
  left: -0.25em;
}

.s-news__link:nth-child(2) {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-news__link:nth-child(2) {
    display: none;
  }
}

.s-news__link:last-child {
  text-align: right;
}

.s-news__link:last-child a {
  padding-right: 3.8em;
  position: relative;
}

.s-news__link:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 3.33em;
  height: 3.33em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.s-news__link:last-child a:hover::before {
  right: -0.25em;
}

.s-news__link--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .s-news__link--sp {
    display: block;
    margin-top: 106px;
    font-size: 1.5rem;
  }
  .s-news__link--sp a {
    display: block;
    text-align: center;
  }
}

.comingsoon {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.195em;
  font-family: century-gothic, sans-serif;
  padding: 100px 0 150px;
}

.bgm {
  position: fixed;
  bottom: 40px;
  left: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 300;
}

@media screen and (max-width: 768px) {
  .bgm {
    left: 20px;
    bottom: 100px;
  }
}

.bgm__icon {
  width: 30px;
  height: 30px;
  position: relative;
}

.bgm__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon_music.png) no-repeat center center/contain;
}

.bgm__icon--stop {
  width: 30px;
  height: 30px;
  position: relative;
}

.bgm__icon--stop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon_stop.png) no-repeat center center/contain;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

#loading .kvArea {
  width: 100%;
}

#loading .kvArea .img_box {
  text-align: center;
}

#loading .kvArea .img_box img {
  width: 50px;
  margin: 0 auto;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
