/*  ========================================== global */
html{
	font-size: 62.5%;
	}
blockquote{
	display: none;
	}
img{
	max-width: 100%;
	}
.wrap_inner{
	width:calc(100% - 40px);
    max-width:960px;
    margin:40px auto;
	}
.pc{
	display: block;
	}
.smt{
	display: none;
	}
ul{
	margin: 0;padding: 0;
	}
ul.rayout2col,
ul.rayout3col,
ul.rayout4col,
ul.rayout5col{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	}
ul.rayout2col > li{
	width: calc((100% - 20px) /2);
	list-style-type: none;
	}
ul.rayout3col > li{
	width: calc((100% - 40px) /3);
	list-style-type: none;
	}
ul.rayout4col > li{
	width: calc((100% - 60px) /4);
	list-style-type: none;
	}
ul.rayout5col > li{
	width: calc((100% - 80px) /5);
	list-style-type: none;
	text-align: center;
	}

@media (max-width:  768px) {

.pc{
	display: none;
	}
.smt{
	display: block;
	}
.wrap_inner{
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	}

ul.rayout2col,
ul.rayout3col,
ul.rayout4col,
ul.rayout5col{
	display: block;
	}
ul.rayout2col li,
ul.rayout3col li,
ul.rayout3col li,
ul.rayout5col li{
	width: auto;
	}

}


/*  ========================================== font */
p,li,dt,dd{
	font-size:1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	}
h1,h2,h3,h4,h5,h6,
strong{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	}
.caution{
	font-size:1.2rem;
	line-height: 1.8rem;
	}

/*  ========================================== line-height: */
p{
	line-height:2.8rem;
	}

/*  ========================================== header */
header {
    position: relative;
	overflow: hidden;
	background: #fff;
}

header img {
    max-width: 100%;
    max-height: 100lvh;
    display: block;
    margin: 0 auto;
}
header .wrap_inner{
	width: 100%;
	max-width: none;
    position: relative;
	margin: 0 auto;
	}
header .wrap_inner .tex{
    width: calc(100lvh * 1.66);
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box; /* パディングやボーダーを幅に含める */
	padding: 40px;
	}
header .wrap_inner .tex h1{
    position: absolute;
    top: 40px;
    left: 40px;
	}
header .wrap_inner .tex h2{
	width:auto;
	text-align: center;
	margin-top: 10vh;
	}
header .wrap_inner .tex h2 svg{
    width: auto;
    height: 150px;
	}
header ul.wrap_bnr{
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    width: 100%;
    max-width: calc((100lvh* 1.66) - 40px);
    margin: 0 auto;
    left: 0;
    right: 0;
	padding: 40px;
	}
header ul.wrap_bnr li{
	margin: 0; padding: 0;
	list-style: none;
	}
header ul.wrap_bnr li:nth-child(1){
	width: 150px;
	position: absolute;
	right: 60px;
	top:40px;
	}
header ul.wrap_bnr li:nth-child(1) img{

	}
header .wrap_mainVis{
    display: flex;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    margin: 80px auto 40px auto;
    gap: 80px;
	}
header .wrap_mainVis img,
header .wrap_mainVis ul{
	width: calc((100% - 80px) / 2);
	}
header .wrap_mainVis ul{
	margin: 0;
	padding: 0;
	}
header .wrap_mainVis ul li{
	font-size: 2.2rem;
	line-height: 3.4rem;
	margin: 0 0 0 0;
	margin-bottom: 3.4rem;
	padding: 0;
	list-style-type: none;
	}

@media (max-width:  1540px) {

header ul.wrap_bnr{
	width: calc(100vw - 80px);
	}
header ul.wrap_bnr li:nth-child(1) img{
	width: 150px;
	}

header img{
	max-width: none;
	}
header .wrap_inner .tex{
	width: auto;
	}
header .wrap_inner .tex h2{
	margin-top: 5vh;
	}
header .wrap_mainVis img{
	width: 50vh;
	}

}


@media (max-width:  768px) {

header .wrap_inner,
header ul.wrap_bnr{
	width: auto;
	}

header .wrap_inner .tex{
	width: auto;
	padding: 20px;
	}
header .wrap_inner .tex h2 svg{
	width: 300px;
	height: auto;
	}
header .wrap_mainVis{
	display: block;
	margin: 10px;
	}
header .wrap_mainVis img,
header .wrap_mainVis ul{
	width: auto;
	}
header .wrap_mainVis img{
	width: 220px;
	margin-bottom: 20px;
	}
header .wrap_inner .tex h1{
    top: 20px;
    left: 20px;
	}
header ul.wrap_bnr li:nth-child(1){
	width: 80px;
	right: 0;
	top: 20px;
	}
header .wrap_mainVis ul li{
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1.8rem;
	}



}

/*  ========================================== concept */
section.concept{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_white_gray.png");
	background-color: #d9dfea;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 50lvh;
	display: flex;
	align-items: center;
	justify-content: center;
	}
section.concept .wrap_inner{
    background: #fff;
    padding: 60px;
    max-width: 550px;
    margin: 120px 0;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	}
section.concept .wrap_inner h2{
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: 1.2rem;
	position: relative;
	}
section.concept .wrap_inner p span{
	display: inline-block;
	}
section.concept .wrap_inner p ruby{
	font-size: 1.3rem;
	}
section.concept .wrap_inner h2:before{
	width: 100%;
	height: 1px;
	display: block;
	background: #000;
	content: "";
	position: absolute;
	top:65px;
	}

section.concept .wrap_inner h2 strong{
	font-size: 7.0rem;
	font-weight: normal;
	position: relative;
	margin-top: 40px;
	display: inline-block;
	letter-spacing: 3.0rem;
	}
section.concept .wrap_inner h2 strong ruby{
    font-size: 1.0rem;
    position: absolute;
    top: -5px;
    left: -3px;
    text-align: center;
    width: 100%;
    letter-spacing: 2.3rem;
	}
section.concept .wrap_inner h2 strong sup{
	font-size: 2.0rem;
    position: absolute;
    right: -20px;
    top: 5px;
	}
@media (max-width:  768px) {

	section.concept .wrap_inner{
		margin: 40px 0;
		padding: 30px;
		max-width: none;
		width: calc(100% - 110px);
		}
	section.concept .wrap_inner h2{
		font-size: 2.0rem;
		letter-spacing: 0.4rem;
		}
	section.concept .wrap_inner h2:before{
		top: 50px;
		}

}
/*  ========================================== evaluation */
section.evaluation{
	max-width: none;
	background: #d9dfea;
	}
section.evaluation .wrap_inner{
	margin: 0 auto;
	padding: 40px 0;
	}
section.evaluation h2{
	font-size: 4.0rem;
	line-height: 7.2rem;
	text-align: center;
    font-weight: 500;
	margin-bottom: 80px;
	}
section.evaluation h2 sup,
section.evaluation h2 span{
	font-size: 1.4rem;
	}
section.evaluation h2 span{
	display: block;
    line-height: 1.4rem;
	}
	
section.evaluation p{
	margin-top: 0;
	}
section.evaluation .rayout3col li span{
	font-size: 3.0rem;
	line-height: 200px;
	font-weight: 500;
	text-align: center;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_list_evaluation.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px;
	min-height: 200px;
	display: block;
	}
section.evaluation .rayout3col li p{
	font-size: 1.5rem;
	line-height: 2.8rem;
	margin-top: 80px;
	text-align: center;
	}

@media (max-width:  768px) {

section.evaluation h2{
    font-size: 2.8rem;
    line-height: 4.8rem;
	}
section.evaluation h2 span{
	margin-top: 20px;
	}
section.evaluation .rayout3col li{
	margin-bottom: 60px;
	}
section.evaluation .rayout3col li p{
	margin-top: 30px;
	}


}


/*  ========================================== evaluation2 */

section.evaluation2{
	background-color: #d9dfea;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_proposal_B2.png");
    background-size: 139px;
	overflow: hidden;
	}
section.evaluation2 .wrap_inner{
	margin: 40px auto 0 auto;
	}

section.evaluation2 ul.rayout2col{
    flex-direction: row-reverse;
	position: relative;
	}
section.evaluation2 ul.rayout2col li:first-child{
	width: 900px;
    margin-right: -200px;
	}
section.evaluation2 ul.rayout2col li:last-child{
	width: calc(100% - 700px - 20px);
	}
section.evaluation2 ul.rayout2col li:last-child div{
	width: 700px;
	}
section.evaluation2 ul.rayout2col li p.caution{
	position: absolute;
	top:380px;
	left: 0;
	}
section.evaluation2 h2{
	background: #fff;
	display: inline-block;
	padding: 20px;	
	}
section.evaluation2 .warp_lip_product{
	position: relative;
	}
section.evaluation2 .warp_lip_product img{
    position: absolute;
    top: 0;
    left: 120px;
    width: 120px;
	}
section.evaluation2 .warp_lip_product div{
	margin-left: 180px;
	}
section.evaluation2 p.tex4{
    margin: 40px 0  0 -130px;
	}
section.evaluation2 p.tex4 ruby{
	font-size: 1.3rem;
	}

@media (max-width:  768px) {

section.evaluation2{
	padding-bottom: 40px;
	}

section.evaluation2 ul.rayout2col li:first-child,
section.evaluation2 ul.rayout2col li:last-child{
	width: auto;
	}
section.evaluation2 ul.rayout2col li:first-child{
    margin-right: auto;
    margin-left: -100px;
	}
section.evaluation2 p.tex1{
	margin: 0 auto;
	width: auto;
    font-size: 2.0rem;
    line-height: 4.0rem;
	padding: 20px;
	}
section.evaluation2 ul.rayout2col li:last-child div{
	width: auto;
	text-align: center;
	margin-left: auto;
	}
section.evaluation2 .warp_lip_product{
	display: none;
	}
section.evaluation2 ul.rayout2col li p.caution{
	position: relative;
	top:auto;
	}

}





/*  ========================================== point */
section.point{
    max-width: none;
    background: #f8f8fc;
	}
section.point img {
    max-width: 100%;
    max-height: 100lvh;
    margin: 0 auto;
}
section.point .wrap_inner{
	width: 100%;
	max-width: none;
    position: relative;
	margin: 0 auto;
	}
section.point .wrap_inner .tex{
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box; /* パディングやボーダーを幅に含める */
	}
section.point .wrap_inner .tex p{
    font-size: 3.0rem;
    line-height: 8.5rem;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
	}
section.point .wrap_inner p.caution{
    background: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box; /* パディングやボーダーを幅に含める */
	}
section.point .wrap_inner .tex,
section.point .wrap_inner p.caution{
	width: calc(100% - 40px);
    max-width: 1000px;
	display: block;
	margin: 0 auto;
	}
@media (max-width:  768px) {
	section.point{
		overflow: hidden;
		}
	section.point .wrap_inner{

		}
	section.point .wrap_inner .tex p{
		font-size: 1.9rem;
		line-height: 4.5rem;
		margin-top: 70px;
		}
	section.point img.smt{
        width: 100%;
        max-width: none;
		}
	section.point .wrap_inner p.caution{
		bottom: 0;
		}

}

/*  ========================================== point_detail */

section.point_detail{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_point_detail.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 400px;
	padding-bottom: 60px;
	}
section.point_detail h2{
	font-size: 2.8rem;
	line-height: 4.8rem;
	text-align: center;
	margin: 0 0 10px 0;
	}
section.point_detail h2 strong{
	display: inline-block;
	position: relative;
	}
section.point_detail h2 strong ruby{
    position: absolute;
    top: -20px;
    left: 0;
    right: 23px;
    margin: 0 auto;
    font-size: 1.2rem;
	}
section.point_detail h2 strong sup{
	display: inline-block;
	margin-left: 5px;
	}
section.point_detail img.line_point_detail{
    width: 480px;
    margin: 0 auto 40px auto;
    display: block;
	}
section.point_detail ol{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin: 100px auto 100px auto;
	padding: 0;
	}
section.point_detail ol li{
	width: calc((100% - 40px - 60px ) / 3);
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	font-size: 2.2rem;
	line-height: 4.2rem;
	background: #e1e0de;
	text-align: center;
	padding: 10px;
	}
section.point_detail ol li:before{
	position: absolute;
	top:-5.0rem;
	left:0;
	right: 0;
	text-align: center;
	font-size: 5.0rem;
	line-height: 5.0rem;
	color: #8d8e8c;
    font-weight: 100;
	}
section.point_detail ol li:nth-child(1):before{ content: "1"; }
section.point_detail ol li:nth-child(2):before{ content: "2"; }
section.point_detail ol li:nth-child(3):before{ content: "3"; }

section.point_detail .tex_point{
	padding: 40px;
	background: #fff;
	margin-bottom: 40px;
	display: flex;
	gap: 130px;
	}
section.point_detail .tex_point ul{
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	}
section.point_detail .tex_point ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	}
section.point_detail .tex_point img{
	width: 210px;
	height: 210px;
	}
section.point_detail .tex_point .inner_tex{
	position: relative;
	}
section.point_detail .tex_point .inner_tex h3{
	font-size: 2.4rem;
	line-height: 6.5rem;
	font-weight: 500;
	}
section.point_detail .tex_point .inner_tex img{
	position: absolute;
	top:0;
	left: -100px;
	width: auto;
	height: 118px;
	}
@media (max-width:  768px) {

section.point_detail h2{
	font-size: 1.9rem;
	}
section.point_detail h2 strong ruby{
	font-size: 1.0rem;
	width: 55px;
	top:-14px;
	left: -6px;
	right: auto;
	}
section.point_detail img.line_point_detail{
	margin-bottom: 20px;
	}
section.point_detail ol{
	display: block;
	margin: 40px auto 60px auto;
	}
section.point_detail ol li{
	width: auto;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 51px;
    font-size: 1.8rem;
    line-height: 3.6rem;
	}
section.point_detail ol li:before{
    top: -2rem;
	left: 10px;
	text-align: left;
	}
section.point_detail .tex_point{
	display: block;
	}
section.point_detail .tex_point .inner_tex{
	text-align: center;
	}
section.point_detail .tex_point .inner_tex h3{
    font-size: 2.3rem;
    line-height: 3.6rem;
	}
section.point_detail .tex_point img{
	display: block;
	margin: 0 auto;
	}
section.point_detail .tex_point .inner_tex img{
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	}
section.point_detail .tex_point .inner_tex p{
	text-align: left;
	}

section.point_detail .tex_point ul{
	display: block;
	text-align: left;
	}

}


/*  ========================================== appearance */

section.appearance{
	background: #e1c3aa;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_appearance.png");
	background-size: contain;
	background-repeat: repeat-x;
	background-position: 0 11px;
	overflow: hidden;
	}
section.appearance .wrap_inner{
	text-align: center;
	margin: 40px auto 0 auto;
	}

section.appearance p.tex1{
    background: #898a88;
    color: #fff;
    font-size: 3.0rem;
    line-height: 4.8rem;
    font-weight: normal;
    display: block;
    padding: 30px 20px;
    margin: 0px auto 90px auto;
    z-index: 1;
    position: relative;
    width: 370px;
    text-align: left;
	}
section.appearance .wrap_appearance{
	display: flex;
	align-items: end;
	margin-top: -216px;
	}
section.appearance .wrap_appearance img{
	height: 500px;
	}
section.appearance .wrap_appearance .box{
	background: #fff;
	padding: 80px 40px;
	width: 100%;
	margin-bottom: 40px;
	}

section.appearance h2,
section.appearance div.tex2{
	text-align: left;
	}
section.appearance h2{
    font-size: 3.0rem;
    line-height: 4.8rem;
	font-weight: 500;
	margin-bottom: 30px;
	}
section.appearance h2 strong{
	display: inline-block;
	position: relative;
	}
section.appearance h2 strong ruby{
    position: absolute;
    top: -16px;
    left: 0;
    right: 11px;
    margin: 0 auto;
    font-size: 1.1rem;
    text-align: center;
	}
section.appearance h2 strong sup{
	display: inline-block;
	margin-left: 5px;
	}
@media (max-width:  768px) {

section.appearance{
	background-color: #fafafc;
	background-image: none;
	padding-bottom: 40px;
	}

section.appearance .wrap_inner{
	width: auto;
	}
section.appearance p.tex1{
	width: auto;
	margin: 0 auto;
    font-size: 2.4rem;
    line-height: 3.6rem;
	width: calc(100% - 80px);
	}
section.appearance .wrap_appearance{
	display: block;
	padding-top: 170px;
	}
section.appearance .wrap_appearance img{
	width: 100%;
	height: auto;
	}
section.appearance div.tex2{

	}
section.appearance .wrap_appearance .box{
	width: calc(100% - 100px);
	margin: -50px auto 0 auto;
	z-index: 1;
	position: relative;
	padding: 30px;
	}
section.appearance h2{
	font-size: 2.2rem;
    line-height: 4.6rem;
	}

}
/*  ========================================== suggestion */
.suggestion{
	background: #fff;
	padding: 20px;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_suggestion.png");
    background-repeat: no-repeat;
    background-position: top center;
	}
.suggestion .wrap_inner{
	text-align: center;
	}
.suggestion ul{
	gap: 80px;
	justify-content: center;
	margin-bottom: 80px;
	}
.suggestion ul li{
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    width: 150px;
    height: 150px;
    background: #e4e3e1;
    border-radius: 75px;
    text-align: center;
	}
.suggestion ul li span{
	display: block;
	font-size: 19px;
	line-height: 26px;
	font-weight:400;
    margin-top: 15px;
	margin-bottom: 15px;
	}
.suggestion ul li:nth-child(1) span{
	line-height: 54px;
	}
.suggestion p.tex1,
.suggestion p.tex2{
	text-align: center;
	font-size: 3.0rem;
	line-height: 6.0rem;
	margin: 0;
	margin-bottom: 60px;
	letter-spacing: 1.0rem;
	}
.suggestion p.tex2{
	background: #8c8d8b;
	color: #fff;
	padding: 20px 30px;
	display: inline-block;
	}
.suggestion p.tex2 strong{
	position: relative;
	display: inline-block;
	}
.suggestion p.tex2 strong ruby{
    font-size: 11px;
    position: absolute;
    top: 0px;
    width: 88px;
    left: -4px;
    line-height: 11px;
    text-align: center;
	}

@media (max-width:  768px) {

.suggestion .wrap_inner{
	width: auto;
	margin-bottom: 0;
	}

.suggestion ul{
	display: flex;
	gap: 20px;
	}
.suggestion ul li{
	width: calc((100% - 20px)/2);
	}
.suggestion p.tex1,
.suggestion p.tex2{
    font-size: 2.0rem;
    line-height: 3.6rem;
	letter-spacing: normal;
	}
.suggestion p.tex2{
	letter-spacing: 1.0rem;
        margin-bottom: 0;
	
	}
.suggestion p.tex2 strong ruby{
        letter-spacing: 0.4rem;
        top: -9px;
        left: -18px;
	}
}

/*  ========================================== overview */
.overview{
	background: #fff;
	padding: 20px;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_overview.png");
    background-repeat: no-repeat;
    background-position: top center;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.overview h2{
	text-align: right;
	font-size: 6.0rem;
	line-height: 6.0rem;
	}
.overview h2 span{
	font-size: 3.6rem;
	line-height: 3.6rem;
	display: block;
	margin-bottom: 40px;
	}
.overview2{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_overview2.png");
    background-repeat: repeat-y;
    background-position: top left;
	}
.overview2 .wrap_inner{
	margin: 0 auto;
	padding: 80px 0;
	}

.overview2 .rayout2col{
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
	}
.overview2 .rayout2col:last-child{
	margin-bottom: 0;
	}
.overview2 .rayout2col:nth-child(2n){
    flex-direction: row-reverse;
	}

.overview2 .rayout2col li{
	text-align: center;
	}
.overview2 .rayout2col li h2{
	font-size: 6.0rem;
	line-height: 9.0rem;
	text-align: center;
	}
.overview2 .rayout2col li p{
	font-size: 2.8rem;
	line-height: 4.9rem;
	}
.overview2 .rayout2col li p strong,
.overview2 .rayout2col li p span{
	display: block;
	}

.overview2 .rayout2col li p strong{
	font-size: 2.3rem;
	line-height: 2.3rem;
	background: #8c8d8b;
	color: #fff;
	text-align: center;
	width: 200px;
	margin: 10px auto;
	padding: 15px 30px;
	}
.overview2 .rayout2col li p span{
	font-size: 2.5rem;
	line-height: 2.3rem;
	}

@media (max-width:  768px) {

.overview{
    min-height: 300px;
	}

.overview .wrap_inner{
	width: auto;
	}
.overview h2{
	font-size: 3.8rem;
    line-height: 4.6rem;
	}
.overview h2 span{
    font-size: 2.6rem;
    line-height: 2.6rem;
	}
.overview2 .rayout2col li h2{
	font-size: 4.0rem;
    line-height: 6.0rem;
    margin-bottom: 40px;
	}

}

/*  ========================================== try_it */

section.try_it{
	background-color: #e3e2e1;
	padding: 60px 0;
	position: relative;
	}
section.try_it:after{
    content: "▼";
    color: #e3e2e1;
    position: absolute;
    margin: auto auto;
    font-size: 80px;
    display: inline-block;
    width: 100%;
    text-align: center;
	}

section.try_it .rayout2col{
	align-items: center;
	margin-bottom: 120px;
    flex-direction: row-reverse;
	}
section.try_it div.tex1{
	text-align: center;
	}

section.try_it div.tex1 h2{
	font-size: 6.0rem;
    line-height: 9.0rem;
	margin: 0;
	padding: 0;
	margin-bottom: 80px;
	}
section.try_it div.tex1 p{
	font-size: 3.5rem;
    line-height: 4.8rem;
	margin: 0;
	padding: 0;
	margin-bottom: 80px;
	letter-spacing: 1.0rem;
	}
section.try_it p.tex2{
	background: #000;
	color: #fff;
	display: block;
	font-size: 4.8rem;
    line-height: 8.0rem;
	margin: 0;
	padding: 30px 40px;
	letter-spacing: 1.0rem;
	text-align: center;
	}

section.try_it .rayout3col{
	max-width: 600px;
	margin: 0 auto 60px auto;
	}
section.try_it .rayout3col li{
	text-align: center;
	}
section.try_it .rayout3col li img{
	width: 90px;
	}
section.try_it .rayout3col li strong{
	font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	font-size: 1.4rem;
    line-height: 2.5rem;
	display: block;
	margin: 10px auto;
	}
section.try_it .rayout3col li p{
	font-size: 1.4rem;
    line-height: 2.5rem;
	}

section.try_it .wrap_difference{
	text-align: center;
	margin-bottom: 120px;
	}
section.try_it .wrap_difference p{
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 4.4rem;
    line-height: 4.4rem;
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 1.0rem;
	}
section.try_it .wrap_difference p:first-child{
	margin-bottom: 10px;
	}
section.try_it .wrap_charm{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	}
section.try_it .wrap_charm p{
	text-align: center;
	}
section.try_it .wrap_charm:before,
section.try_it .wrap_charm:after{
	content:"";
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top;
	}
section.try_it .wrap_charm:before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_left.png");
	}
section.try_it .wrap_charm:after{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_right.png");
	}
section.try_it .rayout2col.approach{
	margin-bottom: 30px;
	justify-content: center;
	}
section.try_it .rayout2col.approach p{
	text-align: center;
	font-size: 2.7rem;
    line-height: 4.0rem;
	letter-spacing: 1.0rem;
	}
section.try_it2{
	
	}
section.try_it2 p.tex1{
	text-align: center;
	background: #90918f;
	font-size: 4.0rem;
    line-height: 7.0rem;
	color: #fff;
	width: 900px;
	margin: 40px auto 80px auto;
	padding: 40px;
	letter-spacing: 0.5rem;
	}
section.try_it2 p.tex1 strong{
	display: block;
	margin-bottom: 20px;
	}

@media (max-width:  768px) {

	section.try_it{
		padding: 30px 0;
		}
	section.try_it .wrap_inner{
		margin-top: 0;
		}
	section.try_it .rayout2col{
	 	margin-bottom: 40px;
		}
	section.try_it .rayout2col h2{
        font-size: 4.2rem;
        line-height: 6.0rem;
		margin-top: 30px;
		}
	section.try_it .rayout3col li{
		margin-bottom: 30px;
		}
	
	section.try_it p.tex1{
		
		}
	section.try_it p.tex2{
		font-size: 3.0rem;
		line-height: 6.0rem;
		}
	section.try_it .wrap_difference p{
        	font-size: 2.4rem;
        	line-height: 3.0rem;
        	display: block;
			}
	section.try_it .wrap_difference p:first-child{
	    	margin-bottom: 0;
			padding-bottom: 0;
		}
	section.try_it .wrap_charm{
		margin-bottom: 30px;
		}
	
	section.try_it .wrap_charm p.tex3{
		font-size: 2.8rem;
		line-height: 3.8rem;
		letter-spacing: 0;
		}
	section.try_it .wrap_charm:before,
	section.try_it .wrap_charm:after{
    	width: 50px;
    	height: 200px;
		}
	section.try_it .wrap_charm p.tex4{
		font-size: 2.4rem;
		}
	section.try_it p.tex5{
		padding: 20px;
		letter-spacing: normal;
    	font-size: 2.8rem;
    	line-height: 4.2rem;
		}
	section.try_it div.tex1 h2{
		font-size: 4.0rem;
		margin-bottom: 40px;
		}
	section.try_it div.tex1 p{
		font-size: 2.4rem;
		line-height: 3.6rem;
		letter-spacing: normal;
		}
section.try_it:after{
	    bottom: -50px;
	}
section.try_it2{
	width:calc(100% - 80px);
	margin-top: 40px;
	margin: 40px auto 20px auto;
	}
section.try_it2 p.tex1{
	width: auto;
	margin: 0 auto;
	padding: 20px;
	font-size: 2.6rem;
	line-height: 3.6rem;
	}

}

/*  ========================================== habits */

section.habits{
	background-color: #e3e2e1;
	padding: 60px 0;
	position: relative;
	}

section.habits .wrap_habits{
	display: flex;
	gap: 40px;
	background: #fff;
	padding: 40px;
    margin-bottom: 80px;
	}
section.habits .wrap_habits .tex,
section.habits .rayout3col{
	width: calc((100% - 40px)/2);
	}
section.habits .wrap_habits .tex{
	text-align: center;
	}
section.habits .wrap_habits .tex p{
	font-size: 1.8rem;
    line-height: 2.6rem;
	}
section.habits .wrap_habits .tex p.tex1{
    font-size: 6.0rem;
    line-height: 8.0rem;
    letter-spacing: 1.0rem;
    margin: 60px;
	}
section.habits .wrap_habits .tex p.tex1 strong{
	display: inline-block;
	position: relative;
	}
section.habits .wrap_habits .tex p.tex1 strong ruby{
	font-size: 1.1rem;
    line-height: 1.1rem;
	position: absolute;
	top:0;
	left: 0;
	width: 130px;
	letter-spacing: 1.0rem;
	}

section.habits .rayout3col li{
	text-align: center;
	}
section.habits .rayout3col li img{
	width: 90px;
	opacity: 0.5;
	}
section.habits .rayout3col li strong{
	font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	font-size: 1.4rem;
    line-height: 2.5rem;
	display: block;
	margin: 10px auto;
	}
section.habits .rayout3col li p{
	font-size: 1.4rem;
    line-height: 2.5rem;
	}

section.habits .wrap_difference{
	text-align: center;
	margin-bottom: 120px;
	}
section.habits .wrap_difference p{
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 4.4rem;
    line-height: 4.4rem;
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 1.0rem;
	}
section.habits .wrap_difference p:first-child{
	margin-bottom: 10px;
	}
section.habits .wrap_charm{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	}
section.habits .wrap_charm p{
	text-align: center;
	}
section.habits .wrap_charm:before,
section.habits .wrap_charm:after{
	content:"";
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top;
	}
section.habits .wrap_charm:before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_left.png");
	}
section.habits .wrap_charm:after{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_right.png");
	}
section.habits .rayout2col.approach{
	margin-bottom: 30px;
	justify-content: center;
	}
section.habits .rayout2col.approach p{
	text-align: center;
	font-size: 2.7rem;
    line-height: 4.0rem;
	letter-spacing: 1.0rem;
	}
@media (max-width:  768px) {


section.habits .wrap_habits{
	display: block;
	padding: 10px;
	}
section.habits .wrap_habits .tex,
section.habits .rayout3col{
	width: auto;
	}
section.habits .wrap_habits .tex p.tex1{
	margin: 20px 0;
	}
section.habits .wrap_difference p{
	font-size: 2.7rem;
    line-height: 4.0rem;
	padding: 10px;
	display: block;
	}
section.habits .wrap_difference p:first-child{
	margin-bottom: 0;
	}

}


/*  ========================================== sales_promotion */
.sales_promotion{
	background: #cdccca;
	padding: 20px;
	}
.sales_promotion p.out_of_the_box{
	text-align: center;
    font-size: 2.4rem;
    line-height: 4.8rem;
	font-weight: 500;
	display: flex;
	align-items: center;
    justify-content: center;
	}
.sales_promotion p.out_of_the_box:before,
.sales_promotion p.out_of_the_box:after{
	content:"";
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top;
	}
.sales_promotion p.out_of_the_box:before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_left.png");
	}
.sales_promotion p.out_of_the_box:after{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_right.png");
	}

.sales_promotion .wrap_inner{
	background: #fff;
	padding: 20px;
	}
.sales_promotion .wrap_inner ul.tex1{
	align-items: center;
	margin-bottom: 20px;
	}
.sales_promotion .wrap_inner ul.tex1 li{

	}
.sales_promotion .wrap_inner ul.tex1 li:nth-child(1){
    font-size: 2.0rem;
    line-height: 2.0rem;
	width: 280px;
	}
.sales_promotion .wrap_inner ul.tex1 li:nth-child(2){
	text-align: center;
	border: 1px solid #666;
    font-size: 1.3rem;
    line-height: 1.3rem;
	width: calc(100% - 22px - 300px);
	}
.sales_promotion .wrap_inner ul.tex1 li:nth-child(2) span{
	display: inline-block;
	padding: 10px 20px;
	}
.sales_promotion .wrap_inner h2{
    font-size: 3.0rem;
    line-height: 4.8rem;
	}
.sales_promotion .wrap_inner p.tex2{
	line-height: 3.6rem;
	}
.sales_promotion .wrap_inner p.tex3{
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 2.4rem;
	}
.sales_promotion .wrap_inner p.tex3 span.regular{
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #666;
    font-size: 1.4rem;
    line-height: 1.4rem;
	}

.sales_promotion .wrap_inner p.tex3 span.small{
	font-size: 1.2rem;
    line-height: 1.2rem;
	}
.sales_promotion .wrap_inner p.tex3 strong{
	font-size: 7.2rem;
    line-height: 7.2rem;
	color: #d0231a;
	}
.sales_promotion .wrap_inner .about_regular_purchase{
	
	}
.sales_promotion .wrap_inner .about_regular_purchase h3{
	font-size: 1.4rem;
    line-height: 3.2rem;
	}
.sales_promotion .wrap_inner .about_regular_purchase ul{

	}
.sales_promotion .wrap_inner .about_regular_purchase ul li{
	margin-left: 20px;
	list-style-type: disc;
	font-size: 1.2rem;
    line-height: 2.0rem;
	}
.sales_promotion.single_purchase{
	background: #666;
	padding: 0 0 10px 0;
	}
.sales_promotion.single_purchase .wrap_inner{
	background: none;
    margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	}
.sales_promotion.single_purchase .rayout2col{
	align-items: end;
	}
.sales_promotion.single_purchase .rayout2col li:first-child p{
	display: block;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
	}
.sales_promotion.single_purchase .rayout2col li:first-child p strong{
	font-size: 2.2rem;
    line-height: 2.2rem;
	display: inline-block;
	margin: 0 5px;
	}

.sales_promotion.single_purchase  .shipping_charges h3{
	font-size: 1.2rem;
    line-height: 3.2rem;
	}
.sales_promotion.single_purchase  .shipping_charges ul{

	}
.sales_promotion.single_purchase  .shipping_charges ul li{
	margin-left: 20px;
	list-style-type: disc;
	font-size: 1.2rem;
    line-height: 2.0rem;
	}
@media (max-width:  768px) {

.sales_promotion p.out_of_the_box{
	font-size: 2.2rem;
    line-height: 3.6rem;
	}
.sales_promotion p.out_of_the_box:before,
.sales_promotion p.out_of_the_box:after{
	width: 30px;
    height: 50px;
	}

}

/*  ========================================== repeat_sales_promotion */
.repeat_sales_promotion{
	line-height:600px;
    background:#eee;
    text-align:center;
	font-size: 5.0rem;
	color: #999;
	}
@media (max-width:  768px) {

.repeat_sales_promotion{
	font-size: 2.0rem;
	}
.sales_promotion .wrap_inner ul.tex1 li:nth-child(1),
.sales_promotion .wrap_inner ul.tex1 li:nth-child(2){
	width: auto;
	text-align: center;
	}
.sales_promotion .wrap_inner ul{
	margin: 20px auto;
	}
.sales_promotion .wrap_inner ul.tex1 li:nth-child(1),
.sales_promotion .wrap_inner ul.tex1 li:nth-child(2){
    font-size: 1.8rem;
    line-height: 2.0rem;
	margin-bottom: 10px;
	}
.sales_promotion .wrap_inner h2{
    font-size: 2.4rem;
    line-height: 3.6rem;
	}
.sales_promotion .wrap_inner p.tex3{
	display: block;
	text-align: center;
	}
.sales_promotion .wrap_inner p.tex3 span.regular{
        display: block;
        margin-bottom: 20px;
	}
.sales_promotion .wrap_inner p.small{
	text-align: center;
	}
.sales_promotion.single_purchase .rayout2col li:first-child p{
	font-size: 1.2rem;
	}

}

/*  ========================================== skin_damage */
.skin_damage{
	background: #808080;
	padding: 20px;
	}
.skin_damage h2{
	font-size: 4.0rem;
    line-height: 7.8rem;
	text-align: center;
	font-weight: 500;
	color: #fff;
	margin-bottom: 80px;
	}
.skin_damage ul.example_damege{
	margin-bottom: 80px;
	}
.skin_damage ul.example_damege li{
	
	}
.skin_damage ul.example_damege2{
align-items: stretch;
	}
.skin_damage ul.example_damege2 li{
	flex: 1;
	box-sizing: border-box;
	}

.skin_damage ul.example_damege2 li:last-child{
	background: #fff;
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex: 1; 
    padding: 40px;
    margin: 5px;
    box-sizing: border-box; 
    text-align: center;
	position: relative;
	}
.skin_damage ul.example_damege2 li:last-child:before{
	content: "▲";
    display: inline-block;
    transform: rotate(-90deg);
	position: absolute;
	top:0;
	bottom:0;
	left: 78px;
	right: auto;
	margin: auto;
	color: #fff;
	}
.skin_damage ul.example_damege2 li p{
	font-size: 1.6rem;
    line-height: 2.9rem;
    text-align: left;
    padding: 0;
    margin: 0;
	}
.skin_damage ul.example_damege2 li p strong{
	font-size: 1.8rem;
	font-weight: 500;
	}
@media (max-width:  768px) {

.skin_damage .wrap_inner{
	width: auto;
	}

.skin_damage h2{
	font-size: 2.6rem;
	line-height: 4.8rem;
	}
.skin_damage ul.example_damege{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
	}
.skin_damage ul.example_damege li{
	    width: calc((100% - 20px) / 3);
	}
.skin_damage ul.example_damege2{

	}
.skin_damage ul.example_damege2 li:last-child{
	margin: 0;
	}
.skin_damage ul.example_damege2 li:last-child:before{
	display: none;
	}
.skin_damage ul.example_damege2 li p{
	text-align: center;
	}

}


/*  ========================================== troubleshooting */
.troubleshooting{
    padding: 20px 20px;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_troubleshooting.png");
    background-color: #fff;
    background-position: top;
    background-repeat: repeat-x;
	}
.troubleshooting .wrap_inner{
	background: #fff;
	text-align: center;
	padding: 60px 60px 0 60px;
	}
.troubleshooting .wrap_inner h2{
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 1.2rem;
	margin-bottom: 80px;
	}

.troubleshooting .wrap_inner ul.rayout2col{
	align-items: center;
	gap: 40px;
	margin-bottom: 80px;
	}
.troubleshooting .wrap_inner ul.rayout2col > li{
	width: calc((100% - 40px) / 2)
	}
.troubleshooting .wrap_inner ul.rayout2col > li:first-child img{
	width: 320px;
	}
.troubleshooting .wrap_inner{

	}
.troubleshooting .wrap_inner ul.checkbox{

	}
.troubleshooting .wrap_inner ul.checkbox li{
	list-style-type: none;
	text-align: left;
	position: relative;
	font-size: 1.6rem;
    line-height: 3.5rem;
	}
.troubleshooting .wrap_inner ul.checkbox li:before{
	content:"□";
	display: inline-block;
	margin-right: 5px;
	}
.troubleshooting .wrap_inner ul.checkbox li:after{
    content: "✓";
    position: absolute;
    top: -4px;
    left: 4px;
    color: #c96363;
	}

.troubleshooting .wrap_inner img.line_point_detail {
    width: 480px;
    margin: 0 auto 40px auto;
    display: block;
	}
.troubleshooting .wrap_inner > p{
	font-size: 3.0rem;
    line-height: 4.8rem;
	font-weight: 500;
	}

@media (max-width:  768px) {

.troubleshooting .wrap_inner{
	padding: 20px;
	width: auto;
	margin: 0;
	}
.troubleshooting .wrap_inner h2{
	font-size: 2.6rem;
	letter-spacing: 1.0rem;
	margin-top: 20px;
	margin-bottom: 40px;
	}
.troubleshooting .wrap_inner ul{
	margin-left: 20px;
	}
.troubleshooting .wrap_inner ul.rayout2col > li{
	width: auto;
	}
.troubleshooting .wrap_inner ul.rayout2col > li:first-child{
	margin-bottom: 20px;
	}
.troubleshooting .wrap_inner ul.checkbox li{
	margin-left: -20px;
	padding-left: 20px;
	}
.troubleshooting .wrap_inner ul.checkbox li:before{
	margin-left: -20px;
	}
.troubleshooting .wrap_inner img.line_point_detail{
	width: 100%;
	}
.troubleshooting .wrap_inner > p{
    font-size: 2.0rem;
	}

}


/*  ========================================== proposal */

section.proposal{

	}
section.proposal .rayout2col{
	align-items: center;
	}
section.proposal .rayout2col li:last-child{
	background: #fff;
	margin-left: -100px;
	padding: 40px;
	text-align: center;
	}
section.proposal .rayout2col li:last-child h2{
	text-align: center;
	font-size: 3.0rem;
    line-height: 4.8rem;
	}
section.proposal span.tex1{
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: 2.4rem;
    line-height: 4.8rem;
	}
section.proposal span.tex1:before,
section.proposal span.tex1:after{
	content:"";
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top;
	}
section.proposal span.tex1:before{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_left.png");
	}
section.proposal span.tex1:after{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/slash_right.png");
	}

@media (max-width:  768px) {

section.proposal .rayout2col li:last-child{
	margin-left: 0;
	padding: 0;
	margin-top: 20px;
	}
section.proposal .rayout2col li:last-child h2{
	font-size: 2.6rem;
	}
section.proposal span.tex1{
	font-size: 2.0rem;
	line-height: 3.8rem;
	}
}



/*  ========================================== voice */

section.voice{}
section.voice .wrap_inner{
	margin-top: 0;
	}

section.voice .rayout2col.ttl{
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    height: 410px;
	margin-bottom: 80px;
	}
section.voice .rayout2col.ttl li{
	width: 50%;
	}
section.voice .rayout2col.ttl li:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	box-sizing: border-box;
	background: #828381;
	color: #fff;
	}
section.voice ul.voice_detail{
	max-width: 850px;
	margin: 0 auto;
	}
section.voice ul.voice_detail li{
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
	}
section.voice ul.voice_detail li:last-child{
	margin-bottom: 0;
	}

section.voice ul.voice_detail li h3{
	width: calc(100% - 590px);
	border-bottom: 1px solid #d9d8d6;
	padding-bottom:10px;
	position: relative;
	}
section.voice ul.voice_detail li h3 span{
	display: block;
	position: absolute;
	font-size: 11px;
	bottom:-25px;
	}
section.voice ul.voice_detail li p{
	background: #dedddb;
    font-size: 1.6rem;
    line-height: 2.3rem;
	width: 590px;
	padding: 30px;
	}
section.voice ul.voice_detail li:nth-child(2n){
    flex-direction: row-reverse;
	}
section.voice ul.voice_detail li:nth-child(2n) h3{
	text-align: right;
	}
section.voice ul.voice_detail li:nth-child(2n) h3 span{
	right: 0;
	}
@media (max-width:  768px) {

section.voice{
	padding-top: 20px;
	}
section.voice .rayout2col.ttl{
	height: auto;
	margin-bottom: 30px;
	}
section.voice .rayout2col.ttl li{
	width: auto;
	}
section.voice .rayout2col.ttl li:last-child{
	padding: 20px;
	}

section.voice ul.voice_detail li{
	display: block;
	}
section.voice ul.voice_detail li h3,
section.voice ul.voice_detail li p{
	width: auto;
	}
section.voice ul.voice_detail li h3{
	margin-bottom: 40px;
	}
section.voice ul.voice_detail li:nth-child(2n) h3{
	text-align: left;
	}
section.voice ul.voice_detail li:nth-child(2n) h3 span{
	right: auto;
	left: 0;
	}

}


/*  ========================================== makuake */

section.makuake{}
section.makuake .wrap_inner{
	margin-top: 80px;
	}
section.makuake .rayout2col li{
	text-align: center;
	}
section.makuake .rayout2col li h2,
section.makuake .rayout2col li p{
	font-weight: 500;
	}

section.makuake .rayout2col li h2{
    font-size: 1.6rem;
    line-height: 2.3rem;
	}
section.makuake .rayout2col li p{
    font-size: 1.8rem;
    line-height: 3.3rem;
	}

section.makuake .rayout2col li img{
	width: 256px;
	display: block;
	margin: 20px auto;
	}
section.makuake .rayout2col li p.apeal{
	background: #000;
	padding: 30px;
	color: #fff;
	margin-bottom: 0;
    font-size: 2.0rem;
    line-height: 3.3rem;
	display: flex;
	align-items: center;
	justify-content: center;

	}
section.makuake .rayout2col li p.apeal strong{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 6.4rem;
    display: inline-block;
    margin: 0 10px;
	}
section.makuake .rayout2col li p.caution{
    font-size: 1.1rem;
    line-height: 1.8rem;
	}
@media (max-width:  768px) {

section.makuake .rayout2col li p.apeal{
	padding: 20px;
	}
section.makuake .rayout2col li p.apeal strong{
	font-size: 4.0rem;
	}
section.makuake .rayout2col li p.caution{
	text-align: left;
	}

}


/*  ========================================== before_after */
section.before_after{
	margin: 0 auto;
	padding: 0;
	}
section.before_after .wrap_inner{
	margin: 0 auto;
	padding: 0;
	}

section.before_after.bg_gradation{
    padding: 20px 20px;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_troubleshooting.png");
    background-color: #fff;
    background-position: top;
    background-repeat: repeat-x;
	}


section.before_after .wrap_inner{
	margin-top: 0;
	}
section.before_after.bg_gradation .wrap_inner{
	padding-top: 80px;
	padding-bottom: 80px;
	}

section.before_after .rayout2col.ttl{
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    height: 410px;
	margin-bottom: 0px;
	}
section.before_after .rayout2col.ttl li{
	width: 50%;
	}
section.before_after .rayout2col.ttl li:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	box-sizing: border-box;
	background: #828381;
	color: #fff;
	}
section.before_after .rayout2col.ttl li p{
    font-size: 3.6rem;
    line-height: 7.2rem;
	}

section.before_after .wrap_inner > div{
	width: 50%;
	margin-left: 50%;
	}

section.before_after .wrap_inner > p:first-child{
	margin-top: 0;
	}
section.before_after .wrap_inner ul.wrap_before_after{
	display: flex;
	gap: 20px;
    align-items: flex-start;
	position: relative;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(1){
	width:calc(((100% - 40px) / 8) * 2);
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(2){
	width:calc(((100% - 40px) / 8) * 3);
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3){
	width:calc(((100% - 40px) / 8) * 3);

	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3) div{
	margin-top: 70px;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3) div p{
    font-size: 2.6rem;
    line-height: 4.0rem;
	}
section.before_after .wrap_inner ul.wrap_before_after li p.caution{
    font-size: 1.8rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: 5px;
    margin: 0;
	}
section.before_after .wrap_inner ul.wrap_before_after li p.caution span{
	font-size: 1.2rem;
    line-height: 1.8rem;
	margin-left: 1.6rem;
	display: block;
	position: relative;
	}
section.before_after .wrap_inner ul.wrap_before_after li p.caution span:before{
	content: "※";
	position: absolute;
	left: -1.6rem;
	top:0;
	}
section.before_after.bg_gradation .rayout2col{
	position: relative;
	}

section.before_after.bg_gradation p.tex1{
	background: #fff;
	text-align: center;
	font-size: 4.0rem;
    line-height: 8.0rem;
	padding: 40px 0;
	letter-spacing: 1.0rem;
	position: relative;
	}
section.before_after.bg_gradation p.tex1:before{
	content: "▲";
	color: #fff;
	position: absolute;
	margin: auto auto;
	font-size: 80px;
	display: inline-block;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	top: -40px;
	}
section.before_after.bg_gradation .wrap_tex{
	position: absolute;
	top:0;bottom:0;
	left: 0;right: 0;
	margin: auto;
	}


section.before_after.bg_gradation p.tex2{
    text-align: left;
    font-size: 2.8rem;
    line-height: 4.8rem;
    border-bottom: 1px solid #000;
    width: 550px;
	padding-bottom: 30px;
	}
section.before_after.bg_gradation p.tex2 strong{
	font-size: 6.0rem;
    line-height: 8.0rem;
	display: block;
	margin: 30px 0;
	letter-spacing: 1.0rem;
	}
section.before_after.bg_gradation p.tex3{
    font-size: 2.8rem;
    line-height: 4.8rem;
	}

@media (max-width:  768px) {
section.before_after{
	background-size: contain;
	margin-bottom: 20px;
	}
section.before_after .wrap_inner > div{
	width: auto;
	margin-left: auto;
	}
section.before_after .wrap_inner p.tex1{
	margin-top: 20px;
    font-size: 2.6rem;
    line-height: 4.6rem;
	}
section.before_after .wrap_inner p.tex3{
	margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 3.6rem;
	}
section.before_after .wrap_inner ul.wrap_before_after{
	display: block;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3){
	width: auto;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(1),
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(2){
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3) div{
	margin-top: 20px;
	text-align: center;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3) div p{
	position: relative;
    font-size: 1.8rem;
    line-height: 3.0rem;
    text-align: center;
	}
section.before_after .wrap_inner ul.wrap_before_after li:nth-child(3) div p.caution{
	text-align: left;
	display: inline-block;
	}
section.before_after .rayout2col.ttl{
	height: auto;
	}
section.before_after .rayout2col.ttl li{
	width: auto;
	}
section.before_after.bg_gradation .wrap_inner{
    padding-top: 20px;
    padding-bottom: 20px;
	}
section.before_after.bg_gradation .wrap_tex{
	position: relative;
	}
section.before_after.bg_gradation p.tex2{
	width: auto;
	}

}






/*  ========================================== special */
section.special{
	margin-top: 30px;
	overflow: hidden;
	}
section.special h2{
	background-color: #fff;
	padding: 80px 0;
	font-size: 3.6rem;
    line-height: 6.0rem;
	text-align: center;
	}
section.special h2 span{
    width: calc(100% - 40px);
    max-width: 960px;
    margin: 0 auto;
	display: block;
	}
section.special .rayout2col h3{
	font-size: 3.0rem;
    line-height: 4.8rem;
	}
section.special .rayout2col p{
	font-size: 2.3rem;
    line-height: 4.0rem;
	}
section.special .rayout2col{
	gap: 40px;
	}

section.special .rayout2col li{
	position: relative;
	}
section.special .rayout2col > li:first-child{
	padding-left: 50px;
	border-left: 2px solid #eee;
	width: calc(((100% - 40px) /2) - 65px);
	}
section.special .rayout2col li:first-child img{
	position: absolute;
    left: -40px;
    top: -10px;
    width: 85px;
    background: #fff;
	}

section.special .block_special{
	position: relative;
	text-align: center;
	}
section.special .wrap_gradation .block_special  .tex1{
    position: absolute;
    top: -78px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.7rem;
    padding: 10px 30px;
    display: inline-block;
    width: 330px;
	}
section.special .wrap_gradation .block_special  .tex2{
    font-size: 3.2rem;
    line-height: 3.2rem;
	font-weight: 500;
	margin: 80px auto;
	}

section.special .wrap_gradation{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_troubleshooting.png");
    background-repeat: repeat-x;
    background-position: top center;
    padding: 60px 0;
	position: relative;
	}
section.special .wrap_gray {
    background: #d1d2d4;
    padding: 40px 0 0 0;
    position: relative;
    margin-bottom: 150px;
}

section.special .wrap_gray::after {
    content: '';
    position: absolute;
    bottom: -99px;
    left: 0;
    margin-left: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #d1d2d4;
}


section.special .wrap_gradation .wrap_inner{
	margin-top: 0;
	}

.specal1 img{
	max-width: 800px;
	width: calc(100% - 20px);
	}
section.special .wrap_gray .wrap_inner{
	margin: 0 auto;
	}
section.special .wrap_gray .tex3{
    font-size: 2.4rem;
    line-height: 4.2rem;
	font-weight: 500;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	}
section.special .wrap_gray .tex3 span{
	display: inline-block;
    font-size: 1.7rem;
	}
section.special .wrap_gray img{
	width: calc(100% - 20px);
	max-width: 700px;
	display: block;
	margin: 0 auto;
	}
section.special .yurai{
	margin-bottom: 120px;
	}
section.special .yurai p{
	text-align: center;
    font-size: 4.0rem;
    line-height: 6.0rem;
	}
@media (max-width:  768px) {

	section.special h2{
    	padding:30px 10px;
        font-size: 2.8rem;
        line-height: 4.2rem;
margin-bottom: 60px;
		}

	section.special h2 span{
        font-size: 2.8rem;
        line-height: 5.0rem;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bfffffff,EndColorStr=#bfffffff);
        background-color: rgba(255, 255, 255, 0.75);
        padding: 20px;
        width: calc(100% - 80px);
		}

	section.special .rayout2col h3{
    	font-size: 2.2rem;
    	line-height: 3.6rem;
		margin-left: -20px;
		}
	section.special .rayout2col p{
		font-size: 2.0rem;
		line-height: 3.0rem;
		margin-left: -20px;
		}
	
	section.special .rayout2col > li:first-child,
	section.special .rayout2col li{
		width: auto;
		}
	section.special .rayout2col li:first-child{
		margin-left: 10px;
		}
	section.special .rayout2col li:first-child img{
    	left: -25px;
    	width: 50px;
		}
	section.special .wrap_gradation{
		padding-bottom: 0;
		}
	section.special .wrap_gradation .block_special .tex1{
		font-size: 1.4rem;
		line-height: 1.4rem;
		width: auto;
		}
	section.special .wrap_gradation .block_special .tex2{
		font-size: 2.2rem;
		line-height: 3.6rem;
		}
	section.special .wrap_gray .tex3{
		display: block;
		text-align: center;
		}
	section.special .wrap_gray .tex3 span{
		display: block;
		}
	section.special .yurai p{
		font-size: 3.0rem;
		line-height: 5.0rem;
		}
section.special .yurai{
	    margin-bottom: 0;
	}

}
/*  ========================================== special */
section.special2{

	}
section.special2 div.wrap_detail{
	position: relative;
	margin-top: 200px;
	}


section.special2 h2{
	font-size: 3.0rem;
	line-height: 7.0rem;
	letter-spacing: 0.4rem;
	border: 1px solid #cccccc;
	width: 600px;
	height: 160px;
	margin: 0 auto;
	padding: 40px;
	position: relative;
	}
section.special2 h2:after{
	content: " ";
	display: block;
	width: 600px;
	height: 160px;
	border: 1px solid #000;
	padding: 40px;
	position: absolute;
	top:-20px;
	left: -20px;
	}
section.special2 h2 strong{
	font-size: 4.8rem;
	}
section.special2 h3{
    font-size: 5.5rem;
    line-height: 8.4rem;
	font-weight: 300;
    position: absolute;
    top: -120px;
    left: -30px;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/h2_special2.png");
    width: 550px;
    padding-left: 100px;
	padding-top:20px;
	padding-bottom:20px;
    background-size: cover;
    background-position: top right;
	}
section.special2 div.wrap_detail:nth-child(3) h3,
section.special2 div.wrap_detail:nth-child(4) h3{
    line-height: 16.8rem;
	}
section.special2 div.wrap_detail:nth-child(1) h3:before,
section.special2 div.wrap_detail:nth-child(2) h3:before,
section.special2 div.wrap_detail:nth-child(3) h3:before,
section.special2 div.wrap_detail:nth-child(4) h3:before{
	content:" ";
	width: 80px;
	height: 150px;
	background-repeat: no-repeat;
	background-size:cover;
	display: block;
	position: absolute;
    left: 0px;
    top: -60px;
	}
section.special2 div.wrap_detail:nth-child(1) h3:before{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/num_special2_1.png");
	}
section.special2 div.wrap_detail:nth-child(2) h3:before{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/num_special2_2.png");
	}
section.special2 div.wrap_detail:nth-child(3) h3:before{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/num_special2_3.png");
	}
section.special2 div.wrap_detail:nth-child(4) h3:before{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/num_special2_4.png");
	}
section.special2 p{
    font-size: 1.9rem;
    line-height: 3.8rem;
	}

section.special2 .rayout2col{
	justify-content: center;
	align-items: center;
	}
@media (max-width:  768px) {

section.special2 .wrap_inner{
	width: auto;
	}

section.special2 div.wrap_detail{
	    margin-top: 100px;
	}
section.special2 .rayout2col{
	width: calc(100% - 40px);
	margin: 10px auto;
	}

section.special2 h2{
	width: auto;
	font-size: 2.4rem;
    line-height: 3.6rem;
	padding: 20px;
	text-align: center;
	height: auto;
	}
section.special2 h2 strong{
	font-size: 3.4rem;
    line-height: 3.6rem;
	}
section.special2 h2:after{
	display: none;
	}

section.special2 h3{
	position: relative;
    font-size: 4.0rem;
    line-height: 6.0rem;
	top:auto;
	left: auto;
	width: auto;
	padding-left: 10px;
	}
section.special2 div.wrap_detail:nth-child(1) h3:before,
section.special2 div.wrap_detail:nth-child(2) h3:before,
section.special2 div.wrap_detail:nth-child(3) h3:before,
section.special2 div.wrap_detail:nth-child(4) h3:before{
	left: 0px;
    top: -100px;
	}



}




/*  ========================================== test */
section.test{
	margin-top: 80px;
	margin-bottom: 80px;
	}
section.test .ttl{
    padding: 20px;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_test.png");
	background-color:#000;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
section.test .ttl h2,
section.test .ttl p{
	color: #fff;
	}
section.test .ttl h2{
	font-size: 5.6rem;
	line-height: 5.6rem;
	margin-bottom: 30px;
	}
section.test .ttl h2 span{
    display: block;
    width: 160px;
    border-bottom: 2px solid #fff;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-size: 2.2rem;
	}
section.test .ttl p{
	font-size: 2.3rem;
	line-height: 3.6rem;
	}
section.test h3{
	font-size: 2.5rem;
	line-height: 3.6rem;
	font-weight: 500;
	}
section.test .rayout2col{
	gap: 120px;
	margin-top: 140px;
	}
section.test .rayout2col li{
	width: calc((100% - 120px) / 2);
	position: relative;
	}
section.test .rayout2col li:before{
	content:" ";
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size:cover;
	display: block;
	position: absolute;
    left: -60px;
    top: -60px;
	}
section.test .rayout2col li:nth-child(1):before{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/num_test_1.png");
	}
section.test .rayout2col li:nth-child(2):before{
	background-image:url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/num_test_2.png");
	}

@media (max-width:  768px) {

section.test .wrap_inner{
	width: auto;
	}
section.test .ttl h2{
	font-size: 3.8rem;
	}
section.test .ttl p{
	font-size: 2.0rem;
	}
section.test .rayout2col{
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 10px;
	}
section.test .rayout2col li{
	width: auto;
	margin-top: 80px;
	}
section.test .rayout2col li:before{
	left: -30px;
	}

}


/*  ========================================== wrap_ingredients */

.wrap_ingredients{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
	}
.wrap_ingredients div{
	width: calc((100% - 40px) / 3);
	margin-bottom: 40px;
	}
.wrap_ingredients div strong{
	display: block;
    font-size: 1.6rem;
    line-height: 2.8rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.wrap_ingredients div ul li{
    font-size: 1.4rem;
    line-height: 2.4rem;
	list-style-type: none;
	}
ul.all_Ingredients{
	
	}
ul.all_Ingredients li{
	display: inline-block;
    font-size: 1.1rem;
    line-height: 2.0rem;
	}
ul.all_Ingredients li:after{
	content: "、";
	}
ul.all_Ingredients li:last-child{
	margin-right: 0;
	}
ul.all_Ingredients li:first-child:after,
ul.all_Ingredients li:last-child:after{
	content: none;
	}
p.ingredients_images{
	text-align: right;
	}

@media (max-width:  768px) {

.wrap_ingredients{}
.wrap_ingredients div{
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
	}

}

/*  ========================================== from_eternam */

.from_eternam{
	background-image: url("https://d2w53g1q050m78.cloudfront.net/eceternamcojp/uploads/lp_202409/bg_troubleshooting.png");
    background-repeat: repeat-x;
    background-position: top center;
    padding: 60px 0;
	position: relative;
	}
.from_eternam h2{
    font-size: 3.4rem;
    line-height: 3.4rem;
	font-weight: 100;
	padding: 0;
	margin: 0;
	}
.from_eternam ul.rayout2co{
	align-items: center;
	}
.from_eternam ul.rayout2col li:first-child img{
	width: 400px;
	}
.from_eternam ul.rayout2col li:first-child img.photo{
	margin-left: -10px;
	margin-top: -50px;
	}
.from_eternam ul.rayout2col li:last-child p{
    font-size: 1.4rem;
    line-height: 2.4rem;
	}
.from_eternam .wrap_inner{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #808080
	}
@media (max-width:  768px) {

.from_eternam h2{
	font-size: 3.0rem;
	}

.from_eternam{
	padding: 60px 0 0px 0;
	}
.from_eternam .wrap_inner{
	margin-top:0;
	}

.from_eternam ul.rayout2col li:first-child{
	text-align: center;
	}

.from_eternam ul.rayout2col li:first-child img,
.from_eternam ul.rayout2col li:first-child img.photo{
	width: 300px;
	margin-bottom: 10px;
	}

.from_eternam ul.rayout2col li:first-child img.photo{
	margin-left: auto;
	margin-right: auto;
	}
}


/*  ========================================== product_detail */

.product_detail .rayout2col{
	gap:30px;
	}
.product_detail .rayout2col > li{
	width: calc((100% - 30px) / 2);
	}
.product_detail .rayout2col > li ul li{
	list-style-type: none;
    font-size: 1.2rem;
    line-height: 2.1rem;
	}
.product_detail .rayout2col > li:first-child{
	width: 360px;
	}
.product_detail .rayout2col > li:last-child{
	width: calc(100% - 360px - 30px);
	}

.product_detail div.ttl{
	margin-bottom: 40px;
	}
.product_detail div.ttl h2,
.product_detail div.ttl p{
    font-size: 1.9rem;
    line-height: 1.9rem;
	display: flex;
	gap: 20px;
	align-items: center;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.product_detail div.ttl h2 span,
.product_detail div.ttl p span{
    font-size: 1.2rem;
	}
.product_detail div.ttl p span.split{
	margin-left: 100px;
	}
.product_detail .wrap_caution h3{
    font-size: 1.5rem;
    line-height: 2.6rem;
	font-weight: 500;
	margin-bottom: 20px;
	}

.product_detail .all_Ingredients{
	margin-top: 20px;
	padding: 20px;
	border:1px solid #000;
	}
@media (max-width:  768px) {

.product_detail .rayout2col > li:first-child,
.product_detail .rayout2col > li:last-child{
	width: auto;
	}
.product_detail .rayout2col > li:first-child{
	margin-bottom: 20px;
	}
.product_detail div.ttl p span.split{
	margin-left: 30px;
	}


}


/*  ========================================== benefits */
.benefits{
	background: #888987;
	padding: 90px 0;
	width: 99vw;
	overflow: hidden;
	}
.benefits .wrap_inner{
    display: flex;
    align-items: center;
    padding: 50px 100vw 50px 50px;
    background: #fff;
    margin-left: calc((100vw - 960px) / 2);
	}
.benefits h2{
    writing-mode: vertical-rl;
    text-align: center;
    position: relative;
    font-size: 5.0rem;
    line-height: 5.0rem;
	font-weight: 200;
    letter-spacing: 1.3rem;
	}
.benefits h2 span{
    writing-mode: vertical-rl;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 8.0rem;
    transform: rotate(-90deg);
    display: inline-block;
    padding: 20px 0 9px 5px;
	}
.benefits ol{
	margin-left: 100px;
	}
.benefits ol li{
    font-size: 3.6rem;
    line-height: 12.4rem;
	position: relative;
	border-bottom: 1px solid #888987;
	list-style-type: none;
	padding-left: 100px;
	display: flex;
	align-items: baseline;
    font-weight: 200;
	}
.benefits ol li span{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 5.0rem;
	display: inline-block;
	position: absolute;
	top:5px;
	left: 0;
	}
.benefits ol li strong{
    font-size: 8.2rem;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
	display: inline-block;
	margin: 0 10px;
	}
.benefits ol li:nth-child(n+3) strong{
    font-size: 3.6rem;
    line-height: 12.4rem;
	}
@media (max-width:  768px) {

.benefits{
	width: auto;
	padding: 20px;
	}

.benefits .wrap_inner{
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 20px;
	}

.benefits h2{
	writing-mode: initial;
    font-size: 2.8rem;
	}
.benefits h2 span{
	padding: 0;
	font-size: 5rem;
	line-height: 5.0rem;
	writing-mode: initial;
	transform: none;
	}
.benefits ol{
	margin: 0;
	padding: 0;
	}
.benefits ol li{
	padding: 0;
	font-size: 2.0rem;
	align-items: center;
	justify-content: space-between;
	}
.benefits ol li span{
	position: relative;
    font-size: 3.0rem;
	}
.benefits ol li strong{
	margin: 0;
	font-size: 5.0rem;
	}
.benefits ol li:nth-child(n+3) strong{
	margin: 0 5px;
	font-size: 2.6rem;
	}
.benefits ol li,
.benefits ol li span,
.benefits ol li strong,
.benefits ol li:nth-child(n+3) strong{
	line-height: 6.0rem;
	}



}


/*  ========================================== faq */
section.faq{
	margin-bottom: 120px;
	}
section.faq h2{
	text-align: center;
    font-size: 4.4rem;
	}
section.faq h2 img{
	width: 400px;
	}
section.faq dl{
	max-width: 600px;
	margin: 40px auto;
	}
section.faq dt,
section.faq dd{
    font-size: 1.5rem;
    line-height: 3.6rem;
	margin: 0;
	padding: 0;
	}
section.faq dt{
	font-weight: 500;
	}
section.faq dd{
	margin-bottom: 20px;
	}
@media (max-width:  768px) {

section.faq h2{
    font-size: 3.0rem;
	font-weight: 100;
	}

}


/*  ========================================== footer */
footer{
	background: #888987;
	text-align: center;
	color: #fff;
	padding: 40px;
	}
footer h2 img{
	width: 80px;
	}
footer h2{
	margin-bottom: 40px;
	}
footer p.wrap_sns a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
	color: #fff;
	}
footer p.wrap_sns img{
	width: 30px;
	}
footer ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	}
footer ul li{
    font-size: 1.3rem;
    line-height: 1.3rem;
	list-style-type: none;

	}
footer ul li:after{
	content: "｜";
	}
footer ul li a{
	color: #fff;
	}
footer ul li:last-child:after{
	content: none;
	}

@media (max-width:  768px) {

footer ul{
	display: block;
	}
footer ul li{
	font-size: 1.8rem;
    line-height: 4.2rem;
	}
footer ul li:after{
	content:none;
	}
}



/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_pickup_available_date_ec {
  width: 15%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
	  background: #999;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
	  background-color: #eee;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
