@charset "UTF-8";
/* CSS Document */

.pc_non { display: block; }
.sp_non { display: non; }


body {
	--width_base: 100%;
	--width: 740;
}


.youtube {
	width: 100%;
}
.youtube.tt {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube.yy {
	width: 100%;
	aspect-ratio: 9 / 16;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	display: block;
}


#mainimages {
	background-color: #d3e8f9;
}

.img-area {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	
	width: var(--width_base);
	height: 0;
	margin: auto;
}
#img01 {
	--height: 1060;
	
	background-image: url("../images/sp01.png");
	padding-top: calc(var(--height) / var(--width) * 100%); /* (縦 / 横) * 100% */
}
#img02 {
	--height: 1400;
	
	background-image: url("../images/sp02.png");
	padding-top: calc(var(--height) / var(--width) * 100%); /* (縦 / 横) * 100% */
}
#img03 {
	--height: 1228;
	
	background-image: url("../images/sp03.png");
	padding-top: calc(var(--height) / var(--width) * 100%); /* (縦 / 横) * 100% */
}
#img04 {
	--height: 1628;
	
	background-image: url("../images/sp04.png");
	padding-top: calc(var(--height) / var(--width) * 100%); /* (縦 / 横) * 100% */
}
#img05 {
	--height: 640;
	
	background-image: url("../images/sp05.png");
	padding-top: calc(var(--height) / var(--width) * 100%); /* (縦 / 横) * 100% */
}
#img06 {
	--height: 2060;
	
	background-image: url("../images/sp06.png");
	padding-top: calc(var(--height) / var(--width) * 100%); /* (縦 / 横) * 100% */
}

#img01 {
	position: relative;
}
#img01 #sp-img {
	width: 80%;
	height: 30%;
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% - 40%);
	box-sizing: border-box;

	transform: rotate(-6.7deg);
	transform-origin: center;
}
#img01 #sp-img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/img_sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	position:absolute;
}
#img01 #sp-img #youtube-cm {
	width: 76%;
	margin: 5.6% auto;
	background-color: #000;
}


#moves {
	padding: 3em 1em;
	background-color: #fff;
}
#moves h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
#moves ul {
	display: grid;
	gap:1em;
}
#moves ul.tate {
	grid-template-columns: repeat(1, 1fr);
}
#moves ul.yoko {
	grid-template-columns: repeat(2, 1fr);
}
#moves ul + ul {
	margin-top: 1em;
}


#footer {}
#footer strong {
	font-weight: bold;
}
#footer #button {
	background-color: #d3e8f9;
	padding: 20px 0;
}
#footer #button a {
	background-image: linear-gradient(90deg, #1d4fb8, #00329b);
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: unset;
	
	width: min(80%, calc(var(--width_base) - 100px));
	margin: auto;
	padding: 20px;
	display: grid;
	box-sizing: border-box;
	border-radius: 50px;
	box-shadow: 5px 5px 0px 0 #ccc;
}

#footer dl {
	margin: 2em 0 1em;
	display: grid;
	gap: 1em;
	place-content: center;
	place-items: center;
}
#footer dl dt {
	font-size: 18px;
	font-weight: bold;
}
#footer dl dd {}
#footer dl dd h5 {
	text-align: center;
}
#footer dl dd strong {
	font-size: 18px;
}
#footer #copy {
	font-size: 12px;
	text-align: center;
}




/*-
	PC版（821px以上）ここから
------------------------------------------------- */
@media screen and (min-width:821px), print{
	
	.pc_non { display: non; }
	.sp_non { display: block; }
	
	body {
		--width_base: 1200px;
		--width: 1500;
	}
	.img-area {
	}
	#img01 {
		--height: 686;
		
		background-image: url("../images/pc01.png");
		padding-top: calc(var(--width_base) / var(--width) * var(--height));
	}
	#img02 {
		--height: 736;
		
		background-image: url("../images/pc02.png");
		padding-top: calc(var(--width_base) / var(--width) * var(--height));
	}
	#img03 {
		--height: 614;
		
		background-image: url("../images/pc03.png");
		padding-top: calc(var(--width_base) / var(--width) * var(--height));
	}
	#img04 {
		--height: 1296;
		
		background-image: url("../images/pc04.png");
		padding-top: calc(var(--width_base) / var(--width) * var(--height));
	}
	#img05 {
		--height: 468;
		
		background-image: url("../images/pc05.png");
		padding-top: calc(var(--width_base) / var(--width) * var(--height));
	}
	#img06 {
		--height: 754;
		
		background-image: url("../images/pc06.png");
		padding-top: calc(var(--width_base) / var(--width) * var(--height));
	}
	
	#img01 {}
	#img01 #sp-img {
		width: 640px;
		height: 250px;
		top: 100px;
		left: 30px;
	}
	#img01 #sp-img #youtube-cm {
		width: 371px;
		margin: 22px auto;
	}
	
	#moves {
		width: var(--width_base);
		box-sizing: border-box;
		margin: auto;
		padding: 3em 5em;
	}
	#moves h4 {
		font-size: 24px;
	}
	#moves ul.tate {
		grid-template-columns: repeat(1, 1fr);
	}
	#moves ul.tate .tt {
		width: 600px;
		margin: auto;
	}
	#moves ul.yoko {
		grid-template-columns: repeat(3, 1fr);
	}
	
	
	#footer #button a {}
	
}

