@charset "utf-8";
:root{
    --primary-blown: #710C21;
    --primary-green: #9CC4B2;
    --primary-pink: #F8DCDB;
    --primary-white: #fdfdfd;
    --primary-whiteLow: #ecf5f5;
    --primary-black: #333a3a;
    --contentWidth: 91.4%;
    --contentPadding: 4.2%;
}

.article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.article__header{
    background-image: url(../1x/flowerMain.png);
    background-position: center;
    background-size: cover;
    width: 160%;
    height:  500px;
    border-radius: 0 0 320px 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s fadeinmain 0.5s forwards;
	opacity: 0;
}
@keyframes fadeinmain {
	0% {
		height:  0px;
  }
	100% {
		height:  500px;
		opacity: 1;
  }
}

.about__txt{
    color: var(--primary-pink);
    text-align: center;
    font-family: "Fleur De Leah";
    font-size: 6rem;
    display: flex;
    justify-content: center;
    padding-bottom: 1px;
    text-shadow: 6px 6px 6px rgba(139, 110, 110, 0.9);
    animation: 1s fadeintxt 1.2s forwards;
    opacity: 0;
}
@keyframes fadeintxt {
	0% {
        margin-top: -30px;}
	100% {
        margin-top: 0px;
		opacity: 1;
  }
}

@media screen and (min-width: 769px){
    .article{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .article__header{
        background-image: url(../1x/flowerMain.png);
        background-position: center;
        background-size: cover;
        width: 120%;
        height: 800px;
        border-radius: 0 0 300% 300%;
        display: flex;
        justify-content: center;
        padding-left: 30%;
        align-items: center;
        animation: 1.2s fadeinmain 0.5s forwards;
	    opacity: 0;
}

@keyframes fadeinmain {
	0% {
		height:  0px;
  }
	100% {
		height:  800px;
		opacity: 1;
  }
    }
    
    .about__txt{
        text-align: center;
        font-family: "Fleur De Leah";
        font-size: 8rem;
        display: flex;
        justify-content: center;
        text-shadow: 6px 6px 6px rgba(139, 110, 110, 0.9);
        animation: 1s fadeintxt 1.2s forwards;
        opacity: 0;
}
@keyframes fadeintxt {
	0% {
        margin-top: -60px;}
	100% {
        margin-top: 0px;
		opacity: 1;
  }
    }
}
/* ==========================
    bouquet
=========================== */
.section--bouquet{
    margin: 100px auto 0;
}

.mainCaption{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ribbon__set{
    opacity: 0.8;
    display: flex;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-end;
}

.ribbon1{
    width: 36.669px;
    height: 21.248px;
    margin-bottom: -12px;
}

/* fuwafuwa */
@keyframes fuwafuwa {
    0% { transform: translateY(1px) }
    33.33333% { transform: translateY(8px) }
    66.66667% { transform: translateY(3px) }
    100% { transform: translateY(1px) }
  }  


.maincaption{
    padding: 0 28px;
    text-align: center;
    font-family: "Fleur De Leah";
    font-size: 3.2rem;
}

.Bouquet_{
    display: flex;
    flex-direction: column;
    align-items: center;
   }

.bouquet__img{
    width: 220px;
    height: 220px;
    border-radius: 110px;
    box-shadow: 2px 2px 3px 2px rgba(251, 224, 223, 0.8);
    animation: fuwafuwa 3s linear infinite;
}

.bouquet__txt{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.mainCaption__txt1{
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
}

.mainCaption__txt2{
    text-align: center;
    font-size: 1.8rem;
}

.mainCaption__txt3{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.BtoD{
    width: 80%;
    margin-right: auto;
}

@media screen and (min-width: 769px){
.section--bouquet{
    margin: 160px auto 0;
}

.mainCaption{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ribbon__set{
    opacity: 0.8;
    display: flex;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-end;
}

.ribbon1{
    width: 87.998px;
    height: 50.992px;
    margin-bottom: -30px;
}

.maincaption{
    padding: 0 60px;
    text-align: center;
    font-family: "Fleur De Leah";
    font-size: 6rem;
}

.Bouquet_{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bouquet__img{
    width: 500px;
    height: 500px;
    border-radius: 250px;
}

.bouquet__txt{
    margin-left: -76px;
    margin-top: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}

.mainCaption__txt1{
    text-align: center;
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 80px;
}

.mainCaption__txt2{
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

.mainCaption__txt3{
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.BtoD{
    width: 40%;
}
}

/* ==========================
    dried flower
=========================== */
.section--dried__flower{
    margin: 0px auto 30px;
    background-color: var(--primary-blown);
}

.ribbon__line{
    width: 70%;
}

.leadCaption{
    padding: 30px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.driedflower{
    display: flex;
    padding: 0 4.2%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.Dried{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.dried_Txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.leadcaption{
    opacity: 0.9;
    color: var(--primary-pink);
    font-family: "Fleur De Leah";
    font-size: 3.2rem;
    text-align: center;
}

.dried__txt{
    color: var(--primary-pink);
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
}

.dried__img{
    margin-top: 30px;
    width: 60%;
    border-radius: 3px;
}

.D_Bouquet{
    margin-top: 100px;
    padding-top: 90px;
    width: 100%;
    background-image: url(../1x/driedarch.png);
    background-size: 145% auto ;
    background-position: right 0;
    background-repeat: no-repeat;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 25px;
    padding-right: 10%;
}

.dried_bouquet1{
    display: flex;
    width: 90%;
    padding-top: 75px;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
}

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

.db__txt{
    color: var(--primary-pink);
    font-size: 1.4rem;
    font-weight: 500;
    background-color: var(--primary-blown);
    padding: 0px 15px;
}

.db1{
    width: 130px;
    height: 130px;
    border-radius: 145px;
    box-shadow: 2px 2px 3px 2px rgba(251, 224, 223, 0.8);
    animation: fuwafuwa 3s linear infinite;
}

.db2{
    width: 130px;
    height: 130px;
    border-radius: 145px;
    margin-bottom: 70px;
    box-shadow: 2px 2px 3px 2px rgba(251, 224, 223, 0.8);
    animation: fuwafuwa 3s linear infinite;
}
.db3{
    width: 130px;
    height: 130px;
    border-radius: 145px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 3px 2px rgba(251, 224, 223, 0.8);
    animation: fuwafuwa 3s linear infinite;
}

@media screen and (min-width: 769px){
    .section--dried__flower{
        margin: 0px auto 40px;
        background-color: var(--primary-blown);
    }

    .ribbon__line{
        display: block;
        width: 64%;
    }
    
    .leadCaption{
        padding: 100px 0 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .driedflower{
        display: flex;
        padding: 0 10%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .Dried{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 30px;
        gap: 60px;
    }
    
    .dried_Txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }
    
    .leadcaption{
        color: var(--primary-pink);
        font-family: "Fleur De Leah";
        font-size: 6rem;
        text-align: center;
    }
    
    .dried__txt{
        color: var(--primary-pink);
        font-weight: 500;
        font-size: 2.4rem;
        text-align: center;
    }
    
    .dried__img{
        margin-top: 0px;
        margin-bottom: 0px;
        width: 35%;
        max-width: 800px;
        border-radius: 3px;
    }
    
    .D_Bouquet{
        margin-top: 0px;
        width: 100%;
        background-image: url(../1x/driedarch.png);
        background-size: cover;
        background-size: 140% auto ;
        background-position: right 0 bottom 0;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8%;
        padding: 20% 8% 10%;
        margin-right: 8%;
    }
    
    .dried_bouquet1{
        padding-top: 100px;
        display: flex;
        width: 32%;
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 80px;
        padding-bottom: 0px;
    }
    
    .dried_bouquet2{
        padding-top: 120px;
        width: 52%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30%;
    }

    .db__txt{
        color: var(--primary-pink);
        font-size: 2.4rem;
        font-weight: 500;
        background: none;
    }
    
    .db1{
        width: 80%;
        height: auto;
        border-radius: 100%;
    }
    
    .db2{
        width: 50%;
        height: auto;
        border-radius: 100%;
    }

    .db3{
        width: 50%;
        height: auto;
        border-radius: 100%;
    }
}

/* ==========================
    Price
=========================== */
.section--price{
    margin: 0px auto 80px;
}

.price::before{
    opacity: 0.8;
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: var(--primary-blown);
    margin: -30px auto;
}

.price{
    width: 328px;
    border-radius: 40px;
    background-color: var(--primary-green);
    display: inline-flex;
    padding: 0px 20px 50px 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border: solid 1.5px rgba(139, 110, 110, 0.7);
    box-shadow: 2px 2px 3px 2px rgba(113, 12, 33, 0.50);
    margin-bottom: 50px;
}

.Price__title{
    opacity: 0.8;
    text-align: center;
    font-family: "Fleur De Leah";
    font-size: 3.2rem;
}

.price__list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.price__img{
    width: 338px;
    height: 250px;
    border-radius: 3px;
}
.price__img:hover{
    opacity: 0.7;
}

.Price__txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.price__title{
    text-align: center;
    font-size: 2rem;
}

.price__txt{
    text-align: center;
    font-size: 1.6rem;
}

.price__price{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.ribbon__line{
    justify-self: center;
    width: 320px;
}

.price__img.img2{
    width: 250px;
    height: 338px;
    border-radius: 3px;
}

/* modal非表示 */
.modal_item{
    z-index: -10;
    opacity: 0;
    transition: 1s;
    width: 0;
    padding: 8px;
    background-color: var(--primary-pink);
    box-shadow: 2px 4px 12px 4px rgba(139, 110, 110, 0.9);

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* modal表示 */
.modal_item.open{
    display: block;
    z-index: 2100;
    opacity: 1;
    width: 80%;
    max-width: 640px;
}

/* 背景 */
.main::after{
    display: none;
    content: '';
    background-color: var(--primary-blown);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.main.open::after{
    display: block;
}

/* 閉じるボタン */
.close{
    display: none;
    width: 24px;
    height: 24px;
    position: fixed;
    right: 3%;
    top: 3%;
    z-index: 2100;
}

.close.open{
    display: block;
}

.close img{
    width: 100%;
}

.group3{
    margin-right: auto;
    margin-bottom: -120px;
}

.group4{
    opacity: 0.9;
    width: 60%;
    margin-right: -15%;
    margin-left: auto;
    margin-top: -40%;
    animation: 30s linear infinite rotation;
}

@keyframes rotation{
    0%{transform: rotate(0); }
    100%{ transform: rotate(-360deg);}
}

.flower_ribbon{
    opacity: 0.9;
    transform: rotate(8deg);
    width: 60%;
    margin-right: auto;
    margin-top: -15%;
    margin-bottom: 30px;
}

.section--gallery{
    margin-top: -20px;
}

.semi__deco{
    height: 120px;
    margin: 80px 0 50px;
    animation: infinity-scroll-left 30s  linear infinite;
}

@keyframes infinity-scroll-left {from{
    transform: translateX(0);
}
to {
    transform: translateX(-70%);
}
}

@media screen and (min-width: 769px){

    .modal_item.open{
        display: block;
        z-index: 2100;
        opacity: 1;
        width: 60%;
        max-width: 640px;
    }

    .section--price{
        margin: 32px 12% 80px;
    }
    
    .price::before{
        content: '';
        display: block;
        width: 1px;
        height: 120px;
        background: var(--primary-blown);
        margin: -72px auto;
    }
    
    .price{
        margin: 0 5% 10%;
        max-width: 1160px;
        width: auto;
        border-radius: 80px;
        background-color: var(--primary-green);
        display: flex;
        padding: 0px 80px 120px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
        border: solid 1.5px var(--primary-blown);
    }
    
    .Price__title{
        margin-top: 48px;
        text-align: center;
        font-family: "Fleur De Leah";
        font-size: 6.4rem;
        margin-bottom: 40px;
    }
    
    .price__list{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ribbon__line{
        width: auto;
    }
    
    .price__content{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    
    .price1__img{
        width: 338px;
        height: 250px;
    }
    
    .Price__txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }
    .price__title{
        text-align: center;
        font-size: 3.2rem;
    }
    
    .price__txt{
        text-align: center;
        font-size: 2rem;
    }
    
    .price__price{
        text-align: center;
        font-size: 2.4rem;
        font-weight: 500;
    }
    
    .price2__img{
        width: 250px;
        height: 338px;
    }
    
    .group3{
        width: 40%;
        margin-right: auto;
        margin-bottom: -120px;
    }
    
    .group4{
        width: 40%;
        margin-right: -15%;
        margin-left: auto;
        margin-top: -40%;
    }
    
    .flower_ribbon{
        transform: rotate(8deg);
        width: 45%;
        margin-right: auto;
        margin-top: -5%;
        margin-bottom: 60px;
    }
    
    .semi__deco{
        height: auto;
        width: 100%;
        margin: 200px 0 120px;
    }
}