/* メインビジュアル */
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.mv-section {
    position: sticky;
    top: 0;
    /* overflow: hidden; */
}

.mv_body {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 50px;
    text-align: center;
}

.mv_text {
    background-color: #FEFDF9;
    color: #6F6E6E;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding: 9px 17px;
}

@media (max-width: 1130px) {
    .mv_text {
        background-color: #FEFDF9;
        color: #6F6E6E;
        font-size: 14px;
        letter-spacing: 0.2em;
        padding: 9px 17px;
    }
}

@media (max-width: 810px) {
    .mv-section {
        width: 100%;
        margin-top: 65px;
        position: relative;
    }

    .mv_text {
        display: none;
    }
}

.concept-section,
.gallery-section,
.profile-section,
.video-section,
.contact-all,
.footer {
    position: relative;
}

/* concept */
.concept-section {
    background-color: #F2EEE3;
    text-align: center;
    padding: 110px 0 120px;
}

.concept_title {
    display: inline-block;
    border-bottom: 1px solid #86764A;
}

.concept_text {
    margin-top: 65px;
    font-size: 40px;
    font-weight: 300;
}

.concept_text-second {
    margin-top: 16px;
    font-size: 17px;
}

@media (max-width: 1130px) {
    .concept_text {
        font-size: 32px;
    }

    .concept_text-second {
        font-size: 15px;
    }
}

@media (max-width: 706px) {
    .concept-section {
        padding: 40px 0 70px 0;
    }

    .concept_text {
        font-size: 28px;
        line-height: 1.8em;
    }

    .concept_text-second {
        font-size: 14px;
        margin-top: 30px;
    }
}


/* ギャラリー */
.gallery-section {
    padding: 65px 0 320px 0;
    background-color: #FEFDF9;
}

.gallery_inner {
    display: flex;
    flex-direction: column;
}

.gallery_title {
    display: flex;
    align-items: center;
}

.gallery_title::after {
    display: inline-block;
    width: 100px;
    height: 1px;
    margin-left: 20px;
    content: "";
    background-color: #86764A;
}


.gallery_title-small {
    font-size: 13px;
    color: #DDBB93;
    letter-spacing: 0.05em;
    line-height: 100%;
}

.gallery_title-big {
    margin-top: 4px;
    font-size: 40px;
    font-weight: 400;
    color: #86764A;
    line-height: 100%;
}

@media (max-width: 810px) {
    .gallery_title-big {
        font-weight: 300;
    }

    .gallery-section {
        padding: 40px 0 100px 0;
    }
}


/* wedding */
.wedding_section {
    margin-top: 82px;
    align-items: flex-end;
    display: flex;
    gap: 9.5%;
    width: 87%;
    align-self: flex-end;
}

.wedding_inner {
    width: 28%;
}

.wedding_text {
    margin-top: 84px;
}

.wedding_button {
    margin-top: 40px;
}

@media (max-width: 810px) {
    .wedding_section {
        flex-direction: column-reverse;
        width: 100%;
        align-self: center;
        margin-top: 40px;
    }

    .wedding_inner {
        width: 100%;
    }

    .wedding_img {
        width: 100%;
    }

    .wedding_title {
        margin-top: 40px;
    }

    .wedding_text {
        margin-top: 40px;
    }

    .wedding_button {
        margin-top: 25px;
    }
}



/* portrait */
.portrait_section {
    margin-top: 220px;
    align-items: center;
    display: flex;
    gap: 10%;
    margin-left: 160px;
}

.portrait_inner {
    width: 31%;
}

.portrait_text {
    margin-top: 69px;
}

.portrait_text p:nth-child(3) {
    margin-top: 20px;
}

.portrait_button {
    margin-top: 50px;
}

.top-small_img {
    display: none;
}

@media (max-width: 810px) {
    .portrait_section {
        flex-direction: column;
        width: 100%;
        margin: 100px 0 0 0;
    }

    .portrait_inner {
        width: 100%;
    }

    .portrait_title {
        margin-top: 40px;
    }

    .portrait_text {
        margin-top: 40px;
    }

    .portrait_button {
        margin-top: 25px;
    }

    .portrait_img {
        display: none;
    }

    .top-small_img {
        display: block;
    }
}


/* shichigosan */
.shichigosan_section {
    margin-top: 220px;
    align-items: center;
    display: flex;
    gap: 12%;
    margin-left: 160px;
}

.shichigosan_inner {
    width: 29%;
}


.shichigosan_text {
    margin-top: 60px;
}

.shichigosan_button {
    margin-top: 50px;
}

@media (max-width: 810px) {
    .shichigosan_section {
        flex-direction: column-reverse;
        width: 100%;
        margin: 100px 0 0 0;
    }

    .shichigosan_inner {
        width: 100%;
    }

    .shichigosan_img {
        width: 100%;
    }

    .shichigosan_title-big {
        font-weight: 300;
    }

    .shichigosan_title {
        margin-top: 40px;
    }

    .shichigosan_text {
        margin-top: 40px;
    }

    .shichigosan_button {
        margin-top: 25px;
    }
}



/* profile */
.profile_title {
    text-align: center;
    border-top: solid 1px #86764A;
    padding-top: 15px 0;
    background-color: #FEFDF9;
}

.profile_body {
    background-color: #86764A;
    padding: 150px 0;
}

.profile_body-inner {
    display: flex;
    align-items: center;
    gap: 10%;
}

.profile_img {
    padding: 25px;
    background-color: #fff;
}

.profile_box {
    color: #FEFDF9;
}

.profile_box-title {
    font-size: 50px;
    font-weight: 300;
}

.profile_button {
    text-align: center;
    margin-top: 100px;
}

.profile_button-text {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #FEFDF9;
    border: solid 1px #FEFDF9;
    padding: 10px 60px;
    transition: all .3s;
}

.profile_button-text:hover {
    background-color: #FEFDF9;
    color: #86764A;
}

@media (max-width: 810px) {
    .profile_body {
        padding: 60px 0 70px 0;
    }

    .profile_body-inner {
        flex-direction: column;
    }

    .profile_box {
        margin-top: 20px;
        display: contents;
    }


    .profile_box-title {
        font-size: 40px;
        text-align: center;
        margin-top: 40px;
    }

    .profile_text {
        font-weight: 300;
        margin-top: 20px;
        text-align: center;
        letter-spacing: 0;
    }

    .profile_button {
        margin-top: 50px;
    }
}

@media (max-width: 420px) {
    .profile_img {
        width: 70%;
    }
}




.video-section {
    background-color: #000;
    justify-content: center;
    display: flex;
    padding: 120px 0;
}

.video_wrap {
    text-align: center;
}

.video_title {
    color: #FEFDF9;
    margin-bottom: 25px;
}

video {
    margin: auto;
    width: 60%;
}

@media (max-width: 810px) {
    video {
        width: 100%;
    }

    .video-section {
        /* background-color: #FEFDF9; */
        display: block;
        padding: 20px 0;
    }

    .video_title {
        margin-bottom: 10px;
    }
}



/* お問い合わせ */
.contact-all {
    background-color: #FEFDF9;
}

.contact-section {
    padding-bottom: 150px;
}

.contact_title {
    text-align: center;
    padding-top: 100px;
}

.contact_wrap {
    max-width: 1120px;
    margin: 0 auto;
    background-color: #F2EEE3;
    border: 1px solid #A49772;
    padding: 100px;
}

.contact_body {
    text-align: center;
}

.contact_body-big {
    font-size: 28px;
    color: #86764A;
}

.contact_body-small {
    margin-top: 45px;
    line-height: 1.3;
}

.contact_box {
    margin-top: 30px;
}

.contact-group {
    margin-bottom: 40px;
}

label {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.required {
    font-size: 16px;
    margin-left: 5px;
    color: #E22727;

}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    background-color: #FEFDF9;
    letter-spacing: 0.1em;
}

select {
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    background-color: #86764A;
    letter-spacing: 0.1em;
    color: #FEFDF9;
}





/* 送信ボタン */
.contact_btn {
    text-align: center;
    margin-top: 50px;
}

.submit-btn {
    font-size: 25px;
    /* buttonタグのリセットCSS */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;

    color: #FEFDF9;
    padding: 22px 246px;
    background-color: #ccc;
    cursor: pointer;
    /* ポインターカーソルを表示 */
}

.submit-btn:hover {
    background-color: #86764A;
}



@media (max-width: 810px) {
    .contact-section {
        width: 100%;
        padding-bottom: 0;
    }

    .contact_wrap {
        padding: 60px 0 90px 0;
        line-height: 1.5;
    }

    .contact_title {
        padding-top: 20px;
    }

    .contact_body {
        width: 90%;
        margin: auto;
    }

    .contact_body-big {
        font-weight: 300;
        line-height: 1.5;
        font-size: 28px;
    }
}

@media (max-width: 600px) {

    .submit-btn {
        font-size: 20px;
        padding: 16px 112px;
    }
}


/* footer */
.footer {
    padding: 15px 0;
    background-color: #86764A;
    color: #FEFDF9;
    text-align: center;
    position: relative;
    z-index: 10;
}

@media (max-width: 810px) {
    .footer {
        margin-top: 0px;
    }

}

@media (max-width: 420px) {
    .footer {
        padding: 10px 0;
        font-size: 12px;
    }
}