.c-section {
    position: relative;
}
.c-section__vertical {
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 30px;
    margin-block: 120px;
}
.p-plan {
    display: grid;
    grid-template-columns: 1fr fit-content(200px);
    align-items: flex-end;
    grid-template-areas:
        "head button"
        "body body";
    gap: 30px 20px;
    justify-content: space-between;
}
.p-plan__head {
    grid-area: head;
}
.c-heading2 {
    color: #58453a;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 58px;
}
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure) {
    margin: 0;
    padding: 0;
}
.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=fadeInUp] {
    animation: fadeInUp 1.3s ease-out both;
}
.p-plan__button {
    grid-area: button;
}
.u-ani-delay08s, .u-ani-delay08s::before, .u-ani-delay08s::after {
    animation-delay: 0.8s !important;
}
.p-plan__body {
    grid-area: body;
}
.c-swiper {
    position: relative;
}
@media print, screen and (min-width: 1025px) {
    .c-swiper[data-init="portrait,sp"] .swiper {
        margin-left: initial;
        margin-right: initial;
    }
    .c-swiper[data-init="portrait,sp"] .swiper-wrapper {
        position: initial;
        width: initial;
        height: initial;
        z-index: initial;
        transition-property: initial;
        transition-timing-function: initial;
        box-sizing: initial;
    }
    .c-swiper[data-init="portrait,sp"] .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .c-swiper[data-init="portrait,sp"] .swiper-slide {
        max-width: none;
    }
        .c-swiper[data-init="portrait,sp"] .swiper-slide > a {
        display: initial;
        flex-direction: initial;
        flex-grow: initial;
        text-decoration: initial;
    }
    .c-swiper[data-init="portrait,sp"] .swiper-slide {
        height: initial;
        display: initial;
        flex-direction: initial;
        transform: initial;
        backface-visibility: initial;
    }
    .c-swiper[data-init="portrait,sp"] .swiper-nav, 
    .c-swiper[data-init="portrait,sp"] .swiper-button-prev, 
    .c-swiper[data-init="portrait,sp"] .swiper-button-next, 
    .c-swiper[data-init="portrait,sp"] .swiper-pagination, 
    .c-swiper[data-init="portrait,sp"] .swiper-number, 
    .c-swiper[data-init="portrait,sp"] .swiper-autoplay-control {
        display: none;
    }
    .c-swiper .swiper-slide .u-hover-reflection__target {
        width: 90%;
    }
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.c-swiper .swiper-wrapper {
    width: fit-content;
    margin-inline: auto;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.u-hover-reflection {
    position: relative;
    isolation: isolate;
    text-decoration: none;
}
.c-swiper .swiper-slide .u-hover-reflection__target {
    overflow: hidden;
    border-radius: 5px;

}
.u-hover-reflection__target {
    position: relative;
    z-index: 100;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.c-swiper .swiper-slide__badge {
    display: block;
    padding-top: 10px;
    text-align: left;
}
.c-badge--plan {
    background-color: #d1b99b;
    border-radius: 100vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    padding: 0.25em 0.75em;
}
.c-badge {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    vertical-align: 1px;
}
.c-swiper .swiper-slide__text {
    display: block;
    margin-top: 0.25em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    color: #58453a;
}
.c-heading2__ja {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.c-swiper .swiper-slide img {
    aspect-ratio: 3/2;
    object-fit: cover;
}
.c-swiper .swiper-slide > a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: inherit;
    text-decoration: none;
}
:where(body) {
    min-width: 375px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    overflow-wrap: break-word;
    overflow-y: scroll;
    color: #58453a;
    background-color: #f5f4f3;
    font-size: 1rem;
    line-height: 1.4;
}
.c-button {
    color: inherit;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.c-button--simple {
    display: inline-block;
    text-align: left;
    min-width: min(5em, 100%);
    padding: 0.5em 40px 0.5em 0;
    color: #58453a;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    background-image: url(../img/arrow.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: right center;
}
.c-button--simple::before {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(88, 69, 58, 0.2);
}
.c-button--simple::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(88, 69, 58, 0.6);
    transition-property: transform;
    transition-duration: 0.3s;
    transform-origin: right top;
    transform: scale(0, 1);
}
:where(img) {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.p-bridalfair__button {
    grid-area: button;
}
.p-bridalfair {
    display: grid;
    grid-template-columns: 1fr fit-content(200px);
    align-items: flex-end;
    grid-template-areas:
        "head button"
        "body body";
    gap: 30px 20px;
    justify-content: space-between;
}
.p-bridalfair__body {
    grid-area: body;
}
@media screen and (max-width: 767px) {
    .c-swiper .swiper-nav {
        gap: 40px;
    }
    .c-swiper .swiper-nav {
        margin-top: 14px;
    }
    .p-bridalfair__button {
        text-align: center;
    }
    .c-section__vertical {
        margin-block: 70px;
    }
    .c-section__vertical {
        padding-inline: 20px;
    }
    .p-bridalfair {
        grid-template-columns: 100%;
        grid-template-areas:
        "head"
        "body"
        "button";
        gap: 30px 20px;
        justify-content: space-between;
    }
}
.c-swiper .swiper-nav {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    :where(body) {
        font-size: 0.9rem;
    }
}
.c-swiper {
    position: relative;
}
.swiper-nav .swiper-button-next {
    border: none;
    background: none;
    order: 3;
}
.swiper-nav .swiper-button-prev {
    border: none;
    background: none;
}
.u-hover-reflection.is-active .u-hover-reflection__target {
    animation: filter-light 1800ms linear forwards;
}

@keyframes filter-light {
0% {
    filter: brightness(1);
}
20% {
    filter: brightness(1.15);
}
80% {
    filter: brightness(1);
}
100% {
    filter: brightness(1);
}
}
@keyframes move-light {
	0% {
		transform: translate3d(-250%, -250%, 0) scale(4.5);
	}
	100% {
		transform: translate3d(0%, 0%, 0) scale(5);
	}
}
@keyframes move-light-opacity {
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.c-swiper .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
    width: 100%;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet::after {
    background: #58453a;
    width: 0;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet::before, .c-swiper .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 100vw;
    overflow: hidden;
    height: 1px;
    width: 100%;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 24px;
    width: 100%;
    position: relative;
    transition-property: background, width;
    transition-duration: 0.2s;
    background: none;
}
@media screen and (max-width: 767px) {
    .c-swiper .swiper-nav .swiper-pagination {
        flex-grow: 1;
    }
}
.c-swiper .swiper-nav .swiper-pagination {
    order: 2;
    position: relative;
}
.c-swiper .swiper-pagination {
    --animation-duration: 0;
    --animation-play-state: running;
    display: flex;
    justify-content: center;
    gap: 0;
}
@media screen and (max-width: 767px) {
    .c-swiper .swiper-pagination {
        gap: 0;
    }
    .swiper-pagination-bullet-active {
        background: none;
    }
}
.u-hover-reflection__target .c-section--gallery::before, .u-hover-reflection__target img {
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.u-hover-reflection__body {
    position: absolute;
    inset: 0;
    overflow: hidden;
    mix-blend-mode: hard-light;
    opacity: 0;
    z-index: 2;
}
.u-hover-reflection.is-active .u-hover-reflection__body {
    opacity: 1;
}

.u-hover-reflection__body-inner {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(hsla(54, 100%, 87%, 0) 0%, hsla(54, 70%, 90%, 0.35) 55%, hsla(8, 79%, 90%, 0.35) 70%, hsla(8, 79%, 90%, 0) 80%, hsla(8, 79%, 90%, 0) 100%);
    opacity: 0;
    transition: 200ms;
    transform: translate3d(0%, 0%, 0) scale(5);
}

.u-hover-reflection.is-active .u-hover-reflection__body-inner {
    opacity: 1;
    animation: move-light 1800ms forwards, move-light-opacity 1800ms forwards;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    margin-top: 0;
}
.c-swiper .swiper-slide__date {
    display: block;
    padding-top: 0.5em;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    color: #58453a;
}