﻿#header {
    display: block;
    max-width: inherit;
}

#header-logo-container {
    /*max-width: 1280px;*/
    padding: 0px 10px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}




.header-intel-logo {
    width: auto;
    height: 60px;
    object-fit: contain;
}

#cart {
    width: 20px;
    object-fit: contain;
}

.header-user {
    float: right;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: flex-end;
    font-size: 1.4rem;
}

@media only screen and (min-width: 1281px) {
    #header-logo-container {
        padding: 0px 10px;
        align-items: flex-end;
    }

    .header-user {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1001px) {
    #header {
        height: auto !important;
        padding: 0;
    }
}

@media only screen and (max-width: 1000px) {
    #header {
        width: 100%;
        overflow: hidden;
        transition: background 0.25s;
        padding: 0;
    }

        #header.is-visible {
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.6);
            z-index: 9999;
        }

    [data-browser="IE11"] #header.is-visible {
        width: 100%;
    }
}

#header-content {
    background: rgba(255, 255, 255, 0.96);
    position: relative;
    z-index: 300;
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (max-width: 1000px) {
    #header-content {
        background: #fff;
    }
}

#header-content::before {
    display: block;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
    z-index: -1;
    pointer-events: none;
}

@media only screen and (max-width: 1000px) {
    #header-content::before {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #header-content {
        box-shadow: none;
    }

        #header-content::before {
            display: none;
        }
}

#header-content .skip-link {
    overflow: hidden;
    font-size: 1.6rem;
}

    #header-content .skip-link a {
        text-align: center;
        color: #fff;
        background: #57564f;
        display: block;
        overflow: hidden;
        height: 0;
        padding: 0 8px;
        text-decoration: none;
    }

        #header-content .skip-link a:focus {
            height: auto;
        }

        #header-content .skip-link a span {
            padding: 5px 0;
            display: block;
        }

            #header-content .skip-link a span::after {
                display: inline-block;
                content: "";
                width: 10px;
                height: 10px;
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                margin: 0 0 2px 12px;
            }

#header-group-cookie {
    background: #706f67;
}

#header-group-cookie-inner {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
}

[data-script-enabled="true"] #header-group-cookie-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1280px) {
    #header-group-cookie-inner {
        padding: 8px;
    }
}

@media only screen and (max-width: 1000px) {
    #header-group-cookie-inner {
        padding: 8px 16px;
    }
}

@media only screen and (max-width: 767px) {
    #header-group-cookie-inner {
        display: block;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

#header-group-cookie-inner .desc {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    line-height: 1.2;
    width: 100%;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {
    #header-group-cookie-inner .desc {
        font-size: 1.4rem;
    }

    [data-browser="IE11"] #header-group-cookie-inner .desc {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }
}

@media only screen and (max-width: 767px) {
    #header-group-cookie-inner .desc {
        margin: 0 0 8px;
    }
}

#header-group-cookie-inner .btns {
    margin-left: -8px;
    display: table;
}

@media only screen and (max-width: 767px) {
    #header-group-cookie-inner .btns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#header-group-cookie-inner .btns > li {
    font-size: 1.4rem;
    padding-left: 8px;
    line-height: 1.2;
    display: table-cell;
}

@media only screen and (max-width: 767px) {
    #header-group-cookie-inner .btns > li {
        display: block;
    }
}

#header-group-cookie-inner .btns a {
    display: block;
    text-decoration: none;
    padding: 8px 30px 8px 23px;
    min-height: 32px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    position: relative;
    transition: background 0.2s;
}

    #header-group-cookie-inner .btns a::before {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: 10px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -3.5px;
    }

#header-group-cookie-inner .btns .agree a {
    background: #a30b1a;
    color: #fff;
}

    #header-group-cookie-inner .btns .agree a:hover,
    #header-group-cookie-inner .btns .agree a:active,
    #header-group-cookie-inner .btns .agree a:focus {
        background: #d11124;
    }

#header-group-cookie-inner .btns .more a {
    background: #fff;
    color: #a30b1a;
    min-width: 114px;
}

    #header-group-cookie-inner .btns .more a::before {
        border-top: 2px solid #a30b1a;
        border-right: 2px solid #a30b1a;
    }

    #header-group-cookie-inner .btns .more a:hover,
    #header-group-cookie-inner .btns .more a:active,
    #header-group-cookie-inner .btns .more a:focus {
        background: #f6cfd3;
    }

#header-group-title {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-fujitsu-logo {
    width: 125px;
    height: 60px;
    object-fit: contain;
}

@media only screen and (max-width: 1280px) {
    #header-group-title {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1000px) {
    #header-group-title {
        min-height: inherit;
    }
}

@media only screen and (max-width: 480px) {
    #header-group-title {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    #header-group-title.diff-group-corp {
        display: block;
    }
}

#site-title {
    font-size: 2.8rem;
    color: #57564f;
    font-weight: 700;
    padding: 11px 10px 14px 0;
    line-height: 1.4;
    min-height: 75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

:lang(en) #site-title {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media only screen and (max-width: 1000px) {
    #site-title {
        padding: 16px 10px 14px 8px;
        font-size: 2.4rem;
        min-height: inherit;
    }
}

@media only screen and (max-width: 480px) {
    #site-title {
        font-size: 2rem;
        padding: 12px 10px 12px 0;
    }
}

#site-title a,
#site-title > span {
    text-decoration: none;
    color: #57564f;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    #site-title .sub {
        display: block;
        font-size: 1.4rem;
    }
}

#site-title img {
    display: block;
    max-width: inherit;
    width: 100%;
}

#corporate-symbol {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

    #corporate-symbol img {
        height: 36px;
        max-width: inherit;
    }

        #corporate-symbol img.intel {
            height: 30px;
            max-width: inherit;
        }

@media only screen and (max-width: 480px) {
    #corporate-symbol {
        position: static;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 8px 0 4px;
    }

        #corporate-symbol img {
            height: 30px;
        }

            #corporate-symbol img.intel {
                height: 25px;
            }
}

[data-browser="IE11"] .diff-group-corp #corporate-symbol a {
    display: inline-block;
}

    [data-browser="IE11"] .diff-group-corp #corporate-symbol a img {
        width: 100%;
    }

.diff-group-corp #corporate-symbol img {
    max-width: 100%;
    max-height: 36px;
    height: auto;
}

    .diff-group-corp #corporate-symbol img.intel {
        max-width: 100%;
        max-height: 36px;
        height: auto;
    }

@media only screen and (max-width: 767px) {
    .diff-group-corp #corporate-symbol {
        text-align: right;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .diff-group-corp #corporate-symbol {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#header-group-nav {
    position: relative;
}

#header-group-nav-inner .utility {
    margin-right: 250px;
}

#header-group-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1.6rem;
    text-transform: uppercase;
}

[data-script-enabled="true"] #header-group-nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
    #header-group-nav-inner {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner {
        padding: 0;
    }

    [data-script-enabled="true"] #header-group-nav-inner {
        display: block;
    }
}

.diff-no-gnav #header-group-nav-inner {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.diff-group-corp + .diff-no-gnav #header-group-nav-inner {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#header-group-nav-inner .trans-nav-back {
    display: none;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .trans-nav-back {
        font-size: 1.6rem;
        position: absolute;
        top: 0;
        left: 16px;
        z-index: 1;
        padding-left: 22px;
    }

        #header-group-nav-inner .trans-nav-back.is-visible {
            display: block !important;
        }

        #header-group-nav-inner .trans-nav-back:hover,
        #header-group-nav-inner .trans-nav-back:active,
        #header-group-nav-inner .trans-nav-back:focus {
            color: #57564f;
            text-decoration: underline;
        }

        #header-group-nav-inner .trans-nav-back::before {
            display: block;
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            width: 10px;
            height: 10px;
            border-top: 2px solid #a30b1a;
            border-left: 2px solid #a30b1a;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: -5px;
        }
}

#header-group-nav-inner .utility {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -20px;
    padding-bottom: 0px;
    font-size: 1.2rem !important;
}

[data-script-enabled="true"] #header-group-nav-inner .utility {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .utility {
        position: static;
        width: calc(100% + 20px);
        padding: 0 16px 13px;
        border-bottom: 2px solid #c6c6c0;
        min-height: 37px;
    }
}

#header-group-nav-inner .utility > li {
    margin-left: 20px;
    margin-bottom: 4px;
}

[data-script-enabled="true"] #header-group-nav-inner .utility > li {
    margin-bottom: 0;
}

@media only screen and (min-width: 1001px) {
    [data-script-enabled="true"] #header-group-nav-inner .utility > li {
        display: block !important;
    }
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .utility > li:first-child {
        padding-left: 4px;
    }
}

#header-group-nav-inner .utility > li > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

[data-script-enabled="true"] #header-group-nav-inner .utility > li > a {
    display: block;
}

    [data-script-enabled="true"]
    #header-group-nav-inner
    .utility > li > a > .status-txt {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        font-size: 1rem;
        opacity: 0;
    }

#header-group-nav-inner .utility > li img {
    display: block;
    max-width: inherit;
}

[data-script-enabled="true"] .diff-no-gnav #header-group-nav-inner .utility {
    margin-right: 117px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
    .diff-no-gnav #header-group-nav-inner .utility {
        padding-bottom: 13px;
        margin-right: 0;
    }
}

[data-script-enabled="true"]
.diff-no-gnav
#header-group-nav-inner
.utility > li {
    margin-top: -50px;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"]
    .diff-no-gnav
    #header-group-nav-inner
    .utility > li {
        margin-top: 0;
    }
}

[data-script-enabled="true"]
.diff-group-corp + .diff-no-gnav
#header-group-nav-inner
.utility {
    margin-right: 0;
    padding-bottom: 13px;
}

    [data-script-enabled="true"]
    .diff-group-corp + .diff-no-gnav
    #header-group-nav-inner
    .utility > li {
        margin-top: 0;
    }

#header-group-nav-inner li.social {
    position: relative;
    display: none;
}

[data-script-enabled="true"] #header-group-nav-inner li.social {
    display: block;
}

#header-group-nav-inner li.search > a {
    display: none;
}

[data-script-enabled="true"] #header-group-nav-inner li.search > a {
    display: block;
}

#header-group-nav-inner .social-list > li {
    margin-bottom: 14px;
}

    #header-group-nav-inner .social-list > li:last-child {
        margin-bottom: 0;
    }

#header-group-nav-inner .change-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .change-wrapper {
        display: block;
    }
}

#header-group-nav-inner .desc-list-change,
#header-group-nav-inner .desc-current-region {
    width: 23.4375%;
}

    #header-group-nav-inner .desc-list-change:only-of-type,
    #header-group-nav-inner .desc-current-region:only-of-type {
        width: 100%;
    }

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .desc-list-change,
    #header-group-nav-inner .desc-current-region {
        width: 100%;
    }
}

#header-group-nav-inner .desc-list-change + .desc-list-change,
#header-group-nav-inner .desc-list-change + .desc-current-region,
#header-group-nav-inner .desc-current-region + .desc-list-change,
#header-group-nav-inner .desc-current-region + .desc-current-region {
    width: 76.5625%;
    margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .desc-list-change + .desc-list-change,
    #header-group-nav-inner .desc-list-change + .desc-current-region,
    #header-group-nav-inner .desc-current-region + .desc-list-change,
    #header-group-nav-inner .desc-current-region + .desc-current-region {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
}

#header-group-nav-inner .desc-list-change > dt,
#header-group-nav-inner .desc-current-region > dt {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 4px;
}

:lang(en) #header-group-nav-inner .desc-list-change > dt,
:lang(en) #header-group-nav-inner .desc-current-region > dt {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .desc-list-change > dt,
    #header-group-nav-inner .desc-current-region > dt {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .desc-list-change > dd,
    #header-group-nav-inner .desc-current-region > dd {
        font-size: 1.6rem;
    }
}

#header-group-nav-inner .desc-list-change > dd .desc-list-change > dd + dt,
#header-group-nav-inner .desc-current-region > dd .desc-list-change > dd + dt {
    margin-top: 16px;
}

#header-group-nav-inner .desc-list-change > dd .worldwide,
#header-group-nav-inner .desc-current-region > dd .worldwide {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 16px;
    display: inline-block;
}

:lang(en) #header-group-nav-inner .desc-list-change > dd .worldwide,
:lang(en) #header-group-nav-inner .desc-current-region > dd .worldwide {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#header-group-nav-inner .desc-current-region dd {
    font-weight: 700;
}

:lang(en) #header-group-nav-inner .desc-current-region dd {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#header-group-nav-inner .change-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -17px;
}

    #header-group-nav-inner .change-list > li {
        margin-left: 17px;
        padding-right: 17px;
        position: relative;
    }

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .change-list > li {
        font-size: 1.6rem;
    }
}

#header-group-nav-inner .change-list > li > a {
    color: #000;
}

    #header-group-nav-inner .change-list > li > a:hover,
    #header-group-nav-inner .change-list > li > a:active,
    #header-group-nav-inner .change-list > li > a:focus {
        text-decoration: none;
        color: #57564f;
    }

#header-group-nav-inner .change-list > li > em {
    font-weight: 700;
}

:lang(en) #header-group-nav-inner .change-list > li > em {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#header-group-nav-inner .change-list > li::before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #87867e;
    margin-top: -8px;
}

#header-group-nav-inner .change-list > li:last-child::before {
    display: none;
}

#header-group-nav-inner .search-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 840px;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .search-wrapper {
        display: block;
        max-width: inherit;
    }
}

#header-group-nav-inner .search-input {
    background: #eee;
    border: 1px solid #afaea8;
    padding: 8px 24px 7px;
    width: 100%;
    min-height: 49px;
}

    #header-group-nav-inner .search-input:placeholder-shown {
        color: #666;
    }

    #header-group-nav-inner .search-input::-webkit-input-placeholder {
        color: #666;
        opacity: 1;
    }

    #header-group-nav-inner .search-input::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    #header-group-nav-inner .search-input::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    #header-group-nav-inner .search-input:-ms-input-placeholder {
        color: #666;
    }

#header-group-nav-inner .search-btn {
    background: #706f67;
    color: #fff;
    position: relative;
    padding: 8px 24px 7px;
    min-width: 170px;
    transition: background 0.2s;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .search-btn {
        width: 100%;
        margin-top: 16px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    }
}

#header-group-nav-inner .search-btn:hover,
#header-group-nav-inner .search-btn:active,
#header-group-nav-inner .search-btn:focus {
    background: #57564f;
}

#header-group-nav-inner .search-btn::before {
    display: block;
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3.5px;
}

#menu-btn {
    display: none;
}

@media only screen and (max-width: 1000px) {
    #menu-btn {
        position: absolute;
        right: 16px;
        top: 5px;
        width: 20px;
        height: 14px;
        font-size: 1rem;
        line-height: 1;
        overflow: hidden;
    }

    [data-script-enabled="true"] #menu-btn {
        display: block;
    }

    #menu-btn::before {
        display: block;
        position: absolute;
        content: "";
        width: 20px;
        height: 14px;
        background: linear-gradient( #706f67, #706f67 2px, transparent 2px, transparent 6px, #706f67 6px, #706f67 8px, transparent 8px, transparent 12px, #706f67 12px );
    }

    #menu-btn.is-open {
        width: 18px;
        height: 18px;
    }

        #menu-btn.is-open::before {
            display: block;
            position: absolute;
            content: "";
            right: -2px;
            top: 8px;
            width: 23px;
            height: 2px;
            background: #706f67;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #menu-btn.is-open::after {
            display: block;
            position: absolute;
            content: "";
            left: 8px;
            top: -3px;
            width: 2px;
            height: 23px;
            background: #706f67;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    #menu-btn span {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
    }
}

#global-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

[data-script-enabled="true"] #global-nav {
    margin-right: 10px;
}

@media only screen and (min-width: 1001px) {
    [data-script-enabled="true"] #global-nav {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 1000px) {
    #global-nav {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        display: block;
    }

    [data-script-enabled="true"] #global-nav {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        background: #fff;
        transition: left 0.25s;
    }

        [data-script-enabled="true"] #global-nav.is-pos1 {
            left: -100%;
        }

            [data-script-enabled="true"] #global-nav.is-pos1.is-pos2 {
                left: -100%;
            }

        [data-script-enabled="true"] #global-nav.is-pos2 {
            left: -200%;
        }
}

#global-nav > li > a {
    display: block;
    text-decoration: none;
    line-height: 1.2;
    min-width: 95px;
    text-align: center;
    word-break: break-word;
    padding: 11px 32px 5px 16px;
    color: #000;
    position: relative;
}

[data-script-enabled="true"] #global-nav > li > a {
    padding: 5px 15px 5px;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav > li > a {
        text-align: left;
        padding: 11px 32px 11px 16px;
        border-bottom: 1px solid #c6c6c0;
    }
}

#global-nav > li > a::after {
    display: block;
    position: absolute;
    content: "";
    transition: width 0.2s ease 0.05s;
    background: #a30b1a;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
}

#global-nav > li > a:hover,
#global-nav > li > a:active,
#global-nav > li > a:focus {
    padding-bottom: 5px;
    color: #a30b1a;
}

[data-script-enabled="true"] #global-nav > li > a:hover,
[data-script-enabled="true"] #global-nav > li > a:active,
[data-script-enabled="true"] #global-nav > li > a:focus {
    padding-bottom: 5px;
}

#global-nav > li > a:hover::after,
#global-nav > li > a:active::after,
#global-nav > li > a:focus::after {
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    #global-nav > li > a {
        text-align: left;
        border-bottom: 1px solid #c6c6c0;
        padding: 11px 32px 11px 16px;
        position: relative;
        word-break: inherit;
        line-height: 1.4;
    }

        #global-nav > li > a::before {
            display: block;
            position: absolute;
            content: "";
            top: 50%;
            right: 16px;
            width: 12px;
            height: 12px;
            border-top: 2px solid #a30b1a;
            border-right: 2px solid #a30b1a;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-top: -7px;
        }

        #global-nav > li > a::after {
            display: none;
        }

        #global-nav > li > a:hover,
        #global-nav > li > a:active,
        #global-nav > li > a:focus {
            border-bottom: 1px solid #c6c6c0;
            padding-bottom: 11px;
            color: inherit;
        }

    [data-script-enabled="true"] #global-nav > li > a:hover,
    [data-script-enabled="true"] #global-nav > li > a:active,
    [data-script-enabled="true"] #global-nav > li > a:focus {
        padding-bottom: 11px;
        border-bottom: 1px solid #c6c6c0;
    }
}

@media only screen and (max-width: 480px) {
    #global-nav > li > a:hover,
    #global-nav > li > a:active,
    #global-nav > li > a:focus {
        font-weight: 400;
    }
}

#global-nav > li.is-current > a {
    font-weight: 700;
    padding-bottom: 15px;
}

:lang(en) #global-nav > li.is-current > a {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#global-nav > li.is-current > a::after {
    display: block;
    position: absolute;
    content: "";
    background: #a30b1a;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1000px) {
    #global-nav > li.is-current > a::after {
        display: none;
    }
}

#global-nav > li.is-current > a:hover,
#global-nav > li.is-current > a:active,
#global-nav > li.is-current > a:focus {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
    #global-nav > li.is-current > a {
        border-bottom: 1px solid #c6c6c0;
        padding-bottom: 11px;
    }

        #global-nav > li.is-current > a:hover,
        #global-nav > li.is-current > a:active,
        #global-nav > li.is-current > a:focus {
            padding-bottom: 11px;
        }
}

@media only screen and (max-width: 1000px) {
    #global-nav > li.home {
        display: none;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a,
[data-script-enabled="true"] #global-nav .trans-nav > a {
    position: relative;
    padding-right: 32px;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a,
    [data-script-enabled="true"] #global-nav .trans-nav > a {
        text-align: left;
        padding: 11px 32px 11px 16px;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a::before,
[data-script-enabled="true"] #global-nav .trans-nav > a::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #a30b1a;
    border-right: 2px solid #a30b1a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -10px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a::before {
        right: 16px;
        width: 12px;
        height: 12px;
        margin-top: -9px;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a.is-open,
[data-script-enabled="true"] #global-nav .trans-nav > a.is-open {
    /*    padding-bottom: 15px;*/
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a.is-open,
    [data-script-enabled="true"] #global-nav .trans-nav > a.is-open {
        border-bottom: 1px solid #c6c6c0;
        padding-bottom: 11px;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a.is-open::before,
[data-script-enabled="true"] #global-nav .trans-nav > a.is-open::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a.is-open::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a.is-open::before {
        margin-top: -5px;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a.is-open::after,
[data-script-enabled="true"] #global-nav .trans-nav > a.is-open::after {
    display: block;
    position: absolute;
    content: "";
    background: #a30b1a;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a.is-open::after,
    [data-script-enabled="true"] #global-nav .trans-nav > a.is-open::after {
        display: none;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a:hover::before,
[data-script-enabled="true"] #global-nav .toggle-nav > a:active::before,
[data-script-enabled="true"] #global-nav .toggle-nav > a:focus::before,
[data-script-enabled="true"] #global-nav .trans-nav > a:hover::before,
[data-script-enabled="true"] #global-nav .trans-nav > a:active::before,
[data-script-enabled="true"] #global-nav .trans-nav > a:focus::before {
    margin-top: -10px;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a:hover::before,
    [data-script-enabled="true"] #global-nav .toggle-nav > a:active::before,
    [data-script-enabled="true"] #global-nav .toggle-nav > a:focus::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a:hover::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a:active::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a:focus::before {
        margin-top: -9px;
    }
}

[data-script-enabled="true"] #global-nav .toggle-nav > a:hover.is-open::before,
[data-script-enabled="true"] #global-nav .toggle-nav > a:active.is-open::before,
[data-script-enabled="true"] #global-nav .toggle-nav > a:focus.is-open::before,
[data-script-enabled="true"] #global-nav .trans-nav > a:hover.is-open::before,
[data-script-enabled="true"] #global-nav .trans-nav > a:active.is-open::before,
[data-script-enabled="true"] #global-nav .trans-nav > a:focus.is-open::before {
    margin-top: -5px;
}

[data-script-enabled="true"] #global-nav .toggle-nav > a > .status-txt,
[data-script-enabled="true"] #global-nav .trans-nav > a > .status-txt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    font-size: 1rem;
    opacity: 0;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a.is-open {
        color: #fff;
        background: #a30b1a;
    }
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .toggle-nav > a.is-open::before {
        border-color: #fff;
    }
}

#global-nav .trans-nav > a {
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .trans-nav > a::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -7px;
    }
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .trans-nav > a.is-open::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -7px;
    }
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .trans-nav > a:hover::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a:active::before,
    [data-script-enabled="true"] #global-nav .trans-nav > a:focus::before {
        margin-top: -7px;
    }
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #global-nav .trans-nav > a:hover.is-open::before,
    [data-script-enabled="true"]
    #global-nav
    .trans-nav > a:active.is-open::before,
    [data-script-enabled="true"]
    #global-nav
    .trans-nav > a:focus.is-open::before {
        margin-top: -7px;
    }
}

#global-nav .toggle-nav.is-current > a::before,
#global-nav .trans-nav.is-current > a::before {
    margin-top: -10px;
}

@media only screen and (max-width: 1000px) {
    #global-nav .toggle-nav.is-current > a::before,
    #global-nav .trans-nav.is-current > a::before {
        margin-top: -9px;
    }
}

#global-nav .toggle-nav.is-current > a.is-open::before,
#global-nav .trans-nav.is-current > a.is-open::before {
    margin-top: -5px;
}

#global-nav .trans-nav.is-current > a::before {
    margin-top: -10px;
}

@media only screen and (max-width: 1000px) {
    #global-nav .trans-nav.is-current > a::before {
        margin-top: -7px;
    }
}

@media only screen and (max-width: 1000px) {
    #global-nav .trans-nav.is-current > a.is-open::before {
        margin-top: -7px;
    }
}

.dd-content {
    width: 100%;
    z-index: 0;
    display: none;
}

[data-script-enabled="true"] .dd-content {
    display: none;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] .dd-content {
        position: static;
    }
}

@media only screen and (max-width: 1000px) {
    .dd-content {
        position: static;
    }

    [data-script-enabled="true"] .dd-content {
        background: #fff;
    }
}

.dd-content::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
    pointer-events: none;
}

[data-script-enabled="true"] .dd-content::before {
    background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 1000px) {
    .dd-content::before {
        display: none;
    }
}

.dd-content::after {
    display: block;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: -1;
}

[data-script-enabled="true"] .dd-content::after {
    background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 1000px) {
    .dd-content::after {
        display: none;
    }
}

#header-group-nav-inner .utility .dd-content {
    top: 100%;
    display: none;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"] #header-group-nav-inner .utility .dd-content {
        position: absolute;
        z-index: 1;
    }
}

#header-group-nav-inner .utility .dd-content::before {
    z-index: -1;
}

#header-group-nav-inner li.search .dd-content {
    display: block;
}

[data-script-enabled="true"] #header-group-nav-inner li.search .dd-content {
    display: none;
}

#header-group-nav-inner li.social .dd-content {
    top: calc(100% + 13px);
    width: 48px;
    background: #fff;
    left: -14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner li.social .dd-content {
        top: calc(100% + 15px);
        left: -10px;
    }
}

#header-group-nav-inner li.social .dd-content::before,
#header-group-nav-inner li.social .dd-content::after {
    display: none;
}

#header-group-nav.diff-no-gnav li.social .dd-content {
    top: 100%;
}

@media only screen and (max-width: 1000px) {
    #header-group-nav.diff-no-gnav li.social .dd-content {
        top: calc(100% + 15px);
    }
}

.diff-group-corp + #header-group-nav.diff-no-gnav li.social .dd-content {
    top: calc(100% + 13px);
    left: -8px;
}

@media only screen and (max-width: 1000px) {
    .diff-group-corp + #header-group-nav.diff-no-gnav li.social .dd-content {
        top: calc(100% + 15px);
        left: -10px;
    }
}

.dd-content-inner {
    position: relative;
}

.toggle-nav .dd-content-inner,
.trans-nav .dd-content-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px 25px 0;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .dd-content-inner,
    .trans-nav .dd-content-inner {
        padding: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .toggle-nav .dd-content-inner {
        padding: 20px 32px 25px 8px;
    }
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .dd-content-inner {
        padding: 0;
    }
}

.trans-nav .dd-content-inner {
    position: relative;
    z-index: 0;
    padding: 0;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .dd-content-inner {
        position: static;
    }
}

#header-group-nav-inner .utility .dd-content-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px 25px 0;
}

@media only screen and (max-width: 1280px) {
    #header-group-nav-inner .utility .dd-content-inner {
        padding: 20px 32px 25px 8px;
    }
}

@media only screen and (max-width: 1000px) {
    #header-group-nav-inner .utility .dd-content-inner {
        padding: 12px 16px 25px;
        border-bottom: 1px solid #c6c6c0;
    }
}

#header-group-nav-inner li.search .dd-content-inner {
    border-bottom: 0;
    padding: 0;
}

[data-script-enabled="true"]
#header-group-nav-inner
li.search
.dd-content-inner {
    padding: 30px 0;
}

@media only screen and (max-width: 1000px) {
    [data-script-enabled="true"]
    #header-group-nav-inner
    li.search
    .dd-content-inner {
        padding: 52px 16px 30px;
        border-bottom: 1px solid #c6c6c0;
    }
}

#header-group-nav-inner li.social .dd-content-inner {
    padding: 12px 13px;
}

.dd-content-inner .close-btn {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 1rem;
    line-height: 1;
    width: 18px;
    height: 18px;
    display: none;
    overflow: hidden;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

[data-script-enabled="true"] .dd-content-inner .close-btn {
    display: block;
}

@media only screen and (max-width: 1280px) {
    .dd-content-inner .close-btn {
        right: 8px;
    }
}

@media only screen and (max-width: 1000px) {
    .dd-content-inner .close-btn {
        display: none;
    }

    [data-script-enabled="true"] .dd-content-inner .close-btn {
        display: none;
    }

    .utility .dd-content-inner .close-btn {
        right: 16px;
    }

    [data-script-enabled="true"] .utility .dd-content-inner .close-btn {
        display: block;
    }
}

.dd-content-inner .close-btn::before {
    display: block;
    position: absolute;
    content: "";
    right: -2px;
    top: 8px;
    width: 23px;
    height: 2px;
    background: #706f67;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dd-content-inner .close-btn::after {
    display: block;
    position: absolute;
    content: "";
    left: 8px;
    top: -3px;
    width: 2px;
    height: 23px;
    background: #706f67;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dd-content-inner .close-btn span {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}

.toggle-nav .second-nav > li > a,
.trans-nav .second-nav > li > a {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    font-size: 2.4rem;
    padding-right: 18px;
}

:lang(en) .toggle-nav .second-nav > li > a,
:lang(en) .trans-nav .second-nav > li > a {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .second-nav > li > a,
    .trans-nav .second-nav > li > a {
        display: none;
    }
}

.toggle-nav .second-nav > li > a::before,
.trans-nav .second-nav > li > a::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.5em;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #a45151;
    border-right: 2px solid #a45151;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.trans-nav .second-nav > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .second-nav > li {
        display: block;
    }
}

.trans-nav .second-nav > li .second-nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.toggle-nav .second-nav-top {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .second-nav-top {
        display: block;
    }
}

.trans-nav .second-nav-top {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background: rgba(87, 86, 79, 0.85);
    padding: 20px 0 20px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .second-nav-top {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        padding: 0;
    }
}

.trans-nav .second-nav-top > a {
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .second-nav-top > a {
        padding: 11px 30px 11px 16px;
        border-bottom: 1px solid #c6c6c0;
        line-height: 1.4;
        background: #fff;
        color: inherit;
    }
}

.trans-nav .second-nav-top > a:hover,
.trans-nav .second-nav-top > a:active,
.trans-nav .second-nav-top > a:focus {
    text-decoration: underline;
}

.trans-nav .second-nav-top > a::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0.5em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

:lang(en) .trans-nav .second-nav-top > a::before {
    top: 0.6em;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .second-nav-top > a::before {
        top: 50%;
        left: auto;
        right: 16px;
        width: 12px;
        height: 12px;
        margin-top: -7px;
        border-color: #a30b1a;
    }

    :lang(en) .trans-nav .second-nav-top > a::before {
        top: 50%;
    }
}

.trans-nav .second-nav-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28.125%;
}

@media only screen and (min-width: 1001px) {
    .trans-nav .second-nav-item {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 1000px) {
    .trans-nav .second-nav-item {
        width: auto;
    }

    [data-script-enabled="true"] .trans-nav .second-nav-item {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: #fff;
        display: none;
    }
}

.trans-nav .second-nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.toggle-nav .third-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -50px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav {
        display: block;
        margin-left: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
}

.toggle-nav .third-nav > li {
    padding-left: 50px;
    padding-bottom: 10px;
    width: 25%;
    line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
}

.toggle-nav .third-nav > li > a {
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li > a {
        padding: 13px 32px 12px 35px;
        border-bottom: 1px solid #c6c6c0;
        display: block;
        font-size: 1.6rem;
        background: #eee;
        text-decoration: none;
    }
}

.toggle-nav .third-nav > li > a:hover,
.toggle-nav .third-nav > li > a:active,
.toggle-nav .third-nav > li > a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li > a:hover,
    .toggle-nav .third-nav > li > a:active,
    .toggle-nav .third-nav > li > a:focus {
        text-decoration: none;
    }
}

.toggle-nav .third-nav > li > a::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.4em;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #a30b1a;
    border-right: 2px solid #a30b1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li > a::before {
        left: auto;
        right: 16px;
        top: 50%;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li.is-close > a::before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -6px;
    }
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li.is-open > a {
        background: #706f67;
        color: #fff;
        font-weight: 700;
    }

    :lang(en) .toggle-nav .third-nav > li.is-open > a {
        font-weight: 400;
        font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    }
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .third-nav > li.is-open > a::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -3px;
        border-color: #fff;
    }
}

.toggle-nav .third-nav > li .toggle-txt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 1rem;
    opacity: 0;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .js-toggle-sp .fourth-nav {
        display: block;
    }
}

.toggle-nav .fourth-nav {
    padding-left: 18px;
    margin-top: 8px;
    margin-bottom: -4px;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .fourth-nav {
        display: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.toggle-nav .fourth-nav > li {
    line-height: 1.4;
    padding-bottom: 4px;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .fourth-nav > li {
        padding-bottom: 0;
    }
}

.toggle-nav .fourth-nav > li > a {
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .fourth-nav > li > a {
        padding: 13px 32px 12px 35px;
        border-bottom: 1px solid #c6c6c0;
        display: block;
        font-size: 1.6rem;
        background: #fff;
        text-decoration: none;
    }
}

.toggle-nav .fourth-nav > li > a:hover,
.toggle-nav .fourth-nav > li > a:active,
.toggle-nav .fourth-nav > li > a:focus {
    text-decoration: underline;
}

    .toggle-nav .fourth-nav > li > a:hover:hover,
    .toggle-nav .fourth-nav > li > a:hover:active,
    .toggle-nav .fourth-nav > li > a:hover:focus,
    .toggle-nav .fourth-nav > li > a:active:hover,
    .toggle-nav .fourth-nav > li > a:active:active,
    .toggle-nav .fourth-nav > li > a:active:focus,
    .toggle-nav .fourth-nav > li > a:focus:hover,
    .toggle-nav .fourth-nav > li > a:focus:active,
    .toggle-nav .fourth-nav > li > a:focus:focus {
        text-decoration: none;
    }

.toggle-nav .fourth-nav > li > a::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.4em;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #a30b1a;
    border-right: 2px solid #a30b1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1000px) {
    .toggle-nav .fourth-nav > li > a::before {
        left: auto;
        right: 16px;
        top: 50%;
        margin-top: -4px;
    }
}

.trans-nav .third-nav {
    width: 100%;
}

    .trans-nav .third-nav > li {
        line-height: 1.4;
        position: relative;
    }

        .trans-nav .third-nav > li > a {
            text-decoration: none;
            position: relative;
            display: block;
            padding: 16px 36px 15px 30px;
            background: rgba(87, 86, 79, 0.85);
            color: #fff;
        }

@media only screen and (max-width: 1000px) {
    .trans-nav .third-nav > li > a {
        padding: 11px 30px 11px 16px;
        background: #fff;
        color: inherit;
        border-bottom: 1px solid #c6c6c0;
    }
}

.trans-nav .third-nav > li > a:hover,
.trans-nav .third-nav > li > a:active,
.trans-nav .third-nav > li > a:focus {
    text-decoration: underline;
}

.trans-nav .third-nav > li > a::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .third-nav > li > a::before {
        right: 16px;
        width: 12px;
        height: 12px;
        margin-top: -7px;
        border-color: #a30b1a;
    }
}

.trans-nav .third-nav > li.is-active::before {
    display: none;
}

.trans-nav .third-nav > li.is-active > a {
    background: none;
    color: inherit;
    border-left: 3px solid rgba(87, 86, 79, 0.85);
    font-weight: 700;
}

:lang(en) .trans-nav .third-nav > li.is-active > a {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .third-nav > li.is-active > a {
        border-left: 0;
        font-weight: 400;
    }

    :lang(en) .trans-nav .third-nav > li.is-active > a {
        font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    }
}

.trans-nav .third-nav > li.is-active > a::before {
    border-color: #a30b1a;
}

.trans-nav .third-detail-wrapper {
    width: 71.875%;
}

@media only screen and (min-width: 1001px) {
    .trans-nav .third-detail-wrapper {
        display: block !important;
    }
}

@media only screen and (max-width: 1000px) {
    .trans-nav .third-detail-wrapper {
        width: auto;
        background: #fff;
        width: 100%;
        z-index: 1;
        top: 0;
    }

    [data-script-enabled="true"] .trans-nav .third-detail-wrapper {
        display: none;
        position: absolute;
        left: 200%;
    }
}

[data-browser="IE11"] .is-pos2 .dd-content.is-visible .third-detail-wrapper {
    display: block !important;
}

.trans-nav .third-detail {
    padding: 26px 50px 48px 30px;
}

[data-script-enabled="true"] .trans-nav .third-detail {
    display: none;
}

.trans-nav .third-detail.is-active {
    display: block;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .third-detail {
        padding: 14px 16px 22px;
        border-bottom: 1px solid #c6c6c0;
    }
}

.trans-nav .third-detail-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .third-detail-inner {
        display: block;
    }
}

.trans-nav .third-detail-inner > * + * {
    margin-left: 40px;
}

    .trans-nav .third-detail-inner > * + * > * {
        margin-bottom: 10px;
    }

        .trans-nav .third-detail-inner > * + * > *:last-child {
            margin-bottom: 0;
        }

@media only screen and (max-width: 1000px) {
    .trans-nav .third-detail-inner > * + * {
        margin-left: 0;
        margin-top: 26px;
    }
}

.trans-nav .third-detail-inner img {
    max-width: inherit;
}

@media only screen and (max-width: 1000px) {
    .trans-nav .third-detail-inner img {
        max-width: 100%;
    }
}

.third-detail-inner .desc-list-main {
    line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .desc-list-main {
        color: #000;
    }
}

.third-detail-inner .desc-list-main > dt {
    font-size: 3.2rem;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.3;
}

:lang(en) .third-detail-inner .desc-list-main > dt {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .desc-list-main > dt {
        font-size: 2.4rem;
        margin-bottom: 12px;
    }
}

.third-detail-inner .desc-list-main > dt .detail-btn {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: 22px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .third-detail-inner .desc-list-main > dt .detail-btn {
        display: block;
        margin-left: 0;
        margin-top: 6px;
        font-size: 1.6rem;
    }
}

.third-detail-inner .desc-list-main > dt .detail-btn > a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .desc-list-main > dd {
        font-size: 1.6rem;
    }
}

.third-detail-inner .desc-list-main > dd > .detail-btn:first-child {
    margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .desc-list-main > dd > .detail-btn:first-child {
        margin-top: 24px;
    }
}

.third-detail-inner .desc-list-main > dd > *:not(br) + *,
.third-detail-inner .desc-list-main > dd > *:first-child:not(br) {
    margin-top: 12px;
}

.third-detail-inner .desc-list-sub {
    line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .desc-list-sub {
        color: #000;
    }
}

.third-detail-inner .desc-list-sub > dt {
    margin-bottom: 10px;
    padding-top: 8px;
    font-weight: 700;
}

:lang(en) .third-detail-inner .desc-list-sub > dt {
    font-weight: 400;
    font-family: "Fujitsu Infinity Pro", Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .desc-list-sub > dt {
        padding-top: 0;
    }
}

.third-detail-inner .desc-list-sub > dd > * + * {
    margin-top: 12px;
}

.third-detail-inner .detail-btn {
    margin-top: 30px;
}

    .third-detail-inner .detail-btn + .detail-btn {
        margin-top: 8px;
    }

@media only screen and (max-width: 1000px) {
    .third-detail-inner .detail-btn {
        margin-top: 24px;
    }
}

.third-detail-inner .detail-btn > a {
    background: #fff;
    border: 1px solid #a30b1a;
    text-align: center;
    padding: 8px 34px 8px 22px;
    color: #a30b1a;
    text-decoration: none;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s;
}

@media only screen and (max-width: 1000px) {
    .third-detail-inner .detail-btn > a {
        display: block;
    }
}

.third-detail-inner .detail-btn > a::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #a30b1a;
    border-right: 2px solid #a30b1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}

.third-detail-inner .detail-btn > a:hover,
.third-detail-inner .detail-btn > a:active,
.third-detail-inner .detail-btn > a:focus {
    background: #f6cfd3;
}
