@charset "utf-8";
/*====================================
common
====================================*/
:root{
    --primary-pink: #ffd0f0;
    --primary-blue: #B2E2E8;
    --primary-black: #626161;
    --primary-white: #ffffff;
}

html{
    font-size: 62.5%;
}

body{
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--primary-black,#626161);
    min-height: 100vh;
    line-height: 1.56;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
}

img{
    max-width: 100%;
    height: auto;
}

.topic{
    position: relative;
    color: var(--primary-black);
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 7rem;
    display: inline-block;
    padding: 0 5.5rem;
}

.topic::before,
.topic::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 4.5rem;
    height: 2.8rem;
    background-image: url(../images/wing_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.topic::before{
    left: 0;
    transform: translateY(-50%);
}

.topic::after{
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

/*====================================
layout
====================================*/

.container{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        to bottom,
        var(--primary-pink) 0%,
        #FEEBF5 20%,
        #fff9fb 42%,
        #f8fcfc 58%,
        #dff1f4 82%,
        var(--primary-blue) 100%
    );
}

/*====================================
header
====================================*/
.top{
    position: relative;
    padding: 0 23px 0 5.8%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 375px;
    height: 46px;
    background-color: #FFE3EF;
    background-image: url("../images/stitch.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 46px;
    z-index: 100;
    overflow: visible;
}

.header__topic{
    display: block;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.87;
    margin-left: 1.4rem;
}

.nav{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 2.8rem 2.4rem 4rem;
    background: #FEEBF5;
    z-index: 2000;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

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

.nav__header{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav__btn{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 2.2rem;
    margin-right: 1.9rem;
}

.nav__list{
    width: 100%;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.nav__item a{
    display: block;
    color: var(--primary-black);
    text-align: center;
    text-shadow: 0 2px 2px #EB99A6;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.nav__item a:hover{
    opacity: 0.7;
}

.nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
}

.nav-links .logo_instagram,
.nav-links .logo_threads{
    width: 4.1rem;
    height: 4.2rem;
    object-fit: contain;
    display: block;
}

.nav-links .logo_minne{
    width: 10rem;
    height: auto;
    object-fit: contain;
    display: block;
    background: #fff;
}

.pc-nav{
    display: none;
}

.header__btn{
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    margin-left: auto;
    cursor: pointer;
}

/*====================================
main visual
====================================*/
.article_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.images{
    width: 86%;
    position: relative;
}

.mainvisual{
    margin-top: 43px;
    width: 100%;
    height: 374px;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 4px 0 #00000040;
}

.catchcopy{
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    color: var(--primary-white);
    text-shadow: 0 2px 8px #5A0707;
    font-size: 2.2rem;
    font-weight: 500;
    z-index: 2;
    width: 100%;
}

.catchcopy2{
    text-align: right;
}

.brandname_flame{
    position: relative;
    width: 100%;
    max-width: 375px;
    margin-top: 29px;
}

.flame{
    display: block;
    width: 100%;
    height: auto;
}

.brand_sub{
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 90%;
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.46;
}

.text_wrap{
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

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

.ruby{
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    top: 4px;
}

.brand_name1{
    display: block;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-shadow: 0 4px 2px #EB99A6;
}

.brand_name2{
    display: block;
    margin: 0;
    font-size: 4.8rem;
    font-weight: 700;
    text-shadow: 0 4px 2px #EB99A6;
}



.concept__text{
    width: 330px;
    height: 210px;
    text-align: center;
    margin: 54px 22px 0 23px;
    line-height: 1.87;
}

.concept-space{
    display: inline-block;
    margin-top: 2em;
}

.section--gallery{
    position: relative;
    text-align: center;
    z-index: 0;
}

.section--gallery::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -250px;
    transform: translateX(-35%);
    width: 100%;
    height: 533px;
    background-image: url("../images/harf.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
}

.section--gallery .topic{
    margin: 5.4rem 0 0;
}

.gallery-grid{
    width: 100%;
    margin: 2.9rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.6rem;
    row-gap: 5.6rem;
    padding: 0 1.4rem;
}

.gallery-item{
    margin: 0;
}

.gallery-img{
    width: 100%;
    border: 0.3em solid #c9a86a;
    border-radius: 0.8rem;
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-img .goods{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption{
    width: 85%;
    box-sizing: border-box;
    text-align: center;
    margin: 1rem auto -1rem;
    padding: 0.1em 0;
    border-top: 0.2rem dashed #585757;
    border-bottom: 0.2rem dashed #585757;
    font-size: 1.4rem;
    line-height: 1.4;
}

.sns-card{
    width: 85%;
    height: 15.6rem;
    max-width: 48rem;
    margin: 3.2rem auto 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.sns-link{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--primary-black);
}

.sns-link__image{
    width: 100%;
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.sns-link__label{
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
}
.sns-card .logo_minne{
    width: 15rem;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 2.5rem 5.6rem 0 5.9rem;
    background: #fff;
    border: 1px solid #585757;
}

.sns-card .logo_instagram{
    width: 6rem;
    height: auto;
    display: block;
    margin: 2.8rem 5.7rem 7.1rem 4.7rem;
}

.movie{
    margin-top: 3.2rem ;
}
.section--news{
    text-align: center;
}

.news-box{
    width: 94%;
    max-width: 35.3rem;
    margin: 2.7rem auto;
    background: #fff;
    border-radius: 0.8rem;
    padding: 0 0.7rem 2rem 0.8rem;
    box-sizing: border-box;
}

.news__list{
    margin: 0;
    padding: 0;
    line-height: 1.37;
}

.news__item{
    display: flex;
    align-items: center;
    padding: 0.6rem 0.8rem 0.8rem 0.7rem;
    border-bottom: 0.1rem solid #6f6f6f;
    gap: 1rem;
    font-size: 1.5rem;
}

.news__item:last-child{
    border-bottom: 0.1rem solid #6f6f6f;
}

.introduction_img{
    display: block;
    margin: auto;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    margin-top: 2.7rem;
}

.introduction_wrap{
    text-align: center;
    width: 33.6rem;
    min-height: 32.6rem;
    margin: 1.8rem auto 0;
}

.introduction_text + .introduction_text{
    margin-top: 2em;
}

.message_text + .message_text{
    margin-top: 2em;
}

/*====================================
footer
====================================*/
.footer{
    position: relative;
    padding-bottom: 4.6rem;
}

.footer::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    background-color: #FFE3EF;
    background-image: url("../images/stitch.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 46px;
    z-index: 0;
}

.footer > *{
    position: relative;
    z-index: 1;
}

.footer .links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 7rem auto 0;
    gap: 2.7rem;
    flex-wrap: nowrap;
}

.footer .logo_instagram,
.footer .logo_threads{
    width: 4.1rem;
    height: 4.2rem;
    object-fit: contain;
    display: block;
}

.footer .logo_minne{
    width: 13.7rem;
    height: auto;
    object-fit: contain;
    display: block;
    background: var(--primary-white);
}

.copy{
    font-size: 1.2rem;
    text-align: center;
    margin: 9rem auto 9rem;
}

/*====================================
animation
====================================*/
@keyframes magicFadeIn{
    0%{
        opacity: 0;
        transform: scale(0.94) rotate(-8deg);
    }
    60%{
        opacity: 0.12;
        transform: scale(1.01) rotate(-2deg);
    }
    100%{
        opacity: 0.16;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes magicSlowRotate{
    0%{
        transform: scale(1) rotate(0deg);
    }
    100%{
        transform: scale(1) rotate(360deg);
    }
}

@keyframes twinkleStars{
    0%{
        opacity: 0.45;
        transform: scale(1);
    }
    50%{
        opacity: 0.9;
        transform: scale(1.01);
    }
    100%{
        opacity: 0.6;
        transform: scale(1);
    }
}

/*====================================
pc(min-width: 768px)
====================================*/

@media screen and (min-width:768px){
body{
    background-color:#fff9fb;
    background-image:
        linear-gradient(
            to bottom,
            var(--primary-pink) 0%,
            #FEEBF5 20%,
            #fff9fb 42%,
            #f8fcfc 58%,
            #dff1f4 82%,
            var(--primary-blue) 100%
        );
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
}

body::before{
    content: "";
    position: fixed;
    margin: 10% 5% 0 0;
    width: 560px;
    height: 560px;
    background-image: url("../images/circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.16;
    pointer-events: none;
    z-index: 0;
    transform-origin: center;
    animation:
        magicFadeIn 4.5s ease-out 0.4s forwards,
        magicSlowRotate 180s linear 8s infinite;
}

body::after{
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
    background-image:
        radial-gradient(circle at 8% 12%, #fff 0 1.2px, transparent 1.8px),
        radial-gradient(circle at 16% 28%,#fff 0 1px, transparent 1.6px),
        radial-gradient(circle at 24% 18%,#fff 0 1.4px, transparent 2px),
        radial-gradient(circle at 30% 42%,#fff 0 1px, transparent 1.8px),
        radial-gradient(circle at 40% 14%,#fff 0 1.2px, transparent 1.8px),
        radial-gradient(circle at 48% 32%,#fff 0 1.5px, transparent 2.2px),
        radial-gradient(circle at 58% 20%,#fff 0 1px, transparent 1.7px),
        radial-gradient(circle at 66% 12%,#fff 0 1.3px, transparent 2px),
        radial-gradient(circle at 72% 36%,#fff 0 1px, transparent 1.7px),
        radial-gradient(circle at 82% 18%,#fff 0 1.4px, transparent 2px),
        radial-gradient(circle at 88% 30%,#fff 0 1px, transparent 1.6px),
        radial-gradient(circle at 92% 10%,#fff 0 1.2px, transparent 1.8px),
        radial-gradient(circle at 12% 62%,#fff 0 1.2px, transparent 1.9px),
        radial-gradient(circle at 20% 72%,#fff 0 1px, transparent 1.6px),
        radial-gradient(circle at 34% 64%,#fff 0 1.5px, transparent 2.1px),
        radial-gradient(circle at 46% 78%,#fff 0 1px, transparent 1.6px),
        radial-gradient(circle at 60% 80%,#fff 0 1.3px, transparent 2px),
        radial-gradient(circle at 74% 70%,#fff 0 1px, transparent 1.6px),
        radial-gradient(circle at 84% 60%,#fff 0 1.4px, transparent 2px),
        radial-gradient(circle at 90% 82%,#fff 0 1.2px, transparent 1.8px);
    filter: drop-shadow(0 0 4px #fff)
            drop-shadow(0 0 8px #fff);
    animation: twinkleStars 4.8s ease-in-out infinite alternate;
}


.container{
    display: block;
    width: 32.5%;
    margin: 4rem 0 4rem 11%;
    box-shadow: 0 10px 30px #EB99A6;
}

.nav{
    display: none;
}

.header__btn{
    display: none;
}

.pc-nav{
    display: block;
    position: fixed;
    top: 80px;
    left: calc(15% + 375px);
    z-index: 999;
    width: 220px;
    padding: 2.4rem 2rem;
    background: #FEEBF5;
    box-shadow:0 10px 30px #EB99A6;
    backdrop-filter: blur(4px);
}

.pc-nav__list{
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-items: flex-start;
}

.pc-nav__item a{
    display: inline-block;
    color: var(--primary-black);
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 2px 2px #EB99A6;
    transition: opacity 0.3s ease;
}

.pc-nav__item a:hover{
    opacity: 0.7;
}

.section--gallery::before{
    display: none;
}

.section--news .topic{
    margin-top: 7rem;
}

}
