@charset "UTF-8";

/*****fadein*****/
.animated {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 4s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.fadeInUP {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/*****common*****/

#special .mainvisual {
	width: 100%;
}

.special-bg {
  background-image: url('../img_r6pmyz9i/bg_251025.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}

.img_w100 {
	width: 100%;
}

.img_w80 {
	width: 80%;
	margin: auto;
}

.img_h100 {
  width: auto;
	height: 100%;
}

.area {
	margin-bottom: 50px;
}

#area_banner {
	width: 93%;
	margin: auto;
}

#area_banner dl dd {
	margin-bottom: 4%;	
}

#area_banner a {
	display: inline-block;
}

#special .nav_area {
	margin: 8% auto 0%;
}

#special .nav_area.nav_area_2columns ul li {
  width: 48%;
  margin: 0 auto 10px;
}

#special .nav_area li img {
    width: 90%;
}

.summary_area {
	width: 93%;
	margin: 3% auto 3%;
}

.summary_area dt {
  width: 100%;
  aspect-ratio: 1 / 0.156;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
  margin: 0 auto;
  background: url(../img_s6rnijv7/about_close.png) no-repeat center bottom;
  background-size: cover;
  cursor: pointer;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.summary_area dt.open {
  background: url(../img_s6rnijv7/about_open.png) no-repeat center bottom;
  background-size: cover;
  border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.summary_area dd {
	margin: 0;
  padding: 0.5em 1em;
  color: #282828;
  box-sizing: border-box;
  border: solid 1px #567966;
  background-color: #FBFBFB;
	word-break: break-all;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
}

.summary_area dd em {
  color: #ff116b;
}

#area_eventinfo .detail_area > .detail_content > dt {
	background: none;
}

.detail_area > .detail_content {
  width: 93%;
  margin: 4% auto 0;
  text-align: center;
}

.message_area {
  width: 93%;
  max-width: 800px;
  margin: 3% auto;
  text-align: center;
}

.message_area--sub {
	margin-top: 20px;
	border-top: solid 1px #888;
	padding-top: 10px;
	width: 100%;
	text-align: left;
	font-size: 90%;
	color: #2c2c2c;
}

#area_eventinfo .detail_area > .detail_content > dt > img {
    width: auto;
    max-width: 100%;
}

.item_centering {
	text-align: center;
}

.text_presentschedule {
	font-size: 110%;
	font-weight: 700;
}

.text_present {
	display: inline-block;
	font-size: 110%;
	text-align: left;
}

.text_presentsg {
	font-weight: 700;
	color: #ff5298;
}

.notice_centering {
	width: 100%;
}

.notice_message {
	font-size: 108%;	
}

.btn_apply {
	width: 80%;
	display: block;
	margin: 4% auto;
}

.notice_groupe {
	margin: 4% auto 0;
	padding: 4%;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #313131
}

/*****add******/
.message_area,
.detail_content {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #3E1212;
}

.message_area--large {
  font-size: 120%;
  line-height: 1.6;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 900;
}

.heading {
  max-width: 800px;
  margin: 0 auto 3%;
}

.img_comingsoon {
  padding-top: 0.8em;
  padding-bottom: 1.5em;
}

.img_comingsoon img {
  width: 100%;
  max-width: 280px;
}

#special .nav_area {
  margin: 8% auto;
}

.area_wrapper {
  padding-top: min(10vw, 80px);
  padding-bottom: min(8vw, 40px);
}

.area_box {
  position: relative;
  background-color: #FFF3D7;
}

.area_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 0.193;
  background-image: url("../img_r6pmyz9i/bg_section_top.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: clamp(-60px, -10vw, -15px);
}

.area_box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 0.064;
  background-image: url(../img_r6pmyz9i/bg_section_curve.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: clamp(-40px, -5vw, -10px);
}

.area_box_inner {
  position: relative;
  z-index: 10;
}

.area_wrapper_violet {
  padding-top: min(16vw, 160px);
  padding-bottom: min(8vw, 40px);
}

.area_box_violet {
  position: relative;
  background-color: #FFF3D7;
}

.area_box_violet::before,
.area_box_violet::after {
  content: none;
}

.area_box_violet::before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  max-width: 360px;
  aspect-ratio: 1 / 0.534;
  background-image: url("../img_r6pmyz9i/big_title_present.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  top: clamp(-80px, -8vw, 12px);
}

.violet_wrap {
  position: relative;
  background-color: #9462DB;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.violet_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 0.231;
  background-image: url("../img_r6pmyz9i/bg_section_campaign.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: clamp(-210px, -22vw, -40px);
}

.violet_wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 0.051;
  background-image: url("../img_r6pmyz9i/bg_section_present.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: clamp(-40px, -4vw, -10px);
}

.violet_wrap .area_box_inner {
  width: 94%;
  margin: auto;
  padding-top: 4%;
  background-color: #FFF3D7;
  border-radius: 12px;
}

.detail_area {
  padding-bottom: 2%;
}

.title_info {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 4px 12px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 120%;
  border-radius: 120px;
  letter-spacing: 0.08em;
}

.title_info--grey {
  background: #D9D9D9;
}

.event_title p {
  display: inline-block;
  width: 42vw;
  max-width: 320px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 120%;
  color: #3E1212;
  background: #FFB056;
  border-radius: 120px;
}

#area_eventinfo .detail_area > .detail_content > dd {
  margin: 2% auto 4%;
  color: #313838;
}

#area_campaign1, #area_campaign2 {
  background-color: #FFE29D;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

#area_campaign2 {
  padding-bottom: 20px;
  margin-top: -10px;
}

#area_campaign1 .detail_area {
  margin-bottom: 0;
}

#coupon.summary_area {
  width: 100%;
  margin-bottom: 0;
  filter: none;
}

#coupon.summary_area .image_area {
  margin-bottom: 4%;
}

#coupon.summary_area dt {
  padding-top: 0;
  aspect-ratio: 1/ 0.29;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: auto;
  margin: 0 auto;
  background: url(../img_q47vemjs/button_event_02.png) no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  margin-bottom: 5%;
}

#coupon.summary_area dt.open {
  background-image: url("../img_q47vemjs/button_event.png");
}

#coupon.summary_area dd {
  background: none;
  padding: 0;
  border: 0;
}

.slick-initialized .slick-slide {
  padding: 4px;
}

.slick-slide img {
  width: 100%;
}

#special .nav_area {
  margin-top: 0;
  padding-top: 8%;
}

#special .nav_area.nav_area_2columns ul li {
  margin: 0 auto 16px;
}

.storydetail {
  max-width: 960px;
  margin-inline: auto;
  background: repeating-linear-gradient(
    90deg,
    #FF9F5A 0,
    #FF9F5A 24px,
    #FFB056 24px,
    #FFB056 48px
  );
  background-size: 48px 100%;
  background-repeat: repeat;
  background-position: center;
}

.list_3col {
  padding: 2% 0;
  font-size: 0;
  text-align: center;
}

.list_3col li {
  display: inline-block;
  width: 28%;
  margin: 2%;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

.gallery_list li:nth-child(even) {
  border: 2px solid #ffa541;
}

.gallery_list li:nth-child(odd) {
  border: 2px solid #905bdc;
}