body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.swiper {
    height: 100vh;
    background: #2a2724;
}

.swiper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(20, 18, 15, 0.92) 0%, rgba(36, 32, 27, 0.80) 45%, rgba(44, 38, 30, 0.72) 100%);
}

.ltg-slide picture {
    display: none;
}

.site-header {
    background: none;
    position: absolute;
    font-family: 'Jost', sans-serif;
    box-shadow: none;
    transition: background 0.4s, padding 0.4s;
}

.header_scrolled .site-header {
    background: rgba(250, 248, 245, 0.94);
    border-bottom: 1px solid #d4cdc5;
    box-shadow: none;
    animation: none;
}

.header_scrolled .site-header-logo {
    display: block;
    padding: 0;
    margin: 0;
}

.header_scrolled .top-slider-wrap {
    margin-top: 0 !important;
}

.page-header,.breadcrumb {
	display: none;
}

.global-nav--layout--float-right .global-nav-list {
    display: flex;
    gap: 44px;
}

.device-pc .global-nav-list>li>a {
    padding: 0;
}

.site-header--layout--nav-float .site-header-logo a {
    display: flex;
    align-items: center;
    color: #c7c5bb;
}

.header_scrolled .site-header--layout--nav-float .site-header-logo a,
.header_scrolled .global-nav-list>li .global-nav-name {
    color: #2a2724;
}

.site-header--layout--nav-float .site-header-container {
    max-width: none;
    padding: 26px 52px;
}

.site-header-logo span {
    padding-top: 3px;
}

.site-header-logo {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.38em;
    color: #2a2724;
    margin: 0;
    padding: 0;
}

.site-header-logo a::before {
    content: "";
    display: block;
    width: 32px;
    height: 30px;
    margin: 0 auto;

    background-color: #c7c5bb;

    -webkit-mask: url("../images/flower.svg") center / contain no-repeat;
    mask: url("../images/flower.svg") center / contain no-repeat;

    opacity: 1;
    pointer-events: none;
    margin-right: 17.5px;
    margin-left: 0;
}

.global-nav-list>li .global-nav-name {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-decoration: none;
    color: #c7c5bb;
    transition: opacity 0.25s;
}

h3.ltg-slide-text-title {
    text-align: left;
    color: #d1cabe;
    font-size: 2.4em;
    letter-spacing: .25em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}

h3.ltg-slide-text-title span {
    display: block;
    font-size: .75em;
    font-weight: 200;
    letter-spacing: .1em;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lightning_swiper .ltg-slide-text-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    color: #d1cabe !important;
    text-align: center !important;
    text-indent: -9999px;
}

/* h3の上にSVGを配置 */
.lightning_swiper .ltg-slide-text-title::before {
    content: "";
    display: block;
    width: 250px;
    height: 340px;
    margin: 0 auto;
    margin-bottom: -80px;

    /*background-color: #d1cabe;*/

    /*-webkit-mask: url("../images/flower.svg") center / contain no-repeat;
    mask: url("../images/flower.svg") center / contain no-repeat;*/

    opacity: 1;
    pointer-events: none;
    background-image: url(../images/mv_logo.png);
}

.ltg-slide-text-caption {
    font-size: clamp(0.78rem, 1.1vw, 0.88rem);
    font-weight: 200;
    color: #b0a898;
    letter-spacing: 0.22em;
    line-height: 2;
    margin-top: 0 !important;
}

.ltg-slide-text-caption span.age {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.5em;
    color: #5a5650;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 36px;
    display: inline-block;
}

.ltg-slide-text-caption span.en {
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.65rem, 0.9vw, 0.72rem);
    font-weight: 200;
    color: #7a7268;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}

.scroll-hint {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

.scroll-hint br {
    display: none;
}

.scroll-hint span {
    font-family: 'Jost', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.35em;
    color: #5a5650;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, #6a6460, transparent);
    animation: grow 2.2s ease-in-out infinite;
}

@keyframes grow {
    0% {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 1;
    }

    60% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 0;
    }
}

section h2.elementor-heading-title {
    font-size: clamp(1.5rem, 2.8vw, 2.3rem);
    font-weight: 200;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin-bottom: 36px;
}

section h2 span {
    display: block;
}

section h2 span.en {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #9a8e82;
    padding-left: 5em;
    position: relative;
    margin-bottom: 60px;
    line-height: 1.9;
}

section h2 span.en::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #9a8e82;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

section h2 span.en_title {
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.9rem, 1.3vw, 1.05rem);
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #6b6560;
    margin-top: 36px;
}

section p.jp_text {
    font-size: 0.88rem;
    line-height: 2.3;
    color: #3d3a37;
    letter-spacing: 0.05em;
}

section p.en_text {
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    font-weight: 200;
    line-height: 2;
    color: #9a8e82;
    margin-top: 28px !important;
    letter-spacing: 0.03em;
}

body.page-id-7 section>div:last-child {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    padding-bottom: 55px !important;
    padding-top: 60px !important;
}

body.page-id-7 section>div:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photo-caption {
    font-family: 'Jost', sans-serif;
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--stone);
    margin-top: 16px !important;
    text-align: right;
}

.site-footer-content {
    padding-top: 0;
}

.site-footer-content .widget ul,
.site-footer-content .widget p {
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer-content .widget ul li {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28.39px;
}

.site-footer-copyright {
    display: none;
}

.site-footer-content>.row>div:first-child {
    flex: 0 0 100%;
    max-width: none;
}

.site-footer-content>.row>div:not(:first-child) {
    display: none;
}

.site-body {
    padding: 0;
}

.main-section--margin-bottom--on {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

.footer-logo {
    height: 228.08px;
}

.site-footer {
    content-visibility: unset;
    contain-intrinsic-size: auto;
}

@media screen and (max-width:767px) {
    .lightning_swiper .ltg-slide-text-title::before {
        background-image: url(../images/mv_logo_sp.png);
        background-size: contain;
        width: 191px;
        background-repeat: no-repeat;
        margin-bottom: -150px;
    }
}

@media screen and (max-height: 800px) {
  .scroll-hint {
    display: none;
  }
}