body{
    margin: 0;
    font-family: "Noto serif JP", "Hiragino Mincho ProN", YuMincho, serif;
    max-width:100%;
    margin: 0 auto ;
    color: #1B2023 ;
    line-height: 180%;
	background-color: #ffffff;
}



.lp02 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}



/* LP01 */

img {
    width: 100%;
    height: auto;
}


/* txt */

h2{
    font-size: 2rem;
    text-align: center;
    line-height: 150%;
    font-weight: 500;
    margin: 0;
}



h3{
    font-size: 1.2rem;
    text-align: center;
    line-height: 150%;
    font-weight: 500;
    margin: 0;
}




.cmt {
    text-indent: -1em;
    padding-left: 1em;
    font-size:0.9rem;
    line-height: 150%;
    margin: 0;
}


.cmtTtl{
    font-size:0.9rem;
    line-height: 150%
}



.txt-line {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto 20% auto;
    justify-content: center;
}

.txt-line:before,
.txt-line:after {
    content: "";
    /*flex-grow: 1;*/
    width: 5%;
    height: 1px; /* 線の太さ */
    background: #1B2023; /* 線の色 */
    margin:0 1em; /* 文字と線の余白 */
}


.drk .txt-line:before,
.drk .txt-line:after,
.ctaBG .txt-line:before,
.ctaBG .txt-line:after {
    content: "";
    /*flex-grow: 1;*/
    width: 5%;
    height: 1px; /* 線の太さ */
    background: #ffffff; /* 線の色 */
    margin:0 1em; /* 文字と線の余白 */
}


/* section */
section.mv{
    margin: 0;
    line-height: 0;
}

div.pdd{
    padding: 0 10%;
}



section.section01 .txt{
    background: rgba(255,255,255,0.6) ;
    padding: 5%;
    display: inline-block;
	font-weight: 500;
	text-shadow:
		3px 3px 4px #ffffff,
		-3px 3px 4px #ffffff,
		3px -3px 4px #ffffff,
		-3px -3px 4px #ffffff,
		3px 0px 4px #ffffff,
		0px 3px 4px #ffffff,
		-3px 0px 4px #ffffff,
		0px -3px 4px #ffffff;

}


section.section02{
    margin: 30% 0 0 0;
}

.section02 h2{
    padding: 0 10%;
}

section.section02 p.cap{
    text-align: center;
    
}

section.section02 img{
    margin: 10% 0;
}


section.section03{
    margin: 30% 0 0 0;
    padding: 30% 10%;
}

section.section03 p{
    margin: 10% 0;
}



section.drk{
    background: linear-gradient(#323739, #1B2023);
    color: #ffffff;
}




section.section04{
    margin: 30% 10%;
}


.section04 h3{
    margin: 30% 0 0 0;
    text-align: center;
}


section.section05{
    margin: 30% 0 0 0;
    padding: 30% 10%;
}

section.section05 p{
    margin: 10% 0;
    
}
section.section05 h3.chm{
    margin: 20% 0 5% 0;
}





section.section06 .wBG{
    background: rgba(255,255,255,0.4) ;
    padding: 5%;
}


section.ctaArea{
    background: linear-gradient(#323739, #1B2023);
     color: #ffffff;
    padding: 0 0 20% 0;
}
section.ctaArea img{
    margin: 0;
}
section.ctaArea .ctaBG{
    margin: 0;
    padding: 10%;
    text-align: center;
}

section.ctaArea .ctaBG span{
    font-size: 0.8rem;
}

section.ctaArea .ctaBG .sales{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    padding: 2% 0;
    margin: 0 0 10% 0;
}

section.ctaArea .ctaBG .sts{
    background: #ffffff;
    color: #1B2023;
    margin: 10% 0;
}

section.ctaArea .ctaBG .prc{
    margin: 10% 0;
}

section.ctaArea .ctaBG strong{
    font-size: 4rem;
    font-weight: 400;
}


footer{
    background: #76797B;
    padding: 10%;
    font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    line-height: 150%;
}




/* LP02 */

section.lp02 {
    padding: 20% 0 0 0;
}

section.drk02{
    padding: 20% 0;
    margin: 20% 0 0 0;
    background: linear-gradient(#323739, #1B2023);
    color: #ffffff;
}

section.lp02 h2,
section.lp02 h3{
    font-weight: 400;
}

.lp02 section.mv{
    margin: 0;
    padding: 0;
}

section.lp02 p{
    padding: 0 10%;
}

section.lp02 h2{
    text-align: left;
    padding: 0 10%;
    margin: 0 0 10% 0;

}

section.lp02 h2 span{
    display: block;
    border-bottom: #1B2023 solid 1px;
    font-size: 1rem;
    margin: 0 ;
}

section.drk02 h2 span{
    display: block;
    border-bottom: #ffffff solid 1px;
    font-size: 1rem;
    margin: 0 ;
}


.ltrSP{
    letter-spacing: -0.04em
}

.pdd02{
    margin: 10% 10% 0 10%;
}


.pdd03{
    margin: 10%;
}





section.section0208 .wBG02{
    background: rgba(255,255,255,0.7) ;
    padding: 5%;
}


section.section0208 .wBG02 h3{
    text-align: left;
    border-bottom: #000000 solid 1px;
    padding: 5% 0;
}


section.section0208 .wBG02 p{
    padding: 0;
    
}


.lp02 section.ctaArea{
    padding: 0;
}

.ctaBG_2 {
    margin: 0;
    padding: 3% 10% 10% 10%;
    text-align: center;
}
.txt-line_2 {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto 10% auto;
    justify-content: center;
}
.drk .txt-line_2:before,
.drk .txt-line_2:after,
.ctaBG .txt-line_2:before,
.ctaBG .txt-line_2:after {
    content: "";
    /*flex-grow: 1;*/
    width: 5%;
    height: 1px; /* 線の太さ */
    background: #ffffff; /* 線の色 */
    margin:0 1em; /* 文字と線の余白 */
}
.purchase {
    color: #1B2123;
    background-color: #eaf6ea;
    margin: 10% 0% 0% 0%;
}
.purchase_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 7% 0% 0% 0%;
}
.purchase_text {
    text-align: left;
    padding: 0% 6% 2% 0%;
}
.end {
    padding-left: 0px;
}

/* LP03 */
section.lp03 {
    padding: 0% 0 0 0;
}

/* cta_direct-cart */
button{
	width: 100%;	
}


.purchase2 {
    color: #ffffff;
    margin: 10% 0% 0% 0%;
}

/* follow-banner */
#follow-banner {
    background: rgba(116, 236, 87, 0);
    width: 600px;
    height: 80px;
    left: 50%;
    top: initial;
    bottom: 12px;
    right: initial;
    transform: translate(-50%, 0px);
    position: fixed;
    visibility: visible;
    margin: auto;
}
#follow-banner a{
    text-decoration: none;
    transition: none;
    -webkit-transition: none;
}
#follow-banner a:hover {
    opacity: 1.0;
}
#follow-banner a img:hover{
    opacity: 1.0;
}
@media screen and (max-width: 767px) {
    #follow-banner {
        width: 100%;
        height: 50px; 
    }
}