@font-face {
    font-family: 'Fashion Fetish Light';
    src: url('../fonts/fashion-fetish-light.ttf') format('truetype');
}
p {
    margin: 0;
}
body {
    margin: 0;
}
#comingSoon {
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    background: url("../images/coming-soon/coming-soon-bg.png") no-repeat;
    position: relative;
    background-size: auto;
    background-position: 6.6% 66%;
    overflow: hidden;
}
.comingSoonArea {
    display: block;
    width: 100%;
    padding: 50px 60px 72px;
    box-sizing: border-box;
    overflow: hidden;
}
.comingSoonArea .logo {
    max-width: 207.71px;
    width: 100%;
    margin: 0 auto;
}
.comingSoonArea .logo img {
    aspect-ratio: 207.71 / 109.85;
    width: 100%;
}
.comingSoonArea .comingSoon {
    font-family: "Fashion Fetish Light", sans-serif;
    font-size: 32px;
    line-height: 1.531;
    color: #791F00;
    text-align: center;
}
.comingSoonArea .csTitle {
    color: #D96767;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-top: 24px;
}
.comingSoonArea .csContent {
    width: 59.526%;
    margin-top: 54px;
}
.comingSoonArea .csContent .text {
    font-size: 22px;
    color: #791F00;
    line-height: 1.7272;
    margin-bottom: 26px;
}
.comingSoonArea .csContent .text.bold {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: -0.09px;
    margin-bottom: 18px;
} 
.comingSoonArea .csContent .txLast {
    margin-bottom: 16px;
}
.comingSoonArea .csList {
    margin-top: 0;
    display: flex;
    list-style: none;
    width: 100%;
    padding-left: 0;
}
.comingSoonArea .csList li {
    flex: 0 0 calc( 100% / 3 - 17px);
    margin-right: 24px;
}
.comingSoonArea .csList li:last-child {
    margin-right: 0;
}
.comingSoonArea .csList li .listText {
    font-size: 20px;
    line-height: 1.9;
    color: #791F00;
    text-align: center;
}
.comingSoonArea .csList li .listText .icon {
    max-width: 50px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: -6px;
}
.comingSoonArea .csList li .listText .icon img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}
.comingSoonArea .endText {
    background: rgba(255, 255, 255, 0.112);
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    font-size: 22px;
    line-height: 1.7272;
    margin-top: 42px;
    margin-right: 3px;
    padding: 22px 35px;
}
.flowertr {
    position: absolute;
    content: "";
    display: block;
    width: 39.16vw;
    height: auto;
    aspect-ratio: 535 / 606;
    right: -21%;
    top: -7%;
    background: url("../images/coming-soon/flower-tr.png") 100% center no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.flowertl {
    position: absolute;
    content: "";
    display: block;
    width: 30.89vw;
    height: auto;
    aspect-ratio: 422 / 459;
    left: -11.1%;
    top: -11.4%;
    background: url("../images/coming-soon/flower-tl.png") 100% center no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 0.35;
    mix-blend-mode: color-burn;
}
.flowerbl {
    position: absolute;
    content: "";
    display: block;
    width: 25.02vw;
    height: auto;
    aspect-ratio: 341.85 / 411;
    left: -3%;
    bottom: -6.9%;
    background: url("../images/coming-soon/flower-bl.png") 100% center no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 1;
    mix-blend-mode: color-dodge;
}
.comingSoonMain {
    display: none;
}
.pc {
    display: block;
}
.sp {
    display: none;
}

@media (min-width: 1367px) {
    .flowertr {
        width: 535px;
        right: -19%;
    }
    .flowertl {
        width: 422px;
    }
    .flowerbl {
        width: 341.85px;
        left: -8%;
        bottom: -12.9%;
    }
    #comingSoon {
        background-size: 139%;
        background-position: 0% 26%;
    }
}
@media (min-width: 1440px) {
    #comingSoon {
        background-size: 155%;
        background-position: 17% 26%;
    }
    .comingSoonArea {
        max-width: 1366px;
        width: 100%;
        margin: 0 auto;
    }
    .comingSoonArea .csContent {
        width: 54%;
    }
}
@media (min-width: 1920px) {
    .comingSoonArea .csContent {
        width: 50%;
    }
    #comingSoon {
        background-size: 125%;
        background-position: 1% 26%;
    }
}
@media (max-width: 1260px) {
    #comingSoon {
        background-position: 6% 66%;
        background-size: cover;
    }
}
@media (max-width: 1180px) {
    #comingSoon {
        background-position: 24% 50%;
    }
}
@media (min-width: 821px) and (max-width:1099px){
    #comingSoon {
        background-position: 35.3% 50%;
    }
    .comingSoonArea .csContent {
        width: 50%;
    }
    .comingSoonArea .comingSoon {
        font-size: 28px;
    }
    .comingSoonArea .csTitle {
        font-size: 26px;
    }
    .comingSoonArea .csContent .text {
        font-size: 18px;
    }
    .comingSoonArea .csContent .text.bold {
        font-size: 16px;
    }
    .comingSoonArea .csList li .listText {
        font-size: 16px;
    }
    .comingSoonArea .endText {
        font-size: 18px;
    }
}

@media (max-width: 1100px) and (min-width: 1259px){
    #comingSoon {
        background-position: 26% 50%;
    }
    .comingSoonArea {
        padding: 50px 30px 72px;    
    }
    .comingSoonArea .comingSoon {
        font-size: 30px;
    }
    .comingSoonArea .csTitle {
        font-size: 28px;
    }
    .comingSoonArea .csContent .text {
        font-size: 20px;
    }
    .comingSoonArea .csContent .text.bold {
        font-size: 18px;
    }
    .comingSoonArea .csList li .listText {
        font-size: 18px;
    }
    .comingSoonArea .endText {
        font-size: 20px;
        
    }
}

@media (max-width: 930px) {
    .comingSoonMain {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .comingSoonMain img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -45px -42px;
        transform: scale(1.5);
    }
    #comingSoon {
        background: none;
    }
    .comingSoonArea {
        background: #F6CDBE;
        overflow: hidden;
        position: relative;
    }
    .comingSoonArea .csContent {
        width: 100%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flowertl, .flowerbl, .flowertr {
        z-index: 1;
    }
    .flowertr {
        right: -20%;
        top: -2%;
        opacity: 0.85;
    }
    .flowertl {
        left: -11%;
        top: -7%;
        opacity: 0.35;
        mix-blend-mode: normal;
    }
    .flowerbl {
        left: -9%;
        bottom: -10%;
        mix-blend-mode: normal;
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .comingSoonArea .logo {
        max-width: 27.04vw;
        width: 100%;
    }
    .comingSoonArea {
        padding: 30px 4vw 30px;
    }
    .comingSoonArea .comingSoon {
        font-size: clamp(18px, 3.2vw, 24px);
    }
    .comingSoonArea .csTitle {
        font-size: clamp(20px,3.6vw,30px);
    }
    .comingSoonArea .csContent {
        width: 100%;
        margin-top: 24px;
    }
    .comingSoonArea .csContent .text {
        font-size: clamp(16px,3vw,22px);
    }
    .comingSoonArea .csContent .text.bold {
        font-size: clamp(15px,2.8vw,20px)
    }
    .comingSoonArea .csContent .txLast {
        margin-bottom: 30px;    
        justify-content: center;
    }
    .comingSoonArea .csList li .listText {
        font-size: clamp(17px,3.3vw,20px);
    }
    .comingSoonArea .endText {
        margin-top: 24px;
        margin-right: 0;
        padding: clamp(20px,3.6vw,30px) 4vw;
        font-size: clamp(16px,3vw,22px);
       
    }
    

}
@media (max-width: 550px) {
    .comingSoonMain img {
        object-position: -6vw -4vw;
    }
     .comingSoonArea .csList {
        flex-direction: column;
        row-gap: 15px;
        width: 82%;
        margin: 0 auto;
    }
    .comingSoonArea .csList li {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .comingSoonArea .csList li .listText .icon{
        max-width: 55px;
    }
    .flowertr {
        right: -20%;
        top: -1%;
        opacity: 0.85;
        width: 48.16vw;
        }
        .flowertl {
        left: -11%;
        top: -3%;
        width: 39.89vw;
        opacity: 0.35;
        mix-blend-mode: normal;
        }
        .flowerbl {
        left: -12%;
        bottom: -23px;
        width: 55.02vw;
        mix-blend-mode: normal;
        opacity: 1;
        }
}