@charset 'UTF-8';
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/*! change colours to suit your needs */
ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/*! change colours to suit your needs */
mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

/*! change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

/* Base
   ----------------------------------------------------------------- */
html
{
    font-size: 62.5%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: -webkit-fill-available;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.6;

    word-wrap: break-word;
    word-break: normal;

    color: #000;

    -webkit-font-feature-settings: 'palt';

            font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1480px)
{
    body
    {
        font-size: 17px;
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    body
    {
        font-size: .988372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    body
    {
        font-size: 1.1486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    body
    {
        font-size: 2.0731707317vw;
    }
}
body.is-fixed
{
    position: fixed;

    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

a
{
    text-decoration: none;

    color: #333;
}
a:hover,
a:active,
a:focus
{
    text-decoration: none;

    opacity: .8;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$='.svg']
{
    width: 100%;
    height: auto;
}

svg
{
    width: 100%;
    height: auto;
}

code,
pre
{
    font-family: Consolas, Menlo, Courier, monospace;
}

/*

@font-face {
  font-family: "Noto Sans JP";
  src: url('https://www.example.jp/font/NotoSansJP-VariableFont_wght.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
}

*/
/* ==========================================================================
   header
   ========================================================================== */
/* p-header
----------------------------------------------------------------- */
.p-header
{
    position: absolute;
    z-index: 510;
    top: 0;

    overflow: hidden;

    width: 100%;

    -webkit-transition: all .3s;

    transition: all .3s;
}
.p-header .color-none
{
    display: none;
}
.p-header__wrap.is-fixed
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow-y: scroll;

    width: 100%;
    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    overscroll-behavior-y: contain;
}
.p-header__wrap.is-fixed .p-header
{
    position: relative;
}
@media screen and (max-width: 1023px)
{
    .p-header__wrap.is-fixed
    {
        background-image: url(../image/slider01_tb.jpg);
        background-position: center center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-header__wrap.is-fixed
    {
        background-image: url(../image/slider01.jpg);
        background-position: center 70%;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__wrap.is-fixed
    {
        background-image: url(../image/slider01_sp.jpg);
        background-position: center center;
    }
}
.p-header.on-load
{
    position: fixed;
}
.p-header.on-load .p-header__hamburger
{
    opacity: 1;
}
.p-header.on-load.is-scrool
{
    background: rgba(234, 225, 211, .95);
}
.p-header.on-load.is-scrool .p-header__logo
{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-top: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-top: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-top: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-top: 1.4322916667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-bottom: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-bottom: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-bottom: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        margin-bottom: 1.4322916667vw;
    }
}
.p-header.on-load.is-scrool .p-header__grid
{
    margin-top: 0;
    margin-bottom: 0;
}
.p-header.on-load.is-scrool .p-header__gridItem.mx-width90
{
    width: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        width: 3.488372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        width: 4.0540540541vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        width: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        width: 7.8125vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        margin-right: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        margin-right: 1.5697674419vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        margin-right: 1.6216216216vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        margin-right: 3.22265625vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__gridItem.mx-width90
    {
        margin-right: 4.296875vw;
    }
}
.p-header.on-load.is-scrool .p-header__gridItem:nth-child(2)
{
    margin-top: 0;
    margin-bottom: 0;
}
.p-header.on-load.is-scrool .p-header__gridItem:nth-child(2):before
{
    opacity: 0;
}
.p-header.is-open .p-header__logo
{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.is-open .p-header__logo
    {
        margin-top: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.is-open .p-header__logo
    {
        margin-top: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.is-open .p-header__logo
    {
        margin-top: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.is-open .p-header__logo
    {
        margin-top: 1.4322916667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.is-open .p-header__logo
    {
        margin-bottom: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.is-open .p-header__logo
    {
        margin-bottom: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.is-open .p-header__logo
    {
        margin-bottom: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.is-open .p-header__logo
    {
        margin-bottom: 1.4322916667vw;
    }
}
.p-header.is-open .p-header__telArea
{
    margin-top: 0;
}
.p-header__inner
{
    position: relative;

    width: 100%;

    -webkit-transition: all .3s;

    transition: all .3s;
}
@media screen and (min-width: 768px)
{
    .p-header__inner
    {
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-header__inner
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-left: 1.5697674419vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-left: 1.6216216216vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-left: 3.22265625vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-left: 4.296875vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-right: 1.5697674419vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-right: 1.6216216216vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-right: 3.22265625vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 4.296875vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-header__inner
    {
        max-width: 1580px;
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-left: 1.0465116279vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-left: 1.0810810811vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-left: 2.1484375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-left: 2.8645833333vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-right: 1.0465116279vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-right: 1.0810810811vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-right: 2.1484375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 2.8645833333vw;
    }
}
.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;

    margin-top: 25px;
    margin-bottom: 30px;

    -webkit-transition: margin .3s;

    transition: margin .3s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__grid
    {
        margin-top: 1.3081395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__grid
    {
        margin-top: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__grid
    {
        margin-top: 2.685546875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__grid
    {
        margin-top: 3.5807291667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__grid
    {
        margin-bottom: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__grid
    {
        margin-bottom: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__grid
    {
        margin-bottom: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__grid
    {
        margin-bottom: 4.296875vw;
    }
}
.p-header__gridItem
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-header__h1
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: color .3s;

    transition: color .3s;
}
.p-header__logo
{
    display: block;

    width: 296px;

    -webkit-transition: all .3s;

    transition: all .3s;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__logo
    {
        width: 17.2093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__logo
    {
        width: 20vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__logo
    {
        width: 28.90625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__logo
    {
        width: 21.7375vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-header__logo
    {
        width: 350px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__logo
    {
        width: 20.3488372093vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__logo
    {
        width: 23.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__logo
    {
        width: 34.1796875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__logo
    {
        width: 25.703125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__logo
    {
        width: 550px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__logo
    {
        width: 31.976744186vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__logo
    {
        width: 37.1621621622vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__logo
    {
        width: 53.7109375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-header__logo
    {
        width: 40.390625vw;
    }
}
.p-header__tel
{
    font-family: 'Exo 2', system-ui, sans-serif;
    font-weight: 500;
    line-height: 1;

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    height: 100%;

    -webkit-transition: all .5s;

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

    color: #7c5c36;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-header__tel
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__tel
    {
        font-size: 2.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__tel
    {
        font-size: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel
    {
        font-size: 3.6585365854vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-header__tel
    {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel
    {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__tel
    {
        padding-right: 15px;
        padding-left: 15px;

        background: rgba(255, 255, 255, .3);
    }
}
.p-header__tel span
{
    display: block;
}
@media screen and (max-width: 767px)
{
    .p-header__tel span
    {
        display: none;
    }
}
.p-header__tel .icon
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .p-header__tel .icon
    {
        display: block;

        width: 20px;
    }
}
.p-header__hamburger
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 3px 0 3px 20px;

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

    opacity: 0;
    color: #7c5c36;

    -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: 767px)
{
    .p-header__hamburger
    {
        padding: 8px 0 8px 10px;
    }
    .p-header__hamburger:before
    {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100%;

        content: '';

        opacity: .8;
        background: #7c5c36;
    }
}
.p-header__hamburger .btnWrap
{
    font-family: 'Exo 2', system-ui, sans-serif;
    font-weight: 500;
    line-height: 1;

    position: relative;

    margin-bottom: 3px;
}
@media screen and (min-width: 1480px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 2.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__hamburger .btnWrap
    {
        font-size: 3.6585365854vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__hamburger .btnWrap
    {
        display: none;
    }
}
.p-header__hamburger .btn
{
    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.close
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.p-header__hamburger .btn.is-open
{
    opacity: 1;
}
.p-header__imageBg
{
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;

    overflow: hidden;

    width: 600px;

    opacity: .1;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__imageBg
    {
        width: 34.8837209302vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__imageBg
    {
        width: 40.5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__imageBg
    {
        width: 64.453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__imageBg
    {
        width: 78.125vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__imageBg
    {
        bottom: 5vw;

        width: 80%;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__imageBg
    {
        bottom: 25vw;
    }
}

.close_btn
{
    font-family: 'Exo 2', system-ui, sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;

    position: relative;

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

    width: 300px;
    margin: 30px auto 0;
    padding: 10px 0 8px;

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

    color: #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: 60px auto 0;
    }
}
.close_btn:hover
{
    opacity: .8;
}
@media screen and (max-width: 767px)
{
    .close_btn
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 30px auto 0;
        padding: 5px 25px 5px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .close_btn
    {
        font-size: 7.1614583333vw;
    }
}
@media screen and (max-width: 767px)
{
    .close_btn span
    {
        margin-top: 3px;
    }
}
.close_btn:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid #fff;
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav
{
    position: relative;
}
.p-gnav__menu
{
    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding-top: 60px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media screen and (max-width: 1023px)
{
    .p-gnav__menu
    {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu
    {
        width: 100%;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__menu
    {
        padding-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__menu
    {
        padding-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__menu
    {
        padding-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu
    {
        padding-top: 8.59375vw;
    }
}
.p-gnav__menu a
{
    font-weight: 400;
    line-height: 1;
}
.p-gnav__menu a .jp
{
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #7c5c36;
}
@media screen and (min-width: 1480px)
{
    .p-gnav__menu a .jp
    {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__menu a .jp
    {
        font-size: 1.6279069767vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__menu a .jp
    {
        font-size: 1.8918918919vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__menu a .jp
    {
        font-size: 2.6829268293vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu a .jp
    {
        font-size: 5.2083333333vw;
    }
}
.p-gnav__menu a .jp:before
{
    display: block;

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

    content: '';

    background-color: #7c5c36;
}
.p-gnav__menu a:nth-child(n+4)
{
    margin-top: 30px;
}
@media screen and (min-width: 1024px)
{
    .p-gnav__menu a:nth-child(3n+1)
    {
        width: 40%;
    }
    .p-gnav__menu a:nth-child(3n+2)
    {
        width: 32%;
    }
    .p-gnav__menu a:nth-child(3n+3)
    {
        width: 28%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-gnav__menu a
    {
        width: calc(50% - 15px);
        padding-bottom: 10px;

        border-bottom: 1px solid #7c5c36;
    }
}
@media screen and (max-width: 1023px)
{
    .p-gnav__menu a
    {
        line-height: 1.3;
    }
    .p-gnav__menu a:nth-child(n+3)
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu a
    {
        line-height: 1.3;

        display: block;

        width: 100%;
    }
    .p-gnav__menu a:nth-child(n+2)
    {
        margin-top: 30px;
    }
}
.p-gnav__moreWrap
{
    position: relative;
    z-index: 100;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

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

    padding: 5px 40px 5px;

    cursor: pointer;

    border: 3px solid #7c5c36;
    border-radius: 100vw;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-gnav__moreBtn .c-hamburger span
{
    background-color: #7c5c36;
}
.p-gnav__moreBtn .btnWrap
{
    font-family: 'Exo 2', system-ui, sans-serif;
    font-weight: 500;
    line-height: 1;

    position: relative;

    margin-bottom: 3px;

    color: #7c5c36;
}
@media screen and (min-width: 1480px)
{
    .p-gnav__moreBtn .btnWrap
    {
        font-size: 35px;
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__moreBtn .btnWrap
    {
        font-size: 2.0348837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__moreBtn .btnWrap
    {
        font-size: 2.3648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__moreBtn .btnWrap
    {
        font-size: 4.2682926829vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__moreBtn .btnWrap
    {
        font-size: 8.4635416667vw;
    }
}
.p-gnav__moreBtn .btn
{
    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-gnav__moreBtn .btn.close
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.p-gnav__moreBtn .btn.is-open
{
    opacity: 1;
}

/* 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: 24px;
        font-size: 3.2vw;

        display: table;

        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        font-size: 14px;
        font-size: 1.4rem;

        display: block;
    }
}
@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: #004e96;
}
.p-breadcrumbs__item:first-child::before
{
    display: none;
}
.p-breadcrumbs__link
{
    text-decoration: none;
}
.p-breadcrumbs__link:hover
{
    text-decoration: underline;
}
