div, p {
    color: #000
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
* {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    overflow-wrap: break-word;
    word-break: break-all
}
*, *::before, *::after {
    box-sizing: border-box
}
button, [type=button], [type=submit], [type=reset] {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html, body, .mv {
    scroll-behavior: smooth;
    overscroll-behavior: none
}
body {
    background-color: #fff
}
a {
    color: #fff;
    text-decoration: none;
    transition: opacity .2s linear 0s
}
a:hover {
    opacity: .85
}
h2 {
    font-weight: 400
}
.heading-main {
    font-family: "Alegreya", serif;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #aea258;
    font-weight: 400
}
@media(max-width: 764px) {
    .heading-main {
        font-size: 20px
    }
}
.heading-small {
    font-size: 20px
}
.text-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.5;
    letter-spacing: .2em
}
.text-vertical.sp-text-horizontal {
    writing-mode: horizontal-tb
}
.text-vertical .sideways {
    text-orientation: sideways
}
h3 {
    font-family: "Yu Mincho"serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .1em
}
@media(max-width: 764px) {
    h3 {
        font-size: 24px;
        margin-bottom: 16px
    }
}
section.normal {
    padding: 100px 16px
}
@media(max-width: 764px) {
    section.normal {
        padding: 56px 16px
    }
}
section.normal.full {
    padding: 100px 0
}
@media(max-width: 764px) {
    section.normal.full {
        padding: 56px 0
    }
}
.tagline {
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: .1em
}
@media(max-width: 764px) {
    .tagline {
        font-size: 20px
    }
}
.bg-color__beige {
    background-color: #f8f3ed
}
.inner {
    width: 100%;
    max-width: 1280px;
    margin: auto
}
.col-half {
    display: flex;
    justify-content: space-around
}
@media(max-width: 764px) {
    .col-half {
        flex-direction: column;
        gap: 40px
    }
}
.col-half .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    margin: auto
}
.col-half .text.text-vertical {
    align-items: start
}
.col-half h2 {
    font-size: 24px
}
@media(max-width: 764px) {
    .col-half h2 {
        font-size: 20px
    }
}
.col-half p {
    font-size: 16px
}
@media(max-width: 764px) {
    .col-half p {
        font-size: 14px
    }
}
.col-half .img {
    width: 49%
}
@media(max-width: 764px) {
    .col-half .img {
        width: 100%
    }
}
.col-half .img figure {
    width: 100%
}
.col-half .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.col-half .text {
    width: 40%
}
@media(max-width: 764px) {
    .col-half .text {
        width: 100%;
        align-items: center
    }
}
.col-img-text {
    display: flex;
    justify-content: center;
    gap: 52px
}
@media(max-width: 764px) {
    .col-img-text {
        flex-direction: column;
        gap: 32px
    }
}
.col-img-text .content__img {
    width: 40%
}
@media(max-width: 764px) {
    .col-img-text .content__img {
        width: 100%
    }
}
.col-img-text .content__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.col-img-text .content__text {
    width: 50%
}
@media(max-width: 764px) {
    .col-img-text .content__text {
        width: 100%
    }
}
.col-img-text .content__text .heading-main {
    margin-bottom: 48px
}
@media(max-width: 764px) {
    .col-img-text .content__text .heading-main {
        margin-bottom: 32px
    }
}
.fl-reverse {
    flex-direction: row-reverse
}
@media(max-width: 764px) {
    .fl-reverse {
        flex-direction: column
    }
}
.grid-visual-text {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-areas: "image-main content" "image-main image-sub";
    column-gap: 4rem;
    row-gap: 2rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto
}
.grid-visual-text .text-jp {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}
@media(max-width: 764px) {
    .grid-visual-text .text-jp {
        font-size: 14px;
        gap: 28px
    }
}
.grid-visual-text .grid-visual-text__text-en {
    margin-top: 120px
}
@media(max-width: 764px) {
    .grid-visual-text .grid-visual-text__text-en {
        margin-top: 40px;
        font-size: 14px
    }
}
.grid-visual-text__image-main {
    grid-area: image-main
}
.grid-visual-text__content {
    grid-area: content
}
.grid-visual-text__image-sub {
    grid-area: image-sub;
    width: 70%
}
@media(max-width: 768px) {
    .grid-visual-text {
        grid-template-columns: 1fr;
        grid-template-areas: "image-main" "content" "image-sub";
        row-gap: 1.5rem
    }
}
.col-flow {
    display: flex;
    justify-content: space-around
}
@media(max-width: 764px) {
    .col-flow {
        flex-direction: column;
        gap: 40px;
        font-size: 14px
    }
}
.col-flow .text {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: center
}
@media(max-width: 764px) {
    .col-flow .text {
        width: 100%
    }
}
.col-flow .img-text {
    width: 60%
}
.col-flow .img-text img {
    display: block
}
@media(max-width: 764px) {
    .col-flow .img-text {
        width: 100%
    }
}
.col-flow .img-text p {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 12px
}
@media(max-width: 764px) {
    .col-flow .img-text p {
        width: 100%;
        margin: auto;
        margin-top: 12px
    }
}
.col-flow.fl-reverse .img-text p {
    margin-left: 0;
    margin-right: auto
}
@media(max-width: 764px) {
    .col-flow.fl-reverse .img-text p {
        width: 100%;
        margin: auto
    }
}
.col-text {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    padding: 16px
}
@media(max-width: 764px) {
    .col-text {
        flex-direction: column;
        margin-top: 20px;
        gap: 32px
    }
}
.col-text__status {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    font-size: 20px
}
@media(max-width: 764px) {
    .col-text__status {
        width: 100%;
        gap: 20px
    }
}
.col-text__desc {
    width: 55%
}
@media(max-width: 764px) {
    .col-text__desc {
        width: 100%
    }
}
.col-text__desc h2 {
    margin-bottom: 24px;
    font-size: 36px
}
@media(max-width: 764px) {
    .col-text__desc h2 {
        font-size: 20px;
        margin-bottom: 16px
    }
}
.col-text__desc p {
    font-size: 20px
}
@media(max-width: 764px) {
    .col-text__desc p {
        font-size: 14px
    }
}
.col-text .border {
    border: 1px solid #000;
    padding: 24px;
    width: 100%;
    text-align: center
}
@media(max-width: 764px) {
    .col-text .border {
        padding: 16px;
        font-size: 16px
    }
}
.heading-style {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 72px
}
@media(max-width: 764px) {
    .heading-style {
        margin-bottom: 36px
    }
}
.heading-style .main-text {
    font-size: 36px;
    letter-spacing: .3em
}
@media(max-width: 764px) {
    .heading-style .main-text {
        font-size: 24px
    }
}
.capacity, .lead p.capacity {
    margin-top: 20px;
    color: #181131;
    font-size: 16px
}
@media(max-width: 764px) {
    .capacity, .lead p.capacity {
        font-size: 14px
    }
}
.only-sp {
    display: none
}
@media(max-width: 764px) {
    .only-sp {
        display: block
    }
}
.only-pc {
    display: block
}
@media(max-width: 764px) {
    .only-pc {
        display: none
    }
}
p {
    line-height: 1.75
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    text-align: left
}
.btn:hover .btn__arrow {
    transform: translateX(8px)
}
@media(max-width: 764px) {
    .btn {
        gap: 6px
    }
}
.btn__text {
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1;
    font-weight: 400;
    margin-left: 4px
}
.btn__text::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    margin-top: 4px
}
@media(max-width: 764px) {
    .btn__text {
        font-size: 16px
    }
}
.btn__arrow {
    align-self: center;
    width: 30px;
    transition: all .2s linear
}
@media(max-width: 764px) {
    .sp-btn-wrapper__center {
        text-align: center
    }
}
.img-single {
    margin-bottom: 16px
}
@media(max-width: 764px) {
    .img-single {
        margin-bottom: 8px
    }
}
.img-single img {
    display: block
}
.img-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}
@media(max-width: 764px) {
    .img-grid3 {
        gap: 8px
    }
}
.en-jp-text {
    display: flex;
    padding: 100px 20px;
    gap: 56px
}
@media(max-width: 764px) {
    .en-jp-text {
        font-size: 14px;
        flex-direction: column-reverse;
        padding: 56px 16px
    }
}
.en-jp-text .text-en {
    width: 35%
}
@media(max-width: 764px) {
    .en-jp-text .text-en {
        width: 100%
    }
}
.en-jp-text .text-jp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px
}
.fadein {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out
}
.fadein.show {
    opacity: 1;
    transform: translateY(0)
}
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: saturate(140%) blur(8px);
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    transition: background-color .25s ease, border-color .25s ease;
    background-color: #181131
}
.site-header li {
    list-style: none
}
.site-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
@media(max-width: 1024px) {
    .site-header__inner {
        height: 64px;
        padding: 0 16px
    }
}
.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
    background: #181131;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999999999;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s linear, visibility 0s linear .5s
}
.loading.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}
.loading-text {
    width: 14.9305555556vw
}
@media(max-width: 47.9375em) {
    .loading-text {
        width: 37.3333333333vw
    }
}
.loading-text img {
    width: 100%;
    object-fit: contain
}
html.skip-loading .loading {
    display: none !important
}
@media(prefers-reduced-motion: reduce) {
    .loading {
        transition: none
    }
}
.close__wrapper {
    display: flex;
    align-items: center;
    justify-content: end
}
@media(max-width: 764px) {
    .close__wrapper {
        margin-bottom: 20px
    }
}
.close__wrapper .close {
    cursor: pointer
}
.drawer[hidden] {
    display: none
}
.drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #181131;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s
}
@media(max-width: 1024px) {
    .drawer__wrapper {
        height: 90lvh
    }
}
.drawer .global-nav__inner {
    display: grid;
    grid-template-rows: auto min-content;
    grid-column-gap: 56px;
    grid-row-gap: 72px
}
@media(max-width: 1024px) {
    .drawer .global-nav__inner {
        display: flex;
        flex-direction: column;
        padding: 40px 0;
        overflow: scroll;
        height: 100%;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;
        grid-row-gap: 40px
    }
    .drawer .global-nav__inner::-webkit-scrollbar {
        display: none
    }
    .drawer .global-nav__inner::before {
        position: fixed;
        top: 0;
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        background: linear-gradient(to bottom, #181131 0%, transparent 100%)
    }
}
@media(max-width: 764px) {
    .drawer .global-nav__nav {
        order: 3
    }
}
.drawer .global-nav__brand {
    gap: 40px
}
@media(max-width: 764px) {
    .drawer .global-nav__brand {
        order: 1
    }
}
.drawer .cta-links__list {
    gap: 12px;
    color: #fff;
    grid-column: 1/-1
}
@media(max-width: 764px) {
    .drawer .cta-links__list {
        justify-content: space-around;
        width: 100%;
        order: 2
    }
}
.drawer .cta-links__list .cta-links__item {
    gap: 4px;
    width: 240px;
    gap: 8px;
    border: 1px solid #fff
}
.drawer .cta-links__list .cta-links__item .cta-links__icon {
    width: 24px;
    height: 24px
}
.drawer .cta-links__list .cta-links__item .cta-links__icon svg {
    width: 100%;
    height: auto
}
.drawer .cta-links__list .cta-links__item .cta-links__label {
    font-size: 14px;
    color: #fff
}
.drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .5s ease, transform .5s ease, visibility 0s
}
.drawer .close {
    cursor: pointer;
    width: 40px
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none
}
.brand__mark {
    display: block;
    width: 240px;
    height: 50px
}
@media(max-width: 764px) {
    .brand__mark {
        width: 180px;
        height: 40px;
        object-fit: contain
    }
}
.brand__text {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .02em
}
@media(max-width: 1024px) {
    .brand__text {
        font-size: 18px
    }
}
.gh {
    display: flex;
    gap: 72px;
    align-items: center
}
.gh__list {
    display: flex;
    align-items: center;
    gap: 28px
}
.gh__list.only-pc {
    display: flex
}
@media(max-width: 1024px) {
    .gh__list.only-pc {
        display: none
    }
}
@media(max-width: 764px) {
    .gh__list {
        gap: 12px
    }
}
.gh__link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: .06em;
    font-family: "Noto Serif JP", "Yu Mincho", serif
}
.gh__link:hover {
    opacity: .75
}
.gh__icon {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #fff
}
.gh__icon svg {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center
}
.gh__icon:hover {
    background: rgba(0, 0, 0, .04)
}
.hamb {
    appearance: none;
    border: 0;
    background: rgba(0, 0, 0, 0);
    height: 12px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    cursor: pointer
}
.hamb__bar {
    display: block;
    width: 64px;
    height: 1px;
    background: #fff;
    position: relative
}
.hamb__bar:not(:first-child) {
    margin-top: 5px
}
@media(max-width: 764px) {
    .hamb__bar {
        width: 40px
    }
}
.drawer[hidden] {
    display: none
}
.drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #181131;
    z-index: 9999;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
@media(max-width: 764px) {
    .drawer {
        display: block
    }
}
.footer {
    background: #433a5e;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    z-index: 999;
    position: relative;
    padding-top: 56px;
    padding-right: 16px;
    padding-left: 16px
}
.footer .global-nav__nav {
    display: flex
}
@media(max-width: 764px) {
    .footer .global-nav__nav {
        flex-direction: column
    }
}
.footer-nav__single {
    padding-top: 56px;
    display: flex;
    gap: 40px;
    font-size: 14px
}
.global-nav__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 56px 16px;
    padding-top: 100px;
    display: grid;
    gap: 72px
}
@media screen and (max-width: 764px) {
    .global-nav__inner {
        max-width: 320px
    }
}
.global-nav__info {
    display: flex;
    flex-direction: column;
    gap: 8px
}
.global-nav__brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px
}
@media screen and (max-width: 764px) {
    .global-nav__brand {
        align-items: center
    }
}
.global-nav__logo {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 320px
}
@media(max-width: 764px) {
    .global-nav__logo {
        width: 240px
    }
}
.global-nav__logo img {
    width: 100%;
    height: auto
}
.global-nav__logo-mark {
    width: 56px;
    height: 56px;
    border-radius: 2px;
    border: 1px solid #e8dedd;
    background: rgba(0, 0, 0, 0);
    display: inline-block
}
.global-nav__logo-text {
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-weight: 700;
    line-height: 1.3
}
.global-nav__logo-text small {
    font-weight: 400;
    opacity: .9;
    letter-spacing: .02em
}
.global-nav__jp {
    margin: 0;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.5;
    font-size: 14px;
    text-align: center
}
.global-nav__tel {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5
}
.global-nav__sns {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    justify-content: center
}
@media screen and (max-width: 764px) {
    .global-nav__sns {
        justify-content: center
    }
}
.global-nav__sns .sns {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff
}
.global-nav__sns .sns svg {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center
}
.global-nav__nav {
    display: grid;
    gap: 24px
}
@media screen and (max-width: 764px) {
    .global-nav__nav {
        gap: 12px
    }
}
.global-nav__col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-inline-start: 12px
}
.global-nav__col li {
    display: flex;
    align-items: center;
    gap: 8px
}
.global-nav__col li::before {
    content: "";
    flex: 0 0 4px;
    height: 1px;
    width: 8px;
    background-color: #fff
}
.global-nav__col ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin-top: 8px
}
.global-nav__col ul li {
    display: flex;
    align-items: center;
    gap: 8px
}
.global-nav__col ul li::before {
    content: "";
    flex: 0 0 12px;
    height: 1px;
    width: 8px;
    background-color: #fff
}
.global-nav__col a {
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-weight: 500;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 1.5
}
.global-nav__col a:hover {
    color: #fff
}
@media(min-width: 1024px) {
    .global-nav__inner {
        grid-template-columns: 1fr 1fr;
        align-items: center
    }
    .global-nav__nav {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 32px
    }
}
.global-nav__copy {
    background: #433a5e;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1;
    padding: 24px
}
@media(max-width: 764px) {
    .global-nav__copy {
        font-size: 12px
    }
}
.cta-links {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 56px 16px
}
.cta-links__list {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px
}
@media(max-width: 1024px) {
    .cta-links__list {
        gap: 28px
    }
}
@media(max-width: 764px) {
    .cta-links__list {
        flex-direction: column;
        align-items: center
    }
}
.cta-links__item {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    transition: opacity .2s ease;
    border: 1px solid #fff;
    color: #fff;
    width: 240px;
    padding: 12px 16px;
    padding-right: 10%
}
@media(max-width: 1024px) {
    .cta-links__item {
        width: 200px
    }
}
@media(max-width: 764px) {
    .cta-links__item {
        flex-direction: column;
        align-items: center;
        width: 240px
    }
}
.cta-links__item:hover {
    opacity: .95
}
.cta-links__item:focus-visible {
    outline: none;
    outline-offset: 4px
}
.cta-links__icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center
}
@media(max-width: 764px) {
    .cta-links__icon {
        width: 26px;
        height: 26px
    }
}
.cta-links__icon svg {
    display: block;
    width: 100%;
    height: auto
}
.cta-links__label {
    font-size: 16px;
    color: #fff
}
.follow-links {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 12px
}
@media(max-width: 764px) {
    .follow-links {
        gap: 4px;
        top: auto;
        bottom: 40px
    }
}
.follow-links__btn {
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 180px;
    padding: 10px 8px;
    background: #aea258;
    color: #fff;
    text-decoration: none;
    letter-spacing: .25em;
    line-height: 1;
    border-radius: 0px 12px 12px 0
}
@media(max-width: 764px) {
    .follow-links__btn {
        height: 160px;
        font-size: 12px;
        padding: 8px 8px
    }
}
.follow-links__btn::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/logo-small.svg);
    background-size: contain;
    background-repeat: no-repeat
}
@media(max-width: 764px) {
    .follow-links__btn::before {
        width: 16px;
        height: 16px
    }
}
.follow-links__btn::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff
}
.cta-list {
    padding: 120px 0 100px;
    position: relative;
    z-index: 999
}
@media(max-width: 764px) {
    .cta-list {
        padding: 72px 0
    }
}
.cta-list__wrapper {
    max-width: 1280px;
    margin: auto
}
.cta-list__title {
    text-align: center;
    letter-spacing: .1em
}
.cta-list__title img {
    height: 26px;
    max-width: 100%
}
@media(max-width: 764px) {
    .cta-list__title img {
        height: 22px
    }
}
.cta-list__list {
    margin: 48px 0
}
.cta-list__btn-wrapper {
    text-align: center
}
.lead h2 {
    margin-bottom: 40px
}
.lead h2 img {
    max-width: 100%;
    height: 64px
}
@media(max-width: 764px) {
    .lead h2 img {
        height: 48px
    }
}
.lead__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 72px 20px;
    text-align: center;
    background-color: #181131;
    color: #fff
}
.lead__subtitle {
    font-size: 24px;
    margin-bottom: 24px
}
@media(max-width: 764px) {
    .lead__subtitle {
        font-size: 16px
    }
}
.lead__desc {
    font-size: 16px
}
@media(max-width: 764px) {
    .lead__desc {
        font-size: 14px
    }
}
.lead h3, .lead p {
    color: #fff
}
.breadcrumbs {
    font-size: 14px;
    line-height: 1.6;
    max-width: 1080px;
    margin: 0 auto;
    padding: 12px 20px
}
@media(max-width: 764px) {
    .breadcrumbs {
        font-size: 12px
    }
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5em
}
.breadcrumbs ol li::after {
    content: "";
    margin-left: .5em;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../img/icon-bc-arrow.svg") center center/contain no-repeat
}
@media(max-width: 764px) {
    .breadcrumbs ol li::after {
        width: 10px;
        height: 10px
    }
}
.breadcrumbs ol li:last-child::after {
    content: "";
    background: none;
    width: 0;
    height: 0
}
.breadcrumbs span, .breadcrumbs a {
    color: #181131;
    text-decoration: none
}
.floor-map {
    padding: 80px 20px
}
.floor-map__wrapper {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 56px
}
@media(max-width: 764px) {
    .floor-map__wrapper {
        padding: 32px 24px
    }
}
.floor-map__inner {
    display: flex;
    justify-content: space-between
}
@media(max-width: 764px) {
    .floor-map__inner {
        flex-direction: column;
        gap: 40px
    }
}
.floor-map__title {
    margin-bottom: 40px
}
@media(max-width: 764px) {
    .floor-map__title {
        text-align: center;
        margin-bottom: 24px
    }
}
.floor-map__text {
    width: 50%
}
@media(max-width: 764px) {
    .floor-map__text {
        width: 100%
    }
}
.floor-map__text p {
    font-size: 14px
}
.floor-map__img {
    width: 40%
}
@media(max-width: 764px) {
    .floor-map__img {
        width: 100%
    }
}
.floor-map__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top
}
.footer-image {
    height: 800px;
    background-image: url(../img/footer-visual.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
@media(max-width: 764px) {
    .footer-image {
        height: 400px
    }
}
.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr
}
@media(max-width: 764px) {
    .footer-links {
        grid-template-columns: 1fr
    }
}
.footer-links a {
    display: block;
    aspect-ratio: 3/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 36px;
    letter-spacing: .3em
}
@media(max-width: 764px) {
    .footer-links a {
        font-size: 24px
    }
}
.footer-links a.link-gallery {
    background-image: url(../img/footer-link-gallery.webp)
}
.footer-links a.link-ceremony {
    background-image: url(../img/footer-link-ceremony.webp)
}
.footer-links a.link-contact {
    background-image: url(../img/footer-link-contact.webp)
}
.footer-links a.link-blog {
    background-image: url(../img/footer-link-blog.webp)
}
/*# sourceMappingURL=common.css.map */

/*=============================================
	
	タイトル枠
	
==============================================*/
	#top_title_wrap {
		text-align: center;
		color: #AEA258;
		position: relative;
		margin: 5em 0 2.8em;
	}
	#top_title_wrap .title_img {
		position: relative;
        z-index: 10;
	}
    #top_title_wrap .title_img .logo {
		position: absolute;
	}
	#top_title_wrap .title_img:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: #000;
		opacity: 0.3;
		display:block;
	}
	#top_title_wrap h3 {
		left: 0;
		top: 4em;
		width: 100%;
		font-size: 35px;
		line-height: 1.0em;
        padding:25px 0 0 0;
        color:#AEA258;
	}
	#top_title_wrap p.sub {
		left: 0;
		top: 19em;
		width: 100%;
		font-size: 1.1em;
		line-height: 1.0em;

	}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0 50px;
	}
	#top_title_wrap h3 {
		top: 160px;
		font-size: 35px;
		margin: 135px 0 0 0;
        color:#AEA258;
	}
	#top_title_wrap p.sub {
		top: 250px;
		font-size: 20px;
	}
}

