@charset "utf-8";

:root {
    --color-black: #000;
    --color-white: #fff;
    --color-lightGray: #DDD;
    --color-darkGray: #888;
    --color-pink: #E771E7;
    --color-brown: #917052;
    --color-red: #f00;
    --color-fc: #240968;

    --color-gold: #b39f7b;
    --color-lightGold: #BEAC99;

    --color-bg: #D4BFB4;
    --color-bg-gradation: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(212, 191, 180, 1) 100%);
    --color-bg-gold: #DBC880;
    --color-bg-gradation-gold: linear-gradient(0deg,rgba(219, 200, 128, 1) 65%, rgba(255, 255, 255, 1) 100%);

    --font-common: "ryo-display-plusn", "Noto Serif JP", serif;
}


/*===================================================
  AOP
====================================================*/
body:not(.page--home) .wrap {
    padding: 0;
    overflow: hidden;
}
.header{
    display:none;
}
.header .header-menu{
    display:none;
}
.header-cover{
    display:none;
}
.drawer {
    display:none;
}
.wovn-languages {
    top: 35px;
    left: 100px;
    right: auto;
    bottom: auto;
    transition: none;
}
.loaded .wovn-languages {
    top: 75px;
    left: 100px;
}
.wovn-languages.visible .nav-dropdown {
    top: 4.2em;
}
body:not(.page--home) .content--main {
    padding: 0;
}
body:not(.page--home) .footer {
    display: none;
}

@media screen and (max-width: 960px){
    .wovn-languages {
        top: 35px;
        left: 20px;
        height: 30px;
    }
    .loaded .wovn-languages {
        top: 60px;
        left: 20px;
    }
}


/*===================================================
  anim
====================================================*/
/* loader */
.loader {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--color-white);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.loader .loaderLogo {
    position: absolute;
    aspect-ratio: 1735 / 987;
    height: 60vh;
    min-height: 360px;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader .loaderLogo img {
    position: absolute;
    inset: 0;
    margin: auto;
    transition: all 1s ease-out;
}
.loader .loaderLogo img:nth-child(1) {
    position: inherit;
    opacity: 0 !important;
}
.loader .loaderLogo img:nth-child(2) {

    opacity: 0;
}
.loaded .loader .loaderLogo img:nth-child(2) {
    opacity: 1;
    transition-delay: 0.25s;
}
.loader .loaderLogo img:nth-child(3) {
    transform: scale(0.9);
    opacity: 0;
}
.loaded .loader .loaderLogo img:nth-child(3) {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.75s;
}
 

/* heroView  */
#heroView .heroInner .topLogo img:nth-child(2),
#heroView .heroInner .topLogo img:nth-child(3) {
    opacity: 0;
    transition: 1s ease-out;
    transform: translateY(20px);
}
.loaded #heroView .heroInner .topLogo img:nth-child(2),
.loaded #heroView .heroInner .topLogo img:nth-child(3) {
    opacity: 1;
    transform: translateY(0px);
}
.loaded #heroView .heroInner .topLogo img:nth-child(2) {transition-delay: 3s;}
.loaded #heroView .heroInner .topLogo img:nth-child(3) {transition-delay: 3s;}

.mainWrap .anim.fadeX,
.mainWrap .anim.fadeY {
    opacity: 0;
    transition: all .5s ease-out;
}
.mainWrap .anim.fadeX {
    transform: translateX(20px);
}
.mainWrap .anim.fadeY {
    transform: translateY(20px);
}
.mainWrap .anim.fadeX.on,
.mainWrap .anim.fadeY.on {
    opacity: 1;
}
.mainWrap .anim.fadeX.on {
    transform: translateX(0px);
}
.mainWrap .anim.fadeY.on {
    transform: translateY(0px);
}

@media screen and (max-width:960px) {

    /* heroView */
    .bgBox .bgHeart.act04 p img {
        transform: translateY(20px);
    }

}


/*===================================================
    WOVN
====================================================*/
.wovn-languages .langIcon {
    left: 0;
    top: -16px;
    transform: none;
}

.loaded .wovn-languages {
    top: 100px;
    left: initial;
    right: 70px;
}

@media screen and (max-width:960px) {

    .loaded .wovn-languages {
        top: 60px;
        right: 45px;
    }

}


/*===================================================
    bgBox
====================================================*/
.bgBox {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 600px;
    inset: 0;
    background: var(--color-bg);
    background: var(--color-bg-gradation);
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: none;
}
.bgBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
}
.bgBox .bg.bg01 {
    z-index: 1;
    background: var(--color-bg-gold);
    background: var(--color-bg-gradation-gold);
    opacity: 0.8;
}
.bgBox .bg.bg02 {
    z-index: 2;
    background: url(/static/produce101thegirls/fanclub/feature/youmeFes2026/image/ph_bg_1h2o2X6y.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: screen;
}
.bgBox .bg.bg03 {
    z-index: 3;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.bgBox .bg.bg03 .star {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}
.bgBox .bg.bg03 .circle {
    position: absolute;
    aspect-ratio: 1189 / 1181;
    height: 200px;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}
.bgBox .bg.bg03 .circle.left {
    left: 0;
    transform: translate(-55%, -55%);
}
.bgBox .bg.bg03 .circle.right {
    right: 0;
    transform: translate(55%, -55%);
}
.bgBox .bg.bg03 .frameBox {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
}
.bgBox .bg.bg03 .frameBox.left {left: 0;}
.bgBox .bg.bg03 .frameBox.right {right: 0;}
.bgBox .bg.bg03 .frameBox .frameItem {
    height: 125px;
}
.bgBox .bg.bg03 .frameBox .frameItem.top {}
.bgBox .bg.bg03 .frameBox .frameItem.bottom {}
.bgBox .bg.bg03 .frameBox .border {
    position: relative;
    height: calc(100% - 250px);
}
.bgBox .bg.bg03 .frameBox .border:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: calc(100% - 30px);
    background: url(/static/produce101thegirls/fanclub/feature/youmeFes2026/image/ph_frame_1h2o2X6y.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: repeat-y;
    top: 50%;
    transform: translateY(-50%);
}
.bgBox .bg.bg03 .frameBox.left .border:before {left: 0;}
.bgBox .bg.bg03 .frameBox.right .border:before {right: 0;}

@media screen and (max-width: 960px) {

	.bgBox {
	    min-height: 450px;
	}
    .bgBox .bg {}
    .bgBox .bg.bg01 {}
    .bgBox .bg.bg02 {
        background: url(/static/produce101thegirls/fanclub/feature/youmeFes2026/image/ph_bg_sp_1h2o2X6y.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .bgBox .bg.bg03 {
        height: 100%;
        height: 100dvh;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .bgBox .bg.bg03 .star {
        width: 30px;
    }
    .bgBox .bg.bg03 .circle {
        height: 160px;
    }
    .bgBox .bg.bg03 .circle.left {}
    .bgBox .bg.bg03 .circle.right {}
    .bgBox .bg.bg03 .frameBox {}
    .bgBox .bg.bg03 .frameBox.left {}
    .bgBox .bg.bg03 .frameBox.right {}
    .bgBox .bg.bg03 .frameBox .frameItem {
        height: 80px;
    }
    .bgBox .bg.bg03 .frameBox .frameItem.top {}
    .bgBox .bg.bg03 .frameBox .frameItem.bottom {}
    .bgBox .bg.bg03 .frameBox .border {
        height: calc(100% - 160px);
    }
    .bgBox .bg.bg03 .frameBox .border:before {
        width: 5px;
        height: calc(100% - 20px);
        background-size: 5px;
    }
    .bgBox .bg.bg03 .frameBox.left .border:before {}
    .bgBox .bg.bg03 .frameBox.right .border:before {}

}



/*===================================================
	ALL
====================================================*/
html {
    background: var(--color-white);
}

.mainWrap {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-black);
    font-family: var(--font-common);
}
.mainWrap img {
    display: block;
}

.container {
    position: relative;
    z-index: 2;
}

.container section {
    margin: 0 auto 160px;
}
.container section:last-of-type {
    margin: 0 auto 240px;
}

.container section .inBoxWrap {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.container section .inBoxWrap .inBoxFrame {
    position: relative;
    line-height: 0;
}
.container section .inBoxWrap .inBoxFrame.top {top: 1px;}
.container section .inBoxWrap .inBoxFrame.bottom {bottom: 1px;}
.container section .inBoxWrap .inBoxFrame.top h3 {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container section .inBoxWrap .inBoxFrame.top h3 img {
    width: 75%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.container section .inBoxWrap .inBoxFrame .boxFrame {}
.container section .inBoxWrap .inBoxFrame.top .boxFrame {}
.container section .inBoxWrap .inBoxFrame.bottom .boxFrame {}
.container section .inBoxWrap .inBox {
    padding: 6% 12%;
    background: url(/static/produce101thegirls/fanclub/feature/youmeFes2026/image/ph_box_1h2o2X6y.svg);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: contain;
}


.container section .inBox .red {
    color: var(--color-red);
}
.container section .inBox .bold {
    font-weight: bold;
}

.container section .inBox .soon {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-pink);
}

.inBox .dateBox {}
.inBox .dateBox .dateList {}
.inBox .dateBox .dateList li {
    border-bottom: 1px solid;
    padding: 20px 0;
}
.inBox .dateBox .dateList li:first-child {
    border-top: 1px solid;
}
.inBox .dateBox .dateList li:last-child {
    margin: 0;
}
.inBox .dateBox .dateList li dl {
    display: flex;
    align-items: center;
}
.inBox .dateBox .dateList li dl dt {
    width: 100px;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 500;
}
.inBox .dateBox .dateList li dl dd {
    width: calc(100% - 100px);
}
.inBox .dateBox .dateList li dl dd .detailBox {}
.inBox .dateBox .dateList li dl dd .detailBox .txtBox {}
.inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt {
    display: flex;
    font-weight: 500;
    margin-bottom: 5px;
}
.inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt:last-child {
    margin-bottom: 0;
}
.inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt .time {
    width: 60px;
    color: var(--color-darkGray);
}
.inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt .txt {
    width: calc(100% - 60px);
}
.inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt .txt span {
    display: block;
    color: var(--color-white);
    background: var(--color-gold);
    padding: 10px 15px;
    margin: 5px 0 0;
}

.inBox .dateBox .dateList li dl dd.btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inBox .dateBox .dateList li dl dd.btnWrap .detailBox {
    width: calc(100% - 240px);
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox {
    width: 200px;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox {
    display: flex;
    margin: 0 0 0 auto;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p {
    margin-right: 10px;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p:first-child {
    margin-left: auto;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p:last-child {
    margin-right: 0;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p a {
    background-color: var(--color-pink);
    border: 1px solid var(--color-pink);
    color: var(--color-white);
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBtn a {
    font-size: 14px;
    text-align: center;
    background-color: var(--color-pink);
    border: 1px solid var(--color-pink);
    color: var(--color-white);
    width: 200px;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px;
    display: block;
    font-weight: bold;
    line-height: 1.5;
}
.inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBtn.blankBtn a {
    background-color: var(--color-darkGray);
    border: 1px solid var(--color-darkGray);
    pointer-events: none;
}

@media screen and (min-width:961px) {
    
    .sp {
        display: none;
    }
    a {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox a:hover,
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox p a:hover {
        opacity: 0.7;
    }

}

@media screen and (max-width:960px) {
    
    .pc {
        display: none;
    }

	.mainWrap {}

	.container {}
    .container.newsDetail {
        padding: 120px 0 0;
    }

	.container section {
        margin: 0 auto 90px;
    }
    .container section:last-of-type {
        margin: 0 auto 180px;
    }

    .container section .inBoxWrap {
        width: calc(100% - 50px);
    }
    .container section .inBoxWrap .inBoxFrame {}
    .container section .inBoxWrap .inBoxFrame.top {}
    .container section .inBoxWrap .inBoxFrame.bottom {}
    .container section .inBoxWrap .inBoxFrame.top h3 {}
    .container section .inBoxWrap .inBoxFrame.top h3 img {
        width: 85%;
    }
    .container section .inBoxWrap .inBoxFrame .boxFrame {}
    .container section .inBoxWrap .inBoxFrame.top .boxFrame {}
    .container section .inBoxWrap .inBoxFrame.bottom .boxFrame {}
    .container section .inBoxWrap .inBox {}

    .container section .inBox .soon {
        font-size: 18px;
    }

    .inBox .dateBox {}
    .inBox .dateBox .dateList {}
    .inBox .dateBox .dateList li {
        padding: 15px 0 20px;
    }
    .inBox .dateBox .dateList li:last-child {}
    .inBox .dateBox .dateList li dl {
        display: block;
    }
    .inBox .dateBox .dateList li dl dt {
        width: 100%;
        margin: 0 0 10px;
        font-size: 24px;
    }
    .inBox .dateBox .dateList li dl dd {
        width: 100%;
    }
    .inBox .dateBox .dateList li dl dd .detailBox {}
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox {}
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox:last-child {}
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt {
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed var(--color-lightGray);
    }
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt:first-child {
        padding-top: 15px;
        margin-bottom: 15px;
        border-top: 1px dashed var(--color-lightGray);
    }
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt .time {
        font-size: 80%;
        display: block;
        line-height: 1em;
    }
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt .txt {
        width: 100%;
        display: block;
        padding: 5px 0 0;
    }
    .inBox .dateBox .dateList li dl dd .detailBox .txtBox .boxTxt .txt span {
        font-size: 14px;
    }

    .inBox .dateBox .dateList li dl dd.btnWrap {
        display: block;
    }
    .inBox .dateBox .dateList li dl dd.btnWrap .detailBox {
        width: 100%;
    }
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox {
        width: 100%;
        padding-top: 20px;
        margin-top: 15px;
        border-top: 1px dashed var(--color-lightGray);
    }
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox {
        justify-content: center;
    }
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p {}
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p:first-child {
        margin-left: initial;
    }
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p:last-child {}
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBox p a {}
    .inBox .dateBox .dateList li dl dd.btnWrap .btnBox .snsBtn a {
        max-width: 350px;
        width: 90%;
        font-size: 16px;
        margin: 0 auto;
        padding: 15px;
    }

}



/*===================================================
    heroView
====================================================*/
#heroView {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroView .heroInner {
    position: fixed;
    aspect-ratio: 1735 / 987;
    height: 60vh;
    min-height: 360px;
    max-width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-out;
}
.scrolling #heroView .heroInner {
    opacity: 0;
}
#heroView .heroInner .topLogo {
    position: relative;
}
#heroView .heroInner .topLogo img {
    position: absolute;
    inset: 0;
    margin: auto;
}
#heroView .heroInner .topLogo img:nth-child(1) {
    position: inherit;
    opacity: 0 !important;
}
#heroView .heroInner .topLogo img:nth-child(2) {}
#heroView .heroInner .topLogo img:nth-child(3) {}

#heroView .sns_wrap {
    position: fixed;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    transition: all .5s ease-out;
}
.scrolling #heroView .sns_wrap {
    opacity: 0;
}
#heroView .sns_wrap ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#heroView .sns_wrap ul li {
    margin: 0 0 15px;
}
#heroView .sns_wrap ul li:last-child {
	margin: 0;
}
#heroView .sns_wrap ul li a {
	font-size: 20px;
    color: var(--color-gold);
}
#heroView .sns_wrap ul li a i {}

#heroView .scrollArrow {
	width: 2px;
    height: 60px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
    background: var(--color-gold);
    animation: scrollArrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
    transition: all .5s ease-out;
}
.scrolling #heroView .scrollArrow {
    opacity: 0;
}
@keyframes scrollArrow{
  0% {clip-path: inset(0 0 100% 0);}
  25% {clip-path: inset(0 0 0 0);}
  75% {clip-path: inset(0 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}

@media screen and (min-width: 961px) {

	#heroView .sns_wrap ul li a i {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#heroView .sns_wrap ul li a:hover i {
	    opacity: 0.7;
	}

}

@media screen and (max-width: 960px) {

	#heroView {
	    min-height: 450px;
	    margin: 0 auto 40px;
        height: 100svh;
	}

    #heroView .heroInner {
        max-width: 600px;
        width: 95%;
        min-height: initial;
    }
    #heroView .heroInner .topLogo {}

    #heroView .sns_wrap {
        top: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
    }
    #heroView .sns_wrap ul{
        flex-direction: row;
    }
    #heroView .sns_wrap ul li {
        margin: 0 20px 0 0;
    }

	#heroView .scrollArrow {
        left: 45px;
        bottom: 60px;
        transform: initial;
    }

}

@media screen and (max-width: 500px) {
    #heroView .mainLogo {
        left: 40%;
        translate: -40% -64%;
    }
}



/*===================================================
    SCHEDULE
====================================================*/
#schedule {}
#schedule .inBox {}

#schedule .inBox .scheduleTit {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
    padding: 5px 20px;
    background: var(--color-pink);
    color: var(--color-white);
}

@media screen and (min-width: 961px) {}

@media screen and (max-width: 960px){

    #schedule .inBox .scheduleTit {
        font-size: 18px;
    }

}


/*===================================================
    movie
====================================================*/
#movie {}
#movie h3 {}
#movie .inBox {}

#movie .inBox .date {
    color: var(--color-darkGray);
    margin: 0 0 5px;
}
#movie .inBox .date span {
    color: var(--color-black);
    padding: 0 10px 0 0;
}

#movie .inBox .movTit {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
    padding: 5px 20px;
    background: var(--color-pink);
    color: var(--color-white);
}

#movie .inBox .mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#movie .inBox .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#movie .inBox .movTxt {
    text-align: center;
    margin: 0 0 40px;
    padding: 20px 0 0;
}

#movie .inBox .movBtn {}
#movie .inBox .movBtn a {
    font-size: 16px;
    text-align: center;
    background-color: var(--color-pink);
    border: 1px solid var(--color-pink);
    color: var(--color-white);
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 961px) {

    #movie .inBox .movBtn a:hover {
        opacity: 0.7;
    }

}
        
@media screen and (max-width: 960px) {

    #movie {}
    #movie h3 {}
    #movie .inBox {}

    #movie .inBox .date {
        font-size: 14px;
    }
    #movie .inBox .date span {}

    #movie .inBox .movTit {
        font-size: 18px;
    }

    #movie .inBox .mov {}

    #movie .inBox .movTxt {
        text-align: left;
        padding: 10px 0 0;
        margin: 0 0 15px;
        font-size: 14px;
    }

    #movie .inBox .movBtn {}
    #movie .inBox .movBtn a {
        max-width: 350px;
        width: 90%;
        font-size: 16px;
        margin: 0 auto;
        padding: 15px;
    }

}



/*===================================================
    sns
====================================================*/
#sns {}
#sns h3 {}
#sns .inBox {}

@media screen and (min-width: 961px) {}
        
@media screen and (max-width: 960px) {
    
    #sns {}
    #sns h3 {}
    #sns .inBox {}

}



/*===================================================
    FANCLUB
====================================================*/
#fanclub {}
#fanclub .inBox {}

#fanclub .inBox .joinBox {
    margin-top: 40px;
}
#fanclub .inBox .joinBox .joinTxt {
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
    padding-top: 5px;
}
#fanclub .inBox .joinBox .joinTxt p {}
#fanclub .inBox .joinBox .joinTxt p:last-child {}
#fanclub .inBox .joinBox .joinBtn {}
#fanclub .inBox .joinBox .joinBtn a {
    font-size: 16px;
    text-align: center;
    background-color: var(--color-fc);
    border: 1px solid var(--color-fc);
    color: var(--color-white);
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 961px) {

    #fanclub .inBox .detailBox .fcBtn a:hover {
        background-color: var(--color-white);
        color: var(--color-pink);
    }

    #fanclub .inBox .joinBox .joinBtn a:hover {
        background-color: var(--color-white);
        color: var(--color-fc);
    }

}

@media screen and (max-width: 960px) {

    #fanclub {}
    #fanclub .inBox {}
    
    #fanclub .inBox .joinBox {
        margin-top: 20px;
    }
    #fanclub .inBox .joinBox .joinTxt {
        margin: 0 0 15px;
        text-align: left;
        font-size: 14px;
    }
    #fanclub .inBox .joinBox .joinTxt p {}
    #fanclub .inBox .joinBox .joinTxt p:last-child {}
    #fanclub .inBox .joinBox .joinBtn {}
    #fanclub .inBox .joinBox .joinBtn a {
        padding: 15px;
        width: 90%;
    }

}



/*===================================================
    footer
====================================================*/
#footer {
    padding: 0 0 80px;
}
#footer .copyright {
    font-size: 10px;
    text-align: center;
    color: var(--color-gold);
}

@media screen and (min-width: 961px) {}
        
@media screen and (max-width: 960px) {

    #footer {}
    #footer .copyright {}

}