/*************固定ページ全般のCSS*************/
    #contents {
        max-width: initial !important;
        padding: 0 !important;
    }
    .secProduct{
        margin: 0;
    }
    .secProduct__top{
        display: none !important;
    }
    .secProduct:first-of-type{
        margin-top: 0 !important;
    }
    .secProduct__lead{
        margin-bottom: 0 !important;
    }
    .main_contents {
        padding: 0 !important;
    }
    .breadcrumbs__list {
        width: 100%;
    }

/* ********** WRAP ********** */
*, *::after ,*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    outline: none;
}
@media only screen and (max-width: 620px) {
    .sp_only {
    display: block;
    }
    .tablet_only {
    display: none;
    }
    .pc_only {
    display: none;
    }
    .pc_tablet_only {
    display:none;
    }
}
@media only screen and (min-width: 621px) and (max-width: 1024px) {
    .sp_only {
    display: none;
    }
    .tablet_only {
    display: block;
    }
    .pc_only {
    display: none;
    }
    .pc_tablet_only {
    display:block;
    }
}
@media only screen and (min-width: 1025px) {
    .sp_only {
    display: none;
    }
    .tablet_only {
    display: none;
    }
    .pc_only {
    display: block;
    }
    .pc_tablet_only {
    display:block;
    }
}
h1{
    color: #fff !important;
}
img {
    max-width:100%;
}
.sns_fixed {
    display: none;
    visibility: hidden;
}
.wrapper {
    /*font-family: "Noto Sans Japanese";*/
    font-family: 'Noto Sans JP', sans-serif;
    color:#333;
}

    [class*='component'] + [class*='component'] {
        margin-top: 0 !important;
    }
    .l-section {
        padding: 0 !important;
    }
.inner {
    width: initial;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.inner h3{
    font-size: 16px;
}
    .breadcrumbs > .inner{
        justify-content: flex-start;
    }
    .breadcrumbs__list {
        padding: 0 40px;
    }
    .mt40{
        margin-top: 40px;
    }
    .mt2{
        margin-top: 2em;
    }
    .indent {
        width: 100%;
        max-width: 1120px;
        padding: 1em 40px 0;
        text-align: right;
    }
    #footer #footer_nav_pc .footer_nav_inner{
        margin: 0 auto !important;
    }
    .footer__spMenu__foot{
        margin-top: 0 !important;
    }
    @media only screen and (max-width: 620px) {
    .breadcrumbs__list {
        padding: 0 20px;
    }
    }

    /*******************EC引き込みカセット*******************/
    /**********商品数4つの場合***********/
    /*.frame{
        position: relative;
        width: 100%;
        height: 410px;
        margin-top: 0;
        overflow: hidden;
    }
    @media only screen and (max-width: 620px) {
    .frame{
        position: relative;
        width: 100%;
        height: 670px;
        margin-top: -5%;
    }
    }*/
    /**********商品数8つの場合***********/
    .frame{
        position: relative;
        width: 100%;
        height: 960px;
        margin-top: 0;
        overflow: hidden;
    }
    @media only screen and (max-width: 620px) {
    .frame{
        position: relative;
        width: 100%;
        height: 1460px;
        margin-top: 30px;
    }
    }

/*******************メインビジュアル*********************/
    .mainvisual {
        position: relative;
        width: 100%;
        height: 35vh;
        overflow: hidden; 
    }
    .mainvisual::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        filter: brightness(0.7);
        transform: scale(1.05); 
    }
    .mainvisual h1 {
        position: relative; 
        z-index: 1;
        color: #fff;
        font-size: 2.5rem;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    @media only screen and (max-width: 620px) {
        .mainvisual h1 {
            font-size: 2rem;
        }
    }

    /*******************リードエリア*********************/
    .lead_text{
        max-width: 1120px;
        padding: 40px;
        font-size: 15px;
        line-height: 2 !important;
    }
    @media only screen and (max-width: 620px) {
        .lead_text{
            padding: 30px 20px 20px;
            font-size: 13px;
        }
    }

    /*******************コンテンツ*********************/
    .content_wrap{
        width: 100%;
        max-width: 1120px;
        padding: 40px;
    }
    .content_wrap h2{
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        border-bottom: 2px solid #ca0000;
        font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        font-weight: 500;
        line-height: 3;
    }
    .content_wrap h2::before{
        content: "";
        position: absolute;
        background: url(https://idc-otsuka.s3.ap-northeast-1.amazonaws.com/wp/wp-content/uploads/2026/01/20162846/refarence.png) no-repeat center / contain;
        top: 50%;
        transform: translateY(-70%);
        left: 0;
        width: 30px;
        height: 25px;
    }
    .content_wrap h2 span{
        padding-right: 15px;
        font-size: 24px;
        font-weight: bold;
    }
    .content_wrap p{
        padding: 30px 0;
        line-height: 2 !important;
    }
    .content_wrap .detail_wrap{
        width: 100%;
    }
    .content_wrap .detail_wrap > li{
        width: 100%;
        padding: 1em 0 2em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content_wrap .detail_wrap > li img{
        width: 30%;
        max-width: 300px;
    }
    .content_wrap .detail_wrap .text_wrap{
        width: 65%;
        padding-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .content_wrap .detail_wrap .text_wrap h3{
        position: relative;
        padding: 1em 0;
        padding-left: 1.5em;
    }
    .content_wrap .detail_wrap .text_wrap h3::before{
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: 0;
        top: 20px;
        background: #ca0000;
    }
    .content_wrap .detail_wrap .text_wrap p{
        padding: 0;
    }
    .content_wrap .detail_wrap .text_wrap .btn_wrap{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .content_wrap .detail_wrap .text_wrap .btn_wrap a{
        margin: 1em 0;
        padding: 0.4em 0.8em;
        padding-right: 45px;
        background: #ca0000;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.5;
        color: #fff;
        text-align: left;
    }
    .content_wrap .detail_wrap .text_wrap .btn_wrap a:nth-of-type(2){
        margin: 0.3em 0;
    }
    .content_wrap .detail_wrap .text_wrap .btn_wrap a::after{
        content: "▶";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 0.9em;
        color: #fff;
    }
    .content_wrap .brand{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch; 
        gap: 2%;
    }
    .content_wrap .brand > li{
        max-width: 330px;
        /*min-width: 300px;*/
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 1em;
        margin: .7em 0;
        box-sizing: border-box;
        border: 1px solid #e3e3e3;
    }
    .content_wrap .brand > li img{
        width: 100%;
    }
    .content_wrap .brand > li .text_wrap {
        width: 100%;
        padding-left: initial;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .content_wrap .brand > li .text_wrap h3{
        position: initial;
        text-align: center;
        padding-left: initial;
    }
    .content_wrap .brand .text_wrap .btn_wrap {
        position: relative;
        width: 100%;
        margin-top: auto;
        display: flex;
        justify-content: flex-end;
    }
    .content_wrap .brand .text_wrap .btn_wrap a {
        margin: 1em 0;
        padding: 0.4em .8em;
        padding-right: 45px;
        background: #ca0000;
    }
    .content_wrap .brand .text_wrap .address_wrap {
        padding-bottom: .5em;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content_wrap .brand .text_wrap .address_wrap li:first-of-type{
        width: 70px;
        display: inline-block;
    }
    .content_wrap .brand .text_wrap .address_wrap li:last-of-type{
        width: 230px;
        display: inline-block;
        border-left: 1px solid #b5b5b5;
        padding-left: 4%;
    }
    @media only screen and (max-width: 620px) {
        .content_wrap{
            padding: 20px;
        }
        .content_wrap h2{
            font-size: 12px;
        }
        .content_wrap .detail_wrap > li{
            flex-direction: column;
        }
        .content_wrap .detail_wrap > li img{
            width: 100%;
        }
        .content_wrap .detail_wrap .text_wrap{
            width: 100%;
            padding: 0 5%;
        }
        .content_wrap .detail_wrap .text_wrap h3{
            padding: 1.5em 0 0.5em;
            padding-left: 1.5em;
        }
        .content_wrap .detail_wrap .text_wrap h3::before {
            top: 27px;
        }
        .content_wrap .brand .text_wrap{
            width: 100%;
            min-height: 200px;
            padding: 0 10px;
            border: initial;
            border-top: initial;
        }
        .content_wrap .shop .text_wrap{
            min-height: 200px;
        }
        .content_wrap .brand .text_wrap h3{
            padding-left: 1.5em;
        }
        .content_wrap .brand .text_wrap .address_wrap li:first-of-type {
            width: 85px;
        }
        .content_wrap .brand .text_wrap .address_wrap li:last-of-type {
            width: 215px;
        }
    }
    /*******************index*********************/
    .pagination{
        width: 100%;
        background: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index{
        width: 100%;
        max-width: 1120px;
        padding: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
    }
    .index a{
        color: #ca0000;
        font-size: 16px;
    }
    .index li img{
        width: 50%;
        max-width: 200px;
        max-height: 90px;
        object-fit: cover;
    }
    .index .before{
        width: 47%;
        padding-left: 20px;
        border: 1px solid #ca0000;
    }
    .index .before a{
        position: relative;
        padding-left: 1.5em;
        text-align: left;
        width: 50%;
    }
    .index .before a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-right: 10px solid #ca0000;
    }
    .index .after{
        width: 47%;
        padding-right: 20px;
        border: 1px solid #ca0000;
    }
    .index .after a{
        position: relative;
        padding-right: 1.5em;
        text-align: right;
        width: 50%;
    }
    .index .after a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 10px solid #ca0000;
    }
    @media only screen and (max-width: 620px) {
        .index{
            flex-direction: column;
        }
        .index li{
            margin: 10px 0;
        }
        .index li a{
            font-size: 13px;
        }
        .index .before a {
            width: 60%;
        }
        .index li img {
            width: 40%;
            max-width: 110px;
        }
        .index .before,
        .index .after{
            width: 100%;
        }
    }
    /*******************スライダー*******************/
    .slick-slide {
        padding: 0 .6em !important;
    }
    .slick-prev {
        left: -25px !important;
        background: #222 !important;
        width: 40px !important;
        height: 60px !important;
        z-index: 10 !important;
    }
    .slick-next {
        right: -25px !important;
        background: #222 !important;
        width: 40px !important;
        height: 60px !important;
        z-index: 10 !important;
    }
    @media only screen and (max-width: 620px) {
        .slick-prev {
            left: -20px !important;
        }
        .slick-next {
            right: -20px !important;
        }
        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 6px;
            height: 10px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }
    }
