@charset "utf=8";

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background-color: #FAF7F2;
    color: #1E1E1E;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    overflow-x: hidden;
}

.loading {
    position: fixed;
    transform: translateX(-100%);
}

/* loading */
/* .loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FAF7F2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading img {
    width: 250px;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}
.container {
    width: 100%;
    height: 100%;
} */

/* fv */
.fv {
    background-image: url(../images/tsudurihana_pc_fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 4%;
}

.logo {
    width: 178px;
}

.header__icon {
    display: flex;
    align-items: center;
    gap: 45px;
}

/* sp */
@media screen and ( max-width:769px ) {
    .fv {
        background-image: url(../images/tsudurihana_sp_fv.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .logo {
        width: 100px;
    }

    .shopping__icon {
        width: 25px;
    }

    nav__btn {
        width: 25px;
    }
}

/* nav */
.nav {
    background-color: #FAF7F2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    padding: 50px 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.nav.active {
    transform: translateX(0);
}

.nav__list li {
    color: #8795A1;
    font-size: 2.4rem;
    margin-top: 40px;
}

.nav__list li:first-of-type {
    margin-top: 0;
}

.close__btn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 55px;
    right: 8.5%;
}

/* sp */
@media screen and ( max-width:769px ) {
    .nav {
        width: 100%;
    }
}

/* read */
#read {
    width: 100vw;
}

.read__item {
    display: flex;
    justify-content: center;
    gap: 150px;
    margin-top: 300px;
}

.read__h2 {
    font-size: 3.6rem;
    border-top: 1px solid #1E1E1E;
    padding-top: 40px;
}

.read__txt {
    margin-top: 60px;
}

.txt--one {
    font-size: 24px;
    margin-top: 120px;
}

/* sp */
@media screen and ( max-width:769px ) {
    #read {
        width: fit-content;
        height: 100%;
        margin: 0 auto;
        padding: 0 16px;
    }

    .read__item {
        display: inline-block;
        margin-top: 200px;
    }

    .read__h1 img {
        display: none;
    }

    .read__h2 {
        font-size: 2.4rem;
    }

    .txt--one {
        font-size: 2rem;
    }
}

/* bouquet */
.bouquet__imgBox {
    display: flex;
    width: 100%;
    margin-top: 300px;
    overflow: hidden;
}

/* スライド3枚のグループ */
.slider {
    animation: scroll-left 100s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
}
/* スライドの画像 */
.slide img {
    display: block;
    height: 467px;
}
/* CSSアニメーション */
@keyframes scroll-left {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-100%);
}
}

.bouquet__txtBox__box {
    margin-top: 60px;
    text-align: center;
}

.bouquet__txtBox {
    display: inline-block;
    text-align: left;
}

.bouquet__txt {
    margin-top: 24px;
}

/* sp */
@media screen and ( max-width:769px ) {
    .bouquet__imgBox {
        margin-top: 200px;
    }

    .slider {
        height: 300px;
    }

    .bouquet__txtBox {
        padding: 0 16px;
    }
}

/* wedding */
.wedding {
    position: relative;
}

.wedding__img {
    text-align: center;
    margin-top: 300px;
}

.wedding__img img {
    width: 55%;
    min-width: 280px;
}

.wedding__txtBox__box {
    text-align: center;
    margin-top: 120px;
}

.wedding__txtBox {
    display: inline-block;
    text-align: left;
}
.h2 {
    font-size: 3.6rem;
    text-align: center;
}

.wedding__h2 {
    border-bottom: 1px solid #1E1E1E;
    padding: 0 0 10px 0;
}

.wedding__txt {
    margin-top: 90px;
}

.wedding__btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 10px;
    width: 150px;
    position: absolute;
    right: 22%;
    margin-top: 150px;
}

/* sp */
@media screen and ( max-width:769px ) {
    .wedding__txtBox__box {
        padding: 0 16px;
    }

    .wedding__img {
        margin-top: 200px;
    }

    .h2 {
        font-size: 2.4rem;
    }

    .pcBr {
        display: none;
    }

    .wedding__btn {
        width: 120px;
        right: 5%;
    }
}

/* order */
#order {
    text-align: center;
    padding: 0 16%;
}

.order__h2 {
    margin-top: 550px;
}

.order__item {
    border: 1px solid #1E1E1E;
    padding: 50px;
    margin-top: 140px;
    position: relative;
}

.order__item p {
    display: inline-block;
    text-align: left;
    margin-top: 24px;
}

.order__item::after {
    display: block;
    content: '';
    background-image: url(../images/order_arrow.svg);
    width: 20px;
    height: 15px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.order__item:first-child::after {
    display: none;
}

.h3 {
    font-size: 2.4rem;
}

.order__br {
    font-size: 1.4rem;
}

.attention__txtBox {
    margin-top: 150px;
}

.attention {
    font-size: 2.4rem;
}

.attention__txt {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}

/* sp */
@media screen and ( max-width: 769px) {
    #order {
        padding: 0 16px;
    }

    .order__h2 {
        margin-top: 400px;
    }

    .order__item {
        padding: 20px;
        margin-top: 100px;
    }

    .h3 {
        font-size: 2rem;
    }

    .order__item::after {
        top: -50px;
    }
}

/* Q&A */
#qa {
	margin: 300px auto 0;
    padding: 0 100px;
}

.qa__q {
    margin-right: 30px;
}

.details:first-of-type {
    margin-top: 150px;
}

.details-summary {
    border-bottom:1px solid #1E1E1E;
	position: relative;
	display: flex;
    align-items: center;
	padding: 0 30px 20px 0;
    margin-top: 80px;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
        right: 1%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #1E1E1E;
            width: 18px;
            height: 2px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform-origin: center center;
            transform: translate(-50%,-50%);
        }
        &:before {
            width: 2px;
            height: 18px;
            top: 50%;
            left: 50%;
        }
    }
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}
		}
    }
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
    display: flex;
    align-items: center;
	padding: 20px 30px 20px 0;
	p {
		color: #1E1E1E;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}
.qa__a {
    margin-right: 30px;
}

/* sp */
@media screen and ( max-width:769px ) {
    #qa {
        font-size: 1.4rem;
        padding: 0 16px;
        margin-top: 200px;
    }

    .details:first-of-type {
        margin-top: 0;
    }

    .qa__q {
        margin-right: 8px;
    }

    .details-summary {
        .btn {
            width: 14px;
            height: 14px;

            &:before,
            &:after {
                content: "";
                width: 14px;
                height: 1.5px;
            }
            &:before {
                width: 1.5px;
                height: 14px;
            }
        }
    }
}

/* contact */
#contact {
    text-align: center;
    margin: 300px 0;
    padding: 0 16px;
}

.contact__txt {
    font-size: 2rem;
}

.contact__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #1E1E1E;
    max-width: 412px;
    margin: 20px auto;
    padding: 15px;
}

.contact__btn p {
    font-size: 2.4rem;
}

/* sp */
@media screen and ( max-width: 769px) {
    #contact {
        margin: 200px 0;
    }

    .contact__txt {
        font-size: 1.4rem;
    }

    .contact__btn img {
        width: 20px;
    }

    .contact__btn p {
        font-size: 1.6rem;
    }
}

/* .footer */
.footer {
    background-color: #8795A1;
}

.footer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 40px 0;
}

.footer__header img {
    width: 178px;
}

.footer__nav {
    color: #FAF7F2;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 50px;
}


.footer__foot {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 40px 50px;
    margin-top: 200px;
}

.footer__foot p {
    color: #FAF7F2;
    font-size: 14px;
}

.footer__foot img {
    width: 50px;
}

/* mobile */
@media screen and ( max-width:1080px){
    .footer__nav {
        font-size: 2rem;
        gap: 40px;
    }
}

/* sp */
@media screen and ( max-width: 950px) {
    .footer__item {
        width: 360px;
        margin: 0 auto;
    }

    .footer__header {
        padding: 50px 30px 0;
        align-items: flex-start;
    }

    .footer__header img {
        width: 150px;
    }

    .footer__nav {
        font-size: 2rem;
        display: block;
    }

    .footer__nav li {
        margin-top: 20px;
    }

    .footer__nav li:first-of-type {
        margin-top: 0;
    }

    .footer__foot {
        display: block;
        position: relative;
        margin-top: 200px;
    }

    .footer__foot p {
        text-align: center;
    }

    .footer__foot img {
        width: 30px;
        position: absolute;
        top: -180px;
        right: 125px;
    }
}