@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/salon.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{
    text-align: center;
    font-family: "Fleur De Leah";
    font-size: 6rem;
    display: flex;
    justify-content: center;
    padding-bottom: 1px;
    text-shadow: 2px 2px 2px rgba(250, 193, 193, 0.7);
    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/salon.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        height:  800px;
        border-radius: 0 0 300% 300%;
        display: flex;
        justify-content: center;
        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: 10rem;
        display: flex;
        justify-content: center;
        text-shadow: 4px 4px 4px  rgba(250, 193, 193, 0.7);
        animation: 1s fadeintxt 1.2s forwards;
        opacity: 0;
}
@keyframes fadeintxt {
	0% {
        margin-top: -60px;}
	100% {
        margin-top: 0px;
		opacity: 1;
    }
  }
    
}
/* ==========================
    concept
=========================== */
.section--about{
    width: 100%;
    padding: 100px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../1x/fr_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.salon__deco2{
    width: 50%;
}

.mainCaption{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.maincaption{
    font-family: "Fleur De Leah";
    font-size: 3.2rem;
}

.mainCaption__txt1{
    text-align: center;
    font-size: 2rem;
    line-height: 4rem; 
    margin-bottom: 20px;
}

.waste{
    width: 70px;
    opacity: 0;
}

.waste.animated {
    animation: kurukuru 1.4s ease-out;
    opacity: 1;
}

/* kurukuru */
@keyframes kurukuru {
    0%{
      transform: rotateY(0) translateY(40px);
      opacity: 0;
    }
    100%{
      transform: rotateY(360deg) translateY(0);
      opacity: 1;
    }
  }

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

.mainCaption__txt2{
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem; 
}

.mainCaption__txt2 span{
    font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(250, 193, 193, 0.9);
}

.salon__deco2{
    margin-bottom: 80px;
    animation: fuwafuwa 3s linear infinite;
}

@media screen and (min-width: 769px){
    .section--about{ 
        max-width: 1280px; 
        width: 100%;
        padding: 160px 0 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../1x/salon_deco1.png);
        background-repeat: no-repeat;
        background-position: bottom ;
        background-size: 90%;
    }

    .waste{
        display: none;
    }

    .spBr{
        display: none;

    }
    
    .mainCaption{
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    
    .maincaption{
        font-family: "Fleur De Leah";
        font-size: 6rem;
        opacity: 0.8;
    }
    
    .mainCaption__txt1{
        text-align: center;
        font-size: 3rem;
        line-height: 4rem; 
    }
    
    .mainCaption__txt2{
        margin-top: 20px;
        text-align: center;
        font-size: 2rem;
        line-height: 3rem; 
    }
    .mainCaption__txt2 span{
        font-size: 2.4rem;
    }

    .salon__deco2{
        display: none;
    }
}
/* ==========================
    salon
=========================== */
.section--salon{
    margin: 0 auto;
    padding: 100px 4.2px 40px;
    background-color: var(--primary-green);
    border-radius: 0 0 320px 320px;
    border: 1px solid rgba(139, 110, 110, 0.7);
}

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

.salon__title{
    text-align: center;
    font-family: "Jacques Francois Shadow";
    font-size: 3.2rem;
    margin-bottom: 40px;
}

.salon__txt{
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 84px;
}

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

.how__title{
    text-align: center;
    font-family: "Jacques Francois Shadow";
    font-size: 3.2rem;
    margin-bottom: 40px;
}

.threeways{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.way{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    animation: fuwafuwa 3s linear infinite;
}

.way.fadeIn:hover{
    opacity: 0.7;
}

.way img{
    width: 40%;
}

.way__txt{
    text-align: center;
    font-size: 1.6rem;
}
.clickmodal{
    margin-top: 50px;
    text-align: center;
    font-size: 1.8rem;
}

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

.space__img{
    width: 80%;
    border-radius: 30px;
    border: 2px solid var(--primary-blown);
    background: var(--primary-pink);
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.space__txt{
    text-align: center;
    font-size: 1.4rem;
}

.enjoy_ribbon{
    width: 100%;
}

.pinkrose{
    margin-top: 20px;
    margin-right: auto;
    margin-left: -10%;
    width: 80%;
}

.salon_deco{
    margin: 100px 0;
    width: 30%;
    animation: 20s linear infinite rotation;
}

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

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

.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%);
}
}

/* modal非表示 */
.modal1_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表示 */
.modal1_item.open{
    position: fixed;
    z-index: 2000;
    display: block;
    opacity: 1;
    width: 80%;
    max-width: 768px;
}

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

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

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

.close1.open{
    display: block;
}

.close1 img{
    width: 100%;
}

@media screen and (min-width: 769px){
    .close1{
        display: none;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10%;
        top: 3%;
        z-index: 1000;
    }
    
    .close1.open{
        display: block;
    }
    
    .close1 img{
        width: 100%;
    }
}
/* 閉じるボタンおわり */

@media screen and (min-width: 769px){
    .section--salon{
        width: 100%;
        margin: 0 auto 200px;
        padding: 120px 6.4% 200px;
        background-color: var(--primary-green);
        border-radius: 0 0 0 0;
        background-image: url(../1x/salon_deco\ pc.png);
        background-position: center ;
        background-repeat: no-repeat;
        background-size: 110%;
        border: 1px solid var(--primary-pink);
    }

    .enjoy_ribbon, .pinkrose{
        display: none;
    }
    
    .salon__contents{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .salon__title{
        text-align: center;
        font-family: "Jacques Francois Shadow";
        font-size: 6rem;
        margin-bottom: 80px;
    }
    
    .salon__txt{
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 120px;
    }
  
    .threeways{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .way{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .way:hover{
        opacity: 0.7;
    }
    
    .way img{
        width: 251px;
        height: 235px;
    }
    
    .way__txt{
        text-align: center;
        font-size: 3rem;
    }

    .clickmodal{
        margin-top: 80px;
        text-align: center;
        font-size: 2.6rem;
        margin-bottom: 120px;
    }

    .space{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .space__img{
        width: 60%;
        border-radius: 60px;
        border: 3px solid var(--primary-blown);
        background: var(--primary-pink);
        display: flex;
        padding: 60px 80px 50px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 40px;
    }
    
    .space__txt{
        text-align: center;
        font-size: 2.6rem;
    }
    
    .salon_deco{
        display: none;
    }

    .section--access{
        margin-top: 300px;
    }
  
    .semi__deco{
        height: auto;
        width: 100%;
        margin: 200px 0 120px;
    }
}