@charset "UTF-8";
:root {
    /* font - 通常  */
    --font-base: "futura-pt", sans-serif;

    /* color - primitive (数値そのもの) */
    --color-white: #fff;
    --color-black: #656565;

    --color-navy: #254D97;
    --color-pink: #BE46E3;
    
    --color-blue-light-grad: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(166, 183, 216, 1) 50%, rgba(255, 255, 255, 1) 100%);
    --color-green-grad: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(209, 227, 238, 1) 50%, rgba(171, 222, 181, 1) 100%);
    --color-pink-grad: linear-gradient(180deg, rgb(245 158 221) 0%, rgb(236 172 239) 50%, rgb(250 225 244) 100%);
    
    /* color - semantic (用途固定) */
    --color-text: var(--color-navy);

    --color-bg: linear-gradient(180deg,rgba(21, 145, 199, 1) 0%, rgba(128, 204, 209, 1) 54%, rgba(247, 247, 247, 1) 100%);
    --color-bg-overlay: var(--color-pink);
    
    /* ======================================================
       4px Grid (spacing)
    ====================================================== */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 28px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;
    --space-20: 80px;

    /* ======================================================
       Z-index - 基本レイヤー
    ====================================================== */
    --z-background: -1;     /* 背景 */
    --z-base: 1;            /* 通常コンテンツ */
    --z-content: 10;        /* メインコンテンツ */
    --z-footer: 20;         /* フッター */
    --z-modal: 100;         /* モーダル */

}



/*===================================================
    AOP reset
====================================================*/
body .wovn-languages,
body .header,
body .header-cover,
body .drawer,
body footer {
    display: none;
}

html body:not(.page--home) .wrap,
html body:not(.page--home) .content--main {
    padding: 0;
}

body {
    min-height: 100svh;
    min-height: 100dvh;
}

@media screen and (max-width: 960px){}



/*===================================================
    all
====================================================*/
.mainWrap {
    position: relative;
    z-index: var(--z-base);
    color: var(--color-text);
    font-family: var(--font-base);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
}
.mainWrap img {
    display: block;
}

.bgBox {
    position: fixed;
    z-index: var(--z-background);
    inset: 0;
    min-height: 600px;
    background: var(--color-bg);
    pointer-events: none;
    overflow: hidden;
}
.bgBox .bg {
    position: absolute;
    inset: 0;
}
.bgBox .bg01 {
    z-index: 1;
    background: url(/static/produce101thegirls/fanclub/feature/lookBook_qKyvhrYZ/image/bg.png);
    background-position: center;
    background-size: 138px 138px;
    background-repeat: repeat;
}
.bgBox .bg02 {
    z-index: 2;
    background: var(--color-bg-overlay);
    opacity: 0.1;
}
.bgBox .bg03 {
    z-index: 3;
    mix-blend-mode: screen;
}
.bgBox .bg03 .bgItem {
    position: absolute;
    display: block;
}
.bgBox .bg03 .bgItem.item01 {
    width: 10%;
    max-width: calc(1920px * 0.10);
    left: 4%;
    top: 20%;
    transform: translate(-50%, -50%);
}
.bgBox .bg03 .bgItem.item02 {
    width: 18%;
    max-width: calc(1920px * 0.18);
    right: 8%;
    top: 18%;
    transform: translate(50%, -50%);
}
.bgBox .bg03 .bgItem.item03 {
    width: 16%;
    max-width: calc(1920px * 0.16);
    right: 45%;
    bottom: 10%;
    transform: translate(50%, 50%);
}
.bgBox .bg03 .bgItem.item01 img {animation: starAnim 3.6s ease-in-out infinite;}
.bgBox .bg03 .bgItem.item02 img {animation: starAnim 4.9s ease-in-out infinite;}
.bgBox .bg03 .bgItem.item03 img {animation: starAnim 4.2s ease-in-out infinite;}
@keyframes starAnim {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -16px);
  }
}

.container {
    position: relative;
    z-index: var(--z-content);
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    display: flex;
    justify-content: flex-end;
}

.titBox {
    position: fixed;
    z-index: 1;
    width: 60%;
    height: auto;
    max-width: calc(1920px * 0.60);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.titBox h2 {
    width: 76%;
    padding: 0 2% 6% 0;
    margin: 0 auto;
}

.contentsBox {
    width: 40%;
    padding: var(--space-20) 10% var(--space-20) 0;
}

.frame.top {
    position: relative;
}

.frameLogoBox {
    position: absolute;
    z-index: 2;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 59%;
    height: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frameLogo {
    width: 64%;
}

.memberList li {
    width: 100%;
}
.memberList li a {
    display: block;
}
.memberList .listBox {
    position: relative;
}
.memberList .listBox .listBoxBg {
    position: relative;
    z-index: 1;
}
.memberList .listBox.memberBox .member {
    position: absolute;
    z-index: 2;
    inset: 0;
}
.memberList .listBox.memberBox .listBoxLight {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 54%;
}

.memberList .listBox.nameBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.memberList .listBox.nameBox .name {
    position: absolute;
    z-index: 2;
}

.memberList .soon {
    pointer-events: none;
}
.memberList .soon .listBox.nameBox .name {
    color: var(--color-white);
}

.copy {
    position: fixed;
    z-index: var(--z-footer);
    font-size: 10px;
    color: var(--color-black);
    left: var(--space-3);
    bottom: var(--space-3);
}
.copy span {
    font-family: var(--font-base);
    font-weight: 500;
    font-size: 12px;
}

/* Tablet */
@media (min-width: 600px) and (max-width: 960px) {

    .bgBox .bg03 .bgItem.item01 {
        width: 14%;
        left: 4%;
        top: 15%;
    }
    .bgBox .bg03 .bgItem.item02 {
        width: 22%;
        right: 6%;
        top: 15%;
    }
    .bgBox .bg03 .bgItem.item03 {
        width: 20%;
        right: 50%;
        bottom: 5%;
    }

    .titBox {
        width: 55%;
    }
    .titBox h2 {
        width: 80%;
        padding: 0 0 4% 0;
        margin: 0 auto;
    }

    .contentsBox {
        width: 45%;
        padding: var(--space-16) 6% var(--space-16) 0;
    }

}

/* SP */
@media (max-width: 600px) {

    .mainWrap {
        font-size: 14px;
    }

    .bgBox .bg03 .bgItem.item01 {
        width: 23%;
        left: 6%;
        top: 12%;
    }
    .bgBox .bg03 .bgItem.item02 {
        width: 34%;
        right: 8%;
        top: 46%;
    }
    .bgBox .bg03 .bgItem.item03 {
        width: 28%;
        right: initial;
        left: 8%;
        bottom: 16%;
        transform: translate(-50%, 50%);
    }

    .container {
        display: block;
    }

    .titBox {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        width: 100%;
        padding: var(--space-12) 0 0;
        margin: 0 0 var(--space-12);
    }
    .titBox h2 {
        width: 94%;
        padding: 0;
    }

    .contentsBox {
        width: 86%;
        padding: 0 0 var(--space-16);
        margin: 0 auto;
    }

    .copy {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: var(--space-6);
    }
    
}





/* ============================================
    下層ページ
============================================ */
.lowerPage .namePlate {
    width: 75%;
    margin: 0 auto var(--space-8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lowerPage .namePlate .name {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: var(--color-black);
}

.lowerPage .bookArea {
    margin: 0 auto var(--space-8);
}

#book {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#book li {
    width: 90%;
    position: absolute;
    left: min(6vw, 30px);
    top: min(6vw, 30px);
    z-index: 1;
}
#book li:nth-child(n+2) {
    opacity: 0;
}
#book li:first-child {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
}
#book li img {
    width: 100%;
    height: auto;
}

.lowerPage .topBtn {
    width: 50%;
    margin: 0 auto;
}

/* Tablet */
@media (min-width: 600px) and (max-width: 960px) {

    .lowerPage .namePlate .name {
        font-size: 16px;
    }

}

/* SP */
@media (max-width: 600px) {

    .lowerPage .titBox {
        display: none;
    }

    .lowerPage .contentsBox {
        padding-top: var(--space-12);
        min-height: 100svh;
    }
    
    .lowerPage .namePlate .name {
        font-size: clamp(14px, 4.8vw, 18px);
    }
}



/* modal */
.op_modal .modPop {
    position: fixed;
    z-index: var(--z-modal);
    display: none;
    inset: 0;
}

.op_modal .modPop .popupShade{
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgb(0 0 0 / 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.op_modal .modPop .close {
    position: fixed;
    z-index: 2;
    display: block;
    width: 24px;
    aspect-ratio: 1 / 1;
    right: var(--space-6);
    top: var(--space-6);
    transition: 0.3s ease;
    transform: rotate(45deg);
    cursor: pointer;
}
.op_modal .modPop .close::before,
.op_modal .modPop .close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: var(--color-white);
    left: 50%;
    top: 50%;
}
.op_modal .modPop .close::before {
    transform: translate(-50%,-50%);
}
.op_modal .modPop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.op_modal .modPop .popInBox {
    position: relative;
    z-index: 1;
    max-height: 100svh;
    max-width: 100%;
    aspect-ratio: 1020 / 1446;
    display: flex;
    align-items: center;
    justify-content: center;
}
.op_modal .modPop .popInBox .photo {
    position: relative;
    line-height: 0;
}
.op_modal .modPop .popInBox .photo img {
    pointer-events: none;
    user-select: none;  
}

@media screen and (max-width:960px) {

    .op_modal .modPop .close {
        width: 20px;
        right: var(--space-4);
        top: var(--space-4);
    }

}