@charset "UTF-8";
/* ===================================================================
CSS information

file name  : rooms_suiteroom.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-intro {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-top: 4.28rem;
  }
}
.p-intro::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1.71429;
  background: url(../../rooms/suiteroom/images/bg_intro.webp) center center/cover no-repeat;
  position: absolute;
  top: 97%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  .p-intro::before {
    aspect-ratio: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro::before {
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro::before {
    aspect-ratio: .5;
    top: 85%;
  }
}
.p-intro__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-intro__info {
    width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__info > .c-img {
    width: calc(333 / 1400 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info > .c-img {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro__info > .c-img {
    margin-top: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro__info > .c-img {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info > .c-img {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__info__set {
    width: calc(950 / 1400 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set {
    margin-top: -14em;
  }
}
.p-intro__info__set .c-img {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-intro__info__set .c-img {
    width: calc(835 / 950 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-img {
    width: 72%;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__info__set .c-text-box {
    width: calc(600 / 950 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro__info__set .c-text-box {
    margin-top: -10.72rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro__info__set .c-text-box {
    margin-top: -7.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box {
    margin: 2rem auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro__info__set .c-text-box .c-txt {
    margin-top: 1.78rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro__info__set .c-text-box .c-txt {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box .c-txt {
    margin-top: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro .c-anch {
    margin-top: 9.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro .c-anch {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch {
    width: 90%;
    margin: 3rem auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  .p-intro .c-anch li {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro .c-anch li {
    width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch li a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch li .t {
    padding-right: 0;
  }
  .p-intro .c-anch li .t .ic {
    right: 0;
  }
}

.p-suiteroom {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .p-suiteroom {
    padding-top: 8.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom {
    padding-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1441px) {
  .p-suiteroom {
    max-width: calc(1180 / 1440 * 100%);
  }
}
.p-suiteroom__st .c-floor {
  text-align: center;
  margin-bottom: 1.07rem;
}
.p-suiteroom__st .c-floor span {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  background: url(../../rooms/suiteroom/images/bg_pnt01.jpg) center center/cover no-repeat;
  padding: 0.35rem 1.42rem;
}
@media only screen and (min-width: 1025px) {
  .p-suiteroom__st .c-floor span {
    font-size: 0.86rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom__st .c-floor span {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__st .c-floor span {
    font-size: 0.71rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-suiteroom .c-swiper {
    margin-top: 2.64rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom .c-swiper {
    margin-top: 2.14rem;
  }
}
.p-suiteroom__info {
  width: calc(1100 / 1180 * 100%);
}
@media only screen and (min-width: 1025px) {
  .p-suiteroom__info {
    margin: 5.35rem auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom__info {
    margin: 3.57rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info {
    margin: 1.5em auto 0;
  }
}
.p-suiteroom__info .c-text-set {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-suiteroom__info .c-text-set {
    width: calc(995 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom__info .c-text-set {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-suiteroom__info .c-text-set div {
    width: calc(465 / 995 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom__info .c-text-set div {
    width: calc(485 / 995 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set div {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1285px) {
  .p-suiteroom__info .c-text-set div .c-title__jp {
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom__info .c-text-set div .c-title__jp {
    font-size: 2.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set div .c-title__jp {
    font-size: 1.65rem;
  }
}
.p-suiteroom__info .c-text-set div .c-txt {
  margin-top: 1.78rem;
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set div .c-txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-suiteroom__info .c-text-set .c-table {
    width: calc(445 / 995 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set .c-table {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set .c-table {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-suiteroom__info .c-text-set .c-table th {
    width: calc(200 / 445 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set .c-table th {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .p-suiteroom__info .c-text-set .c-table td {
    width: calc(245 / 445 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-text-set .c-table td {
    width: 60%;
  }
}
.p-suiteroom__info .c-btn-set {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-suiteroom__info .c-btn-set {
    margin-top: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suiteroom__info .c-btn-set {
    margin-top: 3.21rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-btn-set {
    margin-top: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 930px) {
  .p-suiteroom__info .c-btn-set {
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .p-suiteroom__info .c-btn-set .c-btn {
    width: calc(260 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-btn-set .c-btn {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 930px) {
  .p-suiteroom__info .c-btn-set .c-btn {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-btn-set .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-suiteroom__info .c-btn-set .c-btn:not(:last-child) {
    margin-bottom: 1em;
  }
}
.p-suiteroom__info .c-btn-set .c-btn--basic:nth-child(1) .ic {
  transform: translateY(-50%) rotate(90deg);
}
.p-suiteroom__info .c-btn-set .c-btn--basic:nth-child(3) a {
  background: #053033;
  color: #fff;
  transition: background 0.5s, color 0.5s;
}
.p-suiteroom__info .c-btn-set .c-btn--basic:nth-child(3) a:hover {
  background: var(--color-accent-2);
}
.p-suiteroom__info .c-btn-set .c-btn--basic:nth-child(4) a {
  color: #fff;
  background: #286560;
  transition: background 0.5s, color 0.5s;
}
.p-suiteroom__info .c-btn-set .c-btn--basic:nth-child(4) a:hover {
  background: var(--color-accent-2);
}
@media only screen and (min-width: 768px) {
  .p-suiteroom__info .c-btn-set .c-btn--basic a {
    padding-left: 1.75rem;
  }
}
.p-suiteroom__info .c-btn-set .c-btn--basic a span {
  white-space: nowrap;
}
.p-suiteroom__info .c-btn-set .c-btn .ic {
  right: 1em;
}

.p-premium {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-premium {
    padding-top: 12.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-premium {
    padding-top: 8.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-premium {
    padding-top: 5rem;
  }
}
.p-premium::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 0.8;
  background: url(../../rooms/suiteroom/images/bg_ptn02.webp) center center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-premium::before {
    aspect-ratio: .5;
  }
}
.p-premium__inner {
  width: 90%;
  max-width: 1000px;
  background: url(../../rooms/suiteroom/images/bg_premium_lounge.webp) center center/cover no-repeat;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-premium__inner {
    padding: 3.21rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-premium__inner {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1441px) {
  .p-premium__inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
.p-premium__inner .c-text-box {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.p-premium__inner .c-text-box h3 span {
  color: #fff !important;
}
.p-premium__inner .c-text-box h4 {
  margin-top: 1.07rem;
}
.p-premium__inner .c-text-box h4 span {
  color: #fff !important;
}
.p-premium__inner .c-text-box .c-btn {
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .p-premium__inner .c-text-box .c-btn {
    margin: 1.42rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-premium__inner .c-text-box .c-btn {
    margin: 1.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-premium__inner .c-text-box .c-btn {
    max-width: 100%;
    width: 90%;
  }
}

.p-infor {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .p-infor {
    padding-top: 8.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-infor {
    padding-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-infor {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1441px) {
  .p-infor {
    max-width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-infor h4 {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-infor h4 {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-infor h4 {
    margin-top: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-infor table {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-infor table {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-infor table {
    margin-top: 1.42rem;
  }
}
.p-infor table th {
  color: #221F1F;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .p-infor table th {
    width: 22% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-infor table th {
    width: 215px !important;
  }
}
.p-infor table td {
  color: #272424;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .p-infor table td {
    width: 78% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-infor table td {
    width: calc(100% - 215px) !important;
  }
}

.c-discover {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .c-discover {
    margin-top: 12.35rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover {
    margin-top: 8.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-discover {
    margin-top: 3em;
  }
}
.c-discover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(./../../rooms/suiteroom/images/bg_discover.webp) center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .c-discover::before {
    height: calc(100% + 14rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover::before {
    height: calc(100% + 12rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-discover::before {
    height: calc(100% + 11rem);
  }
}
.c-discover .inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  .c-discover .inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
.c-discover .inner .c-title--discover {
  text-align: center;
  margin-bottom: 2.14rem;
}
.c-discover .inner .c-title--discover .c-title__en {
  color: var(--color-accent-2);
}
@media only screen and (min-width: 1025px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
.c-discover__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-discover__list {
    row-gap: 2.14rem;
  }
}
.c-discover__item {
  transition: ease 0.3s box-shadow;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-discover__item {
    width: calc(235 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-discover__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-discover__item:not(:last-child) {
    margin-right: calc(20 / 1000 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-discover__item:hover {
    box-shadow: 0px 4px 8px rgba(89, 101, 112, 0.1), 0px 0px 50px rgba(89, 101, 112, 0.3);
  }
}
.c-discover__item .cat {
  font-weight: 300;
  line-height: 1;
  background: url(../../rooms/suiteroom/images/bg_pnt01.jpg) center center/cover no-repeat;
  padding: 0.35rem 1.42rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .c-discover__item .cat {
    font-size: 0.79rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover__item .cat {
    font-size: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-discover__item .cat {
    font-size: 0.64rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover__item .cat {
    padding: 0.35rem 1rem;
  }
}
.c-discover__item .box_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1.14rem 1.42rem 2.14rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover__item .box_info {
    padding: 1.14rem 1.07rem 2.14rem;
  }
}
.c-discover__item .box_info .c-txt {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover__item .box_info .c-txt {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .c-discover__item .box_info .c-txt {
    font-size: 1.6vw;
  }
}
.c-discover__item .box_info .c-link-btn__arr {
  flex-shrink: 0;
}

.modal {
  position: relative;
  z-index: 20;
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal__container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal .modal__container {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .modal .modal__container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal .modal__container {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container {
    max-width: 100%;
  }
}
.modal .modal__container .inner {
  background-color: #fff;
  max-width: 715px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal .modal__container .inner {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container .inner {
    padding: 2em 0;
  }
}
.modal .modal__container .inner .modal__close {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .modal .modal__container .inner .modal__close {
    top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container .inner .modal__close {
    top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .modal .modal__container .inner .modal__close {
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container .inner .modal__close {
    right: 0.5rem;
  }
}
.modal .modal__container .inner .modal__close img {
  width: 100%;
}
.modal .modal__container .inner .modal__close:hover {
  transform: scale(1.05);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.c-title__jp--s30 {
  letter-spacing: 0 !important;
}
