@charset "UTF-8";
/*===================================================

	共通

====================================================*/
html{
  scroll-behavior: smooth;
}
body{
	position: relative;
}
h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
}
body.is-loading {
  overflow: hidden;
}
dd {
    margin-inline-start: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}

img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.bgFixed {
  position: fixed;
  inset: 0;
  background: url(/static/kyusonekokami/fanclub/feature/g_n_j_2026/images/bg.jpg) repeat;
  z-index: 0;
}

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

	top

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


.heroView {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  pointer-events: none; 
    will-change: transform;
transform: translateZ(0); 
}


.bgTop {
	position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translateX(-50%);
    background: url(/static/kyusonekokami/fanclub/feature/g_n_j_2026/images/bg_top.jpg) center / cover no-repeat;
    z-index: -1;
}

.header {
  position: fixed;
  top: 0;        
  left: 0;     
  width: 100%;
  z-index: 9998;
}

.logo {
  position: relative;
  width: 100vw;
	display: flex;
  justify-content: center; 
  align-items: center;   
  height: 95vh;         
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.logo img{
	width: 70%;
}

.logo.is-show {
  opacity: 1;
  transform: translateY(0);
}

.menu {
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: auto;
  z-index: 100;
}

.menu ul {
  display: flex;
  gap: 2px;
  list-style: none;
}

.menu li {
  width: 120px;
  height: 60px;         
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.menu li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

	main共通

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


section  {
    width: 92%;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-bottom: 20%;

}

section .title {
    text-align: center;
    margin: 0 auto 9%;
    width: 65%;
	padding: 0px 100px;
}

.characterArea{
	width: 35%;
}

.character {
margin: 0 0 0 0;
    width: 100%;  
}

.txtArea {
  background: #D62D36;
  padding: 1vw;
	width: 50%;
	height: 50%;
  max-width: 620px;
	border: #000000 solid clamp(3px, 1vw, 15px);
	margin-top: 1%;
	z-index: 1;
}
.scrollArea {
  position: relative;
  z-index: 3;
  background: #fff34a;
  margin: 85vh auto 0;
  border: #837632 solid clamp(1px, 1vw, 13px);
    border-radius: clamp(120px, 22vw, 380px);
  max-width: 1400px;
  box-sizing: border-box;
}
.btnArea {
    display: flex;
    justify-content: center;
    margin: clamp(1px, 2vw, 20px) auto 0;
}

.btn {
    width: 50%;
    text-align: center;
}

.btn a {
    box-sizing: border-box; 
    background: #ffffff;
    color: #271B87;
    width: 100%;
    display: block;
    padding: clamp(1px, 1.8vw, 23px);
    font-size: clamp(8px, 1.8vw, 26px);
    border: clamp(1px, .4vw, 5px) solid #271B87;
    font-weight: bold;
    border-radius: clamp(1.5px, .6vw, 8px);
    box-shadow: clamp(1.5px, .5vw, 6px) clamp(1.5px, .5vw, 6px) #271B87;
    transition: .15s ease-out;
    text-decoration: none;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    transform: translateY(0);
      -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

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

	live

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

#live{
	margin-top: 400px;
}

.inner {
  position: relative;
}

.flyer {
margin: 0 auto ;
}
.flyer2{
	margin-top: 50px;
}


#live .character{
  width: 90%;
	margin: 0 auto 0;
  animation: jump 1.2s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes jump {
  0% {
    transform: translateY(0) scaleY(1);
  }
  20% {
    transform: translateY(0) scaleY(0.9); /* しゃがむ */
  }
  40% {
    transform: translateY(-40px) scaleY(1.05); /* ジャンプ */
  }
  60% {
    transform: translateY(0) scaleY(0.95); /* 着地 */
  }
  80% {
    transform: translateY(-8px); /* 余韻 */
  }
  100% {
    transform: translateY(0) scaleY(1);
  }
}

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

	goods

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

#goods .character{
	width: 75%;
	animation: sway 2.8s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}
@keyframes sway {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-12px);
  }
  75% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(0);
  }
}

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

	fanclub

====================================================*/
#fanclub .character{
	width: 86%;
  animation: jumpRotate 1.4s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}

@keyframes jumpRotate {
  0% {
    transform: translateY(0) scaleY(1) rotate(0deg);
  }
  20% {
    transform: translateY(0) scaleY(0.9) rotate(0deg); /* ため */
  }
  40% {
    transform: translateY(-40px) scaleY(1.05) rotate(-8deg); /* ジャンプ */
  }
  60% {
    transform: translateY(0) scaleY(0.95) rotate(8deg); /* 着地 */
  }
  80% {
    transform: translateY(-8px) rotate(-4deg); /* 余韻 */
  }
  100% {
    transform: translateY(0) scaleY(1) rotate(0deg);
  }
}

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

	ticket

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

#ticket .character{
	width: 75%;
  animation: rotateCross 2.5s linear infinite alternate;
  transform-origin: center center;
  will-change: transform;
}
@keyframes rotateCross {
  from {
    transform: rotate(-6deg);
  }
  to {
    transform: rotate(6deg);
  }
}

#ticket .txtArea{
  background: none;
  border: none;
  	width: 60%;
	height: 50%;
  max-width: 750px;
}
.ticket {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: clamp(1px, .6vw, 9px);;
  margin: 0 0 clamp(1px, 1vw, 20px) 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #000000;
  background: #D62D36;
  border: #000000 solid clamp(3px, .7vw, 10px);
}
.ticket dt {
    font-size: clamp(12px, 1.5vw, 22px);
    width: 38%;
    text-align: center;
    font-weight: bold;
}
.ticket dd {
    width: 59%;
    text-align: center;
    font-size: clamp(12px, 1.5vw, 22px);
}
.ticket dd p{
      padding-right: clamp(1px, 9.2vw, 130px);
  border-left: 1px solid;
}
.ticket dd p .mini {
    font-size: 80%;
}
/*===================================================

	ビジュアル

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

.cloud1 {
  position: absolute;
  top: 0%;
  left: max(-360px, -26%);
  width: 50%;
    z-index: 999;
animation: cloudScale 6s ease-in-out infinite alternate;
}
.cloud1-2 {
  position: absolute;
  top: 0%;
  right:max(-360px, -26%);
  width: 50%;
  transform: scaleX(-1);
      z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud1-3 {
  position: absolute;
  top: 96%;
  right: max(-440px, -38%);
  width: 50%;
  transform: scaleX(-1); 
      z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud1-4 {
  position: absolute;
  top: 72%;
  right:max(-360px, -31%);
  width: 50%;
  transform: scaleX(-1);
      z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud4-2 {
  position: absolute;
  top: -2%;
  right: max(-230px, -17%);
  width: 50%;
  transform: scaleX(-1);
    z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud4 {
  position: absolute;
  top: -2%;
  left: max(-230px, -17%);
  width: 50%;
      z-index: 999;
animation: cloudScale 6s ease-in-out infinite alternate;
}
.cloud4-3 {
    position: absolute;
    top: 82%;
    right: max(-368px, -34%);
    width: 50%;
    transform: scaleX(-1);
	z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud4-4 {
position: absolute;
    top: 61%;
    right: max(-320px, -27%);
    width: 50%;
    transform: scaleX(-1);
	z-index: 999;
	animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud3 {
    position: absolute;
    top: 98%;
    left: max(-320px, -27%);
    width: 50%;
    transform: scaleX(-1);
	    z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud3-2 {
    position: absolute;
    top: 82%;
    left: max(-408px, -36%);
    width: 50%;
    transform: scaleX(-1);
	    z-index: 999;
animation: cloudScaleX 6s ease-in-out infinite alternate;
}
.cloud2 {
    position: absolute;
    top: 95%;
        left: max(-380px, -35%);
    width: 50%;
	    z-index: 999;
animation: cloudScale 6s ease-in-out infinite alternate;
}

.cloud2-2 {
    position: absolute;
    top: 71%;
    left: max(-360px, -39%);
    width: 50%;
	    z-index: 999;
animation: cloudScale 6s ease-in-out infinite alternate;
}

@keyframes cloudScale {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }    
}
@keyframes cloudScaleX {
  0%   { transform: scaleX(-1) scale(1); }
  50%  { transform: scaleX(-1) scale(1.05); }
  100% { transform: scaleX(-1) scale(1); }
}

/* 初期状態 */
.title { opacity: 0; transform: translateY(0px); }
.character { opacity: 0; transform: translateY(100px); }
.txtArea { opacity: 0; transform: translateX(-100%); }


.title.bounce-in {
  animation: bounceDown 1s forwards;
}

.character.bounce-in {
  animation: bounceUp 1s forwards;
}

.txtArea.slide-in {
  animation: slideIn 1s forwards;
}


@keyframes bounceDown {
  0% { opacity: 0; transform: translateY(-100px); }
  60% { opacity: 1; transform: translateY(20px); }
  80% { transform: translateY(-10px); }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes bounceUp {
  0% { opacity: 0; transform: translateY(100px); }
  60% { opacity: 1; transform: translateY(-20px); }
  80% { transform: translateY(10px); }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideIn {
  0% { opacity: 0; transform: translateX(-100%); }
  100% { opacity: 1; transform: translateX(0); }
}
/*===================================================

	フッター

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

footer:not(.page--home footer):not(.page--dark footer) {
    	background: none !important;
	text-align: center !important;
	color: #271B8A;
}

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

	ローディング

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


.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease; 
}

.loadingBg {
     position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translateX(-50%);
    background: url(/static/kyusonekokami/fanclub/feature/g_n_j_2026/images/bg_top.jpg) center / cover no-repeat;
    z-index: -1;
}

.loadingIcon {
  position: relative;
  z-index: 10000;
  animation: bounce 1s ease-in-out infinite;
}

.loadingIcon img {
  width: 50vw;  
  height: auto;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}

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

	レスポンシブ

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

@media screen and (max-width: 844px) {
  .logo img {
    width: 90%;
}
#ticket .txtArea{
  width: 100%;
  max-width: 820px;
}
.ticket dt {
    font-size: clamp(12px, 2.5vw, 22px);
    width: 40%;
    text-align: center;
    font-weight: bold;
}
.ticket dd {
    width: 59%;
    text-align: center;
    font-size: clamp(12px, 2.5vw, 22px);
}
.ticket dd p{
  padding-right: clamp(1px, 17.2vw, 200px);
}
  .hamBtn {
    width: 30px;
    height: 25px;
    right: 30px;
    top: 30px;
    position: fixed;
    top: 50px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;   
  }
  .hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #271C85;
    transition: all .3s ease;
  }
  .btn a{
    padding: clamp(1px, 2.5vw, 23px);
    font-size: clamp(12px, 2.5vw, 26px);
  }
  .hamBtn :nth-of-type(1) {
  top: 0;
  }
  .hamBtn :nth-of-type(2) {
  top: 10px;
  }
  .hamBtn :nth-of-type(3) {
  top: 20px;
  }
  .hamBtn.open span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  }
  .hamBtn.open span:nth-of-type(2) {
  opacity: 0;
  }
  .hamBtn.open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  }

  .hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    background: #fff34a;
  }
  .menuList {
    width: 80%;
    opacity: 1;
    top: 50%;
    display: block;
    margin: auto;
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    z-index: 10;
    align-items: center;
  }
  .menuList li {
   width: 60%;
    margin: 0 auto 5vh;
  }
  .menuList a {
    display: block;
    margin: 0 0 3vh 0;
  }
ul,
ol {
  list-style: none;
  padding-left: 0;
}


 .characterArea {
        width: 100%;
        order: -1;
        z-index: 10;
    }
    #live .characterArea .character {
        position: absolute;
        margin: 0;
        width: 25%;
        left: 0;
        top: -2%;
    }
    #ticket .characterArea .character {
        position: absolute;
        margin: 0;
        width: 20%;
        right:0;
        top: -5%;
    }
    #fanclub .characterArea .character {
        position: absolute;
        margin: 0;
        width: 20%;
        left: -3%;
        top: -1%;
    }
    #goods .characterArea .character {
        position: absolute;
        margin: 0;
        width: 20%;
        right: 0;
        top: -8%;
    }
    
  .txtArea{
    width: 90%;
    margin: 0 aUto;
  }
  section .title{
    padding: 0;
    margin: 0 auto 15%;
    opacity: 0; transform: translateY(0px); 
  }
    section#live{
      margin-top: 250px;
  }
}
@media screen and (max-width: 644px) {
    section#live{
      margin-top: 200px;
  }
}
@media screen and (max-width: 444px) {
section#live {
    margin-top: 130px;
}
section .titile{
 transform: translateY(-50px);
}
.ticket dt {
    width: 47%;
}
.ticket dd {
    width: 52%;
}
.ticket dd p{
  padding-right: clamp(1px, 7.2vw, 200px);
}
}
@media screen and (min-width: 845px) {
    .hamBox {
        display: block !important;
        opacity: 1 !important;
    }
    .menuList {
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: auto;
  z-index: 100;
}

ul.menuList {
  display: flex;
  gap: 2px;
  list-style: none;
}

.menuList li {
  width: 160px;
  height: 60px;         
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuList li  a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   
  transition: transform 0.3s ease;
}
.menuLive a img {
padding-left: 35px;
}

.menuList li a:hover img {
  transform: scale(1.1);
}

  }
  @media screen and (max-width: 1450px) {
    .scrollArea{
  margin-left: 2vw;
  margin-right: 2vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn a:hover {
    transform: translateY(2px);
    box-shadow: 0 0 0 rgba(245, 208, 0, 0);
    opacity: 1;
  }
}
@media (hover: none), (pointer: coarse) {
  .btn a:active {
    transform: translateY(2px);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
}

