@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face{
	font-family: 'VDL-V7Mincho-Bold';
	src: url(../fonts/VDL-V7Mincho-Bold.ttf);
}
@font-face{
	font-family: 'SourceHanSansJP-Medium';
	src: url(../fonts/SourceHanSansJP-Medium.otf);
}
@font-face{
	font-family: 'SourceHanSansJP-Regular';
	src: url(../fonts/SourceHanSansJP-Regular.otf);
}
@font-face{
	font-family: 'SourceHanSansJP-Heavy';
	src: url(../fonts/SourceHanSansJP-Heavy.otf);
}
@font-face{
	font-family: 'SourceHanSansJP-Bold';
	src: url(../fonts/SourceHanSansJP-Bold.otf);
}
@font-face{
	font-family: 'KaiseiOpti-Bold';
	src: url(../fonts/KaiseiOpti-Bold.ttf);
}
@font-face{
	font-family: 'ToppanBunkyu-EB';
	src: url(../fonts/ToppanBunkyuMidashiGoStd-EB.ttf);
}
#landing ol,#landing li{list-style: none!important; margin-left: 0!important;}
#landing{
	font-family: 'SourceHanSansJP-Medium';
	font-size: 16px;
	text-align: left;
}
#landing p{margin: 1em 0;}
#landing img{max-width: 100%;}
#landing .pos-relative{position: relative;}
#landing .flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
#landing .justify-between{justify-content: space-between;}
#landing .align-end{align-items: flex-end !important;}
#landing .layout-constrained{
	box-sizing: border-box;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#landing .layout-constrained-narrow{
	box-sizing: border-box;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#landing .section{
	font-family: 'SourceHanSansJP-Medium';
	font-size: 16px;
}
#landing .section-title{
	font-family: 'ToppanBunkyu-EB';
	font-size: 30px;
	text-align: center;
}
#landing .section-detail-title{
	font-family: 'VDL-V7Mincho-Bold';
	font-size: 35px;
}
#landing .bg1{padding: 150px 0 105px;}
#landing .bg2{padding-top: 240px;}
#landing .psuedo-deco{position: relative;}
#landing .psuedo-deco:after{
	content: '';
	position: absolute;
	background-size: 100% 100%;
}
/* --- オファー内の購入ボタン調整 --- */
#landing .cleaner .cleaner-content .cp_ofr_btn{
	max-width: 500px;
	margin: 18px auto 0;
	line-height: 2.5;
	text-align: center;
}
#landing .cleaner .cleaner-content .cp_ofr_btn a{
	max-width: 100%;
	padding: 5px 0;
	font-size: 15px;
	font-weight: bold;
}
#landing a{
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
#landing a:hover{
	-webkit-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* FV --------------------------------------------------------------------------------------------*/
#landing .landing-top{
	position: relative;
	height: 66.4vw;
	max-height: 100vh;
	background: url(../img/top.jpg) no-repeat center/100% auto;
}
#landing .landing-top .landing-top-content{
	position: absolute;
	bottom: 4.3%;
	left: 50%;
	transform: translateX(-50%);
	width: 982px;
	background-size: 100% 100%;
	color: white;
}
#landing .landing-top .landing-top-desc{
	position: relative;
	margin: 0;
	font-family: 'KaiseiOpti-Bold';
	font-size: 44px;
	line-height: 1.18;
}
#landing .landing-top .landing-top-desc:after{
	left: -50px;
	top: -60px;
	width: 104px;
	height: 63px;
	background-image: url(../img/top_deco.svg);
}
#landing .landing-top .landing-top-title{
	align-items: baseline;
	margin: 10px 0 0 -.2em;
	font-family: 'KaiseiOpti-Bold';
	font-size: 113px;
	font-style: italic;
	letter-spacing: -.15em;
	line-height: 1;
}
#landing .landing-top .landing-top-title>span{
	line-height: .5;
	text-align: center;
}
#landing .landing-top .landing-top-title>span>span{
	letter-spacing: 0;
	font-size: 44px;
}
#landing .top_feature{
	justify-content: space-between;
	margin-top: 64px;
}
#landing .top_feature p{
	width: 309px;
	margin: 0;
	padding: 17px 0;
	background-color: #CFE6F0;
	border-radius: 15px;
	color: #333;
	font-family: 'SourceHanSansJP-Heavy';
	font-size: 34px;
	text-align: center;
}
/* offer --------------------------------------------------------------------------------------------*/
#landing .cleaner{
	padding: 17px 67px 37px 87px;
	background: white;
	border: 6px solid #CFE6F0;
	border-radius: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 22.5%);
	box-sizing: border-box;
}
#landing .cleaner .cleaner_inner{
	align-items: flex-start;
}
#landing .cleaner .cleaner-media{
	position: relative;
	width: 35%;
	padding-top: 40px;
	text-align: center;
}
#landing .cleaner .cleaner-content{
	width: 57%;
}
#landing .cleaner .type{
	margin: 35px 0 0;
	padding: 4px 0;
	background-color: #CFE6F0;
	border-radius: 12px;
	color: #4D4D4D;
	font-family: 'SourceHanSansJP-Bold';
	font-size: 21px;
	text-align: center;
}
#landing .cleaner .cleaner-content .cleaner-title{
	margin: 0;
	color: #333;
	font-family: 'KaiseiOpti-Bold';
	font-size: 70px;
	font-style: italic;
	letter-spacing: -.18em;
	line-height: 1.3;
}
#landing .cleaner .cleaner-content .cleaner-title span{
	letter-spacing: 0;
	font-size: 27px;
}
#landing .cleaner .cleaner-content .cleaner-detail{
	justify-content: space-between;
	margin-top: 14px;
	color: #C91F19;
	font-family: 'VDL-V7Mincho-Bold';
}
#landing .cleaner .cleaner-content .cleaner-detail .cleaner-sale-label{
	padding: 0 10px;
	border-top: 1px solid #C91F19;
	border-bottom: 1px solid #C91F19;
	font-size: 29px;
	line-height: 1.3;
}
#landing .cleaner .cleaner-content .cleaner-detail .cleaner-price{
	font-size: 90px;
	line-height: 1;
}
#landing .cleaner .cleaner-content .cleaner-detail .cleaner-tax_included{
	margin: 0;
	font-size: 21px;
	line-height: 1;
	text-align: center;
}
#landing .cleaner .cleaner-content .cleaner-detail .cleaner-tax_included span{
	font-size: 46px;
}
/* movie --------------------------------------------------------------------------------------------*/
#landing .movie{
	max-width: 565px;
	margin: 150px auto 0;
	text-align: center;
}
#landing .movie_title{
	margin: 0 auto;
	color: #7F7F7F;
	font-family: 'VDL-V7Mincho-Bold';
	font-size: 36px;
}
#landing .movie .hacobune-univideo{
	width: 100%;
	height: 565px;
}
#landing .movie .hacobune-vjs-big-play-button{
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	font-size: 3em;
}
#landing .movie .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder:before{
	font-size: 3em;
}
/* recommends --------------------------------------------------------------------------------------------*/
#landing .recommends{
	box-sizing: border-box;
	height: 66.5vw;
	padding-top: 11.5vw;
	background-image: url(../img/bg_recommend.png);
	background-size: 100% 100%;
}
#landing .recommends-title{
	margin: 0;
	color: black;
	letter-spacing: .1em;
	font-size: 38px;
}
#landing .recommends-content{
	margin-top: 160px;
}
#landing .recommends-content .recommends-detail{
	margin: 0;
	letter-spacing: .1em;
	font-size: 30px;
}
#landing .recommends-content .recommends-detail:nth-child(2){
	margin-top: 35px;
	text-align: right;
}
#landing .recommends-content .recommends-detail:nth-child(3){
	margin-top: 105px;
}
#landing .recommends-content .recommends-detail:nth-child(3) span{
	margin: 0 auto 0 160px;
}
#landing .recommends-content .recommends-detail span{
	display: inline-block;
	width: 430px;
	text-align: center;
}
#landing .recommends-content .recommends-detail span:after{
	bottom: -18px;
	left: 0;
	width: 100%;
	height: 15px;
	background-image: url(../img/title_deco.svg);
	background-size: 100% 100%;
}
/* feature --------------------------------------------------------------------------------------------*/
#landing .feature{
	padding: 120px 0;
	font-size: 16px;
}
#landing .feature .feature-title{
	margin: 0;
}
#landing .feature .feature-title .black-round{
	margin-right: 15px;
	padding: 9px 25px;
	background-color: black;
	border-radius: 24px;
	color: white;
}
#landing .feature .feature-title .wave-deco:after{
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: url(../img/wave.svg);
}
#landing .feature .feature-detail{
	max-width: 1128px;
	margin: auto;
}
#landing .feature-detail .detail-inner{
	width: 48.7%;
}
#landing .feature-detail .detail-body{
	position: relative;
}
#landing .feature-detail .detail-body+.detail-body{
	margin-top: 30px;
}
#landing .feature-detail .detail-body p{
	position: absolute;
	bottom: 48px;
	left: 0;
	width: 260px;
	margin: 0;
	background-color: #37A8C0;
	color: white;
}
#landing .feature-detail .detail-body p.small{
	width: 214px;
}
#landing .feature-detail .detail-inner:nth-child(2) .detail-body p{
	left: auto;
	right: 0;
}
#landing .feature .feature1{
	margin-top: 55px;
}
#landing .feature .feature2{
	margin-top: 65px;
}
#landing .feature .feature3{
	margin-top: 35px;
}
#landing .feature .feature3 .detail-body p{
	bottom: auto;
	left: auto;
	right: 0;
	top: 16.7%;
	width: 550px;
	background: none;
	line-height: 1.38;
	font-size: 36px;
	text-align: center;
	text-shadow: 3px 3px 2px rgb(0 0 0 / 60%);
}
/* points --------------------------------------------------------------------------------------------*/
#landing .points{
	padding: 190px 0 0;
}
#landing .points .points_body{
	background: linear-gradient(0deg, rgba(101, 180, 216, 1) 0%, rgba(151, 202, 227, 1) 50%, rgba(151, 202, 227, 0) 100%);
}
#landing .points .points_inner{
	max-width: 1146px;
	margin: 0 auto;
	padding: 305px 0 160px;
	-webkit-mask-image: url(../img/bg_point.png);
	mask-image: url(../img/bg_point.png);
	mask-size: 100% 100%;
	background-color: white;
}
#landing .points .point-label{
	max-width: 480px;
	margin: 0 0 0 80px;
	font-family: 'KaiseiOpti-Bold';
	font-size: 38px;
}
#landing .points .point-label span:first-of-type{
	color: #7F7F7F;
	font-size: 36px;
}
#landing .points .point-label-container{
	position: relative;
}
#landing .points .point-label-container:before{
	content: '';
	position: absolute;
	bottom: -160px;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 30vw;
	background-image: url(../img/point_title_deco.png);
	background-size: 100% 100%;
}
#landing .points .point-label_inner{
	max-width: 980px;
	margin: auto;
}
#landing .points .point-detail{
	align-items: flex-start;
	justify-content: flex-start;
}
#landing .points .point-detail-media{
	position: relative;
	z-index: 9;
	width: 47.5%;
	margin-right: 60px;
}
#landing .points .point-detail-text{
	width: 28.5%;
}
#landing .points .point-detail-title{
	position: relative;
	margin: 0;
	font-size: 30px;
	font-family: 'SourceHanSansJP-Bold';
}
#landing .points .point-detail-title:after{
	content: '';
	position: absolute;
	bottom: -30px;
	left: -150px;
	width: 473px;
	height: 9px;
	background-image: url(../img/wave2.svg);
	background-size: 100% 100%;
}
#landing .points .point-detail-content{
	margin: 60px 0 0;
	line-height: 2.5;
	font-family: 'SourceHanSansJP-Regular';
}
#landing .points .point-detail-content span{
	text-decoration: underline;
	text-decoration-color: #F8EF96;
	text-decoration-thickness: 4px;
	text-underline-offset: 4px;
}
#landing .points .point-detail+.point-detail{
	margin-top: 135px;
}
#landing .points .point-detail:nth-child(2){
	flex-direction: row-reverse;
}
#landing .points .point-detail:nth-child(2) .point-detail-media{
	width: 6.6%;
	margin: 0 144px 0 40px;
}
#landing .points .point-detail:nth-child(2) .point-detail-text{
	width: 55.7%;
}
#landing .points .point-detail:nth-child(2) .point-detail-title:after{
	left: 0;
}
#landing .points .point-detail:nth-child(3) .point-detail-text{
	width: 33%;
}
#landing .points .point-detail:nth-child(3) .point-detail-media{
	width: 44%;
}
#landing .points2{
	margin-top: 220px;
}
#landing .points2 .points2_detail+.points2_detail{
	margin-top: 220px;
}
#landing .points2 .points2_detail p{
	margin: 0;
	font-family: 'SourceHanSansJP-Medium';
	font-size: 44px;
}
#landing .points2 .points2_detail img{
	margin-top: 80px;
}
#landing .stylish{
	margin-top: 360px;
}
#landing .stylish .section-title{
	margin: 0;
	padding: 42px 0;
	background-image: url(../img/bg_stylish_title.png);
	background-size: cover;
	font-family: 'SourceHanSansJP-Medium';
	font-size: 44px;
}
#landing .stylish .stylish_body{
	height: 64vw;
	background-image: url(../img/bg_stylish.png);
	background-size: cover;
	background-position-y: center;
}
#landing .stylish .stylish_body p{
	max-width: 675px;
	color: white;
	font-family: 'ToppanBunkyu-EB';
	font-size: 56px;
	text-align: center;
	text-shadow: 3px 3px 2px rgb(0 0 0 / 60%);
}
#landing .stylish .stylish_inner{
	justify-content: flex-end;
	height: 100%;
	padding-right: 70px;
}
#landing .points3{
	margin-top: 310px;
}
#landing .points3 .section-title{
	margin: 0;
	font-family: 'KaiseiOpti-Bold';
	font-size: 44px;
}
#landing .points3 .section-title>span{
	font-size: 71px;
}
#landing .points3_inner{
	margin-top: 55px;
}
#landing .points3 .points3_detail{
	height: 43.672vw;
	background-size: contain;
	background-repeat: no-repeat;
}
#landing .points3 .points3_detail:first-child{
	background-image: url(../img/point3_1.png);
}
#landing .points3 .points3_detail:nth-child(2){
	background-image: url(../img/point3_2.png);
}
#landing .points3 .points3_detail:last-child{
	background-image: url(../img/point3_3.png);
}
#landing .points3 .points3_detail+.points3_detail{
	margin-top: -35px;
}
#landing .points3 .points3_detail:not(:first-child) .point3_text_inner{
	margin-right: calc(10vw - 30px);
}
#landing .points3 .point3_text{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: calc(100% - 2.5vw);
	height: 100%;
	margin: auto;
}
#landing .point3_text_inner{
	max-width: 360px;
	margin: 0 7.5vw 0 auto;
}
#landing .point3_text .point3_detail_title{
	margin: 0;
	font-family: 'SourceHanSansJP-Medium';
	font-size: 38px;
}
#landing .point3_text .point3_detail_desc{
	margin: 30px 0 0;
	font-family: 'SourceHanSansJP-Regular';
	font-size: 30px;
}
/* product-info --------------------------------------------------------------------------------------------*/
#landing .product-info_wrapper{
	margin-top: 140px;
	padding: 140px 0;
	background-color: #CFE6F0;
}
#landing .product-info{
	margin: 0 auto;
}
#landing .product-info .product-info-title{
	margin: 0 0 22px;
	background-color: white;
	font-family: 'SourceHanSansJP-Bold';
	font-size: 30px;
	text-align: center;
}
#landing .product-info .tbl-product-info{
	width: 100%;
	border-collapse: collapse;
}
#landing .product-info .tbl-product-info tr td{
	border: 1px solid black;
}
#landing .product-info .tbl-product-info tr td:first-child{
	width: 177px;
	padding: 14px 0 14px 16px;
	background-color: #37A8C0;
	color: white;
	font-size: 17px;
	font-weight: bold;
}
#landing .product-info .tbl-product-info tr td:last-child{
	padding-left: 20px;
	background-color: white;
	font-size: 15px;
}
#landing .table-title{
	margin: 65px 0 32px;
	font-size: 27px;
}
#landing .product-info .ref{
	color: #C1272D;
	font-size: 15px;
}