@charset "UTF-8";


body{
    position: relative;
    background:#1b6abe;
}
body:before{
    content: "";
    display: block;
    position: fixed;
    background-image: url();
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    background-size: cover;
    opacity: 0.8;
}
body.headerFix:before{
    opacity: 0.6;
}
#icon--lang{
    fill: #FFF;
}
.wovn-languages .nav-dropdown .list--language li.selected {
    color: #FFF!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: "quiche-sans", 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: url(/static/dxteen/fanclub/feature/6th-dxteen/images/bg_main_zM2Hpi7J.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}



/* SP-max-769 */
@media screen and (max-width: 769px){
body:before{
background-image: url();

}
section {
    background: transparent;
    padding: 30px 20px;
}
.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: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}
footer .artistLogo{
    width: 70%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 0;
}
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: 65vh;
    padding: 60px 20px;
    position: relative;
}
footer .credit {
        bottom: 20px;
}
footer .artistLogo {
        width: 100%;
        margin: 0 auto 10px;
}
footer .copy {
    font-size: 60%;
}

}

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

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

.heroView .act1{
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    opacity: 0;
    transition-delay: 3.5s;
    z-index: 1;
}

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


.sns {
    transition: 0.5s ease;
    z-index: 200;
}
.sns .snsList{
    display: flex;
}
.sns .snsList li {
    padding: 0 15px 0 0;
}
.sns .snsList li a {
    color: #1b6abe;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 999px;
    text-align: center;
    line-height: 30px;
    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{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    clip-path: inset(0 100% 0 0);
}
.loaded .heroView .act2 h1{
    transition: 0.5s ease 3s;
	clip-path: inset(0 0 0 0);
}

.heroView .act2 h1 p:nth-child(1){
    width: 30%;
}
.heroView .act2 h1 p:nth-child(2){
    width: 65%;
}

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

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

.heroView .act3{

}

.scroll-down {
    position: absolute;
    width: 20px;
    height: 60px;
    color: #1568aa;
    z-index: 1;
    bottom: 2vw;
    right: 2vw;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
    width: 100%;
    height: 100%;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color:#1568aa;
  transform: translateX(-50%);
}
.arrow::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
    width: 20px;
    height: 20px;
  border-bottom: 1px solid #1568aa;
  transform: translateX(-50%) rotate(-45deg);
}

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

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}


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

.heroView .act4{
    transition: 0.4s;
}
.heroView .act4 .mainImg{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80vw;
    clip-path: inset(0 100% 0 0);
}

.loaded .heroView .act4 .mainImg{
    transition: 0.5s ease 4.5s;
	clip-path: inset(0 0 0 0);
}
.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: 22vh;
    background: #e66678;
    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{
    bottom: 3vh;
    transition: 0.5s;
}
.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 {
        right: auto;
        left: 20px;
        top: auto;
        bottom: 20px;
        transform: none;
}
.sns .snsList{
    display: flex;

}
.sns .snsList li{
    padding: 0;
    margin: 0 10px 0 0;
}
.sns .snsList li a {

}


/*   ================================*/
.heroView .act2 {
        position: absolute;
        left: 50%;
        width: 42vh;
        transform: translate(-50%, 0);
        top: 25%;
}
.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 {
    width: 10px;
    height: 45px;
    bottom: 2%;
    right: 5%;
}
.arrow::after {
    width: 10px;
    height: 10px;
}

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

}
.heroView .act4 .mainImg{
    width: 100%;
        top: 65%;
}


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



.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:before{
	content: "";
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.1);
    top: -80px;
    height: calc(100% + 160px);
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
}
.releaseBlock.box1:before{
    right: 0;
    left: 20%;
}
.releaseBlock.box1:after{
    left: 50%;
}

.releaseBlock.box2:before{
    right: -40px;
}
.releaseBlock.box2:after{
    right: 50%;
}

.releaseBlock.box3:before{
    right: 0;
    left: 20%;
}
.releaseBlock.box3:after{
    left: 50%;
}

.releaseBlock .tnumb{

}
.releaseBlock .tnumb:before{
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.releaseBlock.box1 .tnumb:before{
    background: url(/static/dxteen/fanclub/feature/6th-dxteen/images/bg_01_zM2Hpi7J.jpg) no-repeat center center;
    background-size: cover;
}
.releaseBlock.box2 .tnumb:before{
    background: url(/static/dxteen/fanclub/feature/6th-dxteen/images/bg_02_zM2Hpi7J.jpg) no-repeat center center;
    background-size: cover;
    left: auto;
    right: -20px;
}
.releaseBlock.box3 .tnumb:before{
    background: url(/static/dxteen/fanclub/feature/6th-dxteen/images/bg_03_zM2Hpi7J.jpg) no-repeat center center;
    background-size: cover;
}


/* 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;
}
}


/*===================================================
	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: #b7e0ff;
    position: relative;
    z-index: 1;
}
.shopBox .titBox {
    color: #1b6abe;
}
.shopBox .coming{
text-align: center;
    color: #FFF;
    font-family: "Poppins", 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::after{
  content:"";
  display: block;
  width:32%;
}
.shopBox .shopList > li{
	width: 32%;
    margin-bottom: 30px;
    background: #1b6abe;
    padding: 40px;
    border-radius: 30px;
}
.shopBox .shopList li .shop{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.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 .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{
    color: #1b6abe;
}
.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: 80px 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;
}


}


/*===================================================
	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: #e66678;
}
.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;
}
.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: #fff;
    color: #e66678;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #fff;
}

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

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

}

/* SP-max-769 */
@media screen and (max-width: 769px){
.fanclubBox {
    padding: 60px 20px 160px;
}
.fanclubBox:before {
    width: 85%;
        top: 16%;
}
.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%;
    }
    
}