@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
#d_day {
	width: 100%;
	position: relative;
}
#d_day::before {
	width: 100%;
	height: 100vh;
	content: '';
	background-image: url("../images/main_bg_fx.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	#d_day::after {
		content: '';
		width: 100%;
		height: 200px;
		position: fixed;
		left: 0;
		top: -200px;
		background-color: #fff;
	}
}
#Foot {
	z-index: 0;
	background-color: #fff;
}
#d_day img {
	width: 100%;
	vertical-align: bottom;
}
#d_day p,
#d_day h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.conts_in {
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#d_day::before,
	.conts_in {
		max-width: none;
	}
}
.main_kv {
	position: relative;
}
.main_kv::before {
	content: '';
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/main_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.main_kv::before {
		display: none;
	}
}
/**************************************
	anc
**************************************/
.anc_area .conts_in {
	background: linear-gradient(0deg, #6EBF8E 0%, #26A9AC 25%, #2990BC 75%, #647DBD 100%);
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.ev_h {
	font-size: 12px;
}
.ev_h span {
	padding: 0 3em;
	position: relative;
}
.ev_h span::before {
	content: '';
	width: 1.8em;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: .6em;
	left: 0;
	transform: rotate(60deg);
	transform-origin: bottom;
}
.ev_h span::after {
	content: '';
	width: 1.8em;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: .6em;
	right: 0;
	transform: rotate(-60deg);
	transform-origin: bottom;
}
#d_day .anc_area h2 {
	font-size: 30px;
	line-height: 1.1;
	margin-top: .4em;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.date {
	font-size: 20px;
	letter-spacing: 0;
	margin-top: .5em;
	/* text-decoration: line-through; */
}
#sp_btn {
	display: none;
}
@media screen and (max-width: 767px) {
	.anc_area .conts_in {
		padding: 4vw 0;
	}
	.ev_h {
		font-size: 3.2vw;
	}
	#d_day .anc_area h2 {
		font-size: 8vw;
	}
	.date {
		font-size: 5.33vw;
	}
	#sp_btn {
		display: block;
		width: 16%;
		position: fixed;
		bottom: 10px;
		right: 2%;
		background-image: url("../images/sp_btn_op.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		z-index: 2;
	}
}
#anc {
	width: 405px;
	background: linear-gradient(0deg, rgba(110,191,142,0.8) 0%, rgba(38,169,172,0.8) 25%, rgba(41,144,188,0.8) 75%, rgba(100,125,189,0.8) 100%);
	padding: 70px 30px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px #808080;
	position: fixed;
	top: 215px;
	left: calc(50% + 215px);
	z-index: 1;
}
#anc h3 {
	text-align: center;
	color: #fff;
	font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	line-height: 1;
}
#anc ul {
	text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	line-height: 1;
	margin-top: 25px;
}
#anc ul li {
	font-size: 31px;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}
#anc ul li span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: -0.015em;
	margin-top: .3em;
}
#anc ul li a {
	display: block;
	background-color: #fff;
	padding: 10px 0 15px;
	border-radius: 38px;
	box-shadow: 3px 5px 0 #FECF02;
	background-image: url("../images/y.png");
	background-repeat: no-repeat;
	background-position: 8% center;
	background-size: 10px auto;
}
#anc ul li a:hover {
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#anc {
		width: 100%;
		padding: 70px 30px;
		border-radius: 0;
		box-shadow: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100vh;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		display: none;
		background: linear-gradient(180deg, rgba(110,191,142,0.8) 0%, rgba(38,169,172,0.8) 25%, rgba(41,144,188,0.8) 75%, rgba(100,125,189,0.8) 100%);
	}
	#anc h3 {
		font-size: 8.9vw;
		width: 100%;
	}
	#anc ul {
		margin-top: 0;
		width: 100%;
	}
	#anc ul li {
		font-size: 7.6vw;
		margin-bottom: 0;
		margin-top: 3.8vw;
	}
	#anc ul li span {
		font-size: 3.8vw;
	}
	#anc ul li a {
		padding: 2vw 0 3vw;
		border-radius: 10vw;
	}
	.nemu_op #anc {
		display: flex;
	}
	.nemu_op #sp_btn {
		background-image: url("../images/sp_btn_cl.png");
	}
}
/**************************************
	ABOUT
**************************************/
#ABOUT .conts_in {
	background-color: #FECF02;
	padding: 75px 0 70px;
	background-image: url("../images/ab_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42% auto;
}
#d_day h3.sec {
	font-size: 45px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	line-height: 1;
	text-align: center;
}
#d_day h3.sec span {
	display: block;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: .3em;
	font-weight: 900;
	position: relative;
}
#d_day h3.sec span::after {
	content: '';
	width: 60px;
	height: 5px;
	background-color: #fff;
	display: block;
	margin: 20px auto 50px;
}
.txt_area {
	padding: 0 7.7%;
}
.note li{
	font-size: 16px !important;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
#d_day .txt_area p,
#d_day .txt_area li {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#d_day .mt01 {
	margin-top: 1em;
}
#d_day .mt02 {
	margin-top: 2em;
}
.logo_5th {
	width: 60%;
	max-width: 231px;
	margin: 30px auto 0;
}
.top_message {
	width: 96%;
	margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
	#ABOUT .conts_in {
	 padding: 19vw 0 18vw;
	}
	#d_day h3.sec {
		font-size: 11.5vw;
	}
	#d_day h3.sec span {
		font-size: 5.1vw;
	}
	#d_day h3.sec span::after {
		width: 15%;
		margin: 5.1vw auto 12.8vw;
	}
	#d_day .txt_area p,
	#d_day .txt_area li {
		font-size: 5.1vw;
	}
	.note li{
	font-size: 4.0vw !important;
}
.logo_5th {
	max-width: none;
	margin: 7.6vw auto 0;
}
}
.bg_w {
	width: 92%;
	margin: 0 auto;
	background-color: #fff;
}
#ABOUT .bg_w {
	margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}
#ABOUT h4 {
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 900;
	margin-bottom: 1.2em;
}
#d_day .bg_w p {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
}
#d_day #ABOUT p.dat {
	font-size: 25px;
	display: flex;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: center;
	margin: .6em 0 .5em;
	line-height: 1;
}
#ABOUT .dat .day {
	font-size: 15px;
	margin-left: .1em;
}
#d_day #ABOUT p.dat.tm {
	font-size: 20px;
	margin: .5em 0 0;
}
#d_day #ABOUT p.dat.tm.close {
	font-weight: normal;
}
#d_day #ABOUT p.dat.tm + p {
	font-size: 20px;
	margin: .5em 0 1.2em;
}
.vn {
	margin-bottom: .5em;
}
#d_day #ABOUT p.addr {
	font-size: 15px;
	font-weight: 400;
	margin-top: .5em;
}
#ABOUT p.maishima_link {
	color: #2990BC;
	font-weight: 400;
	margin-top: .5em;
}
#ABOUT p.maishima_link a {
	display: inline;
	padding-right: 1.4em;
	background-image: url("../images/bl.png");
	background-repeat: no-repeat;
	background-position: right 70%;
	background-size: auto .8em;
	border-bottom: 1px solid #2990BC;
}
#d_day #ABOUT p.evb {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-top: 2em;
}
#ABOUT p.evb span {
	display: inline-block;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.ab_ph {
	width: 92%;
	margin: 30px auto 0;
}
#d_day .coming_soon {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #666;
	padding: 30px 0 65px;
}
.floor_guide_text{
	font-weight: 700 !important;
	text-align: left !important;
}
@media screen and (max-width: 767px) {
	#ABOUT .bg_w {
		margin-top: 18vw;
		padding-top: 12.8vw;
		padding-bottom: 8vw;
	}
	#ABOUT h4 {
		font-size: 7.7vw;
	}
	#d_day .bg_w p {
		font-size: 5.1vw;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#d_day #ABOUT p.dat {
		font-size: 6.4vw;
	}
	#ABOUT .dat .day {
		font-size: 3.8vw;
		margin-left: .1em;
	}
	#d_day #ABOUT p.dat.tm,
		#d_day #ABOUT p.dat.tm + p {
		font-size: 5.1vw;
	}
	#d_day #ABOUT p.addr,
	#d_day #ABOUT p.evb {
		font-size: 3.8vw;
	}
	.ab_ph {
		margin: 7.7vw auto 0;
	}
}
/**************************************
	TICKET
**************************************/
#TICKET .conts_in {
	background-color: #fff;
	padding: 75px 0 70px;
	background-image: url("../images/tk_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42% auto;
}
#d_day #TICKET h3.sec span::after {
	background-color: #FECF02;
}
#d_day #TICKET h3.sec span {
	margin-bottom: 0;
}
#d_day .txt_area h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	line-height: 1.45;
	margin-top: 50px;
}
.floor_guide_tit{
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #fff !important;
	background-color: #000 !important;
	line-height: 1.45 !important;
	margin-top: 50px !important;
}
#d_day .txt_area h5 {
	font-size: 20px;
	text-align: left;
	margin: 1em 0 .2em;
}
#d_day .txt_area h5.str {
	font-weight: 700;
}
.txt_rd {
	color: #FF0000;
}
#d_day .bnf {
	padding-left: .5em;
	border-left: 5px solid #FECF02;
	line-height: 1 !important;
	padding-bottom: 1px;
	margin: 1.2em 0 .2em;
}
#d_day .txt_area p.adv1 {
	letter-spacing: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-top: 1.4em;
}
#d_day .txt_area p.adv1_b {
	text-align: center;
	font-weight: 400;
	color: #FF0000;
	margin-top: 1em;
}
#d_day .txt_area p.tk_btn {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
}
#d_day .txt_area p.tk_btn a {
	display: block;
	color: #fff;
	background: linear-gradient(-90deg, #6EBF8E 0%, #26A9AC 25%, #2990BC 75%, #647DBD 100%);
	padding: 1.0em 0 1.1em;
	border-radius: 2.22em;
	position: relative;
}
#d_day .txt_area p.tk_btn a::before {
	content: '';
	width: 10px;
	height: 100%;
	background-image: url("../images/wy.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 10px auto;
	position: absolute;
	right: 5%;
	top: 0;
}
#d_day .txt_area p.rsl {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-top: .8em;
}
#d_day .txt_area p.rsl span {
	font-size: 15px;
}
#d_day .txt_area p.sml {
	font-size: 15px;
	font-weight: 400;
}
#d_day .txt_area.md p {
	font-weight: 400;
}
#d_day .adv_ph {
	width: 100%;
	margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
	#TICKET .conts_in {
		padding: 19vw 0 18vw;
	}
	#d_day .txt_area h4 {
		font-size: 5.1vw;
		margin-top: 12.8vw;
	}
	.floor_guide_tit{
		font-size: 5.1vw !important;
		margin-top: 12.8vw !important;
	}
	#d_day .txt_area h5 {
		font-size: 5.1vw;
	}
	#d_day .txt_area p.adv1 {
		font-size: 5.1vw;
	}
	#d_day .txt_area p.tk_btn {
		font-size: 4.6vw;
		margin-top: 5.1vw;
	}
	#d_day .txt_area p.rsl {
		font-size: 5.6vw;
	}
	#d_day .txt_area p.sml {
		font-size: 3.8vw;
	}
}
/**************************************
	SPECIAL
**************************************/
#SPECIAL .conts_in {
	background-color: #FECF02;
	padding: 75px 0 70px;
	background-image: url("../images/ab_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42% auto;
}
#d_day #SPECIAL h3.sec span::after {
	margin-bottom: 0;
}
#SPECIAL .bg_w {
	margin-top: 30px;
	padding: 30px 15px 20px;
}
#SPECIAL .bg_w.prs_area {
	margin-top: 80px;
	padding-top: 40px;
}
#d_day #SPECIAL h4 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	line-height: 1.44;
	position: relative;
	margin-bottom: 0;
}
#d_day #SPECIAL .prs_area h4::after {
	content: '';
	width: 100%;
	height: 3.6em;
	background-image: url("../images/present_h.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: absolute;
	top: -3.6em;
	left: 0;
}
#d_day #SPECIAL .event-present h4::after {
	background-image: url("../images/event-present_h.png") !important;
}
#d_day #SPECIAL h5 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #C30D23;
	margin-top: .8em;
	line-height: 1.44;
	letter-spacing: -0.03em;
}
.sp_ph {
	width: 100%;
	margin-top: 0;
}
.sp_ph.sp_ph00 {
	margin-top: 22px;
}
#d_day p.sp_ph_sub {
	font-size: 14px;
}
#d_day #SPECIAL .bg_w p {
	font-weight: 400;
}
.txc {
	text-align: center;
}
.drafters_black_link{
	color: #2990BC;
	font-size: 18px;
	border-bottom: 1px solid #2990BC;
    display: inline-block;
}
#d_day .mtsps {
	margin-top: 1.6em !important;
}
.bg_w.food_area {
	margin-top: 30px;
}
#d_day #SPECIAL .food_area h4 {
	background-color: #EE7A01;
}
#d_day #SPECIAL .food_area h5 {
	color: #EE7A01;
}
#d_day #SPECIAL .food_area .sp_ph {
	margin-top: 20px;
}
#d_day #SPECIAL .fes_area h4 {
	background-color: #159FE8;
}
#d_day #SPECIAL .fes_area h5 {
	color: #159FE8;
}
#d_day #SPECIAL .fes_area .sp_ph {
	margin-top: 10px;
}
#d_day #SPECIAL .camp_area h4 {
	background-color: #19A85F;
}
#d_day #SPECIAL .camp_area h5 {
	color: #19A85F;
}
#d_day #SPECIAL .camp_area .sp_ph {
	margin-top: 20px;
}
#d_day #SPECIAL .game_area h4 {
	background-color: #E95599;
}
#d_day #SPECIAL .game_area h5 {
	color: #E95599;
}
#d_day #SPECIAL .game_area .sp_ph {
	margin-top: 20px;
}
#d_day p.contb {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1em;
}
#d_day p.contb span {
	display: inline-block;
	text-align: left;
}
.other_conts {
	width: 293px;
	height: 293px;
	margin: 70px auto 0;
	display: table;
	text-align: center;
	background-image: url("../images/sp_bg.png");
	background-repeat: repeat;
	background-position: top center;
	background-size: 5px auto;
	border-radius: 293px;
}
#d_day .other_conts p {
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}

/*延期のお知らせ*/
.apologize_text_tit{
	font-size: 24px !important;
    text-align: center !important;
    line-height: 1.5;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
	color: #FF0000;
}
.apologize_text{
	font-size: 15px !important;
}
.apologize_link{
	color: #2990BC;
	border-bottom: 1px solid #2990BC;
	font-size: 14px !important;
    display: inline-block;
	padding-right: 1.4em;
	background-image: url("../images/bl.png");
	background-repeat: no-repeat;
	background-position: right 70%;
	background-size: auto .8em;
	border-bottom: 1px solid #2990BC;
}

@media screen and (max-width: 767px) {
	#SPECIAL .conts_in {
		padding: 19vw 0 18vw;
	}
	#SPECIAL .bg_w {
		padding: 7.6vw 4% 5.1vw;
		margin-top: 7.7vw;
	}
	#SPECIAL .bg_w.prs_area {
		margin-top: 20vw;
		padding-top: 10vw;
	}
	#d_day #SPECIAL h4 {
		font-size: 6.4vw;
	}
	#d_day #SPECIAL h5 {
		font-size: 6.0vw;
	}
	#d_day #SPECIAL .food_area .sp_ph,
	#d_day #SPECIAL .camp_area .sp_ph,
	#d_day #SPECIAL .game_area .sp_ph {
		margin-top: 5.1vw;
	}
	#d_day #SPECIAL .fes_area .sp_ph {
		margin-top: 2vw;
	}
	#d_day p.contb {
		font-size: 3.8vw;
	}
	.other_conts {
		width: 75vw;
		height: 75vw;
		margin: 18vw auto 0;
		border-radius: 75vw;
	}
	#d_day .other_conts p {
		font-size: 6.4vw;
	}
	#d_day p.sp_ph_sub {
		font-size: 3.58vw;
	}
	/*延期のお知らせ*/
.apologize_text_tit{
	font-size: 6vw !important;
}
}
/**************************************
	INFORMATION
**************************************/
#INFORMATION .conts_in {
	background-color: #fff;
	padding: 75px 0 70px;
	background-image: url("../images/tk_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42% auto;
}
#d_day #INFORMATION h3.sec span::after {
	background-color: #FECF02;
}
#d_day #INFORMATION h3.sec span {
	margin-bottom: 0;
}

#d_day #INFORMATION .txt_area h5,
#d_day #INFORMATION .txt_area p,
#d_day #INFORMATION .txt_area li {
	letter-spacing: 0.05em;
}
#d_day #INFORMATION .txt_area h5 {
	font-weight: 500;
}
.mb1 {
	margin-bottom: .5em;
}
.mb2 {
	margin-bottom: 4em;
}
#d_day p.mailto {
	margin: .4em 0;
}
#d_day p.mailto a {
	border-bottom: 1px solid #2990BC;
	color: #2990BC;
	display: inline-block;
}
.spthk {
	width: 100%;
	background-color: #feeb9a;
	padding: 75px 0 0;
	background-image: url("../images/spthk_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42% auto;
	margin-top: 70px;
}
#d_day .spthk h3.sec {
	font-size: 30px;
}
.spthk_bnr {
	width: 81%;
	margin: 30px auto 0;
}
.spthk_bnr a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.spthk_bnr img {
	width: 100%;
}
.spthk_bnr span {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0.8em auto 0;
	padding-right: 0.9em;
	border-bottom: 1px solid #000;
	background-image: url("../images/blb.png");
	background-repeat: no-repeat;
	background-position: right 70%;
	background-size: auto .6em;
}
@media screen and (max-width: 767px) {
	#INFORMATION .conts_in {
		padding: 19vw 0 18vw;
	}
	.spthk {
		margin-top: 18vw;
		padding: 19vw 0 0;
	}
	#d_day .spthk h3.sec {
		font-size: 7.7vw;
	}
	.spthk_bnr span {
		font-size: 5.1vw;
	}
}