@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500&family=Klee+One&family=Noto+Serif+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
    font-family: "Klee One", cursive;
    background-color: #f7f7f7;
    padding: 0px;
    font-size: 14px;
    color: #000000;
}
.logo_fadein{
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: none;
    align-items: center;
    z-index: 100000000;
}
.logo_fadein p {
    color: #ffffff;
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

.back1 {
    position: relative;
    text-align: center;
}

.back1 img {
    width: 90%;
    display: block;
    margin: 0 auto;
    transition: filter 1.5s ease, transform 1.5s ease;
}

.back1 img.darken {
    filter: brightness(5%);
    transform: scale(1.5);
}
.back1 h2 p.white-text {
    color: #ffffff;
    transition: color 1s ease;
}

.back1 h2 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
    width: 100%;
}

.back1 h2 p {
    font-size: 85px;
    display: inline;
}

.scroll p{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    width: 100%;
    text-align: center; 
}

.back2{
    background-color: #000000;
}

.back2 img{
    padding-top :300px;
    width:90%;
    padding-left: 10%;
    position: relative;
    z-index: 1;
}
.katsuai {
    z-index: 1000000;
    position: relative;
}

.katsuai h1 {
    margin-top: -1300px;
    z-index: 1000000;
    font-family: 'Kaisei Decol', serif;
    text-align: center;
    font-size: 120px;
    color: #8d8d8d;
    font-weight: 300;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    transition: transform 1s ease;
}

.katsuai h1 a {
    text-decoration: none;
    color: inherit;
}

.katsuai h1 a:hover {
    color: rgb(255, 0, 34);
}

.katsuai h1.fade-in {
    opacity: 0.5;
    transform: translateY(0);
}

.katsuai h1:hover {
    color: rgb(255, 0, 34);
    opacity: 1;
    transform: scale(1.1);
}

.katsuai2 {
    z-index: 100000;
    position: relative;
    margin-top: -150px;
    padding-top: 0px;
}

.katsuai2 h1 {
    z-index: 100000;
    font-family: 'Kaisei Decol', serif;
    text-align: center;
    font-size: 90px;
    color: #8d8d8d;
    font-weight: 300;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    transition: transform 1s ease;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    text-align: center;
    margin-left: 65%;
    margin-top: 0px;
    height: 10vh;
    line-height: 1.5;
}

.katsuai2 h1 a {
    text-decoration: none;
    color: inherit;
}

.katsuai2 h1 a:hover {
    color: rgb(0, 225, 255);
}

.katsuai2 h1.fade-in {
    opacity: 0.5;
    transform: translateY(0);
}

.katsuai2 h1:hover {
    color: rgb(0, 225, 255);
    opacity: 1;
    transform: scale(1.1);
}

.katsuai3 {
    z-index: 10000;
    position: relative;
}

.katsuai3 h1 {
    margin-top: 130px;
    margin-left: -500px;
    z-index: 100000;
    font-family: 'Kaisei Decol', serif;
    text-align: center;
    font-size: 120px;
    color: #8d8d8d;
    font-weight: 300;
    opacity: 0.5;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    transition: transform 1s ease;
}

.katsuai3 h1 a {
    text-decoration: none;
    color: inherit;
}

.katsuai3 h1 a:hover {
    color: rgb(255, 255, 255);
}

.katsuai3 h1.fade-in {
    opacity: 0.5;
    transform: translateY(0);
}

.katsuai3 h1:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
    transform: scale(1.1);
}
.info {
    width: 80%;
    margin: 280px auto 30px;
    padding: 20px;
    padding-bottom: 50px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-color:rgba(0, 0, 0, 0.897);
    padding:0 5% 0;
    color: #f0f0f0;
}

.info h1, .info h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
}

.info h1 {
    font-size: 3em;
    color: #ffffff;
}

.info h2 {
    font-size: 1.8em;
    color: #ffffff;
}

.info-content {
    display: flex;
    justify-content: space-between;
}

.info-left, .info-right {
    width: 48%;
}

.info h3 {
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 10px;
}

.info p {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 5px;
}
.ticket {
    color: #ffffff;
    margin: -50px;
    background-color: #000000;
    text-align: center;
    padding: 50px 0;
  }
  
 
  .ticket-button {
    display: inline-block;
    background-color: #333;
    color: #ccc;
    padding: 15px 30px;
    font-size: 2em;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .ticket-button:hover {
    background-color: #444;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
footer{
    padding: 20px 10px 20px;
    color: #ffffff;
    background-color: #000000;
}
.image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.katsuai-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}