body {
    font-family: "RocknRoll One", sans-serif;
    background-color: black;
    background-image: url('../../images/haikei3ao.png'), url('../../images/haikei3ao3.png');/* ����Y�;�nURL */
    background-repeat: repeat-y; 
    background-position: right, left;
    background-size: 30%;
    background-attachment: fixed;
    max-height: fit-content;
}

header {
    color: aliceblue;
    position: relative;
    padding: 0;
    align-items: center;
}

header li {
    list-style: none;
}

header a {
    text-decoration: none;
    font-size: 96%;
}

.action_btn a:hover {
    color: aliceblue;
}

.navbar .links a:hover{
    color: #f39c12;
}

.navbar {
    position: fixed;
    max-width: 1600px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    backdrop-filter: blur(15px);
}

.navbar .logo a{
    font-size: 25px;
    top: 0;
    padding-left: 1.5rem;
    font-weight: bold;
    font-family: "Permanent Marker", cursive;
    z-index: 3;
}
.navbar .toggle_btn{
    color: aliceblue;
    padding-right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    z-index: 3;
}

.language {
    width: 100%;
    height: 60px;
    margin-right: -1rem;
    max-width: 230px;
    display: flex;
    align-items: center;
    z-index: 3;
    transition: scale 0.2 ease;
}

.language ul {
    display: flex;
    gap: 1rem;
}

.action_btn {
    padding: 0.5rem 1.2rem;
    align-items: center;
    justify-content: center;
    background-color: #f39c12;
    border-radius: 20px;
}

.sub_menu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 3rem;
    height: 0;
    width: 300px;
    background: rgba(0, 0, 0,0.5);
    border-radius: 10px;
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 3;
}

.sub_menu.open {
    position: fixed;
    height: 3.5rem;
}

.sub_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_menu a:hover {
    color: #f39c12;
}
.sub_menu :hover{
    color: aliceblue;
}
.sub_menu .dropdown-sub {
    display: none;
    position: absolute;
    top: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    transition: scale 0.2 ease;
}

.sub_menu .language_sub {
    margin: 0 12px;
    margin-bottom: 0.4rem
}

.language_sub {
    background-color: #f39c12;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: scale 0.2 ease
}

.language li:hover {
    scale: 1.05;
    font-weight: bold;
}

.language li:active {
    scale: 0.95;
}

.sub_menu .language_sub:hover {
    scale: 1.05;
    color: aliceblue;
}

.language_sub:active {
    scale: 0.95;
}

@media (max-width: 1200px) {
    .navbar .links {
        gap:2rem;
}
}

@media(max-width: 992px){
    .navbar .links,
    .navbar .action_btn,
    .language {
        display: none
    }
    .navbar .toggle_btn{
        display: block;
    }
    .sub_menu {
        display: block;
    }
    .navbar {
        gap: 650px;
    }
}

@media (max-width: 790px) {
    .navbar {
    gap: 400px;
    backdrop-filter: none;
    background-color: black;
    height: 3rem;
    }
    .navbar .logo a{
    padding-left: 0.8rem;
    }
}

@media (max-width: 576px) {
    .sub_menu {
        width: unset;
    }
    .navbar {
        gap: 30px;
    }
}

.container1 {
    width: 90%;
    margin: auto;
    max-width: 1280px;
    position: relative;
    z-index: 1;
}
.container1 img {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 2rem;
}
.main-visual .bandname {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    font-family: "Permanent Marker", cursive;
    transform: rotate(7deg);
}
.main-visual h1 {
    font-size: 14vw;
    font-weight: 700;
    color: black;
    margin-bottom: 2px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 90);
}
.main-visual p {
    font-size: 3.7vw;
    font-weight: 700;
    color: black;
    text-shadow: 0 0 20px rgba(255, 255, 255, 90);
    margin-top:-1rem 
}

@media screen and (max-width: 1280px) {
    .container img {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .container1 {
    width: 100%;
    }
    .container1 img {
    padding-top: 2.5rem;
    }
    .main-visual .bandname {
    bottom: 1rem;
    left: 1rem;
    }
    .main-visual h1 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 20);
    }
    .main-visual p {
    text-shadow: 0 0 20px rgba(255, 255, 255, 20);
    }
}
h2 {
    font-style: italic;
    font-size: 2.5rem;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    font-weight: bold;
}

@media screen and (max-width: 1280px) {
    h2 {
        font-size: 2.3rem
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.3rem
    }
}


.section1 h2 {
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.section1 {
    width: 85%;
    margin: 6rem auto;
    text-align: left;
    color: aliceblue;
    position: relative;
}

.section1 img {
    position: absolute;
    width: 19rem;
    height: auto;
    left: -1%;
    top: -4%;
    z-index: -1;
}

.live-schedule-wrapper {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 30rem;
    overflow-y: scroll;
    border: 2px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
}

#live-schedule {
    list-style-type: none;
    padding: 0;
}

#live-schedule li {
    margin: 20px 20px;
    padding: 10px 0;
    border-bottom: 1px solid white;
}

#live-schedule li:last-child {
    border-bottom: none;
}

.event-date {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f39c12;
    margin-bottom: 1rem;
}

.event-details p {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.event-details a {
    color: ghostwhite;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-details a:hover {
    color: #f39c12;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .section1 {
    margin: 2rem auto;
    }
    .section1 h2 {
    padding-left: 5.5rem;
    }
    .section1 img {
    width: 10rem;
    left: 5rem;
    top: -0.6rem
    }
    .live-schedule-wrapper {
    max-height: 19rem;
    }
    #live-schedule li {
    margin: 0.5rem;
    padding: 3px 0;
    }
    .event-date {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    text-decoration: underline;
    }
    .event-details p {
    margin: 0.5rem 0;
    font-size: 0.7rem;
    line-height: 1;
    }
}

.biography-section {
    color: white;
    padding: 5px 0;
    position: relative;
}
.biography-section .splash {
    position: absolute;
    width: 18rem;
    height: auto;
    left: 14%;
    top: -4%;
    z-index: -1;
}
.biography-section .members img {
    position: absolute;
    width: 17rem;
    height: auto;
    left: 65%;
    top: 8%;
    z-index: -1;
}

.biography-section .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
    line-height: 2.4rem;
    position: relative;
}

.biography-section a {
    color: azure;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.biography-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.biography-section .col {
    width: 49%;
}

.biography-section .members {
    padding-top: 4rem;
}

.biography-section p {
    padding-top: 1.4rem;
    font-size: 1.2rem;
}

table {
    margin-top: 1rem;
    width: 100%;
    font-size: 1.4rem;
    margin-left: 2rem;
}

td {
    padding: 1rem 0;
    vertical-align: top;
}

td:first-child {
    text-align: center;
    padding-right: 5px;
    font-weight: 800;
}

td:last-child {
    text-align: left;
}

.biography-section a:hover {
    color: #f39c12;
}
@media (max-width: 768px) {
    .biography-section .container {
    line-height: 1.7rem;
    }
    .biography-section .row {
        flex-wrap: wrap;
    }
    .biography-section .col {
        width: 100%;
    }
    .biography-section .members {
        padding-top: 3rem;
    }
    .biography-section p {
    padding-top: 0.5rem;
    font-size: 0.7rem;
    }
    table {
    margin-top: 0.8rem;
    width: 100%;
    font-size: 0.7rem;
    margin-left: 1rem;
    }
    td {
    padding: 0;
    }
    .biography-section .splash {
    width: 9rem;
    left: 29%;
    top: -1%;
    }
    .biography-section .members img {
    width: 9rem;
    left: 30%;
    top: 69.8%;
}
}

.slide-container {
    width: 80%;
    height: auto;
    max-height: 40rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 2rem;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 40s infinite linear 1s both;
}
.slide{
  width: 350px;
  object-fit:cover;
  border: 3px solid black;
}
@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}
@media only screen and (max-width: 768px) {
    .slide-container{
    width: 78%;
    height: 9rem;
    }
    .slide{
    width: 210px;
    object-fit:contain;
    }
}

.original-songs {
    text-align: center;
    max-height: 30rem;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 8rem; 
}

.original-songs .splash3 {
    position: absolute;
    width: 16rem;
    height: auto;
    left: 42.2%;
    top: 16%;
    z-index: -1;
}

.original-songs .coversong {
    position: absolute;
    width: 15rem;
    height: auto;
    border-radius: 20px;
    padding: 0 auto;
    left: 42%;
    z-index: -1;
}

.original-songs h2 {
    margin-bottom: 5px;
    padding-top: 0;
}  

.original-songs .kasaneru {
    padding-top: 1.5rem;
    padding-bottom: 10rem;
}

.original-songs .coversong{ 
    animation: kirakira 2s infinite;
    transition: 1s ease-in-out;
    opacity: 40%;
}

@keyframes kirakira {
    0% {
        opacity: 65%;
    }
    50% {
        opacity: 100%;
    }
    100% {
        opacity: 65%;
    }
}

@media screen and (max-width: 768px) {
    .original-songs {
    max-height: 30rem;
    padding-top: 3.4rem;
    padding-bottom: 0;
    margin-bottom: 2rem; 
    }
    .original-songs .splash3 {
    width: 8rem;
    left: 34%;
    top: 18.2%;
    }
    .original-songs .coversong {
    left: 33%;
    width:8rem; 
    }
}

.footer .box, .footer .box2 {
    border-left: 2.5px dashed black; 
}

.footer .box-container{ 
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    height: auto;
    max-height: 50rem;
}

.footer h2 {
    text-align: center;
    margin-bottom: -3rem;
}

.footer .splash9 {
    position: relative;
    z-index: -1;
    width: 17rem;
    height: auto;
    left: 41.5%;
    bottom: 1rem;
}

.footer .box-container .orange {
    background-color: #D48021;
    width: 100%;
    height: 11.4rem;
    position: absolute;
    opacity: 0.9;
    z-index: -1;
}

.footer .box-container .box {
    flex: 1 22rem;
}

.footer .box-container .box a {
    display: block;
    color: aliceblue;
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    transition: color 0.5s ease;
}

.footer .box-container .box a:hover{
    font-weight: 700;
    text-decoration: underline;
}

.footer .box-container .box2 a:hover{
    scale: 1.1;
    font-weight: bold;
}

.footer .box-container .box .lan {
    font-size: 1.5rem;
    padding: 0.2rem 1rem;
}

.footer .box-container .box .dare {
    padding-left: 1rem;
    padding-bottom: 0.5rem
}

.footer .box-nakami {
    padding-left: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem
}

.footer .box-nakami2 {
    padding-top: 2rem;
    padding-left: 2rem;
}

.footer .box-container .box2 {
    flex: 1 22rem;
}
.footer .box-container .box2 h3 {
    font-size: 2.2rem;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-bottom: 0.5rem;
}

.footer .box-container .box2 a {
    display: flex;
    flex-wrap: nowrap;
    color: aliceblue;
    font-size: 2rem;
    padding-left: 3.1rem;
    padding-top: 1rem;
}

.icons {
    width: 30%;
    display: flex;
}

.footer .credit {
    opacity: 0.6;
    color: aliceblue;
    text-align: center;
    margin-top: 1.3rem;
    font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .footer {
    padding-top: 0;
    }
    .footer .box, .footer .box2 {
    border-left: none; 
    }
    .footer .box {
    border-bottom: 2.5px dashed black;
    }
    .footer h2 {
    padding-bottom: 2rem;
    font-size: 1.5rem
    }
    .footer .splash9 {
    width: 10rem;
    left: 30%;
    bottom: 1.2rem;
    }
    .footer .box-container .orange {
    background-color: #D48021;
    width: 100%;
    height: 32rem;
    border-radius:50px;
    }
    .footer .box-container .box .lan {
    font-size: 1.1rem;
    }
    .footer .box-container .box .dare {
    font-size: 0.9rem;
    }
    .footer .box-container .box a {
    font-size: 0.8rem;
    padding-bottom: 0.7rem;
    }
    .footer .box-nakami2 {
    padding-left: 1rem;
    padding-top: 0;
        padding-bottom: 1rem;
    }
    .footer .box-container .box2 h3 {
    font-size: 1.5rem;
    padding-top: 0;
    padding-left: 2rem;
    padding-bottom: 0;
    }
    .footer .box-container .box2 a {
    font-size: 1.7rem;
    padding-top: 0.8rem;
    padding-left: 2rem
    }
    .footer .credit {
    margin-top: 3rem;
    }
}