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

#stylePoint {}

#stylePoint #titBox {
	padding: 1% 0 3%;
	max-width: 1000px;
}
#stylePoint #titBox h3 {
	font-size: 30px;
	margin: 0 auto;
	border-bottom: #485ba0 solid 6px;
	padding-bottom: 0.3em;
	line-height: 1.3;
}
#stylePoint #titBox h3 span {
	font-size: 150%;
	color: #B29245;
}
#stylePoint #titBox .lead {
	font-size: 24px;
	text-align: center;
	padding: 0.6em 0 0;
}
#stylePoint #titBox .lead span.red {
	color: #C6000B;
}

#stylePoint #sec01 {
	background-image: url("../images/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 0;
	position: relative;
}
#stylePoint #sec01 .sakura01{
	position: absolute;
	widows: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.7;
	mix-blend-mode:multiply;
	pointer-events: none;
}
#stylePoint #sec01 .sakura02 {
	position: absolute;
	widows: 100%;
	bottom: 20%;
	left: 0;
	opacity: 0.7;
	mix-blend-mode:multiply;
	pointer-events: none;
}
#stylePoint #sec01 h3 {
	max-width: 1000px;
}
#stylePoint #sec01 h4 {
	text-align: center;
	font-size: 30px;
	color: #C6000B;
	padding: 1em 0;
}



#stylePoint #sec01 h4 {
	font-size: 32px;
	text-align: center;
	text-shadow: 0px 0px 4px #fff,0px 0px 6px #fff,0px 0px 8px #fff,2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff,-2px 2px 2px #fff;
}

#stylePoint #sec01 .flex {
	margin: 3% auto;
}
#stylePoint #sec01 .ytBox {
	
	margin: 30px auto 50px;
	max-width: 600px;
}
#stylePoint #sec01 .ifWrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	
}
#stylePoint #sec01 .ifWrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#stylePoint #sec01 .ytBox p {
	font-size: 18px;
	padding: 0.5em 0;
	text-align: center;
	line-height: 1.3;
	vertical-align:inherit;
}
#stylePoint #sec01 .ytBox p sup {
	vertical-align: super;
}
#stylePoint #sec01 .ytBox p.caption {
	font-size: 80%;
	padding: 0.3em 0;
}

#stylePoint #sec01 .sankaku {
	width: 120px;
	height: 50px;
	
	margin: 0 auto;
	border-top: #CB5069 50px solid;
	border-left: transparent 60px solid;
	border-right: transparent 60px solid;
}
#stylePoint #sec01 .btnBox {
	margin: 1% auto;
	width: 90%;
	max-width: 460px;
}
#stylePoint #sec01 .h4-01 {
	display: inline-block;
	margin: 0 auto;
	font-size: 24px;
	padding: 0;
	color: #000;
	position: relative;
}
#stylePoint #sec01 .h4-01::before {
	position: absolute;
	content:'　';
	right: 105%;
	bottom: 0;
	width: 1.6em;
	height:  1.6em;
	background-image: url("../images/kk01.svg");
	background-position: center center;
	background-size: contain;
		background-repeat: no-repeat;
}
#stylePoint #sec01 .h4-01::after {
	position: absolute;
	content:'　';
	left: 105%;
	bottom: 0;
	width:  1.6em;
	height:  1.6em;
	background-image: url("../images/kk02.svg");
	background-position: center center;
	background-size: contain;
		background-repeat: no-repeat;
}
#stylePoint #sec01 .h4-01.sarani {
	font-size: 34px;
	padding-top: 1em;
}
#stylePoint #sec01 .more {
	background-color: #fff;
	max-width: 1000px;
	padding: 2%;
	margin-bottom: 3%;
	border: #CC516A solid 5px;
	border-radius: 18px;
}
#stylePoint #sec01 .more p {
font-size: 24px;
	text-align: center;
	color: #c6000b;
}
#stylePoint #sec01 .more p.caption {
font-size: 12px;
	color: #000;
}



#stylePoint #sec01 .btnBox a {
	width: 49%;
	background-color: #485ba0;
	color: #fff;
	font-size: 16px;
	display: flex;
justify-content: center;
align-items: center;
	height: 3em;
}
#stylePoint #sec01 .btnBox a:nth-of-type(1) {
	width: 100%;
	margin-bottom: 10px;
	background-color: #C6000B;
}
#stylePoint #sec01 dl {
	padding: 3% 0;
	text-align: left;
	max-width: 1000px;
}
#stylePoint #sec01 dt {
	font-size: 20px;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: #000 solid 1px;
}
#stylePoint #sec01 dd {}
#stylePoint #sec01 dd p {
	text-indent: -1.3em;
	padding: 0.2em 0;
	line-height: 1.3;
	padding-left: 1.3em;
	
}
#stylePoint #sec01 dd p::before {
	content: '■';
	margin-right: 0.3em;
}
#stylePoint .backBtn a {
background-color: #485ba0;
color: #fff;
font-size: 18px;
padding: 0.5em 3em;
}


@media screen and (max-width: 959px) {
	#stylePoint #titBox h3 {
		font-size: 3vw;
		font-size: clamp(22px, 3vw, 24px);
		padding-bottom: 1em;
	}
	#stylePoint #titBox .lead {
		font-size: 2.2vw;
		font-size: clamp(16px, 2.2vw, 18px);
	}

	#stylePoint #sec01 h4 {
		font-size: 3vw;
		font-size: clamp(22px, 3vw, 24px);
	}
	#stylePoint #sec01 .more p {
		font-size: 2.5vw;
		font-size: clamp(18px, 2.5vw, 20px);
	}
	#stylePoint #movies .flex {
		max-width: 600px;
	}
	#stylePoint #movies .ytBox {
		width: 100%;
	}
	#stylePoint #sec01 dt {
		font-size: 2.2vw;
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#stylePoint #sec01 dd p {
		font-size:1.7vw;
		font-size: clamp(12px, 1.7vw, 14px);

	}

}
@media screen and (max-width: 599px) {
	#stylePoint #titBox h3 {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
		padding-bottom: 1em;
	}

	#stylePoint #titBox .lead {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#stylePoint #sec01 {
		padding: 6% 0;
	}
	#stylePoint #sec01 .sakura01,#stylePoint #sec01 .sakura02{
		display: none;
	}
	#stylePoint #sec01 h3 {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		max-width: 460px;
	}
	#stylePoint #sec01 h4 {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#stylePoint #sec01 .h4-01 {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#stylePoint #sec01 .h4-01.sarani {
		font-size: 6.4vw;
		font-size: clamp(23px, 6.4vw, 25px);
	}
	#stylePoint #sec01 .more {
		margin-bottom: 6%;
	}
	#stylePoint #sec01 .more p {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#stylePoint #sec01 .ytBox p {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#stylePoint #sec01 .ytBox p.caption {
		font-size: 10px;
	}
	#stylePoint #sec01 .btnBox a {
	 width: 100%;
		margin-bottom: 10px;
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#stylePoint #sec01 dt {
	font-size: 20px;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: #000 solid 1px;
}
	#stylePoint #sec01 dt {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		text-align: center;
	}
	#stylePoint #sec01 dd p {
		font-size: 11px;
	}
	#stylePoint #sec01 .sankaku {
		width: 80px;
		height: 30px;

		margin: 0 auto;
		border-top: #CB5069 30px solid;
		border-left: transparent 40px solid;
		border-right: transparent 40px solid;
	}

}
