@charset "UTF-8";
.pane-header a,
.pane-footer a {
    text-decoration: none;
}
@media screen and (min-width:769px) {
    .wrapper {
        padding-top: 200px;
    }
    /*  ヘッダー  */
    .pane-header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #FFFFFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
        z-index: 1000;
    }
    .pane-header .container {
        height: auto;
        align-items: flex-start;
        display: flex;
        margin: 0 auto;
        width: 1350px;
    }
    .block-header-logo {
        width: 158px;
        font-size: 0;
        padding-top: 18px;
    }
    .block-header-logo a {
        display: block;
    }
    .block-header-logo a img {
        max-width: 100%;
    }
    .block-headernav {
        width: 420px;
        margin-left: auto;
    }
    .block-headernav--guide-list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 24px 0 14px;
    }
    .block-headernav--guide-list li {
        border-left: 1px solid #8f8f8f;
    }
    .block-headernav--guide-list li:first-child {
        border-left: 0;
    }
    .block-headernav--guide-list li a {
        color: #000000;
        font-size: 11px;
        font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 400;
        line-height: 1.36;
        padding: 0 8px;
        display: block;
    }
    .block-headernav--item-list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .block-headernav--item-list li {
        position: relative;
        display: inline-block;
        font-size: 11px;
        text-align: center;
        width: 44px;
        height: 44px;
    }
    .block-headernav--item-list li a {
        display: block;
        text-align: center;
        height: 44px;
        padding-top: 34px;
        background-position: center 5px;
        background-repeat: no-repeat;
        transition: all .3s;
    }
    .block-headernav--item-list li.block-headernav--mypage a {
        background-image: url('https://dwmall.westjr.co.jp/img/usr/common/ico_login.png');
        background-position: center 4px;
        background-size: 28px 28px;
    }
    .block-headernav--item-list li .block-headernav--name {
        opacity: 0;
    }
    .block-headernav--item-list li.block-headernav--cart a {
        background-image: url('https://dwmall.westjr.co.jp/img/usr/common/ico_cart.png');
        background-size: 28px 28px;
    }
    .block-headernav--item-list li.block-headernav--logo a {
        background-image: url('https://dwmall.westjr.co.jp/img/usr/common/ico_jrw.png');
        background-size: 28px 28px;
    }
    /*  フッター  */
    .pane-footer {
        padding: 0 0 24px;
    }
    footer .container {
        position: relative;
        width: 100%;
    }
    .block-page-top {
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 20px;
        display: none;
        z-index: 50;
    }
    .block-page-top a {
        position: relative;
        display: block;
        width: 56px;
        height: 56px;
        background-color: #FFFFFF;
        border: 1px solid #0068B7;
        border-radius: 50%;
    }
    .block-page-top a:after {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        border-right: 2px solid #0068B7;
        border-top: 2px solid #0068B7;
        transform: rotate(-45deg);
        left: 50%;
        top: 50%;
        margin-top: -4px;
        margin-left: -5px;
        transition: all .3s;
    }
    .block-footer-inner {
        padding: 80px 0 48px;
        background-image: url('https://dwmall.westjr.co.jp/img/usr/footer/footer_04.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .block-footernav {
        position: relative;
        z-index: 5;
    }
    ul.block-footernav--item-list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 36px;
    }
    ul.block-footernav--item-list li {
        margin: 0 22px;
    }
    ul.block-footernav--item-list li a {
        color: #FFFFFF;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: 0.1em;
        display: block;
        text-align: center;
    }
    .block-footer-inner::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 104, 183, 0.90);
    }
    .block-footer-logo--jr {
        width: 36px;
        text-align: center;
        margin: 36px auto 0;
    }
    .block-footer-logo--jr a {
        display: block;
    }
    .block-copyright {
        color: #0068B7;
        font-size: 10px;
        font-family: 'Montserrat', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 400;
        text-align: center;
        line-height: 1.3;
        margin-top: 12px;
    }
}

@media screen and (max-width:768px) {
    .pc_only {
        display: none;
    }
    .wrapper {
        padding-top: 100px;
    }
    img {
        max-width: 100%;
        vertical-align: bottom;
    }
    /*  ヘッダー  */
    .pane-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 72px;
        background-color: #FFFFFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    }
    .pane-header .container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .block-header-logo {
        width: 128px;
        display: inline-block;
        margin: 0 auto 0 15px;
        padding-top: 10px;
        border: 0;
        background: none;
    }
    .block-header-logo a {
        display: block;
    }
    .block-header-logo img {
        width: 128px;
        height: 52px;
    }
    .block-headernav--item-list {
        display: flex;
    }
    .block-headernav--cart, .block-headernav--logo, .block-headernav--mypage {
        margin: 0 10px 0 0 !important;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 44px;
    }
    .block-headernav--mypage a {
        background-image: url('https://dwmall.westjr.co.jp/img/usr/sb/common/ico_login.png');
        width: 32px;
        height: 44px;
        background-size: 32px auto;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .block-headernav--logo a {
        background-image: url('https://dwmall.westjr.co.jp/img/usr/sb/common/ico_jrw.png');
        width: 32px;
        height: 44px;
        background-size: 32px auto;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .block-headernav--cart a {
        background-image: url('https://dwmall.westjr.co.jp/img/usr/sb/common/ico_cart.png');
        width: 32px;
        height: 44px;
        background-size: 32px auto;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .block-headernav--item-list li .block-headernav--name {
        opacity: 0;
    }
    /*  フッター  */
    .pane-footer {
        margin-top: 0;
        position: relative;
        padding: 0 0 16px;
    }
    .block-page-top {
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 10px;
        display: none;
        z-index: 500;
    }
    .block-page-top a {
        position: relative;
        display: block;
        width: 44px;
        height: 44px;
        background-color: #FFFFFF;
        border: 1px solid #0068B7;
        border-radius: 50%;
    }
    .block-page-top a:after {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        border-right: 2px solid #0068B7;
        border-top: 2px solid #0068B7;
        transform: rotate(-45deg);
        left: 50%;
        top: 50%;
        margin-top: -2px;
        margin-left: -5px;
        transition: all .3s;
    }
    .block-footer-inner {
        position: relative;
        padding: 40px 0 20px;
        background-image: url('https://dwmall.westjr.co.jp/img/usr/footer/footer_02.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .block-footer-inner::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 104, 183, 0.80);
    }
    .block-footernav {
        width: 88%;
        margin: 0 auto;
        z-index: 10;
        position: relative;
    }
    .block-footernav li {
        margin: 0 0 18px;
    }
    .block-footernav li a {
        color: #FFFFFF;
        font-size: 12px;
        line-height: 1.33;
        text-align: center;
        display: block;
    }
    .block-footer-logo--jr {
        width: 36px;
        margin: 20px auto 0;
    }
    .block-footer-logo--jr a {
        display: block;
        text-align: center;
    }
    .block-copyright {
        color: #0068B7;
        font-size: 10px;
        font-family: 'Montserrat', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 300;
        line-height: 1.3;
        text-align: center;
        margin-top: 12px;
    }
}