@charset "UTF-8";
header{
    background: #fff;
}
header.default{
    background: rgba(255, 255, 255, .8);    
}
.top_main{
    background: #fff;
}
.mv_wrap{
    margin: 60px auto 0;
    text-align: center;
    background: #fff;
    position: relative;
}
.mv_wrap img{
    width: 95%;
    display: block;
    margin: 0 auto 0 0;
    opacity: 0;
    transition: 2s opacity;
}
.member_fix_icon.active,
.mv_wrap.active > p:nth-of-type(1),
.mv_wrap.active > p:nth-of-type(2),
.mv_wrap.active img{
    opacity: 1;
    transition: 2s opacity;
}
#member_bn:checked ~ .member_fix_icon.active{
    display: none;
}
.member_fix_icon > label{
    width: 20px;
    height: 20px;
    display: block;
    border-top: 2px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
}
.member_fix_icon > label::before{
    content: "";
    width: 100%;
    border-top: 2px solid #000;
    position: absolute;
    top: -2px;
    left: 0;
    transform: rotate(-90deg);
}
.member_fix_icon > label::after{
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    position: absolute;
    top: -14px;
    right: -3px;
    border-radius: 100%;
}
.member_fix_icon a{
    display: inline-block;
    margin-bottom: 1em;
}
.mv_wrap.active > p:nth-of-type(1){
    transition-delay: .5s;
    text-align: left;
}
.mv_wrap.active > p:nth-of-type(2){
    transition-delay: 1s;
}
.mv_wrap > p:nth-of-type(1){
    position: absolute;
    top: 20%;
    left: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 200%;
    opacity: 0;
    transition: 2s opacity;
    transition-delay: .5s;
}
.mv_wrap > p:nth-of-type(2){
    display: none;
    opacity: 0;
    transition: 2s opacity;
    transition-delay: 1s;
}
.member_fix_icon{
    width: 35%;
    max-width: 1000px;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    transition: 2s all;
    transition-delay: 1.5s;
}
.member_fix_icon img{
    width: 100%;
}
.member_fix_icon.active{
    transition: 2s all;
    transition-delay: 1.5s;
    display: block;
    bottom: 20px;
}
.scroll_text{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    margin: -50px 0 0;
    padding: 0 0 50px;
}
.scroll_text p{
    font-size: 100px;
    color: #EEE1C8;
    flex-shrink: 0;
    white-space: nowrap;
    width: auto;
    will-change: transform;
    margin: 0;
    padding: 0;
    letter-spacing: .2em;
    padding: 0 50px 0 0;
}
.scroll_text p span{
    font-size: 100px;
    font-weight: 500;
}

.scroll_text p:nth-of-type(1) {
    animation: MoveLeft 48s linear -24s infinite
}

.scroll_text p:nth-of-type(2) {
    animation: MoveLeft2 48s linear infinite;
}
.about_link_block{
    position: relative;
    padding: 0 0 150px;
    background: #EABA76;
}
.about_top_area{
    position: absolute;
    top: 30%;
    left: 0;
    width: 90%;
}
.about_text{
    color: #DE8E32;
    font-size: 16px;
    line-height: 250%;
}
.about_title{
    font-size: 42px;
    transform: rotate(90deg);
    color: #EEE1C8;
    position: absolute;
    top: 200px;
    left: 135px;
    letter-spacing: .2em;
}
.about_text_area{
    background: #fff;
    padding: 60px 60px 60px 20px;
    transform: translate(0% , 100%);
    opacity: 0;
    position: relative;
}
.about_text_area.is-active{
    opacity: 1;
    transform: translate(0 , 0);
    transition: 1s all;
}
.about_bottom_area{
    padding: 0 0 90%;
    background: #EABA76;
}
div.about_bottom_area > div img{
    width: 100%;
}
.pick_up_block{
    padding: 50px 0 150px;
    background: #fff;
    position: relative;
}
.pick_up_block section{
    overflow: hidden;
}
.pick_up_main{
    padding: 0 0 0 20px;
}
.pick_up_title{
    position: absolute;
    top: -23px;
    right: 20px;
    width: auto !important;
    letter-spacing: .2em;
}
.pick_up_main li{
    max-width: 2360px;
}
.pick_up_main li a:hover{
    opacity: .7;
}
.pick_up_main .swiper-pagination{
    position: relative;
    top: 0!important;
    left: 0!important;
    text-align: left;
}
.box h2,
.box h3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.box h2 span,
.box h3 span{
    color: #EEE1C8;
    font-size: 42px;
    transform: translate(0 , 100%);
    transition: .1s all;
    display: block;
    opacity: 0;
    font-weight: 500;
    letter-spacing: .2em;
}
.box.is-active h2 span,
.box.is-active h3 span{
    transition: 1s all;
    transform: translate(0, 0);
    opacity: 1;
}
.box.is-active h2 span:nth-of-type(1),
.box.is-active h3 span:nth-of-type(1){
    transition-delay: .1s;
}
.box.is-active h2 span:nth-of-type(2),
.box.is-active h3 span:nth-of-type(2){
    transition-delay: .2s;
}
.box.is-active h2 span:nth-of-type(3),
.box.is-active h3 span:nth-of-type(3){
    transition-delay: .3s;
}
.box.is-active h2 span:nth-of-type(4),
.box.is-active h3 span:nth-of-type(4){
    transition-delay: .4s;
}
.box.is-active h2 span:nth-of-type(5),
.box.is-active h3 span:nth-of-type(5){
    transition-delay: .5s;
}
.box.is-active h2 span:nth-of-type(6),
.box.is-active h3 span:nth-of-type(6){
    transition-delay: .6s;
}
.box.is-active h2 span:nth-of-type(7),
.box.is-active h3 span:nth-of-type(7){
    transition-delay: .7s;
}
.box.is-active h2 span:nth-of-type(8),
.box.is-active h3 span:nth-of-type(8){
    transition-delay: .8s;
}
.box.is-active h2 span:nth-of-type(9),
.box.is-active h3 span:nth-of-type(9){
    transition-delay: .9s;
}
.box.is-active h2 span:nth-of-type(10),
.box.is-active h3 span:nth-of-type(10){
    transition-delay: 1s;
}
.box.is-active h2 span:nth-of-type(11),
.box.is-active h3 span:nth-of-type(11){
    transition-delay: 1.1s;
}
@keyframes MoveLeft {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}
@keyframes MoveLeft2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}
.products_block{
    background: #EABA76;
    padding: 0 0 50px;
}
.products_visual img{
    width: 100%;
}
.box span.products_link{
    font-size: 12px!important;
    font-weight: bold;
    text-align: center;
    padding: 5px 30px;
    display: inline-block;
    width: 120px;
    background: #fff;
    color: #EABA76;
    transition-delay: 0s!important;
    margin: 15px 0 0;
}
h2.products_title{
    width: 320px;
    margin: -22px auto 0 20px;
}
.products_data{
    padding: 20px 20px 250px;
    background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/products_bg.png);
    background-repeat: no-repeat;
}
.products_title_kyou{
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid #DE8E32;
    margin: 0 auto 30px;
    max-width: 280px;
}
.products_text{
    font-size: 14px;
    line-height: 180%;
    max-width: 375px;
    margin: 0 auto;
}
.products_column{
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    max-width: 400px;
}
.products_column .products_image{
    width: 120px;
}
.product_detail_data_wrap,
.products_main_data{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 120px);
}
.product_detail_data_wrap{
    width: 100%;
    padding: 20px 0 160px;
    position: relative;
}
.products_block .product_detail_data_wrap{
    padding: 20px 20px 160px;
}
.products_main_data .products_name{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
}
.products_main_data .products_price{
    width: 100%;
    text-align: right;
    font-size: 12px;
}
.products_main_data .products_price span{
    font-size: 16px;
}
.products_main_data .products_detail_link{
    width: 100%;
    max-width: 240px;
    position: absolute;
    bottom: -150px;
    right: 50%;
    transform: translate(50%, 50%);
    opacity: 0;
}
.box.is-active .products_main_data .products_detail_link{
    transform: translate(50% , 0);
    opacity: 1;
    transition: 1s all;
    right: 50%;
}
.kyou_block{
    padding: 50px 20px;
    background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/gate_bg.png);
    background-repeat: repeat;
}
.kyou_title{
    font-size: 28px;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px solid #DE8E32;
    width: fit-content;
}
.kyou_text{
    font-size: 14px;
    line-height: 180%;
    margin: 30px auto;
    max-width: 580px;
}
.kyou_text br{
    display: none;
}
.kyou_block .two_column .column{
    width: 100%;
}
.product_detail_data_wrap .img_wrap{
    width: 120px;
}
.product_detail_data_wrap .product_detail_data{
    width: calc(100% - 120px);
}
.single_item .product_name{
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
}
.single_item  .product_name ~ p{
    font-size: 14px;
    line-height: 200%;
}
p.product_text{
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 200%;
}
.product_detail_data_wrap .product_detail_data .product_name{
    padding: 20px 0 20px 20px;
    font-size: 16px;
    font-weight: bold;
}
.product_detail_data_wrap .product_detail_data .products_price{
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 200%;
}
.product_detail_data_wrap .product_detail_data .products_price span{
    font-size: 16px;
}
.product_detail_period{
    font-size: 10px;
}
.product_detail_data_wrap .product_detail_data .product_detail_period{
    position: absolute;
    bottom: 60px;
    right: 50%;
    transform: translate(50%, 0);
    min-width: 200px;
}
.product_detail_data_wrap .product_detail_data .products_detail_link{
    position: absolute;
    bottom: 32px;
    right: 50%;
    width: 240px;
    transform: translate(50%, 0);
}
.rec_block{
    padding: 50px 0 50px;
    background: #FEF0D5;
    background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/half_white.png);
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
}
.white_circle_block{
}
.white_circle_title{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #DE8E32;
    width: fit-content;
    margin: 0 auto;
}

.white_circle_title br{
    display: inline-block;
}
.white_circle_text{
    font-size: 14px;
    line-height: 180%;
    margin: 30px auto 60px;
    padding: 0 20px;
}
.rec_block .two_column{
    padding: 0 20px;
}
.rec_block .two_column .column{
    width: 100%;
    padding: 0 0;
}
.three_column{
    padding: 0;
}
.three_column .column{
    position: relative;
}
.three_column .column:nth-of-type(odd){
    margin: 0 10px 60px 20px;
}
.three_column .column:nth-of-type(even){
    margin: 0 20px 60px 10px
}
.three_column .column .product_name{
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}
.three_column .column .product_text{
    font-size: 14px;
    line-height: 180%;
    padding: 0;
}
.three_column .column .products_price{
    font-size: 12px;
    padding: 20px 0 0;
    text-align: right;
}
.three_column .column .products_price span{
    font-size: 16px;
}
.three_column .column .btnA a{
    margin: 20px auto 0;
}
.three_column .column .products_detail_period{
    margin: 10px auto 0;
    text-align: center;
    padding: 0;
    font-size: 10px;
}
.guide_wrap{
    padding: 0 0;
    background: #EEE1C8;
    position: relative;
}
.guide_wrap .column:nth-of-type(1){
    width: calc(100% - 20px);
    position: absolute;
    top: -30%;
    right: 0;
    background: linear-gradient(to bottom,  rgb(230,185,128) 0%,rgb(234,205,163) 100%);
    padding: 60px 30px;
}
.guide_wrap .column .guide_title{
    width: 200px;
}
.guide_wrap .column .guide_title span{
    font-size: 42px;
    color: #fff;
}
.guide_wrap .column .guide_title span.guide_text{
    font-size: 12px;
    display: inline-block;
    width: 130px;
    background: #fff;
    color: #EABA76;
    text-align: center;
    transition-delay: 0s;
    margin: 15px 0 0;
    padding: 5px 0;
}
.guide_wrap .column .guide_list{
    width: 100%;
    padding: 0;
    margin: 30px 0;
}
.guide_wrap .column .guide_list li{
    width: 100%;
    margin: 0 auto 30px;
}
.guide_wrap .column .guide_list li.btnC a{
    max-width: 2000px;
}
.guide_wrap .column.full .img_wrap{
    text-align: left;
}
.about_block{
    padding: 90px 0 0;
    background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/about_main_bg_sp.png);
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #EEE1C8;
}
.about_main_area{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 100px;
}
.about_inner{
    position: relative;
}
.box .about_main_title span{
    color: #fff;
}
.box h3.about_main_title{
    width: 300px;
    letter-spacing: 10px;
    justify-content: flex-end;
    margin: 0 20px 0 auto;
}
.box .about_main_title span.about_main_text{
    transition-delay: 0s!important;
    font-size: 12px;
    font-weight: bold;
    color: #EABA76;
    padding: 5px;
    width: 155px;
    text-align: center;
    background: #fff;
    letter-spacing: 2px;
    margin: 15px 0 0;
}
.box h3.about_main_title > span:nth-of-type(5){
    letter-spacing: 0;
}
.about_text_wrap{
    margin: 60px 0 0;
    max-width: 400px;
}
.about_text_wrap p{
    font-size: 18px;
    font-weight: bold;
    color: #DE8E32;
    margin: 0 auto 25px 20px;
    padding: 3px 0;
    position: relative;
    display: inline-block;
    letter-spacing: .3em;
}
.about_text_wrap p::after{
    content:"";
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #DE8E32;
}
.box.is-active .about_text_wrap p::after{
    width: 100%;
    transition: 1s all;
}
.box.is-active .about_text_wrap p:nth-of-type(2)::after{
    transition-delay: .2s;
}
.box.is-active .about_text_wrap p:nth-of-type(3)::after{
    transition-delay: .3s;
}
.about_main_slide{
    overflow: hidden;
    width: 100%;
    padding: 0 0 50px 20px;
    position: relative;
}
.about_main_slide .about_main_list{
    max-width: 1280px;
    margin: 0 auto;
}
.about_main_list li{
    background: #fff;
    padding: 0;
    border-radius: 5px;
    height: auto;
}
.swiper-autoheight .swiper-wrapper{
    align-items: stretch!important;
}
.about_main_list h4{
    color: #DE8E32;
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
    padding: 0 20px;
    font-weight: bold;
}
.about_main_list p{
    font-size: 14px;
    margin: 20px auto;
    line-height: 180%;
    padding: 0 20px;
}
.about_main_slide .swiper-pagination{
    left: 20px!important;
    bottom: 25px!important;
    width: 300px!important;
    text-align: left!important;
}
.pick_up_main .swiper-pagination-bullet.swiper-pagination-bullet-active,
.about_main_slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #707070!important;
}
.shop_inner{
    background: #EEE1C8;
    position: relative;
}
.shop_inner .column:nth-of-type(2){
    background: #fff;
    width: calc(100% - 40px);
    padding: 20px;
    margin: -6% auto 0;
    position: relative;
    transform: translate(0 , 50%);
    opacity: 0;
}
.shop_inner.is-active .column:nth-of-type(2){
    transform: translate(0 , 0);
    opacity: 1;
    transition: .6s;
}
.shop_inner .shop_title{
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    justify-content: center;
}
.shop_inner .shop_title>span{
    color: #EEE1C8;
    text-align: center;
    font-size: 36px;
    letter-spacing: 4px;
}
.shop_name{
    font-size: 18px;
    font-weight: bold;
    color: #DE8E32;
    margin: 0 auto 30px;
}
.shop_inner .shop_text{
    font-size: 14px;
    margin: 0 auto 10px;
    line-height: 180%;
}
.shop_inner .shop_text a{
    font-size: 14px;
}
div.shop_block > section > div > div:nth-child(2) > p:nth-child(5){
    font-weight: bold;
}
.shop_time_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.shop_time_list dt{
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 9px;
}
.shop_time_list dd{
    width: calc(100% - 80px);
    font-size: 14px;
    margin: 0 0 9px;
}
.news_block{
    background: #EEE1C8;
    padding: 60px 20px 180px;
}
h3.news_title{
    width: 200px;
}
.box .news_title span{
    color: #fff!important;
    font-size: 42px!important;
    transform: translate(0 , 100%);
    opacity: 0;
}
.box .news_title span.news_text{
    font-size: 12px!important;
    font-weight: bold;
    color: #EABA76!important;
    margin: 15px 0 0;
    padding: 5px 0;
}
.news_title span.news_text{
    transition-delay: 0s!important;
    width: 110px;
    background: #fff;
    text-align: center;
    color: #EABA76;
    font-size: 10px;
    display: block;
}
.news_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #333;
    max-width: 960px;
    padding: 0px 0px 70px;
}
.news_list li{
    width: 100%;
    max-width: 2000px;
    border-bottom: 1px solid #000;
}
.news_list li a{
    width: 100%;
    padding: 20px 30px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.news_list li a p.news_day{
    font-size: 12px;
}
.news_list li a p.news_detail_title{
    font-size: 14px;
    font-weight: bold;
}
.news_list li a::after{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50% , -50%) rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.news_list.fnav li a::before{
    width: 0;
    right: auto;
    left: 0;
}
.is-active .news_list.fnav li a::before{
    width: 100%;
    transition: .6s;
}
.is-active .news_list.fnav li:nth-of-type(2) a::before{
    transition-delay: .2s;
}
.is-active .news_list.fnav li:nth-of-type(3) a::before{
    transition-delay: .4s;
}
.is-active .news_list.fnav li:nth-of-type(4) a::before{
    transition-delay: .6s;
}
.news_list li a p{
    width: 100%;
    line-height: 180%;
}
.news_list_link{
    text-align: center;
}
.news_list_link a{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.news_list_link a::after{
    content:">";
    color: #fff;
    width: 44px;
    height: 44px;
    background: #000;
    border-radius: 100%;
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.two_column,
.three_column{
    max-width: 1280px;
    margin: 0 auto;
}

main .img_wrap img{
    width: 100%!important;
}
.two_column.single_item{
    flex-direction: column-reverse;
}

@media(min-width: 400px){
    /*
    .mv_wrap > p:nth-of-type(1){
        position: absolute;
        top: 10px;
        left: auto;
        color: #fff;
        font-size: 20px;
        line-height: 200%;
        writing-mode: vertical-rl;
        right: 5%;
    }
    .about_top_area{
        top: 5%;        
    }
    */
    .about_title{
        top: 60%;
        left: 45%;
    }
    .about_top_area{
        top: 40%;
    }
    .about_main_list{
        align-items: stretch;
        box-sizing: border-box;
    }
    .about_main_list li{
        height: auto;
    }
    .products_data{
        background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/warabi_bg.svg);
        width: 100%;
        background-size: cover;
        background-position: left 80%;
        max-width: 800px;
        padding: 45px 30px 50%;
    }
    .rec_block{
        padding: 50px 0 50px;
    }
}
@media(min-width: 769px){
    .mv_wrap img{
        margin: 0 auto;
    }
    .mv_wrap.active > p:nth-of-type(1){
        writing-mode: vertical-rl;
        letter-spacing: .3em;
    }
    .scroll_text{
        margin: -5vw 0 0;
        padding: 0 0 78px;
    }
    .scroll_text p{
        font-size: 9vw;
    }
    .scroll_text p span{
        font-size: 9vw;
    }
    .mv_wrap > p:nth-of-type(1){
        top: 15%;
        left: auto;
        right: 10%;
    }
    .mv_wrap > p:nth-of-type(2){
        display: block;
        position: absolute;
        top: 30%;
        left: 15%;
        color: #fff;
        line-height: 250%;
        font-size: 12px;
        text-align: left;
    }
    .member_fix_icon{
        max-width: 200px;
    }
    .two_column.single_item{
        flex-direction: row;
    }
    .about_top_area{
        top: 9%;
        left: 10%;
        width: 60%;
        max-width: 600px;
    }
    .about_bottom_area{
        padding: 0 0 350px;
    }
    .about_title{
        font-size: 72px;
        top: 290px;
        left: 200px;
        letter-spacing: .2em;
    }
    .about_text_area{
        width: 100%;
        max-width: 600px;
        position: relative;
        padding: 90px 200px 90px 60px;
    }
    .about_text{
        white-space: nowrap;
    }
    .about_main_list{
        align-items: stretch;
        padding: 0 20px 0 0;
        box-sizing: border-box!important;
    }
    .about_main_list li{
        width: 33%;
        margin: 0;
        height: auto;
    }
    .about_main_list li:nth-of-type(2){
        margin: 0 auto;
    }
    .about_link.btnA a{
        margin: 60px 0 0;
    }
    .box h2 span, 
    .box h3 span{
        font-size: 72px;
    }
    .box .news_title{
        width: 300px;
    }
    .box .news_title span{
        font-size: 72px!important;
    }
    .pick_up_block section{
        position: relative;
        max-width: 1115px;
        margin: 0 auto;
        overflow: visible;
    }
    .pick_up_title{
        top: -85px;
    }
    .pick_up_title > span:last-of-type{
        letter-spacing: .2em;
    }
    .pick_up_main{
        padding: 0;
        overflow: hidden;
    }
    .pick_up_list{
        max-width: 1260px;
        margin: 0 auto;
        overflow: visible;
    }
    /*
    .pick_up_list li{
        width: calc(33% - 34px)!important;
        margin: 0;
    }
    .pick_up_list li:nth-of-type(1){
        margin-right: auto!important;
    }
    .pick_up_list li:nth-of-type(2){
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .pick_up_list li:nth-of-type(3){
        margin-left: auto!important;
    }
    */
    h2.products_title{
        margin: -32px auto 0 10%;
        width: 600px;
    }
    .products_main_data{
        position: relative;
    }
    .products_main_data .products_detail_link{
        bottom: -120px;
        right: 50%;
    }
    .products_title_kyou{
        margin: 0 0 30px;
    }
    .product_detail_data_wrap .product_detail_data .product_detail_period{
        width: 100%;
        text-align: center;
    }
    .products_data{
        padding: 30px 30px 100px;
    }
    .product_detail_data_wrap{
        padding: 20px 0 50px;
    }
    .product_detail_data_wrap .product_detail_data .products_detail_link{
        position: relative;
        right: auto;
        transform: translate(0 , 0);
    }
    .product_detail_data_wrap .product_detail_data .product_detail_period{
        transform: translate(0, 0);
        position: absolute;
        right: 0;
        bottom: 15px;
        margin: 0 40px 0;
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .product_detail_data_wrap .product_detail_data .product_name{
        font-size: 20px;
    }
    .product_detail_data{
        position: relative;
        padding: 0 0 100px;
    }
    .single_item .product_detail_data{
        padding: 0 0 200px;
    }
    .product_detail_period{
        display: inline-block;
        padding: 0;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .product_detail_data_wrap .product_detail_data .products_detail_link{
        position: absolute;
        right: 0;
        bottom: 35px;
    }
    .product_detail_data_wrap .product_detail_data .products_detail_link a{
        margin: 0;
    }
    .products_main{
        position: relative;
        padding: 0 0 180px;
    }
    .products_visual{
        width: 80%;
        margin: 0 0 0 auto;
    }
    .products_data{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        width: 600px;
        padding: 90px 110px 120px;
        background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/full_white.png);
        background-size: contain;
        background-position: center;
    }
    .rec_block{
        background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/white_circle_full.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
    .white_circle_block{
        max-width: 760px;
        margin: 0 auto;
        padding: 0;
    }
    .white_circle_title{
        font-size: 48px;
        width: fit-content;
        margin: 30px auto 0;
    }
    .white_circle_title br{
        display: none;
    }
    .white_circle_text{
        width: 620px;
        text-align: center;
    }
    .guide_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
    }
    .guide_wrap .column .guide_list li{
        width: 24%;
        margin: 0 1% 0 0;
    }
    .products_block .two_column .column,
    .rec_block .two_column .column,
    .kyou_block .two_column .column{
        width: calc(50% - 20px);
    }
    .products_block .two_column .column:nth-of-type(odd),
    .rec_block .two_column .column:nth-of-type(odd),
    .kyou_block .two_column .column:nth-of-type(odd){
        margin: 0 20px 50px 0;
    }
    .products_block .two_column .column:nth-of-type(even),
    .rec_block .two_column .column:nth-of-type(even),
    .kyou_block .two_column .column:nth-of-type(even){
        margin: 0 0 50px 20px;
    }
    .kyou_title{
        font-size: 48px;
        width: fit-content;
        max-width: 90%;
    }
    .three_column .column{
        width: 29%;
    }
    .three_column .column:nth-of-type(3n + 1){
        margin: 0 2% 30px 0;
    }
    .three_column .column:nth-of-type(3n + 2){
        margin: 0 4.5% 30px;
    }
    .three_column .column:nth-of-type(3n + 3){
        margin: 0 0 30px 2%;
    }
    .three_column .column .btnA a{
        margin: 20px 0 0 auto;
    }
    .three_column .column .products_detail_period{
        text-align: right;
        padding: 0 40px;        
    }
    .three_column .column .product_name{
        font-size: 20px;
    }
    .guide_wrap .column .guide_title{
        width: 330px;
    }
    .guide_wrap .column .guide_title span{
        font-size: 72px;
        font-weight: 500;
    }
    .box h3.about_main_title{
        width: 350px;
    }
    .news_inner{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 1280px;
        margin: 0 auto;
    }
    .news_list{
        width: calc(100% - 150px);
        padding: 0 0 50px;
        margin: 30px 0 0 auto;
    }
    .news_list li a p.news_day{
        width: 160px;
        text-align: center;
        font-size: 14px;
    }
    .news_list li a p.news_detail_title{
        width: calc(100% - 160px);
        text-align: left;
        padding: 0 0 0 20px;
    }
    .news_list_link{
        width: 100%;
        margin: 30px 0 0;
        text-align: right;
    }
    .news_list_link a{
        justify-content: flex-end;
    }
    .guide_wrap .column:nth-of-type(1){
        width: 90%;
    }
}
@media(min-width: 1000px){
    /* header */
    header{
        height: 80px;
    }
    header.default{
        height: 60px;
    }
    .mv_wrap{
        margin: 60px auto 0;
        padding-top: 20px;
    }
    .top_logo_wrap img{
        width: 160px;
    }
    header.default .top_logo_wrap img{
        width: auto;
    }
    .top_logo_wrap{
        border-radius: 100%;
        width: 400px!important;
        height: 400px!important;
        padding: 140px 20px 0;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translate(-50%, 0);
        transition: .4s padding;
    }
    .top_logo_wrap.default{
        height: auto!important;
        padding: 0;
        background: transparent;
        position: fixed;
        top: 5px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 115px!important;
        transition: .4s padding;
    }
    .about_title{
        left: 250px;
    }
    .rec_block{
        padding: 50px 0 50px;
    }
    .guide_wrap .column:nth-of-type(1){
        padding: 90px 130px 160px 160px;
        top: -240px;
    }
    .guide_wrap .column .guide_list li{
        width: calc(25% - 30px);
        margin: 0 30px 0 0;
    }
    .pick_up_title{
        top: -190px;
        right: 0;
    }
    .shop_block{
        padding:  100px 0 100px;
        background: #EEE1C8;
    }
    .shop_inner{
        width: 100%;
        padding: 50px 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
    }
    .shop_inner .column:nth-of-type(1){
        width: 80%;
        max-width: 1280px;
        margin: 0 auto 0 0;
    }
    .shop_inner .column:nth-of-type(2){
        width: 100%;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -10%);
        max-width: 1280px;
        background: transparent;
        height: 100px;
    }
    .shop_inner.is-active .column:nth-of-type(2){
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .shop_column_inner{
        padding: 96px 60px 90px;
        background: #fff;
        width: 27%;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
    }
    
}
@media(min-width: 1100px){
    .shop_block{
        padding:  50px 0 0;
    }
}
@media(min-width: 1200px){
    .pick_up_main{
        margin: 100px auto;
    }
    .kyou_text{
        text-align: center;
        margin: 30px auto 60px;
    }
    .kyou_text br{
        display: block;
    }
    .about_block{
        background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/top/about_main_bg_pc.png);
        background-position: right 150px;
    }
    .about_text_wrap{
        margin: 0 auto 50px 0;
    }
    .shop_block{
        padding:  0;
        background: #EEE1C8;
    }
}
@media(min-width: 1280px){
    .shop_inner .column:nth-of-type(2){
        background: transparent;
        width: 100%;
        max-width: 1280px;
        left: 50%;
        right: 50%;
        padding: 0;
        margin: 0;
    }
    .shop_column_inner{
        background: #fff;
        max-width: 480px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 26vw;
        padding: 96px 60px 90px;
    }
}
@media(min-width: 1500px){
    .shop_column_inner{
        width: 35%;
    }
}
