@charset "utf-8";


/**************************************************50
 * intro
 **************************************************/
#intro{
	position: relative;
	text-align: center;
}
#intro:before{
	padding-top: 100vh;
	padding-top: 100svh;
	content: "";
	display: block;
	pointer-events: none;
}
#intro #slider{
}
#intro #slider > li{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}
_::-webkit-full-page-media, _:future, :root #intro #slider > li{
	background-attachment: scroll;
}
#intro_caption{
	position: absolute;
}
#intro_caption{
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
#intro_caption > strong{
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#intro_caption > strong span{
	color: #BF0D23;
}
#intro_scroll{
	cursor: pointer;
	height: 3.125em;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-shadow:
		rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) -1px -1px 0,
		rgba(0, 0, 0, 0.2) -1px 1px 0, rgba(0, 0, 0, 0.2) 1px -1px 0,
		rgba(0, 0, 0, 0.2) 0px 1px 0, rgba(0, 0, 0, 0.2)  0-1px 0,
		rgba(0, 0, 0, 0.2) -1px 0 0, rgba(0, 0, 0, 0.2) 1px 0 0;
	width: 2.375em;
	z-index: 11;
}
#intro_scroll span{
	color: #F2F2F2;
	display: block;
	font-size: 75%;
	letter-spacing: 0.05em;
	height: 2em;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	text-align: center;
	width: 4em;
}
#intro_scroll:before{
	background: #F2F2F2;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
	content: "";
	height: 0.75em;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0.75em;
	animation:
		scrollmove 4s ease-in-out infinite,
		scrollmovehide 4s ease-out infinite;
}
#intro_scroll:after{
	background: #F2F2F2;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
	content: "";
	height: 3.125em;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0.125em;
}
@keyframes scrollmove{
	0%{top: -0.3125em;}
	25%{top: 3.125em;}
	100%{top: 3.125em;}
}
@keyframes scrollmovehide{
	0%{opacity: 0}
	12.5%{opacity: 1;}
	20%{opacity: 0.9;}
	25%{opacity: 0;}
	100%{opacity: 0;}
}
@media screen and (max-width:767px){
	#intro{
	}
	#intro_caption{
	}
	#intro.landscape #intro_caption{
		text-align: left;
	}
	#intro.portrait #intro_caption{
		font-size: 125%;
	}
	#intro_caption > strong{
	}
	#intro.landscape #intro_caption strong{
		height: 11em;
		padding-top: 1em;
	}
	#intro.portrait #intro_caption strong{
		height: 20em;
	}
	#intro.landscape #intro_caption br{
	}
	#intro.portrait #intro_caption br{
		display: none;
	}
	#intro.portrait #intro_caption .mdi-blank{
		display: none;
	}
}
@media screen and (min-width:768px){
	#intro{
	}
	#intro_caption{
		font-size: 150%;
	}
	#intro_caption > strong{
		height: 18em;
		padding-top: 0.5em;
	}
	#intro.landscape #intro_caption br,
	#intro.portrait #intro_caption br{
		display: none;
	}
	#intro.landscape #intro_caption .mdi-blank,
	#intro.portrait #intro_caption .mdi-blank{
		display: none;
	}
}


/**************************************************50
 * standard
 **************************************************/
#standard{
	background-color: #E2E0D4;
}
#standard_bubble{
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#standard_box{
	text-align: center;
}
#standard_box picture{
}
#standard_box picture img{
	width: 100%;
}
#standard_box figcaption{
	text-align: left;
}
#standard_box figcaption p{
	margin-top: 1em;
}
@media screen and (max-width:767px){
	#standard{
	}
	#standard_bubble{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/standard/back_015.jpg");
		background-position: 37.5% top;
		padding: 1.5625% 0 3.125%;
	}
	#standard_bubble img[src$="text.svg"]{
		margin-right: 1.5625%;
		width: 75%;
	}
	#standard_box{
		padding-bottom: 6.25%;
	}
	#standard_box picture{
	}
	#standard_box figcaption{
	}
	#standard_box figcaption p{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#standard{
	}
	#standard_bubble{
		background-position: left top;
	}
	#standard_box{
		padding-bottom: 3.125em;
	}
}
@media screen and (min-width:768px) and (max-width:1279px){
	#standard_bubble{
		padding: 12.5% 0;
	}
	#standard_bubble img[src$="text.svg"]{
		margin-right: 3.125%;
		width: 56.25%;
	}
	#standard_box picture{
	}
	#standard_box figcaption{
		padding-top: 2.125em;
	}
	#standard_box figcaption p{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#standard_bubble{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/standard/back_014.jpg");
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	#standard_bubble{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/standard/back_013.jpg");
	}
}
@media screen and (min-width:1024px) and (max-width:1280px){
	#standard_bubble{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/standard/back_012.jpg");
	}
}
@media screen and (max-width:1279px){
	#standard_bubble{
		text-align: right;
	}
}
@media screen and (min-width:1280px){
	#standard_bubble{
		padding: 15% 0;
		text-align: left;
	}
	#standard_bubble img[src$="text.svg"]{
		margin-left: 45%;
		width: 42.5%;
	}
}
@media screen and (min-width:1281px) and (max-width:1599px){
	#standard_bubble{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/standard/back_011.jpg");
	}
}
@media screen and (min-width:1600px){
	#standard_bubble{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/standard/back_010.jpg");
	}
}


