@charset "UTF-8";

/* page */

.l-container {
    padding: 0 20px;
}
.l-main {
    padding-top: 60px;
    overflow: hidden;
}
.l-main--index {
    margin-top: 0;
}

/* header */

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 320px;
    height: 65px;
    padding: 0 20px;
    color: #fff;
}
.l-header__other {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    background: #000;
}
.l-header__logo {
    position: relative;
    z-index: 10;
    margin-right: auto;
    line-height: 1
}
.l-header__logo, .l-header__logo a {
    color: #FFF;
    display: flex;
    align-items: center;
}
.l-header__nav {
    height: 100%;
}
.l-header__nav .nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc( 100% - 70px );
    height: 100%;
}
.l-header__nav .nav-list__item {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
    display: block;
}
.l-header__nav .nav-list__item a, .l-header__nav .nav-list__item button {
    width: 100%;
    height: 100%;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.l-header__nav .nav-list__item a::before, .l-header__nav .nav-list__item button::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #EA5415;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.l-header--fixed.is-active, .l-header__nav .nav-list__item a:hover::before, .l-header__nav .nav-list__item button:hover::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.l-header--fixed {
    color: #FFF;
    background: #2e2e2e;
    position: fixed;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* menu */

.menu {
    height: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    width: 30px;
    z-index: 9999;
    cursor: pointer;
}
.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center {
    top: 9px;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active {
    transform:scaleX(0);
}
.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}

/* menu gnav */

.gnav {
    height: 100%;
    width: 100%;
    background: #1f1f1f;
    position: fixed;
    display: none;
    z-index: 99999;
}
.gnav__wrap {
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #1f1f1f;
    position: absolute;
    /*align-items:center;*/
    display: flex;
}
.gnav .l-header__logo {
    margin-bottom: 80px;
}
.gnav .l-header__logo span {
    margin-left: 30px;
}

/* footer */

.l-footer__scroll {
    position: absolute;
    top: 0;
    right: 45px;
    height: 155px;
}
.l-footer__scroll-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 12px 0;
    font-family: sans-serif;
    font-size: 11px;
    color: #fff;
    border-left: 1px solid #fff;
    transition: 0.4s;
}
.l-footer__scroll-button:hover {
    padding-top: 20px;
}
.l-footer__scroll-inner {
    letter-spacing: 0.3em;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.l-footer__contact {
    padding: 60px 0;
    background: url('../images/bg/l-footer__contact__bg.jpg') center/cover no-repeat;
}
.l-footer__contact .button a {
    width: 100%;
    height: 120px;
    font-size: 23px;
    font-weight: 600;
    text-indent: 0.4em;
    letter-spacing: 0.4em;
}
.l-footer__sitemap {
    position: relative;
    padding-bottom: 65px;
    color: #fff;
    background: #1f1f1f;
}
.l-sitemap__heading.l-sitemap__button {
    border-bottom-width: 0;
}
.l-sitemap__item {
    padding: 0 20px 25px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}
.l-sitemap__item:first-child {
    margin-top: 5px;
}
.l-sitemap__item a::before {
    content: "- ";
}
.l-sitemap__item a img {
    width: auto;
    height: 12px;
    margin-bottom: 2px;
}
.l-sitemap__inner {
    margin: 0 -20px;
}
.sns-list {
    width: 100%;
    margin-top: 60px;
}
.sns-list__item {
    margin-right: 20px;
    margin-top: -90px;
    float: left;
}
.sns-list__item a:hover svg {
    opacity: .7;
}
.l-footer__bottom {
    padding: 60px 0 70px;
    color: #fff;
    text-align: center;
    background: #000;
}
.l-footer__bottom .logo {
    margin-bottom: 40px;
}
.l-footer__bottom .copy small {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/* user */

.u-clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.u-d-none {
    display: none !important
}
.u-d-inline {
    display: inline !important
}
.u-d-inline-block {
    display: inline-block !important
}
.u-d-block {
    display: block !important
}
.u-d-table {
    display: table !important
}
.u-d-table-row {
    display: table-row !important
}
.u-d-table-cell {
    display: table-cell !important
}
.u-d-flex {
    display: flex !important
}
.u-d-inline-flex {
    display: inline-flex !important
}
.pc__none {
    display: none;
}

@media screen and (max-width:960px) {
    .l-header__nav .nav-list__item {
        font-size: 0.9em;
    }
}
@media(min-width:768px) {

    .u-d-md-none {
        display: none !important
    }
    .u-d-md-inline {
        display: inline !important
    }
    .u-d-md-inline-block {
        display: inline-block !important
    }
    .u-d-md-block {
        display: block !important
    }
    .u-d-md-table {
        display: table !important
    }
    .u-d-md-table-row {
        display: table-row !important
    }
    .u-d-md-table-cell {
        display: table-cell !important
    }
    .u-d-md-flex {
        display: flex !important
    }
    .u-d-md-inline-flex {
        display: inline-flex !important
    }

    .l-container {
        width: 100%;
        min-width: 768px;
        padding: 0;
        margin: 0 auto
    }
    .l-footer__contact {
        padding: 110px 0;
        background-image: url('../images/bg/l-footer__contact__bg.jpg')
    }
    .l-footer__contact .button a {
        height: 180px;
        font-size: 34px;
        text-indent: 0.45em;
        letter-spacing: 0.45em
    }
    .l-footer__contact .button svg {
        position: absolute;
        right: 60px;
        width: 25px;
        height: 15px;
        margin: auto
    }
    .l-footer__sitemap {
        padding: 115px 0 120px
    }
    .l-footer__bottom {
        padding: 80px 0 95px
    }
    .l-footer__bottom .logo svg {
        width: 308px;
        height: 27px
    }
    .l-footer__bottom .copy small {
        font-size: 13px
    }
    .l-header {
        min-width: 1280px;
        height: 120px;
        padding: 0 60px
    }
    .l-header__other {
        padding: 0 60px
    }
    .l-menu {
        padding: 100px 0 0;
        background: #1f1f1f;
    }
    .l-menu .l-header__logo {
        top: 32px;
        left: 60px
    }
    .l-menu__buttons {
        top: 37px;
        right: 60px
    }
    .l-menu__inner {
        display: none;
    }
    .l-menu__inner .l-container {
        display: flex;
        align-items: center;
        min-height: 100%;
    }
    .l-menu .l-sitemap__inner {
        -ms-grid-columns: 370px 260px 260px 1fr;
        grid-template-columns: 370px 260px 260px 1fr;
        padding: 30px 0
    }
    .l-menu .l-sitemap__category:nth-child(1),
    .l-menu .l-sitemap__category:nth-child(3) {
        padding-bottom: 70px
    }
    .l-menu .l-sitemap__button {
        font-size: 20px
    }
    .l-menu .l-sitemap__item {
        font-size: 14px
    }
    .l-menu .l-sitemap__buttons .l-sitemap__button {
        margin-bottom: 65px
    }
    .l-sitemap__button {
        font-size: 16px
    }
    .l-sitemap__button, .l-sitemap__item, .l-sitemap__button a, .l-sitemap__item a {
        color: #FFF;
    }
    .l-sitemap__button a:hover, .l-sitemap__item a:hover {
        border-bottom: 1px solid #fff
    }
    .l-sitemap__button svg {
        display: none
    }
    .l-sitemap__button .blank::before {
        top: 0;
        right: -20px;
        bottom: 0;
        margin: auto
    }
    .l-sitemap__buttons .l-sitemap__button {
        margin-bottom: 55px
    }
    .l-sitemap__category:nth-child(1), .l-sitemap__category:nth-child(3) {
        padding-bottom: 50px
    }
    .l-sitemap__heading {
        margin-bottom: 30px
    }
    .l-sitemap__item {
        padding: 0;
        margin-top: 24px;
        font-size: 12px
    }
    .l-sitemap__inner {
        display: flex;
    }
    .l-sitemap__inner .l-sitemap__category {
        width: 100%;
        max-width: 400px;
        margin: 0 0.5em;
    }
/*
    .l-sitemap__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: 280px 280px 280px 280px 280px 1fr;
        grid-template-columns: 280px 280px 280px 280px 280px 1fr;
        width: 100%;
        margin: 0
    }
    .l-sitemap__inner > :nth-child(1) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1
    }
    .l-sitemap__inner > :nth-child(2) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2
    }
    .l-sitemap__inner > :nth-child(3) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3
    }
    .l-sitemap__inner > :nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 4;
        -ms-grid-column: 4;
        grid-column: 4
    }
    .l-sitemap__right {
        position: relative;
        display: flex;
        flex-direction: column
    }
*/
}

@media(min-width:1080px) {

    .u-d-lg-none {
        display: none !important
    }
    .u-d-lg-inline {
        display: inline !important
    }
    .u-d-lg-inline-block {
        display: inline-block !important
    }
    .u-d-lg-block {
        display: block !important
    }
    .u-d-lg-table {
        display: table !important
    }
    .u-d-lg-table-row {
        display: table-row !important
    }
    .u-d-lg-table-cell {
        display: table-cell !important
    }
    .u-d-lg-flex {
        display: flex !important
    }
    .u-d-lg-inline-flex {
        display: inline-flex !important
    }

}

@media(min-width:1280px) {

    .u-d-xl-none {
        display: none !important
    }
    .u-d-xl-inline {
        display: inline !important
    }
    .u-d-xl-inline-block {
        display: inline-block !important
    }
    .u-d-xl-block {
        display: block !important
    }
    .u-d-xl-table {
        display: table !important
    }
    .u-d-xl-table-row {
        display: table-row !important
    }
    .u-d-xl-table-cell {
        display: table-cell !important
    }
    .u-d-xl-flex {
        display: flex !important
    }
    .u-d-xl-inline-flex {
        display: inline-flex !important
    }

}

@media(min-width:1360px) {

    .l-container--wide {
        width: auto;
        margin: 0 100px
    }

}

@media screen {

    [hidden ~ =screen] {
        display: inherit
    }
    [hidden ~ =screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

@media(min-width:768px) {
    .nav-scroll {
        margin-top: 30px;
        height: 100%;
        max-height: 250px;
        padding: 0 1em 0 0;
        overflow: auto;
    }
    .nav-list__item a:hover {
        background: #666;
    }
}
@media(max-width:768px) {

    /* header */

    .l-header__other {
        height: 60px;
    }

    /* header menu */

    .menu {
        right: 20px;
        top: 20px;
    }
    .gnav__menu {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .gnav__menu .l-sitemap__inner {
        margin-top: 0px;
    }
    .gnav .l-header__logo {
        height: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .gnav .l-sitemap__item {
        line-height: 1;
    }
    .gnav__menu.l-footer__sitemap {
        padding-bottom: 0;
    }
    .l-sitemap {
        overflow: hidden;
    }
    .l-sitemap__content {
        display: none;
    }
    .l-sitemap__button span {
        line-height: 1.5;
    }
    .l-sitemap__button, .l-sitemap__category {
        border-bottom: 1px solid #363636
    }
    .l-sitemap__button, .l-sitemap__category:nth-child(1) {
        border-top: 1px solid #363636;
    }
    .l-sitemap__button .inner, .l-sitemap__button a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 60px;
        padding: 10px 20px
    }
    .l-sitemap__heading {
        position: relative
    }
    .l-sitemap__heading::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        /*讓ｪ邱�*/
        width: 15px;
        height: 2px;
        background: #FFF;
        transition: all .2s ease-in-out;
    }
    .l-sitemap__heading::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 15px;
        height: 2px;
        /*邵ｦ邱壹↓*/
        transform: rotate(90deg);
        background: #FFF;
        transition: all .3s ease-in-out;
    }
    .l-sitemap__heading.open::after {
        transform: rotate(180deg);
    }
    .l-sitemap__heading.open::before {
        opacity: 0;
    }
    .l-footer__sitemap {
        padding-bottom: 0;
    }
    .sns-list {
        width: 100%;
        margin: 20px 0;
        overflow: hidden;
    }
    .sns-list__item {
        margin-top: 0;
    }

    /* main */

    .l-main {
        padding-top: 60px;
    }

}
    .l-header__nav {
        flex: 1 1 auto
    }
    .l-header__nav .nav-list {
        justify-content: space-around;
        margin: 0 20px
    }
    .l-header__nav .nav-list__item {
        margin-right: 0
    }
.l-sitemap__category .account-nav a {
    color: #FFF;
}
.item-account {
    width: 100%;
    padding: 1em;
    color: #2e2e2e;
    background: #FFF;
}
.l-sitemap__item a {
    color: #FFF;
}
.l-sitemap__content .account-data {
    width: 90%;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
}
.l-sitemap__content .account-data .nav_userinfo, .l-sitemap__content .account-data .account-menu li a {
    color: #2e2e2e;
}