/* MV */
.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
    width: 100%;
}
@media (min-width: 740px) {
    .heroimgWrap.typeImg.heroimgWrap-titleImg.slide_1pages .mainHeading{
        top: calc(50% - 2px);
    }
    .heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
        width: calc(406 / 1920 * 100vw);
    }
}
.describeBox{
    padding: 10px;
    background-color: #fff;
}
.supplierBox{
    border: 1px solid #ccc;
    width: calc(100% - 20px);
    margin: auto;
    padding: 20px;
}
.supplierBox .ctm_pageTtl.hc01.unitTitle .ttlLv1 {
    margin-top: 0;
    padding-top: 0;
}
.officeInfo{
    background-color: #fff;
    padding: 20px;
}
.officeInfo .ctm_pageTtl .ttlLv2{
    margin-top: 0;
    padding-top: 0;
}
.officeInfo .ctm_pageTtl .ttlLv2 .heading{
    font-size: 1.6rem;
}
@media (min-width: 740px) {
    .officeInfo .ctm_pageTtl .ttlLv2 .heading{
        font-size: 1.4rem;
    }
    .supplierBox{
        width: 100%;
    }
}
/* CONTENTS */
#OVERVIEW{
    padding: 60px 0;
}
#OVERVIEW .describeBox .descImg .imgParts img {
    height: calc(150 / 375 * 100vw);
}
@media (min-width: 740px) {
    #OVERVIEW .describeBox .descImg .imgParts img {
        height: 150px;
    }
}
#METHOD{
    padding: 60px 0;
}
#METHOD .describeBox .descImg.--sticker{
    text-align: center;
}
#METHOD .colWrap.clm_1_4col .describeBox .descImg .imgParts img {
    height: calc(150 / 375 * 100vw);
}
#METHOD .colWrap.clm_1_3col .describeBox .descImg.--sticker .imgParts img {
    max-width: 240px;
}
@media (min-width: 740px) {
    #METHOD .colWrap.clm_1_4col .describeBox .descImg .imgParts img {
        height: 150px;
    }
    #METHOD .colWrap.clm_1_3col .describeBox .descImg{
        min-height: 400px;
    }
    #METHOD .colWrap.clm_1_3col .describeBox .descImg.--sticker .imgParts img {
        height: auto;
    }
}
#SHOPS{
    padding: 60px 0;
}
.shopClm .shopListBox{
    background-color: #fff;
    padding: 20px 10px;
}
.shopsPickUp{
    overflow: auto;
}
.shopsPickUp .fetchShopList.--pickUp{
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
}
.shopsPickUp .fetchShopList.--pickUp .shopItem{
    padding: 0 10px;
    width: 315px;
}
.shopsPickUp .fetchShopList.--pickUp .shopDetail dt{
    color: #003466;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 15px;
}
.shopsPickUp .fetchShopList.--pickUp .shopDetail dd{
    margin-top: 10px;
}
.shopsPickUp .fetchShopList.--pickUp .shopItem{
    padding: 0 10px;
}
.shopsPickUp .fetchShopList.--pickUp .shopItem .shopImage img{
    height: 159px;
}
.shopsPickUp .fetchShopList.--pickUp .shopItem .shopComment{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
@media (min-width: 740px) {
    .shopsPickUp .fetchShopList.--pickUp{
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }
    .shopsPickUp .fetchShopList.--pickUp .shopItem{
        width: auto;
    }
    .shopsPickUp .fetchShopList.--pickUp .shopDetail dt{
        height: calc(1.5 * 2em);
    }
    .shopsPickUp .fetchShopList.--pickUp .shopDetail dd{
        height: calc(1.5 * 3em);
        margin-top: 0;
    }
    .shopsPickUp .fetchShopList.--pickUp .shopItem:nth-child(n+3){
        margin-top: 20px;
    }
    .shopsPickUp .fetchShopList.--pickUp .shopItem .shopImage img{
        height: 108px;
    }
}
.shopsPickUp .shopTxt{
    margin-top: 10px;
}
#FAQ{
    padding: 60px 0;
}
#FAQ .ctm_pageTtl.hc02.unitTitle .ttlLv2{
    margin: 30px 0 0;
    padding: 20px 0 0;
}
#CONTACT{
    padding: 60px 0;
}
#INFOMATION{
    padding: 60px 0;
}