



ol.breadcrumb{
    top:85px;
    height:auto;
    width: auto;
    background-color:unset;
    justify-content: unset;
    box-shadow:unset;
    border-radius: unset;
    right:unset;
    padding-left:20px;
    letter-spacing: 0;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    z-index: 1;
    li{
        display: flex;
        font-size:10px;
        line-height:1.5;
        color:#000;
        position: relative;
        margin-right:15px;
        font-weight: 400;
        a{
            color:#828282;
        }
    }
    li:after{
        content:">";
        padding-left:15px;
        color:#B5B5B5;
    }
    li:last-child:after{
        content:none;
    }
}


@media screen and (min-width : 769px) {
    ol.breadcrumb{
        top: 145px;
        left:7%;
        overflow-x: unset;
        white-space: unset;
        width: unset;
        li{
            font-size:11px;
        }
    }
}
@media screen and (min-width: 1660px) {
    ol.breadcrumb{
        top: 165px;
    }
}


div.head_ttl{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.6;
    font-style: normal;
}
h1.head_text{
    font-size: 10px;
    color: var(--main-color);
    letter-spacing: 0px;
}

@media screen and (min-width: 769px) {
    div.head_ttl{
        font-size: 60px;
    }
    h1.head_text{
        font-size: 13px;
    }
}

.onlySP{
    display:block;
}
.onlyPC{
    display:none;
}
@media screen and (min-width: 769px) {
    .onlySP{
        display: none;
    }
    .onlyPC{
        display: block;
    }
}





.topic__single .topic__body-title {
    font-size: 15px;
}
.topic__single .topic__body-item h1.topic__body-title {
    margin-bottom: 9px;
}
@media screen and (min-width: 769px) {
    .topic__single .topic__body-title {
        font-size: 35px;
    }
}
@media screen and (min-width: 769px) {
    .topic__single .topic__body-item h1.topic__body-title {
        margin-bottom: 20px;
    }
}



.privacy h1 {
    font-size: 22px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
    margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
    .privacy h1{
        font-size: 22px;
        padding-bottom: 55px;
        margin-bottom: 32px;
    }
}


.entry-single-store .entry-store-title div.store_ttl {
    font-size: 18px;
    margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
    .entry-single-store .entry-store-title div.store_ttl {
        font-size: 28px;
        margin-bottom: 16px;
    }
}

.entry-single-store .entry-store-title h1.entry-store-namekana {
    font-size: 12px;
    margin-bottom: 28px;
}
@media screen and (min-width: 769px) {
    .entry-single-store .entry-store-title h1.entry-store-namekana {
        font-size: 17px;
        margin-bottom: 44px;
    }
}












.ir-ttl{
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
    margin: 3.5rem 0 2rem;
}

.ir-ttl {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.138888889;
}

@media (min-width: 700px) {
    .ir-ttl {
        margin: 6rem auto 3rem;
    }
}

@media (min-width: 700px) {
    .ir-ttl {
        font-size: 6.4rem;
    }
}

@media (min-width: 1400px) {
    .ir-ttl {
        font-size: 8.4rem;
    }
}

h1.ir-subttl {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}
@media screen and (max-width: 1022px) {
    h1.ir-subttl {
        margin-top: 7px;
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .ir,
    .recruit{
        padding-top: 140px !important;
    }
}
@media screen and (min-width: 768px) {
    .ir,
    .recruit{
        padding-top: 192px !important;
    }
}



.recruitTopTitleJa {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}







.sec__title .eng_ttl {
    overflow: hidden;
}
#products .sec__title .eng_ttl {
    display: inline-block;
    font-weight: 300 !important;
    font-size: 24px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 769px) {
    #products .sec__title .eng_ttl {
        font-size: 40px;
    }
}
#products.series .sec__title .eng_ttl {
    justify-content: center;
}
@media screen and (min-width: 769px) {
    #products.series .sec__title .eng_ttl {
        font-size: 60px;
    }
}

#products .sec__title .eng_ttl span{
    font-weight: 300;
}

#products .sec__title h1 {
    text-align: center;
    color: var(--main-color);
    font-size: 10px;
}

@media screen and (min-width: 769px) {
    #products.series .sec__title h1 {
        font-size: 16px;
        color: #000;
    }
}



.privacy.not404{
    text-align: center;
}

.privacy.not404 .not_ttl{
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 200;
}
.privacy.not404 h1{
    color:#828282;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border:none;
}
.privacy.not404 p{
    font-size: 13px;
}
.back_area{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.back_area a{
    display: flex;
    border:1px solid #000;
    padding:15px 10px;
    font-size: 12px;
    width: 49%;
    position: relative;
}
.back_area a:before{
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/nav_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 14px;
}
@media screen and (min-width: 769px) {
    .privacy.not404 .not_ttl{
        font-size: 112px;
    }
    .privacy.not404 h1{
        font-size:22px;
    }
    .privacy.not404 p{
        font-size: 21px;
    }
    .back_area{
        margin:30px auto 0;
        max-width: 460px;
    }
    .back_area a{
        font-size: 14px;
        padding:20px;
        width: 48%;
    }
}


.product_bottom_area{
    background:#F8F8F8;
    text-align: center;
    padding:20px;
    margin:40px 20px 0 20px;
}
.product_bottom_area .ttl{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}
.product_bottom_area .product_link{
    margin:15px 0 10px 0;
    display: flex;
    justify-content: space-between;
}
.product_bottom_area .product_link a{
    display: flex;
    position: relative;
    width: 48%;
    border:1px solid #000;
    padding:12px 10px;
    font-size:12px;
    background:#FFF;
    color:#000;
}
.product_bottom_area .product_link a:before{
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 14px;
    background-image: url(../img/nav_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.product_bottom_area .product_link a:last-child{
    border:1px solid #000;
    background:#000;
    color:#FFF;
}
.product_bottom_area .product_link a:last-child:before{
    background-image: url(../img/nav_arrow_w.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.product_bottom_area p{
    text-align: center;
    font-size: 12px;
    letter-spacing:0;
}
.product_bottom_area p em{
    display: block;
    font-size:14px;
    font-weight: 600;
    font-style: normal;
    margin:0 0 5px 0;
}


@media screen and (min-width: 769px) {
    .product_bottom_area{
        padding:50px;
        margin:40px auto 0;
        max-width: 1100px;
    }
    .product_bottom_area .ttl{
        font-size: 24px;
    }
    .product_bottom_area p em{
        font-size:16px;
        margin:0 0 10px 0;
    }
    .product_bottom_area .product_link{
        justify-content: center;
        margin:25px 0 20px 0;
    }
    .product_bottom_area .product_link a{
        width: 250px;
        padding:20px;
        font-size:14px;
    }
    .product_bottom_area .product_link a{
        margin:0 10px;
    }
    .product_bottom_area p a{
        pointer-events: none;
    }
}
