@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.pc {display:block;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
#lf_wrap a{color: #000; text-decoration: none; text-align: center;}
.bold{font-size: 120%; font-weight: bold;}
.red{color: #CC0D10; font-weight: bold;}


#lf_wrap {
	clear: both;
	width:100%;
	max-width: 1200px;
	padding: 0;
	margin:0 auto 1%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	/*background-color: #EFEFEF;*/
}

.main {width: 25%; margin:5% 0 0 28%;}

.Lead_pc {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align:center;
	font-size:1.6rem;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}

#lf_wrap h1{margin: 15% auto 3%; font-size: 22px; font-weight: 500; text-align: center;}

/*item-----------------------*/
.item_box{ width: 90%; margin: 6% auto 0; display:flex;	flex-wrap:wrap;	justify-content: space-between;}
.item1{	width: 32%;	margin: 0 0 7%; /*display: flex; flex-direction: column;*/}
.item_img{ /*position: relative;*/ }

.btn_box {
	width: 97%;
	margin:2% 0 0 3%;
	/*margin-top: auto;*/
}

.cmt{
	width: 96%;
	margin:4% 0 0 4%;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}

/*Tag*/

/*.cmt2{width: 95%; position: absolute;  bottom: 7%; left: -2%;}

.tag{
	padding: 5px 10px 7px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
}

.cmt2:before {
  position: absolute;
  content: '';
}

.cmt2:before {
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #6A6A6A;
  border-left: 7px solid transparent;
}*/
/*
.credit {width: 92%; margin:2% 0 2% 0;}*/

.item_n{
	width: 100%;
	margin: 5% auto 0;
	font-size: 15px;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
}

.sml{font-size: 14px;}
.sml2{font-size: 1.4rem;}

.item_p{
	width: 100%;
	margin: 1% 0 0;
	font-size: 13px;
	text-align: center;
}

.tax{font-size: 70%;}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	margin: 2% auto 8%;
	text-transform: uppercase;
	margin-top: auto;
}


/* Button 1 */
.btn-1 {
	width: 100%;
    color: #fff;
    text-align: center;
    margin: 3% auto 5%;
    display: block;
    padding: 12px 0px;
    font-size: 1.5rem;
	font-weight: 700;
    background-color: #000;
	/*border: 1px solid #000;*/
}

.btn:hover {
	color: #000;
	background-color: #868686;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.point_video {display: block; width: 40%; margin: 0 auto 10%;}
.point_video iframe {width: 100%;}




@media only screen and (max-width: 750px) {
	#lf_wrap {width: 100%; padding: 0 0 2%;}
	.main {width: 50%; margin:5% 0 10% 5%;}
	.sp {display:block;}
	.pc{display: none;}
	
	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:0 auto;
		line-height:1.7em;
	}
	
	#lf_wrap h1{margin: 20% auto 3%; font-size: 16px;}
	
/*item-------------------------------------*/
	.item_box{width: 80%; margin: 8% auto 2%; /*padding-bottom: 2%;*/ display: block;}
	.item1{width: 100%; margin: 0 auto 20%;}

	.item_n{font-size: 13px;}
	.sml{font-size: 12px;}
	.sml2{font-size: 11px;}
	.item_p{font-size: 11px;}
	.cmt{width: 97%; margin: 3% 0 0 3%; font-size: 14px;}
	/*.cmt2{width: 97%; position: absolute;  bottom: 6%; left: -2%;}
	.tag{ padding: 5px 6px;  font-size: 11px; }
	
	.cmt2:before {
	  bottom: -8px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-top: 8px solid #6A6A6A;
	  border-left: 6px solid transparent;
	}*/
/* Button 1 */
	.btn-1 {
		width: 100%;
		margin: 4% auto 5%;
		padding: 8px 0px;
		font-size: 12px;
		letter-spacing: 3px;
	}
	
	.point_video {display: block; width: 98%; margin: 0 auto 15%;}


}
