@charset "UTF-8";


body{
    position: relative;
    background: #fff;
    color: #1b1e18;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: url(/static/dxteen/fanclub/feature/2nd_album/images/ph_mainTit_02_R7s2tMEm.png);
    background-size: 850px;
    background-repeat: repeat-x;
    animation: bgscroll 20s linear infinite;
    z-index: 0;
    opacity: 0.1;
    transition: 0.41s;
}
body.headerFix::before {
    opacity: 1;
}

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

#icon--lang{
    fill: #1b1e18;
}
.wovn-languages .nav-dropdown .list--language li.selected {
    color: #1b1e18!important;
}
section {
    background: transparent;
    padding: 120px 60px;
    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;
}
.bg01 {
    opacity: 1;
    background:#fff;
}



/* 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/2nd_album/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: 100vh;
        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;
}

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

.heroView .act1{
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    z-index: 1;
}

.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: #1b1e18;
    text-align: center;
    display: block;
    font-size: 19px;
}
.sns .snsList li a .fa{
    position: relative;
    top: 5px;
}
.sns .snsList li a img {
    width: 20px;
}

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

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

.heroView .act2{
    position: absolute;
    left: 4vw;
    top: 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 auto 2vw;
}
.heroView .act2 h1 p:nth-child(2){
    width: 100%;
    margin: 0 0 2vw 0;
}
.heroView .act2 h1 p:nth-child(3){
    width: 60%;
    margin: auto;
}

.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: 0;
}

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

.heroView .act3{

}

.scroll-down {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 50%;
    left: 1%;
}
.scroll-down::before {
  animation: scroll 2s infinite;
  background-color: #000;
  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: fixed;
    width: 75vw;
    height: 90vh;
    background-image:url(/static/dxteen/fanclub/feature/2nd_album/images/ph_mainImg_R7s2tMEm.jpg);
    background-size: cover;
    background-position: top center;
    clip-path: inset(0 0 0 0 round 0 0 0 50px);
    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: #1b1e18;
    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{

}
.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;
}


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

.heroView .act5 .bnr:hover{
	background: #fff;
    color: #e66678;
}
.heroView .act5 .bnr:hover a{
    color: #e66678;
}
.sns .snsList li a:hover{
    background: #cbdef2;
}

}


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

.heroView {
    min-height: 480px;
}

/*   ================================*/
.heroView .act1 {
        left: 2%;
        top: 1%;
        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 {
        position: absolute;
        left: 50%;
        width: 48vh;
        transform: translate(-50%, 0);
        top: 20%;
}
.heroView .act2 h1 {
    display: block;
}
.heroView .act2 h1 p:nth-child(1) {
		margin: 0 auto 15px;
        width: 60%;
}
.heroView .act2 h1 p:nth-child(2) {
        margin: auto;
        width: 100%;
}


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

}
.scroll-down {

}


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

}
.heroView .act4 .mainImg{
        width: 100%;
        height: 40vh;
        top: auto;
        bottom: 0;
        clip-path: inset(0 0 0 0 round 50px 0 0 0);
}


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



.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;
}


}

/*===================================================
	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;
}
.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:#ea6e8b;
}
.releaseBlock.box2:before{
    right: -40px;
    background: #5f5f5f;
}
.releaseBlock.box3:before{
    right: 0;
    left: 20%;
    background: #c82321;
}
.releaseBlock.box4:before{
    right: -40px;
    background:#9db64d;
}


.releaseBlock::after{
    content: '';
    display: block;
    position: absolute;
    top: -3%;
    right: -20%;
    width: 600px;
    height: 150px;
    background: url(/static/dxteen/fanclub/feature/2nd_album/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: #bfa77d;
}
.releaseBlock.box2 .tnumb:before{
    background:#ec7ea8;
}
.releaseBlock.box3 .tnumb:before{
    background: #30482f;
}
.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;
}



}


/*===================================================
	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 60px 160px;
    background: #232323;
    position: relative;
    z-index: 1;
    border-radius: 50px 50px 0 0;
}
.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-wrap: wrap;
    justify-content: space-between;
}
.shopBox .shopList > li{
    width: 48%;
    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: #000;
}
.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;
    border-radius: 10px 0 10px 0;
    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{

}
.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: 50px 20px 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 60px 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: #ccbea8;
}
.fanclubBox .inner{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 60px 0;
}

.fanclubBox .titBox {
    margin-bottom: 0;
    padding: 0 60px;
    color: #1c1f19;
}
.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;
}
.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: #1b1e18;
    color: #fff;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #1b1e18;
}

@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 20px 160px;
}
.fanclubBox:before {
        width: 100%;
        top: 18%;
}
.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;
    padding: 0;
}
.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%;
    }
    
}