@charset "UTF-8";
html{
    scroll-behavior: smooth;
}
.center{
    text-align: center;
}
.fs-trial-header{
    display: none!important;
}
.fs-c-breadcrumb{
    margin: 60px auto 0;
}
.img_wrap{
    width: 100%;
    text-align: center;
}
.img_wrap img{
    width: auto;
    height: auto;
    max-width: 100%;
}
/* header */
.fs-client-cart-count{
    color: #fff;
    position: absolute;
    box-sizing: content-box;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-color: #c1272d;
    border: 1.5px solid #fff;
    border-radius: 50%;
    font-size: 9px;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    text-indent: 0.1em;
    display: block;
    z-index: 1;
} 
.fs-client-cart-count.fs-client-cart-count--0{
    display: none;
}
.top_nav{
        pointer-events: none;
}
.top_nav li a{
    pointer-events: auto;
}
.top_nav li:nth-of-type(1),
.top_nav li:nth-of-type(2),
.top_nav li:nth-of-type(3),
.top_nav li:nth-of-type(4){
    display:none;
}
.top_nav li:nth-of-type(5){
    position: fixed;
    top: 15px;
    right: 78px;
}
.top_nav li:nth-of-type(5) a::before{
    display: none;
}
.top_nav li:nth-of-type(5) a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 250%;
}
.top_nav li:nth-of-type(5) img{
    width: 27px;
    height: 25px;
}
header{
    height: 60px;
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .8);
    top: 0;
    left: 0;
    z-index: 10000;
}
.top_logo_wrap{
    width: 200px;
    position: fixed;
    top: 20px;
    left: 10px;
}
#header_side_nav_check ~ label{
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    width: 24px;
    height: 14px;
    position: fixed;
    top: 23px;
    right: 30px;
}
#header_side_nav_check ~ label::before{
    content:"";
    width: 100%;
    border-top: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#header_side_nav_check ~ label::after{
    content: "メニュー";
    position: absolute;
    bottom: -18px;
    left: -4px;
    font-size: 8px;
    font-weight: bold;
    white-space: nowrap;
    transition: .2s all;
}
#header_side_nav_check:checked ~ label{
    transform: rotate(45deg);
    border-bottom: none;
}
#header_side_nav_check:checked ~ label::before{
    transform: rotate(95deg);
    transition: .2s all;
    top: -2px;
    left: 0px;
}
#header_side_nav_check:checked ~ label::after{
    content: "閉じる";
    left: 17px;
    transform: rotate(-45deg);
    bottom: -7px;
}
.side_nav{
    position: fixed;
    top: 60px;
    right: 0;
    background: #363333;
    padding: 30px 0 150px;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 375px;
    overflow-y: scroll;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
}
input:checked ~ .side_nav{
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: .2s all;
}
.side_nav li{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.side_nav a{
    display: block;
    padding: 18px 30px;
    color: #fff;
    font-size: 14px;
}
.side_nav li:nth-of-type(1) a,
.side_nav li:nth-of-type(2) a,
.side_nav li:nth-of-type(3) a,
.side_nav li:nth-of-type(4) a,
.side_nav li:nth-of-type(9) a{
    font-weight: bold;
    font-size: 16px;
}
.side_nav li:nth-of-type(10){
    width: 90%;
    margin: 50px auto 20px;
    border: 1px solid #fff;
    text-align: center;
}
.side_nav li:nth-of-type(11),
.side_nav li:nth-of-type(12),
.side_nav li:nth-of-type(13){
    border-bottom: none;
    text-align: right;
}
.side_nav li:nth-of-type(11) a,
.side_nav li:nth-of-type(12) a,
.side_nav li:nth-of-type(13) a{
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
    margin: 0 15px 10px 0;
}
/* /header */


/* footer */
.sns_link_block{
    background: #363333;
    padding: 60px 20px;
}
.sns_link_block .img_wrap{
    text-align: center;
}
.sns_link_list{
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 90px;
}
.sns_link_list li{
    width: 50%;
    text-align: center;
}
.footer_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.footer_wrap{
    background: #fff;
}
.footer_info{
    padding: 70px 20px;
    text-align: center;
}
.footer_info p{
    line-height: 180%;
    font-size: 12px;
}
.footer_nav{
    display: none;
}
.footer_bottom_area{
    background: #363333;
    text-align: center;
    padding: 10px;
}
.footer_bottom_area p{
    color: #FFFFFF;
}
/* /footer */



/* cmmn area*/
.rec_mark{
    position: relative;
}
.rec_mark::before{
    content:"";
    width: 55px;
    height: 60px;
    background-image: url(https://dtlonline.itembox.design/item/kisshokaryo/cmmn/rec_mark.png);
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
}
.three_column,
.single_column,
.two_column{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
}
.single_column .column,
.two_column .column{
    width: 100%;
}
.single_column .column:nth-of-type(odd){
    padding: 0 20px;
}
.three_column .column{
    width: calc(50% - 30px);
}
.three_column .column:nth-of-type(odd){
    margin: 0 10px 30px 20px;
}
.three_column .column:nth-of-type(even){
    margin: 0 20px 30px 10px;
}
/* review */
/* write */
#fs_WriteReview .fs-l-main #fs_form{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
}
#fs_WriteReview .fs-l-main .fs-c-productName__name{
padding: 15px 0;
}
#fs_WriteReview .fs-l-main .fs-c-productReviewed{
width: 100%;
}
#fs_WriteReview .fs-l-main .fs-body-review-write .fs-c-reveiwNotes{
padding: 0;
}
#fs_WriteReview .fs-l-main .fs-c-inputTable__headerCell{
text-align: left;
}
#fs_WriteReview .fs-l-main .fs-c-reveiwNotes{
padding: 0;
}
#fs_WriteReview .fs-l-main .fs-c-inputInformation__field{
width: 100%;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--back{
width: 100%;
max-width: 240px;
    margin: 50px auto;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--back a,
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--submitReview{
    margin: 50px auto;
    display: block;
    width: 100%;
    max-width: 240px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 700;
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #000 50%, #000 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 100vw;
    position: relative;
    border: 2px solid #000;
    transition: ease-out 0.4s;
    cursor: pointer;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--back a:hover,
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--submitReview:hover{
    background-position: 0 0;
    color: #333;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--back a{
margin: 0;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--back a::after,
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--submitReview::after{
    position: absolute;
    right: 20px;
    top: 18px;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--back a:hover::after,
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--submitReview:hover::after{
    border-color: #000;
}
#fs_WriteReview .fs-l-main .fs-c-productPrice.fs-c-productPrice--selling{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
}
#fs_WriteReview .fs-l-main .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
    font-size: 10px;
    line-height: 170%;
    padding: 0 5px;
}
/* view */
#fs_ReviewsByProduct .fs-c-reviewList__item{
padding: 0;
}
#fs_ReviewsByProduct .fs-c-reviewer__name__nickname{
padding: 10px 0 15px;
}
media (min-width: 768px) {
#fs_WriteReview .fs-l-main .fs-c-productReviewed__number,
#fs_WriteReview .fs-l-main .fs-c-productName__name{
padding: 0 15px;
}
}

@media(min-width: 700px){
    .two_column > .column{
        width: 50%;
    }
    .single_column .column:nth-of-type(odd){
        padding: 0;
    }
    
    
    /* header */
    .top_logo_wrap{
        position: fixed;
        top: 5px;
        left: 50%;
        width: 115px;
    }
    .top_nav{
        width: 100%;
        max-width: 1800px;
        margin: 0;
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 20px 0;
    }
    .top_nav li:nth-of-type(1), 
    .top_nav li:nth-of-type(2), 
    .top_nav li:nth-of-type(3), 
    .top_nav li:nth-of-type(4){
        display: block;
        padding: 0 30px 0 0;
        margin: 0 30px 0 0;
        border-right: 1px solid #333333;
    } 
    .top_nav li:nth-of-type(4){
        border-right: none;
    }
    .top_nav li:nth-of-type(1) a, 
    .top_nav li:nth-of-type(2) a, 
    .top_nav li:nth-of-type(3) a, 
    .top_nav li:nth-of-type(4) a{
        font-size: 9px;
        font-weight: bold;
    }
    /* /header */
    /* footer */
    .footer_info{
        width: 40%;
    }
    .footer_nav{
        display: block!important;
        width: 60%;
        padding: 60px 20px 90px;
    }
    .footer_nav ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 0 0;
    }
    .footer_nav ul.fnav li{
        width: calc(50% - 40px);
        margin: 0 auto;
        border-bottom: none;
        position: relative;
    }
    .footer_nav ul li::after{
        content:"";
        width: 6px;
        height: 6px;
        border-top: 2px solid #DE8E32;
        border-right: 2px solid #DE8E32;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .footer_nav ul.fnav li a::after{
        display: none;
    }
    .footer_nav ul li a{
        font-size: 14px;
        display: block;
        text-align: left;
        line-height: 150%;
        padding: 10px 0;
    }
    /* /footer */
}
@media(min-width: 1000px){
    
    /* header */
    .top_logo_wrap{
        position: fixed;
        top: 5px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 115px;
    }
    .top_nav{
        width: 100%;
        max-width: 1800px;
        margin: 0px;
        position: fixed;
        left: 2%;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 20px 0;
    }
    .top_nav li:nth-of-type(1), 
    .top_nav li:nth-of-type(2), 
    .top_nav li:nth-of-type(3), 
    .top_nav li:nth-of-type(4){
        display: block;
        padding: 0 30px 0 0;
        margin: 0 30px 0 0;
        border-right: 1px solid #333333;
    } 
    .top_nav li:nth-of-type(4){
        border-right: none;
    }
    .top_nav li:nth-of-type(1) a, 
    .top_nav li:nth-of-type(2) a, 
    .top_nav li:nth-of-type(3) a, 
    .top_nav li:nth-of-type(4) a{
        font-size: 9px;
        font-weight: bold;
    }
    /* /header */
}
@media(min-width: 1300px){
    .top_nav li:nth-of-type(1) a, 
    .top_nav li:nth-of-type(2) a, 
    .top_nav li:nth-of-type(3) a, 
    .top_nav li:nth-of-type(4) a{
        font-size: 16px;
    }
}