@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
	.main{
		margin: 0 auto;
	}
	.main p{
		line-height: 160%;
	}
	.main .intro{
		font-size: 30px;
		text-align: center;
		color:#ff0000;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.main .mb{
		margin: 0 auto 40px;
		width: 840px !important;
	}
	.main .sub_mb{
		margin: 0 0 40px;
	}
	.main .min_mb{
		margin: 0 0 20px;
	}
	.main .item_inner{
		width: 840px;
		margin: 0 auto;
	}
	.main .item_inner .intro{
		font-weight: bold;
		font-size: 17px;
		line-height: 160%;
		padding: 0 15px;
		margin: 0 0 35px;
	}
	.main .item_inner .intro .red{
		color: #f31313;
	}
/*===== fv =====*/

.lp2020803-fv{
	border: 2px solid #d62326;
	color: #d62326;
	text-align: center;
	font-weight: bold;
	font-size: 27px;
	padding: 30px 0;
	width: 90%;
	margin: 0 auto 40px;
}

.lp2020803-fv span{
	font-weight: normal;
	font-size: 16px;
	margin: 0 20px 0 0;
}


/*===== offer =====*/

.lp2020803-offer{
	margin: 80px 0 100px;
	overflow: hidden;
}

/* .lp2020803-offer_target{
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 60px;
}

.lp2020803-offer_target span{
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}

.lp2020803-offer_target::after{
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
} */

.lp2020803-offer_wrap{
	width: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.lp2020803-offer_img{
	width: 310px;
}

.lp2020803-offer_ttl{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 30px;
}

.lp2020803-offer_shipping{
	border: 1px solid #d52425;
	color: #d52425;
	width: 200px;
	margin: 0 0 15px auto;
	text-align: center;
	padding: 5px 0;
}

.lp2020803-offer_note{
	color: #d52425;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

.lp2020803-offer_price_box{
	text-align: right;
	margin: 0 0 10px;
}

.lp2020803-offer_price--black{
	font-size: 17px;
	display: inline;
}

.lp2020803-offer_price--black span{
	font-size: 13px;
}

.lp2020803-offer_price--red{
	font-size: 30px;
	display: inline;
	color: #d52425;
	font-weight: bold;
}

.lp2020803-offer_price--red span{
	font-size:20px;
}

.lp2020803-offer_btn a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	background: #d52425 url('img/ico_cart_btn.png') 15px center / 26px no-repeat;
	color: #ffffff;
	line-height: 1.6;
	position: relative;
	width: 240px;
	margin: 0 0 0 auto;
}

.lp2020803-offer_btn a::after{
	content: '>';
	position: absolute;
	right: 20px;
	font-size: 14px;
	transition: .4s;
}

.lp2020803-offer_btn a:hover::after{
	right: 15px;
	transition: .4s;
}

/*===== feature =====*/

.lp2020803-feature{
	padding: 0 0 100px;
	border-bottom: 2px solid #000;
}

.lp2020803-feature_ttl{
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	margin: 0 0 25px;
}

.lp2020803-feature-list{
	margin: 0 0 50px;
}

.lp2020803-feature-list li{
    margin: 0 0 2px;
    width:640px;
    height: 420px;
    box-sizing: border-box;
	padding: 20px 0 0 30px;
	margin: auto;
}

.lp2020803-feature-list li:first-child{
	background: url(img/feature01.jpg) no-repeat center top;
}

.lp2020803-feature-list li:nth-child(2){
	background: url(img/feature02.jpg) no-repeat center top;
}

.lp2020803-feature-list li:nth-child(3){
    background: url(img/feature03.jpg) no-repeat center top;
}

.lp2020803-feature-list li:nth-child(3) .ttl{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #000;
    font-size: 65px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 120%;
}

.lp2020803-feature-list li:nth-child(3) .txt{
    color:#000;
    font-size: 18px;
    line-height: 170%;
	margin: 0 0 0 5px;
}

.lp2020803-feature-list li:nth-child(2) .ttl,
.lp2020803-feature-list li:first-child .ttl{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    margin: 0 0 10px;
	line-height: 120%;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.lp2020803-feature-list li:nth-child(2) .txt,
.lp2020803-feature-list li:first-child .txt{
    color:#fff;
    font-size: 18px;
    line-height: 170%;
	margin: 0 0 0 5px;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.lp2020803-feature_note{
	font-size: 14px;
	width: 640px;
	margin: 0 auto 40px;
}

.lp2020803-feature_btn a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	background: #d52425 url('img/ico_cart_btn.png') 15px center / 26px no-repeat;
	color: #ffffff;
	line-height: 1.6;
	position: relative;
	width: 240px;
	margin: 0 auto;
}

.lp2020803-feature_btn a::after{
	content: '>';
	position: absolute;
	right: 20px;
	font-size: 14px;
	transition: .4s;
}

.lp2020803-feature_btn a:hover::after{
	right: 15px;
	transition: .4s;
}

/*===== others =====*/
.lp2020803-others{
	margin: 80px 0 0;
}

.lp2020803-others_ttl{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
}

.lp2020803-others_list{
	display: flex;
	justify-content: space-between;
}

.lp2020803-others_list figure{
	margin: 0 0 20px;
}

.lp2020803-others_list li{
	width: 265px;
}

.lp2020803-others_img{
	margin: 0 0 15px;
}

.lp2020803-others_list img{
	width: 100%;
}

.lp2020803-others_list_ttl{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	height: 60px;
}

.lp2020803-others_capa{
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.lp2020803-others_price{
	text-align: center;
	font-size: 24px;
	color: #d42426;
	font-weight: bold;
}

.lp2020803-others_btn a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	background: #d52425 url('img/ico_cart_btn.png') 15px center / 26px no-repeat;
	color: #ffffff;
	line-height: 1.6;
	position: relative;
	width: 240px;
	margin: 0 auto;
}

.lp2020803-others_btn a::after{
	content: '>';
	position: absolute;
	right: 20px;
	font-size: 14px;
	transition: .4s;
}

.lp2020803-others_btn a:hover::after{
	right: 15px;
	transition: .4s;
}


}

/*===== PC ここまで =====*/
@media only screen and (min-device-width : 741px) and (max-device-width : 1024px) {
}

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
.main{
		width: 100%!important;
		margin: 0 auto;
		padding: 15px 0 0;
	}
	.main .img{
		width: 100%;
		margin:0 auto;
	}
	.main .intro{
		font-size: 17px;
		color:#ff0000;
		text-align: center;
		margin: 0 0 20px;
		font-weight: bold;
	}
.main .mb{
		margin: 0 0 40px;
	}
	.main .sub_mb{
		margin: 0 0 25px;
	}
	.main .min_mb{
		margin: 0 0 15px;
	}
	.main img{
		width: 100%;
	}
	.main .item_inner{
		width: 92%;
		margin: 0 auto;
	}
	.main .item_inner .intro{
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 25px;
	}
	.main .item_inner .intro .red{
		color: #f31313;
	}


/*===== fv =====*/
.lp2020803-fv{
	border: 2px solid #d62326;
	color: #d62326;
	font-weight: bold;
	font-size: 17px;
	padding: 20px 0;
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}

.lp2020803-fv span{
	font-weight: normal;
	font-size: 14px;
	margin: 0 10px 5px 0;
}


/*===== offer =====*/
.lp2020803-offer{
	margin: 0 0 80px;
	overflow: hidden;
}

.lp2020803-offer_target{
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 40px;
}

.lp2020803-offer_target span{
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}

.lp2020803-offer_target::after{
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.lp2020803-offer_wrap{
	width: 90%;
	margin: auto;
}

.lp2020803-offer_img{
	width: 60%;
	margin: 0 auto 40px;
}

.lp2020803-offer_ttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 30px;
}

.lp2020803-offer_shipping{
	border: 1px solid #d52425;
	color: #d52425;
	width: 200px;
	margin: 0 0 10px auto;
	text-align: center;
	padding: 5px 0;
}

.lp2020803-offer_note{
	color: #d52425;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.lp2020803-offer_price_box{
	text-align: right;
	margin: 0 0 30px;
}

.lp2020803-offer_price--black{
	font-size: 15px;
	display: inline;
}

.lp2020803-offer_price--black span{
	font-size: 11px;
}

.lp2020803-offer_price--red{
	font-size: 20px;
	display: inline;
	color: #d52425;
	font-weight: bold;
}

.lp2020803-offer_price--red span{
	font-size:17px;
}

.lp2020803-offer_btn a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	background: #d52425 url('img/ico_cart_btn.png') 15px center / 26px no-repeat;
	color: #ffffff;
	line-height: 1.6;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.lp2020803-offer_btn a::after{
	content: '>';
	position: absolute;
	right: 20px;
	font-size: 14px;
}


/*===== feature =====*/
.lp2020803-feature{
	padding: 0 0 80px;
	border-bottom: 2px solid #000;
	width: 100%;
}

.lp2020803-feature_ttl{
	text-align: center;
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 30px;
}

.lp2020803-feature-list{
	margin: 0 0 50px;
}

.lp2020803-feature-list li{
    margin: 0 0 2px;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
	padding: 20px 0 0 20px;
	margin: auto;
}

.lp2020803-feature-list li:first-child{
	background: url(img/feature01.jpg) center top / cover no-repeat;
}

.lp2020803-feature-list li:nth-child(2){
	background: url(img/feature02.jpg) center top / cover no-repeat;
}

.lp2020803-feature-list li:nth-child(3){
    background: url(img/feature03.jpg) center top / cover no-repeat;
}

.lp2020803-feature-list li:nth-child(3) .ttl{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 120%;
}

.lp2020803-feature-list li:nth-child(3).txt{
    color:#000;
    font-size: 15px;
    line-height: 170%;
	margin: 0 0 0 5px;
}

.lp2020803-feature-list li:nth-child(2) .ttl,
.lp2020803-feature-list li:first-child .ttl{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 10px;
	line-height: 120%;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.lp2020803-feature-list li:nth-child(2) .txt,
.lp2020803-feature-list li:first-child .txt{
    color:#fff;
    font-size: 15px;
    line-height: 170%;
	margin: 0 0 0 5px;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.lp2020803-feature_note{
	font-size: 14px;
	width: 90%;
	margin: 0 auto 40px;
}

.lp2020803-feature_btn a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	background: #d52425 url('img/ico_cart_btn.png') 15px center / 26px no-repeat;
	color: #ffffff;
	line-height: 1.6;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.lp2020803-feature_btn a::after{
	content: '>';
	position: absolute;
	right: 20px;
	font-size: 14px;
	transition: .4s;
}

.lp2020803-feature_btn a:hover::after{
	right: 15px;
	transition: .4s;
}


/*===== others =====*/
.lp2020803-others{
	width: 90%;
	margin: 40px auto 40px;
}

.lp2020803-others_ttl{
	font-size: 20px;
	margin: 0 0 30px;
}

.lp2020803-others_list{
	width: 100%;
}

.lp2020803-others_list figure a{
	display: flex;
	justify-content: space-between;
}

.lp2020803-others_list li{
	/* width: 70%; */
}

.lp2020803-others_img{
	margin: 0 0 15px;
	width: 30%;
}

.lp2020803-others_list img{
	width: 100%;
}

.lp2020803-others_list figcaption{
	width: 70%;
	padding: 0 0 0 10px;
}

.lp2020803-others_list_ttl{
	font-size: 14px;
	line-height: 1.6;
}

.lp2020803-others_capa{
	font-size: 13px;
	color: #333333;
}

.lp2020803-others_price{
	text-align: right;
	font-size: 14px;
	color: #d42426;
	font-weight: bold;
}

.lp2020803-others_btn{
	margin: 0 0 60px;
}

.lp2020803-others_btn a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	background: #d52425 url('img/ico_cart_btn.png') 15px center / 26px no-repeat;
	color: #ffffff;
	line-height: 1.6;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.lp2020803-others_btn a::after{
	content: '>';
	position: absolute;
	right: 20px;
	font-size: 14px;
	transition: .4s;
}

.lp2020803-others_btn a:hover::after{
	right: 15px;
	transition: .4s;
}


}
/*===== SP ここまで =====*/
