.renewal2402:nth-of-type(2) {
    display: none;
}

.link_container {
    text-align: right;
}

/* html {
    scroll-behavior: smooth;
} */

/* MV部分 */

.heroArea {
    font-family: "zen-old-mincho", "Noto Sans JP", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-image: url(/contents/special_contents/trend2025/img/mv_pc.webp);
    background-size: 100% 597px;
    padding: 90px 0 40px;
    background-size: cover;
}

.heroArea_box {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.heroArea_title {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #d3b2b2;
}

.heroArea_year {
    position: relative;
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 96.58px;
    line-height: 96.58px !important;
    letter-spacing: 10px;
    color: #b59696;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 28px;
    overflow: hidden;
    padding: 16px 0 0 0 ;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}

.heroArea_year span {
    position: relative;
    display: inline-block;
    color: #b59696;
}

.heroArea_year_shine::before {
    content: '';
    position: absolute;
    top: 19px;
    left: -100%;
    width: 100%;
    height: 82%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 4s infinite;
}

.heroArea_year img {
    margin: 20px 0 0 0;
}

@keyframes shine {
    0% {
        left: -100%;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        left: 140%;
        opacity: 0;
    }
}

.heroArea_search_imgOuter {
    margin: 60px 0;
    text-align: center;
}

/* アンカーリンク */

.anchor {
    font-family: "zen-old-mincho", "Noto Sans JP", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-color: #f5f0f1;
    position: relative;
    background-image: url(/contents/special_contents/trend2025/img/back_bubble.webp);
}

.anchor_inner {
    max-width: 960px;
    display: flex;
    justify-content: center;
    column-gap: 16px;
    margin: 0 auto;
    position: relative;
    content: "";
    top: -45px;
    z-index: 10;
}

.anchor_link {
    width: 179px;
    height: 88px;
    background-color: #b59696;
    box-shadow: 0px 0px 8px 0px #b59696;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-image: url(/contents/special_contents/trend2025/img/flame_hover.webp);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px !important;
    letter-spacing: 1px;
    position: relative;
}

.default_text {
    display: block;
}

.hover_text {
    display: none;
}

.anchor_link:hover .default_text {
    display: none;
}

.anchor_link:hover .hover_text {
    display: block;
    font-weight: 900;
    font-size: 13px;
    line-height: 16.9px !important;
    letter-spacing: 1px;
    font-family: "zen-old-mincho";
}

.anchor_link:hover {
    background-color: #f5f3ef;
    color: #b59696;
    background-image: url(/contents/special_contents/trend2025/img/flame.webp);
    cursor: pointer;
}

/* キーワード */

#keyword {
    background-color: #f5f0f1;
    position: relative;
    background-image: url(/contents/special_contents/trend2025/img/back_bubble.webp);
    padding: 33px 0 120px 0;
    font-family: "zen-old-mincho", "Noto Sans JP", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.keyword_box {
    max-width: 960px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.keyword_box.visible {
    opacity: 1;
    transform: translateY(0);
}

.keyword_title {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.keyword_subtitle {
    margin: 16px 0 0 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #a0666f;
}

.keyword_text {
    margin: 32px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.guest_box {
    max-width: 960px;
    margin: 90px auto 0;
}

.guest_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    text-align: center;
    color: #5c5247;
    letter-spacing: 4px;
}

.guest_imgOuter {
    margin: 40px auto 0;
    text-align: center;
    border: 1px solid #a0666f;
    padding: 12px;
    width: 794px;
    height: 528px;
    border-radius: 72px;
    position: relative;
}

.zoom-container {
    width: 768px; /* 画像の幅に合わせる */
    height: 504px; /* 画像の高さに合わせる */
    overflow: hidden; /* 画像がはみ出さないようにする */
    position: relative;
    border-radius: 64px;
}

.zoom-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1); /* 初期状態 */
    transition: transform 16s ease-in-out; /* アニメーションの設定 */
}

.zoom-container.zoom-in img {
    transform: scale(1.3); /* ズームイン */
}

@keyframes zoom-in {
    0% {
        transform: scale(1); /* 初期状態 */
    }
    100% {
        transform: scale(1.3); /* ズームイン */
    }
}

.guest_imgcomment:nth-of-type(2) {
    content: '';
    position: absolute;
    top: 25px;
    left: -10%;
}

.guest_imgcomment:nth-of-type(3) {
    content: '';
    position: absolute;
    top: 353px;
    left: -10.5%;
}

.guest_imgcomment:nth-of-type(4) {
    content: '';
    position: absolute;
    top: 460px;
    left: 35%;
}

.guest_imgcomment:nth-of-type(5) {
    content: '';
    position: absolute;
    top: 25px;
    left: 70%;
}

.guest_imgcomment:nth-of-type(6) {
    content: '';
    position: absolute;
    top: 343px;
    left: 70%;
}

/* フェード効果のためのCSS: */

#guestImgOuterBox {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#guestImgOuterBox.visible {
    opacity: 1;
}

.guest_imgOuter {
    position: relative;
}

.guest_imgcomment img {
    opacity: 0;
    transition: opacity 1s ease;
}

.guest_imgcomment img.visible {
    opacity: 1;
}

/*  */

.guest_answer {
    margin: 72px 0 0 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.guest_answer_color {
    color: #a0666f;
}

.guest_answer_inner {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.reason_box {
    max-width: 960px;
    margin: 120px auto 0;
}

.reason_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    text-align: center;
    color: #5c5247;
    letter-spacing: 4px;
}

.reason_flex {
    margin: 32px 0 0 0;
    display: flex;
    column-gap: 32px;
}

.reason_imgOuter {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #a0666f;
    padding: 8px;
    width: 393px;
    height: 298px;
    border-radius: 72px;
}


/* フェード効果のためのCSS: */
.reason_flex.visible {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.reason_flex {
    opacity: 0;
}
/**/

.reason_rank {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.reason_ranking {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.reason_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    letter-spacing: 1px;
}

.reason_answer {
    margin: 60px 0 0 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.reason_answer_color {
    color: #a0666f;
}

.reason_answer_inner {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.ideal_box {
    max-width: 960px;
    margin: 120px auto 0;
}

.ideal_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    text-align: center;
    color: #5c5247;
    letter-spacing: 4px;
}

.ideal_flex {
    margin: 32px 0 0 0;
    display: flex;
    column-gap: 32px;
}


/* フェード効果のためのCSS: */
.ideal_flex.visible {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.ideal_flex {
    opacity: 0;
}
/**/

.ideal_rank {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.ideal_ranking {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.ideal_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    letter-spacing: 1px;
}

.ideal_imgOuter {
    margin: 0 auto 0;
    text-align: center;
    border: 1px solid #a0666f;
    padding: 8px;
    border-radius: 72px;
}

.ideal_answer {
    margin: 60px 0 0 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.ideal_answer_color {
    color: #a0666f;
}

.ideal_answer_inner {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.ideal_point {
    margin: 40px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #a0666f;
    display: inline-block;
}

.ideal_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.ideal_point:hover {
    text-decoration: underline;
}

.ideal_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.commitment_box {
    max-width: 960px;
    margin: 120px auto 0;
}

.commitment_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    text-align: center;
    color: #5c5247;
    letter-spacing: 4px;
}

.commitment_flex {
    margin: 32px 0 0 0;
    display: flex;
    column-gap: 32px;
}

.commitment_imgOuter {
    margin: 0 auto 0;
    text-align: center;
    border: 1px solid #a0666f;
    padding: 8px;
    border-radius: 78px;
}

/* フェード効果のためのCSS: */
.commitment_flex.visible {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.commitment_flex {
    opacity: 0;
}
/**/

.commitment_rank {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.commitment_ranking {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
    column-gap: 16px;
}

.commitment_ranking_text {
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
    width: 300px;
}

.commitment_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    letter-spacing: 1px;
}

.commitment_answer {
    margin: 60px 0 0 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.commitment_answer_color {
    color: #a0666f;
}

.commitment_answer_inner {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

/* 式場の探し方 */

#check {
    background-color: #cec1c3;
    padding: 120px 0;
    font-family: "zen-old-mincho", "Noto Sans JP", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.check_outer {
    max-width: 960px;
    margin: 0 auto;
    border: 4px solid #fff;
    padding: 12px;
}

.check_inner {
    border: 2px solid #fff;
    padding: 8px 8px 92px;
}

.check_top {
    text-align: center;
}

.check_imgOuter {
    margin: 23px 0 0 0;
}

.check_title {
    margin: 18px 0 0 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 100% !important;
    text-align: center;
    color: #5c5247;
    letter-spacing: 4px;
}

.check_title_color {
    font-size: 32px;
    line-height: 100% !important;
    color: #a0666f;
}

.check_body {
    display: flex;
    margin: 80px 0 0 0;
    padding: 0 28px;
}

.check_body_imgOuter {
    border: 1px solid #a0666f;
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 442px;
    height: 296px;
    position: relative;
    z-index: 1;
}

/* フェード効果のためのCSS: */
.check_body.visible {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.check_body {
    opacity: 0;
}
/**/

.check_body_inner {
    margin: 30px 0 0 -40px;
    background-image: url(/contents/special_contents/trend2025/img/check_frame1.webp);
    background-size: 464px 359px;
    padding: 40px 50px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.check_body_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.check_body_title_color {
    color: #a0666f;
}

.check_body_text {
    margin: 16px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #333333;
}

.check_body:nth-of-type(3),.check_body:nth-of-type(5) {
    margin: 60px 0 0 0;
}

.check_body:nth-of-type(3) .check_body_inner,
.check_body:nth-of-type(5) .check_body_inner {
    margin: 30px 0 0 0;
}

.check_body:nth-of-type(3) .check_body_imgOuter,
.check_body:nth-of-type(5) .check_body_imgOuter {
    margin: 0 0 0 -40px;
}

.check_point {
    margin: 16px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #a0666f;
    display: inline-block;
}

.check_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.check_point:hover {
    text-decoration: underline;
}

.check_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.check_body:nth-of-type(3) .check_body_inner {
    background-image: url(/contents/special_contents/trend2025/img/check_frame_2.webp);
    background-size: 464px 336px;
}

.check_body:nth-of-type(4) .check_body_inner {
    background-image: url(/contents/special_contents/trend2025/img/check_frame_3.webp);
    background-size: 464px 362px;
    
}

.check_body:nth-of-type(5) .check_body_inner {
    background-image: url(/contents/special_contents/trend2025/img/check_frame_4.webp);
    background-size: 464px 361px;
}

.check_body:nth-of-type(6) .check_body_inner {
    background-image: url(/contents/special_contents/trend2025/img/check_frame_5.webp);
    background-size: 464px 331px;
}

.check_footer {
    width: 282px;
    height: 48px;
    border-radius: 50px;
    background-color: #a0666f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.check_footer:hover {
    background-color: #fff;
}

.check_footer_text {
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
    color: #fff;
}

.check_footer:hover .check_footer_text {
    color: #a0666f;
}

/* セレモニー */

.ceremony {
    background-image: url(/contents/special_contents/trend2025/img/ceremony_back.webp);
    padding: 120px 0;
    background-color: #eeefef;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "zen-old-mincho", "Noto Sans JP", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.ceremony_inner {
    max-width: 960px;
    margin: 0 auto;
}

.ceremony_top {
    text-align: center;
}

.ceremony_title {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100% !important;
    letter-spacing: 3px;
    text-align: center;
    color: #5c5247;
}

.ceremony_subtitle {
    margin: 16px 0 0 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5e7f84;
}

.ceremony_text {
    margin: 32px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.ceremony_body {
    display: flex;
    margin: 120px 0 0 0;
    column-gap: 40px;
}

.ceremony_imgOuter {
    margin: 21.4px 0 0 0;
}

.ceremony_box {
    width: 470px;
}

.ceremony_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.ceremony_answer {
    margin: 40px 0 0 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.ceremony_answer_color {
    color: #5e7f84;
}

.ceremony_answer_text {
    margin: 16px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.ceremony_rank {
    margin: 60px 0 0 0;
    display: flex;
    flex-direction: column;
}

/* フェード効果のためのCSS: */
#ceremonyRankbox {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#ceremonyRankbox.visible {
    opacity: 1;
}

#ceremonyImgOuterBox {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#ceremonyImgOuterBox.visible {
    opacity: 1;
}
/**/

.ceremony_ranking {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.ceremony_ranking_text {
    margin: 0 0 0 12px;
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.ceremony_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    margin: 0 0 0 12px;
}

.ceremony_ranking_inner {
    margin: 6px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.ceremony_rank:nth-of-type(n+2) {
    margin: 32px 0 0 0;
}

.chapel_link {
    width: 326px;
    height: 48px;
    border-radius: 50px;
    background-color: #5e7f84;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.chapel_link:hover {
    background-color: #fff;
}

.chapel_link_text {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
}

.chapel_link:hover .chapel_link_text {
    color: #5e7f84;
}

.seremony_select {
    margin: 120px 0 0 0;
}

/* フェード効果のためのCSS: */
#seremonySelectBox1, #seremonySelectBox2, #seremonySelectBox3, #seremonySelectBox4, #seremonySelectBox5 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#seremonySelectBox1.visible, #seremonySelectBox2.visible, #seremonySelectBox3.visible, #seremonySelectBox4.visible, #seremonySelectBox5.visible {
    opacity: 1;
}

/**/

.ceremony_select_question {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 4px;
    text-align: center;
    color: #5c5247;
}

.seremony_select_outer {
    display: flex;
    column-gap: 23px;
    margin: 40px 0 0 0;
}

.ceremony_select_answer {
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 2px;
    color: #5c5247;
}

.ceremony_select_answer_color {
    color: #5e7f84;
}

.ceremony_select_text {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247 !important;
}

.seremony_point {
    margin: 16px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #5e7f84;
    display: inline-block;
}

.seremony_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_green.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.seremony_point:hover {
    text-decoration: underline;
}

.seremony_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.seremony_select_rank {
    padding: 19px 0;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.seremony_select_ranking {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.seremony_select_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    letter-spacing: 1px;
}

.seremony_select_ranking_text {
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.seremony_select_text {
    padding: 47px 0;
    margin: 0 0 0 17px;
}

.seremony_select_outer:nth-of-type(3) .seremony_select_text {
    margin: 0;
}

.seremony_select_outer:nth-of-type(3) .seremony_select_imgOuter {
    margin: 0 0 0 17px;
}

.seremony_select_outer:nth-of-type(4) .seremony_select_text {
    padding: 0;
}

.seremony_select_outer:nth-of-type(5) .seremony_select_text {
    margin: 0;
}

.seremony_select_outer:nth-of-type(5) .seremony_select_imgOuter {
    margin: 0 0 0 17px;
}

.select_right_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.seremony_select_outer:nth-of-type(4) .seremony_select_text .select_right_title {
    line-height: 175% !important;
}

.select_right_title_color {
    color: #5e7f84;
}

.select_right_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 24px 0 0 0;
}

.seremony_select_point {
    margin: 24px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5e7f84 !important;
    display: inline-block;
}

.seremony_select_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_green.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.seremony_select_point:hover {
    text-decoration: underline;
}

.seremony_select_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 和の結婚式 */

#wakon {
    background-image: url(/contents/special_contents/trend2025/img/wakon_back.webp);
    padding: 120px 0 120px;
    background-color: #c1ccce;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "zen-old-mincho", "Noto Sans JP", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.wakon_outer {
    max-width: 960px;
    margin: 0 auto;
}

.wakon_top {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.wakon_top_color {
    font-size: 32px;
    color: #5e7f84;
}

.wakon_body {
    margin: 80px 0 0 0;
}

.wakon_inner {
    display: flex;
}

.wakon_box {
    background-color: #eae9ec;
    padding: 20px;
    width: 480px;
    height: 480px;
}

.wakon_contena {
    padding: 94px 35px;
    background-color: #fff;
    border: 1px solid #5e7f84
}

/* フェード効果のためのCSS: */
#wakonInnerBox1,#wakonInnerBox2,#wakonInnerBox3 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#wakonInnerBox1.visible,#wakonInnerBox2.visible,#wakonInnerBox3.visible {
    opacity: 1;
}
/**/

.wakon_inner:nth-of-type(2) .wakon_box .wakon_contena {
    padding: 119px 35px;
}

.wakon_inner:nth-of-type(3) .wakon_box .wakon_contena {
    padding: 94px 35px;
}

.wakon_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5e7f84;
}

.wakon_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 16px 0 0 0;
}

.wakon_point {
    margin: 24px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #5e7f84 !important;
    display: inline-block;
}

.wakon_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_green.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.wakon_point:hover {
    text-decoration: underline;
}

.wakon_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.wakon_link {
    width: 289px;
    height: 48px;
    border-radius: 50px;
    background-color: #5e7f84;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.wakon_link:hover {
    background-color: #fff;
}

.wakon_link_text {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
}

.wakon_link:hover .wakon_link_text {
    color: #5e7f84;
}

/* パーティ */

.party {
    background-color: #eeeef0;
    position: relative;
    background-image: url(/contents/special_contents/trend2025/img/back_bubble.webp);
    padding: 110px 0 120px 0;
    font-family: "zen-old-mincho", sans-serif;
}

.party_outer {
    max-width: 960px;
    margin: 0 auto;
}

.party_top {
    text-align: center;
}

.party_title {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100% !important;
    letter-spacing: 3px;
    text-align: center;
    color: #5c5247;
}

.party_subtitle {
    margin: 16px 0 0 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #7272aa;
}

.party_text {
    margin: 32px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

/* フェード効果のためのCSS: */
#partyFlexBox {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#partyFlexBox.visible {
    opacity: 1;
}

/**/

.party_body {
    margin: 120px 0 0 0;
}

.party_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 4px;
    text-align: center;
    color: #5c5247;
}

.party_flex {
    display: flex;
    column-gap: 24px;
    margin: 40px 0 0 0;
}

.party_twenty, .party_thirty {
    width: 468px;
}

.party_twenty_box, .party_thirty_box {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.party_twenty_title, .party_thirty_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.party_imgOuter {
    margin: 32px 0 0 0;
    text-align: center;
}

.party_ranking {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 34px 0 0 0;
}

.party_ranking:nth-of-type(n+2) {
    margin: 8px 0 0 0;
}

.party_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    letter-spacing: 1px;
}

.party_ranking_text {
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.party_answer {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
    margin: 40px 0 0 0;
}

.party_link {
    width: 289px;
    height: 48px;
    border-radius: 50px;
    background-color: #7272aa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.party_link:hover {
    background-color: #fff;
}

.party_link_text {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
}

.party_link:hover .party_link_text {
    color: #7272aa;
}

.party_coordination {
    display: flex;
    margin: 120px 0 0 0;
    column-gap: 40px;
}

/* フェード効果のためのCSS: */
#PartyCoordinationBox {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#PartyCoordinationBox.visible {
    opacity: 1;
}

#eventFlexBox1,#eventFlexBox2,#eventFlexBox3,#eventFlexBox4,#eventFlexBox5 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#eventFlexBox1.visible,#eventFlexBox2.visible,#eventFlexBox3.visible,#eventFlexBox4.visible,#eventFlexBox5.visible {
    opacity: 1;
}

/**/

.coordination_box {
    width: 470px;
}

.coordination_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 140% !important;
    letter-spacing: 4px;
    text-align: center;
    color: #5c5247;
}

.coordination_answer {
    margin: 40px 0 0 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.coordination_answer_color {
    color: #7272aa;
}

.coordination_ranking {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 60px 0 0 0;
    text-align: left;
}

.coordination_ranking:nth-of-type(n+4) {
    margin: 16px 0 0 0;
}

.coordination_ranking_text {
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.coordination_ranking_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.coordination_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 60px 0 0 0;
}

.party_event {
    margin: 120px 0 0 0;
}

.event_flex {
    display: flex;
    column-gap: 90.5px;
}

.event_flex:nth-of-type(n+1) {
    margin: 32px 0 0 0;
}

.event_flex:nth-of-type(2),.event_flex:nth-of-type(3),
.event_flex:nth-of-type(4),.event_flex:nth-of-type(5) {
    column-gap: 40px;
}

.event_box {
    padding: 56.5px 0;
}

.event_flex:nth-of-type(2) .event_box,
.event_flex:nth-of-type(3) .event_box {
    padding: 53px 0;
}

.event_flex:nth-of-type(4) .event_box{
    padding: 28.6px 0;
}

.event_flex:nth-of-type(5) .event_box {
    padding: 30.6px 0;
}

.event_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.event_title_color {
    color: #7272aa;
}

.event_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 24px 0 0 0;
}

.event_point {
    margin: 24px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #7272aa !important;
    display: inline-block;
}

.event_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_blue.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.event_point:hover {
    text-decoration: underline;
}

.event_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* dress & beauty */

.dress {
    background-image: url(/contents/special_contents/trend2025/img/dress_back.webp);
    padding: 120px 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "zen-old-mincho", sans-serif;
}

.dress_outer {
    max-width: 960px;
    margin: 0 auto;
}

.dress_top {
    text-align: center;
}

.dress_title {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100% !important;
    letter-spacing: 3px;
    text-align: center;
    color: #5c5247;
}

.dress_subtitle {
    font-weight: 900;
    font-size: 24px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #c67274;
    margin: 16px 0 0 0;
}

.dress_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
    margin: 32px 0 0 0;
}

.dress_question {
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 4px;
    text-align: center;
    color: #5c5247;
    margin: 120px 0 0 0;
}

/* フェード効果のためのCSS: */
#dressRankBox {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#dressRankBox.visible {
    opacity: 1;
}
/**/

.dress_ranking {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 32px 0 0 0;
    text-align: left;
    padding: 0 70px;
}

.dress_ranking:nth-of-type(n+2) {
    margin: 8px 0 0 0;
}

.dress_ranking_text {
    font-weight: 900;
    font-size: 18px;
    line-height: 140% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.dress_ranking_small {
    font-weight: 400;
    font-size: 14px;
}

.dress_imgOuter {
    margin: 32px 0 0 0;
}

.dress_answer {
    font-weight: 900;
    font-size: 22px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
    margin: 40px 0 0 0;
}

.dress_answer_color {
    color: #c67274;
}

.article_link {
    display: block;
    text-decoration: none;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.article_link:hover {
    opacity: 0.8;
}

.dress_point {
    margin: 32px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #c67274 !important;
    display: inline-block;
}

.dress_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_red.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.dress_point:hover {
    text-decoration: underline;
}

.dress_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.article_link:hover .dress_point {
    text-decoration: underline;
}

.article_link:hover .dress_point::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.dress_flex {
    display: flex;
    margin: 120px 0 0 0;
    column-gap: 40px;
}

/* フェード効果のためのCSS: */
#dressFlexBox1,#dressFlexBox2 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#dressFlexBox1.visible,#dressFlexBox2.visible {
    opacity: 1;
}
/**/

.dress_box {
    padding: 73px 0 ;
}

.dress_box_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: 2px;
    text-align: center;
    color: #5c5247;
}

.dress_box_title_color {
    color: #c67274;
}

.dress_box_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 24px 0 0 0;
}

.dress_flex_imgOuter {
    padding: 14px 0 25px;
}

.dress_article {
    margin: 120px 0 0;
}

.dress_article_outer {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.dress_article_inner {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border: 0.5px solid #c67274;
    box-shadow: 4px 4px 4px 0px #ebe2dd;
}

.dress_article_body {
    border: 0.5px solid #c67274;
    padding: 32px 40px;
    display: flex;
    column-gap: 40px;
}

.dress_article_box {
    width: 511px;
}

.dress_article_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #c67274;
}

.dress_article_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 24px 0 0 0;
}

.dress_link {
    width: 289px;
    height: 48px;
    border-radius: 50px;
    background-color: #c67274;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.dress_link:hover {
    background-color: #fff;
}

.dress_link_text {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
}

.dress_link:hover .dress_link_text {
    color: #c67274;
}

/* スペシャルコンテンツ */

.special {
    background-color: #f5f1ef;
    padding: 120px 0;
    font-family: "zen-old-mincho", sans-serif;
}

.special_outer {
    max-width: 960px;
    margin: 0 auto;
}

.special_top {
    text-align: center;
}

.special_title {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100% !important;
    letter-spacing: 4px;
    text-align: center;
    color: #5c5247;
}

.special_subtitle {
    font-weight: 900;
    font-size: 24px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #a88776;
    margin: 16px 0 0 0;
}

.special_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
    margin: 32px 0 0 0;
}

.special_check {
    margin: 120px 0 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.special_check_box {
    display: flex;
    margin: 32px 0 0 0;
    column-gap: 40px;
}

.check_box_inner {
    padding: 29px 0;
}

.check_box_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.check_box_title_color {
    color: #a88776;
}

.check_box_text {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.special_check_point {
    margin: 32px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #a88776;
    display: inline-block;
}

.special_check_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_brown.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.special_check_point:hover {
    text-decoration: underline;
}

.special_check_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.special_check_link {
    width: 289px;
    height: 48px;
    border-radius: 50px;
    background-color: #a88776;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.special_check_link:hover {
    background-color: #fff;
}

.special_check_link_text {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
}

.special_check_link:hover .special_check_link_text {
    color: #a88776;
}

/* フェード効果のためのCSS: */
#specialCheckBox1,#specialCheckBox2,#specialCheckBox3 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#specialCheckBox1.visible,#specialCheckBox2.visible,#specialCheckBox3.visible {
    opacity: 1;
}
/**/

/* PR部分 */

#promotion {
    background-color: #f5f1ef;
    font-family: "zen-old-mincho", sans-serif;
}

.promotion_outer {
    max-width: 960px;
    margin: 0 auto;
}

.promotion_top {
    background-color: #fff;
    max-width: 100%;
    border: 1px solid #a88776;
    box-shadow: 4px 4px 4px 0px #ebe2dd;
}

.promotion_header {
    font-weight: 900;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: 16%;
    text-align: center;
    width: 64px;
    height: 44px;
    padding: 12px 16px;
    color: #a88776;
    background-color: #a8877633;
}

.promotion_top_inner {
    display: flex;
    padding: 0 40px 40px;
    column-gap: 24px;
}

.promotion_top_text {
    margin: 21px 0 0 0;
}

.promotion_top_title {
    margin: 21px 0 0 0;
    font-weight: 900;
    font-size: 20px;
    line-height: 180% !important;
    letter-spacing: 1px;
    text-align: center;
    color: #5c5247;
}

.promotion_top_text {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
}

.promotion_link:hover {
    opacity: 0.9;
}

.promotion_link_text {
    width: 171px;
    height: 48px;
    border-radius: 50px;
    background-color: #a88776;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 2px;
}

.promotion_link:hover .promotion_link_text {
    color: #a88776;
    background-color: #f5f1ef;
}

.promotion_top_imgOuter {
    margin: -4px 0 0 0;
}

.promotion_body {
    /* margin: 120px 0 0 0; */
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.promotion_article {
    background-color: #fff;
    border: 0.5px solid #a88776;
    padding: 12px;
    box-shadow: 4px 4px 4px 0px #ebe2dd;
}

.promotion_article_inner {
    border: 0.5px solid #a88776;
    padding: 40px 32px;
}

.promotion_article_inner {
    display: flex;
    column-gap: 40px;
}

.promotion_article_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #a88776;
}

.promotion_article_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
    margin: 24px 0 0 0;
}

.promotion_point {
    margin: 16px 0 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-align: right;
    color: #a88776;
    position: relative;
}

.promotion_point::after {
    content: url('/contents/special_contents/trend2025/img/point_vecter_brown.webp');
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 8px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.promotion_point:hover {
    text-decoration: underline;
}

.promotion_point:hover::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

.article_link:hover .promotion_point {
    text-decoration: underline;
}

.article_link:hover .promotion_point::after {
    animation: fly-right-and-return-left 1.2s ease forwards;
}

@keyframes fly-right-and-return-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    51% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.promotion_footer {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 32px;
}

.promotion_footer_imgOuter {
    box-shadow: 4px 4px 4px 0px #ebe2dd;
}

.promotion_footer_imgOuter:hover {
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
}

.promotion_footer_imgOuter:hover {
    opacity: 0.8;
}

/* アンケート調査について */

#questionnaire {
    background-color: #fff;
    font-family: "zen-old-mincho", sans-serif;
}

.questionnaire_outer {
    max-width: 960px;
    margin: 0 auto;
    padding: 120px 0;
}

.questionnaire_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180% !important;
    letter-spacing: 1px;
    color: #5c5247;
}