@charset "UTF-8";


body{
    position: relative;
    color: #ffffff;
    overflow-x: hidden;
    background: #141414;
	font-family: "Noto Serif JP", serif;
}

.header {
    display: none;
}
.footer {
    z-index: 1;
}
.footer .copyright {
    color: #ffffff;
    opacity: 1;
}
body:not(.page--home) .wrap {
        padding-bottom: 100px;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
	padding: 120px 60px;
    position: relative;
}
section:first-of-type {
 
}
.contentBox {
    width: 100%;
    margin: 0 auto;
    transition: 0.8s ease 0.8s;
    clip-path: inset(0 100% 0 0);
    padding: 20px 0;
}
.inBox {
    position: relative;
}
.titBox {
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 0 auto 50px;
    transition: 0.8s ease 0.5s;
    clip-path: inset(0 100% 0 0);
    font-family: "meno-display", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
    font-size: 400%;
    font-weight: normal;
    line-height: 1.2;
}
.titBox h2 .mini{
    font-size: 40%;
    display: block;
}
.titBox .onlyIcon{
    font-size: 250%;
    margin: 0 auto 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: left;
}
.titBox .subTit{
    font-family: "Roboto", sans-serif;
    font-size: 1245%;
    line-height: 1em;
    -webkit-text-stroke: 2px rgb(255 255 255 / 90%);
    text-stroke: 2px rgb(255 255 255 / 90%);
    color: transparent;
    letter-spacing: -0.2em;
    mix-blend-mode: overlay;
    text-indent: -0.2em;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    position: relative;
}

section.started{

}
section.started .titBox{
    clip-path: inset(0 0 0 0);
}
section.started .contentBox{
    clip-path: inset(0 0 0 0);
}

.clipAnim {
    transition: 0.3s ease 0.5s;
    clip-path: inset(0 100% 0 0);
}
.loaded .clipAnim {
    clip-path: inset(0 0 0 0);
}
.csBox  {
    padding: 0 0 200px 0;
}
.csBox .cs {

}
.cs {
    font-size: 200%;
    font-weight: normal;
    line-height: 2;
    color: #b2ae7e;
    text-align: center;
}

.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;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 0.8;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/reunion&believer_10thAnniversary/images/bg_main_pc_Th3BMSRH.png) no-repeat center center;
    background-size: 80vw;
}

.headerFix .bgBox{
    filter: brightness(0.3);
}
.attentionList li{
    font-size: 100%;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}


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

body:not(.page--home) .wrap > h1.logo {
        display: none;
}
section {
    background: transparent;
    padding: 50px 20px;
}
.contentBox{
    padding:20px 0;
    margin: 0;
    width: 100%;
}
.bg01 {
    background: url(/static/theyellowmonkey/fanclub_v2/feature/reunion&believer_10thAnniversary/images/bg_main_sp_Th3BMSRH.png) no-repeat center center;
    background-size: 80vw;
}

.titBox {
        position: relative;
        margin: 0 0 20px 0;
        writing-mode: initial;
        text-align: center;
        width: 100%;
}
.titBox .subTit{
    font-size: 560%;
}
.titBox h2 {
        font-size: 150%;
        margin: 0;
        text-align: center;
}
.titBox h2 .mini {
    font-size: 50%;
    display: block;
    line-height: 1.5;
}
.titBox h3 {
		font-size: 95%;
        text-align: center;
}
.csBox {
    padding: 0 0 300px 0;
}


}
/*===================================================
	footer
====================================================*/
footer{
    padding: 180px 60px 50px;
    position: relative;
text-align: right;
}
footer .artistLogo{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 10px;
    line-height: 0;
}
footer .artistLogo a{
    display: block;
}
footer .copy{
    text-align: center;
    color: #000;
    font-size: 90%;
    font-family: "Roboto", sans-serif;
}
footer .officialLink a{
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 0 0 20px auto;
    text-align: right;
    text-decoration: underline;
}
footer .copyright{
    font-size: 11px;
}

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

footer .officialLink a:hover{
	opacity: 0.7;
}

}

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

footer {
        padding: 30px 20px 20px;
        position: relative;
        font-size: 70%;
}
footer .copyright {
    font-size: 11px;
    text-align: center;
}
footer .officialLink a {
    text-align: center;
}

}

/*===================================================
	heroView
====================================================*/
.heroView{
	position: relative;
    margin: 0 auto;
    min-height: 500px;
}

.heroView .act1{
    position: absolute;
    width: 18vw;
    left: 42%;
    top: 50.5%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 1;
}
.heroView .act1 h1{

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

}


@keyframes arrow{
  0% {transform: translateX(0px);opacity:1;}
  50% {opacity:1;}
  100% {transform: translateX(5px);opacity:0;}
}
.heroView .act2{
    position: fixed;
    line-height: 0;
    z-index: 1;
    bottom: 5%;
    left: 1%;
}
.headerFix .heroView .act2{
    opacity: 0;
}

.heroView .act3 {
    position: absolute;
    right: 2%;
    bottom: 6%;
    opacity: 1;
    width: 6vw;
    height: 150px;
    background: #948e69;
}
.loaded .heroView .act3{

}
.loaded .sns {
    transition: 0.5s ease 1s;
}
.sns .snsList{
    transition: 0.5s ease;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.sns .snsList li {
    padding:0 0 0 15px;
}
.sns .snsList li a {
    color: #fff;
    font-size: 20px;
}
.sns .snsList li a svg{
    fill: #fff;
}


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

.navigation{

}
.navigation .headerNav{
        right: 2%;
        top: 2%;
        position: fixed;
        z-index: 1;
        transition: 0.8s;
}
.loaded .navigation .headerNav{
    transition: 0.5s ease 1s;
}
.navigation .headerNav li{
        text-align: right;
}
.navigation .headerNav li p a{
        color: #fff;
        transition: transform 0.3s;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-family: "meno-display", sans-serif;
}


}



/* SP-max-769 */
@media screen and (max-width: 769px){
.heroView {
    min-height: auto;
}
.heroView:before {
    border-radius: 0 0 0 30px;
    height: 91%;
}
.heroView .act1 {
        width: 39vw;
        top: 50%;
        left: auto;
        right: 11%;
}

.heroView .act2 {
        width: 35%;
}
.heroView .act3 {
        bottom: 3%;
        top: auto;
        right: 3%;
        height: 13vh;
}
.scroll_down:after {
    height: 10vh;
}
.loaded .hamBtn.clipAnim{
    transition: 0.5s ease 1s;
}


.snsList{
    display: flex;

}
.snsList li{
    padding: 0 10px 0 0;
}
.sns .snsList li a {
    font-size: 17px;
}
.heroView .act5{
    width: 130px;
}
.heroView .act6 {
    bottom: 25%;
    right: 3%;
    width: 90%;
}
.heroView .act6 .scheduleList li {
    font-size: 80%;
    margin: 0 0 5px 0;
}


}


/*===================================================
	message
====================================================*/

.message{
    height: 100vh;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 200%;
	padding: 0;
}
.message .contentBox{
    height: 100%;
    transition: 2s ease 0.8s;
}
.message .box{
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.message .box p{
    margin: 0 0 2vh;
}
.message .box p:last-of-child{
    margin: 0;
}

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

.message {
    font-size: 130%;
    height: 60vh;
}

}

/*===================================================
	commentBox
====================================================*/
.commentBox{
	background: #141414;
}
.commentBox .contentBox{
    overflow: auto;
}
.commentBox .commentList{

}
.commentBox .commentList li{
    border: 1px solid;
    padding: 40px;
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
}

.commentBox .commentList li:nth-child(1){
    border-color: #b68cd1;
}
.commentBox .commentList li:nth-child(2){
    border-color: #98afe2;
}
.commentBox .commentList li:nth-child(3){
    border-color: #d8c69e;
}
.commentBox .commentList li:nth-child(4){
    border-color: #aeceae;
}
.commentBox .commentList li .name{
    background: #141414;
    position: absolute;
    right: 10px;
    bottom: -13px;
    font-size: 150%;
    padding: 0 15px;
}
.commentBox .commentList li:nth-child(1) .name{
    color: #b68cd1;
}
.commentBox .commentList li:nth-child(2) .name{
    color: #98afe2;
}
.commentBox .commentList li:nth-child(3) .name{
    color: #d8c69e;
}
.commentBox .commentList li:nth-child(4) .name{
    color: #aeceae;
}


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

.commentBox .commentList li {
    border: 1px solid;
    padding: 40px 20px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
}
.commentBox .commentList li .txt {
    font-size: 90%;
    line-height: 1.3em;
    text-align: left;
}
.commentBox .commentList li .name {
    font-size: 100%;
    padding: 0 15px;
}




}




/*===================================================
	releaseBox
====================================================*/

.releaseBox{
    background: #141414;
}
.releaseBox .jktBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 80px;
}
.releaseBox .jktBox .jkt{
    width: 35%;
}
.releaseBox .jktBox .txtArea{
    width: 60%;
    letter-spacing: 0.1em;
    word-break: break-all;
}
.releaseBox .jktBox .txtArea .subTit{
    border-left: 3px solid;
    padding: 0 0 0 10px;
    font-size: 17px;
    margin: 0 0 20px 0;
}
.releaseBox .jktBox .txtArea .tit{
    font-size: 24px;
    margin: 0 0 30px 0;
    color: #afab7c;
}
.releaseBox .jktBox .txtArea .tit span{
    background: #afab7c;
    color: #000;
    padding: 5px 20px;
    font-size: 60%;
    font-weight: bold;
    position: relative;
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 0 0 10px 0;
}
.releaseBox .jktBox .txtArea .detail{
    border: 1px solid;
    padding: 20px;
    margin: 0 0 30px 0;
}
.releaseBox .jktBox .txtArea .detail dt{
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #afab7c;
}
.releaseBox .jktBox .txtArea .detail dd{

}
.releaseBox .jktBox .txtArea .detail dd .txt{
    line-height: 1.5;
    font-size: 16px;
    margin: 0 auto 20px;
}
.releaseBox .jktBox .txtArea .detail dd .date{
display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    max-width: 500px;
    margin: auto;
}
.releaseBox .jktBox .txtArea .detail dd .date dt{
color: #fff;
    margin: 0 15px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid;
}
.releaseBox .jktBox .txtArea .detail dd .date dd{

}
.releaseBox .jktBox .txtArea .attentionList li {
    font-size: 80%;
}
.releaseBox .jktBox .txtArea .song{
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 40px 0;
}
.releaseBox .jktBox .txtArea .song li{
    margin: 0 0 10px 0;
    font-size: 15px;
}
.releaseBox .jktBox .txtArea .song li .attentionList{

}
.releaseBox .jktBox .txtArea .song li .attentionList li{
    font-size: 80%;
    margin: 0 0 5px 1em;
}



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

.releaseBox .jktBox {
    display: flex;
    margin: 0 auto 50px;
}
.releaseBox .jktBox .jkt {
    width: 80%;
    margin: 0 auto 20px;
    order: 1;
}
.releaseBox .jktBox .txtArea {
    width: 100%;
    order: 2;
}
.releaseBox .jktBox .txtArea .tit {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.releaseBox .jktBox .txtArea .tit span {
        padding: 5px 20px;
        font-size: 80%;
        top: auto;
        display: block;
        text-align: center;
        margin: 0 0 10px 0;
        max-width: 220px;
}
.releaseBox .jktBox .txtArea .detail {
    margin: 0 0 15px 0;
}
.releaseBox .jktBox .txtArea .detail dd .txt {
    font-size: 12px;
}
.releaseBox .jktBox .txtArea .detail dd .date {
    display: block;
}
.releaseBox .jktBox .txtArea .detail dd .date dt {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid;
    font-size: 13px;
}
.releaseBox .jktBox .txtArea .detail dd .date dd {
    text-align: center;
    font-size: 14px;
}
.releaseBox .jktBox .txtArea .song {
    margin: 0 0 20px 0;
}



}

/*===================================================
	tourBox
====================================================*/
.tourBox{

}
.tourBox .mainTxt{
    background: #b2ae7e;
    color: #000;
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    width: 50vw;
    margin: 0 auto 50px;
    padding: 20px;
}
.tourBox .btn a{
    background: #141414;
    font-weight: bold;
    color: #b2ae7e;
    border: 2px solid;
}

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

.tourBox .mainTxt {
    background: #b2ae7e;
    color: #000;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 10px;
}
.cs {
    font-size: 150%;
}

}


/*===================================================
	fcBox
====================================================*/
.fcBox{
    background: #b2ae7e;
    color: #000;
}

.messageBox{
    margin: 0 auto 150px;
}
.messageBox .movBox{
    max-width: 800px;
    margin: auto;
    border: 1px solid;
    -webkit-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.messageBox .movBox a{
    display: block;
}

.compatibilityBox{
    background: #141414;
    color: #fff;
    padding: 80px 40px;
}
.compatibilityBox .titBox h2 .icon{
    font-size: 50%;
    background: #b2ae7e;
    color: #141414;
    margin: 0 0 0 15px;
    padding: 0 25px;
    position: relative;
    top: -12px;
}
.compatibilityBox .mainLead{
    text-align: center;
    font-size: 150%;
    margin: 0 0 30px 0;
    font-weight: bold;
    padding: 40px 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.compatibilityBox .lead{

}
.compatibilityBox .lead p{
    font-size: 80%;
    text-align: center;
    margin: 0 0 20px 0;
}
.compatibilityBox .attentionArea{
    max-width: 800px;
    color: #fff;
    padding: 40px;
    margin: 100px auto 0;
    border: 1px solid;
}
.compatibilityBox .attentionArea dt{
    text-align: center;
    font-size: 150%;
    margin: 0 0 20px 0;
}
.compatibilityBox .attentionArea dd{

}



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

.titBox .onlyIcon {
        font-size: 130%;
        width: 100%;
        margin: 0 auto 0;
}
.messageBox {
    margin: 0 auto 20px;
}
.compatibilityBox {
    padding: 40px 20px;
}
.compatibilityBox .titBox h2 .icon {
    font-size: 50%;
    background: #b2ae7e;
    color: #141414;
    margin: 0 0 0 15px;
    padding: 0 20px;
    position: relative;
    top: -5px;
}
.compatibilityBox .mainLead {
    text-align: left;
    font-size: 90%;
    margin: 20px 0;
    font-weight: bold;
    padding: 20px 10px;
}
.compatibilityBox .lead p{
font-size: 50%;
    text-align: left;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.compatibilityBox .attentionArea {
    max-width: 800px;
    color: #fff;
    padding: 20px;
    margin: 50px auto 0;
}
.compatibilityBox .attentionArea dt {
    text-align: center;
    font-size: 100%;
    margin: 0 0 10px 0;
}
.attentionList li {
    font-size: 70%;
}

}
