.no-js .home-desc__heading, .home-desc__heading.is-scroll-quarterentered {
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    transition: opacity 0.3s linear 0s, transform 0.3s ease 0s;
}
.no-js .home-point__item--frankincense > *:nth-child(1), .home-point__item--frankincense.is-scroll-quarterentered > *:nth-child(1) {
    transition-delay: 0.1s;
}
.no-js .home-desc__text > *, .home-desc__text.is-scroll-quarterentered > * {
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    transition: opacity 0.3s linear, transform 0.3s ease;
}
.no-js .home-point__item--frankincense > *, .home-point__item--frankincense.is-scroll-quarterentered > * {
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    transition: opacity 0.2s linear, transform 0.5s ease;
}

/****************************************
        header
****************************************/
.head_top_text{
    text-align: center;
    background:#ecc1c2;
    padding:15px 0 10px;
    color: #3c3b3b;
    font-size: 18px;
}
.head_top_text_black{
    text-align: center;
    background:#000;
    padding:8px 0 4px;
    color: #FFF;
    font-size: 14px;
}
.header--light{
    background:#FFF;
    padding-top:35px;
}
@media only screen and (max-width: 720px) {
    .head_top_text{
        padding:10px 0 8px;
        font-size: 10px;
    }
    .head_top_text_black{
        padding:8px 0 6px;
        font-size: 10px;
        line-height: 1.2;
    }
    .header--light{
        padding-top:0;
    }
}
/****************************************
        main visual
****************************************/
.home-story{
    margin-bottom: 100px;
}
.instagram-secret{
    margin-top: 200px;
}
.home-key__video video{
    width:100%;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
@media only screen and (min-width: 721px){
    .home-desc__text p{
        font-size: 18px;
        line-height: 2.2;
        padding-bottom: 20px;
    }
    .home-key {
        background: #e1b6b4;
    }
    .home-key__video.pchidden{
        display:none;
    }

    .home-desc__inner{
        padding-bottom: 15rem;
        padding-top: 15rem;
    }
}

@media only screen and (max-width: 720px) {
    .home-story{
        margin-bottom: 0;
    }
    .home-desc__text p{
        line-height: 2.2;
        padding-bottom: 20px;
    }
    .home-key__image.home-key__video{
        height: auto;
    }
    .home-key__video.sphidden{
        display:none;
    }
    .home-desc__inner{
        padding-bottom: 8rem;
        padding-top: 7rem;
    }

    .spMain{
        width:100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin:0;
        padding: 0;
    }
    .spMain li{
        position: absolute;
        top: 0;
        left: 0;
        margin:0;
        padding: 0;
        list-style: none;
    }
    .spMain li.anim1{
        position: static;
        transform: translate(100%, 0);
        animation: spMainAnimation01 6.2s linear 0s infinite;
    }
    .spMain li.anim2{
        transform: translate(-100%, 0);
        animation: spMainAnimation02 6.2s linear 0s infinite;
    }
    .spMain li.anim3{
        transform: translate(0, -100%);
        animation: spMainAnimation03 6.2s linear 0s infinite;
    }
    .spMain li.anim4{
        transform: translate(-100%, 0);
        animation: spMainAnimation04 6.2s linear 0s infinite;
    }
    .spMain li.anim5{
        transform: translate(100%, 0);
        animation: spMainAnimation05 6.2s linear 0s infinite;
    }
    .spMain li.anim6{
        transform: translate(0, -100%);
        animation: spMainAnimation06 6.2s linear 0s infinite;
    }
    @keyframes spMainAnimation01 {
        2% {  transform: translate(100%, 0); }
        6% {  transform: translate(0, 0); }
        100% { transform: translate(0, 0); }
    }
    @keyframes spMainAnimation02 {
        12% {  transform: translate(-100%, 0); }
        16% {  transform: translate(0, 0); }
        100% { transform: translate(0, 0); }
    }
    @keyframes spMainAnimation03 {
        22% {  transform: translate(0, -100%); }
        26% {  transform: translate(0, 0); }
        100% { transform: translate(0, 0); }
    }
    @keyframes spMainAnimation04 {
        32% {  transform: translate(-100%, 0); }
        36% {  transform: translate(0, 0); }
        100% { transform: translate(0, 0); }
    }
    @keyframes spMainAnimation05 {
        42% {  transform: translate(100%, 0); }
        46% {  transform: translate(0, 0); }
        100% { transform: translate(0, 0); }
    }
    @keyframes spMainAnimation06 {
        52% {  transform: translate(0, -100%); }
        56% {  transform: translate(0, 0); }
        100% { transform: translate(0, 0); }
    }
}
/****************************************
        slider
****************************************/
.home-story__slide__item dl{
    max-width:1350px;
    margin:0;
    position: relative;
}
.home-story__slide__item dl dt,
.home-story__slide__item dl dd,
.home-story__slide__item div{
    margin:0;
}
.home-story__slide__item img{
    width:100%;
    height: auto;
}
.home-story__slide__item dl dd{
    display: flex;
    flex-wrap: wrap;
}
.home-story__slide__item dl dd.link,
.home-story__slide__item dl dd.link a{
    display: block;
    width:100%;
    height: 100%;
    background: none;
    opacity:0;
    font-size:0;
    text-indent: -9999px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.home_slide_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slide_text_box{
    padding:5%;
    vertical-align:middle;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    line-height: 1.7;
}
.slide_text_box .slide_text_title{
    font-size: 36px;
    color: #000;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Marcellus", serif;
}
.slide_text_box .slide_text_title:after{
    content: "";
    display: block;
    width:60px;
    height: 2px;
    background:#000;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.slide_align_vartical .slide_text_box .textBox{
    width: 90%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media only screen and (min-width: 721px) {
    .home-story__slide__item dl{
        display: flex;
    }
    .home-story__slide__item dl dt,
    .home-story__slide__item dl dd,
    .home-story__slide__item .home_slide_inner_box{
        width:50%;
    }

    .slide_align_horizon .home_slide_inner{
        width:100%;
    }
    .slide_align_vartical .home_slide_inner{
        width:50%;
        height: 100%;
    }
    .slide_align_vartical .home_slide_inner .home_slide_inner_box{
        width:100%;
        height: 50%;
    }
    
    .home_slide_inner.align_right {
        flex-direction: row-reverse;
    }
    .home_slide_inner.align_bottom {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 720px) {
    .home-story .swiper-slide{
        padding:0;
    }
    .home_slide_inner{
        width:100%;
        display: flex;
    }
    .home_slide_inner.sp_right{
        flex-direction:row-reverse;
    }
    .home_slide_inner_box{
        width: 50%;
    }
    .slide_text_box{
        padding:2%;
        font-size: 11px;
        line-height: 1.3;
    }
    .slide_text_box .slide_text_title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .slide_text_box .slide_text_title:after{
        width:40px;
        bottom: -5px;
    }
}

/****************************************
          item
****************************************/
.home-product{
    padding:100px 0 0;
}
.product_title{
    text-align: center;
    font-size:30px;
    color:#000;
}
.product_item_list{
    padding:75px 0 35px;
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin:0 auto;
}
.product_item_list dl{
    box-sizing: border-box;
    width:33.33%;
}
.product_item_list dl dt img{
    width:100%;
    height: auto;
}
.product_item_list dl dd{
    padding:20px 20px 50px;
    margin: 0;
}
.product_item_list .product_category span{
    margin:0;
    font-size: 90%;
    padding: .25em .5em;
    line-height: 1;
    border: 1px solid #CCC;
    display: inline-block;
}
.product_item_list .product_name{
    margin: .5rem 0;
}
.product_item_list .product_price_normal{
    margin: .25rem 0 0;
    line-height: 1.25;
}
.product_item_list .product_price_subsc{
    /*color: #c45;*/
    margin: .25rem 0 0;
    line-height: 1.25;
}

.more_btn{
    width:210px;
    text-align: center;
    margin:0 auto;
    border:2px #000 solid;
    border-radius: 4px;
}
.more_btn a{
    display: block;
    width:100%;
    color:#000;
    font-size: 12px;
    line-height: 1;
    padding:12px 0;
    text-decoration: none;
}
@media only screen and (min-width: 721px) {
    .product_item_list dl{
        width: 32.5%;
        margin-right: 1.25%;
    }
    .product_item_list dl:nth-child(3n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 720px) {
    .home-product{
        padding:80px 0 0;
    }
    .product_title{
        font-size:18px;
    }
    .product_item_list{
        padding:18px 1% 0;
        box-sizing: border-box;
    }
    .product_item_list dl{
        width:50%;
        padding:0 2%;
    }
    .product_item_list dl dd{
        padding:5px 5px 10px;
    }
    .product_item_list .product_name{
        margin: .5rem 0;
    }
    .product_item_list .product_price_normal{
        margin: .25rem 0 0;
        line-height: 1.25;
    }
    .product_item_list .product_price_subsc{
        color: #c45;
        margin: .25rem 0 0;
        line-height: 1.25;
    }
    
    .more_btn{
        width:210px;
        text-align: center;
        margin:0 auto;
        border:2px #000 solid;
        border-radius: 4px;
    }
    .more_btn a{
        display: block;
        width:100%;
        color:#000;
        font-size: 12px;
        line-height: 1;
        padding:12px 0;
        text-decoration: none;
    }
}

/****************************************
          footer
****************************************/

.home-fixed-image img{
    width:100%;
}

.home_footer{
    border-bottom:20px #000 solid;
    padding:160px 0 20px;
}
.home_login_box{
    width:615px;
    margin:0 auto;
    text-align: center;
}
.home_login_box dt{
    font-size: 30px;
    line-height: 1;
    color:#a2a2a3;
    padding-bottom:10px;
    border-bottom:3px #000 solid;
}
.home_login_box dd{
    font-size: 18px;
    color:#000;
    margin:0;
    padding-top:15px;
}
.home_login_box .home_login_btn{
    width:248px;
    margin: 40px auto 0;
}
.home_login_box .home_login_btn a{
    display: block;
    width:100%;
    color: #FFF;
    background: #000;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    padding:20px 0;
    text-decoration: none;
}
.home_fotter_menu{
    max-width:830px;
    margin:90px auto 110px;
}
.home_fotter_menu ul{
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin: 0;
}
.home_fotter_menu ul li{
    width:33.33%;
    text-align: center;
    margin:5px 0;
    list-style: none;
}
.home_fotter_menu ul li a{
    padding:0 10px;
    text-decoration: none;
    color: #3c3b3b;
    font-size: 16px;
}

.home_footer_social ul{
    padding:0;
    margin: 0;
    display: flex;
    justify-content:center;
    padding-bottom: 110px;
}
.home_footer_social ul li{
    margin:0 20px;
    list-style: none;
}
.home_footer_copyright{
    text-align: center;
    font-size:22px;
    line-height: 1;
    color: #000;
}
.home-point2{
    padding:7rem 0 14rem;
}
@media only screen and (max-width: 720px) {
    .home-point2{
        padding:3rem 0 6rem;
    }
    .home_footer{
        border-bottom:10px #000 solid;
        padding:60px 0 10px;
    }
    .home_login_box{
        width:80%;
    }
    .home_login_box dt{
        font-size: 20px;
        padding-bottom:10px;
        border-bottom:2px #000 solid;
    }
    .home_login_box dd{
        font-size: 13px;
        padding-top:10px;
    }
    .home_login_box .home_login_btn{
        margin: 20px auto 0;
    }
    .home_login_box .home_login_btn a{
        font-size: 13px;
        padding:15px 0;
    }
    .home_fotter_menu{
        width:96%;
        margin:40px auto 60px;
    }
    .home_fotter_menu ul li{
        width:50%;
    }
    .home_fotter_menu ul li a{
        padding:0 5px;
        font-size: 13px;
    }
    
    .home_footer_social ul{
        padding-bottom: 60px;
    }
    .home_footer_copyright{
        font-size:18px;
    }
}

/****************************************
        add 2022.05.30 shop logo
****************************************/
@media only screen and (min-width: 721px){
    .home-content__item {
        width: 480px;
    }
    .shop__link__inner .shop__link__item{
        width: 300px;
    }
    .pchidden{
        display: none;
    }
    .home-content a img{
        transition: all 0.6s ease;
    }
    .home-content .home-content__item__image{
        overflow: hidden;
    }
    .home-content a:hover img{
        opacity: 0.8;
        transform: scale(1.05);
    }
    .home-content a:hover{
        text-decoration: underline!important;
    }
}
.shop__link__inner{
    max-width: 1000px;
    margin: 80px auto 0;
}
.body--home .shop__link__inner .product_title{
    color: #FFF;
}
.shop__link__inner .shop__link__list{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.shop__link__inner .shop__link__list a{
    text-decoration: none;
}


/******* shop list ********/
.shoplist-secret{
    padding-bottom: 80px;
}
.shoplist__box .home-content__item__image{
    box-shadow: 0 0 4px #ddd;
}
.shoplist__box .home-content__item__heading{
    text-align: left;
    margin: 1rem 0 0 0.5rem;
    font-size: 110%;
}
@media only screen and (max-width: 720px) {
    .sphidden{
        display: none;
    }
    .shop__link__inner{
        margin: 40px auto 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .shop__link__inner .shop__link__list{
        margin-top: 40px;
        display: block;
    }
    .body--home .shop__link__inner .shop__link__item{
        margin-bottom: 10px;
        border: 1px #FFF solid;
        padding: 0.75rem;
    }
    .body--home .shop__link__inner .shop__link__item:last-child{
        margin-bottom: 0;
    }
    .body--home .shop__link__inner .shop__link__list a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .body--home .shop__link__inner .home-content__item__image{
        float: none;
        width: 40%;
    }
    .body--home .shop__link__inner .home-content__item__heading{
        margin: 0 0 0 10%;
    }

    /******* shop list ********/
    .shoplist-secret{
        padding-bottom: 20px;
    }
    .shoplist__box .shop__link__item{
        padding: 0 5%;
        margin-bottom: 40px;
    }
    .shoplist__box .home-content__item__image{
        float: none;
        width: 100%;
    }
}

/****************************************
        add 2022.05.30 insta voice
****************************************/
.instagram-secret{
    padding: 80px 0;
}
.insta__voice__inner{
    max-width: 1000px;
    margin: 0 auto;
}
.insta__voice_title{
    text-align: center;
    padding-bottom: 50px;
}
.insta__voice_title .voice__tag{
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    padding: 0;
}
.insta__voice_title .voice__tag li{
    list-style: none;
    margin: 0 1%;
}
.insta__voice__box{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 60px;
    grid-gap: 10px;
}
.insta__voice__box .insta_photo{
    background:#e9b6b2;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    box-sizing: border-box;
}
.insta__voice__box .insta_photo img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta__voice__box.fadeIn .insta_photo{
    position: relative;
}
.insta__voice__box.fadeIn .insta_photo::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:#e9b6b2;
    border-right: 20px #333 solid;
    transition: all 0.6s ease-out 0.2s;
}
.insta__voice__box.fadeIn.scrollin .insta_photo::after{
    width: 0%;
    border-width: 0px;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(2)::after{
    transition: all 0.6s ease-out 0.4s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(3)::after{
    transition: all 0.6s ease-out 0.6s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(4)::after{
    transition: all 0.6s ease-out 0.8s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(5)::after{
    transition: all 0.6s ease-out 1.0s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(6)::after{
    transition: all 0.6s ease-out 1.2s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(7)::after{
    transition: all 0.6s ease-out 1.4s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(8)::after{
    transition: all 0.6s ease-out 1.6s;
}
.insta__voice__box.fadeIn .insta_photo:nth-child(9)::after{
    transition: all 0.6s ease-out 1.8s;
}

@media only screen and (min-width: 721px){
    .instagram-secret{
        margin-top: 100px;
    }
    .insta__voice__box .insta_photo:first-child{
        grid-column: 1 / span 2;
        grid-row: 1/ span 2;
    }
    .insta__voice_title .voice__tag a{
        transition: all 0.4s ease;
        display: inline-block;
    }
    .insta__voice_title .voice__tag a:hover{
        transform: translateY(-2px);
    }
    .insta_photo{
        overflow: hidden;
        background-color: #e9b6b2;
    }
    .insta_photo img{
        transition: all 0.6s ease;
    }
    .insta_photo a:hover img{
        transform: scale(1.05);
        opacity: 0.4;
    }
    .instagram-secret .more_btn a{
        transition: all 0.6s ease;
        background-color:#FFF ;
    }
    .instagram-secret .more_btn:hover a{
        color: #FFF;
        background-color:#000 ;
    }
    .shoplist-secret a img{
        transition: all 0.6s ease;
    }
    .shoplist-secret .home-content__item__image{
        overflow: hidden;
    }
    .shoplist-secret a:hover img{
        opacity: 0.8;
        transform: scale(1.05);
    }
    .shoplist-secret a:hover{
        text-decoration: underline!important;
    }
}
@media only screen and (max-width: 720px) {
    .insta__voice__inner{
        box-sizing: border-box;
        padding:0 5%;
    }
    .insta__voice_title{
        padding-bottom: 30px;
    }
    .insta__voice__box {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 30px;
    }
}