@charset "UTF-8";
/* ==================
 Normalize
================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ==================
 Base
================== */
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

:root {
    font-size: 10px;
}

body {
    overflow-wrap: break-word;
    min-width: 320px;
    font-weight: 300;
    font-size: 1.4rem;
    font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    color: #333;
    line-height: 1.5;
    word-wrap: break-word;
    background-color: #fff;
}

[data-script-enabled="true"] body {
    padding-bottom: 63px;
}

@media only screen and (min-width: 798px) {
    [data-script-enabled="true"] body {
        padding-top: 125px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 980px) {
    [data-script-enabled="true"] body {
        padding-top: 90px;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

main {
    display: block;
}

ul, ol {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: underline;
    transition: color .2s;
}

a:hover, a:active, a:focus {
    color: #b60114;
}

a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
}

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    color: #b60114;
}

sup {
    font-size: 1.2rem;
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

div > img {
    vertical-align: bottom;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
    margin: 0;
    padding: 0;
}

dfn, cite {
    font-style: normal;
}

small {
    font-size: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input, select, button, textarea {
    font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}

select {
    cursor: pointer;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

:-ms-input-placeholder {
    color: #6c6c6c;
}

:placeholder-shown {
    color: #6c6c6c;
}

[data-browser="Edge"] ::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1 !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

/* ==================
 Header
================== */
.site-header {
    display: flex;
}

@media only screen and (min-width: 798px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 125px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    }
    .is-header-static .site-header {
        position: static;
    }
}

@media only screen and (min-width: 979px) {
    .site-header {
        height: 90px;
    }
}

.site-header .header-logo {
    width: 100%;
    text-align: center;
    line-height: 1;
    background-color: #b60114;
}

.site-header .header-logo__link {
    display: inline-block;
}

.site-header .header-logo__img-item {
    width: 195px;
}

.site-header .header-logo.is-active {
    position: relative;
    z-index: 101;
}

@media only screen and (min-width: 798px) {
    .site-header .header-logo {
        flex-shrink: 0;
        width: auto;
    }
    .site-header .header-logo__link {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 20px 18px;
    }
    .site-header .header-logo__img-item {
        width: 260px;
    }
}

.site-header .header-item {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-height: 63px;
}

@media only screen and (min-width: 798px) {
    .site-header .header-item {
        position: static;
        bottom: auto;
        flex-direction: column-reverse;
        justify-content: flex-end;
        max-height: none;
    }
}

.site-header .header-nav-wrap {
    width: 33.333%;
}

@media only screen and (min-width: 798px) {
    .site-header .header-nav-wrap {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 798px) {
    .site-header .header-nav {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        background-color: #434343;
    }
}

.site-header .header-nav-link__list {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.site-header .header-nav-link__link {
    position: relative;
    display: block;
    padding: 14px 25px 14px 15px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.site-header .header-nav-link__link:hover, .site-header .header-nav-link__link:active, .site-header .header-nav-link__link:focus {
    color: #fff;
    background-color: #dd3648;
}

.site-header .header-nav-link__link:hover::before, .site-header .header-nav-link__link:active::before, .site-header .header-nav-link__link:focus::before {
    border-color: #fff;
}

.site-header .header-nav-link__link::before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg);
}

@media only screen and (min-width: 798px) {
    .site-header .header-nav-link {
        display: flex;
    }
    .site-header .header-nav-link__list {
        font-size: 12px;
        border-bottom: 0;
        border-left: 1px solid #333;
    }
    .site-header .header-nav-link__link {
        height: 100%;
        padding: 13px 2px 12px;
        color: #fff;
        border-bottom: 4px solid #a1a1a1;
        transition: background-color .2s;
    }
    .site-header .header-nav-link__link::before {
        display: none;
    }
    .site-header .header-nav-link__link.is-current {
        border-bottom: 4px solid #dd3648;
    }
}

@media only screen and (min-width: 980px) {
    .site-header .header-nav-link__link {
        padding: 14px 11px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1160px) {
    .site-header .header-nav-link__link {
        padding: 14px 18px 12px;
        font-size: 16px;
    }
}

.site-header .header-nav-item {
    width: 66.666%;
}

@media only screen and (min-width: 798px) {
    .site-header .header-nav-item {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        width: 100%;
        background-color: #333;
    }
}

@media only screen and (min-width: 980px) {
    .site-header .header-nav-item {
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
    }
}

.site-header .header-utility-link {
    display: none;
}

.site-header .header-utility-link__link {
    transition: color .2s;
}

.site-header .header-utility-link__link:hover, .site-header .header-utility-link__link:active, .site-header .header-utility-link__link:focus {
    color: #ff9d83;
}

.header-menu-item .header-utility-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
    padding: 15px 15px 7px;
}

.header-menu-item .header-utility-link__list {
    padding: 0 0 8px 20px;
    font-size: 12px;
}

.header-menu-item .header-utility-link__link {
    color: #333;
    text-decoration: none;
}

@media only screen and (min-width: 798px) {
    .site-header .header-utility-link {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 10px 0 0;
        padding: 10px 0;
    }
    .header-menu-item .header-utility-link {
        display: none;
    }
    .site-header .header-utility-link__list {
        position: relative;
        display: block;
        font-size: 11px;
    }
    .site-header .header-utility-link__list + .header-utility-link__list {
        margin-left: 10px;
    }
    .site-header .header-utility-link__link {
        display: block;
        color: #cbcbcb;
        line-height: 2;
        text-decoration: none;
    }
    .site-header .header-utility-link__link::before {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 1px;
        background-color: #ff9d83;
        content: "";
        transition: width .2s, color .2s;
        pointer-events: none;
    }
    .site-header .header-utility-link__link:hover::before, .site-header .header-utility-link__link:active::before, .site-header .header-utility-link__link:focus::before {
        width: 100%;
    }
}

@media only screen and (min-width: 980px) {
    .site-header .header-utility-link {
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-header .header-utility-link__list {
        font-size: 12px;
    }
    .site-header .header-utility-link__list + .header-utility-link__list {
        margin-left: 12px;
    }
}

@media only screen and (min-width: 1120px) {
    .site-header .header-utility-link {
        margin-right: 20px;
    }
    .site-header .header-utility-link__list + .header-utility-link__list {
        margin-left: 26px;
    }
}

.site-header .header-menu-btn {
    position: relative;
    height: 100%;
    font-size: 11px;
}

.site-header .header-menu-btn::before {
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    content: "";
}

.site-header .header-menu-btn__btn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 37px 0 7px;
    color: #fff;
    text-align: center;
    background-color: #434343;
    border-top: 3px solid #6e6e6e;
}

.site-header .header-menu-btn__btn::before, .site-header .header-menu-btn__btn::after {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    content: "";
    transition: transform .2s;
}

.site-header .header-menu-btn__btn::before {
    top: 16px;
}

.site-header .header-menu-btn__btn::after {
    top: 28px;
}

.is-active .header-menu-btn__btn {
    background-color: #fff;
    border-top: 0;
}

.is-active .header-menu-btn__btn::before, .is-active .header-menu-btn__btn::after {
    top: 19px;
    background-color: #b60114;
}

.is-active .header-menu-btn__btn::before {
    transform: rotate(-45deg);
}

.is-active .header-menu-btn__btn::after {
    transform: rotate(45deg);
}

.is-active .header-menu-btn__btn .header-menu-btn__text {
    display: none;
}

.is-active .header-menu-btn__btn .js-dropdown__status {
    position: static;
    top: auto;
    right: auto;
    font-size: 11px;
    color: #b60114;
    opacity: 1;
}

@media only screen and (min-width: 798px) {
    .site-header .header-menu-btn {
        display: none;
    }
}

.site-header .header-menu-item {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
    overflow: auto;
    width: 100%;
    max-height: calc(100vh - 63px);
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.is-active > .header-menu-item {
    display: block;
    transform: translateY(-63px);
}

@media only screen and (min-width: 798px) {
    .site-header .header-menu-item {
        position: static;
        z-index: auto;
        display: block;
        overflow: visible;
        height: 100%;
        max-height: none;
        box-shadow: none;
    }
}

@media (orientation: landscape) {
    .site-header .header-menu-item {
        max-height: calc(100vh - 144px);
    }
}

.site-header .header-btn-link {
    display: flex;
}

.site-header .header-btn-link__list {
    position: relative;
    width: 50%;
    font-size: 11px;
}

.site-header .header-btn-link__list--sp-hide {
    display: none;
}

.site-header .header-btn-link__list:not(.header-btn-link__list--sp-hide):only-child {
    width: 100%;
}

.site-header .header-btn-link__list--exp::before {
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 19px;
    height: 20px;
    margin: 0 auto;
    background-image: url("../img/icon-human-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}

.site-header .header-btn-link__list--exp.is-active::before {
    display: none;
}

.site-header .header-btn-link__list--web::before {
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 20px;
    margin: 0 auto;
    background-image: url("../img/icon-smartphone-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}

.site-header .header-btn-link__list--web.is-active::before {
    display: none;
}

.site-header .header-btn-link__list.is-active .header-btn-link__text {
    display: none;
}

.site-header .header-btn-link__list.is-active .js-dropdown__status {
    position: static;
    top: auto;
    right: auto;
    font-size: 11px;
    color: #b60114;
    opacity: 1;
}

.site-header .header-btn-link__link, .site-header .header-btn-link__btn {
    position: relative;
    display: block;
    padding: 37px 0 7px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #8f806a;
    border-top: 3px solid #b1a18a;
    transition: color .2s, opacity .2s;
}

.site-header .header-btn-link__link:hover, .site-header .header-btn-link__link:active, .site-header .header-btn-link__link:focus, .site-header .header-btn-link__btn:hover, .site-header .header-btn-link__btn:active, .site-header .header-btn-link__btn:focus {
    color: #fff;
}

.site-header .header-btn-link__link--search, .site-header .header-btn-link__btn--search {
    transition: background-color .2s, color .2s;
}

.site-header .header-btn-link__link--search::before, .site-header .header-btn-link__btn--search::before {
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 20px;
    margin: 0 auto;
    background-image: url("../img/icon-search-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.is-active > .header-btn-link__link--search, .is-active > .header-btn-link__btn--search {
    color: #b60114;
    background-color: #fff;
}

.is-active > .header-btn-link__link--search::before, .is-active > .header-btn-link__btn--search::before {
    background-image: url("../img/icon-search-02.svg");
}

.site-header .header-btn-link__link--exp, .site-header .header-btn-link__btn--exp {
    background-color: #b60114;
    border-top: 3px solid #ce5361;
    transition: background-color .2s, color .2s;
}

.site-header .header-btn-link__link--exp::before, .site-header .header-btn-link__link--exp::after, .site-header .header-btn-link__btn--exp::before, .site-header .header-btn-link__btn--exp::after {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    content: "";
    transition: transform .2s;
}

.is-active > .header-btn-link__link--exp, .is-active > .header-btn-link__btn--exp {
    color: #b60114;
    background-color: #fff;
    border-top: 3px solid #fff;
}

.is-active > .header-btn-link__link--exp::before, .is-active > .header-btn-link__link--exp::after, .is-active > .header-btn-link__btn--exp::before, .is-active > .header-btn-link__btn--exp::after {
    top: 19px;
    z-index: 0;
    background-color: #b60114;
}

.is-active > .header-btn-link__link--exp::before, .is-active > .header-btn-link__btn--exp::before {
    transform: rotate(45deg);
}

.is-active > .header-btn-link__link--exp::after, .is-active > .header-btn-link__btn--exp::after {
    transform: rotate(-45deg);
}

.site-header .header-btn-link__link--web, .site-header .header-btn-link__btn--web {
    transition: background-color .2s, color .2s;
}

.site-header .header-btn-link__link--web::before, .site-header .header-btn-link__link--web::after, .site-header .header-btn-link__btn--web::before, .site-header .header-btn-link__btn--web::after {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    content: "";
    transition: transform .2s;
}

.is-active > .header-btn-link__link--web, .is-active > .header-btn-link__btn--web {
    color: #b60114;
    background-color: #fff;
    border-top: 3px solid #fff;
}

.is-active > .header-btn-link__link--web::before, .is-active > .header-btn-link__link--web::after, .is-active > .header-btn-link__btn--web::before, .is-active > .header-btn-link__btn--web::after {
    top: 19px;
    z-index: 0;
    background-color: #b60114;
}

.is-active > .header-btn-link__link--web::before, .is-active > .header-btn-link__btn--web::before {
    transform: rotate(45deg);
}

.is-active > .header-btn-link__link--web::after, .is-active > .header-btn-link__btn--web::after {
    transform: rotate(-45deg);
}

@media only screen and (min-width: 798px) {
    .site-header .header-btn-link {
        justify-content: flex-end;
        flex-shrink: 0;
    }
    .site-header .header-btn-link__list {
        flex-shrink: 0;
        width: 62px;
        font-size: 12px;
        background-color: #fff;
    }
    .site-header .header-btn-link__list + .header-btn-link__list {
        margin-left: 1px;
    }
    .site-header .header-btn-link__list--sp-hide {
        display: block;
    }
    .site-header .header-btn-link__list--pc-hide {
        display: none;
    }
    .site-header .header-btn-link__list--exp {
        width: auto;
    }
    .site-header .header-btn-link__list--exp::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 18px;
        width: 15px;
        height: 17px;
        margin: auto 0;
    }
    .site-header .header-btn-link__list--exp.is-active::before {
        display: block;
        background-image: url("../img/icon-human-02.svg");
    }
    .site-header .header-btn-link__list--web {
        width: auto;
    }
    .site-header .header-btn-link__list--web::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 18px;
        width: 17px;
        height: 18px;
        margin: auto 0;
        background-image: url("../img/icon-pc-01.svg");
    }
    .site-header .header-btn-link__list--web.is-active::before {
        background-image: url("../img/icon-human-02.svg");
    }
    .site-header .header-btn-link__list.is-active .header-btn-link__text {
        display: inline;
    }
    .site-header .header-btn-link__list.is-active .js-dropdown__status {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        opacity: 0;
    }
    .site-header .header-btn-link__link, .site-header .header-btn-link__btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-height: 36px;
        padding: 4px;
        border-top: 0;
    }
    .site-header .header-btn-link__link:hover, .site-header .header-btn-link__link:active, .site-header .header-btn-link__link:focus, .site-header .header-btn-link__btn:hover, .site-header .header-btn-link__btn:active, .site-header .header-btn-link__btn:focus {
        opacity: .7;
    }
    .site-header .header-btn-link__link--search, .site-header .header-btn-link__btn--search {
        padding-left: 34px;
        transition: opacity .2s, color .2s, background-color .2s;
    }
    .site-header .header-btn-link__link--search::before, .site-header .header-btn-link__btn--search::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 13px;
        width: 13px;
        height: 17px;
        margin: auto 0;
    }
    .is-active > .header-btn-link__link--search, .is-active > .header-btn-link__btn--search {
        color: #b60114;
    }
    .is-active > .header-btn-link__link--search:hover, .is-active > .header-btn-link__link--search:active, .is-active > .header-btn-link__link--search:focus, .is-active > .header-btn-link__btn--search:hover, .is-active > .header-btn-link__btn--search:active, .is-active > .header-btn-link__btn--search:focus {
        color: #b60114;
    }
    .is-active > .header-btn-link__link--search::before, .is-active > .header-btn-link__btn--search::before {
        background-image: url("../img/icon-search-02.svg");
    }
    .site-header .header-btn-link__link--exp, .site-header .header-btn-link__btn--exp {
        padding-left: 41px;
        border-top: 0;
        transition: opacity .2s, color .2s, background-color .2s;
    }
    .site-header .header-btn-link__link--exp::before, .site-header .header-btn-link__link--exp::after, .site-header .header-btn-link__btn--exp::before, .site-header .header-btn-link__btn--exp::after {
        display: none;
    }
    .is-active > .header-btn-link__link--exp, .is-active > .header-btn-link__btn--exp {
        color: #b60114;
        border-top: 0;
    }
    .is-active > .header-btn-link__link--exp:hover, .is-active > .header-btn-link__link--exp:active, .is-active > .header-btn-link__link--exp:focus, .is-active > .header-btn-link__btn--exp:hover, .is-active > .header-btn-link__btn--exp:active, .is-active > .header-btn-link__btn--exp:focus {
        color: #b60114;
    }
    .site-header .header-btn-link__link--web, .site-header .header-btn-link__btn--web {
        padding-left: 41px;
        border-top: 0;
        transition: opacity .2s, color .2s, background-color .2s;
    }
    .site-header .header-btn-link__link--web::before, .site-header .header-btn-link__link--web::after, .site-header .header-btn-link__btn--web::before, .site-header .header-btn-link__btn--web::after {
        display: none;
    }
}

@media only screen and (min-width: 980px) {
    .site-header .header-btn-link__list {
        width: 70px;
    }
    .site-header .header-btn-link__list--search {
        padding-left: 34px;
    }
    .site-header .header-btn-link__list--exp {
        width: auto;
    }
    .site-header .header-btn-link__list--web {
        width: auto;
    }
    .site-header .header-btn-link__link {
        padding: 0 12px;
    }
    .site-header .header-btn-link__link--search {
        padding-left: 34px;
    }
    .site-header .header-btn-link__link--exp {
        padding-right: 18px;
        padding-left: 46px;
    }
    .site-header .header-btn-link__link--web {
        padding-right: 18px;
        padding-left: 46px;
    }
}

.site-header #gnavi_button {
    z-index: auto !important;
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 4px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    background: #8f806a !important;
    border: 0 !important;
    transition: background-color .2s !important;
}

.site-header #gnavi_button:disabled {
    background-color: #787878 !important;
    cursor: default;
}

.site-header #gnavi_button:disabled:hover, .site-header #gnavi_button:disabled:active, .site-header #gnavi_button:disabled:focus {
    opacity: 1;
}

.site-header #gnavi_button span {
    font-size: 12px !important;
}

.site-header .header-sub-contents {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
    overflow: auto;
    width: 100%;
    max-height: calc(100vh - 63px);
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.is-active > .header-sub-contents {
    display: block;
    transform: translateY(-63px);
}

@media only screen and (min-width: 798px) {
    .site-header .header-sub-contents {
        bottom: auto;
        z-index: 5;
        overflow: visible;
        max-height: none;
        box-shadow: none;
    }
    .site-header .header-sub-contents__inner {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .is-active > .header-sub-contents {
        transform: translateY(0);
    }
}

@media (orientation: landscape) {
    .site-header .header-sub-contents {
        max-height: calc(100vh - 144px);
    }
}

.site-header .header-exp-col-a {
    padding: 16px 15px;
}

.site-header .header-exp-col-a__title {
    font-size: 16px;
}

.site-header .header-exp-col-a__col > :first-child {
    margin-top: 0;
}

.site-header .header-exp-col-a__col + .header-exp-col-a__col {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

@media only screen and (min-width: 798px) {
    .site-header .header-exp-col-a {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 20px 64px 22px 0;
    }
    .site-header .header-exp-col-a__col {
        width: 100%;
        padding-right: 24px;
    }
    .site-header .header-exp-col-a__col--web {
        flex-shrink: 0;
        width: auto;
    }
    .site-header .header-exp-col-a__col + .header-exp-col-a__col {
        margin-top: 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 24px;
        border-top: 0;
        border-left: 1px solid #ddd;
    }
}

.site-header .header-exp-col-b {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 -27px -8px;
}

.site-header .header-exp-col-b__col {
    width: 50%;
    padding: 0 0 27px 8px;
}

.site-header .header-exp-col-b__col > :first-child {
    margin-top: 0;
}

.site-header .header-exp-col-b__col:first-child {
    width: 100%;
}

@media only screen and (min-width: 798px) {
    .site-header .header-exp-col-b {
        margin: 10px 0 -24px -24px;
    }
    .site-header .header-exp-col-b__col {
        width: 33.333%;
        padding: 0 0 24px 24px;
    }
    .site-header .header-exp-col-b__col:first-child {
        width: 33.333%;
    }
}

.site-header .header-lyt-btn-a {
    margin: 10px 0 0;
    text-align: center;
}

.site-header .header-btn-a, .site-header .header-btn-b {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 18px 10px 16px;
    font-size: 16px;
    text-decoration: none;
    transition: opacity .2s;
}

.site-header .header-btn-a:hover, .site-header .header-btn-a:active, .site-header .header-btn-a:focus, .site-header .header-btn-b:hover, .site-header .header-btn-b:active, .site-header .header-btn-b:focus {
    opacity: .7;
}

.site-header .header-btn-a:hover::before, .site-header .header-btn-a:active::before, .site-header .header-btn-a:focus::before, .site-header .header-btn-b:hover::before, .site-header .header-btn-b:active::before, .site-header .header-btn-b:focus::before {
    right: 7px;
}

.site-header .header-btn-a__sub-text, .site-header .header-btn-b__sub-text {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    text-align: left;
}

.site-header .header-btn-a::before, .site-header .header-btn-b::before {
    position: absolute;
    top: 1px;
    right: 9px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    content: "";
    transition: right .2s;
    transform: rotate(45deg);
}

.site-header .header-btn-a {
    color: #b60114;
    border: 2px solid #b60114;
}

.site-header .header-btn-a::before {
    border-top: 2px solid #b60114;
    border-right: 2px solid #b60114;
}

.site-header .header-btn-b {
    color: #fff;
    background-color: #b60114;
    border: 2px solid #b60114;
}

.site-header .header-btn-b:hover, .site-header .header-btn-b:active, .site-header .header-btn-b:focus {
    color: #fff;
}

.site-header .header-btn-b::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.site-header .header-exp-link {
    margin: 16px 0 0;
}

.site-header .header-exp-link__list {
    font-size: 14px;
    text-align: right;
}

.site-header .header-exp-link__list + .header-exp-link__list {
    margin-top: 8px;
}

.site-header .header-exp-link__list--sp-hide {
    display: none;
}

.site-header .header-exp-link__link {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.site-header .header-exp-link__link:hover::after, .site-header .header-exp-link__link:active::after, .site-header .header-exp-link__link:focus::after {
    transform: rotate(45deg) translate(0, 0);
}

.site-header .header-exp-link__link::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 6px;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    content: "";
    transition: transform .2s;
    transform: rotate(45deg) translate(-1px, 1px);
}

@media only screen and (min-width: 798px) {
    .site-header .header-exp-link {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 -6px -22px;
    }
    .header-exp-col-b .site-header .header-exp-link {
        display: none;
    }
    .site-header .header-exp-link__list {
        padding: 0 0 6px 22px;
        text-align: left;
    }
    .site-header .header-exp-link__list + .header-exp-link__list {
        margin-top: 0;
    }
    .site-header .header-exp-link__list--sp-hide {
        display: block;
    }
    .site-header .header-exp-link__list--pc-hide {
        display: none;
    }
}

.site-header .header-search-wrap {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.site-header .header-search {
    display: flex;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.site-header .header-search__input {
    width: 100%;
    padding: 11px 15px;
    font-size: 16px;
    border-top: 2px solid #8f806a;
    border-bottom: 2px solid #8f806a;
    border-left: 2px solid #8f806a;
}

.site-header .header-search__submit {
    flex-shrink: 0;
    padding: 15px 24px;
    font-size: 16px;
    color: #fff;
    background-color: #8f806a;
}

/* ==================
 Footer
================== */
.page-top-content {
    border-bottom: 1px solid #ddd;
}

.page-top-a {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
}

.page-top-a__link {
    position: relative;
    display: inline-block;
    min-width: 152px;
    margin-bottom: -1px;
    padding: 10px 32px 10px 4px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.page-top-a__link:hover, .page-top-a__link:active, .page-top-a__link:focus {
    color: #b60114;
}

.page-top-a__link::before, .page-top-a__link::after {
    position: absolute;
    display: block;
    content: "";
}

.page-top-a__link::before {
    top: 13px;
    right: 11px;
    width: 14px;
    height: 2px;
    background-color: #8f806a;
}

.page-top-a__link::after {
    top: 19px;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8f806a;
    border-right: 2px solid #8f806a;
    transition: top .2s;
    transform: rotate(-45deg);
}

.page-top-a__link:hover::after, .page-top-a__link:active::after, .page-top-a__link:focus::after {
    top: 17px;
}

@media only screen and (min-width: 798px) {
    .page-top-a {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
        text-align: right;
    }
}

.site-footer .footer-item {
    padding: 18px 15px;
    background-color: #fff;
}

@media only screen and (min-width: 798px) {
    .site-footer .footer-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
        padding: 26px 10px;
    }
}

.site-footer .footer-item-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px -20px;
}

.site-footer .footer-item-link__list {
    margin: 0 0 10px 20px;
    line-height: 0;
}

.site-footer .footer-item-link__list--app {
    margin: 0 0 10px 40px;
}

.site-footer .footer-item-link__link {
    transition: opacity .2s;
}

.site-footer .footer-item-link__link:hover, .site-footer .footer-item-link__link:active, .site-footer .footer-item-link__link:focus {
    opacity: .7;
}

@media only screen and (max-width: 980px) {
    .site-footer .footer-item-link__link img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 798px) {
    .site-footer .footer-item-link {
        flex-shrink: 0;
    }
}

.site-footer .footer-nav-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px 0 0;
}

.site-footer .footer-nav-link__list {
    position: relative;
    padding: 0 8px 0 0;
    font-size: 12px;
    line-height: 1.7;
}

.site-footer .footer-nav-link__list + .footer-nav-link__list {
    padding-left: 8px;
}

.site-footer .footer-nav-link__list::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 1em;
    margin: auto 0;
    background-color: #e2e2e2;
    content: "";
}

.site-footer .footer-nav-link__list:last-child::before {
    display: none;
}

.site-footer .footer-nav-link__link {
    color: #333;
    text-decoration: none;
}

@media only screen and (min-width: 798px) {
    .site-footer .footer-nav-link {
        justify-content: flex-end;
        margin-top: 0;
    }
}

.site-footer .footer-copyright-wrap {
    padding: 3px 0 5px;
    background-color: #efedec;
}

@media only screen and (min-width: 798px) {
    .site-footer .footer-copyright-wrap {
        background-color: #ddd;
    }
}

.site-footer .footer-copyright {
    text-align: center;
}

.site-footer .footer-copyright__text {
    font-size: 12px;
}

@media only screen and (min-width: 798px) {
    .site-footer .footer-copyright {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
        text-align: right;
    }
}

/* ==================
 site
================== */
.site-header .js-dropdown {
    position: relative;
}

.site-header .js-dropdown__status {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    opacity: 0;
}

.site-header .js-dropdown__content {
    overflow: auto;
    transition: height .2s;
}

.site-header .js-dropdown__close-btn {
    display: none;
}

@media only screen and (min-width: 798px) {
    .site-header .js-dropdown__close-btn {
        position: absolute;
        top: 7px;
        right: 10px;
        display: block;
        padding: 29px 15px 10px;
        font-size: 11px;
        color: #666;
        transition: color .2s;
    }
    .site-header .js-dropdown__close-btn::before, .site-header .js-dropdown__close-btn::after {
        position: absolute;
        top: 16px;
        right: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 2px;
        margin: 0 auto;
        background-color: #666;
        content: "";
        transition: background-color .2s;
    }
    .site-header .js-dropdown__close-btn::before {
        transform: rotate(45deg);
    }
    .site-header .js-dropdown__close-btn::after {
        transform: rotate(135deg);
    }
    .site-header .js-dropdown__close-btn:hover, .site-header .js-dropdown__close-btn:active, .site-header .js-dropdown__close-btn:focus {
        color: #b60114;
    }
    .site-header .js-dropdown__close-btn:hover::before, .site-header .js-dropdown__close-btn:hover::after, .site-header .js-dropdown__close-btn:active::before, .site-header .js-dropdown__close-btn:active::after, .site-header .js-dropdown__close-btn:focus::before, .site-header .js-dropdown__close-btn:focus::after {
        background-color: #b60114;
    }
    .site-header .js-dropdown__content {
        overflow: hidden;
    }
}

#js-dropdown__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}

#js-dropdown__overlay.is-active {
    visibility: visible;
    opacity: 1;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
