.wrapper {
  margin: 0 auto;
}

.container {
  width: 100%;
}

.mv {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.section0 {
  background-color: #ebebef;
  padding: 1vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
}
.section0 .section0_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}

.section1 {
  background-color: #e2540a;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}
.section1_quote {
  margin-bottom: 20px;
}

.section1_quote_text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.05em;
}

.section1_description {
  max-width: 950px;
  margin: 0 auto;
}

.section1_band_info {
  margin-bottom: 30px;
}

.section1_band_year {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.section1_band_members {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  line-height: 1.5;
}

.section1_music_style {
  margin-bottom: 40px;
}

.section1_music_description {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.section1_live_info {
  margin-bottom: 50px;
}

.section1_live_date {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.section1_live_venue {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  line-height: 1.6;
}

.section1_message_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.section1_message_header {
  margin-bottom: 20px;
}

.section2 {
  background-image: url("/campaign/beginning_garakuta/images/artist/section2_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
}
.section2_header {
  width: 40%;
  margin: 0 auto;
  padding-top: 3vh;
}

.section2_title_area {
  margin-bottom: 40px;
}

.section2_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  color: #000;
  margin-top: 2vh;
}

.section2_description_area {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2vh;
}

.section2_desc_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
  color: #000;
}

.section2_content {
  text-align: center;
}

.section2_song_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  color: #000;
}

.section2_song_description {
  margin-bottom: 3vw;
}

.section2_media_inner_inner {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 3vh;
}

.section2_song_info {
  text-align: left;
}

.section2_media_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw;
  padding-left: 3vw;
}

.section2_media {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.section2_cta {
  text-align: left;
  width: 60%;
}

.section3 {
  background-color: #02597a;
  padding: 4vw;
  padding-top: 1vw;
  padding-bottom: 6vw;
}
.section3 .section3_title_image {
  width: 40%;
  margin: auto;
  padding: 1vh;
}
.section3 .section3_sub_title {
  text-align: center;
  margin-bottom: 1vh;
}
.section3 .section3_sub_title .section3_sub_text {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.section3 .section3_songs {
  width: 100%;
  margin-top: 6vh;
}
.section3 .section3_song_buttons {
  display: -ms-grid;
  display: grid;
  gap: 1vw;
  margin-top: 4vh;
  justify-items: center;
  margin: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.section3 .section3_song_buttons .section3_song_item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  max-width: 100%;
}
.section3 .section3_song_buttons .section3_song_item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  max-width: 100%;
}
.section3 .section3_song_buttons .section3_song_item:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  max-width: 100%;
  margin-left: -7vh;
}
.section3 .section3_song_buttons .section3_song_item:nth-child(4) {
  -ms-grid-column: 4;
  grid-column: 4;
  max-width: 100%;
}
.section3 .section3_song_buttons .section3_song_item:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  max-width: 100%;
}
.section3 .section3_song_buttons .section3_song_item:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  max-width: 100%;
}
.section3 .section3_song_buttons .section3_song_item:nth-child(7) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
  max-width: 120%;
}
.section3 .section3_song_buttons .section3_song_item {
  width: 120%;
  overflow: hidden;
  cursor: pointer;
}
.section3 .section3_song_buttons .section3_song_item img {
  display: block;
  height: 40px;
}
.section3 .section3_youtube_area {
  width: 50%;
  margin: auto;
}

.section4 {
  background-color: #6a6039;
}
.section4 .section4_inner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section4 .section4_title_image {
  width: 60%;
  margin: auto;
  padding: 2vh;
}
.section4 .section4_main_visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section4 .section4_main_visual .section4_main_image {
  width: 100%;
  height: auto;
}
.section4 .section4_live_details {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.section4 .section4_live_details .section4_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section4 .section4_live_details .section4_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .section4_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section4 .section4_live_info {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.section4 .section4_live_title {
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: bold;
  color: #fff;
  margin-top: 2vh;
  margin-bottom: 10px;
  line-height: 1.3;
}
.section4 .section4_live_title .section4_live_title_text {
  font-size: clamp(2.2rem, 2.5vw, 3.5rem);
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 1vh;
}
.section4 .section4_live_title .section4_live_title_text_sub {
  font-size: clamp(2.8rem, 3.2vw, 4.5rem);
  color: #fff;
  display: block;
}
.section4 .section4_details_list {
  margin-bottom: 10px;
}
.section4 .section4_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section4 .section4_detail_label {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: bold;
  color: #95ff8d;
}
.section4 .section4_detail_value {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section4 .section4_cta {
  text-align: left;
  margin-top: 10px;
}
.section4 .section4_ticket_btn {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.section4 .section4_ticket_btn img {
  width: 60%;
  height: auto;
}

.section5 {
  background-image: url("/campaign/beginning_garakuta/images/artist/section5_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
}
.section5 .section5_title_image {
  width: 30%;
  margin: auto;
  padding: 1vh;
}
.section5 .section5_challenge_info {
  max-width: 900px;
  margin: 0 auto;
}
.section5 .section5_challenge_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffde33;
  margin-bottom: 30px;
  line-height: 1.2;
}
.section5 .section5_challenge_subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
  white-space: nowrap;
  max-width: 100%;
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
}
.section5 .section5_challenge_description {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 50px 0;
}
.section5 .section5_challenge_description .section5_challenge_description_sub {
  color: #ffde33;
}
.section5 .section5_schedule {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.section5 .section5_schedule_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.section5 .section5_schedule_item {
  background-color: #353535;
  border-radius: 25px;
  padding: 25px 30px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.section5 .section5_schedule_item:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 37px;
}
.section5 .section5_schedule_week {
  margin-left: 40px;
  margin-bottom: 15px;
}
.section5 .section5_schedule_number {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.3;
  margin: 0;
}
.section5 .section5_schedule_content {
  margin-left: 10px;
}
.section5 .section5_schedule_content p {
  font-size: 1.6rem;
  color: #a4a4a4;
  line-height: 1.6;
  margin: 0;
}
.section5 .section5_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1vw;
  width: 70%;
  margin: auto;
}
.section5 .section5_buttons {
  margin-top: 4vh;
  margin-bottom: 1vh;
}

.section6 {
  background-image: url("/campaign/beginning_garakuta/images/artist/section6_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
}
.section6 .section6_program_info {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2vw;
}
.section6 .section6_program_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #951db0;
  margin-bottom: 30px;
  line-height: 1.2;
}
.section6 .section6_program_subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.4;
}
.section6 .section6_program_description {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin: 0 0 50px 0;
  white-space: nowrap;
  max-width: 100%;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.section6 .section6_program_description .section6_program_description_sub {
  color: #951db0;
}
.section6 .section6_schedule {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.section6 .section6_schedule_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.section6 .section6_schedule_item {
  background-color: #353535;
  border-radius: 25px;
  padding: 25px 30px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.section6 .section6_schedule_item:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 37px;
}
.section6 .section6_schedule_week {
  margin-left: 40px;
  margin-bottom: 15px;
}
.section6 .section6_schedule_number {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.3;
  margin: 0;
}
.section6 .section6_schedule_content {
  margin-left: 10px;
}
.section6 .section6_schedule_content p {
  font-size: 1.6rem;
  color: #a4a4a4;
  line-height: 1.6;
  margin: 0;
}
.section6 .section6_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1vw;
  width: 70%;
  margin: auto;
}
.section6 .section6_buttons {
  margin-top: 4vh;
  margin-bottom: 1vh;
}
.section6 .section6_audio_player {
  margin-top: 20px;
}
.section6 .section6_audio_player audio {
  width: 100%;
}

.section7 {
  background-image: url("/campaign/beginning_garakuta/images/artist/section7_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
}
.section7 .section7_program_info {
  max-width: 900px;
  margin: 0 auto;
}
.section7 .section7_program_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2;
  padding-top: 2vw;
}
.section7 .section7_program_subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.4;
}
.section7 .section7_program_description {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin: 0 0 10px 0;
  white-space: nowrap;
  max-width: 100%;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
.section7 .section7_program_description .section7_program_description_sub {
  color: #ffde33;
}
.section7 .section7_schedule {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.section7 .section7_schedule_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.section7 .section7_schedule_item {
  background-color: #353535;
  border-radius: 25px;
  padding: 25px 30px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.section7 .section7_schedule_item:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 37px;
}
.section7 .section7_schedule_week {
  margin-left: 40px;
  margin-bottom: 15px;
}
.section7 .section7_schedule_number {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.3;
  margin: 0;
}
.section7 .section7_schedule_content {
  margin-left: 10px;
}
.section7 .section7_schedule_content p {
  font-size: 1.6rem;
  color: #a4a4a4;
  line-height: 1.6;
  margin: 0;
}
.section7 .section7_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1vw;
  width: 70%;
  margin: auto;
}
.section7 .section7_buttons {
  margin-top: 4vh;
  margin-bottom: 1vh;
}
.section7 .section7_audio_player {
  margin-top: 20px;
}
.section7 .section7_audio_player audio {
  width: 100%;
}

.menu-btn {
  position: fixed;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  right: 2vw;
  top: 12vh;
}
.menu-btn_icon {
  display: block;
}
.menu-btn_icon img {
  width: 100%;
  max-width: 60px;
  height: auto;
}

.mv .menu-btn {
  z-index: 4;
}

.menu-btn:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}
.menu-btn.scrolled {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  padding: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.menu {
  background-color: rgba(23, 170, 131, 0.9);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.menu .menu_inner {
  display: -ms-grid;
  display: grid;
  height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.menu .menu_header {
  padding: 5.3333333333vw 0;
  text-align: center;
}
.menu .menu_header_img {
  width: 80vw;
  height: auto;
}
.menu .menu_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 28.6666666667vw 5.3333333333vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu .menu_nav {
  width: 83.7333333333vw;
  margin: 0 auto;
}
.menu .menu_link {
  width: 83.4666666667vw;
  margin: 7.0666666667vw auto 0;
}
.menu .menu_notes {
  color: #fff;
  font-size: 2.9333333333vw;
  margin: 2.6666666667vw auto 0;
}
.menu .menu_notes > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu_notes > li:not(:first-child) {
  margin-top: 1.3333333333vw;
}
.menu .menu_notes img {
  width: 20vw;
  height: 8vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  margin-right: 2vw;
}
.menu .gnav {
  border-bottom: 0.2666666667vw solid #D9D9D9;
}
.menu .gnav > li {
  border-top: 0.2666666667vw solid #D9D9D9;
}
.menu .gnav > li:nth-child(2) .gnav_btn {
  height: 18vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.menu .gnav_btn {
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 12.8vw;
  padding-left: 4.2666666667vw;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu .gnav_img.gnav_img--01 {
  width: 9.2vw;
}
.menu .gnav_img.gnav_img--02 {
  width: 63.6vw;
}
.menu .gnav_img.gnav_img--03 {
  width: 33.3333333333vw;
}
.menu .menu:not(.is-active) {
  opacity: 0;
}
.menu .menu:not(.is-active)::-webkit-backdrop {
  opacity: 0;
}
.menu .menu:not(.is-active)::backdrop {
  opacity: 0;
}
.menu .menu::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.menu .menu::backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.menu .menu_inner {
  display: -ms-grid;
  display: grid;
  height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.menu .menu-btn.is-active {
  opacity: 0;
}
.menu .menu-btn.menu-btn--close.is-active {
  opacity: 1;
}

.footer {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 30px 20px;
}
.footer_txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.footer_txt:last-child {
  margin-bottom: 0;
  opacity: 0.8;
}

/* animation */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(8vw);
  transform: translateY(8vw);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.fadeup.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-movie iframe {
  padding: 17.3333333333vw 0;
}

.modal-movie_close {
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  top: 2.7777777778vw;
  right: 2.7777777778vw;
}

.modal-movie_close:before,
.modal-movie_close:after {
  height: 0.3472222222vw;
}

.modal-movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1001;
  background: #000;
}
.modal-movie iframe {
  width: 100%;
  height: 100%;
  padding: 18.6666666667vw 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-movie_close {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: absolute;
  top: 4.2666666667vw;
  right: 4.2666666667vw;
}
.modal-movie_close:before, .modal-movie_close:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 0.6666666667vw;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.modal-movie_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-movie_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section0_inner,
.section1_inner,
.section2_inner,
.section3_inner,
.section4_inner,
.section5_inner,
.section6_inner,
.section7_inner {
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .section3 .section3_song_buttons .section3_song_item:nth-child(1) {
    margin-left: 3vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(2) {
    margin-left: -5vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(3) {
    margin-left: -3vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(4) {
    margin-left: -12vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(5) {
    margin-left: -18vh;
    max-width: 100%;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(6) {
    margin-left: -17vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(7) {
    margin-left: -23vh;
  }
  .menu .menu_header {
    padding: 2vw 0;
  }
  .menu .menu_header_img {
    width: 30vw;
  }
  .menu .menu_body {
    padding: 3.4722222222vw 2.7777777778vw;
  }
  .menu .menu-btn {
    width: 5vw;
    height: 5vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
    top: 10.4722222222vh;
    right: 0.3333333333vw;
  }
  .menu .menu-btn.menu-btn--close .menu-btn_icon {
    width: 5.2222222222vw;
    height: 2.2222222222vw;
  }
  .menu .menu-btn_icon {
    width: 2.7777777778vw;
    height: 2.3611111111vw;
  }
  .menu .menu_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.4722222222vw 2.7777777778vw;
  }
  .menu .menu_nav {
    width: 34.3055555556vw;
  }
  .menu .menu_link {
    text-align: center;
    width: 35.4166666667vw;
    margin-top: 3.6111111111vw;
  }
  .menu .menu_notes {
    font-size: 1.25vw;
    margin-top: 2.7777777778vw;
  }
  .menu .menu_notes > li {
    white-space: nowrap;
  }
  .menu .menu_notes > li:not(:first-child) {
    margin-top: 1.1111111111vw;
  }
  .menu .menu_notes img {
    width: 5.8055555556vw;
    height: 2.5vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
    margin-right: 0.5555555556vw;
  }
  .menu .gnav {
    border-bottom-width: 0.1388888889vw;
  }
  .menu .gnav > li {
    border-top-width: 0.1388888889vw;
  }
  .menu .gnav_btn {
    font-size: 2.2222222222vw;
    height: 6.6666666667vw;
    padding-left: 1.1805555556vw;
  }
  .menu .gnav_btn:after {
    width: 1.1111111111vw;
    height: 2.2222222222vw;
    right: 1.1805555556vw;
  }
  .menu .gnav > li:nth-child(2) .gnav_btn {
    height: 11vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .menu .gnav_img.gnav_img--01 {
    width: 8vw;
  }
  .menu .gnav_img.gnav_img--02 {
    width: 49.2vw;
  }
  .menu .gnav_img.gnav_img--03 {
    width: 30.2666666667vw;
  }
}

@media print, screen and (min-width: 1116px) {
  .section3 .section3_song_buttons .section3_song_item:nth-child(1) {
    margin-left: 22vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(2) {
    margin-left: -2vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(3) {
    margin-left: -1vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(4) {
    margin-left: -17vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(5) {
    margin-left: -16vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(6) {
    margin-left: -22vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(7) {
    margin-left: -34vh;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .section0 {
    padding: 4vw;
    padding-top: 1vw;
    padding-bottom: 6vw;
  }
  .section0 .section0_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 2px;
  }
  .section0 .section0_grid .section0_item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .section0 .section0_grid .section0_item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
  .section0 .section0_grid .section0_item:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
  .section0 .section0_grid .section0_item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .section0 .section0_grid .section0_item:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .section1 {
    padding: 30px 15px;
  }
  .section1_quote {
    margin-bottom: 30px;
  }
  .section1_quote_text {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .section1_band_info {
    margin-bottom: 25px;
  }
  .section1_band_year {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .section1_band_members {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .section1_music_style {
    margin-bottom: 30px;
  }
  .section1_music_description {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .section1_live_info {
    margin-bottom: 40px;
  }
  .section1_live_date {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .section1_live_venue {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .section1_message_title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .section2 {
    background-image: url("/campaign/beginning_garakuta/images/artist/section2_bg_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4vw;
    padding-top: 10vw;
  }
  .section2_header {
    width: 90%;
    margin: 0 auto;
  }
  .section2_title_area {
    margin-bottom: 2vh;
    margin-top: 3vh;
  }
  .section2_title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .section2_desc_text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .section2_media_inner_inner {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .section2_song_info {
    text-align: center;
  }
  .section2_media_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section2_media {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: auto;
  }
  .section2_cta {
    width: 100%;
  }
  .section3 .section3_title_image {
    width: 50%;
    margin: auto;
    padding: 3vh;
  }
  .section3 .section3_songs {
    margin: auto;
    padding-left: 2vw;
  }
  .section3 .section3_song_buttons {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    margin-top: 2vh;
    gap: 3.5vw;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(1),
.section3 .section3_song_buttons .section3_song_item:nth-child(2),
.section3 .section3_song_buttons .section3_song_item:nth-child(3),
.section3 .section3_song_buttons .section3_song_item:nth-child(4),
.section3 .section3_song_buttons .section3_song_item:nth-child(5),
.section3 .section3_song_buttons .section3_song_item:nth-child(6),
.section3 .section3_song_buttons .section3_song_item:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    max-width: 37%;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 100%;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    max-width: 100%;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    max-width: 67%;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 100%;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    max-width: 120%;
    margin-left: -10vh;
  }
  .section3 .section3_song_buttons .section3_song_item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    max-width: 72%;
  }
  .section3 .section3_youtube_area {
    width: 90%;
    margin: auto;
    padding: 3vh;
  }
  .section4 .section4_inner_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section4 .section4_title_image {
    width: 90%;
    margin: auto;
  }
  .section4 .section4_main_visual {
    padding: 4vw;
    padding-top: 1vw;
    padding-bottom: 6vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .section4 .section4_main_visual .section4_main_image {
    width: 100%;
  }
  .section4 .section4_live_details {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 163vw;
    overflow: visible;
  }
  .section4 .section4_live_info {
    text-align: left;
    padding: 4vw 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section4 .section4_live_title {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
  }
  .section4 .section4_details_list {
    margin-bottom: 15px;
  }
  .section4 .section4_detail_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
  }
  .section4 .section4_detail_label {
    font-size: 1.8rem;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .section4 .section4_detail_value {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section4 .section4_cta {
    text-align: center;
    margin-top: 15px;
  }
  .section4 .section4_ticket_btn img {
    width: 100%;
  }
  .section5 {
    background-image: url("/campaign/beginning_garakuta/images/artist/section5_bg_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    padding: 4vw;
  }
  .section5 .section5_title_image {
    width: 40%;
    margin: auto;
    padding: 3vh;
  }
  .section5 .section5_challenge_title {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
  .section5 .section5_challenge_subtitle {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    margin-bottom: 25px;
    white-space: normal;
  }
  .section5 .section5_challenge_description {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .section5 .section5_schedule_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .section5 .section5_schedule_item {
    padding: 20px;
    border-radius: 20px;
  }
  .section5 .section5_schedule_item:before {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
  }
  .section5 .section5_schedule_week {
    margin-left: 35px;
    margin-bottom: 12px;
  }
  .section5 .section5_schedule_number {
    font-size: 1.8rem;
  }
  .section5 .section5_schedule_content p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .section5 .section5_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1vw;
  }
  .section5 .section5_buttons {
    margin-top: 3vw;
  }
  .section6 {
    background-image: url("/campaign/beginning_garakuta/images/artist/section6_bg_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    padding: 4vw;
  }
  .section6 .section6_title_image {
    width: 40%;
    margin: auto;
    padding: 3vh;
  }
  .section6 .section6_program_title {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
  .section6 .section6_program_subtitle {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .section6 .section6_program_description {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    line-height: 1.4;
    margin-bottom: 20px;
    white-space: normal;
  }
  .section6 .section6_schedule_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .section6 .section6_schedule_item {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .section6 .section6_schedule_item:before {
    width: 20px;
    height: 20px;
    top: 30px;
    left: 30px;
  }
  .section6 .section6_schedule_week {
    margin-left: 35px;
    margin-bottom: 12px;
  }
  .section6 .section6_schedule_number {
    font-size: 1.8rem;
  }
  .section6 .section6_schedule_content p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .section6 .section6_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
    width: 100%;
  }
  .section6 .section6_buttons {
    margin-top: 3vw;
  }
  .section7 {
    background-image: url("/campaign/beginning_garakuta/images/artist/section7_bg_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    padding: 4vw;
  }
  .section7 .section7_title_image {
    width: 40%;
    margin: auto;
    padding: 3vh;
  }
  .section7 .section7_program_title {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
  .section7 .section7_program_subtitle {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  .section7 .section7_program_description {
    font-size: clamp(1rem, 4vw, 1.6rem);
    line-height: 1.4;
    margin-bottom: 20px;
    white-space: normal;
  }
  .section7 .section7_schedule_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .section7 .section7_schedule_item {
    padding: 20px;
    border-radius: 20px;
  }
  .section7 .section7_schedule_item:before {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
  }
  .section7 .section7_schedule_week {
    margin-left: 35px;
    margin-bottom: 12px;
  }
  .section7 .section7_schedule_number {
    font-size: 1.8rem;
  }
  .section7 .section7_schedule_content p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .section7 .section7_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1vw;
  }
  .section7 .section7_buttons {
    margin-top: 3vw;
  }
  .menu-btn {
    top: 10vh;
  }
  .menu-btn_icon img {
    max-width: 50px;
  }
  .menu-btn.scrolled {
    padding: 6px;
  }
  .modal-movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1001;
    background: #000;
  }
  .modal-movie iframe {
    width: 100%;
    height: 100%;
    padding: 18.6666666667vw 0;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal-movie_close {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    top: 4.2666666667vw;
    right: 4.2666666667vw;
  }
  .modal-movie_close:before, .modal-movie_close:after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 0.6666666667vw;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .modal-movie_close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-movie_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (hover: hover) {
  .section4 .section4_ticket_btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0.9;
  }
}
