@charset "UTF-8";

/* ----------------------------------------------------------------
上書き
---------------------------------------------------------------- */

.title_p1_other{
    display: none;
}

@media print, screen and (min-width: 768px) {
    .title_p1_other{
        display: block;
        width: 50%;
        position: absolute;
        right: 0;
        background-color: #F8F1DC;
        background-size: cover;
        height: 226px;
        clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.productSec {
    margin-top: 0px;
    padding: 50px 4%;
}

@media print, screen and (min-width: 768px) {
    .productSec {
        margin-top: 0px;
        padding: 90px 0;
    }
}

/* ----------------------------------------------------------------
本編
---------------------------------------------------------------- */
/* --- カテゴリナビゲーション --- */
.category_nav{
    width: 100%;
}
.category_nav li{
    margin-top: 12px;
}
.category_nav li a{
    display: block;
    color:#FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #2C2C2C;
    padding: 9px 0;
}
.category_nav li:nth-of-type(1){
    margin-top: 0px;
}

@media print, screen and (min-width: 768px) {
    .category_nav{
        width: 1100px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .category_nav li{
        margin-top: 0px;
    }
    .category_nav li a{
        width: 360px;
        font-size: 18px;
        padding: 18px 0;
    }
    .category_nav li a:hover{
        text-decoration: none;
        opacity: 0.7;
        cursor: pointer;
    }
}

/* --- category_content --- */
.category_content{
    margin-top: 60px;
}
.category_content_title{
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 12px;
}
.category_content_title span{
    color: #FCC502;
}
.category_content_item{
    margin-top: 20px;
    border-radius: 6px;
    background: #FFF;
    padding: 2.666vw;
}
.category_content_item_inner{
    display: flex;
    justify-content: space-between;
}
.category_content_item_img{
    width: 32vw;
}
.category_content_item_img img{
    width: 100%;
}
.category_content_item_text{
    width: 50.666vw;
}
.category_content_item_text p{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.category_content_item_text h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 8px;
}
.category_content_item_text_02{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
}
.category_content_item a{
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 999px;
    background: #FCC502;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 16px;
    padding: 4px 0;
}
.category_content_item a:link, .category_content_item a:visited {
    color: #333;
    text-decoration: none;
}

@media print, screen and (min-width: 768px) {
    .category_content{
        width: 1100px;
        margin: 0 auto;
        margin-top: 90px;
    }
    .category_content_title{
        font-size: 20px;
        padding-bottom: 20px;
    }
    .category_content_item{
        margin-top: 40px;
        padding: 40px;
        position: relative;
    }
    .category_content_item_img{
        width: 230px;
    }
    .category_content_item_text{
        width: 758px;
    }
    .category_content_item_text p{
        font-size: 18px;
        line-height: 32px;
    }
    .category_content_item_text h3{
        font-size: 28px;
        line-height: 40px;
        margin-top: 10px;
    }
    .category_content_item_text_inner_02{
        width: 758px;
        position: absolute;
        top: 132px;
        left: 302px;
    }
    .category_content_item_text_02{
        font-size: 16px;
        line-height: 30px;
        margin-top: 0px;
    }
    .category_content_item a{
        width: 132px;
        margin-top: 20px;
    }
    .category_content_item a:hover{
        opacity: 0.7;
        cursor: pointer;
    }
}
