@charset "UTF-8";
/* ==============================================================================================
 RWD用
================================================================================================= */
/*----------------------------------------
 Header
----------------------------------------*/
/*
 * #header
** ------------------------------------------------------ */
#header {
    position: relative;
    z-index: 15;
    background: #fff;
    border-bottom: 1px solid #0099e4;
}
#header::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0074bf 0%, #00cde5 100%);
    content: "";
}
@media screen and (max-width: 639px) {
    #header {
        border-bottom: 2px solid #bebebe;
    }
    [data-script-enabled="true"] #header {
        height: 67px;
    }
    #header::before {
        content: none;
    }
}
@media print {
    #header {
        display: none;
    }
}

/*
 * .header-content
** ------------------------------------------------------ */
.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 16px;
}

/*
 * .header-logo
** ------------------------------------------------------ */
.header-logo {
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.header-logo + * {
    margin-top: 0;
}
@media screen and (max-width: 1200px), print {
    .header-logo {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 900px) {
    #header:not(.header-simple) .header-logo {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 750px) {
    #header:not(.header-simple) .header-logo {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 639px) {
    .header-logo {
        margin-bottom: 16px;
    }
}
.header-logo > a {
    display: block;
    align-items: center;
    width: 345px;
}
@media only screen and (max-width: 900px) {
    #header:not(.header-simple) .header-logo > a {
        width: 263px;
    }
}
@media screen and (max-width: 639px) {
    .header-logo > a {
        width: 263px;
    }
}
.header-logo > a > img {
    vertical-align: middle;
}

/*
 * .header-menu-wrap
** ------------------------------------------------------ */
.header-menu-wrap {
    position: relative;
}
@media screen and (min-width: 640px), print {
    .header-menu-wrap {
        display: block !important;
    }
}
.header-menu-wrap > form {
    position: absolute;
    top: -54px;
    right: 0;
}
@media only screen and (max-width: 900px) {
    .header-menu-wrap > form {
        top: -44px;
    }
}
@media only screen and (max-width: 750px) {
    .header-menu-wrap > form {
        top: -85px;
    }
}
@media screen and (max-width: 1200px), print {
    .header-menu-wrap > form {
        right: 10px;
    }
}
@media screen and (max-width: 639px) {
    .header-menu-wrap > form {
        position: static;
        padding: 15px 10px;
        border-top: 2px solid #bebebe;
        border-bottom: 2px solid #bebebe;
    }
    [data-script-enabled="true"] .header-menu-wrap > form {
        border-top: 0;
    }
}

/*
 * .header-search
** ------------------------------------------------------ */
.header-search {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}
.header-search > legend {
    display: none;
}
@media screen and (max-width: 639px) {
    .header-search {
        display: block;
    }
}
.header-search input {
    width: 178px;
    height: 33px;
    padding: 5px 30px 5px 13px;
    font-size: 1.2rem;
    line-height: 1.4;
    border: 1px solid #ccc;
    border-radius: 2em;
}
@media screen and (max-width: 639px) {
    .header-search input {
        width: 100%;
        height: 35px;
        font-size: 1.6rem;
    }
    .header-search input::-webkit-input-placeholder {
        padding-top: 2px;
    }
}
.header-search button {
    position: absolute;
    top: 9px;
    right: 13px;
}
@media screen and (max-width: 639px) {
    .header-search button {
        top: 10px;
    }
}

/*
 * .header-link
** ------------------------------------------------------ */
.header-link {
    position: absolute;
    top: -50px;
    right: 207px;
    display: flex;
}
@media only screen and (max-width: 900px) {
    .header-link {
        top: -41px;
        right: 210px;
    }
}
@media only screen and (max-width: 750px) {
    .header-link {
        right: 10px;
    }
}
.header-link > li {
    line-height: 1.5;
}
.header-link > li + li {
    margin-left: 30px;
}
.header-link > li > a {
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}
@media screen and (min-width: 640px), print {
    .header-link > li > a:hover, .header-link > li > a:active {
        color: #f49000;
    }
}
@media only screen and (max-width: 900px) {
    .header-link > li + li {
        margin-left: 20px;
    }
    .header-link > li > a {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 639px) {
    .header-link {
        position: static;
        display: flex;
        text-align: left;
        border-top: 2px solid #bebebe;
    }
    .header-link > li {
        display: flex;
        width: 50%;
        margin: 0;
    }
    .header-link > li + li {
        margin-left: 0;
        border-left: 2px solid #bebebe;
    }
    .header-link > li > a {
        width: 100%;
        padding: 11px 15px;
        font-weight: bold;
        font-size: 1.6rem;
    }
}

/*
 * #global-nav
** ------------------------------------------------------ */
#global-nav > ul {
    display: flex;
}
@media screen and (max-width: 639px) {
    #global-nav > ul {
        display: block;
    }
}
#global-nav > ul > li {
    position: relative;
    flex: 1;
    text-align: center;
}
#global-nav > ul > li.js-dropdown {
    position: static;
}

@media screen and (max-width: 639px) {
    #global-nav > ul > li {
        text-align: left;
    }
    #global-nav > ul > li + li {
        border-top: 2px solid #bebebe;
    }
}
#global-nav > ul > li.has-border::after {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 1px;
    height: calc(100% - 25px);
    background: #c5c5c5;
    content: "";
}
@media screen and (max-width: 639px) {
    #global-nav > ul > li.has-border {
        border-color: #0099e4;
    }
    #global-nav > ul > li.has-border::after {
        content: none;
    }
}
#global-nav > ul > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}
#global-nav > ul > li > a::before {
    position: absolute;
    bottom: 9px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-top: 1px solid #0099e4;
    border-right: 1px solid #0099e4;
    content: "";
    opacity: 0;
    transition: border .2s;
    transform: rotate(135deg);
}
@media screen and (max-width: 1200px), print {
    #global-nav > ul > li > a {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 639px) {
    #global-nav > ul > li > a {
        display: block;
        height: auto;
        padding: 14px 10px 13px 40px;
        font-size: 1.6rem;
    }
    #global-nav > ul > li > a::before {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 15px;
        width: 12px;
        height: 12px;
        margin-top: -8px;
        border-width: 2px;
        opacity: 1;
        transform: rotate(45deg);
    }
}
#global-nav > ul > li > a > .txt {
    width: 100%;
}
#global-nav > ul > li > a > .txt::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #f8c801;
    content: "";
    opacity: 0;
    transition: opacity .2s, bottom .2s;
}
@media screen and (max-width: 639px) {
    #global-nav > ul > li > a > .txt br {
        display: none;
    }
}
#global-nav > ul > li > a:hover > .txt::before, #global-nav > ul > li > a:active > .txt::before {
    bottom: 0;
    opacity: 1;
}
@media screen and (max-width: 639px) {
    #global-nav > ul > li > a:hover > .txt::before, #global-nav > ul > li > a:active > .txt::before {
        opacity: 0;
    }
}
[data-script-enabled="true"] #global-nav > ul > li > a {
    border-top: 1px solid transparent;
}
[data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook::before {
    opacity: 1;
}
[data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook {
    padding: 0 0 5px;
}
[data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook:hover > .txt::before, [data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook:active > .txt::before {
    opacity: 0;
}
@media only screen and (max-width: 900px) {
    [data-script-enabled="true"] #global-nav > ul > li > a {
        height: 73px;
        padding: 0 5px;
    }
    [data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook {
        padding: 0 5px 5px;
    }
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] #global-nav > ul > li > a {
        height: auto;
        padding: 14px 10px 13px 40px;
        border-top: 0;
    }
    [data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook {
        padding: 14px 10px 13px 40px;
    }
    [data-script-enabled="true"] #global-nav > ul > li > a.dropdown-hook::before {
        left: 18px;
        margin-top: -10px;
        transform: rotate(135deg);
    }
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] #global-nav > ul > li.is-active > .dropdown-hook::before {
        margin-top: -3px;
        transform: rotate(-45deg);
    }
}
@media screen and (min-width: 640px), print {
    [data-script-enabled="true"] #global-nav > ul > li.is-active > a {
        padding: 0 4px 5px;
        border: 1px solid #0099e4;
        border-bottom: 0;
    }
    [data-script-enabled="true"] #global-nav > ul > li.is-active > a > .txt::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        content: "";
    }
    [data-script-enabled="true"] #global-nav > ul > li.is-current > a > .txt::before {
        bottom: 0;
        background: linear-gradient(to right, #0074bf 0%, #00cde5 100%);
        opacity: 1;
    }
    [data-script-enabled="true"] #global-nav > ul > li.is-current > a:hover > .txt::before, [data-script-enabled="true"] #global-nav > ul > li.is-current > a:active > .txt::before {
        opacity: 1;
    }
    [data-script-enabled="true"] #global-nav > ul > li.is-current.is-active > a > .txt::before {
        bottom: -1px;
        z-index: 1;
        background: #fff;
    }
    [data-script-enabled="true"] #global-nav > ul > li.is-current.is-active > a > .txt:after {
        opacity: 0;
    }
}

/*
 * .js-dropdown
** ------------------------------------------------------ */
.js-dropdown > .dropdown-hook > .dropdown-txt {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: -1;
    font-size: 1rem;
    opacity: 0;
}
.js-dropdown > .dropdown-content {
    position: absolute;
    top: 57px;
    left: 0;
    text-align: left;
    background: #fff;
    border: 1px solid #0099e4;
}
@media screen and (min-width: 640px), print {
    .js-dropdown > .dropdown-content {
        visibility: hidden;
        opacity: 0;
        transition: transform .2s, visibility .2s, opacity .2s;
        transform: rotateX(-90deg) rotateY(0);
        transform-origin: 0 0;
    }
}
@media only screen and (max-width: 900px) {
    .js-dropdown > .dropdown-content {
        top: 73px;
    }
}
@media screen and (max-width: 639px) {
    .js-dropdown > .dropdown-content {
        position: static;
        display: none;
        border: 0;
    }
}
.js-dropdown > .dropdown-content > .dropdown-btn-close {
    display: block;
    width: 100%;
    padding: 9px;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    background: #c3c3c3;
}
@media screen and (max-width: 639px) {
    .js-dropdown > .dropdown-content > .dropdown-btn-close {
        display: none;
    }
}
.js-dropdown > .dropdown-content > .dropdown-btn-close > span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.js-dropdown > .dropdown-content > .dropdown-btn-close > span::before, .js-dropdown > .dropdown-content > .dropdown-btn-close > span::after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    content: "";
}
.js-dropdown > .dropdown-content > .dropdown-btn-close > span::before {
    transform: rotate(45deg);
}
.js-dropdown > .dropdown-content > .dropdown-btn-close > span::after {
    transform: rotate(-45deg);
}
@media screen and (min-width: 640px), print {
    #global-nav > ul > .js-dropdown:nth-child(n+5) > .dropdown-content {
        right: 0;
        left: auto;
    }
}
@media screen and (min-width: 640px), print {
    .js-dropdown.is-active > .dropdown-content {
        visibility: visible;
        opacity: 1;
        transform: rotateX(0) rotateY(0);
    }
}

.dropdown-inner {
    display: flex;
}
@media screen and (max-width: 639px) {
    .dropdown-inner {
        display: block;
    }
}

/*
 * .second-nav
** ------------------------------------------------------ */
.second-nav {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
@media screen and (max-width: 1200px), print {
    .second-nav {
        width: calc(399vw * 291 / 1200);
    }
}
@media screen and (max-width: 639px) {
    .second-nav {
        width: 100%;
        flex-direction: column;
        background: #e6e6e6;
        border-top: 2px solid #bebebe;
    }
}
@media screen and (min-width: 640px), print {
    .second-nav {
        padding: 15px 0;
    }

    .second-nav > li {
        position: relative;
        width: 33.3%;
    }
    .second-nav > li.title {
        width: 100%;
    }
    .second-nav > li::before {
        position: absolute;
        top: 0;
        right: -1px;
        display: block;
        width: 1px;
        height: 100%;
        background: #cde5f2;
        content: "";
        opacity: 0;
    }
    .second-nav > li.is-active::before {
        opacity: 1;
    }
    .second-nav > li.is-active > a {
        background: #cde5f2;
    }
}
@media screen and (max-width: 639px) {
    .second-nav > li {
        padding: 2px 18px;
    }
    .second-nav > li:first-child, .second-nav > li.title + li {
        padding-top: 17px;
    }
    .second-nav > li:last-child {
        padding-bottom: 22px;
    }
}
@media screen and (max-width: 639px) {
    .second-nav > li.title {
        position: relative;
        padding: 6px 18px;
        background: #fff;
    }
    .second-nav > li.title::before {
        position: absolute;
        bottom: -2px;
        left: 18px;
        display: block;
        width: calc(100% - 36px);
        height: 2px;
        background: #bebebe;
        content: "";
    }
    .second-nav > li.title > a {
        font-weight: bold;
    }
}
.second-nav > li > a {
    position: relative;
    display: block;
    padding: 9px 30px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
    transition: background .2s;
}
.second-nav > li > a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 1px solid #0099e4;
    border-right: 1px solid #0099e4;
    content: "";
    transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
    .second-nav > li > a {
        display: inline-block;
        padding: 0 0 0 20px;
    }
    .second-nav > li > a::before {
        top: 10px;
        right: auto;
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        margin-top: 0;
    }
}
.second-nav > li > a.third-hook {
    padding-right: 45px;
}
.second-nav > li > a.third-hook::before {
    display: block;
}
@media only screen and (max-width: 900px) {
    .second-nav > li > a.third-hook {
        padding-right: 35px;
    }
    .second-nav > li > a.third-hook::before {
        right: 18px;
    }
}
@media screen and (max-width: 639px) {
    .second-nav > li > a.third-hook {
        padding-right: 0;
    }
    .second-nav > li > a.third-hook::before {
        right: auto;
    }
}
@media screen and (min-width: 640px), print {
    .second-nav > li > a:not(.third-hook):hover, .second-nav > li > a:not(.third-hook):active {
        color: #f49000;
        transition: color .2s;
    }
}

/*
 * .third-nav-wrap
** ------------------------------------------------------ */
.third-nav-wrap {
    display: none;
    width: 400px;
    background: #cde5f2;
    border-left: 1px solid #bebebe;
}
@media screen and (max-width: 1200px), print {
    .third-nav-wrap {
        width: calc(399vw * 100 / 1200);
    }
}
@media screen and (max-width: 639px) {
    .third-nav-wrap {
        display: none !important;
    }
}

.third-nav-item {
    display: none;
}
.third-nav-item.is-active {
    display: block;
}

.third-nav > li > a {
    position: relative;
    display: block;
    padding: 9px 15px 9px 44px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}
@media only screen and (max-width: 900px) {
    .third-nav > li > a {
        padding-left: 35px;
    }
}
.third-nav > li > a::before {
    position: absolute;
    top: 18px;
    left: 16px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0099e4;
    border-right: 1px solid #0099e4;
    content: "";
    transform: rotate(45deg);
}
@media only screen and (max-width: 900px) {
    .third-nav > li > a::before {
        left: 13px;
    }
}
.third-nav > li > a::after {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 100%;
    background: #0099e4;
    content: "";
    opacity: 0;
}
.third-nav > li > a:hover, .third-nav > li > a:active {
    color: #fff;
    background: #0099e4;
}
.third-nav > li > a:hover::before, .third-nav > li > a:active::before {
    border-color: #fff;
}
.third-nav > li > a:hover::after, .third-nav > li > a:active::after {
    opacity: 1;
}
.third-nav._has-top > li:not(:first-child) > a {
    padding-left: 72px;
}
.third-nav._has-top > li:not(:first-child) > a::before {
    left: 44px;
}
@media only screen and (max-width: 900px) {
    .third-nav._has-top > li:not(:first-child) > a {
        padding-left: 56px;
    }
    .third-nav._has-top > li:not(:first-child) > a::before {
        left: 34px;
    }
}

/*
 * .btn-header-menu
** ------------------------------------------------------ */
.btn-header-menu {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.btn-header-menu::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: linear-gradient(#bebebe, #bebebe 3px, transparent 3px, transparent 11px, #bebebe 11px, #bebebe 14px, transparent 14px, transparent 22px, #bebebe 22px, #bebebe);
    content: "";
}
.btn-header-menu > .toggle-txt {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: -1;
    display: none;
    font-size: 1rem;
    line-height: 1;
    opacity: 0;
}
@media screen and (max-width: 639px) {
    .btn-header-menu > .toggle-txt {
        display: block;
    }
}
.header-content.is-open .btn-header-menu::before, .header-content.is-open .btn-header-menu::after {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 25px;
    height: 3px;
    background: #bebebe;
    content: "";
}
.header-content.is-open .btn-header-menu::before {
    transform: rotate(45deg);
}
.header-content.is-open .btn-header-menu::after {
    transform: rotate(-45deg);
}

/*
 * .js-toggle-header
** ------------------------------------------------------ */
@media screen and (min-width: 640px), print {
    .js-toggle-header > .toggle-hook {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] .js-toggle-header > .toggle-content {
        position: absolute;
        top: 67px;
        left: 0;
        z-index: 2;
        display: none;
        width: 100%;
        background: #fff;
    }
}

/*
 * #dropdown-overlay, #toggle-overlay
** ------------------------------------------------------ */
#dropdown-overlay, #toggle-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

#dropdown-overlay {
    z-index: 14;
}
@media screen and (max-width: 639px) {
    #dropdown-overlay {
        display: none !important;
    }
}

#toggle-overlay {
    z-index: 12;
}
@media screen and (min-width: 640px), print {
    #toggle-overlay {
        display: none !important;
    }
}

/*----------------------------------------
 Footer
----------------------------------------*/
/*
 * #footer
** ------------------------------------------------------ */
@media print {
    #footer {
        display: none;
    }
}

/*
 * .footer-content-a
** ------------------------------------------------------ */
.footer-content-a {
    background: #454e56;
}

.footer-content-a-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 47px 0 70px;
}
@media screen and (max-width: 1200px), print {
    .footer-content-a-inner {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 639px) {
    .footer-content-a-inner {
        padding: 0;
    }
}

/*
 * .footer-content-b
** ------------------------------------------------------ */
.footer-content-b {
    text-align: center;
}
.footer-content-b * + .copyright {
    margin-top: 15px;
}
.footer-content-b .copyright {
    line-height: 1.5;
}
.footer-content-b .copyright > small {
    font-size: 1.2rem;
}
@media screen and (min-width: 640px), print {
    .footer-content-b .copyright > small br {
        display: none;
    }
}

.footer-content-b-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 40px;
}
@media screen and (max-width: 1200px), print {
    .footer-content-b-inner {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 639px) {
    .footer-content-b-inner {
        padding: 20px 15px;
    }
}

/*
 * .footer-nav
** ------------------------------------------------------ */
@media screen and (min-width: 640px), print {
    .footer-nav > li + li {
        margin-top: 36px;
    }
}
@media screen and (max-width: 639px) {
    .footer-nav > li + li {
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
}
.footer-nav > li > .title {
    display: block;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media screen and (min-width: 640px), print {
    .footer-nav > li > .title + .item ul {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .title {
        padding: 0;
        border: 0;
    }
}
.footer-nav > li > .title > a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s;
}
.footer-nav > li > .title > a::before {
    position: absolute;
    top: 6px;
    left: -3px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
}
@media screen and (min-width: 640px), print {
    .footer-nav > li > .title > a:hover, .footer-nav > li > .title > a:active {
        opacity: .6;
    }
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .title > a {
        display: block;
        width: 100%;
        padding: 13px 10px 13px 34px;
    }
    .footer-nav > li > .title > a::before {
        top: 50%;
        left: 8px;
        margin-top: -6px;
    }
}
@media screen and (min-width: 640px), print {
    [data-script-enabled="true"] .footer-nav > li > .title > .toggle-hook {
        padding-left: 20px;
        outline: none;
        cursor: pointer;
        pointer-events: auto;
        position: relative;
        display: inline-block;
        font-weight: bold;
        font-size: 1.6rem;
        color: #fff;
        text-decoration: none;
        transition: opacity .2s;
    }
    [data-script-enabled="true"] .footer-nav > li > .title > .toggle-hook:hover, [data-script-enabled="true"] .footer-nav > li > .title > .toggle-hook:active {
        opacity: .6;
    }
    [data-script-enabled="true"] .footer-nav > li > .title > .toggle-hook::before {
           position: absolute;
        top: 6px;
        left: -3px;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        transform: rotate(45deg) !important;
    }
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] .footer-nav > li > .title > .toggle-hook {
        display: block;
        width: 100%;
        text-align: left;
    }
    [data-script-enabled="true"] .footer-nav > li > .title > .toggle-hook::before {
        left: 11px;
        margin-top: -8px;
        transform: rotate(135deg);
    }
}
.footer-nav > li > .title > .toggle-hook > .toggle-txt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: none;
    font-size: 1rem;
    opacity: 0;
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .title > .toggle-hook > .toggle-txt {
        display: block;
    }
}
[data-script-enabled="true"] .footer-nav > li.is-open .toggle-hook::before {
    margin-top: 0;
    transform: rotate(-45deg);
}
@media screen and (max-width: 639px) {
[data-script-enabled="true"] .footer-nav > li.is-open .toggle-hook::before {
    margin-top: -3px;
    transform: rotate(-45deg);
    }
}

@media screen and (max-width: 639px) {
    .footer-nav > li > .item {
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .item > ul {
        background: #676f76;
    }
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .item > ul > li {
        padding: 2px 18px;
    }
    .footer-nav > li > .item > ul > li:first-child, .footer-nav > li > .item > ul > li.item-title + li {
        padding-top: 17px;
    }
    .footer-nav > li > .item > ul > li:last-child {
        padding-bottom: 22px;
    }
}
@media screen and (min-width: 640px), print {
    .footer-nav > li > .item > ul > li + li {
        margin-top: 3px;
    }
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .item > ul > li.item-title {
        position: relative;
        padding: 6px 18px;
        background: #454e56;
    }
    .footer-nav > li > .item > ul > li.item-title::before {
        position: absolute;
        bottom: -1px;
        left: 18px;
        display: block;
        width: calc(100% - 36px);
        height: 1px;
        background: rgba(255, 255, 255, .5);
        content: "";
    }
    .footer-nav > li > .item > ul > li.item-title > a {
        font-weight: bold;
    }
}
.footer-nav > li > .item > ul > li > a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s;
}
.footer-nav > li > .item > ul > li > a::before {
    position: absolute;
    top: 8px;
    left: -3px;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
    .footer-nav > li > .item > ul > li > a::before {
        top: 10px;
        width: 6px;
        height: 6px;
        border-width: 1px;
    }
}
.footer-nav > li > .item > ul > li > a:hover, .footer-nav > li > .item > ul > li > a:active {
    opacity: .6;
}

/*
 * .footer-link
** ------------------------------------------------------ */
.footer-link {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
@media screen and (max-width: 639px) {
    .footer-link + .footer-link {
        margin-top: 15px;
    }
}
@media screen and (min-width: 640px), print {
    .footer-link {
        justify-content: center;
    }
}
.footer-link > li {
    position: relative;
    margin-left: 20px;
}
.footer-link > li::after {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-bottom: 7px;
    margin-left: 20px;
    vertical-align: bottom;
    background: #a2a7ab;
    content: "";
}
.footer-link > li > a {
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}
@media screen and (min-width: 640px), print {
    .footer-link > li > a:hover, .footer-link > li > a:active {
        opacity: .7;
    }
}
@media screen and (max-width: 639px) {
    .footer-link > li > a {
        font-size: 1.4rem;
    }
}
.footer-link > li:last-child::after {
    content: none;
}

/*
 * .footer-col
** ------------------------------------------------------ */
@media screen and (min-width: 640px), print {
    .footer-col {
        display: flex;
        margin-left: -30px;
    }
    .footer-col > .col {
        width: calc(33.3333% - 30px);
        margin-left: 30px;
    }
}
@media screen and (max-width: 639px) {
    .footer-col > .col + .col {
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
}

/*
 * .js-toggle-footer
** ------------------------------------------------------ */
@media screen and (max-width: 639px) {
    .js-toggle-footer > .toggle-content {
        display: none;
    }
}
@media screen and (min-width: 640px), print {
    [data-script-enabled="true"] .js-toggle-footer > .toggle-content {
        display: block !important;
    }
}

/* グロナビ固定 */
#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}