@charset "utf-8";
html {font-size: 62.5%;}

body {padding:0; margin:0;}


#lf_wrap {
	clear: both;
	width:100%;
	max-width: 900px;
	padding: 0 0 5%;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
}

#lf_wrap .main {
	width: 100%;
	margin:2% auto 3%;
}
/*#lf_wrap .main2 {
	width: 100%;
	margin:2% auto 3%;
}
*/
#lf_wrap .sp {
	display:none;
}
	
.Lead_pc {
	/*font-weight:bold;*/
	text-align:center;
	font-size:1.8rem;
	padding:0 ;
	margin:0 auto;
	line-height:1.8em;
	color: #000000;
}

.Lead_sp {
	display: none;
}

#lf_wrap a{
	color: #000;
	text-decoration: none;
	text-align: center;
}


.Red {color: #FF0004;}

.clear {clear:both;}


/*item-----------------------*/
.item_content{
	width: 100%;
	margin: 5% auto 0;
}

.item_wrap{
	width: 100%;
	margin: 5% auto 0;
}

.item_box{
	width: 90%;
	margin: 0 auto 3%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.item1{
	width: 25%;
}


.credit {
	width: 100%;
	margin:2% auto 0;
}

.item_n{
	width: 100%;
	margin: 1% 0 0;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6em;
	font-weight: 500;
}

.item_p{
	width: 100%;
	margin: 1% 0 0;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 400;
}
.tax{font-size: 70%;}

.cmt{
	width: 100%;
	margin: 2% auto;
	/*padding: 3% 2%;*/
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6em;
	font-weight: 300;
}





.btn_wrap{
	width: 90%;
	margin: 0 auto 10%;
}


.btn_box{
	width: 50%;
	float: left;
	padding: 0 2%;
	box-sizing: border-box;
}

/* General button style (reset) */
.btn {
	width: 99%;
    padding: 8px 0px;
    font-size: 1.2rem;
	font-weight: 700;
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	/*margin: 2% auto 8%;*/
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

.btn:hover {
	color: #000;
	background-color: #aaa;
	/*border: solid 1px #aaa;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 1 */
.btn-1 {
    /*border: #000 1px solid;*/
    text-align: center;
    margin: 4% auto 0;
    color: #fff;
    background-color: #000;
}

.btn-2 {
    /*border: #000 1px solid;*/
    text-align: center;
    margin: 4% auto 0;
    color: #fff;
    background-color: #4A4A4A;
}



.anime1 {
	position: relative;
	max-width: 275px;
	width: 100%;
	height: 400px;
	/*height: 23vw;*/
}

.image1 {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 4s infinite;
	/*animation-timing-function: steps(1, end);*/
}

.image1:nth-of-type(1) {
	animation-delay: 0s;
}
.image1:nth-of-type(2) {
	animation-delay: 2s;
}


@keyframes change-img-anim {
	0% {opacity: 0;}
	0.01% {opacity: 1;}
	49.99% {opacity: 1;}
	55% {opacity: 0;}
}


/*.image2 {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim2 8s infinite;
}

.image2:nth-of-type(1) {
	animation-delay: 0s;
}
.image2:nth-of-type(2) {
	animation-delay: 2s;
}
.image2:nth-of-type(3) {
	animation-delay: 4s;
}
.image2:nth-of-type(4) {
	animation-delay: 6s;
}

@keyframes change-img-anim2 {
	0% {opacity: 0;}
	0.01% {opacity: 1;}
	24.99% {opacity: 1;}
	26% {opacity: 0;}
}*/



@media only screen and (max-width: 750px) {
	#lf_wrap .main {
		margin:1% auto 4%;
		width: 100%;
	}
	#lf_wrap .pc {
		display:none;
	}
	#lf_wrap .sp {
		display:block;
	}
	.Lead_pc {
		display: none;
	}

	.Lead_sp {
		display: block;
		text-align:center;
		font-size:1.3rem;
		width: 98%;
		margin:5% auto 10%;
		line-height:1.9em;
		/*font-weight: bold;*/
	}
	

	/*.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}*/
	
	
/*item-------------------------------------*/

	.item_wrap{
		width: 100%;
	}
	
	.item_box{
		width: 100%;
		margin: 0 auto 3%;
	}
	
	.credit {
		width: 98%;
		margin:3% auto 0;
	}


	.item_n{
		font-size: 1.4rem;
		/*text-align: left;*/
	}

	.item_p{
		font-size: 1.2rem;
		/*text-align: left;*/
	}
	
	.cmt{
		font-size: 1.2rem;
		line-height: 1.6em;
	}

	
	.anime1 {
		width: 100%;
		height: 30vw;
	}
	
	/* General button style (reset) */
	.btn {
		width: 99%;
		padding: 4px 0px;
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: 1px;
	}

}

