.wrapper {
  margin: 0 auto;
}

.container {
  width: 100%;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

.section0 {
  background-color: #fae9d7;
  padding: 1vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
}
.section0 .section0_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  margin-left: 1vw;
}
.section0 .section0_btn img {
  display: block;
  width: 100%;
  height: auto;
}

.section0_item {
  width: 18vw;
}

.section1 {
  position: relative;
  background-color: rgba(186, 32, 32, 1);
  padding: 14px 15px;
  padding-bottom: 6vw;
  color: #fff;
}

.section1_line,
.section4_line {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
}
.section4_line {
  bottom: 0;
}
.section4_line {
  position: relative;
}

.section1_line img,
.section4_line img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.section1_band_lineup {
  text-align: center;
  margin-bottom: 16px;
}
.section1_band_lineup_label {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.section1_band_lineup_names {
  font-size: 1.4rem;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.section1_content {
  display: flex;
  align-items: center;
  max-width: 1046px;
  margin: 0 auto;
  margin-bottom: 2vw;
  text-align: center;
}

.section1_text {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.section1_heading {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 16px 0;
  letter-spacing: 0.05em;
}

.section1_quote {
  margin-bottom: 28px;
}

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

.section1_description {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.section1_band_intro {
  margin: 0 0 24px 0;
}

.section1_band_career {
  margin: 0;
}

.section1_image {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section1_image picture,
.section1_image img {
  height: auto;
}

.section2 {
  background-color: #8b5a3c;
  background-image: url("/campaign/beginning_berrymeet/images/artist/bg_pattern01.png?t=20260305");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 14vw;
  padding: 4vw;
  padding-top: 2vw;
  padding-bottom: 4vw;
  text-align: center;
}

.section2_inner {
  max-width: 900px;
  margin: 0 auto;
}

.section2_heading {
  margin: 0 0 40px 0;
  text-align: center;
}

.section2_heading img {
  display: inline-block;
  max-width: 55%;
  width: 100%;
  height: auto;
}

.section2_releases {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.section2_release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.section2_release:last-child {
  margin-bottom: 0;
}

.section2_media {
  -webkit-box-flex: 0;
  max-width: 47%;
}

.section2_cd_image {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.section2_cd_image img {
  display: block;
  width: 100%;
  height: auto;
}

.section2_release_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: center;
}

.section2_release_label {
  font-size: 4rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.section2_song_title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: -17px;
  color: #fff;
}

.section2_release_date {
  font-size: 1.8rem;
  color: #fff;
  margin: 0 0 20px 0;
}

.section2_cta {
  display: inline-block;
  text-align: center;
}

.section2_btn {
  display: block;
  max-width: 87%;
  margin: 0 auto;
}

.section2_btn img {
  display: block;
  width: 100%;
  height: auto;
}

.section3 {
  background-color: #d4c4a0;
  background-image: url("/campaign/beginning_berrymeet/images/artist/bg_pattern02.png?t=20260305");
  background-repeat: repeat;
  background-position: 0 0;
  padding: 4vw;
  padding-top: 1vw;
  padding-bottom: 6vw;
}
.section3 .section3_title_image {
  width: 30%;
  margin: auto;
  padding: 1vh;
}
.section3 .section3_sub_title {
  text-align: center;
  margin-bottom: 1vh;
}
.section3 .section3_sub_title .section3_sub_text {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.section3 .section3_songs {
  width: 100%;
}
/* 共通: ボタン本体 */
.section3 .section3_song_buttons .section3_song_item {
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.section3 .section3_song_buttons .section3_song_item img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 6vh;
}

/* PCのみ: 上段5分割・下段3分割（15列グリッドで上段は3列ずつ・下段は5列ずつ占有） */
@media screen and (min-width: 768px) {
  .section3 .section3_song_buttons_row {
    display: contents;
  }
  .section3 .section3_song_buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: auto auto;
    gap: 2vh 1.5vw;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-items: center;
    align-items: center;
  }
  /* 上段: 5列（各3セル占有） */
  .section3 .section3_song_buttons_row--1 .section3_song_item:nth-child(1) { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 2 / span 3; -ms-grid-row: 1; grid-row: 1; justify-self: end; }
  .section3 .section3_song_buttons_row--1 .section3_song_item:nth-child(2) { -ms-grid-column: 4; -ms-grid-column-span: 3; grid-column: 4 / span 4; -ms-grid-row: 1; grid-row: 1; justify-self: center; }
  .section3 .section3_song_buttons_row--2 .section3_song_item:nth-child(1) { -ms-grid-column: 7; -ms-grid-column-span: 3; grid-column: 4 / span 3; -ms-grid-row: 1; grid-row: 1; justify-self: start; }
  .section3 .section3_song_buttons_row--2 .section3_song_item:nth-child(2) { -ms-grid-column: 10; -ms-grid-column-span: 3; grid-column: 7 / span 4; -ms-grid-row: 1; grid-row: 1;justify-self: start }
  .section3 .section3_song_buttons_row--3 .section3_song_item:nth-child(1) { -ms-grid-column: 13; -ms-grid-column-span: 3; grid-column: 11 / span 3; -ms-grid-row: 1; grid-row: 1; justify-self: start; }
  /* 下段: 3列（各5セル占有） */
  .section3 .section3_song_buttons_row--3 .section3_song_item:nth-child(2) { -ms-grid-column: 1; -ms-grid-column-span: 5; grid-column: 1 / span 6; -ms-grid-row: 2; grid-row: 2; justify-self: flex-end; }
  .section3 .section3_song_buttons_row--4 .section3_song_item:nth-child(1) { -ms-grid-column: 6; -ms-grid-column-span: 5; grid-column: 8 / span 3; -ms-grid-row: 2; grid-row: 2; justify-self: start; }
  .section3 .section3_song_buttons_row--4 .section3_song_item:nth-child(2) { -ms-grid-column: 12; -ms-grid-column-span: 5; grid-column: 10 / span 4; -ms-grid-row: 2; grid-row: 2;justify-self: center; }
}

@media screen and (min-width: 1550px) and (max-width: 2000px) {
  .section3 .section3_song_buttons .section3_song_item img {
    height: 5vh;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
  .section3 .section3_song_buttons .section3_song_item img {
    height: 4.5vh;
  }
}
@media screen and (min-width: 1116px) and (max-width: 1400px) {
  .section3 .section3_song_buttons .section3_song_item img {
    height: 3.6vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1116px) {
  .section3 .section3_song_buttons .section3_song_item img {
    height: 2.8vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .section3 .section3_song_buttons .section3_song_item img {
    height: 2.2vh;
  }
}
.section3 .section3_youtube_area {
  width: 50%;
  margin: auto;
}

.section4 {
  position: relative;
  background-color: #1a1a1a;
}

.section4 .section4_header {
  background-color: #000;
  padding: 2vh 0;
  max-width: 100%;
}
.section4 .section4_title_image {
  width: 45%;
  margin: auto;
  padding: 0 2vh;
}
.section4 .section4_title_image img {
  display: block;
  width: 100%;
  height: auto;
}

.section4 .section4_live_photo {
  width: 100%;
}
.section4 .section4_photo_image img {
  display: block;
  width: 100%;
  height: auto;
}

.section4 .section4_inner_inner {
  position: relative;
  padding: 0 0 4vw 0;
}

.section4 .section4_content_area {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 0 24px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 2vw;
  min-height: 400px;
}
.section4 .section4_content_area > .section4_tab_live {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.section4 .section4_content_area > .section4_tab_event {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.section4 .section4_content_area > .section4_live_details {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.section4 .section4_content_area > .section4_event_details {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.section4 .section4_content_area > .section4_cta {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / -1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.section4 .section4_tab {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  padding: 12px 16px;
}

.section4 .section4_tab img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.section4 .section4_inner_inner .section4_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.section4 .section4_inner_inner .section4_bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section4 .section4_inner_inner .section4_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.section4 .section4_live_details {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 400px;
  overflow: visible;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section4 .section4_live_heading {
  margin-bottom: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section4 .section4_live_heading img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}
.section4 .section4_event_details {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2vw 3vw 16px;
  text-align: left;
}
.section4 .section4_event_heading {
  margin-bottom: 20px;
}
.section4 .section4_event_heading img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}
.section4 .section4_live_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 0;
}
.section4 .section4_main_visual {
  position: relative;
  width: 100%;
  max-width: 21vw;
  margin: 0 auto;
  padding-bottom: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section4 .section4_main_visual .section4_main_image {
  width: 100%;
}
.section4 .section4_main_visual .section4_main_image img {
  display: block;
  width: 100%;
  height: auto;
}
.section4 .section4_live_info {
  position: relative;
  z-index: 2;
  padding: 0 2vw;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.section4 .section4_live_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 12px 0;
  line-height: 1.4;
}
.section4 .section4_live_title .section4_live_title_text {
  font-size: inherit;
  font-weight: bold;
  color: #fff;
}
.section4 .section4_ticket_label {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 4px 0;
}
.section4 .section4_ticket_link {
  font-size: 1.4rem;
  color: rgba(69, 178, 255, 1);
  text-decoration: underline;
  word-break: break-all;
  display: inline-block;
  margin-bottom: 16px;
}

.section4 .section4_event_item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.section4 .section4_event_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section4 .section4_event_date {
  font-size: 2.8rem;
  font-weight: bold;
  color: rgba(234, 96, 91, 1);
  margin: 0;
}
.section4 .section4_event_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 1vh;
}
.section4 .section4_event_support {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 4px;
}
.section4 .section4_ticket_label {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 4px 0;
}
.section4 .section4_ticket_link {
  font-size: 2rem;
  color: rgba(69, 178, 255, 1);
  text-decoration: underline;
  word-break: break-all;
  display: inline-block;
  margin-bottom: 16px;
}

.section4 .section4_cta {
  text-align: center;
  margin-top: 3vw;
  padding: 0 2vw;
}
.section4 .section4_official_btn {
  display: inline-block;
  max-width: 29vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section4 .section4_official_btn img {
  display: block;
  width: 100%;
  height: auto;
}

.section4 .section4_bottom_line {
  position: relative;
  z-index: 2;
  height: 24px;
}

.section4 .section4_rd_image {
  width: 100%;
  line-height: 0;
}
.section4 .section4_rd_image img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.section5 {
  background-color: #c9302c;
  background-image: url("/campaign/beginning_berrymeet/images/artist/section5_bg_pc.png?t=20260305");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100px;
  padding: 25px 20px;
  text-align: center;
  overflow-x: hidden;
}
.section5 .section5_title_image {
  width: 15%;
  margin: 0 auto;
  padding: 1vh 0 0 0;
}
.section5 .section5_title_image img {
  display: block;
  width: 100%;
  height: auto;
}
.section5 .section5_line {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 3vw;
  padding-bottom: 2vw;
}
.section5 .section5_line img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .section5 .section5_line {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .section5 .section5_line img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.section5 .section5_challenge_info {
  max-width: 900px;
  margin: 0 auto;
}
.section5 .section5_challenge_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.section5 .section5_challenge_title_band {
  display: block;
  font-size: 1.15em;
  margin-bottom: 4px;
}
.section5 .section5_challenge_subtitle {
  font-size: 2rem;
  color: rgba(0, 0, 0, 1);
  font-weight: 800;
  line-height: 3.5;
  margin-top: 0;
}
.section5 .section5_challenge_description {
  font-size: 2rem;
  color: rgba(0, 0, 0, 1);
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.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: 20px;
}
.section5 .section5_schedule_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #353535;
  border-radius: 12px;
  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: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 34px;
}
.section5 .section5_schedule_week {
  margin-left: 40px;
  margin-bottom: 15px;
}
.section5 .section5_schedule_number {
  font-size: 1.8rem;
  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: #b5b5b5;
  line-height: 1.6;
  margin: 0;
}
.section5 .section5_player_wrap {
  position: relative;
  margin-top: auto;
  padding-top: 16px;
}
.section5 .section5_audio_player {
  width: 100%;
}
.section5 .section5_audio_player audio {
  width: 100%;
  display: block;
}
.section5 .section5_comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(53, 53, 53, 0.85);
  border-radius: 8px;
  pointer-events: none;
  padding-bottom: 8px;
}
.section5 .section5_comingsoon_btn {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
.section5 .section5_audio_player {
  margin-top: 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: 74vh;
  max-width: 100%;
  margin: 0 auto;
}
.section5 .section5_buttons {
  margin-top: 4vh;
  padding-bottom: 4vh;
}

.section5_logo_area,
.section6_logo_area,
.section7_logo_area {
  width: 45vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}

.section6 {
  background-color: #e8f4fc;
  background-image: url("/campaign/beginning_berrymeet/images/artist/section6_bg_pc.png?t=20260305");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 64px 64px;
  padding: 60px 20px;
  text-align: center;
}
.section6 .section6_program_info {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -3vw;
}
.section6 .section6_program_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}
.section6 .section6_program_subtitle {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}
.section6 .section6_program_description {
  font-size: 2.0rem;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 17px 0;
  font-weight: bold;
}
.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: 20px;
}
.section6 .section6_schedule_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #353535;
  border-radius: 12px;
  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: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 34px;
}
.section6 .section6_schedule_week {
  margin-left: 40px;
  margin-bottom: 15px;
}
.section6 .section6_schedule_number {
  font-size: 1.8rem;
  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: #b5b5b5;
  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: 74vh;
  max-width: 100%;
  margin: auto;
}
.section6 .section6_buttons {
  margin-top: 4vh;
  margin-bottom: 1vh;
}
.section6 .section6_audio_player {
  width: 100%;
  margin-top: 0;
}
.section6 .section6_audio_player audio {
  width: 100%;
  display: block;
}
.section6 .section6_card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(23, 23, 23, 0.85);
  border-radius: 12px;
  pointer-events: none;
}
.section6 .section6_comingsoon_btn {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

.section7 {
  position: relative;
  background-color: #fff9e6;
  background-image: url("/campaign/beginning_berrymeet/images/artist/section7_bg_pc.png?t=20260305");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 64px 64px;
  padding: 60px 20px;
  padding-bottom: 4vw;
  text-align: center;
  overflow-x: hidden;
}

.section7 .section7_bottom_line img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .section7 .section7_bottom_line {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .section7 .section7_bottom_line img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.section7 .section7_program_info {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.section7 .section7_program_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #951db0;
  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: auto;
  max-width: 80%;
  font-size: 2rem;
}
.section7 .section7_program_description .section7_program_description_sub {
  color: #951db0;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  left: 34px;
}
.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: #b5b5b5;
  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: 74vh;
  max-width: 100%;
  margin: auto;
}
.section7 .section7_buttons {
  margin-top: 4vh;
  margin-bottom: 5vh;
}
.section7 .section7_player_wrap {
  position: relative;
  margin-top: auto;
  padding-top: 20px;
}
.section7 .section7_audio_player {
  width: 100%;
  margin-top: 0;
}
.section7 .section7_audio_player audio {
  width: 100%;
  display: block;
}
.section7 .section7_comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(53, 53, 53, 0.85);
  border-radius: 8px;
  pointer-events: none;
  padding-bottom: 8px;
}
.section7 .section7_comingsoon_btn {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

.menu-btn {
  position: fixed;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  right: 0.5vw;
  top: 100px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.menu-btn:focus {
  outline: none;
}
.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(51, 30, 30, 0.9);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.menu:focus {
  outline: none;
}
.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.1rem;
  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;
}

/* ライン装飾：星3つ（回転アニメ・indexと同じ） */
.line-separator {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.line-separator--center {
  text-align: center;
  /* background-color: #FAF8ED; */
}
.line-separator--center img {
  width: 100%;
  max-width: 100%;
  height: 4vh;
  display: inline-block;
  margin: 0 auto;
}
.line-separator--with-stars {
  text-align: center;
}
.line-separator_inner {
  max-width: 100%;
  position: relative;
}
.line-separator_inner > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.line-separator_stars {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  width: 15%;
  box-sizing: border-box;
}
.line-separator_stars .line-separator_star {
  width: 12%;
  max-width: 8%;
  min-width: 10px;
  height: auto;
  display: block;
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.line-separator_stars.is-inview .line-separator_star--1 {
  -webkit-animation: line-separator-star-left 4s ease-out infinite;
          animation: line-separator-star-left 4s ease-out infinite;
}
.line-separator_stars.is-inview .line-separator_star--2 {
  -webkit-animation: line-separator-star-center 4s ease-out infinite;
          animation: line-separator-star-center 4s ease-out infinite;
}
.line-separator_stars.is-inview .line-separator_star--3 {
  -webkit-animation: line-separator-star-right 4s ease-out infinite;
          animation: line-separator-star-right 4s ease-out infinite;
}
@-webkit-keyframes line-separator-star-left {
  0% { opacity: 0; -webkit-transform: rotate(-360deg) scale(1); }
  3% { opacity: 1; -webkit-transform: rotate(-324deg) scale(1.6); }
  20% { opacity: 1; -webkit-transform: rotate(0deg) scale(1); }
  100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1); }
}
@keyframes line-separator-star-left {
  0% { opacity: 0; transform: rotate(-360deg) scale(1); }
  3% { opacity: 1; transform: rotate(-324deg) scale(1.6); }
  20% { opacity: 1; transform: rotate(0deg) scale(1); }
  100% { opacity: 1; transform: rotate(0deg) scale(1); }
}
@-webkit-keyframes line-separator-star-center {
  0%, 25% { opacity: 0; -webkit-transform: rotate(-360deg) scale(1); }
  28% { opacity: 1; -webkit-transform: rotate(-324deg) scale(1.6); }
  45% { opacity: 1; -webkit-transform: rotate(0deg) scale(1); }
  100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1); }
}
@keyframes line-separator-star-center {
  0%, 25% { opacity: 0; transform: rotate(-360deg) scale(1); }
  28% { opacity: 1; transform: rotate(-324deg) scale(1.6); }
  45% { opacity: 1; transform: rotate(0deg) scale(1); }
  100% { opacity: 1; transform: rotate(0deg) scale(1); }
}
@-webkit-keyframes line-separator-star-right {
  0%, 49% { opacity: 0; -webkit-transform: rotate(-360deg) scale(1); }
  52% { opacity: 1; -webkit-transform: rotate(-324deg) scale(1.6); }
  69% { opacity: 1; -webkit-transform: rotate(0deg) scale(1); }
  100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1); }
}
@keyframes line-separator-star-right {
  0%, 49% { opacity: 0; transform: rotate(-360deg) scale(1); }
  52% { opacity: 1; transform: rotate(-324deg) scale(1.6); }
  69% { opacity: 1; transform: rotate(0deg) scale(1); }
  100% { opacity: 1; transform: rotate(0deg) scale(1); }
}

@media screen and (min-width: 768px) {
  .menu .menu_header {
    padding: 2vw 0;
  }
  .menu .menu_header_img {
    width: 30vw;
  }
  .menu .menu_body {
    padding: 3.4722222222vw 2.7777777778vw;
  }
  .menu .menu-btn {
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .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;
  }
  .line-separator--center img {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section7 .section7_btn_group {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .section0 {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }
  .section0 .section0_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 10px;
    margin: 0 auto;
  }
  .section0 .section0_grid .section0_item {
    width: auto;
    overflow: hidden;
  }
  .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: 0 15px;
    padding-bottom: 30px;
  }
  .section1_line img,
  .section1_line .line-separator_inner > img,
  .section4_line img,
  .section4_line .line-separator_inner > img {
    height: 4vh;
  }
  .section1_band_lineup {
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .section1_band_lineup_label {
    font-size: 1rem;
  }
  .section1_band_lineup_names {
    font-size: 1.2rem;
  }
  .section1_content {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .section1_heading {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .section1_quote {
    margin-bottom: 20px;
  }
  .section1_quote_text {
    font-size: 2rem;
    line-height: 1.4;
  }
  .section1_description {
    font-size: 1.4rem;
  }
  .section1_band_intro {
    margin-bottom: 20px;
  }
  .section1_image picture,
  .section1_image img {
    max-width: 100%;
  }
  .section2 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-size: 50vw;
  }
  .section2_heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .section2_release {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .section2_media {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    margin: 0 auto;
  }
  .section2_release_info {
    text-align: center;
  }
  .section2_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section2_btn {
    max-width: 260px;
  }
    .section2_release_label {
      font-size: 1.8rem;
    }
    .section2_song_title {
      margin-bottom: 0.5vh;
      line-height: 2.5;
      font-size: 3.4rem;
    }
    .section2_release_date {
      font-size: 1.6rem;
    }
  .section3 .section3_title_image {
    width: 50%;
    margin: auto;
    padding: 3vh;
  }
  .section3 .section3_songs {
    margin: auto;
    overflow: visible;
  }
  /* SP: 4段×2個。デザイン通り、各段の2ボタンを中央に集める */
  .section3 .section3_song_buttons {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-top: 2vh;
    overflow: visible;
    width: 100%;
  }
  .section3 .section3_song_buttons_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 2vw;
    margin-bottom: 1.5vh;
    width: 100%;
  }
  .section3 .section3_song_buttons_row:last-child {
    margin-bottom: 0;
  }
  .section3 .section3_song_buttons .section3_song_item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
  }
  .section3 .section3_song_buttons .section3_song_item img {
    max-width: 180px;
    height: 40px;
    display: block;
    object-fit: contain;
  }
  .section3 .section3_youtube_area {
    width: 90%;
    margin: auto;
  }
  .section4 .section4_inner_inner {
    padding: 0 0 6vw 0;
  }
  .section4 .section4_title_image {
    width: 90%;
    margin: auto;
  }
  .section4 .section4_content_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0 4%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .section4 .section4_content_area > .section4_tab_live,
  .section4 .section4_content_area > .section4_tab_event {
    margin-bottom: 12px;
  }
  .section4 .section4_content_area > .section4_live_details,
  .section4 .section4_content_area > .section4_event_details {
    margin-bottom: 24px;
  }
  .section4 .section4_content_area > .section4_tab_live,
  .section4 .section4_content_area > .section4_tab_event,
  .section4 .section4_content_area > .section4_live_details,
  .section4 .section4_content_area > .section4_event_details,
  .section4 .section4_content_area > .section4_cta {
    -ms-grid-column: 1;
    grid-column: auto;
    -ms-grid-row: auto;
    grid-row: auto;
  }
  .section4 .section4_tab {
    min-height: 48px;
    padding: 10px 12px;
    margin-bottom: 0;
    border-radius: 8px;
  }
  .section4 .section4_tab img {
    height: auto;
  }
  .section4 .section4_live_details {
    min-height: 0;
  }
  .section4 .section4_live_heading {
    margin-bottom: 12px;
  }
  .section4 .section4_live_heading img {
    max-width: 160px;
  }
  .section4 .section4_live_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section4 .section4_main_visual {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 12px;
  }
  .section4 .section4_main_visual .section4_main_image img {
    width: 100%;
    height: auto;
  }
  .section4 .section4_live_info {
    padding: 12px 0 0 0;
  }
  .section4 .section4_live_title {
    font-size: 3.2rem;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .section4 .section4_event_details {
    padding: 0;
  }
  .section4 .section4_event_date {
    font-size: 3.3rem;
    color: #ea5f5b;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .section4 .section4_event_title {
    font-size: 3.2rem;
    margin-bottom: 6px;
  }
  .section4 .section4_event_support {
    font-size: 2rem;
  }
  .section4 .section4_event_item .section4_ticket_label,
  .section4 .section4_event_item .section4_ticket_link {
    font-size: 2rem;
  }
  .section4 .section4_live_info .section4_ticket_label,
  .section4 .section4_live_info .section4_ticket_link {
    font-size: 2rem;
  }
  .section4 .section4_ticket_label {
    margin-bottom: 4px;
  }
  .section4 .section4_cta {
    margin-top: 24px;
  }
  .section4 .section4_official_btn {
    max-width: 90%;
  }
  .section4 .section4_bottom_line {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .section4 .section4_bottom_line img {
    height: 4vh;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .section5 {
    background-image: url("/campaign/beginning_berrymeet/images/artist/section5_bg_sp.png?t=20260305");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 80px;
    padding: 4vw;
    overflow-x: hidden;
  }
  .section5 .section5_title_image {
    width: 40%;
    margin: 0 auto;
    padding: 2vh 0 0 0;
  }
  .section5 .section5_line {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 1.5vh;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .section5 .section5_line img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: scale(3.25);
        -ms-transform: scale(3.25);
            transform: scale(3.25);
  }
  .section5 .section5_challenge_title {
    font-size: 2.2rem;
  }
  .section5 .section5_challenge_subtitle {
    line-height: 1.2;
    font-size: 2.2rem;
    margin-top: 25px;
    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 24px;
    border-radius: 12px;
  }
  .section5 .section5_schedule_item:before {
    width: 14px;
    height: 14px;
    top: 22px;
    left: 24px;
    background-color: #fff;
    border-radius: 50%;
  }
  .section5 .section5_schedule_week {
    margin-left: 40px;
    margin-bottom: 12px;
  }
  .section5 .section5_schedule_number {
    font-size: 1.6rem;
  }
  .section5 .section5_schedule_content p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #b5b5b5;
  }
  .section5 .section5_player_wrap {
    padding-top: 12px;
  }
  .section5 .section5_comingsoon {
    padding-bottom: 14px;
  }
  .section5 .section5_comingsoon_btn {
    max-width: 140px;
  }
  .section5 .section5_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2vw;
  }
  .section5 .section5_buttons {
    margin-top: 3vw;
  }
  .section6 {
    background-image: url("/campaign/beginning_berrymeet/images/artist/section6_bg_sp.png?t=20260305");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 40px 40px;
    padding: 4vw;
  }
  .section6 .section6_title_image {
    width: 40%;
    margin: auto;
    padding: 3vh;
  }
  .section6 .section6_program_title {
    font-size: 2.2rem;
    margin-bottom: 14px;
    color: #000;
  }
  .section6 .section6_program_subtitle {
    font-size: 2.0rem;
    margin-bottom: 16px;
    color: #000;
  }
  .section6 .section6_program_description {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #000;
  }
  .section6 .section6_schedule_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .section6 .section6_schedule_item {
    padding: 20px 24px;
    border-radius: 12px;
  }
  .section6 .section6_schedule_item:before {
    width: 14px;
    height: 14px;
    top: 22px;
    left: 24px;
    background-color: #fff;
    border-radius: 50%;
  }
  .section6 .section6_schedule_week {
    margin-left: 40px;
    margin-bottom: 12px;
  }
  .section6 .section6_schedule_number {
    font-size: 1.6rem;
  }
  .section6 .section6_schedule_content p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #b5b5b5;
  }
  .section6 .section6_comingsoon_btn {
    max-width: 140px;
  }
  .section6 .section6_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
    width: 100%;
  }
  .section6 .section6_buttons {
    margin-top: 3vw;
  }
  .section7 {
    background-image: url("/campaign/beginning_berrymeet/images/artist/section7_bg_sp.png?t=20260305");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 40px 40px;
    padding: 4vw;
    padding-bottom: 6vw;
    overflow-x: hidden;
  }
  .section7 .section7_title_image {
    width: 40%;
    margin: auto;
    padding: 3vh;
  }
  .section7 .section7_program_title {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
  .section7 .section7_program_subtitle {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }
  .section7 .section7_program_description {
    font-size: 1.9rem;
    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: 18px;
    height: 18px;
    top: 24px;
    left: 24px;
    background-color: #fff;
    border-radius: 50%;
  }
  .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;
    color: #b5b5b5;
  }
  .section7 .section7_player_wrap {
    padding-top: 12px;
  }
  .section7 .section7_comingsoon_btn {
    max-width: 140px;
  }
  .section7 .section7_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2vw;
  }
  .section7 .section7_buttons {
    margin-top: 3vw;
  }
  .section7 .section7_bottom_line {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .section7 .section7_bottom_line img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: scale(3.25);
        -ms-transform: scale(3.25);
            transform: scale(3.25);
  }
  .section7 .section7_comingsoon {
    padding-bottom: 14px;
  }
  .menu-btn {
    top: 10vh;
    right: 2.5vw;
  }
  .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);
  }

  .section5_logo_area,
  .section6_logo_area,
  .section7_logo_area {
    width: 100%;
  }

  .line-separator_stars {
    width: 51vw;
  }

  .line-separator_inner img {
    width: 100%;
    height: auto;
  }
}

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

/* pagetop */
.p-pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: block;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.p-pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.p-pagetop:hover {
  opacity: 0.8;
}
.p-pagetop img {
  display: block;
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px;
}
@media screen and (min-width: 768px) {
  .p-pagetop {
    right: 24px;
    bottom: 24px;
  }
  .p-pagetop img {
    max-width: 44px;
    max-height: 44px;
  }
}

