@charset "UTF-8";

html {
 font-size: 62.5%; /* -> 10px */ 
}
header {
    display: none;
}
body {
    background: #9BD4C5;
}
footer .nav--support li a,
footer .copyright,
footer .tit-support {
    color: var(--black) !important;
}
footer .copyright {
    border-top: 1px solid var(--black);    
}
footer .tit-support::before,
footer .tit-support::after {
    background: var(--black);    
}
footer .nav--support a::after {
    opacity: unset;
}
:root {
    --main: #0E5D4F;
    --sub: #E51E6E;
    --black: #111111;    
    --tit-font: "Jost", sans-serif;
}

/*===================================================
  anim
====================================================*/
.anim {
  opacity: 0;
  transform: translateY(40px);
  transition: .8s;
}

.anim.on {
  opacity: 1;
  transform: none;
}

/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position:fixed;
    height:100%;
    width:100%;
    background:var(--main);
    z-index:99999;
}

/*===================================================
  bg
====================================================*/
.bgBox {
    position: relative;
    overflow: hidden;
    z-index: -10;
    opacity: 0.6;    
}
.bgBox .contentBg {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0.3;
    z-index: 0;
}
.bgBox .contentBg .bg1 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/static/abemao/fanclub/feature/fc_event_2026/image/bg01_zsxcjwpt.png);
    background-size: 400px;
    animation: bg1 60s linear infinite;
}
.bgBox .contentBg .bg2 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/static/abemao/fanclub/feature/fc_event_2026/image/bg02_zsxcjwpt.png);
    background-size: 400px;
    animation: bg2 60s linear infinite;
}
@keyframes bg1{
	0% {background-position: 0 0;}
	100% {background-position: 1100px 0;}
}
@keyframes bg2{
	0% {background-position: 1100px 0;}
	100% {background-position: 0 0;}
}




/*===================================================
  NAVIGATION
====================================================*/

.hamSwitch {
    background: var(--sub);
    display: block;
    position: fixed;
    right: 40px;
    top: 40px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    width: 56px;
    height: 56px;
    padding: 16px;
}
.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .3s ease;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #FFF;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: var(--main);
    pointer-events: none;
    opacity: 0;
}

.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .gNav {
    display: block;
    padding: 60px;
}
.navigation .gNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .gNav li:after {
    content: none;
}
.navigation .gNav li a{
    font-size: 250%;
    font-weight: 800;
}
.navigation .gNav li a.blankBtn{
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 300px;
}
.navigationBlock.openNav .gNav li a {
    background: #e51e6e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 100px;    
}

/* NAVIGATION:PC-min-900 */
@media screen and (min-width: 900px){
.navigationBlock.openNav .hamSwitch {
    display: none;
}
.navigationBlock.openNav .navigation {
    opacity: 1;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 20px;
    pointer-events: auto;
}
.navigationBlock.openNav .gNav{
    display: flex;
    padding: 40px;
    gap: 16px
}
.navigationBlock.openNav .gNav li{
    margin: 0;
}
.navigationBlock.openNav .gNav li a{
    font-size: clamp(1.2rem, 1.4vw, 2rem);
}
.navigationBlock.openNav .navigation .navTit{
    display: none;
}
.navigation .navTit {

}

}

/* NAVIGATION:SP-max-900 */
@media screen and (max-width: 900px){
.hamSwitch {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 24px;
    top: 24px;
}

.navigation .gNav {
    padding: 80px 40px;
}
.navigation .gNav {
    padding: 80px 40px;
}
.navigation .navTit {
    max-width: 200px;
    filter: invert(1);    
    right: unset;
    bottom: unset;
    max-width: 200px;
    position: unset;
}
.navigation .gNav li{
    margin: 0 0 20px;
}
.navigation .gNav li a{
    font-size: 150%;
}
.navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}
.navigation .gNav {
    padding: 0;
    margin-bottom: 40px;
    width: 50%;
}
.navigation .gNav  li .anchor {
    display: block;    
    background: #e51e6e;
    color: #fff;
    padding: 16px 40px;
    border-radius: 100px;
    margin-bottom: 20px;
    text-align: center;
}
}

/*===================================================
  sns
====================================================*/
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/*===================================================
  sns
====================================================*/
.scrollDown{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.scrollDown .scrollTxt {
    font-size: 70%;
    transition: 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #000;
    writing-mode: vertical-rl;
}
.scrollDown .scrollarrow {
    width: 1px;
    height: 60px;
    background: #000;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@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);}
}


/*===================================================
  visual
====================================================*/
.visual{
    margin-bottom: 80px;
}
.visual .heroView{
    position: relative;    
}

/* actNav */
.actNav{
    position: relative;
}

/* actSns */
.menuList{
    position: absolute;    
    display: flex;
    gap: 16px;
    bottom: 40px;
    left: 40px;
}
.menuList .menu_icon a{
    color: var(--black);
}

/* actScroll */
.visual .actScroll{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/* actMainlogo */
.visual .actMainlogo{
    position: absolute;
    width: 35%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* actArtistlogo */
.visual .actArtistlogo{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 30%;
    max-width: 200px;
    max-height: fit-content;    
}
.visual .actArtistlogo a{
    display: block;
}

/* decoBox */
.visual .front-decoBox {
    position: absolute;
    z-index: -1;    
    width: 100%;
    height: 100%;
    pointer-events: none;    
}
.visual .front-decoBox .deco:nth-child(1) {
    position: absolute;
    top: 110px;
    left: 30px;
    width: 5%;
    z-index: 0;
    transform: rotate(40deg);
}
.visual .front-decoBox .deco:nth-child(2) {
    position: absolute;
    bottom: 30px;
    right: 100px;
    width: 5%;
    z-index: 0;
}


.visual .decoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    pointer-events: none;    
}
.visual .decoBox .deco:nth-child(1) {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
}
.visual .decoBox .deco:nth-child(2) {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
}
.visual .decoBox .deco:nth-child(3) {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.visual .decoBox .deco:nth-child(4) {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
}




/* PC-min-900 */
@media screen and (min-width: 900px){
.heroView .item1 .snsList li a:hover img {
    filter: invert(0.7);
}
}

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

/* actSns */
.visual .actSns{
    bottom: 24px;
    left: 24px;
}

/* actScroll */
.visual .actScroll{
    bottom: 24px;
    right: 24px;
}

/* actArtistlogo */
.visual .actArtistlogo{
    bottom: 24px;
    left: 24px;
    pointer-events: none;    
}

.menuList {

}

.visual .actMainlogo{
    width: 70%;
    max-width: 350px;
}


.visual .front-decoBox .deco:nth-child(1) {
    width: 10%;
    top: 100px;
    left: 80px; 
    max-width: 60px;       
}
.visual .front-decoBox .deco:nth-child(2) {
    width: 10%;
    bottom: 90px;
    right: 90px;
    max-width: 60px;    
}

.visual .decoBox .deco:nth-child(1) {
    width: 50%;
    max-width: 300px;    
}
.visual .decoBox .deco:nth-child(2) {
    width: 30%;
    max-width: 200px;    
}
.visual .decoBox .deco:nth-child(3) {
    width: 30%;
    max-width: 200px;    
}
.visual .decoBox .deco:nth-child(4) {
    width: 50%;
    max-width: 300px;     
}
}

/*===================================================
  visual animation
====================================================*/

.scrolled .visual .action{
    transition-delay: 0s;
}

/* act1 */
.action{
    opacity: 0;
    transition: 1s ease 2s;
}
.loaded .action{
    opacity: 1;
}
.headerFix .action{

}

/* act1 */
.act1{}
.loaded .act1{}
.headerFix .act1{}

/* act2 */
.act2{}
.loaded .act2{}
.headerFix .act2{}

/* act3 */
.act3{}
.loaded .act3{}
.headerFix .act3{}

/* act4 */
.act4{}
.loaded .act4{}
.headerFix .act4{}

/*===================================================
  section
====================================================*/
section .comingSoon-txt {
    font-size: clamp(2.4rem, 3.2vw, 4.2rem);
    text-align: center;
    font-weight: 500;
}

/*===================================================
  FC リンク
====================================================*/
#fc .contentBox {
    border: 5px solid #e51e6e;
}    
#fc .text {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    line-height: 3.5rem;
    text-align: center;
    font-weight: 500;    
}
#fc .btn {
    margin: 0 auto;
}
#fc .btn a {
    display: inline-block;
    max-width: 600px;
    background: var(--sub);
    color: #FFF;
    text-align: center;
    padding: 24px 72px;
    font-size: 180%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
}
@media screen and (max-width: 900px){
#fc .contentBox {
    border: 3px solid #e51e6e;
}      
#fc .text {
    line-height: 2.8rem;
}
#fc .btn {
    width: 100%; 
}
#fc .btn a {
    padding: 16px 32px;
    font-size: 140%;
    width: 100%;
    line-height: 2.8rem; 
}
}    
/*===================================================
  Ticket
====================================================*/
#ticket .priceBox {
}
#ticket .tit {
    font-size: 2.8rem;
    font-weight: 800;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#ticket .priceBox .ticketPrice {
    font-size: 2.4rem;
    font-weight: 600;
}
#ticket .priceBox .ticketPrice .tax {
    font-size: 1.8rem;
}
#ticket .attentionBox-area {

}
#ticket .attentionBox {
position: relative;
}
#ticket .attentionBox li {
    padding-left: 16px;
    font-size: 1.5rem;
    margin-bottom: 5px;    
}
#ticket .attentionBox li:last-child {
    margin-bottom: 0;    
}
#ticket .attentionBox li span {
    position: absolute;
    left: 0;
}
/* SP-max-900 */
@media screen and (max-width: 900px){
.attentionBox {
    margin: unset;
    width: unset;
    padding: unset;    
}
.contentInner {
    gap: 24px;
}
#ticket .tit {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 2rem;    
}
#ticket .priceBox .ticketPrice {
    font-size: 1.8rem;
}
#ticket .attentionBox li {
    font-size: 1.2rem;
    line-height: 1.6em;    
}

}    