/*—————————————————————————————————
General
—————————————————————————————————*/
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.inner {
   width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 30px 4rem;
    @media screen and (min-width: 540px) {
        padding: 10.625rem 30px;
    }
}

.section__title {
    line-height: .5em;
}

.section__title .jp {
    position: relative;
    display: block;
    font-size: calc(14 / var(--root-font-size) * 1rem);
    font-family: "fot-rodin-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.section__title .jp:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 2px;
    margin-left: 20px;
    background-color: #000;
}

.section__title .en {
    position: relative;
    padding-bottom: .25em;
    font-size: calc(60 / var(--root-font-size) * 1rem);
    font-family: "baskerville-urw", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1;
}

.section__title .en::after {
    content: "";
    position: absolute;
    bottom: -5%;
    left: 3px;
    transform: translate(-50%, 0);
    width: 35%;
    height: 2px;
    background-color: #262626;
}

.js-heading {
    display: inline-block;
    overflow: hidden;
    line-height: 1.5;
}

.js-heading__char {
    display: inline-block;
    -webkit-transform: translateY(115%) translateZ(0);
    transform: translateY(115%) translateZ(0);
}

.js-heading.is-animated .js-heading__char {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.js-heading.is-animated .js-heading__char:first-child {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.js-heading.is-animated .js-heading__char:nth-child(2) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .08s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .08s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .08s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .08s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .08s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .08s;
}

.js-heading.is-animated .js-heading__char:nth-child(3) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .16s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .16s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .16s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .16s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .16s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .16s;
}

.js-heading.is-animated .js-heading__char:nth-child(4) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .24s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .24s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .24s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .24s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .24s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .24s;
}

.js-heading.is-animated .js-heading__char:nth-child(5) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .32s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .32s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .32s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .32s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .32s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .32s;
}

.js-heading.is-animated .js-heading__char:nth-child(6) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .4s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .4s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .4s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .4s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .4s;
}

.js-heading.is-animated .js-heading__char:nth-child(7) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .48s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .48s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .48s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .48s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .48s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .48s;
}

.js-heading.is-animated .js-heading__char:nth-child(8) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .56s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .56s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .56s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .56s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .56s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .56s;
}

.js-heading.is-animated .js-heading__char:nth-child(9) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .64s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .64s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .64s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .64s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .64s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .64s;
}

.js-heading.is-animated .js-heading__char:nth-child(10) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .72s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .72s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .72s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .72s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .72s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .72s;
}

.js-heading.is-animated .js-heading__char:nth-child(11) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .80s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .80s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .80s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .80s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .80s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .80s;
}

.js-heading.is-animated .js-heading__char:nth-child(12) {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .88s;
    -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .88s;
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .88s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .88s;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .88s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) .88s;
}

.prev-arrow.slick-disabled,
.next-arrow.slick-disabled {
    opacity: .3;
}

.slide-arrow {
    z-index: 100;
}

/*TOP追随バナー*/
.bnr {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 3;
    /*width: 150px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    flex-direction: column;
    align-items: flex-end;
    gap: 2%;
}

.bnr__wrap {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: normal;
}
.bnr__wrap:not(:first-of-type) {
    /*margin-top: 1.5em;*/
}
.bnr__wrap.bnr_1 {
    width: 48%;
    max-width: 250px;
}
.bnr__wrap.bnr_2 {
    /*width: 29.8%;
    max-width: 156px;*/
    width: 90%;
    max-width: 500px;
    margin-top: 15px;
}
.bnr .off {
    /*visibility: hidden;
    opacity: 0;*/
    display: none;
}

.bnr .bnr__close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -10px;
    transform: translateY(-50%) scale(.6);
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: inherit;
    background: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #fff;
}

/* 中ページメインタイトル */
.section__title.page {}

.section__title.page .jp {
    line-height: 1.5;
}

.section__title.page .en {
    line-height: 1;
    padding-bottom: .25em;
}

.section__title.page .jp::after {
    display: none;
}

.section__title.page .en::after {
    bottom: 0;
    transform: translate(0%, 0);
}

/* 中ページサブタイトル */
.section__title.sub {
    display: flex;
    flex-direction: column;
    line-height: .5em;
}

.section__title.sub .en {
    line-height: 1em;
    font-size: clamp(2.5rem, 1.912rem + 2.94vw, 3.75rem);
}

.section__title.sub .en::after {
    display: none;
}

.section__title.sub .jp {
    margin-bottom: 0;
    font-size: calc(14 / var(--root-font-size) * 1rem);
}

.section__title.sub .jp::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -8px;
    width: 20px;
    height: 20px;
    background: #AE4D32;
    border-radius: 50%;
    opacity: .7;
    z-index: -1;
}

.section__title.sub .jp:after {
    display: none;
}
/*パンくず設定*/
.section__heading {
	display: flex;
    z-index: 2;
	flex-wrap: wrap;
    row-gap: 12px;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
}
.c-breadcrumb {
    margin: 0 0 0 auto;
}
.breadcrumb {
	display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    background-color: transparent;
    list-style: none;
	font-size: 11px;
}
.breadcrumb-item {
	letter-spacing: 0;
    display: block;
    color: #262626;
    font-weight: 200;
    font-family: ZenKakuGothic;
}
.breadcrumb-item a{
    display: inline-block;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item:before {
    padding-right: 0.5rem;
    float: left;
    color: var(--sub-color);
    content: "/";
}


/* ボタン */
.morebtn {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
    padding: 18px 30px;
    font-size: 1rem;
    font-weight: bold;
    background: #333;
    border-radius: 50%;
    transition: transform ease .3s;
}

.morebtn .text {
    position: absolute;
    width: 200px;
    top: 0;
    transform: translate(30%, 45%);
}

.morebtn::before,
.morebtn::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.morebtn::before {
    position: absolute;
    top: 0;
    left: 0;
}

.morebtn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, .9);
    transform-origin: 50% 100%;
    transform: scaleY(0);
    transition: transform ease .3s;
    border-radius: 50%;
}

.morebtn:hover::before {
    animation: link-arrow 0.3s ease forwards 0.3s;
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow-black.svg);
}

.morebtn:hover::after {
    transform-origin: 50% 100%;
    transform: scaleY(1);
}

.morebtn__text {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-left: 48px;
    line-height: 1.5;
    font-weight: 100;
}

.morebtn.is-black {
    background-color: rgba(38, 38, 38, 0.8);
}

.morebtn.is-black::before {
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow.svg);
}

.morebtn.is-black:hover::before {
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow-black.svg);
}

.morebtn.is-black:hover::after {
    transform: scale(1);
    transform-origin: 50% 100%;
}

.morebtn.is-brown {
    background-color: rgba(166, 114, 69, .9);
}

.morebtn.is-brown::before {
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow.svg);
}

.morebtn.is-brown:hover::before {
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow-black.svg);
}

.morebtn.is-brown:hover::after {
    transform: scale(1);
    transform-origin: 50% 100%;
}

.morebtn.is-clear {
    color: #fff;
    background-color: transparent;
}

.morebtn.is-clear::before {
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow.svg);
    border: 1px solid #fff;
}

.morebtn.is-clear:hover::before {
    background: center / 20px no-repeat url(../images/common/icon/readmore-arrow-black.svg);
}

.morebtn.is-clear:hover::after {
    transform: scale(1);
    transform-origin: 50% 100%;
}

@keyframes link-arrow {
    0% {
        background-position: 20px center;
    }

    50% {
        background-position: 24px center;
    }

    100% {
        background-position: 20px center;
    }
}

/*住所、電話架線制御*/

.footer.address.text p {
    text-decoration: none !important;
}

.access__wrap.access__wrap__address p {
    text-decoration: none !important;
}

/* あしらい */
.ornament {
    margin: 80px 0 0 5%;
    z-index: 100;
}

.ornament:not(:first-of-type) {
    margin: 20px 25px 0 0;
    text-align: right;
}

.ornament .item {
    display: inline-block;
    width: 13px;
    height: 13px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .2);
}

.ornament .item:not(:first-child) {
    margin-left: 8px;
}

.ornament .item:nth-of-type(2) {
    background: var(--sub-color);
}

.ornament:not(:first-of-type) .item:nth-of-type(2) {
    background: none;
}

.ornament:not(:first-of-type) .item:nth-of-type(5) {
    background: var(--sub-color);
}

@media screen and (min-width: 769px) {
    .bnr {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 3;
        width: 100%;
        flex-direction: row;
    }

    .bnr .bnr__close {
        position: absolute;
        z-index: 2;
        top: 0;
        right: -10px;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        font-size: inherit;
        background: #262626;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        color: #fff;
    }
    .bnr__wrap.bnr_2 {
        margin-top: 0;
    }

    .ornament {
        margin: 100px 0 0 5%;
    }

    .section__title.sub .jp::before {
        top: -3px;
    }

    .section__title {
        line-height: 1em;
    }

    .section__title .jp {
        font-size: calc(17 / var(--root-font-size) * 1rem);
    }

    .section__title .en {
        font-size: calc(100 / var(--root-font-size) * 1rem);
    }

    .section__title.page {}

    .section__title.page .en::after {}

    .morebtn,
    .morebtn-white {
        margin-top: 80px;
        font-size: calc(17 / var(--root-font-size) * 1rem);
    }

    .ornament {
        margin: 120px 0 40px 0;
    }

    .ornament .item {
        display: inline-block;
        width: 16px;
        height: 16px;
    }

    .ornament:not(:first-of-type) {
        margin: 40px 0 0 0;
        text-align: right;
    }
}

/*—————————————————————————————————
header
—————————————————————————————————*/
.header__nav {
    display: none;
}

.header__logo {
    position: fixed;
    z-index: 9999;
    top: 23px;
    left: 12px;
}

.header__logo__image .h-logo {
    width: 80px;
}

.header__sns {
    display: none;
}

.header__drawer__nav__list_item .content {
    overflow: hidden;
}

.header__drawer__nav__list_item .icon {
    display: block;
    position: relative;
    width: 20px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: all .4s;
}

.header__drawer__nav__list_item .icon::before,
.header__drawer__nav__list_item .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.header__drawer__nav__list_item .icon::before {
    left: 0px;
    transform: rotate(0deg);
}

.header__drawer__nav__list_item .icon::after {
    right: 5px;
    transform: rotate(90deg);
}

.js-details.is-opened .icon::after {
    transform: rotate(0deg);
}

.header__drawer__nav__list_item .content {
    overflow: hidden;
}

.summary__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__drawer__nav__list_item .content__inner {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header__drawer__nav__list_item .content__link {
    font-size: 13px;
    color: #fff;
    ont-family: "fot-rodin-pron", sans-serif;
}


@media screen and (min-width: 1030px) {
    .header {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .header__inner {
        display: grid;
        grid-template-columns: 10% 1fr 7%;
    }

    .header__logo {
        left: 20px;
        top: 10px;
    }

    .header__nav {
        display: block;
        grid-column: 2 / 3;
        justify-self: end;
    }

    .header__nav_list {
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-flow: column;
        column-gap: clamp(0.5rem, -2.286rem + 5.71vw, 2rem);
        margin: 8px 0;
        max-width: 1000px;
        height: 100%;
    }

    .header__nav_item {
        justify-self: center;
        align-self: center;
    }

    .header__nav_item_link {
        display: inline-block;
        position: relative;
        overflow: hidden;
        font-family: ZenKakuGothic;
    }

    .header__nav_item_link::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, .8);
        transform: translate(-100%, 0);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        content: "";
    }

    .header__nav_item_link:hover::after {
        transform: translate(0, 0);
    }

    .header__nav_item_link .jp {
        display: block;
        font-size: calc(10 / var(--root-font-size) * 1rem);
    }

    .header__nav_item_link .en {
        display: block;
        padding-bottom: 2px;
        font-size: clamp(0.875rem, 0.411rem + 0.95vw, 1.125rem);
    }

    .header__sns {
        display: block;
        justify-self: center;
        align-self: center;
    }

    /*
    .header__sns .icon {
        width: 20px;
        height: 20px;
    }
*/
    .logo__instagram {
        transform: translateY(4px) scale(1.8);
        color: #262626;
    }

    .icon-inner,
    .ionicon,
    svg {
        display: block;
        height: 100%;
        width: 100%;
    }

}

/*—————————————————————————————————
drawer
—————————————————————————————————*/
.drawer-trigger {
    position: fixed;
    top: 32px;
    right: 20px;
    height: 20px;
    z-index: 9999;
}

.drawer-trigger__item,
.drawer-trigger__item span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.drawer-trigger__item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
}

.drawer-trigger__item span {
    position: absolute;
    height: 2px;
    background-color: #262626;
    border-radius: 4px;
}

.drawer-trigger__item span:nth-of-type(1) {
    width: 100%;
    top: 0px;
    left: 0;
}

.drawer-trigger__item span:nth-of-type(2) {
    width: 100%;
    top: 15px;
    left: 0;
}

.drawer-trigger__item span:nth-of-type(3) {
    width: 100%;
    top: 30px;
    left: 0;
}

.drawer-trigger.move span {
    background-color: #fff;
}

.drawer-trigger.move span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-25deg);
    transform: translateY(12px) rotate(-25deg);
}

.drawer-trigger.move span:nth-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(25deg);
    transform: translateY(-3px) rotate(25deg);
}

.drawer-trigger.move span:nth-of-type(3) {
    opacity: 0;
}

.header__drawer {
    display: flex;
    position: fixed;
    top: 0;
    right: -420px;
    bottom: 0;
    z-index: 999;
    width: 100%;
    max-width: 420px;
    transition: .4s;
    box-sizing: border-box;
    padding: 7.625rem 45px 180px 30px;
    overflow-y: auto;
    background: var(--sub);
}

.header__drawer.active {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.header__drawer__nav {
    width: 100%;
    max-width: 350px;
    height: 60vh;
}

.ham_eng {
    font-family: "baskerville-urw", serif;
    color: var(--main-text-color);
    font-size: calc(36 / var(--root-font-size) * 1rem);
    line-height: 1.1;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    text-align: center;
    gap: 25px;
    text-indent: -12px;
}

/*
.header__drawer__nav__list {
    border-left: 2px solid rgba(224, 220, 212, .5);
    padding-left: 20px;
}
*/
.header__drawer__nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    border-bottom: 2px solid rgba(224, 220, 212, .5);
    padding-bottom: 40px;
}

.header__drawer__nav__list_item {
    display: flex;
}

/*
.header__drawer__nav__list_item:nth-child(n+2) {
    margin-top: 18px;
}
*/
.header__drawer__nav__list_item:nth-of-type(n+3) {
    margin-top: 35px;
}

.header__drawer__nav__list_item .link {
    font-size: calc(18 / var(--root-font-size) * 1rem);
    letter-spacing: 0.08em;
    line-height: 1.2em;
    font-family: ZenKakuGothic;
    color: #fff;

}

.header__drawer__nav__list_item .link .jp {
    display: block;
    font-size: calc(12 / var(--root-font-size) * 1rem);
    font-weight: 400;
    color: var(--main);
}

.header__drawer__nav__list__online {
    margin-top: 20px;
    padding: 20px 20px 5px;
    background-color: #b14b3c;
    color: #fff;
}

.header__drawer__nav__list__online__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 15px;
}

.header__drawer__nav__list__online__title__image {
    width: 18px;
    height: auto;
}

.header__drawer__nav__list__online__text {
    font-size: 14px;
    margin-left: 15px;
    font-family: "fot-rodin-pron", sans-serif;
    font-weight: 600;
}

.header__drawer__nav__list__sns {
    margin-top: 20px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.header__drawer__nav__list__sns_item {}

.header__drawer__nav__list__sns_item .icon {
    width: 20px;
    height: 20px;
}

.header__drawer__nav__list__sns_item .copyright {
    font-size: calc(10 / var(--root-font-size) * 1rem);
    color: #fff;
}

@media screen and (min-width: 1030px) {
    .drawer-trigger {
        display: none;
    }
}


.icon__link {
    width: 10px;
    height: auto;
    margin-left: 8px;
    display: inline;
    transform: translateY(-6px);
}

@media screen and (min-width: 1030px) {
    .icon__link {
        transform: translateY(-4px);
    }
}

.icon__link__blk {
    width: 8px;
    height: auto;
    margin-left: 8px;
    display: inline;
    transform: translateY(-3px);
}

.icon__link__top {
    width: 10px;
    height: auto;
    margin-left: 8px;
    display: inline;
    transform: translateY(-9px);
}

@media screen and (min-width: 1030px) {
    .icon__link__top {
        width: 12px;
        height: auto;
        margin-left: 10px;
        display: inline;
        transform: translateY(-11px);
    }
}

/*—————————————————————————————————
footer
—————————————————————————————————*/
.footer {
    background: var(--sub);
    color: #fff;
    font-size: calc(14 / var(--root-font-size) * 1rem);
}

.footer__inner {
    width: 82.93333vw;
    margin: 20px auto 0;
    padding: 80px 0 40px;
}

.footer__wrap {
    column-gap: 10%;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__logo .image {
    width: 60px;
}

.footer__logo__item p {
    font-size: calc(12 / var(--root-font-size) * 1rem);
}

.footer__nav {
    display: none;
}

.footer__nav_item_link {
    line-height: 1.2em;
}

.footer__nav_item-child {
    margin-top: 12px;
    line-height: 1.7em;
    font-size: calc(14 / var(--root-font-size) * 1rem);
}

.footer__wrap .en {
    margin-top: 16px;
}

.footer__wrap .address {
    margin-top: 8px;
}

.footer__office .address .text {
    font-size: calc(14 / var(--root-font-size) * 1rem);
}

.footer__wrap__item:first-of-type {
    margin-top: 40px;
}

.footer__office .heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer__office .heading .text {
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
}

.footer__office .address .text {
    color: #292929;
    letter-spacing: 0;
    line-height: 1.5em;
}

.footer__office .heading .jp {
    font-size: calc(12 / var(--root-font-size) * 1rem);
}

.footer__office .heading .en {
    margin-top: 0;
    line-height: 1;
    font-size: calc(16 / var(--root-font-size) * 1rem);
}

.footer__office .address {
    margin-top: 16px;
}

.footer__office__wrap {
    margin-top: 40px;
    margin-bottom: 80px;
}

.footer__office__wrap .title {
    color: var(--main);
    font-size: calc(22 / var(--root-font-size) * 1rem);
    border-bottom: 1.5px solid var(--main);
}

.footer__office__wrap .heading:first-child {
    margin-top: 16px;
}

.footer__office__wrap .heading:nth-child(n+2) {
    margin-top: 32px;
}

.footer__wrap__item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer__wrap__item_bottom .icon {
    width: 20px;
    height: 20px;
}

.footer .copyright {
    margin-top: 0px;
    font-size: calc(10 / var(--root-font-size) * 1rem);
}

@media screen and (min-width: 768px) {

    .footer__inner {
        width: 90%;
        padding: 80px 0;
    }

    .footer__logo {
        padding-top: 0px;
    }

    .footer__logo .image {
        width: 75px;
    }

    .footer__logo__item p {
        font-size: calc(16 / var(--root-font-size) * 1rem);
    }

    .footer__office .heading .jp {
        font-size: calc(12 / var(--root-font-size) * 1rem);
    }

    .footer__office .heading .en {
        margin-top: 0;
        line-height: 1;
        font-weight: 600;
        font-size: calc(20 / var(--root-font-size) * 1rem);
    }

    .footer__wrap {
        display: grid;
        grid-template-columns: 40% 1fr;
        margin-top: 20px;
    }

    .footer__office__wrap {
        margin-bottom: 60px;
    }

    .footer__nav {
        display: block;
    }

    .footer__nav_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__nav_item {
        font-family: ZenKakuGothic;
    }

    .footer__nav_item:nth-of-type(n+4) {
        margin-top: 25px;
    }

    .footer__nav_item .jp {
        display: block;
        margin-bottom: 5px;
        font-size: calc(12 / var(--root-font-size) * 1rem);
    }

    .footer__nav_item .en {
        font-weight: 600;
        font-size: calc(20 / var(--root-font-size) * 1rem);
    }

    .footer__nav_item-child .item {
        position: relative;
        width: fit-content;
        overflow: hidden;
        font-family: ZenKakuGothic;
        font-size: calc(12 / var(--root-font-size) * 1rem);
        color: var(--main-text-color);
    }

    .footer__nav_item-child .item:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, .8);
        transform: translate(-100%, 0);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        content: "";
    }

    .footer__nav_item-child .item:hover::after {
        transform: translate(0, 0);
    }

    .footer__nav_item-child .item:first-child {
        margin-top: 8px;
    }

    .footer__wrap .en {
        margin-top: 40px;
    }

    .footer__wrap__item:nth-of-type(2) {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer__wrap .address {
        margin-top: 18px;
    }

    .footer__wrap__item:first-of-type {
        border-right: 1.5px solid var(--main);
    }

    .footer__office .heading {
        width: 60%;
    }

    .footer__office__wrap .heading:first-child {
        margin-top: 32px;
    }

    .footer__office__wrap .heading:nth-child(n+2) {
        margin-top: 25px;
    }

    .footer .copyright {
        margin-top: 40px;
        text-align: right;
    }
}

/*—————————————————————————————————
contact
—————————————————————————————————*/
.contact {
    position: relative;
    height: 80vh;
}

.contact__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.contact__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__wrap__item {
    margin-top: 40px;
}

.contact__title {
    position: relative;
    font-family: "baskerville-urw", serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
}

.contact__title:before {
    content: "";
    position: absolute;
    top: -20%;
    left: -2%;
    width: 20px;
    height: 20px;
    background: #AE4D32;
    opacity: .7;
    border-radius: 50%;
    z-index: -1;
}

.contact__text {
    margin-top: 8px;
    font-size: calc(15 / var(--root-font-size) * 1rem);
    line-height: 1.7;
}

.contact__wrap__item_action:nth-of-type(2) {
    margin-top: 20px;
}

.contact__wrap__item_action .content {
    display: grid;
    grid-template-columns: auto 10%;
    grid-template-rows: 80px;
    align-items: center;
    padding: 16px 20px;
    background: #B27B4A;
    background: var(--sub);
}

.contact__wrap__item_action .heading {
    position: relative;
    color: #fff;
}

.contact__wrap__item_action .heading::before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: center / cover no-repeat url(../images/common/icon/smile.png);
    transform: translate(10%, 50%);
}

.contact__wrap__item_action:nth-of-type(2) .heading::before {
    width: 20px;
    height: 20px;
    background: center / cover no-repeat url(../images/common/icon/map.svg);
    transform: translate(0, 25%);
}

.contact__wrap__item_action .heading span {
    margin-left: 24px;
}

.contact__wrap__item_action .text {
    margin-left: 24px;
    line-height: 1.4em;
    letter-spacing: .05em;
    font-size: 12px;
}

.contact__wrap__item_action .arrow .icon {
    width: 24px;
    height: 24px;
}

.contact__slider {
	color: #bbb8b5;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    opacity: .1;
    transition: .5s ease-in-out;
}

.contact__slider .text {
    width: 100%;
    font-size: 100px;
    letter-spacing: .03em;
    padding: 0 20px;
    font-family: "baskerville-urw", serif;
    font-weight: 800;
    font-style: normal;
    white-space: nowrap;
/*	opacity: .45;*/
}

.contact__slider .text:nth-of-type(n+4) {
    color: var(--main);
/*
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
*/
	text-stroke: 1px #bbb8b5;
    -webkit-text-stroke: 1px #bbb8b5;
}

.contact__slider .text:nth-of-type(n+7) {
    color: var(--main);
    text-stroke: none;
}

@media screen and (min-width: 768px) {
    .contact {
        height: 70vh;
    }

    .contact__wrap {
        flex-direction: row;
        justify-content: center;
        /* align-items: center; */
    }

    .contact__inner {
        padding: 90px 0;
    }

    .contact__wrap__item {
        width: 50%;
    }

    .contact__wrap__item_action:hover {
        opacity: .9;
        transition: 1s ease-in-out;
    }

    .contact__wrap__item_action .content {
        grid-template-rows: 100px;
    }

    .contact__wrap__item_action .text {
        line-height: 1.6em;
        font-size: 14px;
    }

    .contact__wrap__item_action .arrow .icon {
        width: 32px;
        height: 32px;
    }

    .contact__slider .text {
        font-size: 100px;
    }
}

/*—————————————————————————————————
animation
—————————————————————————————————*/
.fadeIn {
    opacity: 0;
}

.fadeIn.active {
    opacity: 1;
    animation: fadeIn 1.2s;
    transition: cubic-bezier(.17, .67, .83, .67);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
        transition-duration: 0s;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        transition-duration: 1.2s;
    }
}

.slideshow_pc,
.slideshow_sp {
    display: flex;
    opacity: 1 !important;
    transition: 1s ease-in-out;
    animation: loop-slide 800s infinite linear .1s both;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media screen and (min-width: 1600px) {
    .contact {
        height: 60vh;
    }
}