@charset "utf-8";

*{
	box-sizing: border-box;
}

/* PC
-------------------------------------------------- */
@media screen and (min-width:1200px){

body{
	background: url("../img/main_pro.png") calc(50% + 400px) calc(50% + 10px) no-repeat, url("../img/bgi_mv.png") top center no-repeat;
	background-size: 1000px auto, cover;
	background-attachment: fixed, fixed;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.main img{
	width: 100%;
}

#contents{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#contents h2{
	font-family: "din-2014", sans-serif;
	color: #32a098;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 60px;
}

#contents h2 span{
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 20px;
}

/* SIDE
-------------------------------------------------- */
#sideBack{
	display: block;
	width: 100%;
	max-width: 370px;
	position: fixed;
	top: 60px;
	left: calc(50% - 600px);
	padding-top: 40px;
}

.side_catch{
	margin-bottom: 40px;
}

.side_catch p:nth-child(1){
	font-size: 26px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.side_catch p:nth-child(2){
	font-size: 30px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}

.side_catch p:nth-child(2) span{
	color: #32a098;
}

.side_logo{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 50px;
}

.side_logo img{
	width: 100%;
	max-width: 280px;
}

.side_logo p{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 20px;
}

.side_logo p span{
	display: block;
	font-family: "din-2014", sans-serif;
	font-size: 40px;
	line-height: 1em;
	font-weight: 500;
	margin-top: 10px;
}

.movie{
	margin-bottom: 40px;
	cursor: pointer;
	background: #ffffff;
}

.movie img{
	transition: 0.2s;
	width: 100%;
}
.movie:hover img{
	opacity: 0.9;
}

.side_link{
	display: block;
	border-radius: 50px;
	border: 1px solid #7a7a7a;
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
	padding: 20px 30px;
	text-decoration: none;
	background: url("../img/icon_arrow_right_wh.svg") center right 25px no-repeat;
	background-size: auto 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 20px rgba(255,255,255,0.2);
	transition: 0.2s;
}

.side_link:hover{
	background: url("../img/icon_arrow_right_wh.svg") center right 20px no-repeat, rgba(255,255,255,0.1);
	background-size: auto 20px, auto;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1000px;
	width: 100%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #ffffff;
	text-align: left;
	padding: 30px;
	border-radius: 10px;
}

.modal-container iframe{
	display: block;
	width: 100%;
	aspect-ratio: 560 / 315;
}

/* ABOUT
-------------------------------------------------- */
#about{
	background: #f5f7f7;
	padding: 60px 0;
}

#about h2{
	color: #32a098;
}

.catch{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}

.catch span{
	display: block;
	font-size: 26px;
}

.overview{
	font-size: 14px;
	text-align: left;
	margin-bottom: 60px;
	padding: 0 20px;
}

.calendar{
	padding: 0 10px;
}

.calendar li:not(:last-child){
	margin-bottom: 15px;
}

.calendar a{
	display: block;
	padding: 30px 50px;
	background: url("../img/icon_calendar.svg") center left 15px no-repeat, url("../img/icon_arrow_bottom_bk.svg") center right 15px no-repeat, #ffffff;
	background-size: 20px auto, 24px auto, auto;
	border-radius: 20px;
	box-shadow: 0 1px 5px rgba(118,118,118,0.35);
	text-decoration: none;
	transition: 0.2s;
}

.calendar a.noEvent{
	display: block;
	padding: 30px 50px;
	background: url("../img/icon_calendar.svg") center left 15px no-repeat, #ffffff;
	background-size: 20px auto, auto;
	border-radius: 20px;
	box-shadow: 0 1px 5px rgba(118,118,118,0.35);
	text-decoration: none;
	transition: 0.2s;
	pointer-events: none;
}

.calendar a:hover{
	transform: translateY(5px);
	box-shadow: 0 1px 3px rgba(118,118,118,0.35);
}

.calendar a p:nth-child(1){
	color: #32a098;
	font-size: 14px;
	font-weight: 600;
}

.calendar a p:nth-child(2){
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.calendar a p:nth-child(2) span{
	font-size: 14px;
}

/* PROCESS
-------------------------------------------------- */
#process{
	background: #32a098;
	padding: 60px 10px;
}

#process h2{
	color: #ffffff;
}

.step_list li{
	background: #ffffff;
	border-radius: 10px;
	padding: 40px 20px;
	box-shadow: 0 1px 3px rgba(118,118,118,0.35);
}

.step_list li:not(:last-child){
	margin-bottom: 20px;
}

.step_no{
	display: block;
	background: #32a098;
	color: #ffffff;
	border-radius: 100px;
	width: 80px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 2em;
}

.step_ttl{
	text-align: center;
	margin-bottom: 40px;
}

.step_img{
	text-align: center;
	margin-bottom: 40px;
}

.step_img img{
	max-width: 100%;
}

.step_txt{
	text-align: left;
	font-size: 14px;
}

.step_txt strong{
	color: #cc0000;
}

.step_txt span{
	font-size: 12px;
}

.step_link.pcOnly{display: block;}
.step_link.spOnly{display: none;}

.step_link{
	width: calc(100% - 20px);
	margin: 30px auto 0;
	background: url("../img/icon_arrow_right_wh.svg") center right 20px no-repeat, #cc0000;
	background-size: auto 24px, auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 20px 0;
	line-height: 1em;
	border-radius: 100px;
	transition: 0.2s;
	box-shadow: 0 1px 3px rgba(118,118,118,0.35);
}

.step_link:hover{
	background: url("../img/icon_arrow_right_wh.svg") center right 15px no-repeat, #cc0000;
	background-size: auto 24px, auto;
	opacity: 0.8;
}

.app_flex{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 30px 0;
}

.what_app{
	color: #235b9c;
	text-decoration: underline;
	font-size: 14px;
	background: url("../img/icon_window.svg") center right no-repeat;
	background-size: 12px auto;
	padding-right: 20px;
}

/* SCHEDULE
-------------------------------------------------- */
#schedule{
	background: #f5f7f7;
	padding: 60px 0;
}

#schedule h2{
	color: #32a098;
}

.stage::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #cccccc;
	margin: 50px 0;
}

.data{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	font-family: "din-2014", sans-serif;
	margin-bottom: 50px;
}

.data span{
	font-size: 14px;
	padding: 0 5px;
}

.tba{
	text-align: center;
	font-size: 20px;
}

.player_list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 10px;
}

.col-3 li{
	width: 120px;
	margin-bottom: 10px;
}

.col-3 .player{
	width: 100%;
	max-width: 120px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ffffff;
	text-align: center;
}

.col-2 li{
	width: 185px;
	margin-bottom: 20px;
}

.col-2 .player{
	width: 100%;
	max-width: 185px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 100%;
	background: #ffffff;
	text-align: center;
}

.player img{
	width: 100%;
	max-width: 185px;
}

.name{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.name::after{
	content: "選手";
	margin-left: 0.5em;
}

/* INFORMATION
-------------------------------------------------- */
#information{
	background: #f5f7f7;
	padding-bottom: 60px;
}

#information h2{
	color: #32a098;
}

.note{
	padding: 0 20px;
	margin-bottom: 60px;
}

.note li{
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

.note li strong{
	color: #cc0000;
}

.icon_x{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	width: 36px;
	aspect-ratio: 1 / 1;
	background: #000000;
	margin: 0 auto;
	border-radius: 100%;
}

.icon_x img{
	height: 100%;
}

}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1199px){

body{
	background: url("../img/main_pro.png") center center no-repeat, url("../img/bgi_mv.png") top center no-repeat;
	background-size: 1000px auto, cover;
	background-attachment: fixed, fixed;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.main img{
	width: 100%;
}

#contents{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#contents h2{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 60px;
}

#contents h2 span{
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 20px;
}

/* SIDE
-------------------------------------------------- */
#sideBack{
	display: none;
}

/* ABOUT
-------------------------------------------------- */
#about{
	background: #f5f7f7;
	padding: 60px 0;
}

#about h2{
	color: #32a098;
}

.catch{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}

.catch span{
	display: block;
	font-size: 26px;
}

.overview{
	font-size: 14px;
	text-align: left;
	margin-bottom: 60px;
	padding: 0 20px;
}

.calendar{
	padding: 0 10px;
}

.calendar li:not(:last-child){
	margin-bottom: 15px;
}

.calendar a{
	display: block;
	padding: 30px 50px;
	background: url("../img/icon_calendar.svg") center left 15px no-repeat, url("../img/icon_arrow_bottom_bk.svg") center right 15px no-repeat, #ffffff;
	background-size: 20px auto, 24px auto, auto;
	border-radius: 20px;
	box-shadow: 0 1px 5px rgba(118,118,118,0.35);
	text-decoration: none;
	transition: 0.2s;
}

.calendar a:hover{
	transform: translateY(5px);
	box-shadow: 0 1px 3px rgba(118,118,118,0.35);
}

.calendar a p:nth-child(1){
	color: #32a098;
	font-size: 14px;
	font-weight: 600;
}

.calendar a p:nth-child(2){
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.calendar a p:nth-child(2) span{
	font-size: 14px;
}

.calendar a.noEvent{
	display: block;
	padding: 30px 50px;
	background: url("../img/icon_calendar.svg") center left 15px no-repeat, #ffffff;
	background-size: 20px auto, auto;
	border-radius: 20px;
	box-shadow: 0 1px 5px rgba(118,118,118,0.35);
	text-decoration: none;
	transition: 0.2s;
	pointer-events: none;
}

/* PROCESS
-------------------------------------------------- */
#process{
	background: #32a098;
	padding: 60px 10px;
}

#process h2{
	color: #ffffff;
}

.step_list li{
	background: #ffffff;
	border-radius: 10px;
	padding: 40px 20px;
	box-shadow: 0 1px 3px rgba(118,118,118,0.35);
}

.step_list li:not(:last-child){
	margin-bottom: 20px;
}

.step_no{
	display: block;
	background: #32a098;
	color: #ffffff;
	border-radius: 100px;
	width: 80px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 2em;
}

.step_ttl{
	text-align: center;
	margin-bottom: 40px;
}

.step_img{
	text-align: center;
	margin-bottom: 40px;
}

.step_img img{
	width: 100%;
	max-width: 340px;
}

.step_txt{
	text-align: left;
	font-size: 14px;
}

.step_txt strong{
	color: #cc0000;
}

.step_txt span{
	font-size: 12px;
}

.step_link.pcOnly{display: none;}
.step_link.spOnly{display: block;}

.step_link{
	width: calc(100% - 20px);
	margin: 30px auto 0;
	background: url("../img/icon_arrow_right_wh.svg") center right 20px no-repeat, #cc0000;
	background-size: auto 24px, auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 20px 0;
	line-height: 1em;
	border-radius: 100px;
	transition: 0.2s;
	box-shadow: 0 1px 3px rgba(118,118,118,0.35);
}

.step_link:hover{
	background: url("../img/icon_arrow_right_wh.svg") center right 15px no-repeat, #cc0000;
	background-size: auto 24px, auto;
	opacity: 0.8;
}

.app_flex{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 30px 0;
}

.what_app{
	color: #235b9c;
	text-decoration: underline;
	font-size: 14px;
	background: url("../img/icon_window.svg") center right no-repeat;
	background-size: 12px auto;
	padding-right: 20px;
}

/* SCHEDULE
-------------------------------------------------- */
#schedule{
	background: #f5f7f7;
	padding: 60px 0;
}

#schedule h2{
	color: #32a098;
}

.stage::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #cccccc;
	margin: 50px 0;
}

.data{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	font-family: "din-2014", sans-serif;
	margin-bottom: 50px;
}

.data span{
	font-size: 14px;
	padding: 0 5px;
}

.tba{
	text-align: center;
	font-size: 20px;
}

.player_list{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	padding: 0 10px;
}

.col-3 li{
	width: 32%;
	margin-bottom: 20px;
}

.col-3 .player{
	width: 100%;
	max-width: 120px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ffffff;
	text-align: center;
}

.col-2 li{
	width: 49%;
	margin-bottom: 20px;
}

.col-2 .player{
	width: 100%;
	max-width: 185px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 100%;
	background: #ffffff;
	text-align: center;
}

.player img{
	width: 100%;
}

.name{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.name::after{
	content: "選手";
	margin-left: 0.5em;
}

/* INFORMATION
-------------------------------------------------- */
#information{
	background: #f5f7f7;
	padding-bottom: 60px;
}

#information h2{
	color: #32a098;
}

.note{
	padding: 0 20px;
	margin-bottom: 60px;
}

.note li{
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

.note li strong{
	color: #cc0000;
}

.icon_x{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	width: 36px;
	aspect-ratio: 1 / 1;
	background: #000000;
	margin: 0 auto;
	border-radius: 100%;
}

.icon_x img{
	height: 100%;
}

.modal-container{
	display: none;
}

}