@charset "UTF-8";
/* CSS Document */

/*
-----------------------------------------------
▼共通
----------------------------------------------- */
.inter{
	font-family: "Inter", sans-serif;
}
.under1405{
	display: none;
}
.under1100{
	display: none;
}
.under1000{
	display: none;
}
.under767{
	display: none!important;
}
.under500{
	display: none;
}
@media screen and (max-width: 1405px){
	.under1405{
		display: block;
	}
}

@media screen and (max-width: 1100px){
	.under1100{
		display: block;
	}
}
@media screen and (max-width: 1000px){
	.under1000{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.over768{
		display: none;
	}
	.under767{
		display: block!important;
	}
}
@media screen and (max-width: 500px){
	.under500{
		display: block;
	}
}
/*
-----------------------------------------------
▼hover
----------------------------------------------- */
.logo01 a:hover,
.logo_x a:hover,
.logo01_footer a:hover{
	opacity: 0.7;
}
/*
-----------------------------------------------
▼main img
----------------------------------------------- */
.main_img{
	margin-top: 100px;
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}
.main_img img{
	width: 100%;
}
.main_img_box{
	position: relative;
}
.deadline{
	position: absolute;
	width: 18%;
	right: 9%;
	bottom: 5%;
}
.deadline img{
	width: 100%;
}
.ttl-box01{
	text-align: center;
	margin-top: -5%;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.ttl-box01 h1{
	color: #00a5ae;
	font-size: 6.0rem;
	font-weight: 900;
	margin-bottom: 0.3em;
}
.ttl-box01 p{
	color: #00a5ae;
	font-size: 4.2rem;
	font-weight: 700;
}
.main_txt{
  font-feature-settings: "palt";
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 1.3em;
	margin-bottom: 1.6em;
	line-height: 1.9em;
}
.oubo_link a{
	background-color: #ee7948;
	display: inline-block;
	width: 74px;
	height: 287px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 18px 0 0 18px;
	text-align: center;
	padding-top: 30px;
	letter-spacing: 0.1em;
	transition: all 0.6s;
	position: fixed;
	top: 31%;
	left: calc(100% - 74px);
	z-index: 10;
}
.oubo_link a span{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.7rem;
	font-weight: 700;
}
.oubo_link a:hover{
	background-color: #fff262;
	color: #ee7948;
	transform: translateX(-30px);
	width: 104px;
}
.oubo_link a::before{
	content: url(../img/common/icon01.png);
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
}
.oubo_link a:hover::before{
	content: url(../img/common/icon03.png);
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1220px){
	.ttl-box01 h1{
		font-size: 5.5rem;
	}
	.ttl-box01 p{
		font-size: 3.3rem;
	}
	.ttl-box01{
		margin-top: -4%;
	}
}
@media screen and (max-width: 767px){
	.main_img{
		width: 100%;
	}
	.deadline{
		width: 28%;
		right: 4.7%;
		bottom: 0;
	}
	.ttl-box01 h1{
		font-size: 5.3rem;
	}
	.oubo_link{
		display: none;
	}
	.ttl-box01{
		margin-top: 1%;
	}
	.ttl-box01 p{
		text-align: left;
		display: inline-block;
		font-size: 3.1rem;
		letter-spacing: 0.08em;
		line-height: 1.5em;
	}
	.header-menu_box{
		width: 100%;
		padding: 12% 8%;
	}
}
@media screen and (max-width: 650px){
	.ttl-box01 h1{
		font-size: 7vw;
	}
	.ttl-box01 p{
		font-size: 4.2vw;
	}
}
@media screen and (max-width: 600px){
	.main_img{
		margin-top: 70px;
	}
	.main_txt{
		font-size: 1.5rem;
	}
}

/*
-----------------------------------------------
▼news
----------------------------------------------- */
.news_box{
	width: 100%;
	margin-bottom: 50px;
}
.news_box h2{
	color: #ffffff;
	background-color: #0e62a8;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.news_box dt{
	font-size: 1.8rem;
	font-weight: 500;
	width: 18%;
	padding: 1em 0 1em 1em;
}
.news_box dd{
	font-size: 1.8rem;
	width: 82%;
}
.news_box dl > div{
	border-bottom: dashed 1px #0e62a8;
}
.news_box dl a{
	text-decoration: none;
	color: #333333;
}
.news_box dl a {
	display: flex;
	align-items: center;
	transition: 0.6s all;
}

.news_box dl a:hover{
	background:#efefef;
}

@media screen and (max-width: 767px){
	.news_box h2{
		font-size: 2.4rem;
	}
	.news_box dt,
	.news_box dd{
		width: 100%;
		display: block;
	}
	.news_box dt{
		padding-bottom: 0;
		width: 100%;
	}
	.news_box dd{
		padding: 0.3em 1em 1em 1em;
	}
	.news_box dl a{
		flex-direction: column;
	}
}
@media screen and (max-width: 600px){
	.news_box h2{
		font-size: 2.1rem;
	}
	.news_box dt{
		font-size: 1.4rem;
	}
	.news_box dd{
		font-size: 1.4rem;
	}
}
/*
-----------------------------------------------
▼募集要項
----------------------------------------------- */
.bg01{
	background-image: url(../img/top/bg001.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 110px;
	padding-bottom: 100px;
}
.date02{
	width: 597px;
}
.date02 img{
	width: 100%;
}
.gl_list{
	margin-bottom: 60px;
}
.gl_list > li{
	display: flex;
	color: #ffffff;
	column-gap: 3%;
}
.gl_list > li:not(:last-child){
	margin-bottom: 40px;
}
.gl_list > li:not(:first-child){
	align-items: flex-start;
}
.ttl-type01{
	background-color: #ffffff;
	color: #0e62a8;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0.3em;
	letter-spacing: 0.09em;
	white-space: nowrap;
	width: 220px;
	text-align: center;
}
.gl_list ol{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	grid-row-gap: 0.5vw;
}
.gl_list ol > li{
	font-size: 2.2rem;
	font-weight: 500;
}
.gl_txt01{
	font-size: 1.9rem;
	font-weight: 500;
	line-height:1.8;
}
.gl_txt02{
	font-size: 1.9rem;
	font-weight: 500;
	margin-top: 0.5em;
	line-height: 1.8em;
}
.ttl-type02{
	border: solid 1px #ffffff;
	display: inline-block;
	padding: 0.3em 1em;
}
.btn01{
	text-align: center;
}
.btn01 a{
	color: #ffffff;
	text-decoration: none;
	align-items: center;
	background-color: #ee7948;
	display: inline-block;
	border-radius: 40px;
	padding: 0.6em 2.8em 0.6em 1.5em;
	position: relative;
	transition: all 0.5s;
	font-size: 3.3rem;
	font-weight: 700;
}
.btn01 a::before{
	content: url(../img/common/arrow01.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.3em;
	padding-top: 0.4em;
}
.btn01 a:hover::before{
	content: url(../img/common/arrow02.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.3em;
	padding-top: 0.4em;
}
.btn01 a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	border: solid 1px #ee7948;
	transform: scale(1.5, 1.5);
	opacity: 0;
	z-index: 1;
	border-radius: 40px;
}
.btn01 a:hover{
	background-color: #ffffff;
	color: #ee7948;
}
.btn01 a:hover::after{
	opacity: 1;
	transform: scale(1, 1);
}
.btn03 a{
	text-decoration: none;
	align-items: center;
	display: inline-block;
	border-radius: 40px;
	padding: 0.6em 2.8em 0.6em 1.5em;
	position: relative;
	transition: all 0.5s;
	/* font-size: 2.8rem; */
	font-size: 2.0rem;
	font-weight: 700;
}
.btn03 a::before{
	content: url(../img/common/arrow01.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	padding-top: 0.4em;
}
.btn03 a:hover::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	padding-top: 0.4em;
}
.btn03 a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	transform: scale(1.5, 1.5);
	opacity: 0;
	z-index: 1;
	border-radius: 40px;
}
.btn03 a:hover::after{
	opacity: 1;
	transform: scale(1, 1);
}
.gl01{
	width: 25%;
}
.gl02{
	width: 72%;
}
.gl_list > li:nth-child(4){
	align-items: center;
}
.orange{
	color: #ffffff;
	background-color: #ee7948;
}
.orange:hover::before{
	content: url(../img/common/arrow02.png);
}
.orange::after{
		border: solid 1px #ee7948;
}
.orange:hover{
		background-color: #ffffff;
	color: #ee7948;
}
.green{
	color: #ffffff;
	background-color: #00a5ae;
	letter-spacing: 0.08em;
}
.green::after{
	border: solid 1px #00a5ae;
}
.green:hover{
	background-color: #ffffff;
	color: #00a5ae;
}
.green:hover::before{
	content: url(../img/common/arrow03.png);
}
.btn_news{
	text-align: center;
	/* margin-bottom: 40px; */
	margin-bottom: 80px;
	margin-top:80px;
}
@media screen and (max-width: 1180px){
	.gl_con01{
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media screen and (max-width: 1100px){
	.date02{
		width: 480px;
		}
	.ttl-type01{
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 1020px){
	.ttl-type01{
		font-size: 1.8rem;
		width: 150px;
	}
	.gl01{
		width: 19%;
	}
	.gl02{
		width: 75%;
	}
}
@media screen and (max-width: 900px){
	.ttl-type01{
		width: 190px;
	}
		.gl_list > li{
		flex-direction: column;
		grid-row-gap: 3.5vw;
	}
	.date02{
		margin-left: auto;
		margin-right: auto;
	}
	.gl_list{
		margin-bottom: 40px;
	}
	.bg01{
		background-size: 145%;
		padding-top: 95px;
	}
	.gl_list > li:not(:first-child){
		align-items: center;
	}
	.ttl-type01{
		font-size: 2.6rem;
	}
	.gl_list ol > li{
		font-size: 2.3rem;
	}
	.gl_txt02{
		font-size: 1.9rem;
		line-height: 1.5em;
	}
	.gl_txt01{
		font-size: 1.9rem;
		line-height: 1.5em;
	}
	.ttl-type02{
		padding: 0.3em 2.2em;
	}
	.btn01 a{
		font-size: 2.5rem;
	}
	.btn01 a::after{
		transform: scale(1.2, 1.2);
	}
.btn03 a{
		font-size: 1.8rem;
	}
	.btn03 a::after{
		transform: scale(1.2, 1.2);
	}
.gl01{
	text-align: center;
	width:100%;
}
	.gl02{
		width: 72%;
		margin-left: auto;
		margin-right: auto;
	}
	.gl_con01{
		padding-left: 5vw;
		padding-right:5vw;
	}
	.gl_txt_tac{
	text-align: center;	
	}
}
@media screen and (max-width: 767px){
	.gl02{
		width: 100%;
	}
	.date02{
		width: 400px;
	}
}
@media screen and (max-width: 600px){
	.ttl-type01{
		font-size: 1.7rem;
		width:100%;
	}
	.gl_list ol > li{
		font-size: 1.6rem;
	}
	.gl_txt02{
		font-size: 1.5rem;
	}
	.gl_txt01{
		font-size: 1.5rem;
	}
	.ttl-type02{
		padding: 0.3em 1.5em;
		display: block;
	}
	.date02{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
		.btn01 a{
		font-size: 2rem;
	}
	.btn01 a::before{
		right: 0.8em;
	}
	.date02{
		width: 100%;
	}
}

/*
-----------------------------------------------
▼ゲスト
----------------------------------------------- */
.gl_con02{
	background-color: #ffffff;
	margin-top: 60px;
	padding: 50px 80px;
	/* 	display: flex;
	justify-content: center; */
}
.ttl-type03{
	color: #0e62a8;
	font-size: 2.3rem;
	font-weight: 700;
	padding-left: 1.2em;
	position: relative;
	margin-bottom:10px;
}
.ttl-type03::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #0e62a8;
	width: 22px;
	height: 22px;
}
.guest_list{
	display: flex;
	text-align: center;
	margin-top: 10px;
	column-gap:8%;
	flex-wrap:wrap;
}
.guest_list p,
.gl_box02_in p{
	font-size: 1.8rem;
	margin-top:5px;
}

.guest_list span,
.gl_box02_in span{
	font-size: 1.5rem;
	white-space: nowrap;
}
.guest_list li{
	/* width: 168px; */
	width: 28%;
	margin-bottom:36px;
}
.guest_img img{
	width: 100%;
}
.host{
	position: relative;
}


.gl_box02{
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	column-gap: 8%;
}


.gl_box02_in{
	width: 28%;
	text-align:center;
}

.gl_box02_in h3{
text-align:left;
}

@media screen and (max-width: 1100px){


.inner03{
	padding-left: 2vw;
	padding-right: 2vw;
}

	.gl_con02{
	margin-top: 60px;
	margin-left:3vw;
	margin-right:3vw;
	padding: 5vw;
	}
	.guest_list li,
	.gl_box02_in{
		width: 22vw;
	}
	.guest_list,
	.gl_box02{
		column-gap: 4.8vw;
	}

	.guest_img{
		margin-bottom: 8px;
	}
	.guest_list span{
		font-size: 1.7vw;
	}

}


@media screen and (max-width: 768px){

	.ttl-type03{
		font-size: 2.4vw; 
	}

.ttl-type03::before{
	width: 2.2vw;
	height: 2.2vw;
}

}

@media screen and (max-width: 767px){
}

@media screen and (max-width: 600px){

	.guest_list,
	.gl_box02{
		justify-content: space-between;
		column-gap: 2%;
	}


.gl_box02_in{
	width: 37vw;
}

	.guest_list li{
		width: 37vw;
	}

	.guest_list p,
	.gl_box02_in p{
		font-size: 1.5rem;
	}
	.guest_list span,
	.gl_box02_in span{
		font-size: 1.3rem;
	}

	.bg01{
		padding-bottom: 50px;
		padding-top: 55px;
	}
	.ttl-type03{
		font-size: 2rem;
	}
}
@media screen and (max-width: 500px){
	.guest_list p{
		font-size: 1.4rem;
	}
	.guest_list span{
		font-size: 2.2vw;
	}

	.ttl-type03{
		font-size: 1.5rem;
		padding-left: 1.5em;
	}

.ttl-type03::before{
	width: 15px;
	height: 15px;
}

	.ttl-type03.guest02{
		margin-left: 6vw;
	}
	.gl_con02{
		margin-top: 40px;
	}
}
/*
-----------------------------------------------
▼協賛
----------------------------------------------- */
.bg02{
	background-color: #f2f3f4;
	padding-bottom:0;
	/* padding-bottom: 70px; */
}
.ttl_con{
	justify-content: center;
	column-gap: 5%;
	padding-top: 35px;
	/* padding-bottom: 70px; */
	padding-bottom: 35px;
}
.ttl_box{
	display: flex;
	column-gap: 3%;
	align-items: center;
}
.ttl_box h2{
	font-size: 2.4rem;
	white-space: nowrap;
}
.ttl-type04{
	font-size: 2.0rem;
	color: #ffffff;
	background-color: #0e62a8;
	width: 81px;
	height: 36px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	line-height:36px;
}
.ttl-type05{
	color: #0e62a8;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}
.support_list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	grid-row-gap: 20px;
	justify-content: center;
	margin-top: 20px;
}
.support_list li{
	width: 17%;
}
.support_list li img{
	width: 100%;
}
@media screen and (max-width: 1100px){
		.support_list li{
		width: 22%;
	}
}
@media screen and (max-width: 825px){
		.ttl_con{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.ttl_box:not(:last-child){
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 767px){
	.ttl_box{
		column-gap: 17px;
	}
	.bg02{
		/* padding-bottom: 40px; */
	}
	.ttl_box h2{
		font-size: 2.6rem;
	}
	.ttl-type04{
		font-size: 1.8rem;
		width: 60px;
		height: 27px;
		line-height:27px;
	}
	.ttl-type05{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 600px){
	.ttl-type05{
		font-size: 1.6rem;
	}
	.ttl_box h2{
		font-size: 2rem;
	}
	.ttl-type04{
		font-size: 1.4rem;
		line-height: 1.4em;
		line-height: 1.6em;
		width: 50px;
		height: 23px;
	}
	.support_list{
		grid-row-gap: 10px;
	}
}
@media screen and (max-width: 500px){
	.ttl_box h2{
		font-size: 1.4rem;
	}
	.ttl-type04{
		font-size: 1.3rem;
	}
}
/*
-----------------------------------------------
▼footer
----------------------------------------------- */
footer{
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}
.logo01_footer{
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8em;
}
.logo01_footer img{
	width: 100%;
}
footer small{
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 0.4em;
}

@media screen and (max-width: 767px){
	.logo01_footer{
		width: 45%;
	}
}
@media screen and (max-width: 600px){
	footer small{
		font-size: 1.4rem;
	}
}
/*
-----------------------------------------------
▼sp-banner
----------------------------------------------- */
.sp-banner{
	display: none;
}
@media screen and (max-width: 767px){
	.sp-banner{
		display: block;
	}
.sp-btn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 10;
}
.sp-btn img{
	width: 100%;
}

.sp-btn a:hover{
	opacity: 0.7!important;
}
	footer{
		/* height: 53vw; */
		height: 35vw;
		padding-bottom: 0;
	}
}
/*
-----------------------------------------------
▼page top button
----------------------------------------------- */
button.page-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #ffffff;
	background-color: #00a5ae;
	border: solid 2px #00a5ae;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}
button.page-top i{
	font-size: 2rem;
}
button.page-top p{
	font-size: 1.6rem;
	margin-top: 0.1em;
	font-weight: 700;
}
.is-active{
	opacity: 1!important;
	visibility: visible!important;
}
button.page-top:hover{
	background-color: #ffffff;
	color: #00a5ae;
}
@media screen and (max-width: 767px){
	button.page-top{
		bottom: 24%;
	}
}
@media screen and (max-width: 600px){
	button.page-top{
		bottom: 20%;
	}
}
@media screen and (max-width: 600px){
	button.page-top{
		/* bottom: 15%; */
		bottom: 7%;
		width: 60px;
		height: 60px;
	}
	button.page-top i{
		font-size: 1.5rem;
	}
	button.page-top p{
		font-size: 1.4rem;
	}
}
/*
-----------------------------------------------
▼アニメーション
----------------------------------------------- */
.fadeUp{
  opacity: 0; 
  transform: translateY(30px); 
  transition: opacity .8s, transform .8s; 
}
.fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: .5s; 
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-inview {
  opacity: 1;
}

/* --------------------------
        ページャー
---------------------------*/

.pager{
text-align:center;
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal !important;
	margin-bottom: 40px;
}

.pager a:hover{
	color:#ccc;
}

a.page-numbers{
	background:rgba(0,0,0,0);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:4px;
	padding:4px 10px;
	margin:0 4px;
        text-decoration:none !important;
}

.pager .current{
	border-radius:4px;
	padding:4px 10px;
	margin:0 6px;
        text-decoration:none !important;
	background:rgba(0,166,217,1);
	border:solid 1px rgba(0,166,217,1);
	color:rgba(255,255,255,1);
}



.inner_main_txt{
	max-width: 760px;
	margin:60px auto 80px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 767px){
.inner_main_txt{
	margin:30px auto 40px;
}
}



/* --------------------------
        ムービー
---------------------------*/
div.vid_contents {
width: 100%;
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;
background: #e6e6e6;
}
video.vid_main {
width: 100%;
max-width: 900px;
}