@charset "UTF-8";

@import url("/press/navi/common/css/common_style.css");

/*===h1===*/
#intro h1 {
    background: url(../images/ttl.png) top left no-repeat;
}

/*===h2 icon setting===*/
#sec01 h2:before {
    content: url(../images/h2_icon01_pc.png);
}

#sec02 h2:before {
    content: url(../images/h2_icon02_pc.png);
}

#sec03 h2:before {
    content: url(../images/h2_icon03_pc.png);
}

#sec04 h2:before {
    content: url(../images/h2_icon04_pc.png);
}

#sec05 h2:before {
    content: url(../images/h2_icon05_pc.png);
}

/*===/h2===*/

@media screen and (max-width: 767px) {
    /*===h1===*/
    #intro h1 {
        background: url(../images/ttl.png) top center no-repeat;
        background-size: contain;
    }
    
    /*===h2 icon setting===*/
    #sec01 h2:before {
        background: url(../images/h2_icon01_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec02 h2:before {
        background: url(../images/h2_icon02_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec03 h2:before {
        background: url(../images/h2_icon03_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec04 h2:before {
        background : url(../images/h2_icon04_sp.png) no-repeat;
        background-size: contain;
    }

    #sec05 h2:before {
        background : url(../images/h2_icon05_sp.png) no-repeat;
        background-size: contain;
    }

    /*===/h2 icon setting===*/
}

/*===各種シンボルカラー設定===*/
.content-fluid a,
.content-fluid a:link,
.content-fluid a:visited{
    color: #deb887;
}

#sec01 .content-inner p > a {
    color: #deb887 !important;
}

.b_blk {
    border: 2px solid #deb887;
}

.b_blk h4 {
    color: #deb887;
}

/*「商品情報はこちら」ボタンホバー設定*/
#secItem .btn_dk a:hover {
    color: #deb887 !important;
}

#secItem .btn_dk a:hover:before {
    background: #deb887 !important;
}

#secItem .btn_dk a:hover:after {
    background: #deb887 !important;
}

/*===footarea button===*/
.btn_f a {
    outline: 1px solid #deb887;
    outline-offset: -1px;
}
.btn_f a:hover {
    outline: 2px solid #deb887;
    outline-offset: -2px;
}

/*=====================================以下に個別cssを入力=====================================*/

.hmds1080 {
    margin: 0 calc(50% - 50vw);
    width: 1080px;
}

.hmds {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    font-size: 90%;
}

.hmds > .inner {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
}

.swipe_icn:before {
    content: "";
    display: inline-block;
    background: url(../images/swipe_icn.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    position: relative;
    top: 1.1em;
}

#intro h1 span.vol {
    margin-bottom: 122px;
}

#sec01 .content-inner, #sec02 .content-inner {
    overflow: visible;
}

@media screen and (max-width: 1180px) {
    .hmds1080 {
        margin: 0 auto;
        width: 100%;
    }

    .hmds {
        margin: 0 auto;
        width: 100%;
    }
    .hmds > .inner {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .hmds1080 {
        width: 100vw;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin-left: -5vw;
    }

    .hmds1080 img {
        width: 200%;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .hmds {
        margin: 0 auto;
        width: 100%;
        font-size: 77%;
    }

    .hmds > .inner {
        width: 100%;
    }
    
    #intro h1 span.vol {
        margin-bottom: 18vw;
    }
}

#sec04 figure{
    width: 100%;
}

/*==============新ヘッダー==============*/
.content-fluid .colorBtn a{
    color: #fff;
}
.content-fluid .colorBtn a:hover{
    color: #5483d9;
}
#tagList a{
    background-image: url(../images/tag-icn.png);
}
.head-title .head-title__number__icn{
    background: url(../images/home-icn.svg) top center no-repeat;
    background-size: 100% auto;
}

