/* ==========================================================================
   footer
   ========================================================================== */
/* Footer
   ----------------------------------------------------------------- */
/* p-footer
----------------------------------------------------------------- */
.p-footer
{
    position: relative;

    display: block;
    overflow: hidden;
}

@media screen and (min-width: 1024px)
{
    .p-footer
    {
        background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #fff), to(#fff));
        background: linear-gradient(90deg, #000 0%, #000 50%, #fff 50%, #fff 100%);
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__inner
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-footer__inner
    {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

.p-footer__grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

@media screen and (max-width: 1023px)
{
    .p-footer__grid
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 

        -webkit-box-pack: center; 

            -ms-flex-pack: center; 

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.p-footer__heading
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}

@media screen and (min-width: 1024px)
{
    .p-footer__heading
    {
        width: calc(100% / 2);
        padding-left: 60px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__heading
    {
        width: 100%;
        margin-top: 60px; 

        -webkit-box-align: center; 

            -ms-flex-align: center; 

                align-items: center;
    }
}

.p-footer__heading .text
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 400;
    line-height: .7;

    position: relative;

    margin-bottom: .15em;
    margin-bottom: 15px; 

    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__heading .text
    {
        font-size: 1.9186vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__heading .text
    {
        font-size: 2.22973vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__heading .text
    {
        font-size: 3.38379vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__heading .text
    {
        font-size: 3.65234vw;
    }
}

.p-footer__heading .logoArea
{
    position: relative;

    -webkit-transition: all .3s;

    transition: all .3s;
}

@media screen and (max-width: 1023px)
{
    .p-footer__heading .logoArea
    {
        width: 100%;
    }
}

.p-footer__heading .logoArea img
{
    display: block;

    width: 335px; 
    margin: 0 auto;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__heading .logoArea img
    {
        width: 19.47674vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__heading .logoArea img
    {
        width: 22.63514vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__heading .logoArea img
    {
        width: 35.98633vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__heading .logoArea img
    {
        width: 43.61979vw;
    }
}

.p-footer__logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -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: 1024px)
{
    .p-footer__logo
    {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__logo
    {
        padding: 60px 0; 

        background: #000;
    }
}

.p-footer__logo .mark
{
    width: 130px;
    margin: 0 auto;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__logo .mark
    {
        width: 7.55814vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__logo .mark
    {
        width: 8.78378vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__logo .mark
    {
        width: 13.96484vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__logo .mark
    {
        width: 16.92708vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__logo .mark
    {
        width: 18%;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__logo .mark
    {
        width: 20%;
    }
}

.p-footer__menu
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.p-footer__menu a
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 400;
    line-height: .7;

    position: relative;

    margin: 0 15px; 

    text-decoration: none;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__menu a
    {
        font-size: 1.9186vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__menu a
    {
        font-size: 2.22973vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__menu a
    {
        font-size: 3.38379vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__menu a
    {
        font-size: 3.65234vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__menu a
    {
        font-size: 5.7vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__menu a
    {
        font-size: 7.5vw;

        width: 30%;
    }
    .p-footer__menu a:nth-child(n+3)
    {
        margin-top: 15px;
    }
}

.p-footer__menu a img
{
    width: 18px;
    margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-footer__menu a img
    {
        width: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__menu a img
    {
        width: 14px;
    }
}

.p-footer__body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

.p-footer__btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

.p-footer__mail
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 33px;
    font-size: 3.3rem; 
    font-weight: 500;
}

.p-footer__mail a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 180px;
    height: 40px; 

    -webkit-transition: all .5s; 

    transition: all .5s;
    text-align: center;
    text-decoration: none;

    border-radius: 100px;
    background: #73716d;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.p-footer__mail img
{
    width: 30px;
    margin-left: 5px;
}

@media screen and (max-width: 1479px)
{
    .p-footer__mail img
    {
        width: 2vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__mail img
    {
        width: 3.5vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__mail img
    {
        width: 33px;
    }
}

@media screen and (max-width: 1479px)
{
    .p-footer__mail
    {
        font-size: 15px;
        font-size: 2vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__mail
    {
        font-size: 23px;
        font-size: 3.07vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__mail
    {
        font-size: 33px;
        font-size: 3.3rem;

        margin: 0 auto 40px;
    }
}

.p-footer__addless
{
    font-weight: 300;
}

@media screen and (min-width: 1024px)
{
    .p-footer__addless
    {
        padding: 80px 0 60px;

        text-align: center;
    }
}

@media screen and (max-width: 1023px)
{
    .p-footer__addless
    {
        padding: 70px 0 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__addless
    {
        padding: 50px 0 40px;
    }
}

.p-footer__desc
{
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;

    padding-top: 25px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__desc
    {
        font-size: 1.16279vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__desc
    {
        font-size: 1.35135vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__desc
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__desc
    {
        font-size: 17px;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__desc
    {
        padding-top: 1.30814vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__desc
    {
        padding-top: 1.35135vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__desc
    {
        padding-top: 2.68555vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__desc
    {
        padding-top: 3.58073vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__desc
    {
        width: 100%;
    }
}

.p-footer__desc .title
{
    font-weight: 400;
}

.p-footer__desctext
{
    line-height: 1.6; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-footer__desctext
    {
        width: 100%;
    }
}

@media screen and (min-width: 1480px)
{
    .p-footer__text
    {
        text-align: center;
    }
}

.p-footer__copyright
{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;

    margin-bottom: 30px; 

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__copyright
    {
        margin-bottom: 1.56977vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__copyright
    {
        margin-bottom: 1.62162vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__copyright
    {
        margin-bottom: 3.22266vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__copyright
    {
        margin-bottom: 4.29688vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-footer__copyright
    {
        font-size: 20px;
        font-size: 2.67vw;
        line-height: 1;

        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__copyright
    {
        margin-top: 3.13953vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__copyright
    {
        margin-top: 3.24324vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__copyright
    {
        margin-top: 6.44531vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-footer__copyright
    {
        margin-top: 8.59375vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-footer__copyright
    {
        font-size: 16px;
        font-size: 1.6rem; 

        width: 100%;
    }
}

/* p-sitemap
   ----------------------------------------------------------------- */
.p-subPage .p-gnav__link
{
    color: #000;
}

.p-subPage .p-gnav__menu
{
    margin-bottom: 60px;
}

.p-subPage .p-gnav__title
{
    color: #5a2f00;
}

.p-sitemap
{
    color: #000;
}

@media screen and (min-width: 1280px)
{
    .p-sitemap
    {
        padding-left: 20px;
    }
}

.p-sitemap__label
{
    font-weight: 700; 
    line-height: 1;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__label
    {
        font-size: 36px;
        font-size: 4.8vw; 

        margin-top: .75em;
        margin-bottom: .75em;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 1023px)
{
    .p-sitemap__label
    {
        text-align: center;
    }
}

@media screen and (min-width: 768px)
{
    .p-sitemap__label
    {
        font-size: 20px;
        font-size: 2rem; 

        margin-bottom: 10px;
    }
}

.p-sitemap__label.en
{
    font-weight: 700;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__label.en
    {
        font-size: 50px;
        font-size: 6.67vw;

        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px)
{
    .p-sitemap__label.en
    {
        font-size: 35px;
        font-size: 3.5rem; 

        margin-bottom: 10px;
    }
}

.p-sitemap__label.en span
{
    color: #8fc31f;
}

.p-sitemap__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__list
    {
        font-size: 30px;
        font-size: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-sitemap__list
    {
        margin: 0 auto 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-sitemap__list
    {
        margin: 0 auto 50px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-sitemap__list
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 768px)
{
    .p-sitemap__list:last-child
    {
        margin: 0 auto;
    }
}

.p-sitemap__item
{
    line-height: 1;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__item
    {
        width: 100%;
        margin-bottom: 4vw;

        text-align: center;
    }
}

@media screen and (min-width: 768px)
{
    .p-sitemap__item
    {
        margin-right: 20px;
        margin-bottom: 12px;
        padding-right: 10px;

        border-right: 1px solid #fff;
    }
}

@media screen and (min-width: 1024px)
{
    .p-sitemap__item:nth-child(6n)
    {
        border-right: none;
    }
}

@media screen and (min-width: 768px)
{
    .p-sitemap__item:last-child
    {
        border-right: none;
    }
}

.p-sitemap__link
{
    font-size: 20px; 
    font-weight: 300;

    text-decoration: none;

    color: #000;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__link
    {
        font-size: 16px;
    }
}

.p-sitemap__link:hover
{
    text-decoration: underline;
}

.p-sitemap__address
{
    font-size: 18px; 
    font-weight: 300;

    display: block;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__address
    {
        font-size: 16px;
    }
}

.p-sitemap__number
{
    font-size: 18px; 
    font-weight: 300;

    display: block;

    margin-bottom: 30px;
}

@media screen and (max-width: 767px)
{
    .p-sitemap__number
    {
        font-size: 16px;
    }
}

/* p-pageTop
   ----------------------------------------------------------------- */
.p-pageTop
{
    position: fixed;
    z-index: 98; 

    display: block;
    visibility: hidden;

    -webkit-transition: .3s ease;

    transition: .3s ease;

    opacity: 0;
}

@media screen and (max-width: 767px)
{
    .p-pageTop
    {
        right: 4vw;
        bottom: 9.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-pageTop
    {
        right: 20px;
        bottom: 20px;
    }
}

.p-pageTop.is-show
{
    visibility: visible; 

    -webkit-transition: .3s ease; 

    transition: .3s ease;

    opacity: 1;
}

.p-pageTop__link
{
    position: relative;

    display: block;

    background: #000;
}

@media screen and (max-width: 767px)
{
    .p-pageTop__link
    {
        width: 10.66667vw;
        height: 10.66667vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-pageTop__link
    {
        width: 35px;
        height: 60px;
    }
}

.p-pageTop__icon
{
    position: absolute;
    top: 40%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg); 
    -webkit-transform-origin: center; 
            transform-origin: center;
}

@media screen and (max-width: 767px)
{
    .p-pageTop__icon
    {
        width: 3.33333vw;
        height: 3.33333vw;

        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}

@media screen and (min-width: 768px)
{
    .p-pageTop__icon
    {
        width: 17px;
        height: 17px;

        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
    }
}
