/********************
*
*  ページ毎のスタイルが入る
*  ①共通スタイルは/common/css/common.css に記載
*  ②ページ・セクション毎に区切る
*  ③[#（ページ名）_contents]をコンテンツを囲むarticleに付与
*
********************/

/*********************
*  TOP
*********************/
/**** main_wrap ****/
#top_contents .main_wrap {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 110px;
}

#top_contents .main_wrap .bg_wave {
    position: absolute;
    left: 0;
    top: 75vh;
    z-index: 1;
}

#top_contents .main_wrap .container {
    position: relative;
    z-index: 9;
}

#top_contents .main_wrap .ttl_area {
    height: calc(100vh - 108px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_contents .main_wrap .main_ttl {
    font-size: 54px;
    margin-bottom: 30px;
}

#top_contents .main_wrap .sub_ttl {
    color: var(--main);
    position: relative;
    display: table;
    margin-inline: auto;
    padding-inline: 40px;
}

#top_contents .main_wrap .sub_ttl span {
    display: inline-block;
    padding-inline: 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

#top_contents .main_wrap .sub_ttl::before {
    content: "";
    position: absolute;
    background-color: var(--main);
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

#top_contents .main_wrap .mov_area {
    aspect-ratio: 9/16;
    width: 100%;
}

#top_contents .main_wrap .mov_area iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#top_contents .main_wrap .main_slider_area {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#top_contents .main_wrap .main_slider .main_slider_item div {
    margin-right: 20px;
}

@media (min-width: 992px) {
    #top_contents .eachTextAnime span {
        opacity: 0;
    }

    #top_contents .eachTextAnime.appeartext span {
        animation: text_anime_on 1s ease-out forwards;
    }

    @keyframes text_anime_on {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

@media (max-width: 991px) {
    #top_contents .main_wrap {
        padding-bottom: 0;
        margin-bottom: 70px;
    }

    #top_contents .main_wrap .container {
        width: 100%;
    }

    #top_contents .main_wrap .ttl_area {
        height: auto;
    }

    #top_contents .main_wrap .sp_con {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    #top_contents .main_wrap .sp_con::after {
        content: "";
        position: absolute;
        background-image: url(../img/top/main_bg.png);
        width: 100%;
        height: 200px;
        background-size: 100% 100%;
        bottom: -20px;
        left: 0;
    }

    #top_contents .main_wrap .sp_con::before {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0);
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    #top_contents .main_wrap .main_ttl {
        text-align: center;
        position: relative;
        z-index: 9;
        font-size: 35px;
        margin-bottom: 2px;
    }

    #top_contents .main_wrap .sub_ttl {
        font-size: 14px;
        padding-inline: 30px;
    }

    #top_contents .main_wrap .main_slider_area {
        position: relative;
        margin-top: 25px;
    }
}

/**** readtxt_wrap ****/
#top_contents .readtxt_wrap {
    line-height: 1.8;
    margin-bottom: 50px;
}

/**** special_wrap ****/
#top_contents .special_wrap {
    position: relative;
    padding-bottom: 300px;
    overflow: hidden;
}

#top_contents .special_wrap .h2_group {
    padding-top: 100px;
}

#top_contents .special_wrap .special_bg_icon {
    position: absolute;
    width: 102vw;
    max-width: inherit;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#top_contents .special_wrap .specialwedding_slider_wrap {
    position: absolute;
    width: 65%;
    max-width: 706px;
    right: 0;
    top: 0;
    z-index: 99;
}

#top_contents .special_wrap .icon_area {
    position: relative;
    padding-right: 45px;
    max-width: 100%;
}

#top_contents .special_wrap .icon_area .icon_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 991px) {
    #top_contents .special_wrap {
        padding-bottom: 50px;
    }

    #top_contents .special_wrap .h2_group {
        padding-top: 50px;
    }

    #top_contents .special_wrap .specialwedding_slider_wrap {
        position: relative;
        width: 100%;
    }

    #top_contents .special_wrap .icon_area {
        padding-right: 0;
    }

    ort #top_contents .special_wrap .icon_area .icon_img {
        display: none;
    }

    #top_contents .special_wrap .special_bg_icon {
        display: none;
    }
}

/**** resort_wrap ****/
#top_contents .resort_wrap .block01 .ttl_area {
    position: relative;
    padding-top: 60px;
}

#top_contents .resort_wrap .block01 .ttl_area .h2_group {
    position: absolute;
    top: 0;
    left: 0;
}

#top_contents .resort_wrap .block02,
#top_contents .resort_wrap .block03,
#top_contents .resort_wrap .block04 {
    position: relative;
}

#top_contents .resort_wrap .block02 .container,
#top_contents .resort_wrap .block03 .container,
#top_contents .resort_wrap .block04 .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#top_contents .resort_wrap .block02 .bg_pic img,
#top_contents .resort_wrap .block03 .bg_pic img,
#top_contents .resort_wrap .block04 .bg_pic img {
    max-width: 58vw;
}

#top_contents .resort_wrap .block02 .bg_pic {
    text-align: right;
    padding-top: 220px;
}

#top_contents .resort_wrap .block03 .bg_pic {
    text-align: left;
}

#top_contents .resort_wrap .block04 .bg_pic {
    text-align: right;
    padding-top: 100px;
}

#top_contents .resort_wrap .pagelink_btn {
    border-bottom: 1px solid #eceef0;
    padding-bottom: 20px;
}

@media (max-width: 1360px) {
    #top_contents .resort_wrap .block02 .bg_pic {
        text-align: right;
        padding-top: 360px;
    }
}

@media (max-width: 991px) {
    #top_contents .resort_wrap .bg_wave img {
        width: 250px;
    }

    #top_contents .resort_wrap .block02 .container,
    #top_contents .resort_wrap .block03 .container,
    #top_contents .resort_wrap .block04 .container {
        position: relative;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        top: inherit;
        left: inherit;
    }

    #top_contents .resort_wrap .block02 .bg_pic {
        padding-top: 30px;
    }

    #top_contents .resort_wrap .block02 .bg_pic img,
    #top_contents .resort_wrap .block03 .bg_pic img,
    #top_contents .resort_wrap .block04 .bg_pic img {
        max-width: 80vw;
    }

    #top_contents .resort_wrap .sp_size img {
        width: 65%;
    }
}

/**** youtube_wrap ****/
#top_contents .youtube_wrap {
    position: relative;
}

#top_contents .youtube_wrap .bg_wave {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
}

#top_contents .youtube_wrap .container {
    position: relative;
    z-index: 9;
}

#top_contents .iframe_box {
    width: 100%;
    aspect-ratio: 18.8 / 8;
    position: relative;
}

#top_contents .iframe_box iframe {
    width: 100%;
    height: 100%;
}

#top_contents .iframe_box img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
}

/**** area_wrap ****/
#top_contents .area_link_group {
    background-image: url(../img/top/area_bg01.jpg), url(../img/top/area_bg02.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: left center, right center;
    padding: 50px 0;
}

#top_contents .area_box .ttl_area {
    position: relative;
    padding-top: 42px;
}

#top_contents .area_box .area_box_ttl {
    text-align: center;
    font-family: "myfont_en";
    font-size: 44px;
    letter-spacing: 2px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}

#top_contents .area_box .area_box_img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #top_contents .area_link_group {
        background-image: none;
        padding: 0;
    }

    #top_contents .area_wrap .row>* {
        padding-left: 0;
        padding-right: 0;
    }

    #top_contents .area_wrap .container {
        width: 100%;
    }

    #top_contents .area_link_group .sp_bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 30px 20px;
    }

    #top_contents .area_link_group .sp_bg.okinawa {
        background-image: url(../img/top/area_bg01.jpg);
    }

    #top_contents .area_link_group .sp_bg.hawaii {
        background-image: url(../img/top/area_bg02.jpg);
    }

    #top_contents .area_box .ttl_area {
        padding-top: 33px;
    }

    #top_contents .area_box .area_box_ttl {
        font-size: 35px;
    }

    #top_contents .area_box .area_box_img {
        margin-bottom: 15px;
    }
}

/**** dress_wrap ****/
#top_contents .dress_wrap {
    position: relative;
}

#top_contents .dress_wrap::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/dress_bg.svg);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 130px);
    top: 130px;
    z-index: 1;
}

#top_contents .dress_wrap .bg_wave {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
}

#top_contents .dress_wrap .container {
    position: relative;
    z-index: 9;
}

#top_contents .dress_link_area {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

#top_contents .dress_link_area a {
    display: block;
    flex: 1;
    padding-right: 50px;
    position: relative;
    overflow: hidden;
}

#top_contents .dress_link_area a .txt_area {
    position: absolute;
    right: 0;
    top: 0;
}

#top_contents .dress_link_area a:hover {
    opacity: 1;
}

#top_contents .dress_link_area a:nth-child(2) {
    margin-top: 70px;
}

#top_contents .dress_link_area a:last-child {
    margin-top: 140px;
}

#top_contents .dress_link_area a .img_box {
    position: relative;
    aspect-ratio: 19 / 28;
    border: 5px solid #fff;
    overflow: hidden;
}

#top_contents .dress_link_area a .img_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 110%;
    max-width: inherit;
    transition: 0.6s;
}

#top_contents .dress_link_area a:hover .img_box img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 991px) {
    #top_contents .dress_link_area {
        display: block;
    }

    #top_contents .dress_link_area a {
        width: 70%;
    }

    #top_contents .dress_link_area a:nth-child(2) {
        margin-top: 25px;
        margin-left: auto;
        margin-right: 0;
    }

    #top_contents .dress_link_area a:last-child {
        margin-top: 25px;
        padding-right: 40px;
    }

    #top_contents .dress_link_area a .txt_area img {
        width: 35px;
    }
}

/**** flow_wrap ****/
#top_contents .flow_wrap {
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: 60px;
}

#top_contents .flow_wrap::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/campaign_bg.svg);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px;
    z-index: 1;
}

#top_contents .flow_wrap .bg_wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#top_contents .flow_wrap .container {
    position: relative;
    z-index: 8;
}

.flow_wrap .box_bg {
    background-image: url(../img/top/flow_bg.svg);
    background-size: 100% 100%;
    padding: 40px 0;
    margin-top: -2px;
}

.flow_wrap .btm_bg img {
    transform: scaleY(-1) translateY(2px);
}

.flow_wrap .flow_con {
    display: flex;
    gap: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}

.flow_wrap .flow_con:last-child {
    margin-bottom: 0;
}

.flow_wrap .flow_con .step_txt_area {
    width: 65px;
    position: relative;
}

.flow_wrap .flow_con .step_txt_area::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/flow_border.svg);
    height: 100%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.flow_wrap .flow_con .step_txt_area p {
    font-family: "myfont_en";
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
}

.flow_wrap .flow_con .step_txt_area .step {
    color: #b29656;
}

.flow_wrap .flow_con .step_txt_area .step_num {
    font-size: 35px;
}

.flow_wrap .flow_con .dtl_txt_area {
    flex: 1;
    border-bottom: 1px solid #eceef0;
    padding-bottom: 20px;
}

.flow_wrap .flow_con .dtl_txt_area .box_txt {
    font-size: 14px;
    color: #b29656;
    border: 1px solid #b29656;
    padding: 5px 10px;
    line-height: 1;
    display: table;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    #top_contents .flow_wrap .bg_wave img {
        width: 250px;
    }

    .flow_wrap {
        padding-top: 75px;
        padding-bottom: 30px;
        margin-top: 0px;
    }

    .flow_wrap::after {
        top: -30px;
    }

    .flow_wrap .box_bg {
        background-image: url(../img/top/flow_bg_sp.svg);
        margin-top: -6px;
        padding: 10px 30px;
    }

    .flow_wrap .flow_con .step_txt_area .step_num {
        font-size: 30px;
    }

    .flow_wrap .flow_con .step_txt_area .step {
        font-size: 12px;
    }
}

/**** flow_wrap ****/
.faq_wrap .ac_box {
    cursor: pointer;
    border-bottom: 1px solid #eceef0;
    padding: 25px 0;
}

.faq_wrap .ac_box:first-child {
    border-top: 1px solid #eceef0;
}

.faq_wrap .q_txt {
    font-size: 20px;
    display: flex;
    position: relative;
    gap: 15px;
    align-items: center;
}

.faq_wrap .q_txt .plus {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    width: 24px;
    height: 24px;
}

.faq_wrap .q_txt .plus:before,
.faq_wrap .q_txt .plus:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: var(--main);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
}

.faq_wrap .q_txt .plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq_wrap .q_txt.active .plus:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq_wrap .q_txt .num {
    color: var(--main);
    font-family: "myfont_en";
    font-size: 28px;
    letter-spacing: 3px;
}

.faq_wrap .q_txt .ttl {
    flex: 1;
}

.faq_wrap .a_txt {
    display: none;
}

.faq_wrap .a_txt p {
    padding: 15px 15px 0;
}

@media (max-width: 991px) {
    #top_contents .q_txt .ttl.fontML {
        font-size: 16px;
    }

    #top_contents .a_txt p {
        font-size: 14px;
    }
}

/* 2025.01.29追記 */
#top_contents .area_wrap {
    background: url(../img/top/campaign_bg.svg) no-repeat center/cover;
    margin-top: -100px;
    padding-top: 200px;
}

@media (max-width: 991px) {
    #top_contents .area_wrap {
        padding-top: 150px;
    }
}

/*********************
*  ウエディング
*********************/
#wedding_contents .full_wide {
    padding: 0;
}

/**** mv_wrap ****/
#wedding_contents .mv_wrap {
    background-image: url(../img/wedding/okinawa/main.jpg);
}

/**** lead_txt ****/
#wedding_contents .lead_txt {
    line-height: 2.5;
}

@media (max-width: 991px) {
    #wedding_contents .lead_txt.fontM {
        font-size: 14px;
    }
}

/**** slider_wrap ****/
#wedding_contents .slider_wrap {
    position: relative;
}

#wedding_contents .slider_wrap>* {
    position: relative;
    z-index: 9;
}

#wedding_contents .slider_wrap .slider_arrow_box {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

#wedding_contents .slider_wrap .slider_arrow_box {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 20px;
}

#wedding_contents .slider_wrap .slider_arrow_box .slide-arrow {
    padding: 10px 0 30px;
}

#wedding_contents .slider_wrap .slider_arrow_box .slide-arrow {
    padding: 10px 0 30px;
    cursor: pointer;
}

#wedding_contents .slider_wrap .slider_arrow_box .prev-arrow img {
    transform: scaleX(-1);
}

#wedding_contents .slider_wrap .back_slide_area {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}

#wedding_contents .slider_wrap .back_slide li {
    padding-right: 80px;
}

/**** wedding_contents ****/
#wedding_contents .point_wrap {
    position: relative;
}

#wedding_contents .point_wrap .full_wide {
    padding: 0;
}

#wedding_contents .point_wrap .bg_wave {
    position: absolute;
    right: 0;
    top: 0;
}

#wedding_contents .point_wrap .bg_wave img {
    transform: scaleX(-1);
}

#wedding_contents .point_wrap .img_area {
    position: relative;
}

#wedding_contents .point_wrap .img_area::after {
    content: "";
    background-image: url(../img/top/bg_wave01.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    width: 800px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -70px;
}

#wedding_contents .point_wrap .img_area img {
    position: relative;
    z-index: 9;
}

#wedding_contents .point_wrap .img_area .pointnum_txt {
    position: absolute;
    right: -1px;
    top: -41px;
    text-align: center;
    font-family: "myfont_en";
    letter-spacing: 3px;
    line-height: 1;
    z-index: 9;
}

#wedding_contents .point_wrap .img_area.odd .pointnum_txt {
    right: inherit;
    left: -20px;
}

#wedding_contents .point_wrap .img_area .pointnum_txt .p_txt {
    margin-bottom: 5px;
}

#wedding_contents.okinawa_page .point_wrap .img_area .pointnum_txt .p_txt {
    color: var(--o_main);
}

#wedding_contents.hawaii_page .point_wrap .img_area .pointnum_txt .p_txt {
    color: var(--h_main);
}

#wedding_contents .point_wrap .img_area .pointnum_txt .num_txt {
    font-size: 50px;
    position: relative;
    letter-spacing: 1px;
}

#wedding_contents .point_wrap .img_area .pointnum_txt .num_txt::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    bottom: -45px;
    left: 10px;
    transform: rotate(-45deg);
    transform-origin: 0 center;
}

#wedding_contents.okinawa_page .point_wrap .img_area .pointnum_txt .num_txt::after {
    background-color: var(--o_main);
}

#wedding_contents.hawaii_page .point_wrap .img_area .pointnum_txt .num_txt::after {
    background-color: var(--h_main);
}

#wedding_contents .point_wrap .img_area .pointnum_txt .num_txt::after {
    background-color: var(--h_main);
}

/* 2025.01.28追記 */
#wedding_contents .mv_wrap img,
#wedding_contents .slick-slide img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    #wedding_contents .point_wrap .dtl {
        font-size: 14px;
    }

    #wedding_contents .point_wrap .img_area .pointnum_txt {
        right: 30px;
        top: -27px;
    }

    #wedding_contents .point_wrap .img_area.odd .pointnum_txt {
        right: 30px;
        left: inherit;
    }

    #wedding_contents .point_wrap .img_area .pointnum_txt .p_txt {
        font-size: 12px;
    }

    #wedding_contents .point_wrap .img_area .pointnum_txt .num_txt {
        font-size: 40px;
    }

    #wedding_contents .point_wrap .img_area .pointnum_txt .num_txt::after {
        width: 62px;
        bottom: -25px;
        left: 18px;
    }

    #wedding_contents .point_wrap .img_area::after {
        width: 80%;
        height: 140px;
        bottom: -90px;
    }
}

/**** photowedding_wrap ****/
#wedding_contents .photowedding_wrap {
    position: relative;
    padding-top: 200px;
    overflow: hidden;
}

#wedding_contents .photowedding_wrap::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/dress_bg.svg);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 130px);
    top: 130px;
    z-index: 1;
}

#wedding_contents .photowedding_wrap .bg_wave {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#wedding_contents .photowedding_wrap .bg_wave img {
    transform: scaleX(-1);
}

#wedding_contents .photowedding_wrap .container,
#wedding_contents .photowedding_wrap .photowedding_slide {
    position: relative;
    z-index: 9;
}

#wedding_contents .photowedding_wrap .photowedding_slide li {
    padding: 0 25px;
}

@media (max-width: 991px) {
    #wedding_contents .photowedding_wrap {
        padding-top: 110px;
    }

    #wedding_contents .photowedding_wrap::after {
        height: calc(100% - 40px);
        top: 40px;
    }

    #wedding_contents .photowedding_wrap p {
        font-size: 14px;
    }

    #wedding_contents .photowedding_wrap .photowedding_slide li {
        padding: 0 5px;
    }

    #wedding_contents .sp_img_size {
        width: 60%;
    }
}

/**** campaign_wrap ****/
#wedding_contents .campaign_wrap {
    padding-top: 0;
}

#wedding_contents .campaign_slider {
    padding: 0;
    overflow-x: clip;
}

#wedding_contents .campaign_slider .slick-track {
    margin: unset;
}

#wedding_contents .campaign_slider li {
    margin-right: 15px;
    margin-left: 15px;
}

#wedding_contents .campaign_slider .campaign_img {
    width: 100%;
    height: auto;
    aspect-ratio: 350/197;
    overflow: clip;
}

#wedding_contents .campaign_slider .campaign_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

#wedding_contents .campaign_slider .campaign_title {
    color: #333;
    font-size: 16px;
    line-height: calc(30/16);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#wedding_contents .campaign_slider .campaign_tag {
    color: #64A3CB;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

#wedding_contents .campaign_slider_arrow_box {
    display: flex;
    gap: 15px;
    position: relative;
    padding: 30px 15px;
    justify-content: flex-end;
    width: 100%;
}

#wedding_contents .campaign_slider_arrow_box .slide-arrow {
    cursor: pointer;
}

#wedding_contents .campaign_slider_arrow_box .prev-arrow img {
    transform: scaleX(-1);
}

#wedding_contents .campaign_slider li a:hover {
    opacity: 1;
}

#wedding_contents .campaign_slider li a:hover .campaign_img img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    #wedding_contents .campaign_slider .campaign_title {
        font-size: 14px;
    }

    #wedding_contents .campaign_slider .campaign_tag {
        gap: 5px;
        font-size: 12px;
    }

    #wedding_contents .campaign_slider_arrow_box {
        padding: 15px 0;
    }
}

/*********************
*  料金ページ
*********************/
/**** 料金ポイント ****/
#plan_contents .plan_point_area .box_bg {
    background-image: url(../img/top/flow_bg.svg);
    background-size: 100% 100%;
    padding: 40px;
    margin-top: -2px;
}

#plan_contents .plan_point_area .plan_point_list {
    display: table;
    margin: auto;
    max-width: 700px;
}

#plan_contents .plan_point_area .plan_point_list li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

#plan_contents .plan_point_area .plan_point_list li:last-child {
    margin-bottom: 0;
}

#plan_contents .plan_point_area .plan_point_list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#plan_contents .plan_point_area .btm_bg img {
    transform: scaleY(-1) translateY(2px);
}

@media (max-width: 991px) {
    #plan_contents .plan_point_area .box_bg {
        background-image: url(../img/top/flow_bg_sp.svg);
        padding: 10px 40px;
    }

    #plan_contents .plan_point_area .plan_point_list li {
        font-size: 16px;
    }
}

/**** 料金内容 ****/
#plan_contents .txt_con_box {
    background-color: #fff;
    padding: 100px 90px;
}

#plan_contents .txt_con_box .h3_ttl {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.8;
}

#plan_contents .txt_con_box .h3_ttl::before {
    content: "";
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

#plan_contents .txt_con_box .h3_ttl::after {
    content: "";
    background-image: url(../img/line_dots.svg);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

#plan_contents .txt_con_box .h3_ttl span {
    position: relative;
    padding-inline: 20px;
    display: inline-block;
    background-color: #fff;
    z-index: 9;
    font-size: 24px;
}

#plan_contents .txt_con_box p {
    margin-bottom: 50px;
    font-size: 14px;
}

#plan_contents .txt_con_box p:last-child {
    margin-bottom: 0;
}

#plan_contents .back_page_btn a {
    position: relative;
    display: table;
    padding-left: 60px;
    margin-inline: auto;
}

#plan_contents .back_page_btn a::after {
    content: url(../img/icon_pagelink_btn02.svg);
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transition: 0.4s;
}

#plan_contents .back_page_btn a::after {
    content: url(../img/icon_pagelink_btn02.svg);
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transition: 0.4s;
}

#plan_contents .back_page_btn a:hover::after {
    left: -10px;
}

@media (max-width: 991px) {
    #plan_contents .txt_con_box {
        padding: 40px 20px;
    }

    #plan_contents .txt_con_box .h3_ttl {
        margin-bottom: 15px;
    }

    #plan_contents .txt_con_box .h3_ttl span {
        font-size: 18px;
    }

    #plan_contents .txt_con_box p {
        margin-bottom: 30px;
    }
}

/**** 料金プラン内容 ****/
#plan_contents .plan_icon_list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

#plan_contents .plan_dtl_txt {
    border: 1px solid #b29656;
    padding: 60px 90px;
    font-size: 14px;
    margin-bottom: 100px;
}

#plan_contents .plan_not_possible_txt {
    background-color: #f5f5f5;
    padding: 60px 90px;
}

#plan_contents .plan_not_possible_txt {
    background-color: #f5f5f5;
    padding: 60px 90px;
}

@media (max-width: 991px) {
    #plan_contents .plan_icon_list {
        flex-wrap: wrap;
        gap: 15px;
    }

    #plan_contents .plan_icon_list li {
        width: 65px;
    }

    #plan_contents .plan_dtl_txt {
        padding: 30px 20px;
        margin-bottom: 60px;
    }

    #plan_contents .plan_not_possible_txt {
        padding: 30px 20px;
    }
}

/*********************
*  policy
*********************/
#policy_contents ol.decimal {
    padding-left: 20px;
}

#policy_contents ol.decimal li {
    list-style-type: decimal;
    margin-bottom: 20px;
}

#policy_contents ol.decimal li>ol.decimal {
    margin: 20px 0;
}

/*********************
*  ブログ
*********************/
#blog_contents .thumbnail img {
    width: 100%;
}

#blog_contents h2 {
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b29656;
    font-size: 26px;
}

#blog_contents h3 {
    color: #b29656;
    margin-top: 40px;
    font-size: 24px;
}

#blog_contents h4 {
    margin-top: 40px;
    font-size: 20px;
}

#blog_contents ul {
    margin-top: 40px;
}

#blog_contents ul li {
    position: relative;
    padding-left: 30px;
}

#blog_contents ul li::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#blog_contents ol {
    margin-top: 40px;
    counter-reset: ol_count 0;
}

#blog_contents ol li {
    position: relative;
    text-indent: -24px;
    padding-left: 24px;
}

#blog_contents ol li::before {
    content: counter(ol_count) ". ";
    counter-increment: ol_count 1;
    color: #b29656;
    padding-right: 10px;
}

#blog_contents table {
    width: 100%;
    margin-top: 40px;
    table-layout: fixed;
}

#blog_contents table th,
#blog_contents table td {
    border: 1px solid #cdcdcd;
    padding: 15px;
}

#blog_contents table th {
    background-color: #efe9dc;
    text-align: center;
}

#blog_contents p {
    margin-top: 40px;
}

.related_article_wrap {
    background-color: var(--sub);
}

.related_article_wrap a {
    display: block;
}

.related_article_wrap a .img_area {
    aspect-ratio: 16/9;
}

.related_article_wrap a .img_area img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    #blog_contents h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    #blog_contents h3 {
        margin-top: 30px;
        font-size: 20px;
    }

    #blog_contents h4 {
        margin-top: 30px;
        font-size: 18px;
    }

    #blog_contents ul,
    #blog_contents ol,
    #blog_contents table {
        margin-top: 30px;
        font-size: 14px;
    }

    .related_article_wrap a {
        margin-bottom: 30px;
    }
}

/*********************
*  ご利用の流れ
*********************/
#flow_contents .step_ttl_box {
    background-color: var(--sub);
    display: flex;
}

#flow_contents .step_ttl_box>* {
    flex: 1;
}

#flow_contents .step_ttl_box .txt_area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#flow_contents .step_ttl_box .txt_area::after,
#flow_contents .step_ttl_box .txt_area::before {
    content: "";
    position: absolute;
    background-image: url(../img/flow/b_dot.svg);
    width: calc(100% - 60px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

#flow_contents .step_ttl_box .txt_area::after {
    top: 30px;
}

#flow_contents .step_ttl_box .txt_area::before {
    bottom: 30px;
}

#flow_contents .step_ttl_box .txt_area .en_step {
    position: relative;
    padding-top: 20px;
    font-family: "myfont_en";
    text-align: center;
    color: #b29656;
    letter-spacing: 2px;
}

#flow_contents .step_ttl_box .txt_area .en_step::after {
    content: "";
    position: absolute;
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#flow_contents .step_ttl_box .txt_area .num {
    font-size: 35px;
    letter-spacing: 3px;
    font-family: "myfont_en";
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

#flow_contents .step_ttl_box .txt_area .step_ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
}

#flow_contents .step_ttl_box .txt_area .dtl_txt {
    display: table;
    max-width: 440px;
    margin-inline: auto;
}

#flow_contents .sub_num {
    font-size: 28px;
    font-family: "myfont_en";
    margin-bottom: 20px;
    letter-spacing: 4px;
}

#flow_contents .sub_ttl {
    font-size: 24px;
    color: var(--main);
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #flow_contents .step_ttl_box {
        flex-wrap: wrap;
    }

    #flow_contents .step_ttl_box>* {
        width: 100%;
        flex: auto;
    }

    #flow_contents .step_ttl_box .img_area {
        order: 2;
        padding: 15px 15px 30px;
    }

    #flow_contents .step_ttl_box .txt_area {
        order: 1;
        padding: 40px;
    }

    #flow_contents .step_ttl_box .txt_area::before {
        bottom: 20px;
    }

    #flow_contents .step_ttl_box .txt_area::after {
        top: 20px;
    }

    #flow_contents .sub_num {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 1;
    }

    #flow_contents .sub_ttl {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

/*********************
*  よくある質問
*********************/
#faq_contents .tab_wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 80px;
}

#faq_contents .tab_wrap li {
    flex: 1;
    background-color: #eceef0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 50px;
    line-height: 1.4;
}

#faq_contents .tab_wrap li.active {
    background-color: var(--main);
    color: #fff;
}

#faq_contents .tab_inner_wrap {
    display: none;
}

#faq_contents .tab_inner_wrap.show {
    display: block;
}

@media (max-width: 991px) {
    #faq_contents .tab_wrap {
        gap: 10px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    #faq_contents .tab_wrap li {
        flex: initial;
        width: 100%;
    }
}

/*********************
*  企業情報
*********************/
#company_contents .c_table {
    width: 100%;
    font-size: 14px;
}

#company_contents .c_table tr {
    border-bottom: 1px solid #eceef0;
}

#company_contents .c_table tr th,
#company_contents .c_table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
}

#company_contents .c_table tr:first-child th,
#company_contents .c_table tr:first-child td {
    padding-top: 0;
}

#company_contents .c_table th {
    color: #b29656;
    font-weight: normal;
    width: 30%;
    text-align: center;
}

#company_contents .c_table td {
    width: 70%;
}

#company_contents .g_grid_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}

#company_contents .g_grid_wrap .g_box {
    background-color: #fff;
    padding: 40px;
}

@media (max-width: 991px) {

    #company_contents .c_table tr th,
    #company_contents .c_table tr td {
        display: block;
        width: 100%;
        text-align: left;
    }

    #company_contents .c_table tr th {
        padding-bottom: 0;
        padding-top: 20px;
    }

    #company_contents .c_table tr td {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #company_contents .g_grid_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    #company_contents .g_grid_wrap .g_box {
        background-color: #fff;
        padding: 20px;
    }
}

/*********************
*  ドレス&タキシード
*********************/
#dress_contents .dress_cat_wrap {
    position: relative;
    padding: 250px 0 150px;
}

#dress_contents .dress_cat_wrap .bg_wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#dress_contents .dress_cat_wrap::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/dress_bg.svg);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 130px);
    top: 43px;
    z-index: 1;
}

#dress_contents .dress_cat_wrap .container {
    position: relative;
    z-index: 9;
}

#dress_contents .flow_wrap .flow_con .step_txt_area {
    width: 145px;
}

#dress_contents .flow_wrap .flow_con .step_txt_area .step_num.l_step {
    font-size: 26px;
    padding-bottom: 15px;
}

#dress_contents .salon_ac_block {
    cursor: pointer;
    margin-bottom: 20px;
}

#dress_contents .salon_ac_block:last-child {
    margin-bottom: 0;
}

#dress_contents .salon_ac_block .salon_ac_ttl {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eceef0;
}

#dress_contents .salon_ac_block .salon_ac_ttl .plus {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    width: 24px;
    height: 24px;
}

#dress_contents .salon_ac_block .salon_ac_ttl .plus:before,
#dress_contents .salon_ac_block .salon_ac_ttl .plus:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: var(--main);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
}

#dress_contents .salon_ac_block .salon_ac_ttl .plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

#dress_contents .salon_ac_block .salon_ac_ttl.active .plus:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

#dress_contents .salon_ac_block .salon_ac_txt {
    display: none;
}

#dress_contents .salon_ac_block .salon_ac_txt .grid_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    padding-top: 60px;
}

#dress_contents .salon_ac_block .salon_ac_txt .txt_box {
    border-bottom: 1px solid #eceef0;
    padding-bottom: 50px;
}

#dress_contents .salon_ac_block .salon_ac_txt .txt_box span {
    vertical-align: text-top;
}

@media (max-width: 991px) {
    #dress_contents .dress_cat_wrap {
        position: relative;
        padding: 120px 0 80px;
    }

    #dress_contents .dress_cat_wrap::after {
        height: 100%;
        top: 0;
    }

    #dress_contents .flow_wrap .flow_con .step_txt_area {
        width: 45px;
    }

    #dress_contents .flow_wrap .flow_con .dtl_txt_area .fontLL {
        font-size: 18px;
        line-height: 1.4;
    }

    .flow_wrap .flow_con .dtl_txt_area .box_txt {
        font-size: 12px;
        margin-bottom: 5px;
    }

    #dress_contents .flow_wrap .flow_con .step_txt_area .step_num.l_step {
        font-size: 20px;
    }

    #dress_contents .salon_ac_block .salon_ac_txt {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding-top: 40px;
    }

    #dress_contents .salon_ac_block .salon_ac_txt .txt_box {
        padding-bottom: 30px;
    }

    #dress_contents .salon_ac_block .salon_ac_ttl .fontLL {
        font-size: 18px;
    }
}

/*********************
*  ウエディングレポート
*********************/
#report_contents .report_slider {
    width: inherit;
    gap: 60px 30px;
}

#report_contents .report_slider a {
    padding: 20px;
    margin-right: 0;
    /*margin-bottom: 60px;*/
}

#report_contents .article_link_list.col2>li {
    width: calc(50% - 15px);
}

#report_contents .h1_ttl_wrap {
    font-size: 14px;
    text-align: center;
}

#report_contents .date_tag_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

#report_contents .date_tag_wrap p {
    padding-right: 20px;
    line-height: 1.2;
}

#report_contents .date_tag_wrap p::after {
    content: "｜";
    padding-left: 20px;
    color: #d3d3d3;
}

#report_contents .plan_point_area .box_bg {
    background-image: url(../img/top/flow_bg.svg);
    background-size: 100% 100%;
    padding: 40px;
    margin-top: -2px;
}

#report_contents .plan_point_area .plan_point_list {
    display: table;
    margin: auto;
    max-width: 700px;
}

#report_contents .plan_point_area .plan_point_list li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

#report_contents .plan_point_area .plan_point_list li:last-child {
    margin-bottom: 0;
}

#report_contents .plan_point_area .plan_point_list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#report_contents .plan_point_area .btm_bg img {
    transform: scaleY(-1) translateY(2px);
}

#report_contents .plan_point_area .plan_point_list dl {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

#report_contents .plan_point_area .plan_point_list dl:last-child {
    margin-block-end: 0;
}

#report_contents .plan_point_area .plan_point_list dt {
    color: #b29656;
    font-weight: normal;
}

#report_contents .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

#report_contents .report_dtl_txt {
    border: 1px solid #b29656;
    padding: 60px 90px;
    font-size: 14px;
}

#report_contents .report_dtl_txt p {
    margin-top: 0;
}

@media (max-width: 991px) {
    #report_contents .report_slider {
        width: inherit;
        gap: 0;
    }

    #report_contents .report_slider a {
        padding: 20px;
        margin-right: 0;
        /*margin-bottom: 60px;*/
    }

    #report_contents .article_link_list.col2>li {
        width: 100%;
        margin-bottom: 30px;
    }

    #report_contents .article_link_list.col2 .tag_list li {
        margin-bottom: 0;
    }

    #report_contents .h1_ttl_wrap {
        font-size: 14px;
        text-align: center;
    }

    #report_contents .date_tag_wrap {
        flex-direction: column;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    #report_contents .date_tag_wrap p {
        padding-right: 0;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    #report_contents .date_tag_wrap p::after {
        content: none;
        padding-left: 20px;
        color: #d3d3d3;
    }

    #report_contents .plan_point_area .box_bg {
        background-image: url(../img/top/flow_bg_sp.svg);
        padding: 10px 40px;
    }

    #report_contents .plan_point_area .plan_point_list dl {
        display: grid;
        grid-template-columns: 1fr;
        font-size: 14px;
    }

    #report_contents .report_dtl_txt {
        padding: 30px 20px;
        margin-bottom: 60px;
    }
}

/*********************
*  Island Journeyが選ばれる理由
*********************/

#reason_contents .wave_bg_icon {
    position: relative;
}

#reason_contents .wave_bg_icon::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/bg_wave01.svg);
    background-size: contain;
    width: 808px;
    height: 204px;
    top: -20px;
    z-index: 1;
}

#reason_contents .wave_bg_icon:nth-of-type(odd)::after {
    right: 0;
    transform: scaleX(-1);
}

#reason_contents .wave_bg_icon:nth-of-type(even)::after {
    left: 0;
}

#reason_contents .wave_bg_icon .container {
    position: relative;
    z-index: 9;
}

#reason_contents .reasonnum_txt {
    font-family: "myfont_en";
    line-height: 1;
    position: relative;
    display: table;
    text-align: center;
    margin-bottom: 90px;
}

#reason_contents .wave_bg_icon:nth-of-type(even) .reasonnum_txt {
    margin-left: auto;
    margin-right: 0;
}

#reason_contents .reasonnum_txt::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    bottom: -45px;
    left: 10px;
    transform: rotate(-45deg);
    transform-origin: 0 center;
    background-color: var(--main);
}

#reason_contents .wave_bg_icon:nth-of-type(even) .reasonnum_txt::after {
    transform: rotate(45deg);
    left: inherit;
    right: -5px;
    bottom: 18px;
}

#reason_contents .reasonnum_txt .r_txt {
    margin-bottom: 5px;
    color: var(--main);
    font-size: 14px;
}

#reason_contents .reasonnum_txt .num_txt {
    font-size: 50px;
    position: relative;
    letter-spacing: 1px;
}

#reason_contents .wave_bg_icon .h2_ttl {
    color: var(--main);
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 1.8;
}

#reason_contents .wedding_report_wrap {
    position: relative;
}

#reason_contents .wedding_report_wrap::before,
#reason_contents .wedding_report_wrap::after {
    content: "";
    position: absolute;
}

#reason_contents .wedding_report_wrap::before {
    right: 0;
    top: -60px;
    background-image: url(../img/top/bg_wave01.svg);
    background-size: contain;
    width: 808px;
    height: 204px;
    top: 40px;
    transform: scaleX(-1);
    z-index: 2;
}

#reason_contents .wedding_report_wrap::after {
    background-image: url(../img/top/dress_bg.svg);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 160px);
    top: 160px;
    left: 0;
    z-index: 1;
}

#reason_contents .wedding_report_wrap .container {
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    #reason_contents .wave_bg_icon::after {
        width: 200px;
        height: 51px;
        top: 0;
    }

    #reason_contents .reasonnum_txt {
        margin-bottom: 30px;
    }

    #reason_contents .reasonnum_txt .num_txt {
        font-size: 40px;
    }

    #reason_contents .reasonnum_txt .r_txt {
        font-size: 11px;
    }

    #reason_contents .reasonnum_txt::after {
        width: 50px;
        bottom: -17px;
        left: 21px;
    }

    #reason_contents .wave_bg_icon:nth-of-type(even) .reasonnum_txt::after {
        right: 5px;
        bottom: 14px;
    }

    #reason_contents .wave_bg_icon .h2_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #reason_contents .wave_bg_icon .dtl {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #reason_contents .wedding_report_wrap::before {
        width: 280px;
        height: 70px;
        top: 116px;
    }

    #reason_contents .wedding_report_wrap::after {
        height: calc(100% - 110px);
        top: 110px;
    }
}

/*********************
*  スペシャリスト
*********************/
#specialist_contents .dress_cat_wrap {
    position: relative;
    padding: 250px 0 200px;
}

#specialist_contents .dress_cat_wrap .bg_wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#specialist_contents .dress_cat_wrap::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/dress_bg.svg);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 130px);
    top: 43px;
    z-index: 1;
}

#specialist_contents .dress_cat_wrap .container {
    position: relative;
    z-index: 9;
}

#specialist_contents .h2_group.style01 .sub_ttl {
    font-size: 50px;
}

@media (max-width: 991px) {
    #specialist_contents .dress_cat_wrap {
        position: relative;
        padding: 120px 0 80px;
    }

    #specialist_contents .dress_cat_wrap::after {
        height: 100%;
        top: 0;
        height: calc(100% - 40px);
    }

    #specialist_contents .h2_group.style01 .sub_ttl {
        font-size: 36px;
    }
}

/*********************
*  Island Journeyのリゾートウエディング
*********************/
#resort_contents .point_wrap {
    position: relative;
}

#resort_contents .point_wrap .bg_wave {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
}

#resort_contents .point_wrap.odd .bg_wave {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}

#resort_contents .point_wrap.odd .bg_wave img {
    transform: scaleX(-1);
}

#resort_contents .point_box {
    display: flex;
    margin-bottom: 30px;
}

#resort_contents .point_box .ttl_area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--sub);
    /*max-width: 635px;*/
    max-height: 455px;
}

#resort_contents .point_box.order_reverse .ttl_area {
    order: 2;
    z-index: 1;
    transform: translateX(-75px);
}

#resort_contents .point_box .ttl_area::after,
#resort_contents .point_box .ttl_area::before {
    content: "";
    position: absolute;
    background-image: url(../img/flow/b_dot.svg);
    width: calc(100% - 60px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

#resort_contents .point_box .ttl_area::after {
    top: 30px;
}

#resort_contents .point_box .ttl_area::before {
    bottom: 30px;
}

#resort_contents .point_box .ttl_area .en_step {
    position: relative;
    padding-top: 20px;
    font-family: "myfont_en";
    text-align: center;
    color: #b29656;
    letter-spacing: 2px;
}

#resort_contents .point_box .ttl_area .en_step::after {
    content: "";
    position: absolute;
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#resort_contents .point_box .ttl_area .num {
    font-size: 35px;
    letter-spacing: 3px;
    font-family: "myfont_en";
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

#resort_contents .point_box .ttl_area .point_ttl {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 25px;
}

#resort_contents .point_box .sub_num {
    font-size: 28px;
    font-family: "myfont_en";
    margin-bottom: 20px;
    letter-spacing: 4px;
}

#resort_contents .point_box .sub_ttl {
    font-size: 24px;
    color: var(--main);
    margin-bottom: 20px;
}

#resort_contents .point_box .txt_area {
    /*order: 2;*/
    padding: 50px;
    background: rgba(255, 255, 255, 0.75);
    /*flex-basis:108.33333333%;*/
    /*max-width: 560px;*/
    z-index: 2;
    transform: translate(-75px, 130px);
}

#resort_contents .point_box.order_reverse .txt_area {
    order: 1;
    transform: translate(0, 130px);
}

#resort_contents .point_box .txt_area .dtl_txt {
    /*display: table;*/
    /*max-width: 535px;*/
    margin-inline: auto;
}

#resort_contents .plan_icon_list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
}

#resort_contents .plan_dtl_txt {
    border: 1px solid #b29656;
    padding: 60px 90px;
    font-size: 14px;
    margin-bottom: 100px;
}

/**** area_wrap ****/
#resort_contents .area_link_group {
    background-image: url(../img/top/area_bg01.jpg), url(../img/top/area_bg02.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: left center, right center;
    padding: 50px 0;
}

#resort_contents .area_box .ttl_area {
    position: relative;
    padding-top: 42px;
}

#resort_contents .area_box .area_box_ttl {
    text-align: center;
    font-family: "myfont_en";
    font-size: 44px;
    letter-spacing: 2px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}

#resort_contents .area_box .area_box_img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

/* 2025.01.23追記 */
.area_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 66px;
}

.area_list li {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    width: 160px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
    cursor: pointer;
}

.area_slider_item {
    margin: 0 15px;
}

.area_slider_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 63px;
}

.area_slider_image {
    flex-shrink: 0;
    width: 68%;
    max-width: 730px;
}

.area_slider_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 730 / 458;
    object-fit: cover;
}

.area_slider_body {
    flex-grow: 1;
}

.area_slider_name {
    font-family: "myfont_en";
    color: #333;
    font-size: 44px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 30px;
}

.area_slider_text {
    color: #333;
    font-size: 14px;
    line-height: calc(30 / 14);
    margin-bottom: 30px;
}

.area_list .area_okinawa.active {
    color: var(--o_main);
    border-color: var(--o_main);
}

.area_list .area_hawaii.active {
    color: var(--h_main);
    border-color: var(--h_main);
}

.area_list li.active:not(.area_okinawa):not(.area_hawaii) {
    color: var(--main);
    border-color: var(--main);
}

@media (max-width: 991px) {
    #resort_contents .point_box {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    #resort_contents .point_box>* {
        width: 100%;
        flex: auto;
    }

    #resort_contents .point_box .ttl_area {
        order: 1;
        padding: 40px;
    }

    #resort_contents .point_box .ttl_area::before {
        bottom: 20px;
    }

    #resort_contents .point_box .ttl_area::after {
        top: 20px;
    }

    #resort_contents .point_box.order_reverse .ttl_area {
        order: 1;
        z-index: 1;
        transform: translateX(0);
    }

    #resort_contents .point_box .ttl_area .point_ttl {
        font-size: 22px;
    }

    #resort_contents .point_box .sub_num {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 1;
    }

    #resort_contents .point_box .sub_ttl {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #resort_contents .point_box .txt_area {
        order: 2;
        padding: 30px 15px;
        background: #fff;
        transform: translate(0, 0);
    }

    #resort_contents .point_box.order_reverse .txt_area {
        order: 2;
        transform: translate(0, 0);
    }

    #resort_contents .point_box .txt_area .dtl_txt {
        font-size: 14px;
    }

    #resort_contents .plan_icon_list {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    #resort_contents .area_link_group {
        background-image: none;
        padding: 0;
    }

    #resort_contents .area_wrap .row>* {
        padding-left: 0;
        padding-right: 0;
    }

    #resort_contents .area_wrap .container {
        width: 100%;
    }

    #resort_contents .area_link_group .sp_bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 30px 20px;
    }

    #resort_contents .area_link_group .sp_bg.okinawa {
        background-image: url(../img/top/area_bg01.jpg);
    }

    #resort_contents .area_link_group .sp_bg.hawaii {
        background-image: url(../img/top/area_bg02.jpg);
    }

    #resort_contents .area_box .ttl_area {
        padding-top: 33px;
    }

    #resort_contents .area_box .area_box_ttl {
        font-size: 35px;
    }

    #resort_contents .area_box .area_box_img {
        margin-bottom: 15px;
    }

    /* 2025.01.23追記 */
    .area_list {
        gap: 10px;
        margin-bottom: 30px;
    }

    .area_list li {
        font-size: 14px;
        max-width: 100px;
        padding-bottom: 10px;
    }

    .area_slider_item {
        margin: 0 10px;
    }

    .area_slider_inner {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .area_slider_image {
        flex-shrink: unset;
        width: 100%;
        max-width: unset;
    }

    .area_slider_image img {
        aspect-ratio: 331 / 207;
    }

    .area_slider_name {
        font-size: 35px;
        margin-bottom: 16px;
    }
}

/*********************
*  sitemap
*********************/
.wsp-container h2 {
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b29656;
    font-size: 26px;
}

.wsp-container ul {
    font-size: 14px;
}

.wsp-container ul li {
    position: relative;
    padding-left: 20px;
}

.wsp-container ul li::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon_list.svg);
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
}

/*********************
*  lp
*********************/
/* animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scrollArrow {
    0% {
        transform: skew(45deg) translateX(0);
        opacity: 1;
    }

    50% {
        transform: skew(45deg) translateX(20px);
        opacity: 0.3;
    }

    100% {
        transform: skew(45deg) translateX(0);
        opacity: 1;
    }
}

/* common */
.lp .is-pc {
    display: block;
}

.lp .is-sp {
    display: none;
}

.lp_button {
    background: linear-gradient(to right, #FCA417, #FF6C6C);
    max-width: 540px;
    height: 90px;
    border-radius: 45px;
    margin-inline: auto;
    font-size: 25px;
    color: #FFF;
    font-weight: 600;
    outline: 1px solid #FFF;
    outline-offset: -4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgba(23, 107, 160, 0.5));
    position: relative;
    transform: translateZ(0);
}

.lp_button:after {
    content: "";
    display: block;
    width: 10.6px;
    height: 18px;
    background: url(../img/lp/button_arrow.svg) no-repeat center/contain;
    margin-left: auto;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

.lp_button:hover {
    color: #fff;
}

.lp_section_title {
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #333;
}

.lp_section_title:after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background: #c1bdb6;
    transform: rotate(-15deg);
    transform-origin: center;
    margin-inline: auto;
    margin-top: 24px;
}

.lp_section_title_main {
    font-size: 64px;
    letter-spacing: -0.06em;
    display: block;
    margin-top: 19px;
}

.lp_section_title_main em {
    color: #b29656;
    letter-spacing: 0;
    font-style: normal;
}

.lp_section_title--fz {
    font-size: 48px;
    letter-spacing: 0;
}

.lp_section {
    position: relative;
    isolation: isolate;
}

.lp_section_top:before,
.lp_section_bottom:after {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}

.lp_section_top:before {
    top: 0;
    background: linear-gradient(to bottom, #fff, #ecf2f8);
}

.lp_section_bottom:after {
    bottom: 0;
    background: linear-gradient(to top, #fff, #ecf2f8);
}

.lp_section>* {
    position: relative;
    z-index: 1;
}

.lp .container {
    max-width: 1140px;
}

/* header */
.lp_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.lp_header_logo {
    width: 180px;
    height: auto;
    aspect-ratio: 180 / 66;
}

.lp_header_logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* kv */
.lp .kv {
    position: relative;
    height: 59.8vw;
    overflow: hidden;
}

.lp .kv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.lp .kv_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp .kv_catch {
    width: 67.8vw;
    height: auto;
    aspect-ratio: 863 / 240;
    position: absolute;
    top: 3.1vw;
    right: -3.5vw;
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.lp .kv_catch img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
}

.lp .kv_discount {
    width: 38.5vw;
    height: auto;
    aspect-ratio: 526 / 440;
    position: absolute;
    bottom: 2.8vw;
    left: 3vw;
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 1s;
    opacity: 0;
}

.lp .kv_discount img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
}

.lp .kv_button {
    width: 419px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 100;
    padding-left: 28px;
    font-size: 32px;
}

.lp .kv_button_deco {
    width: 92px;
    height: auto;
    aspect-ratio: 92 / 92;
    position: absolute;
    bottom: 9px;
    left: 33px;
    border: solid 1px #fb942f;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
    color: #fc6e69;
}

.lp .kv_button_deco em {
    font-size: 24px;
    font-style: normal;
}

.lp .kv_button_deco--small {
    font-size: 12px;
    margin-top: 3px;
}

.lp .kv_scroll {
    position: absolute;
    bottom: 4.5vw;
    left: 48%;
    font-size: 0.9vw;
    font-weight: 600;
    color: #49302c;
    line-height: 1.5;
    transform: rotate(90deg) translateX(-32%);
}

.lp .kv_scroll:after {
    content: "";
    display: block;
    width: 4.8vw;
    height: 0.3vw;
    border-right: 0.07vw solid #49302c;
    border-bottom: 0.07vw solid #49302c;
    transform: skew(45deg);
    animation: scrollArrow 1.5s infinite;
}

/* wedding area */
.lp .wedding-area {
    background: #ECF2F8;
    padding: 24px 0 75px;
}

.lp .wedding-area_title {
    margin-bottom: 44px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #64A3CB;
    text-align: center;
}

.lp .wedding-area_title span {
    display: block;
    color: #333;
    font-family: "Bodoni Moda", serif;
    font-size: 64px;
    line-height: 1.55;
}

.lp .wedding-area_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}

.lp .wedding-area_list li {
    background: #FFF;
    color: #49302C;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 220px;
    height: 64px;
    cursor: pointer;
    transition: 0.3s;
}

.lp .wedding-area_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    position: relative;
    transition: 0.3s;
}

.lp .wedding-area_list li a:after {
    content: "";
    display: block;
    width: 6.5px;
    height: 6.5px;
    border-left: 1.5px solid #B29656;
    border-bottom: 1.5px solid #B29656;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.3s;
}

.lp .wedding-area_list li:hover {
    background: #B29656;
}

.lp .wedding-area_list li:hover a {
    color: #FFF;
    opacity: 1;
}

.lp .wedding-area_list li:hover a:after {
    border-color: #FFF;
}

.lp .wedding-area_place {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 39px;
}

.lp .wedding-area_place_inner {
    border: 1px solid #B29656;
    border-radius: 10px;
    padding: 70px 80px 81px;
}

.lp .wedding-area_place_title {
    text-align: center;
    color: #64A3CB;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    font-family: "Bodoni Moda", serif;
    margin-bottom: 53px;
}

.lp .wedding-area_place_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #333;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    margin-top: 17px;
}

.lp .wedding-area_place_title span:before,
.lp .wedding-area_place_title span:after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background: #E8DDC4;
}

.lp .wedding-area_place_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-bottom: 35px;
}

.lp .wedding-area_place_container * {
    min-height: 0;
    min-width: 0;
}

.lp .wedding-area_place_block {
    position: relative;
}

.lp .wedding-area_place_image {
    margin-bottom: 0;
}

.lp .wedding-area_place_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 445 / 270;
    object-fit: cover;
}

.lp .wedding-area_place_slider {
    margin-bottom: 0;
}

.lp .wedding-area_place_slider .slick-dots {
    font-size: 6px;
    position: static;
    margin: 16px 0 21px;
}

.lp .wedding-area_place_slider .slick-dots li {
    margin: 0;
    width: 18px;
    height: auto;
    color: #eceef0;
}

.lp .wedding-area_place_slider .slick-dots li button {
    padding: 0;
    width: 18px;
    height: auto;
}

.lp .wedding-area_place_slider .slick-dots li button:before {
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1;
    position: static;
}

.lp .wedding-area_place_slider .slick-dots li button:before {
    color: #eceef0;
    opacity: 1;
}

.lp .wedding-area_place_slider .slick-dots li.slick-active button:before {
    color: #b29656;
}

.lp .wedding-area_place_slider_wrap {
    position: relative;
}

.lp .wedding-area_place_slider_arrow_box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 1;
}

.lp .wedding-area_place_slider_arrow_box .prev-arrow {
    left: -13px;
    position: absolute;
    cursor: pointer;
}

.lp .wedding-area_place_slider_arrow_box .next-arrow {
    right: -13px;
    position: absolute;
    cursor: pointer;
}

.lp .wedding-area_place_slider_arrow_box .prev-arrow img {
    transform: scaleX(-1);
}

.lp .wedding-area_place_name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 9px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp .wedding-area_place_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lp .wedding-area_place_price_before {
    color: #5F5F5F;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.lp .wedding-area_place_price_before span {
    color: #919191;
    font-size: 22px;
    font-weight: 500;
    text-decoration: line-through;
    display: block;
    margin-top: -15px;
}

.lp .wedding-area_place_price_arrow {
    width: 10px;
    height: 10px;
    border-left: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: rotate(-135deg) translateX(3px);
    transform-origin: center;
}

.lp .wedding-area_place_price_after {
    display: flex;
    align-items: center;
}

.lp .wedding-area_place_price_off {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E43F5F;
}

.lp .wedding-area_place_price_off span {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.lp .wedding-area_place_price_off span em {
    font-size: 20px;
    font-style: normal;
}

.lp .wedding-area_place_price_discount {
    color: #E43F5F;
    font-size: 15px;
    font-weight: 600;
}

.lp .wedding-area_place_price_discount span {
    font-size: 40px;
}

.lp .wedding-area_note {
    max-width: 920px;
    margin-inline: auto;
    display: flex;
    margin-top: 82px;
}

.lp .wedding-area_note_title {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-right: 40px;
    border-right: 1px dotted #707070;
}

.lp .wedding-area_note_body {
    flex-grow: 1;
    font-size: 12px;
    line-height: 2;
    color: #333;
    padding-left: 40px;
    margin-top: -3px;
}

/* benefits */
.lp .benefits {
    background-color: #ecf2f8;
    margin-bottom: 160px;
    position: relative;
}

.lp .benefits:after {
    content: "";
    display: block;
    width: 100%;
    height: 14.64vw;
    background: url(../img/lp/wave_01.svg) no-repeat center/cover;
    position: absolute;
    bottom: 17px;
    left: 0;
    transform: translateY(100%);
    z-index: -1;
}

.lp .container.benefits_inner {
    background: url(../img/lp/benefits_bg.jpg) no-repeat center/cover;
    padding: 80px 65px 60px;
    max-width: 1110px;
}

.lp .benefits_container {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 20px 20px 20px;
    padding: 10px;
    position: relative;
}

.lp .benefits_title {
    width: 168px;
    height: 84px;
    background: #075383;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 10px;
    position: absolute;
    top: -13px;
    left: -55px;
    transform: rotate(-45deg);
    clip-path: polygon(50% 0%, 0% 84px, 168px 84px);
}

.lp .benefits_title span {
    font-size: 14px;
    color: #b29656;
}

.lp .benefits_body {
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #B29656;
    padding: 62px 130px 49px;
}

.lp .benefits_header {
    position: relative;
}

.lp .benefits_header:before,
.lp .benefits_header:after {
    content: "";
    display: block;
    width: 49px;
    height: 120px;
    background: url(../img/lp/benefits_catch_deco.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
}

.lp .benefits_header:before {
    left: 0;
    transform: translate(calc(-100% - 50px), -50%);
}

.lp .benefits_header:after {
    right: 0;
    transform: translate(calc(100% + 50px), -50%) scaleX(-1);
}

.lp .beneifits_catch {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    white-space: nowrap;
}

.lp .beneifits_catch_text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.64;
    color: #333;
    text-decoration: underline;
    text-decoration-color: #B29656;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
    margin-right: 7px;
}

.lp .benefits_catch_wrap {
    display: contents;
}

.lp .benefits_catch_circle {
    width: 70px;
    height: 70px;
    background: #E43F5F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 8px;
    flex-shrink: 0;
}

.lp .benefits_catch_main {
    font-size: 24px;
    font-weight: 600;
    color: #e43f5f;
    line-height: 1;
}

.lp .benefits_catch_main em {
    font-size: 66px;
    font-style: normal;
    margin-right: 6px;
}

.lp .benefits_catch_main_wrap {
    display: contents;
}

.lp .benefits_catch_main--color {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    line-height: 1;
}

.lp .benefits_text {
    background: #b29656;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 4px 10px;
    text-align: center;
    margin-bottom: 4px;
}

.lp .benefits_note {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 17px;
}

.lp .benefits_detail_text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
}

.lp .benefits_detail_text:after {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background: #ddd;
    flex-grow: 1;
}

.lp .benefits_detail_list {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #333;
}

.lp .benefits_detail_list li {
    display: flex;
    gap: 11px;
}

.lp .benefits_detail_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b29656;
    margin-top: 13px;
    flex-shrink: 0;
}

.lp .benefits_deco {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.lp .benefits_deco img {
    width: 183px;
    height: auto;
    object-fit: contain;
}

/* resort wedding */
.lp .resort-wedding {
    padding: 129px 0 182px;
    position: relative;
    margin-bottom: 13.14vw;
}

.lp .resort-wedding:after {
    content: "";
    display: block;
    width: 100%;
    height: 13.14vw;
    background: url(../img/lp/wave_02.svg) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    z-index: 2;
}

.lp .resort-wedding_header {
    position: relative;
}

.lp .resort-wedding_title {
    margin-bottom: 77px;
}

.lp .resort-wedding_deco {
    position: absolute;
    top: 0;
    left: 50%;
    top: 0;
    transform: translate(-50%, -54%);
    width: 89vw;
    max-width: 1219px;
}

.lp .resort-wedding_deco img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.lp .resort-wedding_block {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.lp .resort-wedding_block:first-child {
    margin-left: calc(50% - 50vw);
    margin-bottom: 141px;
}

.lp .resort-wedding_block:nth-child(2) {
    flex-direction: row-reverse;
    margin-right: calc(50% - 50vw);
}

.lp .resort-wedding_block:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.lp .resort-wedding_block:first-child:before {
    background-image: url(../img/lp/feature_deco.svg);
    width: 400px;
    height: auto;
    aspect-ratio: 400/288;
    bottom: -75px;
    right: 198px;
}

.lp .resort-wedding_block:nth-child(2):before {
    background-image: url(../img/lp/strength_deco.svg);
    width: 420px;
    height: auto;
    aspect-ratio: 420/286;
    bottom: -102px;
    left: 138px;
}

.lp .resort-wedding_image {
    flex-shrink: 0;
    aspect-ratio: 793/534;
    width: 58.1vw;
    height: auto;
    max-width: 793px;
    margin-bottom: 0;
}

.lp .resort-wedding_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp .resort-wedding_body {
    margin-bottom: -40px;
}

.lp .resort-wedding_block:first-child .resort-wedding_body {
    margin-left: -67px;
}

.lp .resort-wedding_block:nth-child(2) .resort-wedding_body {
    margin-right: -67px;
}

.lp .resort-wedding_block_title {
    font-family: "Bodoni Moda", serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.lp .resort-wedding_block:first-child .resort-wedding_block_title {
    color: #2aacd4;
    margin-bottom: 109px;
}

.lp .resort-wedding_block:nth-child(2) .resort-wedding_block_title {
    color: #a088c7;
    margin-bottom: 53px;
}

.lp .resort-wedding_block_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    color: #333;
    margin-top: 11px;
}

.lp .resort-wedding_block_title span::before,
.lp .resort-wedding_block_title span::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background: #c1bdb6;
}

.lp .resort-wedding_block_inner {
    width: 475px;
}

.lp .resort-wedding_block:first-child .resort-wedding_block_inner {
    padding: 0 10px 10px 0;
}

.lp .resort-wedding_block:nth-child(2) .resort-wedding_block_inner {
    padding: 0 0 10px 10px;
}

.lp .resort-wedding_block_text {
    backdrop-filter: blur(30px);
    max-width: 465px;
    padding: 44px 42px 30px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    color: #333;
}

.lp .resort-wedding_block_text::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    border-bottom: 1px solid #b29656;
}

.lp .resort-wedding_block:first-child .resort-wedding_block_text::before {
    right: -10px;
    border-right: 1px solid #b29656;
}

.lp .resort-wedding_block:nth-child(2) .resort-wedding_block_text::before {
    left: -10px;
    border-left: 1px solid #b29656;
}

/* reason */
.lp .reason {
    background: #ecf2f8;
    padding: 96px 0 181px;
}

.lp .reason:before {
    top: -100px;
}

.lp .reason_title {
    margin-bottom: 36px;
    line-height: 1.65;
}

.lp .reason_title:after {
    transform: translateY(-14px) rotate(-15deg);
}

.lp .reason_title span {
    margin-top: 0;
}

.lp .reason_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
}

.lp .reason_block {
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp .reason_image {
    width: 167px;
    height: auto;
    aspect-ratio: 167/217;
    margin-bottom: 27px;
}

.lp .reason_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lp .reason_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.lp .reason_text marker {
    background-image: linear-gradient(90deg, rgba(112, 200, 208, 0.5), rgba(198, 170, 244, 0.5));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 12px;
}

.lp .reason_detail {
    max-width: 310px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    color: #333;
}

/* support */
.lp .support {
    padding: 50px 0;
    margin-bottom: 13.14vw;
    position: relative;
}

.lp .support:after {
    content: "";
    display: block;
    width: 100%;
    height: 13.14vw;
    background: url(../img/lp/wave_02.svg) no-repeat center/cover;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translateY(100%) scaleX(-1);
}

.lp .support_title {
    font-size: 36px;
    margin-bottom: 30px;
}

.lp .support_title span {
    margin-top: 9px;
}

.lp .support_text {
    max-width: 816px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.83;
    text-align: center;
    color: #333;
    margin-inline: auto;
    margin-bottom: 75px;
}

.lp .support_image {
    width: calc(1296 / 1366 * 100%);
    height: auto;
    aspect-ratio: 1296/655;
    margin-inline: auto;
    margin-bottom: 80px;
}

/* reserve */
.lp .reserve {
    padding: 95px 0 0;
}

.lp .reserve_title {
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 59px;
}

.lp .reserve_title span {
    display: block;
    font-family: "Bodoni Moda", serif;
    font-size: 20px;
    color: #64a3cb;
    margin-top: 5px;
}

.lp .reserve_contents {
    padding: 31px 15px 59px 60px;
    border: solid 1px #b29656;
    border-radius: 20px;
    margin-bottom: 60px;
}

.lp .reserve_text {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #b29656;
    margin-bottom: 44px;
}

.lp .reserve_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 39px 40px;
    justify-content: center;
    margin: 0 auto;
}

.lp .reserve_list li {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    color: #333;
}

.lp .reserve_list li:last-child {
    gap: 13px;
}

.lp .main_bg {
    border-radius: 20px;
}

.lp .privacy-policy {
    margin-top: 50px;
}

.lp .privacy-policy_text {
    font-size: 24px;
    letter-spacing: 0.06em;
    color: #333;
    margin-bottom: 20px;
}

.lp .privacy-policy_detail {
    height: 240px;
    padding: 30px 43px 30px 30px;
    background-color: #fff;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.lp .privacy-policy_detail::-webkit-scrollbar {
    display: none;
}

.lp .privacy-policy_detail p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.06em;
    text-align: left;
    color: #333;
    margin-bottom: 1.5em;
}

.lp .privacy-policy_detail span {
    font-weight: 600;
}

.lp .modal_pop {
    display: none;
}

/* footer */
.lp_footer {
    padding-top: 77px;
    padding-bottom: 77px;
}

@media (max-width: 1100px) and (min-width: 992px) {

    /* wedding area */
    .lp .wedding-area_place_inner {
        padding: 70px 50px 81px;
    }

    /* benefit */
    .lp .benefits_body {
        padding: 62px 110px 49px;
    }

    .lp .beneifits_catch_text {
        font-size: 18px;
    }

    .lp .benefits_catch_circle {
        width: 60px;
        height: 60px;
    }

    .lp .benefits_text {
        font-size: 16px;
    }

    /* resort wedding */
    .lp .resort-wedding_block:first-child .resort-wedding_block_title {
        margin-bottom: 40px;
    }

    .lp .resort-wedding_block:nth-child(2) .resort-wedding_block_title {
        margin-bottom: 40px;
    }

    /* reserve */
    .lp .reserve_contents {
        padding: 31px 50px 59px;
    }
}

@media (max-width: 991px) {

    /* common */
    .lp .is-pc {
        display: none;
    }

    .lp .is-sp {
        display: block;
    }

    .lp_button {
        max-width: 400px;
        height: 64px;
        border-radius: 32px;
        font-size: 15px;
    }

    .lp_button:hover {
        opacity: 1;
    }

    .lp_button:after {
        aspect-ratio: 10.6 / 18;
        width: 6px;
        height: auto;
        right: 10px;
    }

    .lp_section_title {
        font-size: 16px;
    }

    .lp_section_title:after {
        width: 50px;
    }

    .lp_section_title_main {
        font-size: 26px;
        margin-top: 10px;
    }

    .lp_section_title--fz {
        font-size: 20px;
    }

    /* header */
    .lp_header_logo {
        width: 70px;
        height: 50px;
        font-size: unset;
    }

    .lp_header_logo img {
        height: 100%;
        object-fit: cover;
        margin-bottom: 0;
    }

    /* kv */
    .lp .kv {
        height: 109.6vw;
    }

    .lp .kv_catch {
        width: 102.3vw;
        top: 13.8vw;
        right: -5.7vw;
    }

    .lp .kv_discount {
        width: 69.3vw;
        bottom: -6.4vw;
        left: -3.5vw;
    }

    .lp .kv_button {
        width: 355px;
        bottom: 15px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        padding-left: 8px;
    }

    .lp .kv_button_deco {
        width: 72px;
        bottom: 0;
        left: 27px;
        font-size: 13px;
    }

    .lp .kv_button_deco em {
        font-size: 19px;
    }

    .lp .kv_button_deco--small {
        font-size: 10px;
    }

    .lp .kv_button:after {
        width: 7px;
        right: 27px;
    }

    .lp .kv_scroll {
        display: none;
    }

    .lp .kv_scroll:after {
        display: none;
    }

    /* wedding area */
    .lp .wedding-area_title {
        margin-bottom: 21px;
        font-size: 12px;
    }

    .lp .wedding-area_title span {
        font-size: 32px;
    }

    .lp .wedding-area_list {
        gap: 10px;
        margin-bottom: 14px;
    }

    .lp .wedding-area_list li {
        font-size: 14px;
        width: auto;
        max-width: 200px;
        height: 30px;
        flex: 1;
    }

    .lp .wedding-area_list li a:after {
        width: 4px;
        height: 4px;
        right: 9px;
    }

    .lp .wedding-area_place_inner {
        padding: 30px 20px;
    }

    .lp .wedding-area_place_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .lp .wedding-area_place_title span {
        gap: 10px;
        font-size: 12px;
    }

    .lp .wedding-area_place_title span:before,
    .lp .wedding-area_place_title span:after {
        width: 40px;
    }

    .lp .wedding-area_place_container {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-bottom: 40px;
    }

    .lp .wedding-area_place_slider .slick-dots {
        margin: 10px 0;
    }

    .lp .wedding-area_place_name {
        font-size: 14px;
        height: auto;
    }

    .lp .wedding-area_place_price {
        gap: 5px;
        flex-direction: column;
    }

    .lp .wedding-area_place_price_before {
        font-size: 10px;
    }

    .lp .wedding-area_place_price_arrow {
        transform: rotate(-45deg) translateX(3px);
    }

    .lp .wedding-area_place_price_after {
        line-height: 1;
    }

    .lp .wedding-area_place_price_off {
        font-size: 10px;
        width: 40px;
        height: 40px;
    }

    .lp .wedding-area_place_price_off span {
        font-size: 10px;
    }

    .lp .wedding-area_place_price_off span em {
        font-size: 16px;
    }

    .lp .wedding-area_place_price_discount {
        font-size: 14px;
    }

    .lp .wedding-area_place_price_discount span {
        font-size: 32px;
    }

    .lp .wedding-area_note {
        display: block;
        margin-top: 50px;
    }

    .lp .wedding-area_note_title {
        padding-right: 0;
        border: none;
        padding-bottom: 10px;
        border-bottom: 1px dotted #707070;
        margin-bottom: 10px;
    }

    .lp .wedding-area_note_body {
        padding-left: 0;
        margin-top: 0;
    }

    /* benefits */
    .lp .benefits {
        margin-bottom: 80px;
    }

    .lp .benefits:after {
        bottom: 0;
        height: 18.7vw;
        background: url(../img/lp/wave_01_sp.svg) no-repeat center/cover;
    }

    .lp .container.benefits_inner {
        background: url(../img/lp/benefits_bg_sp.jpg) no-repeat center/cover;
        padding: 10px;
    }

    .lp .benefits_container {
        border-radius: 0 10px 10px 10px;
    }

    .lp .benefits_title {
        width: 112px;
        height: 56px;
        font-size: 15px;
        padding-bottom: 7px;
        top: -9px;
        left: -36px;
        clip-path: polygon(50% 0%, 0% 56px, 112px 56px);
    }

    .lp .benefits_title span {
        font-size: 8px;
    }

    .lp .benefits_body {
        padding: 30px 20px;
    }

    .lp .benefits_header:before,
    .lp .benefits_header:after {
        display: none;
    }

    .lp .beneifits_catch {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .lp .beneifits_catch_text {
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 9px;
    }

    .lp .benefits_catch_wrap {
        display: flex;
        align-items: flex-end;
        margin-bottom: 5px;
    }

    .lp .benefits_catch_circle {
        width: 55px;
        height: 55px;
        font-size: 11px;
        margin-right: 4px;
    }

    .lp .benefits_catch_main {
        font-size: 23px;
    }

    .lp .benefits_catch_main em {
        font-size: 60px;
        margin-right: 0;
    }

    .lp .benefits_catch_main_wrap {
        display: flex;
        align-items: center;
    }

    .lp .benefits_text {
        font-size: 14px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    .lp .benefits_note {
        font-size: 14px;
        margin-bottom: 17px;
    }

    .lp .benefits_detail_text {
        font-size: 14px;
        gap: 0;
        margin-bottom: 10px;
    }

    .lp .benefits_detail_list {
        font-size: 11px;
        line-height: 1.5;
    }

    .lp .benefits_detail_list li {
        gap: 5px;
    }

    .lp .benefits_detail_list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .lp .benefits_detail_list li:before {
        margin-top: 7px;
    }

    .lp .benefits_deco {
        bottom: -10px;
        right: -4px;
    }

    .lp .benefits_deco img {
        width: 104px;
    }

    /* resort wedding */
    .lp .resort-wedding {
        padding: 80px 0;
        margin-bottom: 18.7vw;
    }

    .lp .resort-wedding:after {
        height: 18.7vw;
        background: url(../img/lp/wave_02_sp.svg) no-repeat center/cover;
    }

    .lp .resort-wedding_title {
        margin-bottom: 50px;
    }

    .lp .resort-wedding_deco {
        width: 100%;
        transform: translate(-50%, -42%);
    }

    .lp .resort-wedding_block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 600px;
    }

    .lp .resort-wedding_block:first-child {
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp .resort-wedding_block:nth-child(2) {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .lp .resort-wedding_block:first-child:before {
        width: 60%;
        max-width: 300px;
        bottom: unset;
        top: 0;
        right: unset;
        left: 0;
        transform: translateY(150%);
    }

    .lp .resort-wedding_block:nth-child(2):before {
        width: 60%;
        max-width: 300px;
        bottom: unset;
        top: 0;
        left: unset;
        right: 0;
        transform: translateY(150%);
    }

    .lp .resort-wedding_image {
        width: 90%;
        max-width: 500px;
    }

    .lp .resort-wedding_block:first-child .resort-wedding_image {
        align-self: start;
    }

    .lp .resort-wedding_block:nth-child(2) .resort-wedding_image {
        align-self: end;
    }

    .lp .resort-wedding_body {
        margin-bottom: 0;
        display: contents;
    }

    .lp .resort-wedding_block:first-child .resort-wedding_body {
        margin-left: 0;
    }

    .lp .resort-wedding_block:nth-child(2) .resort-wedding_body {
        margin-right: 0;
    }

    .lp .resort-wedding_block_title {
        font-size: 30px;
        margin-bottom: 20px;
        order: -1;
        align-self: center;
    }

    .lp .resort-wedding_block:first-child .resort-wedding_block_title {
        margin-bottom: 20px;
    }

    .lp .resort-wedding_block:nth-child(2) .resort-wedding_block_title {
        margin-bottom: 20px;
    }

    .lp .resort-wedding_block_title span {
        gap: 8px;
        font-size: 14px;
    }

    .lp .resort-wedding_block_title span::before,
    .lp .resort-wedding_block_title span::after {
        width: 50px;
    }

    .lp .resort-wedding_block_inner {
        width: 90%;
        max-width: 400px;
        margin-top: -30px;
    }

    .lp .resort-wedding_block:first-child .resort-wedding_block_inner {
        margin-right: -15px;
        align-self: end;
    }

    .lp .resort-wedding_block:nth-child(2) .resort-wedding_block_inner {
        margin-left: -15px;
        align-self: start;
    }

    .lp .resort-wedding_block_text {
        max-width: calc(100% - 10px);
        padding: 20px;
        font-size: 13px;
        line-height: 1.5;
    }

    .lp .resort-wedding_block:first-child .resort-wedding_block_text::before {
        right: -10px;
        border-right: 1px solid #b29656;
    }

    .lp .resort-wedding_block:nth-child(2) .resort-wedding_block_text::before {
        left: -10px;
        border-left: 1px solid #b29656;
    }

    /* reason */
    .lp .reason {
        padding: 50px 0 100px;
    }

    .lp .reason_title {
        margin-bottom: 40px;
    }

    .lp .reason_container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
        padding: 0;
    }

    .lp .reason_block {
        max-width: 400px;
    }

    .lp .reason_image {
        width: 50%;
        margin-bottom: 20px;
    }

    .lp .reason_text {
        margin-bottom: 20px;
    }

    .lp .reason_detail {
        font-size: 14px;
        max-width: unset;
    }

    /* support */
    .lp .support {
        padding: 10px 0 50px;
        margin-bottom: 18.67vw;
    }

    .lp .support:after {
        height: 18.67vw;
        background: url(../img/lp/wave_02_sp.svg) no-repeat center/cover;
    }

    .lp .support_title {
        font-size: 16px;
    }

    .lp .support_text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lp .support_image {
        width: 100%;
        padding: 0 10px;
        max-width: 500px;
        aspect-ratio: 355/560;
        margin-bottom: 0;
    }

    /* reserve */
    .lp .reserve {
        padding: 50px 0 0;
    }

    .lp .reserve_title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .lp .reserve_title span {
        font-size: 14px;
        margin-top: 5px;
    }

    .lp .reserve_contents {
        padding: 30px 20px;
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .lp .reserve_text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lp .reserve_list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        width: fit-content;
        margin: 0 auto;
    }

    .lp .reserve_list li {
        font-size: 14px;
        line-height: 1.5;
    }

    .lp .reserve_list li:last-child {
        gap: 10px;
    }

    .lp .main_bg {
        border-radius: 10px;
    }

    .lp .privacy-policy {
        margin-top: 30px;
    }

    .lp .privacy-policy_text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lp .privacy-policy_detail {
        height: 240px;
        padding: 30px 20px;
    }

    .lp .privacy-policy_detail p {
        font-size: 13px;
    }

    /* footer */
    .lp_footer {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

/* LP thanks */
.lp_thanks {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
}

.lp_thanks .lp {
    height: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp_thanks .lower_article_wrap .h2_ttl01::after {
    background-color: unset;
    border-bottom: 1px dotted #b29656;
}

.lp_thanks .footer_wrap {
    margin-top: auto;
}

@media (max-width: 991px) {
    .lp_thanks .lp {
        margin-top: 58px;
    }

    .lp_thanks .footer_wrap {
        padding: 30px 0;
    }
}