@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-color: #F4FFFA;    
}

.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
}

.message_area {
  width: 93%;
  max-width: 800px;
  margin: 3% auto;
  text-align: center;
}

/*****add******/

.font-weight--bold {
  font-weight: 700;
}

.font-weight--semibold {
  font-weight: 600;
}

.area,
.event_title p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.detail_content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111110;
}

.message_area {
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
  font-size: 16px;
  color: #4E483B;
  line-height: 1.7;
}

.message_area--large {
  font-size: 120%;
}

.heading {
  margin: 0 auto 3%;
}

.heading_img {
  width: 93%;
  margin: 6% auto 3%;
  text-align: center;
  max-width: 800px;
}

.area_photo {
  background-color: #CDEEDE;
  padding-block-start: 8px;
}

.area_photo .detail_content {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding-block-top: 20px;
  padding-block-end: 40px;
}

.photo_box {
  width: 90%;
  margin-bottom: 40px;
}

.box_left {
  margin-left: 0;
}

.box_right {
  margin-left: auto;
  margin-right: 0; 
}

.info_box {
  max-width: 800px;
  margin-inline: auto;
}

.area_info .message_area {
  text-align: center;
}

.area_info .detail_content {
  margin-block-end: 40px;
}

.title_mini {
  width: 100%;
  height: 60px;
  margin-block-end: 24px;
}

.title_mini img {
  width: auto;
  height: 100%;
}

.sub_title {
  display: inline-block;
  margin-inline: auto;
  margin-block-end: 4px;
  padding: 2px 8px 3px 8px;
  border: solid 1px #CAAC93;
  border-radius: 4px;
}

.bg_noise {
  position: relative;
  z-index: 5;
}

.img_noise {
  position: absolute;
  z-index: -1;
}

.noise01 {
  width: 20%;
  max-width: 120px;
  top: 10%;
  left: -2%;
}

.noise02 {
  width: 14%;
  max-width: 100px;
  bottom: -3%;
  right: -2%;
}

.noise03 {
  width: 20%;
  max-width: 120px;
  top: 2%;
  left: -2%;
}

.noise04 {
  width: 14%;
  max-width: 100px;
  bottom: -1%;
  right: -2%;
}