.obi {
	width: 750px;
    margin: 0 auto;
    background: #ec6d5e;
    padding: 10px 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
@media (max-width: 750px){
	width: 100%;
	font-size: 25px;
	padding: 5px 0;
	}
}
.note{
    color: #888;
    text-align: right;
    font-size: 0.95rem;
    padding-right: 15px;
}
.org{
    color: #ec6c5e;
}
.purple{
    color: #6c217a;
}
.pink{
    color: #ed7a6d;
}
.sec01{
    position: relative;
    background:url(/template/default/img/sp/rejuvie3/bg01.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 8vw 0 17vw;
    .content{
        position: relative;
        text-align: center;

    }
    .text01{
        font-weight: bold;
    }
    .text02{

    }
    .text03{
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 1.3;
    }
    .text06{
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 1.3;
    }
    .triple{
        position: relative;
        z-index: 2;
        padding: 13vw 0 0;
        img{
            position: relative;
            z-index: 3;
        }
        /* &::before{
            content:"";
            position: absolute;
            display: block;
            background:#e1d5eb;
            width: 100%;
            height: 55vw;

        }
        &::after{
            content:"";
            position: relative;
            background: url(/template/default/img/sp/rejuvie3/bg_arrow.jpg) no-repeat center bottom;
            display: block;
            width: 100%;
            height: 33vw;
            bottom: 24vw;
        } */
    }
    .note{
        margin-top: -30px;
    }
}
@media(min-width:376px){
	.sec01{
		padding: 11vw 0 21vw;
	}
	.sec01 triple {

        padding: 19vw 0 0;
    }
}
.sec02{
    position: relative;
    /* top: -19vw; */
    .title{
        text-align: center;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .title small{
        display: block;
        font-size: 1.4rem;
    }
    .title .main{
        font-weight: bold;
        font-size: 2rem;
    }
    .title .icon{
        font-weight: normal;
        font-size: 2.6rem;
    }
    .note{
        margin-top: -10px;
        
    }
}
.sec03{
    margin-top: 40px;
    background: #F4F4F4;
	background: linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 85%, rgba(249, 249, 249, 1) 100%);
	.sec03_inner{
        background: url(/template/default/img/sp/rejuvie3/bg02.jpg) no-repeat left top;
        background-size: 100% auto;		
	}
    .title{

        text-align: center;
        font-weight: bold;
        line-height: 1.3;
        margin: 0;
        font-size: 3.5rem;
        padding: 30px 0;
    }
    .title b{
        font-size: 120%;
    }
    .list {
        margin-top: -27px;
    }
    .list .item{
        padding-top: 20px;
    }

    .list .item:nth-child(2){
        background: url(/template/default/img/sp/rejuvie3/bg03.jpg) no-repeat left top;
        background-size: 100% auto;
    }
    .list .item:nth-child(3){
        background: url(/template/default/img/sp/rejuvie3/bg04.jpg) no-repeat left -20px;
        background-size: 100% auto;
    }
    .note{
        text-align: left;
        padding-left: 15px;
        margin-bottom: 0;
    }
}
.sec04{
    padding: 30px 0 0;
    background: url(/template/default/img/sp/rejuvie3/bg05.jpg) no-repeat center -14px;
    background-size: 100% auto;
    .title{
        position: relative;
        /* background: #fcfcfc; */
        text-align: center;
        line-height: 1.3;
        margin: 0;
        margin-bottom: 15px;

    }
    /* .title::after{
        content:"";
        position: absolute;
        z-index: 2;
        display: block;
        background: url(/template/default/img/sp/rejuvie3/bg_arrow2.jpg) no-repeat center bottom;
        width: 100%;
        height: 30vw;
        top: 9vw;
    } */
    .title small{
        position: relative;
        display: block;
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
    .title .main{
        position: relative;
        z-index: 3;
        font-weight: bold;
        font-size: 3rem;
    }
    .subtitle{
        text-align: center;
        position: relative;
        padding: 30px 0 0;
    }
    /* .subtitle::before{
        content:"";
        position: absolute;
        display: block;
        background: url(/template/default/img/sp/rejuvie3/bg05.jpg) no-repeat center top;
        background-size: 100% auto;
        z-index: -1;
        width: 100%;
        height: 50vw;
        top: -24vw;
    } */
    .subtitle .sub{
        position: relative;
        color: #fff;
        background: #ea6b5d;
        border-radius: 3px;
        width: fit-content;
        margin: auto;
        padding: 4px 20px;
        font-size: 1.6rem;
    }
    .subtitle .sub::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -3px;
        border: 3px solid transparent;
        border-top: 7px solid #ea6b5d;
        z-index: 0;
    }    
    .subtitle .main{
        font-weight: bold;
        font-size: 3.5rem;
    }
    .item:nth-child(1){
        margin-top: -15px;
    }
    .item:nth-child(2){
        margin-top: -8px;
    }
    .item:nth-child(3){
        margin-top: -22px;
    }
}
.sec05{
    padding: 20px 0 60px;
    background: url(/template/default/img/sp/rejuvie3/bg06.jpg) no-repeat center top;
    background-size: cover;
    .title{
        font-weight: bold;
        text-align: center;
        font-size: 2.3rem;
    }
    .item{
        margin-bottom: 30px;
    }
    .text{
        position: relative;
        background: #fff;
        width: 93%;
        margin:12px auto 0;
        padding: 8px 25px;
        border-radius: 10px;
        border: 1px solid #eee;
        p{
            position: relative;
            z-index: 1;
            font-size: 1.4rem;
        }
        &::before{
            content:"";
            display: block;
            position: absolute;
            background: url(/template/default/img/sp/rejuvie3/icon01.jpg) no-repeat center right;
            background-size: 100% auto;
            right: 10px;
            top: 10px;
            width: 35px;
            height: 35px;
            z-index: 0;
        }
        &::after{
            content:"";
            display: block;
            position: absolute;
            background: url(/template/default/img/sp/rejuvie3/icon02.jpg) no-repeat center right;
            background-size: 100% auto;
            left: 10px;
            bottom: 10px;
            width: 35px;
            height: 35px;
            z-index: 0;
        }
    }
    .pink{
        font-weight: bold;
    }
}
.sec06{
    .title{
        margin:-20vw 0 0;
        position: relative;
    }
    .content{
        background: #f2f2f2;
        padding: 0 0 40px;

    }
    .text{
        position: relative;
        background: #fff;
        width: 93%;
        margin:-5px auto 0;
        padding: 15px;
        p{
            position: relative;
            z-index: 1;
            font-size: 1.4rem;
        }
        &::before{
            content:"";
            display: block;
            position: absolute;
            background: url(/template/default/img/sp/rejuvie3/icon01.jpg) no-repeat center right;
            background-size: 100% auto;
            right: 10px;
            top: 10px;
            width: 35px;
            height: 35px;
            z-index: 0;
        }
        &::after{
            content:"";
            display: block;
            position: absolute;
            background: url(/template/default/img/sp/rejuvie3/icon02.jpg) no-repeat center right;
            background-size: 100% auto;
            left: 10px;
            bottom: 10px;
            width: 35px;
            height: 35px;
            z-index: 0;
        }
    }
    .pink{
        font-weight: bold;
    }
}

.sec07{
    .content{
        height: 50vw;
        background: #ccc;
    }
}
.sec08{
    padding: 30px 0;
    background: url(/template/default/img/sp/rejuvie3/bg07.jpg) no-repeat center top;
    background-size: cover;
    .title{
        text-align: center;
        font-weight: bold;
        margin: 0 0 20px;
        font-size: 2rem;
    }
    .content{
        width: 93%;
        margin: auto;
/*         height: 50vw; */
        background: #ccc;
    }
}

.faq{
    background: #f4f3f0;
    border-top:0;
	padding:20px 0 30px 0;	
}
.faq_title{
    font-weight: bold;
	text-align: center;
	margin:20px 0 30px;
	font-size: 3rem;
}
.faq_wrapper{
	width: 93%;
	margin: auto;
}
.faq .q_icon{
	color: #aeaba3;
	font-size: 5rem;
	margin-right: 10px;
}
.faq .c-list{

	margin:0 0 15px 0;
}
.faq .q{
    box-shadow: 0px 0px 10px -5px #bababa;
    background: #fff;
    cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 3rem;
    font-weight: normal;
	font-size: 1.4rem;
	padding: 0 10px;
}
.faq .txt{
	font-weight: bold;
	font-size: 28px;
@media(max-width:780px){
	font-size: 1em;
	}
}
.faq .a{
	padding: 10px 0;
    margin: 0 20px;
}
.faq dt .i {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 auto;
	flex-shrink: 0;  
}
.faq dt .i::before, 
.faq dt .i::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #888;
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
}
.faq dt .i::after {
    background: #888;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.faq dt.active .i::after {
    transform: rotate(0);
    transition: 0.5s;
    height: 0px;
}
.ingredient{
    padding: 30px 0 0;
    .ingredient_title{
        font-weight: bold;
        text-align: center;
        font-size: 3rem;
        margin: 0 0 30px;
    }
    .content{
        width: 93%;
        margin: auto;
    }
    .item{
        background: #f7f6f3;
        padding: 20px;
        margin-bottom: 5px;
    }
    .item-title{
        text-align: center;
        font-weight: bold;
        font-size: 1.8rem;
        margin: 0 0 12px;
    }
}



.faq_a{
    background: #f4f3f0;
    border-top:0;
	padding:20px 0 30px 0;	
}
.faq_a p{
    font-size: 18px;	
    line-height: 28px;
@media(max-width:780px){
    font-size: 15px;	
    line-height: 22px;
	}
}
.faq_wrapper_a{
	width: 93%;
	margin: auto;
}
.faq_a .q_icon{
	color: #aeaba3;
	font-size: 5rem;
	margin-right: 10px;
}
.faq_a .c-list{
	margin:0 0 15px 0;
}

.faq_a .ttl{
	font-size: 18px;
}

.faq_a .q{
    box-shadow: 0px 0px 10px -5px #bababa;
    background: #fff;
    cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 3rem;
    font-weight: normal;
	font-size: 1.4rem;
	padding: 0 0 0 30px;
}
.faq_a .txt{
	font-weight: bold;
	font-size: 28px;
@media(max-width:780px){
	font-size: 18px;
	}
}
.faq_a .a{
	padding: 10px 0;
    margin: 0 20px;
}
.faq_a dt .i {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 auto;
	flex-shrink: 0;  
}
.faq_a dt .i::before, 
.faq_a dt .i::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #888;
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
}
.faq_a dt .i::after {
    background: #888;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.faq_a dt.active .i::after {
    transform: rotate(0);
    transition: 0.5s;
    height: 0px;
}

@media(min-width:750px){
    .rejuvie3 {
    width: 750px;
    margin: auto;
    box-shadow: 0px 0px 15px -5px #4d4d4d;
    padding-bottom: 60px;
}
.note{
    font-size: 16px;
}
p.p_txt{
    font-size: 28px;
}
.sec01 {
    padding: 5vw 0 11vw;
    .text03, .text06 {
        font-size: 70px;
    }   
    .triple{
        padding: 3vw 0 0;
    }
}
.sec02 {
    padding: 0 0 50px;
    .title small{
        font-size: 30px;
    }
    .title .main{
        display: block;
        font-size: 42px;
        margin-bottom: 30px;
    }
}
.sec03{
    margin-top: 0;
    .title{
        font-size: 70px;
        line-height: 1.1;
        padding: 70px 0;
    }
    .list .item {
        padding-top: 40px;
    }
}
.sec04{
    .title small{
        font-size: 30px;
    }
    .title .main{
        font-size: 70px;
    }
    .subtitle {
        padding: 90px 0 0;
    }
    .subtitle .sub{
        font-size: 32px;
    }
    .subtitle .main{
        font-size: 80px;
    }
    .subtitle .sub::after {
        bottom: -24px;
        margin-left: -13px;
        border: 13px solid transparent;
        border-top: 17px solid #ea6b5d;
    }
    .item:nth-child(2) {
        margin-top: -16px;
    }
    .item:nth-child(3) {
        margin-top: -42px;
    }
}
.sec05{
    padding: 40px 0 100px;
    .title{
        font-size: 42px;
    }
    .item {
        margin-bottom: 60px;
    }
    .text {
        p {
            font-size: 28px;
        }
        &::before {
            content: "";
            right: 20px;
            top: 20px;
            width: 60px;
            height: 60px;
        }
        &::after {
            content: "";
            left: 20px;
            bottom: 20px;
            width: 60px;
            height: 60px;
        }
    }
}
.sec06{
    .title {
        margin: -140px 0 0;
    }
    .text {
        p {
            font-size: 28px;
        }
        &::before {
            content: "";
            right: 20px;
            top: 20px;
            width: 60px;
            height: 60px;
        }
        &::after {
            content: "";
            left: 20px;
            bottom: 20px;
            width: 60px;
            height: 60px;
        }
    }
}    
.sec08{
    .title{
        font-size: 42px;
    }
}    
.faq_title{
    font-size: 60px;
}
.faq .q_icon {
    font-size: 9rem;
}
.faq .a{
    font-size: 28px;
}
.ingredient {
    .ingredient_title {
        font-size: 60px;
    }
    .item-title{
        font-size: 36px;
    }
    .item{
        padding: 35px;
        margin-bottom: 10px;
    }
}
}
@media (min-width: 750px) and (pointer: fine) {
 .sec01{
	 padding: 5vw 0 70px;
 }
}

.fadeInRight,
.fadeInLeft,
.fadeIn {
	animation-duration:3s;

}
.fadeInRight {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.sale_bnr_prime{border: 1px solid #ddd; margin: 20px auto; padding: 15px 0;}
.sale_bnr_prime_txt{font-size: 13px; margin-bottom: 5px;text-align: center;}
.sale_bnr_prime_btn{text-align: center;text-decoration: underline;font-size: 13px;}
@media (min-width: 750px){
	.sale_bnr_prime_txt{font-size: 18px;}
	.sale_bnr_prime_btn{font-size: 18px;}
}

/* prime */
.prime{
	text-align: center;
	background: rgb(255,242,243);
	background: linear-gradient(180deg, rgba(255,242,243,1) 0%, rgba(255,210,215,1) 35%);
	padding: 0;
}

/* sticky 
.footer_sticky { display: none !important;}
*/
