@charset "UTF-8";
/* ▼▼▼ トップ
======================================================*/
#event01.bg_pink, #event01.bg_wh, #event04.bg_pink, #event04.bg_wh {
  z-index: 0;
}
#event01.bg_pink::after, #event01.bg_wh::after, #event04.bg_pink::after, #event04.bg_wh::after {
  position: absolute;
  top: 3%;
  left: 0;
  content: "";
  background: url(../img/bg_img.webp) repeat-y top center/contain;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}

#event03 {
  padding-bottom: 20px;
}
#event03.bg_pink, #event03.bg_wh {
  z-index: 0;
}
#event03.bg_pink::after, #event03.bg_wh::after {
  position: absolute;
  top: 3%;
  left: 0;
  content: "";
  background: url(../img/bg_img.webp) repeat-y top center/cover;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}

#event04.bg_pink {
  padding-bottom: 50px;
  z-index: 0;
}
#event04.bg_pink::after {
  position: absolute;
  top: 3%;
  left: 0;
  content: "";
  background: url(../img/bg_img.webp);
  background-repeat: repeat-y;
  background-size: contain;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}
#event04.bg_pink::before {
  content: none;
}

#event06 {
  z-index: 0;
}
#event06::after {
  position: absolute;
  top: 3%;
  left: 0;
  content: "";
  background: url(../img/bg_img.webp) repeat-y top center/contain;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}

/***************************************
messageセクション
****************************************/
.message {
  position: relative;
  padding-bottom: 30vh;
  background: url(../img/bg_message.webp) no-repeat center bottom/cover;
}
.message .section_title {
  text-align: center;
  margin: 44px 0 12px;
}
.message .section_title p {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  color: #2BBADB;
  letter-spacing: 0.06em;
}
.message .section_title .message-year {
  font-size: 21px;
}
.message .section_title .message-day {
  font-size: 34px;
}
.message .section_title .message-week {
  font-size: 21px;
}
.message .section_title .message-symbol {
  font-size: 24px;
  vertical-align: super;
  font-weight: 400;
}
.message .catch {
  text-align: center;
  color: #EF62A9;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
}
.message_text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}
.message .movie {
  position: relative;
  z-index: 20;
}
.message .movie_ttl {
  color: #2BBADB;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.message .movie_wrap:not(:last-child) {
  margin-bottom: 36px;
}
.message .movie_wrap_ttl {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.message .movie_wrap_ttl span {
  background-color: #F27CA9;
  padding: 3px 15px;
  border-radius: 100vmax;
}
.message .movie_wrap_content {
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.message .movie_wrap_content iframe {
  width: 100%;
  height: 100%;
}

/***************************************
menuセクション
****************************************/
#menu {
  border-radius: 50vmax 50vmax 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e65098), color-stop(70%, #fcf6f8), to(#fcf6f8));
  background: linear-gradient(180deg, #e65098 0%, #fcf6f8 70%, #fcf6f8 100%);
  margin-top: -36vh;
  position: relative;
  z-index: 10;
  padding: 12vh 0 80px;
}
#menu::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: url(../img/nami_pink02.webp) no-repeat left bottom/cover;
  width: 100% !important;
  height: 79px;
}

/***************************************
eventセクション
****************************************/
.event_content_topborder {
  border-top: 2px dotted #EF62A9;
  padding: 35px 0;
}

.event_wrap_top {
  border: 2px solid #EF62A9;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  margin: 40px 0 20px;
}
.event_wrap_top .event_content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.event_wrap_top .event_content_head .number {
  width: 60px;
  height: 36px;
  border-radius: 50%;
  background-color: #F27CA9;
  color: #fff;
  font-size: 12px;
  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;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.event_wrap_top .event_content_head .title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #EF62A9;
}

.event_txt2 {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
  font-weight: 500;
}
.event_txt2 a {
  border-bottom: 1px solid #000;
}

.stage .event_wrap_top .event_img {
  margin: 0 auto 15px;
}
.stage .terms_flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stage .terms_flex.terms_name {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.stage .terms_flex .terms {
  white-space: nowrap;
  font-size: 13px;
}
.stage .terms_flex .days {
  margin-bottom: 0;
}
.stage .terms_flex .guest {
  font-weight: 600;
  color: #EF62A9;
  line-height: 1.6;
  font-size: 16px;
}

.event_wrap {
  margin-top: 10px;
}

.item_name {
  color: #EF62A9;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.6;
}

.brand_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #EF62A9;
}

#event02 .event-title-pink {
  margin-bottom: 20px;
}

#event06 {
  position: relative;
  background-color: #FFF7FB;
  padding: 10px 0 100px;
}
#event06 .event_content {
  margin-top: 60px;
}
#event06 .terms_flex {
  margin-bottom: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/***************************************
comingセクション
****************************************/
.coming_wrap {
  width: 260px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  padding: 40px;
  background: url(../img/bg_gra.webp) no-repeat center/cover;
  position: relative;
}
.coming_wrap::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 175px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.coming_wrap .memo {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.coming_wrap .coming_txt {
  text-align: center;
  font-size: 27px;
  line-height: 1;
}

/***************************************
appセクション
****************************************/
.app {
  background-color: #FDE3EF;
  padding: 45px 0 150px;
  position: relative;
}
.app_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.6;
}
.app_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 17px 22px 20px;
}
.app_box .logo_img {
  max-width: 181px;
  margin: 0 auto 12px;
}
.app_box .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app_box.line {
  margin-top: 15px;
}
.app_box.line .btn_wrap a {
  max-width: 205px;
  width: 100%;
}
.app .lucuano {
  position: absolute;
  bottom: -25px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  width: 100%;
}
.app .lucuano .lucuano_img {
  max-width: 63px;
  width: 100%;
  padding-top: 30px;
}
.app .lucuano .bubble_img {
  max-width: 145px;
  width: 100%;
}

/***************************************
終了作業
****************************************/
.btn_end {
  position: relative;
  pointer-events: none;
  z-index: 0;
}
.btn_end::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3E3E3E;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100vmax;
}

.event-title {
  margin-bottom: 10px;
}

.end_txt {
  font-size: 14px;
  font-weight: 700;
  color: #E53232;
  text-align: center;
  margin-bottom: 15px;
}