@charset "UTF-8";

.loader {
    background: #183362 !important;
}

body {
    font-family: "century-gothic","Noto Sans JP", sans-serif;
    overflow-x: hidden;
}

.titBox h2,
.loopHeading__inner span,
.heroView .act2 h1 {
    font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
}

img {
  -webkit-user-drag: none;
  user-select: none;
}

a img {
  pointer-events: auto;
}

body{
    position: relative;
    background-image: url(/static/dxteen/fanclub/feature/rhJDs6fZ_7thsingle_wanna/images/background.svg);
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 700px;
    background: url(/static/dxteen/fanclub/feature/rhJDs6fZ_7thsingle_wanna/images/back_sparkle.svg);
    background-size: 950px;
    z-index: 0;
    opacity: 0.1;
    transition: 0.41s;
}
body.headerFix::before {
    opacity: 1;
}

.loopHeading,
.loopHeading_2,
.loopHeading_3 {
    width: 100%;
    overflow: hidden;
}

.loopHeading__inner {
    width: max-content;
    max-width: none;
}

@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: -850px 0%;}
}

#icon--lang{
    fill: #fff;
}
.wovn-languages .nav-dropdown .list--language li.selected {
    color: #fff!important;
}
section {
    background: transparent;
    padding: 120px 0px;
    position: relative;
}
.contentBox {
    background: #FFF;

}
.inBox {
    position: relative;
}
.titBox {
    font-weight: 800;
    color: #FFF;
    text-align: center;
    z-index: 0;
    position: relative;
}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2{
	font-family: "Oswald", sans-serif;
    font-size: 520%;
	font-weight: normal;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.clipAnim {
    transition: 0.3s ease 0.5s;
    clip-path: inset(0 100% 0 0);
}

.loaded .clipAnim {
    clip-path: inset(0 0 0 0);
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.headerFix .bgBox{
    opacity: 0.5;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}




/* SP-max-769 */
/* @media screen and (max-width: 769px){
body:before{
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100px;
        background: url(/static/dxteen/fanclub/feature/rhJDs6fZ_7thsingle_wanna/images/ph_mainTit_02_R7s2tMEm.png);
        background-size: 400px;
        background-repeat: repeat-x;

} */
@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: -400px 0%;}
}
section {
    background: transparent;
    padding: 30px 0;
}
.titBox .subTit{
    font-size: 560%;
    -webkit-text-stroke: 1px rgb(255 255 255 / 90%);
    text-stroke: 1px rgb(255 255 255 / 90%);
}
.titBox h2 {
    font-size: 260%;
}
.titBox h3 {
    font-size: 95%;
}
}
/*===================================================
	footer
====================================================*/
footer{
        padding: 60px 20px;
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 80vh;
        z-index: 1;
}
footer .credit{
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}
footer .artistLogo{
    width: 70%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 0;
}
footer .artistLogo img{
    filter: invert(1);
}
footer .artistLogo a{
    display: block;
}
footer .copy{
    text-align: center;
    color: #FFF;
    font-size: 55%;
    font-family: "Poppins", sans-serif;
    position: relative;
}

/* PC-min-770 */
@media screen and (min-width: 770px){
footer .artistLogo {
        max-width: 300px;
}
}


/* SP-max-769 */
@media screen and (max-width: 769px){
footer {
    height: 35vh;
    padding: 60px 20px;
    position: relative;
}
footer .credit {
        bottom: 20px;
        width: 190px;
}
footer .artistLogo {
        width: 70%;
        margin: 0 auto 10px;
}
footer .copy {
    font-size: 40%;
}

}

/*===================================================
	heroView
====================================================*/
.heroView{
    position: relative;
    min-height: 600px;
	overflow: hidden;
    overflow: visible;
}

/*   ================================*/


.sns {
    transition: 0.5s ease;
	display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.sns .logo{
    width: 60px;
    margin: 0 20px 0 0;
}
.sns .snsList{
    display: flex;
}
.sns .snsList li {
    padding: 0 15px 0 0;
}
.sns .snsList li a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 19px;
}
.sns .snsList li a .fa{
    position: relative;
    top: 5px;
}
.sns .snsList li a img {
    width: 20px;
}

.heroView .act1 {
    position: fixed;
    left: 3%;
    top: 3%;
    bottom: auto;
    transform: none;
    z-index: 20;
}

.headerFix .heroView .act1 {
    opacity: 1;
}

/*   ================================*/

.heroView .act2{
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    width: 40vw;
    z-index: 2;
    max-width: 600px;
}


.heroView .act2 h1 p{
    clip-path: inset(0 100% 0 0);
}
.heroView .act2 h1 p:nth-child(1){
    width: 50%;
    margin: 0 0 10px;
}
.heroView .act2 h1 p:nth-child(2){
    width: 100%;
    margin: 0 0 0 0;
}
.heroView .act2 h1 p:nth-child(3){
    width: 50%;
    margin: 10px 0 0;
}

.loaded .heroView .act2 h1 p:nth-child(1){
    transition: 0.5s ease 3s;
	clip-path: inset(0 0 0 0);
}
.loaded .heroView .act2 h1 p:nth-child(2){
    transition: 0.5s ease 3.5s;
	clip-path: inset(0 0 0 0);
}
.loaded .heroView .act2 h1 p:nth-child(3){
    transition: 0.5s ease 4s;
	clip-path: inset(0 0 0 0);
}

.headerFix .heroView .act2 {
    opacity: 1;
}

/*   ================================*/

.heroView .act3{

}

.scroll-down {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 50%;
    left: 1%;
}
.scroll-down::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*   ================================*/

.heroView .act4{
    transition: 0.4s;
}
.heroView .act4 .mainImg{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image:url(/static/dxteen/fanclub/feature/rhJDs6fZ_7thsingle_wanna/images/rhJDs6fZ_mainImg.jpg);
    background-size: cover;
    background-position: bottom 16% center;
    right: 0;
    top: 0;
}
.loaded .heroView .act4 .mainImg{

}
.heroView .act4 .mainImg img{
    width: 100%;
}
/* .headerFix .heroView .act4 {
    opacity: 0;
} */
.end .heroView .act4{
    opacity: 1;
}

/*   ================================*/

.heroView .act5{
    transition: 1s ease 3s;
}

.heroView .act5 .bnr{
    display: block;
    position: fixed;
    right: 0;
    bottom: 3vh;
    background: #7F95B5;
    color: #fff;
    text-align: center;
    border-radius: 10px 0 0 10px;
    z-index: 2;
    width: 15vw;
    transform: translate(100%, 0);
    transition: 1s ease 5s;
    border: 1px solid;
}
.loaded .heroView .act5 .bnr{
    transform: translate(0, 0);
    opacity: 1;
}
.headerFix .heroView .act5 .bnr{

}

.loaded .navigation.active{
    background: #183362 !important;
}
.hamSwitch{
    background: none !important;
}

.heroView .act5 .bnr a{
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 1vw;
}
.heroView .act5 .bnr a p{
    width: 100%;
    line-height: 1.2;
    font-weight: bold;
    font-size: min(1vw, 17px);
}
.heroView .act5 .bnr a p span{
    font-size: 80%;
    display: block;
    margin: 0 0 5px 0;
}

.wovn-languages,
.wovn-languages::before{
        color: #fff !important;
}
.hamBtn {
    right: 6px;
    top: 6px;
}

.navigation .navigationInner {
    display: block;
    padding: 100px 3%;
}

@media screen and (min-width: 769px){

.heroView .act5 .bnr:hover{
	background: #fff;
    color: #e66678;
}
.heroView .act5 .bnr:hover a{
    color: #e66678;
}


}


/* SP-max-769 */
@media screen and (max-width: 769px){

.heroView {
    min-height: 480px;
}
.navigation .navigationInner {
    padding: 100px 40px;
}
section {
        padding: 0px 0;
}
.productBox .contentBox{
    margin: 50px auto !important;
}
.shopBox .shopList{
        gap: 0px;
        margin: 20px 20px !important;
}
.heroView .act4 .mainImg{
        width: 100%;
        height: 40vh;
        top: auto;
        bottom: 0;
}

.heroView .act4 .mainImg {
        height: 50vh;
    }

.heroView .act2 h1 p:nth-child(1) {
		margin: 50px auto 0px;
        width: 60%;
}
.heroView .act2 h1 p:nth-child(2) {
        margin: 0px auto 10px;
        width: 100%;
}
.heroView .act2 h1 p:nth-child(3) {
        margin: 0 auto;
        width: 60%;
}
.heroView .act1 {
        left: 2%;

}
.heroView .act1 {
        left: 7%;
        top: 2%;
        bottom: auto;
        transform: none;
}
}
/*   ================================*/

.sns .snsList{
    display: flex;

}
.sns .snsList li{
    padding: 0;
    margin: 0 5px 0 0;
}
.sns .snsList li a {
        font-size: 17px;
}
.sns .logo {
    width: 60px;
    margin: 0 10px 0 0;
}

/*   ================================*/

.heroView .act2 h1 {
    display: block;
}


.navigation .headerNav li a {
        font-size: 150%;
        color: #fff;
    }

/*   ================================*/
.heroView .act3 {

}
.scroll-down {

}


/*   ================================*/
.heroView .act4{

}




    .headerFix .heroView .act2 {
        opacity: 1;
    }

/*   ================================*/



.heroView .act5 .bnr {
    right: auto;
    bottom: auto;
    left: 0;
    top: 1%;
    width: 150px;
	transform: translate(-100%, 0);
        border-radius: 0 5px 5px 0;
}
.headerFix .heroView .act5 .bnr {
    bottom: auto;
    transition: 0.5s;
}
.heroView .act5 .bnr a p {
    width: 100%;
    line-height: 1.2;
    font-weight: bold;
    font-size: 11px;
}
.heroView .act8 .bnr a {
    padding: 10px;
}
.heroView .act5 .bnr a p span {
    font-size: 80%;
    display: block;
    margin: 0 0 2px 0;
}

.loaded .navigation{
    opacity:0;
}
.loaded .navigation.active{
    opacity:1;
    transition-delay: 0s;
            background: #183362 !important;
}

}

/*===================================================
	flowTxt
====================================================*/
.flowTxt{
    font-family: "Poppins", sans-serif;
    line-height: 0;
    color: transparent;
    z-index: 1;
    position: fixed;
    text-align: center;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease;
    margin-bottom: 0;
}
.point01 .flowTxt,
.point02 .flowTxt,
.point03 .flowTxt{
    opacity: 1;
}
.flowTxt.flowTop{
    left: 0;
    top: 0;
    transform: translate(0, -50%);
}
.flowTxt.flowBottom{
    left: 0;
    bottom: 0;
    transform: translate(0, 50%);
}
.flowTxt.flowTop .inner{
    animation: slidemove 35s linear infinite;
    width: 6000px;
    display: flex;
}

.flowTxt.flowBottom .inner{
    animation: slidemove 35s linear infinite reverse;
    width: 6000px;
    display: flex;
}
.flowTxt .inner img{
    width: 3000px;
}
@keyframes slidemove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3000px);
  }
}



/*===================================================
	PRODUCT
====================================================*/
.productBox{
    overflow: hidden;
}
.productBox .contentBox{
    background: transparent;
    padding: 0;
    margin: 90px auto;
}
.releaseBlock{

}
.releaseBlock.box1{
    color: #FFF;
}
.releaseBlock.box2{
    color: #FFF;
}
.releaseBlock.box3{
    color: #FFF;
}
.releaseBlock.box4{
    color: #FFF;
}
.releaseBlock:before{
	content: "";
    position: absolute;
    width: 100%;
    top: -80px;
    height: calc(100% + 160px);
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
}


.releaseBlock.box1:before{
    right: 0;
    left: 20%;
    background:#136DC7;
}
.releaseBlock.box2:before{
    right: -40px;
    background: #004C8D;
}
.releaseBlock.box3:before{
    right: 0;
    left: 20%;
    background: #007DCC;
}
/* .releaseBlock.box4:before{
    right: -40px;
    background:#9db64d;
    border-radius: 0 999px 999px 0;
} */


/* .releaseBlock::after{
    content: '';
    display: block;
    position: absolute;
    top: -3%;
    right: -20%;
    width: 600px;
    height: 150px;
    background: url(/static/dxteen/fanclub/feature/rhJDs6fZ_7thsingle_wanna/images/ph_mainTit_02_w_R7s2tMEm.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    transform: rotate(10deg);
} */
.releaseBlock.box2:after,
.releaseBlock.box4:after{
    right: auto;
    left: -20%;
    top: auto;
    bottom: 0;
}


.releaseBlock .tnumb{

}
.releaseBlock .tnumb:before{
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.releaseBlock.box1 .tnumb:before{
    background: #003B80;
}
.releaseBlock.box2 .tnumb:before{
    background:#002646;
}
.releaseBlock.box3 .tnumb:before{
    background: #00419B;
}
/* .releaseBlock.box4 .tnumb:before{
	background: #e85406;
} */


/* SP-max-769 */
@media screen and (max-width: 769px){

.releaseBlock.box1:before {
    left: 0;
    right: auto;
}
.releaseBlock.box2:before {
    left: auto;
    right: 0;
}
.releaseBlock.box3:before {
    left: 0;
    right: auto;
}

.releaseBlock::after {
    top: -1%;
    right: -13%;
    width: 400px;
    height: 100px;
}

.heroView .act2 {
        position: absolute;
        left: 50%;
        width: 40vh;
        transform: translate(-50%, 0);
        bottom: 20% !important;
}

}


/*===================================================
	photoBox
====================================================*/
.photoBox{
    padding: 120px 0 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#ff76a8;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 1;
}
.photoBox .titBox {
    font-weight: 800;
    color: #FFF;
    text-align: center;
    z-index: 0;
    position: relative;
}
.photoBox .contentBox{
    background: transparent;
    max-width: 100%;
    padding: 0;
}
.photoBox .slider li {
    padding: 0 1vw;
}
.photoBox .slick-slide img {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    pointer-events: none;
}
.photoBox .slider .slick-prev {
    left: calc(25% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 2px solid #FFF;
}
.photoBox .slider .slick-next {
    right: calc(25% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 2px solid #FFF;
}
.photoBox .slider .slick-prev:before,
.photoBox .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 2px solid #FFF;
    display: block;
    opacity: 1;
    top: auto;
    bottom: -1px;
    position: absolute;
    transform: rotate(330deg);
    transform-origin: left bottom;
    background: none;
    line-height: 0;
    border-radius: 0;
}
.photoBox .slider .slick-next:before {
    transform: rotate(30deg);
    transform-origin: right bottom;
    left: auto;
    right: 0;
}

/* PC-min-770 */
@media screen and (min-width: 770px){
.photoBox .titBox {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
    font-size: 4.6vh;
    mix-blend-mode: overlay;
    transform: translate(0, -50%);
}
.photoBox .titBox h2 {
}
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.photoBox {
    padding: 40px 0 40px;
    flex-wrap: wrap;
    align-content: center;
}
.photoBox .titBox {
margin-bottom: 40px;
}
.photoBox .contentBox {
    margin: 0;
    padding: 0;
    border-left: none;
}
.photoBox .slider .slick-next {
    right: calc(15% + 12px);
}
.photoBox .slider .slick-prev {
    left: calc(15% + 12px);
}
.photoBox .slider .slick-prev:before,
.photoBox .slider .slick-next:before {
    bottom: -2px;
}
}



/*===================================================
	shopBox
====================================================*/
.shopBox{
padding: 160px 0px 160px;
    background: #3464AF;
    position: relative;
    z-index: 1;
}
.shopBox .titBox {

}
.shopBox .coming{
text-align: center;
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.shopBox .contentBox{
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
    color: #FFF;
    padding: 100px 60px;
    position: relative;
}
.shopBox .contentBox .titBox{
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
    margin: 0;
    color: #FFF;
    margin-bottom: 80px;
    position: relative;
}
.shopBox .titBox .inner{
    z-index: 1;
}
.shopBox .contentBox {
    padding: 0;
    background: transparent;
}
.shopBox .contentBox .titBox h2{
    font-family: "Poppins", sans-serif;
    font-size: 520%;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.shopBox .contentBox .titBox h3{

}
.shopBox .shopList{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px;
}
.shopBox .shopList > li{
     width: 100%;
    margin-bottom: 30px;
    padding: 5vw;
    border-radius: 30px;
    border: 1px solid #fff;
}
.shopBox .shopList li .shop{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
}
.shopBox .shopList li .shop .mini{
    font-size: 70%;
}
.shopBox .shopList li .txt{
    font-size: 13px;
    word-break: break-all;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.shopBox .shopList li .present{
    margin: 20px auto;
    padding: 30px;
    background: #2E4F81;
}
.shopBox .shopList li .present dt{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.shopBox .shopList li .present dd{
font-size: 15px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    padding: 0 0 20px 0;
    line-height: 1.5;
}
.shopBox .shopList li .present dd:last-child{
    margin: 0;
    border-bottom:none;
    padding:0;
}
.shopBox .shopList li .present dd span{
    background: #fff;
    color: #000;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
}
.shopBox .shopList li .present dd .attentionList{
    margin:10px 0 0 ;
}
.shopBox .shopList li .attentionList{
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 10px 0;
}
.shopBox .shopList li .attentionList li{
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 5px 1em;
    text-indent: -1em;
}
.shopBox .shopList li .attentionList li:last-child{
    margin: 0 0 0 1em;
}
.shopBox .shopList li .thumb{
    margin: 0 0 15px;
}
.shopBox .shopList li .thumb .btn{


}
.shopBox .shopList li .btn{
    text-align: right;
}
.shopBox .shopList li .btn a{
    padding: 7px 20px;
    font-size: 80%;
    line-height: 1em;
    border: 1px solid;
    box-sizing: border-box;
    background: transparent;
}
.shopBox .attentionbox{
    margin: 0 60px;
}
.shopBox .attentionbox dt{
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
}
.shopBox .attentionbox dd{

}
.shopBox .attentionbox dd .attentionList li{
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 5px 1em;
    text-indent: -1em;
}
.shopBox .attentionbox dd .attentionList li:last-child{
    margin: 0 0 0 1em;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.shopBox {
    padding: 20px 0px 80px;
}
.shopBox .titBox {
    margin-bottom: 40px;
}
.shopBox .contentBox {
    padding: 0;
}
.shopBox .contentBox .titBox h2 {
    font-size: 310%;
}
.shopBox .shopList > li{
        width: 100%;
        padding: 30px 20px;
        border-radius: 20px;
}
.shopBox .shopList li .shop {
    font-size: 15px;
}
.shopBox .shopList li .present dt {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.shopBox .shopList li .present dd {
    font-size: 13px;
}
.shopBox .shopList li .attentionList li {
    font-size: 11px;
}
.shopBox .shopList li .txt {
    font-size: 12px;
    word-break: break-all;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

}


/*===================================================
	specialBox
====================================================*/
.specialBox{
    padding: 160px 60px 160px;
    background: #F7F7F7;
    position: relative;
    z-index: 1;
}
.specialBox:before{
    content: '';
    display: block;
    width: 75%;
    height: calc(100% - 180px);
    position: absolute;
    top: 100px;
    left: 0%;
    transform-origin: right;
    transition: all .6s ease 0.2s;
    background: #F32D52;
}
.specialBox .inner{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 0;
}

.specialBox .titBox {
    padding: 0 60px 0 0;
    width: 60%;
}
.specialBox .titBox h2{
    margin: 0 0 20px;
    color: #E4AD12;
}
.specialBox .btn a {
    background: #E4AD12;
    color: #033d0d;
}
.specialBox .btn a .mini{
    display: block;
    font-size: 75%;
}
.specialBox .contentBox {
    background: #FFF;
    padding: 0;
}
.specialBox .inner {
    margin: 0 auto 50px;
}
.specialBox .inner:last-of-type{
    margin: 0 auto;
}
.specialBox .inner:last-of-type .titBox {
    padding: 0 0 0 60px;
}



/* SP-max-769 */
@media screen and (max-width: 1069px){
.specialBox {
    padding: 160px 20px 160px;
}
.specialBox:before {
        width: 85%;
        top: 5%;
}
.specialBox .inner {
    display: block;
}
.specialBox .titBox {
    padding: 0;
    width: 100%;
}
.specialBox .btn a {
        padding: 15px 10px;
        margin: 0 0 20px;
        font-size: 17px;
        line-height: 1.5;
        width: 100%;
}

.specialBox .inner:last-of-type .titBox {
    padding: 0;
}
.specialBox .inner:last-of-type .titBox.pc{
	display:none;
}
.specialBox .inner:last-of-type .titBox.sp{
	display:block;
}


}
/*===================================================
	fanclubBox
====================================================*/
.fanclubBox{
    padding: 180px 0px 180px;
    position: relative;
    z-index: 1;
}
.fanclubBox:before{
    content: '';
    display: block;
    width: 70%;
    height: calc(100% - 180px);
    position: absolute;
    top: 15%;
    right: 0%;
    transform-origin: right;
    transition: all .6s ease 0.2s;
    background: #1C58B4;

}
.fanclubBox .inner{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 50%;
    margin-left: auto;
    margin-right: 0;

    padding: 60px 0;
}

.fanclubBox .titBox {
    text-align: left;
    margin-bottom: 0;
    padding: 0px;
    color: #fff;
}
.fanclubBox .titBox h2{
    margin: 0 0 20px;
}
.fanclubBox .titBox .txt{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
}
.fanclubBox .btn a {

}
.fanclubBox .contentBox {
    background: transparent;
    padding: 0;
    width: 100%;

    display: flex;
    justify-content: flex-start;
}

.fanclubBox .btnList {
    width: 100%;
}

.fanclubBox .btnList li {
    display: flex;
    justify-content: flex-start;
}

.fanclubBox .btnList {
    display: block;
}
.fanclubBox .btnList li{
    margin-bottom: 20px;
}
.fanclubBox .btnList li:last-child{
    margin-bottom: 0;
}
.fanclubBox .btnList li a{
    display: inline-block;
    width: 340px;
    background: #7F95B5;
    color: #fff;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;

    margin: 40px 0;

    border-radius: 100px;
    border: 1px solid #7F95B5;
}

@media screen and (min-width: 769px){

.fanclubBox .btnList li a:hover{
    background: #373b34;
    color: #fff;
}

}

/* SP-max-769 */
@media screen and (max-width: 769px){
.fanclubBox {
    padding: 60px 0px 80px;
}
.wovn-languages.visible .nav-dropdown{
    background: #183362 !important;
}
.fanclubBox:before {
        width: 100%;
        top: 18%;
        margin-top: 40px;
}
.fanclubBox .titBox {
    padding: 0;
    margin: 0 auto;
}
.fanclubBox .titBox .txt {
        text-align: left;
        margin: 0 0 15px;
        font-size: 14px;
}
.fanclubBox .btnList li a {
    font-size: 15px;
}
.fanclubBox .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 20px 0px;
}
.fanclubBox .contentBox {
    order: 2;
}

}



section.reportBox{
    padding: 160px 60px 160px;
    background: rgba(50,74,44,0.8);
    position: relative;
    z-index: 1;
    color: #324a2c;
}
section.reportBox .contentBox {
    background: transparent;
    padding: 0;
}
section.reportBox .contentBox .btn a {
    background: #ebc069;
    color: #324a2c;
    font-size: 120%;
    font-weight: bold;
}

@media screen and (min-width: 770px) {
    section.reportBox .contentBox .btn a:hover {
         background: #ffec50;
    }
}

@media screen and (max-width: 770px) {
    section.reportBox{
        padding: 80px 20px 80px;
    }
	section.reportBox .contentBox .btn a {
	    padding: 20px;
	    font-size: 12px;
	}
    .specialBox:before {
        top: 9%;
    }
    
}

.loopHeading {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.loopHeading__inner {
    display: flex;
    width: max-content;
    animation: loopText 20s linear infinite;
}

.loopHeading__inner span {
    flex-shrink: 0;
    white-space: nowrap;
    padding-right: 0.3em;
    font-size: clamp(64px, 12vw, 180px);
    line-height: 1;

    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.8);
}

@keyframes loopText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.shopBox .shopList{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.shopBox .shopList > li{
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.shopBox .shopList .thumbArea{
    width: 320px;
    flex-shrink: 0;
}

.shopBox .shopList .detailArea{
    flex: 1;
}

.shopBox .shopList .thumb{
    margin: 0;
}

.shopBox .shopList .shop{
    margin-top: 0;
}

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

    .shopBox .shopList > li{
        flex-direction: column;
    }

    .shopBox .shopList .thumbArea{
        width: 100%;
    }

}

.shopBox .shopList .comingSoonThumb{
    width: 100%;
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.15),
        rgba(255,255,255,0.03)
    );

    border: 1px solid rgba(255,255,255,0.3);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    overflow: hidden;

    position: relative;
}

.shopBox .shopList .comingSoonThumb::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
    linear-gradient(
        120deg,
        transparent 20%,
        rgba(255,255,255,0.15) 50%,
        transparent 80%
    );

    transform: translateX(-100%);
    animation: shine 3s infinite linear;
}

.shopBox .shopList .comingSoonThumb span{
    position: relative;
    z-index: 1;

    font-family: "century-gothic", sans-serif;
    font-size: clamp(22px, 2vw, 25px);
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.9);

    text-align: center;
}

@keyframes shine{
    to{
        transform: translateX(100%);
    }
}

footer#footer {
    height: 35vh;
    padding: 60px 20px;
    position: relative;
}

/* =========================================
 SHOP：複数特典対応
========================================= */

.shopBox .shopList > li.hasShopItems{
    display: block;
}

.shopBox .shopList > li.hasShopItems .shopItem{
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.shopBox .shopList > li.hasShopItems .shopItem + .shopItem{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.shopBox .shopList > li.hasShopItems .shopItem .thumbArea{
    width: 320px;
    flex-shrink: 0;
}

.shopBox .shopList > li.hasShopItems .shopItem .detailArea{
    flex: 1;
}

.shopBox .shopList > li.hasShopItems .shopItem .thumb{
    margin: 0;
}

.shopBox .shopList > li.hasShopItems .shopItem .shop{
    margin-top: 0;
}


/* =========================================
 SP
========================================= */

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

    .shopBox .shopList > li.hasShopItems .shopItem{
        flex-direction: column;
        gap: 20px;
    }

    .shopBox .shopList > li.hasShopItems .shopItem .thumbArea{
        width: 100%;
    }

    .shopBox .shopList > li.hasShopItems .shopItem + .shopItem{
        margin-top: 40px;
        padding-top: 40px;
    }

}