@charset "utf-8";

/* ------------------------------------------------------
* Elements List
------------------------------------------------------ */
:root {
  --hover-opacity: 0.6;
  --transition: .5s;
  --main-color: #E62686;
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

/* ----- common ----- */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media all and (max-width: 1925px) {
  html {
    font-size: 10px;
    /* font-size: clamp(7.7px, 0.582vw, 10px); */
  }
}

body {
  min-width: 1200px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  max-block-size: none;
  block-size: auto;
}

.pc_cont {
  display: block;
}

.sp_cont {
  display: none;
}

.section-contents__inner {
  max-width: 1280px;
  margin-inline: auto;
}

main {
  overflow: hidden;
}

/* ----- loading ----- */
.main-wrapper.loading {
  position: relative;
}
.main-wrapper.loading::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  background: 
    url("../img/img-loading.png") no-repeat center center / 50% auto,#fff;
  z-index: 999;
}
.main-wrapper.loading::before {
  opacity: 1;
  transition: opacity .7s ease;
}
.main-wrapper.loading.fadeout::before{
  opacity: 0;
  pointer-events: none;
}

/* ---------- 
main-kv
---------- */
.main-kv {
  aspect-ratio: 1920 / 830;
  width: 100%;
  object-fit: cover;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('../img/bg-kv.png');
  background-size: auto 100%;
  background-position-x: left;
  background-position-y: top;
}

.main-kv__title {
  width: 94%;
  max-width: 1820px;
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}

.main-kv__girls {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 830px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  z-index: 0;
}

.main-kv__girls .contents-image {
  display: block;
}

.main-kv__girl {
  position: absolute;
  z-index: 1;
}

.main-kv__girl.girl-01 {
  z-index: 2;
  width: calc(322 / 1920 * 100%);
  object-fit: cover;
  left: calc(1578 / 1920 * 100%);
  bottom: 21%;
}

.main-kv__girl.girl-adornment-01{
  z-index: -11;
  width: calc(409 / 1920 * 100%);
  left: calc(1408 / 1920 * 100%);
  bottom: 57%;
}

.main-kv__girl.girl-adornment-02{
  z-index: 15;
  position: absolute;
  width: calc(483 / 1920 * 100%);
  left: calc(1327 / 1920 * 100%);
  bottom: 47%;
}

.main-kv__girl.girl-02 {
  z-index: 3;
  width: calc(359 / 1920 * 100%);
  object-fit: cover;
  left: calc(1359 / 1920 * 100%);
  bottom: 24%
}

.main-kv__girl.girl-03 {
  z-index: 2;
  width: calc(206 / 1920 * 100%);
  object-fit: cover;
  left: calc(1291 / 1920 * 100%);
  bottom: 26%;
}

.main-kv__girl.girl-04 {
  z-index: 5;
  width: calc(207 / 1920 * 100%);
  object-fit: cover;
  left: calc(1155 / 1920 * 100%);
  bottom: 25%;
}

.main-kv__girl.girl-05 {
  z-index: 4;
  width: calc(261 / 1920 * 100%);
  object-fit: cover;
  left: calc(1000 / 1920 * 100%);
  bottom: 27%;
}

.main-kv__girl.girl-06 {
  z-index: 3;
  width: calc(238 / 1920 * 100%);
  object-fit: cover;
  left: calc(835 / 1920 * 100%);
  bottom: 28%;
}

.main-kv__girl.girl-07 {
  z-index: 2;
  width: calc(248 / 1920 * 100%);
  object-fit: cover;
  left: calc(662 / 1920 * 100%);
  bottom: 27%;
}

.main-kv__girl.girl-08 {
  z-index: 3;
  width: calc(301 / 1920 * 100%);
  object-fit: cover;
  left: calc(536 / 1920 * 100%);
  bottom: 27%;
}

.main-kv__girl.girl-09 {
  z-index: 4;
  width: calc(279 / 1920 * 100%);
  object-fit: cover;
  left: calc(355 / 1920 * 100%);
  bottom: 22%;
}

.main-kv__girl.girl-10 {
  z-index: 3;
  width: calc(308 / 1920 * 100%);
  object-fit: cover;
  left: calc(210 / 1920 * 100%);
  bottom: 24%;
}

.main-kv__girl.girl-11 {
  z-index: 12;
  width: calc(319 / 1920 * 100%);
  object-fit: cover;
  left: 1%;
  bottom: 30%;
}

.main-kv__scroll {
  max-width: 88px;
  display: grid;
  margin-inline: auto;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  z-index: 3;
}

.main-kv__scroll-line {
  height: 67px;
  width: 2px;
  background-color: #000;
  margin-inline: auto;
  margin-block-start: 11px;
  animation: bg 2.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  transform: scaleY(0);
}

@keyframes bg {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* ---------- 
introduction
---------- */
.introduction {
  background-image: url('../img/img-dots.png');
  background-repeat: repeat;
  background-size: 22.5px;
  position: relative;
  padding-block-end: 100px;
}

/* .introduction::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/bg-contents_r_1.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top right;
  width: 12%;
  height: 100%;
  top: 6%;
  right: 0;
  z-index: 0;
}

.introduction::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/bg-contents_l_1.png');
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top left;
  width: 9.55%;
  height: 100%;
  top: 6%;
  left: 0;
  z-index: 0;
} */

.introduction__text {
  padding-block: 0 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.introduction__text picture {
  display: block;
  max-width: 427px;
  margin: auto;
}

.introduction__image {
  text-align: center;
}

/* ---------- 
countdown
---------- */
.countdown {
  background: linear-gradient(335deg, #FB84B4, var(--main-color));
  padding-block: 60px 40px;
  position: relative;
  z-index: 2;
}

.countdown::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/bg-contents_r_2.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top right;
  width: 12.1%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}

.countdown::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/bg-contents_l_2.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top left;
  width: 12.1%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.countdown__title {
  max-width: 400px; 
  text-align: center;
  margin: auto;
}

.countdown__content {
  position: relative;
}

.countdown__content::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/img-girl_00.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10.5%;
  aspect-ratio: 270 / 526;
  bottom: -21%;
  right: calc(50% - 28.6%);
  z-index: 1;
}

.countdown__content::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/img-girl_90.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13%;
  aspect-ratio: 327 / 492;
  bottom: -20.6%;
  left: calc(50% - 33%);
  z-index: 1;
}


@media all and (max-width: 1600px) {
  .countdown__content::after {
    bottom: -24%;
  }
}

@media all and (max-width: 1300px) {
  .countdown__content::before {
    bottom: -28%;
    right: calc(50% - 26%);
  }
  .countdown__content::after {
    left: calc(50% - 30%);
    bottom: -28%;
  }
}

.countdown__day {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: center;
  line-height: 1;
  column-gap: 10px;
  margin-block-start: 35px;
}

.countdown__day-item {
  font-size: clamp(14.4rem, 9.375vw, 18rem);
  /* font-size: 18rem; */
  font-weight: bold;
}

.countdown__day-item.day{
  display: block;
  padding-block-start: 0;
  padding-block-end: 1.1%;
  padding-inline: 0.9%;
  background-color: #fff;
  border-radius: 5px;
}

.countdown__time {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: center;
  line-height: 1;
  margin-block-start: 30px;
}

.countdown__time-item {
  font-size: clamp(3.2rem, 2.08333vw, 4rem);
  color: #fff;
}

.countdown__time-item.dotted {
  padding-inline: 10px;
}

#digit_hour {
  position: relative;
}

#digit_minute {
  position: relative;
}

#digit_second {
  position: relative;
}

#digit_hour::after,
#digit_minute::after,
#digit_second::after{
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.2rem, 0.78125vw, 1.5rem);
}

#digit_hour::after {
  content: "hrs";
}

#digit_minute::after {
  content: "mins";
}

#digit_second::after {
  content: "secs";
}

/* ---------- 
contents__wrapper
---------- */
.contents__wrapper {
  background-color: #fff;
  background-image: radial-gradient(circle, #FFF3F9 3px, transparent 3px);
  background-position: 0 0;
  background-size: 30px 30px;
  position: relative;
  padding-block: 120px 0;
  z-index: 1;
}

.contents__wrapper:nth-of-type(even) {
  background-color: #FFEFF5;
  background-image: radial-gradient(circle, #fff 3px, transparent 3px);
}

.contents__wrapper::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/bg-contents_r_3.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top right;
  width: 20%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.contents__wrapper::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/bg-contents_l_3.png');
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top left;
  width: 16%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contents__wrapper:nth-of-type(2)::before {
  background-image: url('../img/bg-contents_r_4.png');
}

.contents__wrapper:nth-of-type(2)::after {
  background-image: url('../img/bg-contents_l_4.png');
}

.contents__wrapper:nth-of-type(3)::before {
  background-image: url('../img/bg-contents_r_5.png');
}

.contents__wrapper:nth-of-type(3)::after {
  background-image: url('../img/bg-contents_l_5.png');
}

.contents__wrapper:nth-of-type(4)::before {
  background-image: url('../img/bg-contents_r_4.png');
}

.contents__wrapper:nth-of-type(4)::after {
  background-image: url('../img/bg-contents_l_4.png');
}

/* -------------------------------------
  sale-bnr
------------------------------------- */
.sale-bnr {
  padding-block-end: 120px;
}

.sale-bnr__content {
  max-width: 1000px;
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .sale-bnr__link:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

/* -------------------------------------
  campaign
------------------------------------- */
.campaign {
  padding-block-end: 120px;
}

.campaign__title {
  text-align: center;
  margin-block-end: 50px;
}

.campaign__title picture {
  display: block;
  max-width: 396px;
  width: 33%;
  margin: auto;
}

.campaign__content {
  max-width: 830px;
  margin-inline: auto;
}

.campaign__content:nth-of-type(2) {
  margin-block-start: 60px;
}

.campaign__main-title {
  text-align: center;
  margin-block-end: 20px;
}

.campaign__main-txt {
  text-align: center;
  margin-block-end: 40px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.11em;
}

.campaign__item {
  /* margin-block-end: 40px; */
}

.campaign__event-area {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  border: 2px solid var(--main-color);
  padding-block: 25px;
  padding-inline: 14px;
  margin-block-end: 60px;
  position: relative;
  background-color: #fff;
}

.campaign__event-item {
  width: 50%;
  padding-inline: 15px 30px;
  position: relative;
}

.campaign__event-item:nth-of-type(2):before {
  content: '';
  position: absolute;
  background: var(--main-color);
  width: 2px;
  height: 100%;
  top: 0;
  left: -2px;
  margin-inline: auto;
}

.campaign__event-item:nth-of-type(2) {
  width: 50%;
  padding-inline: 30px 15px;
}

.campaign__event-image {
  margin-block-end: 11px;
}

.campaign__event-sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--main-color);
  min-height: 66px;
}

.campaign__event-schedule-wrapper {
  min-height: 80px;
}

.campaign__event-schedule {
  margin-block-start: 17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.campaign__event-schedule-label .label-txt {
  font-size: 1.4rem;
  padding-block: 4px;
  padding-inline: 9px;
  color: #fff;
  border-radius: 5px;
  background-color: #000;
}

.campaign__event-schedule-date {
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
  line-height: 1.3;
  margin-inline-start: 5px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.campaign__event-schedule-date .strikethrough {
  text-decoration: line-through;
}

.campaign__event-schedule-date .red {
  color: #ed3e95;
  font-weight: bold;
}

.campaign__event-notice {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.campaign__event-notice:nth-of-type(1) {
  margin-block-start: 10px;
}

.campaign__event__btn {
  text-align: center;
}

.campaign__event__btn-note {
  margin-block-start: 2%;
  max-width: 415px;
  font-size: 1.2rem;
  margin-inline: auto;
}

.campaign__event__btn:last-child {
  margin-block-start: 28px;
}

.campaign__event__btn-link {
  display: inline-block;
  max-width: 415px;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .campaign__event__btn .campaign__event__btn-link:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

.campaign__content .comming_soon__note,
.comming_soon__main-item.sub .comming_soon__note {
  margin-inline-end: 0;
  width: 100%;
}

.campaign__content .comming_soon__main-item .comming_soon__item-description,
.comming_soon__main-item.sub .comming_soon__item-description {
  padding-inline-end: 5%;
}

.campaign__content .comming_soon__main-item .comming_soon__item-note,
.comming_soon__main-item.sub .comming_soon__item-note {
  padding-inline-end: 5%;
  margin-block-start: 10px;
  text-align: left;
}


/* -------------------------------------
  special-movie__content 
------------------------------------- */
.special-movie {
  margin-block-end: 100px;
}

.special-movie__title {
  text-align: center;
}

.special-movie__content {
  text-align: center;
  width: 92%;
  margin-inline: auto;
}

.special-movie__title {
  margin-block-end: 50px;
}

.special-movie__title picture {
  display: block;
  max-width: 518.5px;
  margin: auto;
}

.special-movie__youtube {
  background-color: #f6f6f6;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0 0 2px var(--main-color);
}

.special-movie-bnr__content {
  max-width: 800px;
  padding-block: 0 100px;
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .special-movie-bnr__link:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

/* -------------------------------------
  comming_soon 
------------------------------------- */
.comming_soon {
  padding-block-end: 120px;
} 

.comming_soon__main-item {
  border: 2px solid var(--main-color);
  box-shadow: 10px 10px 0px #BFBFBF;
  border-radius: 10px;
  background-color: #fff;
  margin-block-end: 30px;
}

.comming_soon__main-item-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
  padding-block: 30px;
  padding-inline: 26px;
}

.comming_soon__note {
  margin-inline-end: -8%;
  z-index: 1;
}

.comming_soon__main-item .comming_soon__item-schedule {
  padding-inline-end: 20%;
}

.comming_soon__main-item .comming_soon__item-image {
  width: 75%;
}

.comming_soon__main-item .comming_soon__item-description {
  font-size: 1.6rem;
  text-align: left;
  padding-inline-end: 15%;
  margin-block-start: 15px;
}

.comming_soon__title {
  text-align: center;
  margin-block-end: 50px;
}

.comming_soon__title picture {
  display: block;
  max-width: 252px;
  width: 21%;
  margin: auto;
}

.comming_soon__content {
  margin: auto;
  text-align: center;
  max-width: 800px;
  margin-block-end: 70px;
}

.comming_soon__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.comming_soon__item {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid var(--main-color);
  box-shadow: 10px 10px 0px #BFBFBF;
}

.comming_soon__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.comming_soon__item-inner {
  padding-block: 20px;
  padding-inline: 20px;
}

.comming_soon__item-sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-block-start: 15px;
}

.comming_soon__item-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-block-start: 7px;
  color: var(--main-color);
}

.comming_soon__item-title .sub_txt{
  font-size: 1.5rem;
  display: block;
  margin-block-start: 5px;
}

.comming_soon__item-description {
  font-size: 1.6rem;
  margin-block-start: 15px;
  line-height: 1.5;
}

.comming_soon__item-image {
  text-align: center;
}

.comming_soon__item-schedule {
  margin-block-start: 17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.comming_soon__item-schedule-label .label-txt {
  font-size: 1.4rem;
  padding-block: 3px;
  padding-inline: 5px;
  color: #fff;
  border-radius: 5px;
  background-color: #000;
}

.comming_soon__item-schedule-date {
  font-size: 1.6rem;
  flex: 1;
  margin-inline-start: 5px;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.comming_soon__btn {
  text-align: center;
}

.comming_soon__btn-link {
  display: inline-block;
  max-width: 415px;
}

.comming_soon__item-btn {
  padding-block: 7px;
  width: 100%;
  display: block;
  background-color: var(--main-color);
  text-align: center;
  border-radius: 0 0 6px 6px;
  margin-top: auto;
  align-self: flex-end;
}

.comming_soon__main-item a{
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .comming_soon__btn .comming_soon__btn-link:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
  .comming_soon__main-item a:hover,
  .comming_soon__item a:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

/* -------------------------------------
  info
------------------------------------- */
.info__contet-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 802px;
  margin-inline: auto;
  margin-block-end: 100px;
}

@media (hover: hover) and (pointer: fine) {
  .info__contet-item .info__contet-link:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

.info__contet-item:nth-of-type(4) img{
  border-radius: 10px;
}

/* -------------------------------------
  access
------------------------------------- */
.access__title {
  text-align: center;
  padding-block-start: 100px;
  position: relative;
  margin-block-end: 50px;
}

.access__title::before {
  content: '';
  position: absolute;
  background: url('../img/ico-triangle.png');
  width: 7%;
  aspect-ratio: 197 / 38;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
}

.access__title picture {
  display: block;
  max-width: 273.5px;
  margin: auto;
}

.access__content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 20px;
  margin-block-end: 80px;
  max-width: 800px;
  margin: auto;
}

.access__information {
  width: 38%;
}

.access__information-item {
  width: 100%;
  display: block;
  padding: 16px;
  background-color: #f9f9f9;
  margin-block-end: 8px;
  line-height: 1.5;
}

.access__information-txt {
  font-size: 1.4rem;
  font-weight: bold;
}

/* @media all and (max-width: 1200px) {
  .access__information-txt {
    font-size: 2.2rem;
  }
} */

.access__information-txt .normal{
  font-weight: normal;
}

.access__map {
  width: 58%;
  border-radius: 17.5px;
  border: 2px solid #ED3E95;
  overflow: hidden;
}

.access__map-googlemap {
  aspect-ratio: 348 / 256;
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
}

@media all and (max-width: 1200px) {
  .access__map-googlemap {
    aspect-ratio: 348 / 252;
  }
}

.access__btn {
  text-align: center;
  margin: 80px 0 0;
  padding-block-end: 80px;
}

.access__btn-link {
  display: inline-block;
}

.access__btn picture {
  display: block;
  max-width: 415px;
  margin: auto;
}

@media (hover: hover) and (pointer: fine) {
  .access__btn .access__btn-link:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

/* -------------------------------------
  footer
------------------------------------- */
#footer {
  background: #8a8a8a;
}

.footer-wrapper {
  max-width: 1280px;
  padding-block: 57px 70px;
  padding-inline: 30px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer__address-image {
 margin-block-end: 20px;
}

.footer__address-txt {
  font-size: 2.0rem;
  color: #fff;
}

.footer__instagram {
  margin-block-start: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .footer__instagram:hover{
    opacity: var(--hover-opacity);
    transition: var(--transition);
  }
}

.copyright {
  font-size: 2.0rem;
  color: #fff;
}

/* -------------------------------------
  flex-nav
------------------------------------- */
.flex-nav {
  position: fixed;
  bottom: 20px;
  right: 4%;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.flex-nav.show {
  opacity: 1;
  pointer-events: auto;
}