@charset "utf-8";

/*	wrap
------------------------------------ */
.wrap.bg_main_yel {
  background: #ffe699 url("../img/bg_main_green.png");
}

/* ---------------------------------------------------------------------------
 * park
--------------------------------------------------------------------------- */
.wrap_park {
  position: relative;
  font-size: 0.875rem;
  word-break: break-all;
}

.wrap_park .box {
  background: #fff;
}

.wrap_park .box_sttl {
  background: #FFEECA;
  margin-bottom: 1em;
}

.wrap_park .box_sttl::before {
  background: #FFA600;
}

.wrap_box_ttl.bg_blu {
  background: #0088cc;
}

.wrap_box_ttl.bg_blu::before,
.wrap_box_ttl.bg_blu::after {
  background: #0088cc;
}

.wrap_box_ttl.bg_grn {
  background: #00ab2d;
}

.wrap_box_ttl.bg_grn::before,
.wrap_box_ttl.bg_grn::after {
  background: #00ab2d;
}

.wrap_box_ttl.bg_yel {
  background: #FFA600;
}

.wrap_box_ttl.bg_yel::before,
.wrap_box_ttl.bg_yel::after {
  background: #FFA600;
}

.wrap_box_ttl.bg_blk {
  background: #333333;
}

.wrap_box_ttl.bg_blk::before,
.wrap_box_ttl.bg_blk::after {
  background: #333333;
}

.wrap_box_ttl.bg_red {
  background: #d7000f;
}

.wrap_box_ttl.bg_red::before,
.wrap_box_ttl.bg_blk::after {
  background: #d7000f;
}

.park_main {
  padding-top: 5vw;
  background: url("../../../../emergency/img/bg_main.png") no-repeat center;
  background-size: 150%;
}

.park_main.bg_main_02 {
  background: none;
  position: relative;
  overflow: hidden;
}

.park_main.bg_main_02::before {
  content: "";
  max-width: 1250px;
  width: 125%;
  height: 70%;
  background: url(../../../../emergency/img/bg_main_02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -33%);
}

.park_main.no_movie {
  background-size: 110%;
  background-position: top -10vw center;
}

.park_main_ttl {
  width: 90%;
  max-width: 674px;
  margin: 0 auto;
}

.park_main_ttl.logo_park {
  width: 85%;
  max-width: 852px;
  position: relative;
  transform: translateX(3%);
  z-index: 1;
  margin-top: 30px;
}

.park_main_img {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}

.park_main_img.img_main {
  max-width: 650px;
  width: 80%;
  position: relative;
  margin-top: -15px;
}

.park_main_mov {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 30px;
  background: #000;
  border: 3px solid #fff500;
  border-radius: 3px;
  box-shadow: 0 0 0 3px #000;
  position: relative;
}

/**/
.park_main_mov_wrap {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
}

.bg_main_02 .park_main_mov_wrap {
  width: 80%;
  max-width: 900px;
}

.park_main_mov_wrap .park_main_mov {
  width: 100%;
  max-width: inherit;
  margin: 0;
}

.park_main_mov_wrap::before {
  content: "";
  width: 14vw;
  height: 25vw;
  background: url(../../../../emergency/img/news03_2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -7vw;
  transform: rotate(-40deg);
}

/**/
.wrap_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wrap_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.oatime_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.oatime_list li {
  padding-left: 2em;
  margin: 0 0.5em;
  /*margin-bottom: 1em;*/
  position: relative;
  font-size: 1.2em;
}

.oatime_list li:last-child {
  margin-bottom: 0;
}

.oatime_list_no {
  width: 1em;
  height: 1em;
  padding: 0.1em 0 0;
  background: #fa7d00;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Passion One', cursive;
  font-size: 1.4em;
}

.oatime_list p {
  font-family: "GSanSerif-B";
}

.oatime_list_time {
  position: relative;
  top: 0.025em;
  font-family: 'Passion One', cursive;
  font-size: 1.6em;
  letter-spacing: 0.025em;
}

.present_list>li {
  margin-bottom: 1em;
  text-align: center;
}

.present_list>li:last-child {
  margin-bottom: 0;
}

.present_list .cution {
  max-width: 440px;
  margin: 0.75em auto 0;
  font-size: 0.875em;
  text-align: left;
}

.wrap_join {
  padding: 30px 0 40px;
  margin-top: 30px;
  background: rgba(0, 214, 229, 0.15);
}

.bg_main_orn .wrap_join {
  background: rgba(229, 134, 0, 0.2);
}

.join_list {
  margin-bottom: -1em;
}

.join_list li {
  padding: 1em 0 1em 2em;
  border-bottom: 2px dotted #ccc;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}

.join_list li:first-child {
  margin-top: -0.5em;
}

.join_list li:last-child {
  border-bottom: none;
}

.join_list_no {
  width: 1em;
  height: 1em;
  padding: 0.1em 0 0;
  background: #f43842;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  color: #fff;
  font-family: 'Passion One', cursive;
  font-size: 1.4em;
}

.oubo_list {
  margin-bottom: -1em;
  margin-top: 30px;
}

.oubo_list li {
  padding: 0.5em 0 0.5em 1em;
  border-bottom: 2px dotted #ccc;
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
}

.oubo_list li:first-child {
  margin-top: -0.5em;
}

.oubo_list li:last-child {
  border-bottom: none;
}

.oubo_list_no {
  width: 0.5em;
  height: 0.5em;
  padding: 0.1em 0 0;
  background: #FFA600;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #fff;
  font-family: 'Passion One', cursive;
  font-size: 1.2em;
}

.apply .join_list_no {
  background: #00ab2d;
}

.join_list_txt {
  line-height: 1.3;
}

.join_list_img {
  margin-top: 1em;
  padding-right: 1em;
  text-align: center;
}

.join_cution_p {
  margin-top: 30px;
  font-size: 1.1em;
  font-weight: bold;
}

.join_cution {
  padding: 1em;
  margin-top: 1em;
  background: #f2f2f2;
  border-radius: 5px;
}

.join_cution span {
  padding-left: 2.25em;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.join_cution span::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../img/icon_cution.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.oubo_list_txt {
  line-height: 1.3;
}

.oubo_list_img {
  margin-top: 1em;
  padding-right: 1em;
  text-align: center;
}

.oubo_cution {
  padding: 1em;
  margin-top: 1em;
  background: #FFF5E4;
  border-radius: 5px;
  line-height: 1.6;
}

.ttl05 {
  display: block;
  margin-top: 2em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 0 0.5em 1em;
  position: relative;
  border-left: 5px solid #FFA600;
}

.link {
  padding: 0.25em;
  padding-right: 1em;
  position: relative;
  display: inline-block;
  color: #ff2d38;
  text-decoration: none;
  text-indent: 0;
}

.link::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url("https://www.asahi.co.jp/ohaasa/img/icon_arrow_red.png") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: 0.4em;
  transition: all .3s;
}

/**/
.qa_list {
  margin-bottom: 1em;
}

.qa_list:last-child {
  margin-bottom: 0;
}

.qa_list li {
  padding: 0 0 1em 2em;
  margin-top: 1em;
  border-bottom: 2px dotted #ccc;
  position: relative;
  font-size: 1.2em;
  overflow: hidden;
}

.qa_list li:last-child {
  border-bottom: none;
}

.qa_list_q {
  width: 1.65em;
  height: 1.65em;
  background: #f43842;
  border: 6px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  left: -6px;
  color: #fff;
  font-family: 'Passion One', cursive;
  font-size: 1.4em;
  font-weight: bold;
  z-index: 1;
}

.qa_list_txt {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

/*.qa_list_txt::before{
	content: "";
    width: 0.7em;
    height: calc(100% - 0.5em);
    position: absolute;
    left: calc(-1.45rem + 3px);
    top: 1.75em;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 0 0 0 5px;
}*/
.qa_list_a {
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
}

.qa_list_a+.qa_list_a {
  margin-top: 1em;
}

.qa_list_a::before {
  content: "";
  width: 0.7em;
  height: 100%;
  position: absolute;
  left: calc(-1.5rem + 3px);
  bottom: calc(100% - 0.75em);
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-radius: 0 0 0 5px;
}

@media screen and (min-width:640px) {
  .park_main_ttl.logo_park_02 {
    margin-top: -5px;
  }

  .park_main_img.img_main_02 {
    margin-top: -5vw;
  }

  .park_main_mov {
    border: 5px solid #fff500;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #000;
  }

  .park_main_mov_wrap::before {
    width: 90px;
    height: 160px;
    left: -45px;
  }

  .oatime_list {
    padding-right: 5%;
  }

  .oatime_box {
    position: relative;
  }

  .oatime_box::after {
    content: "";
    width: 10em;
    height: 10em;
    background: url(../../../../emergency/img/img_chara_01.png) no-repeat center;
    background-size: contain;
    right: 3%;
    position: absolute;
    bottom: 0;
    transition: .6s;
  }

  .present_list {
    display: flex;
    justify-content: space-between;
  }

  .present_list>li {
    width: 49%;
    margin-bottom: 0;
  }
}

@media screen and (min-width:1000px) {
  .wrap_park {
    font-size: 1rem;
  }

  .park_main {
    padding-top: 50px;
    background-size: 100%;
  }

  .park_main.bg_main_02 {
    padding-top: 30px;
    background-size: 100%;
  }

  .park_main_ttl.logo_park_02 {
    margin-top: 10px;
  }

  .park_main_img.img_main_02 {
    margin-top: -40px;
  }

  .park_main.no_movie {
    background-position: top -200px center;
    background-size: 1265px;
  }

  .park_main_mov {
    margin-bottom: 55px;
  }

  .oatime_list li {
    margin: 0 1em;
    font-size: 1.5em;
  }

  .wrap_join {
    padding: 50px 0 60px;
    margin-top: 50px;
  }

  .qa_list_txt::before {
    left: calc(-1.65rem + 3px);
  }

  .qa_list_a::before {
    left: calc(-1.65rem + 3px);
  }

  .link:hover::after {
    transform: translateX(5px);
  }
}

@media screen and (min-width:1500px) {
  .park_main {
    background-size: 1500px;
  }
}

/*	keyword
------------------------------------ */
.wrap_present .box {
  background: #fff;
}

/* 文字装飾 */
.ta_center {
  text-align: center;
}

.fs_small {
  font-size: 0.875em;
}

.fs_large {
  font-size: 1.125em;
  font-weight: bold;
}

.fs_ss {
  font-size: 0.5em !important;
}

.fw_bold {
  font-weight: bold;
}

.fc_red {
  color: #e50000;
}

.fc_pink {
  color: #ec2458;
}

.fc_blue2 {
  color: #1A89FD;
}

.ls-02 {
  letter-spacing: -0.2em;
}

.ls-03 {
  letter-spacing: -0.3em;
}

.ls-07 {
  letter-spacing: -0.7em;
}

.nowrap {
  white-space: nowrap;
}

.mb1 {
  margin-bottom: 1em;
}

.mb05 {
  margin-bottom: 0.5em;
}

audio {
  margin: 15px 0;
}

/* 2021.4/22追記 */
.irregular_bnr_list {
  background: none;
  padding: 0 0 50px;
  margin-top: -20px;
}

.irregular_bnr_list li {
  width: 60%;
}

@media screen and (max-width: 999px) {
  .irregular_bnr_list {
    margin-top: 0;
  }

  .irregular_bnr_list li {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .irregular_bnr_list {
    padding: 0 0 30px;
    margin-top: -15px;
  }

  .irregular_bnr_list li {
    width: 100%;
  }
}

/*add_210630*/
.ireeBox {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 20px 40px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}

.ireeBox dl dt {
  font-weight: bold;
  font-size: 1.4em;
  font-family: "GSanSerif-B", sans-serif;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width:640px) {
  .ireeBox {
    width: 80%;
  }
}

@media screen and (min-width:1000px) {
  .ireeBox {
    width: 800px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .ireeBox dl dt {
    font-size: 1.8em;
  }
}

.topicsBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 1.6;
  font-family: "GSanSerif-B", sans-serif;
  border: 10px solid #d7000f;
  position: relative;
  z-index: 10px;
  color: #222;
}

.intoro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
}

.intoro h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.05em, 5vw, 1.2em);
  line-height: 1.2;
  text-align: center;
  font-family: "GSanSerif-B", sans-serif;
  text-shadow:
    2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.intoro h2 span {
  font-size: clamp(1.05em, 5vw, 1.1em);
  line-height: 1.4;
}

.fc_orange {
  color: #ff6600;
}

.fc_red {
  color: #d7000f;
}

.fc_pink {
  color: #FF5399;
}

.fc_green {
  color: #00ab2d;
}

.fc_blue {
  color: #00bafb;
}

.mgb {
  margin-bottom: 60px !important;
}

.mgt2 {
  margin-top: 2em;
}

p+p {
  margin-bottom: 20px
}

.font-type {
  font-family: "GSanSerif-B", sans-serif;
  line-height: 1.8;
  font-size: 1.1em;
}

.txt-center {
  text-align: center !important;
}

.txt_s {
  font-size: 0.8em;
}

.txt_ss {
  font-size: 0.5em;
}

.txt_L {
  font-size: 1.1em;
  line-height: 1.4;
}

.txt_LL {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.txt_LLL {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (min-width:640px) {
  .topicsBox {
    width: 94%;
  }

  .txt-centerPC {
    text-align: center;
  }

  .intoro h2 {
    font-size: 2em;
    line-height: 1.6;
  }

  h2 span {
    font-size: 1.5em;
    line-height: 1.6;
  }
}

@media screen and (min-width:1000px) {
  .topicsBox {
    width: 1000px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .ireeBox dl dt {
    font-size: 1.8em;
  }
}

/* --------------------------------------------------------- */

.main-header {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
}

.main-header h1 {
	display: none;
}

.main-header img {
	max-width: 100%;
}

.main-header h1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	position: relative;
}

.main-header h1 span {
	width: 100%;
	display: block;
  background: url(../img/logo_park.png) center no-repeat;
	left: 0;
	top: 0;
	height: 0;
	/* padding-top: 100%; */
	padding-top: 78%;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	animation: 1s ease-out round;
	position: relative;
	top: 14px;
}

@media screen and (min-width: 961px) {
	.main-header {
		position: relative;
    background: url(../img/bg_top_date_pc.png) center bottom repeat-x;
		background-size: cover;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 50px;
	}

	.main-header h1 {
		/* max-width: 393px; */
		max-width: 503px;
		height: 700px;
		transform: translateX(-2.6%);
	}
}

@media screen and (max-width: 960px) {
	.main-header {
    background: url(../img/bg_top_date_sp.png) top center no-repeat;
		background-size: 100%;
		height: 136vw;
		margin: 0;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.main-header h1 {
		/* width: 66%; */
		width: 84.5%;
		margin: 0 auto;
		padding: 0 0 20%;
		transform: translateX(-2.6%);
	}

	.main-header h1 span {
		top: 2vw;
	}
}

/* --------------------------------------------------------- */


.park_btn a {
  padding: 1em 0.25em 1em 0.25em;
  background: #ff6600;
  border: 3px solid #ff6600;
  border-radius: 5px;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
  color: #fff;
  font-family: "GSanSerif-B";
  text-decoration: none;
  text-align: center;
  transition: .6s;
  overflow: hidden;
  width: 50%;
  max-width: 600px;
  margin: 1.5em auto 1.5em;
  font-size: 1.375em;
  box-sizing: border-box;
}

.park_btn a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url(../../../../img/icon_arrow_wht.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all .3s;
}

.park_btn span {
  padding-right: 1.125em;
  display: inline-block;
  position: relative;
}

.park_btn a::before {
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 1);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .6s;
}

.park_btn a.green {
  background: #00AB2D;
  border: 3px solid #00AB2D;
}

.park_btn a.blue {
  background: #0088CC;
  border: 3px solid #0088CC;
}

@media screen and (min-width:1000px) {
  .park_btn a:hover::after {
    right: 5px;
  }

  .park_btn a:hover::before {
    width: 26em;
    height: 26em;
    opacity: 0.25;
  }
}

@media screen and (max-width:768px) {
  .park_btn a {
    width: 70%;
  }
}

@media screen and (max-width:640px) {
  .park_btn a {
    width: 90%;
  }
}

.park_btn.end {
  padding: 1em 0.25em 1em 0.25em;
  background: #999;
  border: 3px solid #999;
  border-radius: 5px;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  color: #fff;
  font-family: "GSanSerif-B";
  text-decoration: none;
  text-align: center;
  transition: .6s;
  overflow: hidden;
  width: 50%;
  margin: 1.5em auto 1.5em;
  font-size: 1.375em;
}

.park_btn.end span {
  padding-right: 1.125em;
  display: inline-block;
  position: relative;
}

@media screen and (max-width:768px) {
  .park_btn.end {
    width: 70%;
  }
}

@media screen and (max-width:640px) {
  .park_btn.end {
    width: 95%;
  }
}

.comment {
  padding: 1em;
  margin-top: 1em;
  background: #FFF;
  border-radius: 5px;
  line-height: 1.6;
  width: 100%;
  max-width: 760px;
  box-sizing: border-box;
  margin: 2em auto;
  border-radius: 5px;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.comment h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-align: center;
}

.comment h3::before {
  content: "＼";
  padding-right: 5px;
  font-weight: bold;
}

.comment h3::after {
  content: "／";
  padding-left: 5px;
  font-weight: bold;
}

.comment p {
  font-weight: normal;
  font-size: 1.2em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
}

@media screen and (max-width:820px) {
  .comment {
    margin: 0 auto 2em auto;
  }
}

@media screen and (max-width:640px) {
  .comment h3 {
    font-size: 1.1em;
    white-space: nowrap;
  }

  .comment p {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4
  }
}

.mgb01 {
  margin-bottom: 1em;
}

.mgb02 {
  margin-bottom: 0.5em;
}

.qa_ttl {
  padding: 0.55em 0.5em;
  background: #DBF5FF;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1em;
  font-weight: normal;
  margin: 2em auto 0;
  box-sizing: border-box;
}

.qa_ttl:first-of-type {
  margin-top: 0;
}

.qa_ttl span {
  font-weight: bold;
  padding-right: 10px;
  color: #00ace6;
}

.qa_p {
  padding: 0.55em 0.5em 0;
  line-height: 1.6
}

.qa_p span {
  font-weight: bold;
  padding-right: 10px;
  color: #ec2458
}

ul.qa_ul {
  padding: 0 0.5em 0;
  list-style: disc;
  list-style-position: inside;
}

ul.qa_ul li {
  margin-bottom: 0.5em;
  line-height: 1.6
}

.txt_cution {
  padding: 1em;
  margin: 1em 1em 0;
  background: #f2f2f2;
  border-radius: 5px;
  text-align: left;
  line-height: 1.5
}

.txt_cution span {
  padding-left: 2.25em;
  display: inline-block;
  position: relative;
}

.txt_cution span::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../img/icon_cution.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.daysbox {
  padding: 0.2em 0.4em 0.4em;
  background: #E50060;
  line-height: 1.6;
  width: 100%;
  max-width: 760px;
  box-sizing: border-box;
  margin: 1em auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
}

.daysbox p {
  text-align: center;
}

.daysbox span {
  font-size: 0.9em;
}

.daysbox2 {
  padding: 0.2em 2rem 1rem;
  background: #E50060;
  line-height: 1.6;
  width: 90%;
  box-sizing: border-box;
  margin: 1em auto;
  border-radius: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.daysbox2 span {
  font-size: 0.9em;
}

.line01 {
  background: linear-gradient(transparent 90%, #FFF730 10%);
}

@media screen and (max-width:640px) {
  .daysbox {
    line-height: 1.4;
    font-size: 1.2em;
  }

  .daysbox span {
    font-size: 0.8em;
  }

  .daysbox2 {
    padding: 0 0.5rem 0.6rem;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .daysbox2 span {
    font-size: 0.8em;
  }

  .line01 {
    background: linear-gradient(transparent 90%, #FFF730 10%);
  }
}

/* -------------------------------------------
 日程
------------------------------------------- */
dl.info-main {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

dl.info-main::after {
  content: "";
  display: block;
  clear: both;
}

dl.info-main dt {
  width: 12%;
  padding: 5px 5px;
  margin: 0 2% 1rem 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fbe23e;
  background: url(../img/white.png) no-repeat top left #D7000F;
  background-size: 20%;
  border: 2px solid #D7000F;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

dl.info-main dd {
  width: 85%;
  height: auto;
  margin-bottom: 1.2em;
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.5 !important;
}

dl.info-main dd span {
  font-size: 0.75em;
}

dl.info-main dd:last-child:after {
  content: none;
}

@media screen and (max-width:640px) {
  dl.info-main dt {
    background: url(../img/white.png) no-repeat top left #D7000F;
    background-size: 50%;
  }

  dl.info-main dd {
    font-size: 1.1em;
  }
}

.imge_center {
  width: 96%;
  max-width: 600px;
  margin: 0 auto 1rem auto;
}

.imge_center img {
  width: 100%;
}

.round {
  animation: 1s linear round01;
  animation-timing-function: ease-out;
}

@keyframes round01 {
  0% {
    transform: rotate(0) scale(1.5);
    opacity: 0.5;
  }

  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

/* キャスト
---------------------------------------- */
.park_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.park_box {
  width: 100%;
  margin-bottom: 4%;
  /*  background: #fff;*/
}

.park_box:last-child {
  margin-bottom: 0;
}

.txt_park {
  padding: 4% 0 0 0;
  margin: 0 auto;
}

.txt_park:first-child {
  padding-top: 0;
}

.txt_park dd+dd {
  margin-top: 2em;
}

.sttl_park {
  margin-bottom: 2em;
  line-height: 1.3;
}

.sttl_park p+p {
  margin-top: 0.25em;
}

.sttl_park .park_name {
  font-size: 1.6em;
  font-family: "GSanSerif-B", sans-serif;
  text-align: center;
}

.txtBig {
  font-size: 1.2em;
  font-family: "GSanSerif-B", sans-serif;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}

.borderblue {
  border-color: #008CFF !important;
}

.fontblue {
  color: #008CFF;
}

.borderorange {
  border-color: #FF7600 !important;
}

.fontorange {
  color: #FF7600;
}

.borderpink {
  border-color: #FF236E !important;
}

.fontpink {
  color: #FF236E;
}

.txtCenterPC {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width:640px) {
  .txtCenterPC {
    text-align: left;
  }
}

.nowrap {
  white-space: nowrap
}

/*改行*/
@media screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }
}

@media screen and (min-width:641px) {
  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }
}

@media screen and (max-width:820px) {
  .onlyPCTB {
    display: none !important;
  }

  .onlyTB {
    display: block;
  }
}

@media screen and (min-width:821px) {
  .onlyPCTB {
    display: block;
  }

  .onlyTB {
    display: none !important;
  }
}

/*ボックス*/
.park_box .sec_box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 4px solid #00ab2d;
  border-radius: 10px;
  padding: 1rem;
}

@media screen and (min-width:641px) {
  .park_box .sec_box {
    flex-wrap: inherit;
  }

  .txt_park {
    padding: 0 0 0 4%;
  }

  .txt_park:first-child {
    padding-left: 0;
  }

  .sttl_park .park_name {
    font-size: 1.8em;
  }
}

/**/
.parkBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 1.6;
  font-family: "GSanSerif-B", sans-serif;
  border: 2px solid #009669;
  position: relative;
  z-index: 10px;
  color: #222;
}

.park_ttl {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 0.8em 0.6em;
  text-align: center;
  position: relative;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  background: url(../img/white.png) no-repeat top left #009669;
}

.parkBox p.parkpoint {
  padding: 20px;
}

.park_ttl .fs_large {
  top: 0;
  font-family: "GSanSerif-B", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (min-width:640px) {
  .parkBox .park_ttl {
    width: 100%;
  }
}

/*図 詳細*/
#diagramPark {
  display: none;
}

#diagramPark .sec_box {
  background: none;
  border: none;
  box-shadow: none;
}

/*モーダル*/
.relation_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.relation_wrap img {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: 100% !important;
}

.relation {
  margin: 0 auto;
  position: relative;
}

.relation a {
  width: 30%;
  height: 80%;
  position: absolute;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0);
  box-sizing: border-box;
  transition: .3s;
}

/*モ ーダル位置 */
.relation .park01 {
  top: 15%;
  left: 3%;
}

.relation .park02 {
  top: 5%;
  left: 36%;
}

.relation .park03 {
  top: 15%;
  left: 69%;
}

.area_ttl {
  width: 100%;
  border-bottom: 3px solid #00ab2d;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.area_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -40px;
  border-color: #00ab2d transparent transparent transparent;
  border-width: 20px;
  border-style: solid;
  text-decoration: inherit;
  vertical-align: inherit;
}

.area_ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  border-width: 20px;
  border-style: solid;
  bottom: -36px;
  border-color: #BDEE7F transparent transparent transparent;
}

.area_ttl h1 {
  font-family: "GSanSerif-B", sans-serif;
  font-size: 2rem;
  color: #00ab2d;
  line-height: 1.1;
  background: none !important;
  padding: 10px 0;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  text-decoration: inherit;
  vertical-align: inherit;
}

@media screen and (min-width:640px) {
  .area_ttl h1 {
    font-size: 3rem;
  }
}

.chara_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.chara {
  width: 15%;
  margin-right: 20px;
}

.chara img {
  width: 100%;
}

.button_box {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 4rem;
}

ul.area_btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

ul.area_btn li {
  width: 32%;
  padding: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

ul.area_btn li a {
  padding: 1rem 0;
  background: #1A89FD;
  border-radius: 5px;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  color: #fff;
  font-family: "GSanSerif-B";
  text-decoration: none;
  text-align: center;
  transition: .6s;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
}

ul.area_btn li a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url(../../../../img/icon_arrow_wht.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: rotate(90deg);
  transition: all .3s;
}

ul.area_btn li a.bg_orange {
  background: #FF7600;
}

ul.area_btn li a.bg_pink {
  background: #FF236E;
}

ul.area_btn li a.bg_grey {
  background: #FF236E;
}

ul.area_btn li a:hover {
  opacity: 0.9;
}

.area_btn p {
  display: block;
  width: 100%;
  text-align: center;
}

.imge_park {
  width: 96%;
  max-width: 800px;
  margin: 0 auto 1rem auto;
}

.imge_park img {
  width: 100%;
}

.col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.col2_box1 {
  width: 100%;
}

.col2_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.col2_2_box1 {
  width: 100%;
}

.col2_2_box2 {
  width: 60%;
  margin: 0 auto;
}

.col2_2_box2 img {
  width: 100%;
}

.wrap_box_ttl.bg_orange,
.wrap_box_ttl.bg_orange::before,
.wrap_box_ttl.bg_orange::after {
  background: #FF7600;
}

.wrap_box_ttl.bg_pink,
.wrap_box_ttl.bg_pink::before,
.wrap_box_ttl.bg_pink::after {
  background: #FF236E;
}

.wrap_box_ttl.bg_blue,
.wrap_box_ttl.bg_blue::before,
.wrap_box_ttl.bg_blue::after {
  background: #1A89FD;
}

@media screen and (min-width:640px) {
  .button_box {
    margin: 0 auto 60px;
  }

  ul.area_btn li a {
    font-size: 1.2rem;
    line-height: 1;
  }

  .col2 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .col2_box1 {
    width: 50%;
  }

  .col2_2 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .col2_2_box1 {
    width: 75%;
  }

  .col2_2_box2 {
    width: 25%;
    display: flex;
    align-items: flex-end;
  }

  .col2_2_box2 img {
    width: 100%;
  }
}

/*test*/
.newsbox {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3em;
  margin-bottom: 3em;
}

.newsbox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

dl.info-member {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

dl.info-member dt {
  width: 45%;
  padding: 0 10px 0 0;
  font-size: 1em;
  font-weight: bold;
  color: #ff6600;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

dl.info-member dd {
  width: 55%;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

dl.info-member dd span {
  font-size: 0.8em;
  white-space: nowrap
}

span.new {
  display: inline-block;
  content: "NEW";
  background: #ff6600;
  font-size: 0.8em !important;
  text-align: center;
  white-space: nowrap;
  padding: 0.2em 0.5em;
  margin: 0 0.5em 0.5em 0;
  color: #fff;
  border-radius: 10px;
  text-shadow: none;
  margin-bottom: 0.2em
}

@media screen and (max-width:640px) {
  .intoro h2.text-left {
    text-align: left;
  }

  dl.info-member dd span {
    font-size: 0.75em;
  }
}

.imgbox {
  width: 100%;
  max-width: 800px;
  margin: 1em auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photobox {
  width: 48%;
}

@media screen and (max-width:640px) {
  .imgbox {
    width: 96%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .photobox {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .photobox:last-child {
    margin-bottom: 0;
  }

  .intronews {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

p+p {
  margin-top: 1em;
}

.pop_txt {
  width: 96%;
  max-width: 800px;
  border: 4px solid #1A89FD;
  padding: 1em;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em auto;
  font-family: "GSanSerif-B", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  text-align: center;
}

.pop_libeP {
  border: 4px solid #FF5399 !important;
}

.pop_libeO {
  border: 4px solid #ff6600 !important;
}

.img_chara {
  position: absolute;
  bottom: -3px;
  right: -5%;
  width: 25%;
  max-width: 120px;
}

.img_chara1 {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 25%;
  max-width: 160px;
}

.img_chara2 {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 25%;
  max-width: 160px;
}

.img_chara3 {
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 25%;
  max-width: 160px;
}

.img_chara4 {
  position: absolute;
  bottom: 0;
  right: 1%;
  width: 25%;
  max-width: 160px;
}

.img_chara5 {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 25%;
  max-width: 160px;
}

@media screen and (max-width:640px) {
  .img_chara1 {
    bottom: 0;
    left: -5%;
    width: 28%;
  }

  .img_chara2 {
    bottom: 0;
    right: -5%;
    width: 28%;
  }

  .img_chara3 {
    bottom: 0;
    left: -5%;
    width: 30%;
  }

  .img_chara4 {
    bottom: 0;
    right: -6%;
    width: 30%;
  }

  .img_chara5 {
    bottom: 0;
    left: -5%;
    width: 28%;
  }
}

dl.info-day {
  width: 96%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 1em auto;
}

dl.info-day dt {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  background-color: #00ab2d;
  color: #fff;
  border-bottom: 1px solid #fff;
}

dl.info-day dd {
  width: 70%;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  background-color: #F3F3F3;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width:640px) {
  .pop_txt {
    text-align: left;
    padding: 1em 0.5em;
    width: 100%;
  }

  .pdr {
    margin-right: 25%;
  }

  .img_chara {
    position: absolute;
    bottom: -3px;
    right: -5%;
    width: 30%;
  }

  dl.info-day dd span {
    font-size: 0.75em;
  }

  .b10 {
    margin-bottom: 1em;
  }
}

.line {
  margin: 3em auto 2em;
  border-top: 6px dotted #ccc;
}

.line_thin {
  margin: 2em auto 2em;
  border-top: 2px solid #ccc;
}

/* 簡易ページ */
.wrap_park {
  font-size: 1rem;
}

.wrap_box_ttl::before,
.wrap_box_ttl::after {
  background: #d7000f;
}

:root {
  --link-color: #d7000f;
  --link-hover-color: #ffa600;
  --more-bg-color: #d7000f;
  --more-hover-bg-color: #ffa600;
  --title-color: #00ab2d;
  --title-border-color: #00ab2d;
}

/* desc_box */
.desc_box {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
}

.desc_box p {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}

.desc_box a {
  padding: 0.25em 1.75em 0.25em 1em;
  border-radius: 5rem;
  background: var(--link-color);
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
}

.desc_box a:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-shadow: none !important;
}

.desc_box a:hover {
  background-color: var(--more-hover-bg-color) !important;
}

@media screen and (max-width:640px) {
  .desc_box {
    padding: 15px;
  }

  .desc_box p {
    font-size: 1em;
  }
}

.inner {
  line-height: 1.5;
}

.txt_L {
  font-size: 1.1rem;
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

.aboutLink-access-inner-map iframe {
  width: 100%;
}

/* x_block */
.x_block {
  width: 90%;
  max-width: 600px;
  margin: 70px auto 0;
}

.x_btn_wrap{
  width: 90%;
  max-width: 600px;
  margin: 70px auto;
}

.x_btn_wrap .x_btn {
    padding: 1.5em;
    background: #000;
    display: block;
    border-radius: 10px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.x_btn_wrap .x_btn span{
  position: relative;
  padding-left: 2em;
}

.x_btn_wrap .x_btn span::before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.8em;
    background: url(../img/icon_x.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
}

/* btn */
.aboutLink-link-inner-btn {
  display: flex;
  justify-content: center;
}

.aboutLink-link-inner-btn a {
  text-align: center;
  transition: all .3s ease;
}

.aboutLink-link-inner-btn a+a {
  padding-left: 30px;
}

.aboutLink-link-inner-btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .aboutLink-link-inner-btn {
    flex-wrap: wrap;
  }

  .aboutLink-link-inner-btn a+a {
    padding-left: 0;
    padding-top: 20px;
  }
}

/* @media screen and (min-width: 641px) {
.aboutLink-link-inner-btn a img{
	max-height: 100px;
}
} */

/* bnr_info */
.bnr_info_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.bnr_info {
  padding: 20px 1.3rem;
  width: 47%;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 3px solid var(--more-bg-color);
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color) !important;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  transition: all .3s ease;
}

.bnr_info:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  border-top: 2px solid var(--more-bg-color);
  border-right: 2px solid var(--more-bg-color);
  transform: rotate(45deg);
  box-shadow: none !important;
}

.bnr_info:hover {
  color: var(--link-hover-color) !important;
}

@media screen and (max-width:640px) {
  .bnr_info {
    width: 100%;
    min-height: 6rem;
  }

  .bnr_info+.bnr_info {
    margin-top: 20px;
  }
}

/* --------------------------------------------------------- */
/* リンク
/* --------------------------------------------------------- */
.bnr_link_1,
.bnr_link_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
  margin: 0 auto;
  justify-content: center;
}

.bnr_link_1 {
  max-width: 600px;
}

.bnr_link_2 {
  max-width: 700px;
}

.bnr_link_1 a,
.bnr_link_1 div,
.bnr_link_2 a,
.bnr_link_2 div {
  display: block;
  border: 1px solid #ccc;
  margin: 10px;
}

.bnr_link_1 a img,
.bnr_link_1 div img,
.bnr_link_2 a img,
.bnr_link_2 div img {
  width: 100%;
  display: block;
  margin: 0;
}

.bnr_link_1 li {
  width: 50%;
}

.bnr_link_2 li {
  width: calc(100% / 3);
}

@media screen and (max-width: 640px) {
  .bnr_link_1 li {
    width: 100%;
  }

  .bnr_link_1 a,
  .bnr_link_1 div,
  .bnr_link_2 a,
  .bnr_link_2 div {
    margin: 5px;
  }

  .bnr_link_2 li {
    width: 50%;
  }
}

/* hosted */
.hosted,
.cooperation {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.hosted {
  padding-bottom: 30px;
}

.hosted-tit,
.cooperation-tit {
  font-size: 1.4rem;
  font-weight: 900;
  padding-bottom: 1rem;
}

.hosted-con a,
.cooperation-con a {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  width: 210px;
}

.hosted-con img,
.cooperation-con img {
  max-width: 100%;
}

/* mordal */
.inline-contents {
  max-width: 1000px;
  padding: 20px 40px 40px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.5;
}

.inline-contents .fc_green {
  color: #00ab2d;
}

.inline-contents .text_red {
  color: #ff0000;
}

.inline-contents h2 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 3px solid var(--title-border-color) !important;
  position: relative;
  font-family: "GSanSerif-B", sans-serif;
  font-size: 2.4em;
  color: var(--title-color);
  text-align: center;
  line-height: 1.2;
}

.inline-contents h2::before,
.inline-contents h2::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  border-width: 20px;
  border-style: solid;
}

.inline-contents h2::before {
  bottom: -40px;
  border-color: var(--title-border-color) transparent transparent transparent;
}

.inline-contents h2::after {
  bottom: -36px;
  border-color: #fff transparent transparent transparent;
}

.inline-contents p+p {
  margin: 0;
}

.inline-contents .txt_LL {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}

.inline-contents .txt_L {
  margin-bottom: 0.5em;
}

.inline-contents .text_s {
  font-size: 0.9rem;
}

.inline-contents li {
  padding-left: 1em;
  text-indent: -1em;
}

.inline-contents li::before {
  content: "・";
  font-weight: bold;
}

.cocoa-wrap {
  border: 2px solid #e6e6e7;
  border-radius: 1rem;
  padding: 1rem;
  margin: 14px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cocoa-wrap__app {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 127px;
  padding: 0 14px;
  width: 351px;
}

.cocoa-wrap h3 {
  grid-row: 1/2;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
}

.cocoa-wrap__badge {
  grid-row: 2/3;
  grid-column: 1/2;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.cocoa-wrap__qr {
  grid-row: 1/3;
  grid-column: 2/3;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.cocoa-wrap__badge img {
  height: 50px;
  margin: 0 auto !important;
}

.cocoa-wrap__qr img {
  width: 100%;
}

@media all and (max-width: 640px) {
  .inline-contents {
    padding: 8% 5%;
  }

  .inline-contents h2 {
    font-size: 1.75em;
  }

  .cocoa-wrap {
    display: block;
  }

  .cocoa-wrap__app {
    display: block;
    padding: 14px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cocoa-wrap__qr {
    display: none;
  }
}

@media (min-width: 640px) {
  .cocoa-wrap__app {
    margin: 0 auto;
  }
}

ul.point {
  padding: 0 0.5em 0;
  list-style: none;
  list-style-position: inside;
}

ul.point li {
  margin-bottom: 0.5em;
  line-height: 1.6;
  text-align: left !important;
}

ul.point li::before {
  content: "★";
  color: #ff6600;
}

.booth-note {
  width: 96%;
  max-width: 800px;
  box-sizing: border-box;
  margin: 1em auto;
  font-size: 1rem;
  border-radius: 20px;
  padding: 3%;
  border: 6px solid #d8d8d8;
  line-height: 1.6
}

/* 簡易ページ */
.wrap_park {
  font-size: 1rem;
}

.wrap_box_ttl::before,
.wrap_box_ttl::after {
  background: #d7000f;
}

:root {
  --link-color: #d7000f;
  --link-hover-color: #ffa600;
  --more-bg-color: #d7000f;
  --more-hover-bg-color: #ffa600;
  --title-color: #00ab2d;
  --title-border-color: #00ab2d;
}

/* desc_box */
.desc_box {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
}

.desc_box p {
  /*margin-bottom: 0.5em;*/
  font-size: 1.25em;
  font-weight: bold;
}

.desc_box a {
  padding: 0.25em 1.75em 0.25em 1em;
  border-radius: 5rem;
  background: var(--link-color);
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
}

.desc_box a:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-shadow: none !important;
}

.desc_box a:hover {
  background-color: var(--more-hover-bg-color) !important;
}

@media screen and (max-width:640px) {
  .desc_box {
    padding: 15px;
  }

  .desc_box p {
    font-size: 1em;
  }
}

.inner {
  line-height: 1.5;
}

.txt_L {
  font-size: 1.1rem;
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

.aboutLink-access-inner-map iframe {
  width: 100%;
}

/* x_block */
.x_block {
  width: 90%;
  max-width: 600px;
  margin: 70px auto 0;
}

.x_block .grid_ttl p {
  font-family: "GSanSerif-B", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

/* btn */
.aboutLink-link-inner-btn {
  display: flex;
  justify-content: center;
}

.aboutLink-link-inner-btn a {
  text-align: center;
  transition: all .3s ease;
}

.aboutLink-link-inner-btn a+a {
  padding-left: 30px;
}

.aboutLink-link-inner-btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .aboutLink-link-inner-btn {
    flex-wrap: wrap;
  }

  .aboutLink-link-inner-btn a+a {
    padding-left: 0;
    padding-top: 20px;
  }
}

/* bnr_info */
.bnr_info_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.bnr_info {
  padding: 20px 1.3rem;
  width: 47%;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 3px solid var(--more-bg-color);
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color) !important;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  transition: all .3s ease;
}

.bnr_info:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  border-top: 2px solid var(--more-bg-color);
  border-right: 2px solid var(--more-bg-color);
  transform: rotate(45deg);
  box-shadow: none !important;
}

.bnr_info:hover {
  color: var(--link-hover-color) !important;
}

@media screen and (max-width:640px) {
  .bnr_info {
    width: 100%;
    min-height: 6rem;
  }

  .bnr_info+.bnr_info {
    margin-top: 20px;
  }
}

/* --------------------------------------------------------- */
/* リンク
/* --------------------------------------------------------- */
.bnr_link_1,
.bnr_link_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
  margin: 0 auto;
  justify-content: center;
}

.bnr_link_1 {
  max-width: 600px;
}

.bnr_link_2 {
  max-width: 700px;
}

.bnr_link_1 a,
.bnr_link_1 div,
.bnr_link_2 a,
.bnr_link_2 div {
  display: block;
  border: 1px solid #ccc;
  margin: 10px;
}

.bnr_link_1 a img,
.bnr_link_1 div img,
.bnr_link_2 a img,
.bnr_link_2 div img {
  width: 100%;
  display: block;
  margin: 0;
}

.bnr_link_1 li {
  width: 50%;
}

.bnr_link_2 li {
  width: calc(100% / 3);
}

@media screen and (max-width: 640px) {
  .bnr_link_1 li {
    width: 100%;
  }

  .bnr_link_1 a,
  .bnr_link_1 div,
  .bnr_link_2 a,
  .bnr_link_2 div {
    margin: 5px;
  }

  .bnr_link_2 li {
    width: 50%;
  }
}

/* hosted */
.hosted,
.cooperation {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.hosted {
  padding-bottom: 30px;
}

.hosted-tit,
.cooperation-tit {
  font-size: 1.4rem;
  font-weight: 900;
  padding-bottom: 1rem;
}

.hosted-con a,
.cooperation-con a {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  width: 210px;
}

.hosted-con img,
.cooperation-con img {
  max-width: 100%;
}

/* mordal */
.inline-contents {
  max-width: 1000px;
  padding: 20px 40px 40px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.5;
}

.inline-contents .fc_green {
  color: #00ab2d;
}

.inline-contents .text_red {
  color: #ff0000;
}

.inline-contents h2 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 3px solid var(--title-border-color) !important;
  position: relative;
  font-family: "GSanSerif-B", sans-serif;
  font-size: 2.4em;
  font-weight: bold;
  color: var(--title-color);
  text-align: center;
  line-height: 1.2;
}

.inline-contents h2::before,
.inline-contents h2::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  border-width: 20px;
  border-style: solid;
}

.inline-contents h2::before {
  bottom: -40px;
  border-color: var(--title-border-color) transparent transparent transparent;
}

.inline-contents h2::after {
  bottom: -36px;
  border-color: #fff transparent transparent transparent;
}

.inline-contents p+p {
  margin: 0;
}

.inline-contents .txt_LL {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}

.inline-contents .txt_L {
  margin-bottom: 0.5em;
}

.inline-contents .text_s {
  font-size: 0.9rem;
}

.inline-contents li {
  padding-left: 1em;
  text-indent: -1em;
}

.inline-contents li::before {
  content: "・";
  font-weight: bold;
}

.cocoa-wrap {
  border: 2px solid #e6e6e7;
  border-radius: 1rem;
  padding: 1rem;
  margin: 14px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cocoa-wrap__app {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 127px;
  padding: 0 14px;
  width: 351px;
}

.cocoa-wrap h3 {
  grid-row: 1/2;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
}

.cocoa-wrap__badge {
  grid-row: 2/3;
  grid-column: 1/2;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.cocoa-wrap__qr {
  grid-row: 1/3;
  grid-column: 2/3;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.cocoa-wrap__badge img {
  height: 50px;
  margin: 0 auto !important;
}

.cocoa-wrap__qr img {
  width: 100%;
}

@media all and (max-width: 640px) {
  .inline-contents {
    padding: 8% 5%;
  }

  .inline-contents h2 {
    font-size: 1.75em;
  }

  .cocoa-wrap {
    display: block;
  }

  .cocoa-wrap__app {
    display: block;
    padding: 14px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cocoa-wrap__qr {
    display: none;
  }
}

@media (min-width: 640px) {
  .cocoa-wrap__app {
    margin: 0 auto;
  }
}

.fs_s1 {
  font-weight: normal !important;
  text-align: left !important;
  padding-bottom: 1em !important;
}

.top_bnr {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top_bnr a {
  width: 96%;
  max-width: 600px;
  margin: 0 auto 1em;
  transition: opacity .3s ease;
}

.top_bnr a:hover {
  opacity: 0.8;
}

.top_bnr img {
  display: block;
  max-width: 100%;
}

@media (min-width: 640px) {
  .top_bnr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  /* .top_bnr a {
    width: 48%;
  } */
}

/*--------　下層ページ　-------*/
@media screen and (min-width: 601px) {
  .title-layout {
    width: 30% !important;
  }

  .form-layout {
    width: 70% !important;
  }
}

/* PC */
@media screen and (min-width: 640px) {
  h2 {
    font-size: 35px;
  }
}

dt,
dd,
p {
  font-weight: normal;
}

dl {
  position: relative;
  padding-left: 1.3rem;
  padding-bottom: 2rem;
}

dl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.4rem;
  width: 2px;
  background: #ddd;
  height: 100%;
  top: 0.4rem;
}

dt {
  padding: 0 0 1rem 0;
  font-weight: bold;
}

dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ddd;
  top: 0.3rem;
}

dl:nth-last-of-type(1) {
  padding-bottom: 0;
}

dd {
  font-size: 0.9rem;
}

/* --------------------------------------------------------- */
.webpage-wrap {
  width: 90% !important;
  max-width: 1000px !important;
  padding: 20px 0 !important;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin: 0 auto 100px;
}

.container .webpage-wrap {
  width: 94% !important;
}

.container .html__wrap .webpage-wrap {
  width: 90% !important;
}

.webpage-title {
  background-color: #00ab2d !important;
  border: none !important;
  transition: background-color .3s ease;
  box-shadow: none !important;
  padding: 0.2rem 1rem !important;
  color: #ffffff !important;
  min-width: 164px !important;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0;
}

.webpage-title-red {
  background-color: #d7000f !important;
}

.webpage-title:before {
  content: "";
  display: block;
  top: 0;
  left: -15px;
  background: #00ab2d;
  width: 30px;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}

.webpage-title-red:before {
  background: #d7000f;
}

.webpage-title:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: 5px;
  width: 30px;
  height: 30px;
  opacity: 0.4;
  clip-path: path('M12.2,0l-0.5,0.1C6.3,0.7,1.6,8.2,0,18L30.5,0H12.2z');
  transform: scale(0.8);
  transform-origin: left top;
}

.webpage-title span {
  display: block;
  font-family: 'M PLUS 1', sans-serif !important;
  font-size: 2.4rem;
  line-height: 1.1;
  padding: 7px 0;
  font-weight: 900;
}

.webpage-title.txt_small span {
  font-size: 2.2rem;
}

.webpage-contents {
  padding: 20px;
  font-size: 1rem;
}

/* --------------------------------------------------------- */
.fc_red {
  color: #d7000f;
}

.fc_green {
  color: #00ab2d;
}

.txt_L {
  font-family: 'M PLUS 1', sans-serif !important;
  font-size: 1.1rem;
  font-weight: 900;
}

.txt_LL {
  font-family: 'M PLUS 1', sans-serif !important;
  font-size: 1.4rem;
  font-weight: 900;
}

.detail-title__wrap.detail__title {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  padding-bottom: 0 !important;
  color: #00ab2d;
  border-bottom: 3px solid #00ab2d !important;
  height: auto !important;
}

.detail-title__wrap.detail__title:before,
.detail-title__wrap.detail__title:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  border-width: 20px;
  border-style: solid;
}

.detail-title__wrap.detail__title:before {
  bottom: -40px;
  border-color: #00ab2d transparent transparent transparent;
}

.detail-title__wrap.detail__title:after {
  bottom: -36px;
  border-color: #bdee7f transparent transparent transparent;
}

.widget-title__wrap {
  margin-top: 0 !important;
  padding: 0 !important;
}

/* PC */
@media screen and (min-width: 640px) {
  .detail-title__wrap.detail__title {
    margin-bottom: 4rem !important;
    margin-top: 2rem !important;
  }
}

/* SP */
@media screen and (max-width: 639px) {
  .detail-title__wrap.detail__title {
    margin-bottom: 3rem !important;
    margin-top: 0 !important;
  }

  .widget-header {
    margin-bottom: 0;
  }
}

.detail-title__text h2 {
  font-family: 'M PLUS 1', sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.1;
  background: none !important;
  padding: 10px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  font-weight: 900 !important;
  text-align: center !important;
  border-left: 0 !important;
}

@media screen and (max-width: 640px) {
  .detail-title__text h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}

.portal-event-top {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin: 8px !important;
  padding: 8px 1rem 8px 1.5rem !important;
  color: #fff !important;
  height: auto !important;
  background-color: #d7000f;
  border-radius: 5rem;
  transition: background-color .3s ease;
  white-space: nowrap;
}

.portal-event-top:before,
.event-top:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
}

.portal-event-top a {
  color: #fff;
  text-decoration: none;
}

/*--------　よくある質問　-------*/
.faq_link {
  width: 96%;
  padding: 20px 10px;
  margin: 0 auto 40px;
  text-align: center;
  display: block;
  max-width: 400px;
  border-radius: 5rem;
  background: #00ab2d;
  color: #fff !important;
  text-decoration: none !important;
  transition: all .3s ease;
  position: relative;
}

.faq_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-shadow: none !important;
}

.faq_link:hover {
  background: #ffa600 !important;
  color: #ffffff !important;
}

.faq {
  padding-left: 2rem;
}

.contents-explanation {
  width: 94%;
  margin: 3rem auto 5rem;
  text-align: center;
  border: 6px double #00ab2d;
  position: relative;
  border-radius: 10px;
  max-width: 800px;
}

.contents-explanation:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #00ab2d;
  transform: rotate(45deg);
}

.contents-explanation div {
  position: relative;
  z-index: 1;
  font-weight: 900;
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
}

.contents-explanation div+div {
  padding-top: 0;
}

@media screen and (max-width: 639px) {
  .contents-explanation {
    text-align: left;
  }
}

.faq a,
.v-application .faq a {
  color: #000000 !important;
  text-decoration: underline;
}

.faq:before {
  display: none;
}

.faq dt,
.faq dd {
  position: relative;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  line-height: 1.5;
}

.faq dt:after {
  content: "";
  position: absolute;
  left: calc(-1.3rem + 0.4rem - 1px);
  top: 2.3rem;
  width: 2px;
  height: 100%;
  background: #00ab2d;
}

.faq dt:before {
  content: "Q";
  left: calc(-1.3rem + 0.4rem - 1rem);
  width: 2rem;
  height: 2rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1;
  background: #00ab2d;
  color: #fff;
  font-weight: normal;
  position: absolute;
  border-radius: 50%;
  top: 0.3rem;
  z-index: 3;
  font-size: 1rem;
}

.faq dd:before {
  content: "A";
  left: calc(-1.3rem + 0.4rem - 1rem);
  width: 2rem;
  height: 2rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1;
  background: #00ab2d;
  color: #fff;
  font-weight: normal;
  position: absolute;
  border-radius: 50%;
  top: 0.3rem;
  font-size: 1rem;
}

.faq dd {
  padding-bottom: 40px;
}

.kome {
  list-style: none;
  padding: 10px 0 0 0.8rem !important;
  margin: 0;
}

.kome li {
  font-size: 0.8rem;
  padding: 3px 0 0;
  margin: 0;
}

.kome li:before {
  content: "※";
  width: 1rem;
  display: inline-block;
  margin-left: -1rem;
}

/*--------　利用規約　-------*/
.terms_link {
  width: 80%;
  padding: 10px 10px;
  margin: 6em auto;
  text-align: center;
  display: block;
  max-width: 400px;
  border-radius: 5rem;
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
  transition: all .3s ease;
  position: relative;
}

.terms_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 2px solid #ffa600;
  border-right: 2px solid #ffa600;
  transform: rotate(45deg);
  box-shadow: none !important;
}

.terms_link:hover {
  background: #ffa600 !important;
  color: #ffffff !important;
}

.terms_link:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.original_contents2 {
  padding: 30px 40px 20px;
  box-sizing: border-box;
  line-height: 1.4 !important;
}

@media screen and (max-width: 640px) {
  .original_contents2 {
    padding: 30px 20px 20px;
  }

  .original_title h2 {
    font-size: 2rem !important;
    line-height: 1.1;
  }
}

.original_contents2 a {
  text-decoration: none;
  color: #d7000f !important;
  transition: all .3s ease;
}

.original_contents2 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-left: 24px;
}

.original_contents2 ul.morelist li {
  list-style-type: circle;
}

/*--------　出演者スケジュール　-------*/
.grid_img {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@media screen and (min-width: 1001px) {
  .grid_img {
    margin-bottom: 40px;
    flex-direction: inherit;
    column-gap: 4%;
  }

  .grid_img .img {
    width: 48%;
  }
}

.top_subtitle {
  padding: 14px;
  margin-top: 30px;
  margin-bottom: 15px;
  background: #00b5ff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 641px) {
  .top_subtitle {
    padding: 14px 24px;
    font-size: 1.4rem;
  }
}

.stage_cast ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: 16px;
  padding: 0;
  margin-top: 20px;
}

.stage_cast li {
  width: 47%;
  text-align: center;
}

.stage_cast li img {
  width: 100%;
}

.stage_cast img {
  margin: 0 0 3% 0;
  display: block;
  border: 1px solid #dddddd;
}

.stage_cast li p {
  font-size: 0.9em;
}

.stage_cast li p span {
  display: block;
}

@media screen and (min-width: 641px) {
  .stage_cast ul {
    column-gap: 2.5%;
  }

  .stage_cast li {
    width: 23%;
  }
}

@media screen and (min-width: 1001px) {
  .stage_cast ul {
    column-gap: 1.5%;
  }

  .stage_cast li {
    width: 13%;
  }
}

.fs_s {
  font-size: 0.875em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt15 {
  margin-top: 15px;
}