@charset "UTF-8";

#hyokaIntro {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#hyokaIntro .introBlk{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	margin: 0 auto 0;
	padding: 1em;
}
#hyokaIntro .btn{
	color: #ffffff;
	line-height: 1.25em;
	white-space: normal;
	position: relative;
	display: block;
	width: fit-content;
	max-width: 100%;
	background: #fe8caa;
	border-radius: 30px;
	margin: 1em auto 0;
	padding: 0.75em 2.5em 0.75em 1em;
}
#hyokaIntro .btn::after{
	content: "";
	position: absolute;
	place-self: center;
	inset: auto;
	top: 0;
	right: 1.25em;
	left: auto;
	bottom: 0;
	display: block;
	width: 0.75em;
	height: 0.75rem;
	line-height: 1;
	box-sizing: border-box;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	margin: auto;
	padding: 0;
	transform: rotate(-45deg);
}
#hyokaIntro .btn:not(a){
	background: #aaaaaa;
	cursor: auto;
}
#hyokaIntro .btn:hover:not(a){
	opacity: 1;
}
#hyokaIntro #hyokaLead{
	background-color: #fed5dd;
	background-image: url("../../../img/usr/genre/rA3090105/bg_dcr01.jpg");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 18vw;
}
#hyokaIntro #hyokaLead h2{
	text-align: center;
	color: #ef426f;
}
#hyokaIntro #hyokaLead div{
	font-size: 1em;
	text-align: left;
	display: block;
	width: 100%;
	margin: 0 auto;
}
#hyokaIntro #hyokaLead p{
	margin: 1em 0 0;
}
#hyokaIntro #hyokaLead div p br{
	display: none;
}
#hyokaIntro #hyokaDelvry {
	padding-top: 1.5em;
}
#hyokaIntro #hyokaDelvry ul {
	display: block;
}
#hyokaIntro #hyokaDelvry ul li {
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#hyokaIntro #hyokaDelvry ul li:nth-of-type(n+2) {
	margin-top: 3.5rem;
}
#hyokaIntro #hyokaDelvry ul li:nth-of-type(n+2)::before {
	content: "";
	position: absolute;
	place-self: center;
	inset: auto;
	top: -2.5rem;
	right: 0;
	bottom: auto;
	left: 0;
	display: block;
	width: 40vw;
	height: 2rem;
	background: #5588a2;
	margin: auto;
	padding: 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#hyokaIntro #hyokaDelvry ul li .expPnt {
	text-align: center;
	font-weight: bold;
}
#hyokaIntro #hyokaDelvry img.cthImg {
	display: block;
	width: 100%;
	max-width: 820px;
	margin: 1em auto 0;
}
#hyokaIntro #hyokaOvrVw ul li {
	display: block;
	width: 100%;
	background: #ffffff;
	border: 4px solid #5588a2;
	margin: 1.5em auto 0;
	padding: 0;
}
#hyokaIntro #hyokaOvrVw ul li h3 {
	color: #ffffff;
	line-height: 1;
	display: block;
	background: #5588a2;
	margin: 0;
	padding: 0.5em 0.5em;
}
#hyokaIntro #hyokaOvrVw ul li h3 em{
	text-align: center;
	font-style: normal;
	color: #ffffff;
	display: inline-block;
	background: #de2a2a;
	border: 1px solid #ffffff;
	margin: 0 0 0 0.25em;
	padding: 0.15em 0.5em;
}
#hyokaIntro #hyokaOvrVw ul li:first-child {
	margin-top: 0;
}
#hyokaIntro #hyokaOvrVw ul li div {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 0;
	padding: 1em;
}
#hyokaIntro #hyokaOvrVw ul li div img {
	display: block;
	width: 80%;
	margin: 0 auto 0;
}
#hyokaIntro #hyokaOvrVw ul li div img:not(:first-of-type) {
	display: none;
}
#hyokaIntro #hyokaOvrVw ul li div div {
	justify-content: center;
	margin: 0;
	padding: 0;
}
#hyokaIntro #hyokaOvrVw ul li div div p {
	font-size: 1.5em;
	margin: 1rem 0 0;
}
#hyokaIntro #hyokaOvrVw ul li div div p span {
	font-size: 0.75em;
}
#hyokaIntro #hyokaOvrVw ul li div .btn {
	width: 12em;
	margin: 1rem 0 0;
	padding-left: 2em;
}
#hyokaIntro #hyokaOvrVw ul li div a.btn {
	background-color: #000000;
}
#hyokaIntro #hyokaOvrVw ul li.prdct_Brw h3 em {
	background-color: #d69812;
}
#hyokaIntro #hyokaMov iframe{
	display: block;
	width: 92vw;
	height: auto;
	min-height: 50vw;
	margin: 0 auto 0;
}


@media screen and (min-width:768px) {
	#hyokaIntro {
		max-width: 900px;
	}
	#hyokaIntro .btn{
		max-width: 600px;
	}
	#hyokaIntro #hyokaLead{
		padding-top: 124px;
	}
	#hyokaIntro #hyokaLead h2{
		text-align: center;
		font-weight: bold;
		margin: 0 auto;
	}
	#hyokaIntro #hyokaLead h2 br{
		display: none;
	}
	#hyokaIntro #hyokaLead div{
		font-size: 1.25em;
		text-align: center;
		width: 85%;
	}
	#hyokaIntro #hyokaLead div p br{
		display: block;
	}
	#hyokaIntro #hyokaDelvry ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#hyokaIntro #hyokaDelvry ul li {
		text-align: center;
		width: fit-content;
		margin: 0;
	}
	#hyokaIntro #hyokaDelvry ul li:nth-of-type(n+2) {
		margin: 0 0 0 70px;
	}
	#hyokaIntro #hyokaDelvry ul li:nth-of-type(n+2)::before {
		top: 0;
		right: auto;
		bottom: 0;
		left: -50px;
		width: 40px;
		height: 60px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
	#hyokaIntro #hyokaDelvry ul li img {
		width: 300px;
	}
	#hyokaIntro #hyokaDelvry ul li:nth-of-type(2) img {
		width: 420px;
	}
	#hyokaIntro #hyokaOvrVw ul li div img:nth-last-of-type(n) {
		display: block;
		width: 45%;
		margin: 0 auto 0;
	}
	#hyokaIntro #hyokaMov{
		padding-top: 2em;
	}
	#hyokaIntro #hyokaMov iframe{
		width: 560px;
		height: 315px;
		min-height: auto;
	}
}