@charset 'UTF-8';
/* ==========================================================================
   header
   ========================================================================== */
/* p-header
----------------------------------------------------------------- */
.p-header
{
    position: absolute;
    z-index: 510;
    top: 0;

    width: 100%;
}
.p-header__inWrap
{
    padding-top: 24px;
    padding-bottom: 24px;

    -webkit-transition: all .3s;

    transition: all .3s;

    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inWrap
    {
        padding-top: 1.2558139535vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inWrap
    {
        padding-top: 1.2972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inWrap
    {
        padding-top: 2.578125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__inWrap
    {
        padding-top: 3.4375vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inWrap
    {
        padding-bottom: 1.2558139535vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inWrap
    {
        padding-bottom: 1.2972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inWrap
    {
        padding-bottom: 2.578125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__inWrap
    {
        padding-bottom: 3.4375vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-header__inWrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}
.p-header__wrap
{
    -webkit-transition: .3s;
    transition: .3s;
}
.p-header__wrap.is-fixed
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow-y: scroll;

    width: 100%;
    height: 100vh;
}
.p-header.on-load
{
    position: fixed;
}
.p-header.on-load .p-header__hamburger
{
    pointer-events: auto;

    opacity: 1;
}
.p-header.on-load.is-scrool .p-header__inWrap
{
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-top: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-top: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-top: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-top: 1.4322916667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-bottom: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-bottom: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-bottom: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__inWrap
    {
        padding-bottom: 1.4322916667vw;
    }
}
.p-header.is-open
{
    position: absolute;
}
.p-header.is-open .p-header__logo
{
    pointer-events: auto;

    opacity: 1;
}
.p-header.is-open .p-header__telArea
{
    margin-top: 0;
}
.p-header__inner
{
    position: relative;
    position: relative;

    width: 100%;

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    .p-header__inner
    {
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-header__inner
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-left: 1.0465116279vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-left: 1.0810810811vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-left: 2.1484375vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-left: 2.8645833333vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-right: 1.0465116279vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-right: 1.0810810811vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-right: 2.1484375vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 2.8645833333vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-left: 1.5697674419vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-left: 1.6216216216vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-left: 3.22265625vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-left: 4.296875vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-right: 1.5697674419vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-right: 1.6216216216vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-right: 3.22265625vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 4.296875vw;
    }
}
.p-header__body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.p-header__grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 1023px)
{
    .p-header__grid
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 1023px)
{
    .p-header__gridItem:nth-child(2)
    {
        display: none;
    }
}
.p-header__logo
{
    line-height: 1;

    display: block;

    width: 420px;

    -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    color: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__logo
    {
        width: 24.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__logo
    {
        width: 28.3783783784vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__logo
    {
        width: 45.1171875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__logo
    {
        width: 54.6875vw;
    }
}
.p-header__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
.p-header__btn
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1;

    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 248px;
    padding: 9px 0 4px;

    color: #fff;
    background: #1729ac;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-header__btn
    {
        font-size: 19px;
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__btn
    {
        font-size: 1.1046511628vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__btn
    {
        font-size: 1.2837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__btn
    {
        font-size: 2.6829268293vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__btn
    {
        width: 14.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__btn
    {
        width: 16.7567567568vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__btn
    {
        width: 26.640625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__btn
    {
        width: 32.2916666667vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__btn
    {
        width: 23vw;
        padding: 13px 0 7px;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__btn
    {
        display: none;
    }
}
.p-header__navWrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-header__navItem
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;

    margin-left: 25px;
}
@media screen and (min-width: 1480px)
{
    .p-header__navItem
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__navItem
    {
        font-size: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__navItem
    {
        font-size: 1.2162162162vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__navItem
    {
        margin-left: 1.3081395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__navItem
    {
        margin-left: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__navItem
    {
        margin-left: 2.9296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__navItem
    {
        margin-left: 6.5104166667vw;
    }
}
.p-header__menu
{
    display: none;

    text-align: center;
}
.p-header__hamburger
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 248px;
    padding: 8px 0 5px;

    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;

    opacity: 0;
    background: #3e57dc;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__hamburger
    {
        width: 14.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__hamburger
    {
        width: 16.7567567568vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__hamburger
    {
        width: 26.640625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__hamburger
    {
        width: 32.2916666667vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__hamburger
    {
        width: 23vw;
    }
}
.p-header__hamburger .btnWrap
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1;

    position: relative;

    width: 5em;
    margin-left: 7px;
    padding-top: 3px;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 19px;
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 1.1046511628vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 1.2837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 2.8048780488vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__hamburger .btnWrap
    {
        margin-left: .3662790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__hamburger .btnWrap
    {
        margin-left: .3783783784vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__hamburger .btnWrap
    {
        margin-left: .8203125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__hamburger .btnWrap
    {
        margin-left: 1.8229166667vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-header__hamburger .btnWrap
    {
        width: 3.5em;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 18px;
    }
}
.p-header__hamburger .btn
{
    font-weight: 500;

    position: absolute;
    top: calc(50% - .4em);
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin: auto;

    -webkit-transition: all .3s;

    transition: all .3s;

    opacity: 0;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-header__hamburger .btn.is-open
{
    opacity: 1;
}

.close_btn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 300px;
    margin: 50px auto 0;
    padding: 12px 0 5px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #172aad;
    background: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 768px)
{
    .close_btn
    {
        margin: 30px auto 0;
    }
}
.close_btn img
{
    width: 25px;
    margin-top: 1px;
    margin-right: 10px;
    margin-bottom: 9px;
}
@media screen and (max-width: 767px)
{
    .close_btn img
    {
        margin-bottom: 6px;
    }
}
.close_btn:hover
{
    opacity: .8;
}
@media screen and (max-width: 767px)
{
    .close_btn
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 9px 25px 3px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .close_btn
    {
        font-size: 5.859375vw;
    }
}
@media screen and (max-width: 767px)
{
    .close_btn img
    {
        width: 20px;
        margin-right: 15px;
    }
}

.drop-btn
{
    cursor: pointer;
}
.drop-btn:hover
{
    opacity: .8;
}

.drop-menu
{
    position: absolute;
    top: 100%;
    left: 0;

    overflow: hidden;

    width: 100%;
    max-height: 0;

    -webkit-transition: all .6s ease 0s;

    transition: all .6s ease 0s;

    opacity: 0;
    background: #1729ac;
}
@media screen and (max-width: 1023px)
{
    .drop-menu
    {
        display: none;
    }
}
.drop-menu.open
{
    max-height: 100%;

    opacity: 1;
}
.drop-menu__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 0;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.drop-menu__item
{
    margin: 0 25px;
}
.drop-menu__item a
{
    font-weight: 400;
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .drop-menu__item a
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .drop-menu__item a
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .drop-menu__item a
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .drop-menu__item a
    {
        font-size: 2.4390243902vw;
    }
}
.drop-menu__item a:before
{
    display: block;

    width: 3px;
    margin-right: .5em;

    content: '';

    background-color: #fff;
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav
{
    position: relative;
}
.p-gnav__menuWrap
{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__menuWrap
    {
        padding-top: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__menuWrap
    {
        padding-top: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__menuWrap
    {
        padding-top: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menuWrap
    {
        padding-top: 5.7291666667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__menuWrap
    {
        padding-bottom: 2.0930232558vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__menuWrap
    {
        padding-bottom: 2.1621621622vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__menuWrap
    {
        padding-bottom: 4.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menuWrap
    {
        padding-bottom: 5.7291666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-gnav__menuWrap
    {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-gnav__menu
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1024px)
{
    .p-gnav__menu
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (min-width: 1024px)
{
    .p-gnav__wrap:nth-child(3n+1)
    {
        width: 33%;
    }
    .p-gnav__wrap:nth-child(3n+2)
    {
        width: 36%;
    }
    .p-gnav__wrap:nth-child(3n+3)
    {
        width: 30%;
    }
    .p-gnav__wrap:nth-child(n+4)
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-gnav__title
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-top: 30px;
        padding-bottom: 15px;

        border-bottom: 1px solid #fff;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .p-gnav__title .plus-cross
    {
        position: relative;

        width: 1em;
        margin-left: 20px;
    }
    .p-gnav__title .plus-cross:before,
    .p-gnav__title .plus-cross:after
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 2px;

        content: '';
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;

        background-color: #fff;
    }
    .p-gnav__title .plus-cross:before
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    .p-gnav__title .plus-cross:after
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .p-gnav__title.open .plus-cross:before
    {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .p-gnav__title.open .plus-cross:after
    {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}
.p-gnav__titleIn
{
    font-size: 22px;
    font-weight: 400;
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-gnav__titleIn
    {
        font-size: 25px;
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__titleIn
    {
        font-size: 1.4534883721vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__titleIn
    {
        font-size: 1.6891891892vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__titleIn
    {
        font-size: 3.0487804878vw;
    }
}
.p-gnav__titleIn a
{
    color: #fff;
}
.p-gnav__titleIn:before
{
    display: block;

    width: 3px;
    margin-right: .5em;

    content: '';

    background-color: #fff;
}
.p-gnav__en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    line-height: 1;

    padding-top: 3px;

    color: #fff;
}
@media screen and (max-width: 1023px)
{
    .p-gnav__listWrap
    {
        display: none;
    }
}
.p-gnav__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 15px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media screen and (max-width: 1023px)
{
    .p-gnav__list
    {
        padding-bottom: 30px;

        border-bottom: 1px solid #fff;
    }
}
.p-gnav__item
{
    width: 50%;
    margin-top: 15px;
}
.p-gnav__item.w100
{
    width: 100%;
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__item.w100
    {
        width: 50%;
    }
}
.p-gnav__link
{
    font-size: 18px;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-gnav__link
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__link
    {
        font-size: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__link
    {
        font-size: 1.2162162162vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__link
    {
        font-size: 2.8048780488vw;
    }
}
.p-gnav__link:before
{
    font-weight: 600;

    margin-right: .25em;

    content: '・';
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-breadcrumbs
    {
        padding: 7px 0;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__nav
    {
        position: relative;

        overflow-x: scroll;

        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 12px;

        display: table;

        padding: 2.67vw 0vw 2.67vw 0vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        display: block;
    }
}
.p-breadcrumbs__item
{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__item
    {
        display: table-cell;

        vertical-align: middle;
        white-space: nowrap;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__item
    {
        display: inline;
    }
}
.p-breadcrumbs__item::before
{
    display: inline-block;

    padding: 0 .25em;

    content: '>';

    color: #1729ac;
}
.p-breadcrumbs__item:first-child::before
{
    display: none;
}
.p-breadcrumbs__link
{
    font-weight: 400;

    text-decoration: none;
}
.p-breadcrumbs__link:hover
{
    text-decoration: underline;
}
