@charset "UTF-8";

#vertical_movie + section video {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 70vh;
}


/* -------------------athlete_1-------------------- */
#athlete_1{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#athlete_1 p:not(:first-of-type){
	margin-left: 10px;
}
#athlete_1 p{
	text-align: center;
}
@media screen and (max-width: 780px){
	#athlete_1{
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 650px;
	}
	#athlete_1 p{
		width: 30%;
		margin-bottom: 20px;
	}
	#athlete_1 p:not(:first-of-type){
		margin-left: 0;
	}
}

/* -------------------comic-------------------- */
#comic p{
	text-align: center;
	margin-bottom: 60px;
}
#comic>div{
	position: relative;
	background: #fff;
	padding: 60px 20px 30px;
	background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px));
	background-size: 18px 18px;
	background-repeat: repeat;
	background-position: center center;
}
#comic>div::before{
	content: "";
	display: block;
	width: 157px;
	height: 51px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayamaissik-iseharacom/image/heading_allow.png) no-repeat;
}
#comic>div p{
	margin-bottom: 30px;
}
@media screen and (max-width: 600px){
	#comic p{
		margin-bottom: 30px;
	}
}

/* -------------------technique-------------------- */
#technique{
	background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px)),
		linear-gradient(90deg, transparent calc(100% - 2px), #f0f0f0 calc(100% - 2px));
	background-size: 18px 18px;
	background-repeat: repeat;
	background-position: center center;
	border: 1px solid var(--i_main_color);
	padding: 60px 20px;
	text-align: center;
}
#technique>div{
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 135px;
}
#technique>div::before{
	content: "";
	display: block;
	width: 323px;
	height: 56px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayamaissik-iseharacom/image/shinbu_yajirushi.png) no-repeat center;
}
#technique>div div{
	width: 45%;
	max-width: 400px;
	position: relative;
}
#technique>div div:first-of-type{
	margin-right: 100px;
}
#technique>div div:first-of-type::before{
	content: "";
	display: block;
	width: 61px;
	height: 61px;
	position: absolute;
	top: 30%;
	right: -82px;
	transform: translateY(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayamaissik-iseharacom/image/batsu.png) no-repeat;
}
#technique>div p{
	margin-bottom: 20px;
}
#technique h3{
	font-size: 3.6rem;
	font-weight: 600;
	color: var(--i_main_color);
	margin: 40px 0 25px;
}
#technique ul{
	display: flex;
	justify-content: space-between;
}
#technique ul li{
	list-style: none;
	padding-left: 0;
	width: 23%;
}
@media screen and (max-width: 780px){
	#technique>div{
		display: block;
	}
	#technique>div div,
	#technique>div div:first-of-type {
		margin: 0 auto 30px;
	}
	#technique>div div:first-of-type::before{
		display: none;
	}
	#technique>div div{
		width: 100%;
	}
	#technique>div::before {
		bottom: -95px;
		background-size: 220px;
	}
	#technique h3{
		font-size: 4.2vw;
	}
}
@media screen and (max-width: 600px){
	#technique{
		padding: 60px 20px 40px;
	}
	#technique ul{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#technique ul li{
		width: 45%;
		margin-bottom: 20px;
	}
}

/* -------------------recommend-------------------- */
#recommend{
	display: flex;
	justify-content: space-between;
}
#recommend>div{
	width: 48%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
}
#recommend dl{
	padding: 20px;
	margin-top: 10px;
	background: #ffffbf;
	border: 3px solid var(--i_main_color);
	flex: 1;
}
#recommend dl dd{
	margin-top: 10px;
}
@media screen and (max-width: 780px){
	#recommend{
		display: block;
	}
	#recommend>div{
		width: 100%;
		margin: 0 auto;
	}
	#recommend>div:last-of-type{
		margin-top: 60px;
	}
}

#mv.mv_mp4_pv .mv_nav {
    display: block!important;
}


