@charset "utf-8";

#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ', Osaka, 'MS PGothic', Arial, Helvetica, sans-serif;
line-height: 1.5;
}

#contents * {
    box-sizing: border-box;
}

#contents a,
#contents a:hover {
    text-decoration: none;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

#contents  {
    color: #583821 ;
}

#contents p{
    font-size:1.2em;
}

@media only screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

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


/******************** TOP ********************/

#contents #recommend_top #kv {
    position: relative;
    max-width: 1220px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
}

#contents #recommend_top #kv-border-lines,
#contents #recommend_top #kv-border-lines-sp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
}

#contents #recommend_top .kv-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 5;
}

/* shape1:左上*/
#contents #recommend_top .shape1 {
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    background-image: url('../img/top/kv.webp');
    background-size: 100% 100%;
    background-position: left top;
}

/* shape2:右 */
#contents #recommend_top .shape2 {
    clip-path: polygon(50% 50%, 100% 100%, 100% 0%);
    background-image: url('../img/top/kv.webp');
    background-size: 100% 100%;
    background-position: right top;
}

/* shape3:中央下 */
#contents #recommend_top .shape3 {
    clip-path: polygon(0% 100%, 50% 50%, 100% 100%);
    background-image: url('../img/top/kv.webp');
    background-size: 100% 100%;
    background-position: center bottom;
}

#contents #recommend_top .kv-text {
    position: absolute;
    top: 70%;
    left: 0%;
    color: #583821;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    opacity: 0;
    transition: opacity 1s ease;
    text-align: center;
    z-index: 20;
    background: #fff;
    padding:20px 20px 15px;
}

@media screen and (max-width: 768px) {
    #contents #recommend_top #kv {
        width: 100%;
        aspect-ratio: 700 / 740;
        }

        /* shape1:上*/
        #contents #recommend_top .shape1 {
            background-image: url('../img/top/sp_kv.webp');
            clip-path: polygon(100% 0, 100% 20.50%, 29.15% 55.76%, 0 40.63%, 0 0);
            background-size: 100% 100%;
            background-position: center;
        }

        /* shape2:右 */
        #contents #recommend_top .shape2 {
            background-image: url('../img/top/sp_kv.webp');
            clip-path: polygon(100% 20.26%, 29% 55.75%, 100.00% 93.65%);
            background-size: 100% 100%;
            background-position: center;
        }

        /* shape2:下 */
        #contents #recommend_top .shape3 {
            background-image: url('../img/top/sp_kv.webp');
            clip-path: polygon(0px 40%, 100% 93.50%, 100% 100%, 0% 100%);
            background-size: 100% 100%;
            background-position: center;
        }

        #contents #recommend_top .kv-text {
            width:55%;
            top: 43%;
            left: 0%;
            transform: translate(0%, 43%);
            font-size: 5vw;
            padding:15px 10px 10px;
        }
    }

#contents #recommend_top .read{
    font-weight: bold;
    font-size:18px;
    text-align: center;
    margin: 50px auto;
}

@media screen and (max-width: 768px) {
    #contents #recommend_top .read {
        font-size: 4.4vw;
    }
}

/*top product*/
#contents #recommend_top .product div{
    max-width: 1220px;
    width:100%;
    margin: 50px auto 0;
    position: relative;
}

#contents #recommend_top .product div .comment{
    position: absolute;
    margin:0;
    width:380px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    display: flex;
    flex-direction: column;
}

#contents #recommend_top .product div .comment.visible {
    opacity: 1;
    transform: translateY(0);
}

#contents #recommend_top .product div .comment.fukidashi_l{
    left: 50px;
    top: 70px;
}

#contents #recommend_top .product div .comment.fukidashi_r {
    right: 50px;
    top: 60px;
}

#contents #recommend_top .product div .comment.fukidashi_r.middle {
    right: 50px;
    top: 320px;
}

#contents #recommend_top .product div .comment p{
    color: #825724;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom:-25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

#contents #recommend_top .product div .comment.fukidashi_r p{
    margin:0 0 -20px 1em;
}

#contents #recommend_top .product div .comment.gold p {
    color: #F6EEB5;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-shadow: 0px 0px 5px rgb(95, 69, 40,1);
}

#contents #recommend_top .product div .comment img{
    width:100%;
}


#contents #recommend_top .product div a{
    position: absolute;
    left:3%;
    bottom:5%;
    background: #825724;
    color:#fff;
    font-weight: bold;
    padding:15px 10px;
    width:450px;
    border-radius: 100px;
    font-size:18px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
}

#contents #recommend_top .product div a:hover {
    color: #825724;
    background: #fff;
    transition: 0.4s;
}

@media screen and (max-width: 768px) {


    #contents #recommend_top .product div{
        width:100%;
        aspect-ratio: 700 / 900;
    }

    #contents #recommend_top .product div .comment{
        width:60%;
    }

    #contents #recommend_top .product div .comment.fukidashi_l {
        top: 17%;
        left: 3%;
    }

    #contents #recommend_top .product div .comment.fukidashi_r {
        top: 5%;
        right: 3%;
    }

    #contents #recommend_top .product div .comment p {
        font-size: 4vw;
        margin-bottom: -12px;
    }

    #contents #recommend_top .product div .comment.fukidashi_r p {
        margin: 0 0 -10px 1em;
    }

    #contents #recommend_top .product div .comment.gold p {
        color: #F6EEB5;
        /*
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
        */
    }

    #contents #recommend_top .product div a {
        position:relative;
        left: 0;
        bottom: 0;
        width: 90% !important;
        margin:20px auto;
        display: block;
        font-size: 15px;
        border:2px solid #825724;
    }


}

/******************** 下層 ********************/

#contents #recommend {
    width: 1220px;
    margin: 50px auto;
}

#contents #recommend .inner {
    max-width: 1100px;
    margin: 30px auto;
}

#contents #recommend h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 25px;
}

#contents #recommend ul.main_img{
    width:1100px;
    margin:30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contents #recommend ul.main_img li{
    width:49%;
}

#contents #recommend ul.main_img li img{
    width:100%;
}

#contents #recommend h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 10px;
}

#contents #recommend .point{
    border:1px solid #825724;
    border-radius: 20px;
    padding:35px 40px 25px 40px;
    position: relative;
    margin:40px 0;
}

#contents #recommend .point .title{
    position: absolute;
    top: -16px;
    left: 20px;
    display: flex;
    line-height: 1;
}

#contents #recommend .point .title p{
    background:#825724;
    color:#fff !important;
    font-weight: bold;
    padding:10px 30px 0px 15px;
    border-radius: 10px ;
}

#contents #recommend .point .title span{
    background: #fff;
    color: #825724 !important;
    border-radius: 30px;
    padding: 8px 10px 8px 10px;
    margin-left:-20px;
    font-size:20px;
    font-weight: bold;
}


/* eiyou */
#contents #recommend .container {
    position: relative;
    width: 900px;
    margin: 30px 0 0;
    border-top: none;
    outline: 0;
}

#contents #recommend .container h4 {
    font-size: 18px;
    background: #fff;
    transition: all 0.5s;
    font-size: 16px;
    pointer-events: none;
    margin: 0 0 10px;
}

#contents #recommend .content {
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
}

#contents #recommend .container dl {
    text-align: center;
    width: 16.666%;
    border-left: 1px solid #d0d0d0;
}

#contents #recommend .container dl:first-child {
    border-left: 1px solid #d0d0d0;
}

#contents #recommend .container dl:last-child {
    border-right: none;
}

#contents #recommend .container dt {
    background: #f7f7f7;
    border-bottom: 1px solid #d0d0d0;
    font-size: 13px;
    padding: 10px 0;
}

#contents #recommend .container dd {
    font-size: 14px;
    padding: 10px 0;
}

#contents #recommend .detail p.eiyou_tit {
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {

#contents #recommend {
        width: 90%;
        margin: 30px auto;
    }

    #contents #recommend .inner {
        width: 100%;
        margin: 30px auto;
    }

    #contents #recommend h2 {
        font-size:28px;
        font-weight: bold;
        margin: 0 0 15px;
    }

    #contents #recommend ul.main_img {
        width: 100%;
        margin: 30px auto;
        flex-direction: column;
        gap:20px;
    }

    #contents #recommend ul.main_img li {
        width: 90%;
    }

    /*eiyou*/
    #contents #recommend .container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-top: none;
        outline: 0;
        cursor: pointer;
    }

    #contents #recommend .container h4 {
        display: block;
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 20px;
        font-size: 16px;
        cursor: pointer;
        pointer-events: auto;
        border-left: none;
        border: #d0d0d0 1px solid;
        position: relative;
    }

    #contents #recommend h4:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 16px;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #ff9600;
        border-right: solid 2px #ff9600;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #contents #recommend h4.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    #contents #recommend .content {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    #contents #recommend .container {
        width: 100%;
        margin: 0 auto;
    }

    #contents #recommend .content dl,
    #contents #recommend .content dl:last-child {
        overflow: hidden;
        width: 100%;
    }

    #contents #recommend .content dt,
    #contents #recommend .content dd {
        font-size: 14px;
        color: #382511;
    }

    #contents #recommend .content dt {
        float: left;
        width: 50%;
        padding: 10px;
        border: none;
        border-bottom: solid 1px #d0d0d0;
    }

    #contents #recommend .content dl:last-child dt,
    #contents #recommend .content dl:last-child dd {
        border-bottom: none;
    }

    #contents #recommend .content dd {
        float: right;
        width: 50%;
        padding: 10px;
        border-bottom: solid 1px #d0d0d0;
    }

    .cssacc:checked+label+.accshow {
        height: auto;
        opacity: 1;
    }

    .cssacc:checked+label:before {
        content: '\0bb';
        transform: rotate(-10deg);
    }

    #contents #recommend .detail .point .eiyou_tit {
        width: 100%;
        margin: 30px auto 10px;
    }

    }


/**********共通**********/

#contents .note {
    max-width: 1220px;
    width: 90%;
    margin: 10px auto 0;
    padding-left: 1em;
    text-indent: -1em;
}

#contents #recommend .note {
    max-width: 1100px;
    width: 100%;
}

/* bnr*/
#contents .bnr {
    margin: 50px auto 0;
    padding: 50px 0;
    background: #fcf8f2;
}

#contents .bnr ul {
    width: 900px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin:0 auto;
    gap:20px;
}

#contents .bnr ul li.bnr_newitem{
    width:38%;
}

#contents .bnr ul li.bnr_newitem img{
    border: 2px solid #9C683D;
    border-radius: 10px;
}

#contents .bnr ul li.bnr_gotouchi img {
    border: 2px solid #603614;
    border-radius: 10px;
}

#contents .bnr ul li{
    width: 20%;
}

#contents .bnr ul li img{
    width:100%;
    height: 100%;;
    transition: .4s;
}

#contents .bnr ul li img:hover{
    opacity: 0.4;
}

#contents .bnr ul li.bnr_product a{
    width:100%;
    height:100%;
    border:2px solid #E50012;
    border-radius: 10px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #E50012 ;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding:0px 0 20px;
}

#contents .bnr ul li.bnr_product a:after {
    position: absolute;
    top:55%;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../../common/img/arrow_red.webp");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#contents .bnr ul li.bnr_product a:hover{
    background: #E50012;
    color: #fff;
    transition: 0.4s;
}
#contents .bnr ul li.bnr_product a:hover:after {
    background-image: url("../../common/img/arrow_white.webp");
}

@media only screen and (max-width: 767px) {
    #contents .bnr ul {
        width: 90%;
        justify-content: space-between;
        gap: 0;
        row-gap: 13px;
    }

    #contents .bnr ul li:first-child {
        width: 100%;
    }

    #contents .bnr ul li {
        width: 48.2%;
    }

    #contents .bnr ul li.bnr_product a {
        font-size: 24px;
    }

}

/* button*/
#contents .button {
    margin:50px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap:20px;
}

#contents .button a {
    position: relative;
    display: block;
    width: 360px;
    height: 60px;
    line-height: 30px;
    padding: 14px 0 14px;
    border: #E50012 2px solid;
    color: #E50012;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.4s;
}

#contents .button a:hover {
    color: #fff;
    background: #E50012;
}

#contents .button a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("/common/img/arrow_red.webp");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.3s;
}

#contents .button a:hover:after {
    right: 15px;
    background-image: url("/common/img/arrow_white.webp");
}

@media only screen and (max-width: 767px) {
    #contents .button {
        width:90%;
        flex-direction: column;
    }
        #contents .button a{
            width:100%;
        }

}

/*sns*/

#contents .sns {
    background: #f7f7f7;
    padding: 15px 0;
    margin: 60px auto 0;
}

#contents .sns ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#contents .sns ul li {
    width: 31%;
    margin: 0 2% 0 0;
    background: #fff;
    border-radius: 5px;
}

#contents .sns ul li:hover {
    opacity: 0.6;
    transition: 0.4s;
}

#contents .sns ul li a {
    display: block;
    border-right: 10px;
    padding: 10px;
    line-height: 48px;
    font-size: 16px;
}

#contents .sns ul li:nth-child(3) {
    margin: 0;
}

#contents .sns ul li img {
    width: 45px;
    margin: 0 10px 0 0;
}

/* TOPへボタン */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
}

#page_top a {
    background: #fff;
    color: #ff9600;
    border: #ff9600 1px solid;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
}

#page_top a:hover {
    background-color: #ff9600;
    color: #fff;
    transition: 0.4s;
}

/* スムーズスクロール **************************************************************/

#prodct1,
#prodct2,
#prodct3 {
    padding-top: 30px;
    margin-top: -30px;
}

.fadein {
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s;
}



/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    /*sns**************************************************************/
    #contents .sns {
        margin: 20px auto 0;
    }

    #contents .sns ul {
        width: 100%;
        display: block;
    }

    #contents .sns ul li {
        width: 90%;
        margin: 0 auto 20px;
        background: #fff;
    }

    #contents .sns ul li:nth-child(3) {
        margin: 0 auto 0;
    }

    /* TOPへボタン **************************************************************/
    #page_top {
        position: fixed;
        bottom: 20px;
        right: 10px;
    }

    .fadein {
        opacity: 1;
        transform: translateY(0);
        transition: all 0s;
    }
}

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}