@charset "UTF-8";

img {
  display: block;
  width: 100%;
  height: auto;
}

/* utility */
.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
}

.u-tt--regular {
  font-family: "TTCommons-Regular", sans-serif;
}

.u-tt--demibold {
  font-family: "TTCommons-Demibold", sans-serif;
}

.u-fs-up {
  font-size: 120%;
}

.u-fw-bold {
  font-weight: 800;
}

.u-text-left {
  text-align: left;
}

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

.u-text-right {
  text-align: right;
}

.u-text-narrow {
  letter-spacing: 0.02em;
}

.u-text-note {
  font-size: 1.2rem;
}

.u-link-text {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  color: #000030;
}

@media (any-hover: hover) {
  .u-link-text:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
  
  .u-text-center-sp {
    text-align: center;
  }
  
  .u-text-right-sp {
    text-align: right;
  }
}

.u-mt40 {
  margin-top: 4rem;
}

/* mv */
.l-mv {
  position: relative;
}

.l-mv__title {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX( -50% );
  color: #fff;
}

.l-mv__text {
  font-family: "TTCommons-Demibold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 1200px) {
  .l-mv__text {
    font-size: 2.923976608187134vw;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 767px) {
  .l-mv__title {
    width: 100%;
    text-align: center;
    bottom: 7%;
  }

  .l-mv__text{
    line-height: 1.2;
    letter-spacing: 0.12em;
    font-size: 8.533333333333333vw;
  }
}

.l-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000030;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.lead-block {
  max-width: 1040px;
  margin: 0 auto;
  padding: 8rem 0 6.4rem;
}

.lead-block__text {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
}

.lead-block__text + .lead-block__text {
  margin-top: 4rem;
}

/* nav */
.navWrapper {
  max-width: 1040px;
  margin: 0 auto 12rem;
}

.lp-nav__list {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
}

.lp-nav__item {
  width: 34.5rem;
}

.lp-nav__link {
  font-family: "TTCommons-Regular", sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  color: #000030;
  border-bottom: 1px solid #000030;
}

.lp-nav__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #000030;
  border-right: solid 1px #000030;
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  transform: rotate(135deg) translateY(-50%);
  transition: all 0.3s;
}

.lp-nav__link:hover::after {
  top: calc(50% - 0.4rem);
}

.lp-nav__icon {
  flex: 0 0 7.5rem;
  margin-right: 1.6rem;
}

.lp-nav__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
}

.l-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 12rem;
}

.l-section-lp + .l-section-lp {
  margin-top: 16rem;
}

.p-section-header {
  position: relative;
  margin-bottom: 12rem;
}

.p-section-header__content {
  position: absolute;
  width: 1040px;
  top: 50%;
  left: 50%;
  transform: translate( -50% , -50%);
  z-index: 1;
}

.p-section-header--comingsoon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
}

.infoBox__comingsoon {
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  padding: 1.6rem 0 1.4rem;
  margin-bottom: 8rem;
}

.infoBox__catch.--comingsoon, .infoBox__title.--comingsoon {
  color: #B4B4B4;
}

.infoBox {
  width: 50%;
  margin-left: auto;
  color: #fff;
}

.infoBox__top {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoBox__catch {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.infoBox__title {
  text-align: center;
}

.infoBox__title + .infoBox__title {
  margin-top: 2rem;
}

.infoBox__title .--main {
  font-size: 3rem;
  letter-spacing: 0.075em;
}

.infoBox__title .--sub {
  font-size: 1.2rem;
}

.infoBox__subheading {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 2.4rem;
}

.schBox {
  width: 50%;
  margin-left: auto;
  border: 1px solid #fff;
  padding: 4rem;
  margin-top: 2.4rem;
  color: #fff;
}

.schBox__title {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.schInfo, .schInfo dt, .schInfo dd {
  margin: 0;
  font-weight: 400;
}

.schInfo__row + .schInfo__row {
  margin-top: 1.6rem;
}

.bnrBlock {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-section-header {
    margin-bottom: 8rem;
  }

  .p-section-header__content {
    width: 100%;
    padding: 0 1.5rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: -40rem;
  }

  .infoBox {
    width: 100%;
    min-height: 40rem;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .infoBox__comingsoon {
    position: absolute;
    width: 62%;
    margin-bottom: 0;
    top: -20%;
    left: 50%;
    transform: translate(-50% , -50%);
  }

  .infoBox__top {
    margin-top: auto;
    align-items: flex-start;
  }

  .infoBox__title {
    text-align: left;
  }

  .infoBox__desc {
    padding-bottom: 3.2rem;
  }

  .schBox {
    border: 1px solid #ccc;
    color: #000030;
    margin: 4rem 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .infoBox__comingsoon {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .infoBox__comingsoon {
    top: 10%;
  }
}
@media screen and (max-width: 420px) {
  .infoBox__comingsoon {
    top: 30%;
  }
}


.p-section-item {
  max-width: 1040px;
  margin: 0 auto;
}

.p-section-item + .p-section-item {
  margin-top: 8rem;
}

.p-section-item + .p-section-item.--mt-wide {
  margin-top: 12rem;
}

.p-grid-1 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: "image ." "image title" "image desc";
}

.p-grid-1__01 {
  grid-area: image;
}

.p-grid-1__02 {
  grid-area: title;
  margin-top: auto;
  margin-left: 4rem;
  width: 30rem;
}

.p-grid-1__03 {
  grid-area: desc;
  margin-left: 4rem;
  width: 30rem;
}

.p-section-item:nth-of-type(even) .p-grid-1 {
  grid-template-areas: ". image" "title image" "desc image";
}

.p-section-item:nth-of-type(even) .p-grid-1 .p-grid-1__02, .p-section-item:nth-of-type(even) .p-grid-1 .p-grid-1__03 {
  margin-left: auto;
  margin-right: 4rem;
}

.p-section-item:nth-of-type(even) .p-grid-1 .p-heading-1::before {
  left: auto;
  right: -4rem;
}

.p-grid-2 {
  display: flex;
  margin-top: 8rem;
}

.p-grid-2__item {
  width: 50%;
  padding: 0 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-grid-2 .itemName {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.p-grid-2 .itemPrice {
  padding-top: 0.8rem;
  margin-top: auto;
}

.p-heading-1 {
  font-size: 3rem;
  padding-bottom: 1rem;
  position: relative;
}

.p-heading-1::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -4rem;
  background-color: #000030;
  width: calc((100vw / 2) - 1rem);
  height: 1px;
}

.p-heading-2 {
  font-size: 3rem;
  margin-bottom: 4rem;
}

.itemInfo {
  margin-top: 4rem;
}

.itemInfo .itemName {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.itemInfo .itemDesc {
  margin-top: 1.6rem;
}

.itemTone {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}

/* slider */
.sliderWrapper {
  margin-top: 4rem;
}

.holiday-swiper.swiper-b {
  padding: 0 3.5rem;
}

.holiday-swiper .swiper-slide {
  cursor: pointer;
}

.holiday-swiper .swiper-slide:hover {
  opacity: .7;
  transition: all ease .3s;
}
.lp-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.lp-modal.active {
  display: flex;
}

.lp-modal-content {
  background: #fff;
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
  position: relative;
}
.lp-modal-close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: #000030;
  color: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lp-modal-slide-inner {
  display: flex;
  padding: 8.4rem 10% 5.6rem;
}

.lp-modal .swiper-button-prev {
  color: transparent;
  background: url(../img/ico_arrow_prev.svg) no-repeat center center / 3.2rem auto;
  left: 2%;
  width: 4rem;
  height: 4rem;
}

.lp-modal .swiper-button-next {
  color: transparent;
  background: url(../img/ico_arrow_next.svg) no-repeat center center / 3.2rem auto;
  right: 2%;
  width: 4rem;
  height: 4rem;
}

.lp-modal .swiper-button-prev:hover, .lp-modal .swiper-button-next:hover {
  opacity: .7;
}

.lp-modal__thumb {
  flex: 0 0 30rem;
  position: relative;
}

.lp-modal__text {
  flex: 1;
}

.lp-modal__date {
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  text-align: center;
  color: #949494;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.lp-modal__top {
  display: flex;
  align-items: center;
  padding: 0 0 1rem 6%;
  border-bottom: 1px solid #000030;
  margin-bottom: 8%;
}

.lp-modal__tag {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 0.6rem 1.4rem 0.4rem 1.6rem;
  border: 1px solid #000030;
  background-color: #fff;
  margin-right: 1.6rem;
}

.lp-modal__tag--new {
  background-color: #000030;
  color: #fff;
}

.lp-modal__title {
  font-size: 2.2rem;
  font-weight: 600;
}

.lp-modal__body {
  padding-left: 6%;
  max-height: 20rem;
  padding-right: 1rem;
  overflow-y: auto;
}

.lp-modal__heading {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1.6rem;
}

.lp-modal__desc p + p {
  margin-top: 1.6rem;
}

.lp-modal__note {
  font-size: 1.2rem;
}

.lp-modal__body::-webkit-scrollbar {
  width: 4px;
}

.lp-modal__body::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.lp-modal__body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .holiday-swiper.swiper-a, .holiday-swiper.swiper-b {
    padding: 0 0 0 1.5rem;
  }

  .lp-modal {
    margin-top: -60px;
  }

  .lp-modal-content {
    width: 80%;
    max-height: calc(90svh - 60px);
  }

  .lp-modal-slide-inner {
    padding: 5.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
  }

  .lp-modal .swiper-button-prev, .lp-modal .swiper-button-next {
    background-size: 2.4rem;
    top: 32%;
  }

  .lp-modal .swiper-button-prev {
    left: 1rem;
  }
  .lp-modal .swiper-button-next {
    right: 1rem;
  }

  .lp-modal__thumb {
    width: 68%;
    max-width: 26rem;
    flex: auto;
    margin-bottom: 2.2rem;
  }

  .lp-modal__top {
    flex-direction: column;
    padding: 0 0 1.6rem;
    margin-bottom: 2.4rem;
  }

  .lp-modal__tag {
    margin: 0 0 0.8rem;
  }

  .lp-modal__title {
    font-size: 1.6rem;
  }

  .lp-modal__body {
    padding-left: 0;
    max-height: 8rem;
  }

  .lp-modal__heading {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 420px) {
  .lp-modal .swiper-button-prev, .lp-modal .swiper-button-next {
    top: 25%;
  }

  .lp-modal__body {
    max-height: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .holiday-body {
    overflow: visible;
  }

  .lead-block {
    padding: 8rem 1.5rem 6.4rem;
  }

  .lead-block__text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .navWrapper {
    margin-bottom: 8rem;
    padding: 0 1.5rem;
  }

  .lp-nav__list {
    flex-direction: column;
    row-gap: 3.2rem;
  }

  .lp-nav__item {
    width: 100%;
  }

  .l-section-lp + .l-section-lp {
    margin-top: 12rem;
  }

  .p-grid-1, .p-section-item:nth-of-type(even) .p-grid-1 {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "desc";
    padding: 0 1.5rem;
  }

  .p-grid-1__02, .p-grid-1__03, .p-section-item:nth-of-type(even) .p-grid-1 .p-grid-1__02, .p-section-item:nth-of-type(even) .p-grid-1 .p-grid-1__03 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .p-grid-2 {
    padding: 0 1.5rem;
  }

  .p-grid-2__item {
    padding: 0;
  }

  .p-heading-1 {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 4.2rem;
  }

  .p-heading-1::before {
    content: none;
  }

  .p-heading-2 {
    font-size: 2.4rem;
    margin-bottom: 4.2rem;
  }

  .itemInfo {
    margin-top: 2.4rem;
  }

  .p-box-1 {
    padding: 0 3.6rem;
  }

  .bnrBlock {
    padding: 0 1.5rem;
  }
}

/* チャットアイコン非表示 */
#launcher,
#webWidget {
  display: none;
}