@charset "utf-8";
html {
  font-size: 62.5%;
}

body {
	padding:0;
	margin:0;
}


#lf_wrap {
	clear: both;
	width:100%;
	max-width: 985px;
	padding: 0 0 5%;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	/*background-color: #ffd5e7;*/
	font-size: 16px;
}
/*#lf_wrap p {
	padding:0;
	margin:0;
}*/


.main {
	max-width:985px;
	width: 100%;
	margin:0 auto 3%;
	position:relative;
}

#lf_wrap .sp {
	display:none;
}
	
.Lead_pc {
	/*font-weight:bold;*/
	text-align:center;
	font-size:1.8rem;
	padding:0 ;
	margin:3% auto 5%;
	line-height:1.8em;
	color: #000000;
}

.Lead_sp {
	display: none;
}

.bold{
	/*font-size: 105%;*/
	font-weight: bold;
	display: inline-block;
	margin-bottom: 2%;
}

strong {
	font-size: 115%;
	font-weight: bold;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}

.Red {
	color: #FF0004;
}

.clear {
	clear:both;
}

/*.lineTrigger{
	width: 98%;
	margin: 2% auto 5%;
	padding: 20px;
	box-sizing:border-box;
	text-align: center;
	font-size: 3rem;
	font-family: "Arial Black", Gadget, "sans-serif";
	letter-spacing: 0.03em;
}*/



/*item-----------------------*/
.item_box{
	width: 99%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.item1{
	width: 32%;
	/*padding: 1%;*/
	/*margin: 0 auto;*/
}

#lf_wrap a{
	color: #000;
	text-decoration: none;
	text-align: center;
}

/*#lf_wrap .cmt {
	text-align:left;
	font-size:1.1rem;
	margin:2% auto 0;
}*/

.credit {
	width: 100%;
	margin:2% auto;
}

.item_s{
	width: 96%;
	margin: 0 0 0;
	/*padding: 3% 2%;*/
	font-size: 1.3rem;
	text-align: right;
	line-height: 1.6em;
	font-weight: 500;
	color: #e04429;
	/*background-color: #e8adae;*/
}

.item_n{
	width: 100%;
	margin: 1% 0 0;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6em;
	font-weight: 500;
}

.item_p{
	width: 100%;
	margin: 1% 0 0;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 500;
}

.tax{
	font-size: 70%;
}


/* General button style (reset) */
.btn {
	width: 45%;
    margin: 4% 2%;
    color: #fff;
    text-align: center;
	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;
	
}


/* Button 1 */
.btn-1 {
    padding: 8px 0px;
    font-size: 1.2rem;
	font-weight: 700;
    background-color: #000;
}

.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 2 */
.btn-2 {
    padding: 8px 0px;
    font-size: 1.2rem;
	font-weight: 700;
    background-color: #686868;
}



.anime1 {
	position: relative;
	max-width: 420px;
	width: 100%;
	height: 420px;
	/*height: 23vw;*/
	margin: 0 auto ;
}

.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;}
}


@media only screen and (max-width: 750px) {
	#lf_wrap .main {
		margin:0 auto 4%;
		width: 100%;
	}
	#lf_wrap .main .pc {
		display:none;
	}
	#lf_wrap .main .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;
	}
	
	.lineTrigger{
		width: 98%;
		margin: 2% auto 6%;
		padding: 20px;
		font-size: 1.8rem;
	}


/*item-------------------------------------*/
	.item_box{
		width: 78%;
		margin: 10% auto 0;
		padding-bottom: 2%;
	}
	
	.item1{
		width: 100%;
		margin: 0 auto 15%;
	}

	.item_s{
		width: 96%;
		margin: 0 0 0;
		/*padding: 3% 2%;*/
		font-size: 1.2rem;
		line-height: 1.6em;
	}

	.item_n{
		font-size: 1.6rem;
		/*text-align: left;*/
	}

	.item_p{
		font-size: 1.3rem;
		/*text-align: left;*/
	}
	
	.anime1 {
	width: 100%;
	height: 100vw;
	margin: 0 auto ;
}
	
}
