@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #222;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img {
max-width: 100%;
vertical-align: top;
}
a {
color: #222;
}
/* reset end */

/* root */
:root {
--el-family: Barlow;
}
/* root end */


/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
padding-top: 0;
overflow: hidden;
background: #fff;
}
#header {
min-width: 320px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
max-width: 100%;
height: auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1200px;
padding: 60px 30px 40px;
z-index: 5;
}
#wrap .area_in800 {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 800px;
}
	@media screen and (min-width: 768px) and (max-width: 2000px) {
	#wrap {
	background-size: 100% auto;
	}
	}
	@media screen and (max-width: 768px) {
		#wrap {
		padding-top: 60px;
		padding-top: 0;
		}
		#wrap .area_in {
		padding: 40px 20px 20px;
		}
	}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
/* wrap end */

/* header */
#header {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 90px;
z-index: 1;
z-index: 999;
background: none;
transition: 0.2s;
}
#header .area_in {
display: flex;
height: 100%;
justify-content: flex-end;
max-width: 1200px;
padding: 0;
}
#header .date_box {
height: 100%;
padding-right: 10px;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
#header .date {
display: flex;
align-items: center;
font-family: var(--el-family);
padding: 0;
}
#header .date dt span {
display: inline-block;
border: 2px solid #333;
background: #fff;
padding: 5px 10px;
font-weight: bold;
line-height: 1;
margin-right: 10px;
transform: translate(0,45%);
transform: translate(0,0);
}
#header .date dd span {
font-size: 200%;
}
#header .date dd b {
font-weight: normal;
font-size: 150%;
line-height: 0.8;
font-weight: 500;
color: #058ED7;
}
#header .date.yosen dt span {
background: #333333;
color: #fff;
}
#header .date.yosen dd span {
font-size: 180%;
}
#header .date.yosen dd b {
font-size: 100%;
}
@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .date {
	padding: 0 20px;
	}
	#header .date dt span {
	font-size: 80%;
	transform: translate(0,10%);
	}
	#header .date dd span {
	font-size: 150%;
	}
	#header .date dd b {
	font-size: 150%;
	}
#header .date.yosen dd span {
font-size: 130%;
}
#header .date.yosen dd b {
font-size: 100%;
}

}
/* header end */

/* menubtn */
#menubtn {
display: block;
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 75px;
height: 75px;
background: #333;
cursor: pointer;
transition: all .2s;
box-sizing: border-box;
}
#menubtn:hover {
opacity: 0.7;
}
#menubtn::before,
#menubtn::after {
position: absolute;
left: 50%;
top: 50%;
content: "";
display: block;
width: 30px;
height: 10px;
transform: translate(-50%,-50%);
transition: .3s;
}
#menubtn::before {
border-top: 2px solid #fff;
}
#menubtn::after {
border-bottom: 2px solid #fff;
}
#menubtn:hover::after {
width: 20px;
}
/*
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #fff;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 11px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
transform: translateY(11px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
transform: translateY(-11px) rotate(45deg);
}
*/
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	#menubtn {
	width: 50px;
	height: 50px;
	}
	}
/* menubtn end */

/* menu */
#menu ul {
}

/* menu end */

/* visual */
#visual {
position: relative;
width: 100%;
}

#visual.area {
padding: 0;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 1200px;
}
#visual .area_in img {
width: 100%;
}
#visual .bar {
position: absolute;
top: 0;
right: 0;
display: flex;
flex-flow: column nowrap;
background: #333333;
}
#visual .bar b {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 40px;
font-size: 110%;
color: #fff;
padding: 0 30px;
font-weight: 700;
line-height: 1;
}
#visual .bar a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 40px;
font-size: 110%;
color: #fff;
padding: 0 30px;
background: linear-gradient(to right, #FF9604, #FF9604, #FF6E04);
font-weight: 700;
text-decoration: none;
line-height: 1;
transition: .3s;
}
#visual .bar a:hover {
opacity: 0.7;
}
#visual .bar a span {
font-size: 110%;
display: inline-block;
margin-left: 5px;
}
#visual h1 {
width: 100%;
}
.scrollbtn {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
position: fixed;
left: 0;
top: 75px;
z-index: 99999;
width: 75px;
height: 75px;
background: linear-gradient(to right, #FF9604, #FF9604, #FF6E04);
cursor: pointer;
transition: all .2s;
box-sizing: border-box;
}
.scrollbtn:hover {
opacity: 0.7;
}
.scrollbtn a {
text-decoration: none;
font-weight: 500;
color: #fff;
}
.scrollbtn a span {
display: block;
text-align: center;
}
.scrollbtn a span:nth-child(2) {
font-size: 120%;
margin-top: 3px;
}
@media screen and (max-width: 768px) {
.scrollbtn {
top: 50px;
width: 50px;
height: 50px;
}
.scrollbtn a span {
font-size: 80%;
line-height: 1;
}
.scrollbtn a span:nth-child(2) {
font-size: 100%;
margin-top: 2px;
}
}
@media screen and (max-width: 768px) {
	#visual h1 {
	margin-top: 80px;
	}
	#visual .bar {
	font-size: 90%;
	padding: 0;
	}
}
/* visual end */

/* about */
.lead_txt em {
display: inline-block;
background: #e5e5e5;
font-weight: 700;
font-style: normal;
font-size: 130%;
padding: 5px 30px;
margin-bottom: 10px;
}
.lead_txt b {
font-weight: 700;
font-size: 220%;
margin-bottom: 10px;
display: block;
}
.lead_txt span {
font-size: 130%;
line-height: 1.8;
}
	@media screen and (max-width: 768px) {
		.lead_txt em {
		font-size: 100%;
		}
		.lead_txt b {
		font-size: 150%;
		}
		.lead_txt span {
		font-size: 100%;
		}
	}
/* about end */


/* prize */
#prize_area .area_in{
background: url(../images/prize_bg.png)no-repeat top left/contain;
}
#prize_area .base_tit {
margin-bottom: 100px;
}
.prize {
margin-bottom: 40px;
}
.prize_list dl {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: flex-start;
}
.prize_list dt {
display: inline-block;
background: #e5e5e5;
font-weight: 700;
font-style: normal;
font-size: 130%;
padding: 5px 70px;
margin-bottom: 10px;
margin-right: 30px;
}
.prize_list dd {
font-size: 120%;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
	#prize_area .base_tit {
	margin-bottom: 50px;
	}
	.prize {
	margin-bottom: 30px;
	}
	.prize_list dl {
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	}
	.prize_list dt {
	font-size: 120%;
	padding: 5px 40px;
	margin-bottom: 10px;
	margin-right: 0;
	}
	.prize_list dd {
	font-size: 100%;
	}
}
@media screen and (max-width: 520px) {

}
/* prize end */

/* outline */
#outline_area .area_in{
background: url(../images/bg01.png)no-repeat bottom right/contain;
padding: 60px 30px 150px;
}
#outline_area .base_tit {
margin-bottom: 100px;
} 
.outline_box dl {
padding: 30px 0;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: flex-start;
border-top: 2px solid #000;
}
.outline_box dl dt {
font-size: 130%;
font-weight: 700;
width: 170px;
}
.outline_box dl dd {
font-size: 120%;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
	#outline_area .area_in{
	padding: 40px 20px 100px;
	}
	#outline_area .base_tit {
	margin-bottom: 30px;
	} 
	.outline_box dl {
	padding: 20px 0;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-top: 2px solid #000;
	}
	.outline_box dl dt {
	font-size: 110%;
	margin-bottom: 10px;
	width: 100%;
	}
	.outline_box dl dd {
	font-size: 100%;
	line-height: 1.8;
	}	
}
@media screen and (max-width: 520px) {

}
/* outline end */

/* schedule */
#schedule_area .area_in{
background: url(../images/schedule_bg.png)no-repeat top left/contain;
}
#schedule_area .base_tit {
margin-bottom: 60px;
} 
.schedule_list ul {
display: flex;
flex-flow: row wrap;
align-items: stretch;
justify-content: space-between;
margin-bottom: 20px;
}
.schedule_list ul li {
border: 4px solid #000;
background: rgba(255,255,255,0.8);
margin-top: 20px;
width: 33%;
padding: 40px 20px;
}
.schedule_list ul li .tit {
display: block;
font-size: 140%;
}
.schedule_list ul li .txt {
font-family: "Barlow";
}
.schedule_list ul li .day {
font-size: 570%;
margin-right: 10px;
}
.schedule_list ul li .week {
font-size: 220%;
margin-right: 10px;
font-weight: 600;
}
.schedule_list ul li .time {
font-size: 140%;
font-weight: 600;
display: block;
text-align: right;
}
@media screen and (max-width: 768px) {
.schedule_list ul li .time {
display: inline-block;
text-align: inherit;
}
}

.schedule_dlist .bar {
display: inline-block;
background: #e5e5e5;
font-weight: 700;
font-style: normal;
font-size: 130%;
padding: 5px 30px;
margin-top: 40px;
margin-bottom: 30px;
}
.schedule_dlist dl {
padding: 30px 0;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: flex-start;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
.schedule_dlist dl.none {
border-bottom: none;
}
.schedule_dlist dl dt {
font-family: "Barlow";
font-weight: 500;
font-size: 130%;
min-width: 160px;
}
.schedule_dlist dl dd b {
font-size: 130%;
line-height: 1.6;
}
.schedule_dlist dl dd span {
margin-top: 10px;
line-height: 1.8;
display: block;
font-size: 120%;
}
@media screen and (max-width: 768px) {
	#schedule_area .area_in{
	padding: 20px;
	}
	#schedule_area .base_tit {
	margin-bottom: 20px;
	} 
	.schedule_list ul {
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 5px;
	}
	.schedule_list ul li {
	margin-top: 5px;
	width: 100%;
	padding: 20px;
	}
	.schedule_list ul li .tit {
	font-size: 120%;
	}
	.schedule_list ul li .day {
	font-size: 320%;
	}
	.schedule_list ul li .week {
	font-size: 180%;
	}
	.schedule_list ul li .time {
	font-size: 140%;
	}
	.schedule_dlist .bar {
	font-size: 120%;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.schedule_dlist dl {
	padding: 20px 0;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	}
	.schedule_dlist dl dt {
	font-size: 120%;
	min-width: 100%;
	margin-bottom: 10px;
	}
	.schedule_dlist dl dd b {
	font-size: 130%;
	line-height: 1.6;
	}
	.schedule_dlist dl dd span {
	font-size: 100%;
	}
		
}
@media screen and (max-width: 520px) {

}
/* schedule end */

/* entry */
#entry_area {
color: #fff;
}
#entry_area .area_in{
background: #333 url(../images/bg03.png)no-repeat top right/contain;
}
.entry_dlist {
margin-bottom: 90px;
}
.entry_dlist dt span {
display: inline-block;
background: #e5e5e5;
font-weight: 700;
font-style: normal;
font-size: 130%;
padding: 5px 30px;
margin-top: 40px;
margin-bottom: 20px;
color: #000;
}
.entry_dlist dd {
line-height: 1.8;
font-size: 120%;
}
@media screen and (max-width: 768px) {
	.entry_dlist {
	margin-bottom: 40px;
	}
	.entry_dlist dt span {
	font-size: 120%;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.entry_dlist dd {
	font-size: 100%;
	}
}
@media screen and (max-width: 520px) {

}
/* entry end */

/* article */
#article_area .area_in{
background: url(../images/bg02.png) no-repeat top left / contain, url(../images/bg01.png)no-repeat bottom right/contain;
}
.article_box {
max-width: 800px;
margin: 0 auto;
font-size: 130%;
line-height: 1.8;
margin-bottom: 80px;
}
.article_slide {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: space-between;
}
.article_slide li {
width: 32%;
background: #333333; 
color: #fff;
padding: 20px;
position: relative;
}
.article_slide li .photo {
margin-bottom: 20px;
}
.article_slide li .photo img {
width: 100%;
}
.article_slide li .tit {
font-weight: 700;
font-size: 130%;
margin-bottom: 20px;
}
.article_slide li .txt {
font-size: 120%;
}
.article_slide li .more {
font-family: "Barlow";
font-size: 95%;
font-weight: 700;
display: block;
text-align: right;
cursor: pointer;
transition: .3s;
margin-top: 5px;
}
.article_slide li .more:hover {
opacity: 0.7;
}
.article_slide li .morecont {
display: block;
overflow: hidden;
line-height: 1.6;
height: 4.8em;
}
.article_slide li .morecont.active {
height: inherit;
}
.article_slide .btn {
margin-top: 30px;

}
.article_slide .btn a {
background: #fff;
display: block;
font-weight: 700;
text-align: center;
padding: 10px 0;
text-decoration: none;
position: relative;
transition: 0.3s;
transition: .3s;
}
.article_slide .btn a:hover {
opacity: 0.7;
}
.article_slide .btn .material-symbols-outlined {
font-size: 20px;
position: absolute;
right: 20px;
}
.article_slide .comingsoon {
font-size: 120%;
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%,50%);
}
.check_box {
margin: 70px 0 0;
background: #e5e5e5;
padding: 30px;
}
.check_box .tit {
display: inline-block;
background: #fff;
font-weight: 700;
font-style: normal;
font-size: 130%;
padding: 5px 30px;
margin-bottom: 20px;
}
.check_box .txt {
font-size: 130%;
line-height: 1.8;
margin-bottom: 20px;
}
.check_btn_wrap .check_btn_box:not(:last-child) {
margin-bottom: 20px;
}
.rank {
margin-top: 70px;
margin-bottom: 60px;
}
.rank img {
width: 100%;
}
@media screen and (max-width: 768px) {
	.article_box {
	font-size: 100%;
	margin-bottom: 30px;
	}
	.article_slide {
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	}
	.article_slide li {
	width: 100%;
	}
	.article_slide li:not(:last-child) {
	margin-bottom: 20px;
	}
	.article_slide li .tit {
	font-size: 120%;
	}
	.article_slide li .txt {
	font-size: 100%;
	}
	.article_slide .btn {
	margin-top: 30px;
	}
	.article_slide .comingsoon {
	font-size: 120%;
	position: inherit;
	top: inherit;
	right: inherit;
	transform: inherit;
	text-align: center;
	}
	.check_box {
	margin: 40px 0 0;
	padding: 20px;
	}
	.check_box .tit {
	font-size: 120%;
	padding: 5px 20px;
	}
	.check_box .txt {
	font-size: 100%;
	}
	.rank {
	margin-top: 40px;
	margin-bottom: 40px;
	}
}
@media screen and (max-width: 520px) {

}
/* article end */

/* gallery */
#gallery_area {
background: #333333;
}
#gallery_area .area_in{
background: #333333;
color: #fff;
padding: 40px 30px;
}
@media screen and (max-width: 768px) {
	#gallery_area .area_in{
	padding: 20px;
	}
}
@media screen and (max-width: 520px) {

}
/* gallery end */


/* contact */
.contact_btn {
position: relative;
display: flex;
width: 100%;
height: 80px;
max-width: 600px;
margin: 0 auto;
align-items: center;
justify-content: center;
font-weight: 500;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 130%;
transition: 0.3s;
transition: .3s;
background: #222;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn .material-symbols-outlined {
position: absolute;
right: 30px;
}
.contact_btn.orange {
background: #ff9604;
}
.contact_btn.contact_end {
background: #999;
}
.contact_txt {
text-align: center;
margin-top: 10px;
}
.contact_btn_box .txt {
text-align: center;
margin-top: 10px;
}
	@media screen and (max-width: 768px) {
	.contact_btn {
	width: 100%;
	height: 60px;
	font-size: 120%;
	}
	.contact_btn .material-symbols-outlined {
	right: 20px;
	}
	}
/* contact end */

/* footer */
#footer {
color: #fff;
background: #1C1A20;
}
#footer .area_in {
background: #1c1a20;
}
#footer a {
transition: 0.3s;
color: #fff;
text-decoration: none;
}
#footer a:hover {
opacity: 0.7;
}
#footer .disco {
display: grid;
grid-template-columns: repeat(12,1fr);
gap: var(--grid-gutter);
width: 100%;
margin-bottom: 60px;
}
#footer .logo {
display: block;
grid-column: 1/3;
width: clamp(105px,4.225vw + 89.156px,150px);
height: fit-content;
margin-left: calc(var(--grid-gutter) * -1);
}
#footer .info {
grid-column: 4/9;
margin-top: 40px;
}
#footer .info .tit {
font-size: 140%;
font-weight: 700;
margin-bottom: 20px;
}
#footer .info .txt {
line-height: 2;
margin-bottom: 40px;
}
#footer .recruit {
margin-top: 40px;
grid-column: 10/13;
padding-left: var(--grid-gutter);
margin-right: calc(var(--grid-gutter) * -1);
}
#footer .recruit .txt {
line-height: 2;
margin-bottom: 20px;	
}
#footer .recruit .btn {
font-weight: 700;
font-size: 140%;
line-height: 1;
}
#footer .recruit .btn a {
padding: 20px 30px;
display: block;
border: 3px solid #fff;
position: relative;
}
#footer .recruit .material-symbols-outlined {
position: absolute;
right: 20px;
}
#footer .recruit .sns {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-top: 40px;
}
#footer .discovery .logo {
margin-bottom: 30px;
}
#footer .copy {
font-size: 80%;
}
	@media screen and (max-width: 768px) {
	#footer .disco {
	display: inherit;
	margin-bottom: 40px;
	}
	#footer .info {
	grid-column: 4/9;
	margin-top: 30px;
	}
	#footer .info .tit {
	font-size: 100%;
	}
	#footer .info .txt {
	font-size: 90%;
	margin-bottom: 30px;
	}
	#footer .recruit {
	margin-top: 30px;
	}
	#footer .recruit .txt {
	font-size: 90%;
	}
	#footer .recruit .btn {
	font-size: 100%;
	}
	#footer .recruit .btn a {
	padding: 20px 30px;
	display: block;
	border: 3px solid #fff;
	position: relative;
	}
	#footer .recruit .material-symbols-outlined {
	font-size: 20px;
	}
	#footer .recruit .sns {
	margin-top: 30px;
	}
	#footer .recruit .sns img {
	width: 30px;
	}
	#footer .discovery .logo {
	margin-bottom: 20px;
	}	
	}
/* footer end */

/* pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: #222;
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* pagetop end */

/* title */
.base_tit {
position: relative;
margin-bottom: 50px;
display: flex;
align-items: center;
line-height: 1;
}
.base_tit.white {
color: #fff;
}
.base_tit b {
position: relative;
display: inline-block;
font-weight: 600;
font-size: 150%;
padding-top: 20px;
}
.base_tit b::after {
position: absolute;
display: block;
content: "";
width: 100%;
background: #000;
height: 4px;
left: 0;
bottom: -10px;
}
.base_tit.white b::after {
background: #fff;
}
.base_tit span {
position: relative;
display: inline-block;
font-weight: bold;
font-weight: 400;
font-size: 430%;
font-family: "Barlow";
margin-right: 30px;
}
	@media screen and (max-width: 768px) {
		.base_tit {
		margin-bottom: 30px;
		}
		.base_tit b {
		font-size: 80%;
		padding-top: 0;
		}
		.base_tit b::after {
		height: 3px;
		}
		.base_tit span {
		font-size: 200%;
		margin-right: 20px;
		}
	}
/* title end */

/* popup */
.mfp-bg {
background: #333;
opacity: 1;
}
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
max-width: inherit!important;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
button.mfp-arrow.mfp-arrow-left {
background: url(../js/prev_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: url(../js/next_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
/*
左右矢印を中央に寄せる
	@media screen and (min-width: 768px) {
	button.mfp-arrow.mfp-arrow-left {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-370px, -25px);
	}
	button.mfp-arrow.mfp-arrow-right {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(320px, -25px);
	}
	}
*/
	
.mfp-arrow:after,
.mfp-arrow:before {
display: none;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100;
display: block;
width: 50px;
height: 50px;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: url(../js/prev_w.png) no-repeat center center / cover;
}
.pop_next {
right: 10px;
background: url(../js/next_w.png) no-repeat center center / cover;
}
.pop_prev:hover,
.pop_next:hover {
opacity: 0.7;
}
button.mfp-arrow.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-right {
display: none;
}
/* popup end */

/* popup_box */
.popup_box {
width: 100%;
height: 100%;
border-radius: 0px;
padding: 30px;
margin: 0 auto;
font-weight: 400;
font-size: 120%;
border-radius: 0;
color: #fff;
max-width: 1200px;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
}
.popup_box a {
color: #fff;
text-decoration: none;
}
.nav ul {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: space-between;
margin-right: 10%;
}
.nav ul li {
width: 45%;
margin-bottom: 40px;
transition: .3s;
}
.nav ul li a {
transition: .3s;
}
.nav ul li .en {
background: #fff;
color: #333;
display: block;
font-size: 300%;
line-height: 1;
height: 50px;
}
.nav ul li a:hover .en {
background: rgba(255,255,255,0.8);
}
.nav ul li b {
font-size: 90%;
margin-top: 10px;
display: block;
}
.btn_nav a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
border: 2px solid #fff;
height: 50px;
text-align: center;
transition: .3s;
}
.btn_nav a span {
position: absolute;
right: 20px;
}
.btn_nav a:hover {
opacity: 0.7;
}
.popup_box .recruit .logo {
margin-bottom: 20px;
}
.popup_box .recruit .txt {
font-size: 90%;
margin-bottom: 20px;
}
.popup_box .recruit .btn_nav a {
justify-content: flex-start;
padding-left: 20px;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.popup_box {
	flex-flow: column;
	align-items: flex-start;
	padding: 100px 30px 30px;
	}
	.nav {
	width: 100%;
	}
	.nav ul {
	flex-flow: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-right: 0;
	}
	.nav ul li {
	width: 100%;
	margin-bottom: 30px;
	}
	.nav ul li .en {
	font-size: 150%;
	height: 30px;
	width: 100%;
	}
	.nav ul li b {
	font-size: 80%;
	}
	.btn_nav a {
	font-size: 90%;
	}
	.popup_box .recruit .logo {
	text-align: center;
	}
	.popup_box .recruit .txt {
	font-size: 80%;
	margin-bottom: 20px;
	}
	.popup_box .recruit .btn_nav a {
	justify-content: flex-start;
	padding-left: 20px;
	box-sizing: border-box;
	}
}
/* popup_box end */

@media screen and (min-width: 1200px) {
#visual::before {
content: "";
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg1.svg") no-repeat right bottom / 100% auto;
}
#prize_area::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg2.svg") no-repeat left top / 100% auto;
}
#outline_area::before {
content: "";
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg4.svg") no-repeat right bottom / 100% auto;
}
#schedule_area::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg2.svg") no-repeat left top / 100% auto;
}
#entry_area {
background: #333;
}
#entry_area::before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg5.svg") no-repeat right top / 100% auto;
}
#article_area::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg6.svg") no-repeat left top / 100% auto;
}
#article_area::after {
content: "";
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 100%;
width: calc(1200px + (100% - 1200px) / 2);
background: url("../images/bg4.svg") no-repeat right bottom / 100% auto;
z-index: 1;
}
}
/* edit */

/* 20250417 */
#report_area {
	position: relative;
}
#report_area::before {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: calc(1200px + (100% - 1200px) / 2);
    background:
url("../images/bg4.svg") no-repeat right bottom / 100% auto;
}
.video_event {
margin-top: 30px;
}
@media screen and (max-width: 768px) {
.video_event iframe {
	height: 250px;
}
}