@charset "UTF-8";
html.is-modal-open {
  height: 100vh;
}

html.is-yt-open {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
}

.container {
  width: 100%;
}

.mv {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 60vw;
  background-color: #6d2226;
}
.mv_frame {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}

/* メインビジュアル：PCのみ表示 */
.mv_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* メインビジュアル：SPのみ表示（hero_bg_sp.png） */
.mv_sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv_sp_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: top;
}
.mv_sp_overlay {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  z-index: 2;
  pointer-events: none;
}
/* 右上から左下の順で表示（1. 右上 → 2. 左下側） */
.mv_sp_overlay--09 {
  top: 19vw;
  left: 6vw;
  width: 13%;
  opacity: 0;
  -webkit-animation: mv_sp_overlay_fadein 1.7s ease-out 0s 1 forwards;
          animation: mv_sp_overlay_fadein 1.7s ease-out 0s 1 forwards;
}
.mv_sp_overlay--07 {
  top: 19vw;
  right: 6vw;
  left: auto;
  width: 13%;
  opacity: 0;
  -webkit-animation: mv_sp_overlay_fadein 1.7s ease-out 0s 1 forwards;
          animation: mv_sp_overlay_fadein 1.7s ease-out 0s 1 forwards;
}
@-webkit-keyframes mv_sp_overlay_sparkle {
  0% {
    opacity: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  12% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  30% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes mv_sp_overlay_sparkle {
  0% {
    opacity: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  12% {
    opacity: 1;
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  30% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes mv_sp_overlay_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv_sp_overlay_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_sp_overlay--08 {
  bottom: 7%;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  -webkit-animation: mv_sp_overlay_08_spin 1.6s ease-in-out 0.5s 1 forwards;
          animation: mv_sp_overlay_08_spin 1.6s ease-in-out 0.5s 1 forwards;
}
@-webkit-keyframes mv_sp_overlay_08_spin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes mv_sp_overlay_08_spin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .mv_sp {
    display: none;
  }
}

.mv_pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv_pic picture,
.mv_pic .mv_pic_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}
.mv_pic picture.is-active,
.mv_pic .mv_pic_item.is-active {
  opacity: 1;
}
.mv_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mv_copy {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
}
.mv_copy img {
  width: 100%;
  height: auto;
}
.mv_beginning_berrymeet {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mv_beginning_berrymeet img {
  width: 100%;
  height: auto;
}

.mv_hero03 {
  position: absolute;
  top: 13%;
  left: 16%;
  z-index: 2;
  line-height: 0;
  opacity: 0;
}
.mv_hero03 img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.mv_hero04 {
  position: absolute;
  top: 15%;
  right: 15%;
  left: auto;
  z-index: 2;
  line-height: 0;
  opacity: 0;
}
.mv_hero04 img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.mv_hero01 {
  position: absolute;
  top: 59%;
  left: 50%;
  -webkit-transform: translate(-50%, -145%);
          transform: translate(-50%, -145%);
  z-index: 2;
  line-height: 0;
}
.mv_hero01 img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

/* SPのみ：hero01の上に被せるオーバーレイ（PCでは非表示） */
.mv_hero01_beginning {
  display: none;
}

/* リボン（SPのみ表示・ふわっと表示用） */
.mv_hero01_ribbon {
  display: none;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  z-index: 3;
  line-height: 0;
  pointer-events: none;
  opacity: 0;
}
.mv_hero01_ribbon img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.hero_text_banner {
  text-align: center;
  margin-top: -1px;
}
.hero_text_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.mv_btns {
  background-color: #9f2427;
  width: 100%;
  z-index: 2;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: -1px;
  position: relative;
}

.mv_btns_stars {
  text-align: center;
  line-height: 0;
  margin-bottom: 2vw;
  margin-top: 1vw;
}
.mv_btns_stars--bottom {
  margin-bottom: 0;
  margin-bottom: 2vw;
  margin-top: 0;
}
.mv_btns_stars img {
  width: 100%;
  max-width: 15%;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_btns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 3vw;
  padding-right: 3vw;
}
.mv_btns_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  max-width: 50%;
}

.mv_btns_btn {
  display: block;
  position: relative;
  height: 90%;
}
.mv_btns_btn .mv_btns_badge {
  display: block;
  height: 100%;
  overflow: hidden;
}
.mv_btns_btn .mv_btns_badge picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv_btns_btn .mv_btns_badge img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
  display: block;
}

.section0 {
  color: rgba(59, 64, 67, 1);
  background-color: rgba(255, 244, 205, 1);
  padding-bottom: 2vw;
}
.section0_title {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 2vw;
}
.section0_title img {
  width: 40%;
  height: auto;
}

.section0_nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0 1vw;
}
.section0_nav li {
  text-align: center;
}
.section0_nav li a {
  display: block;
}
.section0_nav li a img {
  width: 96%;
  height: auto;
}

.section1 .section-header {
  padding: 2vw;
}
.section1 .section-header img {
  width: 90%;
  height: auto;
  max-width: 100%;
}
.section1 .section-condition_header {
  text-align: center;
}
.section1 .section-condition_header img {
  max-width: 50vw;
}
.section1 .section-condition_title {
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1vw;
}
.section1 .section-condition_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.section1 .section-condition_action li:nth-child(1) .btn img{
  width: 60%;
}
.section1 .section-condition_action li:nth-child(2) .btn img {
  margin-left: 0;
  margin-right: auto;
  width: 60%;
}
.section1 .section1_condition_inner {
  padding-bottom: 2vw;
}

.section2 .section-header {
  padding: 2vw;
}
.section2 .section-header img {
  width: 90%;
  height: auto;
  max-width: 100%;
}
.section2 .section-condition_header {
  text-align: center;
}
.section2 .section-condition_header img {
  max-width: 50vw;
}
.section2 .section-condition_title {
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1vw;
}
.section2 .section-condition_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.section2 .section-condition_action li:nth-child(1) .btn img{
  width: 60%;
}
.section2 .section-condition_action li:nth-child(2) .btn img {
  margin-left: 0;
  margin-right: auto;
  width: 60%;
}
.section2 .section2_condition_inner {
  padding: 0vw 2vw 2vw;
}
.section2 .section2_condition_note {
  text-align: center;
  margin-top: 1vw;
}
.section2 .section2_condition_note img {
  width: 55%;
  height: auto;
  max-width: 70%;
}

.section-header {
  text-align: center;
}
.section-header_text {
  display: inline-block;
}
.section-header_text img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.section2_header_trigger {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}
.section2_header_trigger .section-header_text {
  display: block;
}

/* section2ヘッダー：「メガネケースの使い方」ボタン部分のみクリック可能 */
.section2_header_wrapper {
  position: relative;
  display: inline-block;
}
.section2_header_wrapper .section-header_text {
  display: block;
}
.section2_header_howto_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28%;
  height: 7%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
@media (max-width: 767px) {
  .section2_header_howto_btn {
    width: 74%;
    height: 5%;
    bottom: 18%;
  }
}

.section-condition_header {
  text-align: center;
}
.section-condition_header img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.section-condition_title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}
.section-condition_title .section-condition_title_line {
  display: block;
  line-height: 1.6;
}

.section-condition_desc {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.section-condition_desc li {
  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;
  gap: 1px;
  font-size: 1.6rem;
  color: #fff;
}
.section-condition_desc li img {
  width: auto;
  height: 30px;
}

.container2 {
  background-image: url("/campaign/beginning_berrymeet/images/section4_bg.png?t=20260305");
  background-size: 12vw;
  background-position: center;
  background-repeat: repeat;
  background-color: #8b1a1a;
}

/* Hide condition elements included in composite header images */
.section1 .section-condition_header,
.section1 .section-condition_title,
.section2 .section-condition_header,
.section2 .section-condition_title,
.section3 .section3_sub_title,
.section3 .section3_condition_title,
.section4 .section4_sub_title,
.section4 .section4_condition_title,
.section5 .section5_sub_title {
  display: none;
}

.section3 {
  background-image: url("/campaign/beginning_berrymeet/images/bg_live_sp.png?t=20260305");
  background-size: 6vw;
  background-position: center;
  background-repeat: repeat;
  background-color: #1a3563;
  padding: 40px 0;
}
.section3_content {
  margin: 0 auto;
  padding: 0 20px;
}

.section3_title {
  text-align: center;
  margin-bottom: 40px;
}
.section3_title img {
  width: 90%;
  height: auto;
}

.section3_top_actions {
  margin-bottom: 40px;
  padding: 0 2vw;
}
.section3_top_actions .section2_condition_action.section-condition_action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1vw;
}
.section3_top_actions .section-condition_desc {
  text-align: center;
  margin-bottom: 2vw;
  color: #fff;
}
.section3_top_actions .section-condition_desc li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.section3_top_actions .section3_condition_note {
  text-align: center;
  margin-top: 1vw;
}
.section3_top_actions .section3_condition_note img {
  width: 70%;
  max-width: 613px;
  height: auto;
}

.section3_sub_title {
  text-align: center;
}
.section3_sub_title img {
  max-width: 50vw;
}

.section3_campaign_cards {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section3_campaign_card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section3_campaign_card_header {
  color: #d70d19;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
  min-width: 200px;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 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;
}

.section3_campaign_card_body {
  padding: 20px;
  color: #333;
  line-height: 1.6;
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section3_campaign_card_body .method_step {
  font-weight: bold;
}
.section3_campaign_card_body .list-dot li {
  list-style: none;
  margin-bottom: 0;
}
.section3_campaign_card_body .list-dot .mt {
  margin-top: 0;
}

.section3_condition_title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #ffde31;
  margin-bottom: 30px;
}
.section3_condition_title .section3_condition_title_line {
  font-size: 3.2rem;
  display: block;
  line-height: 1.6;
}
.section3_condition_title .section3_condition_title_line .section3_condition_title_text {
  font-size: 3.8rem;
}

.section3_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.section3_detail dt {
  font-weight: bold;
  color: #333;
  min-width: 120px;
  margin-bottom: 8px;
}
.section3_detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.section3_caution .section3_caution_title {
  background: #FFD700;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  text-align: center;
  border-radius: 25px;
  display: block;
  width: 100%;
}
.section3_caution .section3_caution_title.section3_caution_title-x {
  margin-top: 10px;
}
.section3_caution .section3_caution_scroll {
  max-height: 300px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.2rem;
}

.section3_action {
  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;
  text-align: center;
  list-style: none;
  padding: 30px 5px;
  margin-top: 0;
}
.section3_action .btn {
  display: block;
  max-width: 440px;
  margin: 0 auto;
}
.section3_action .btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section3_caution_body {
  color: #fff;
}
.section3_caution_body a {
  color: #fff;
  text-decoration: underline;
}
.section3_caution_body a:visited {
  color: #fff;
}
.section3_caution_body a:hover {
  color: #FFD700;
  text-decoration: underline;
}
.section3_caution_body .list-dot li {
  font-size: 1.2rem;
  padding-left: 10px;
  margin-bottom: 0;
}

.section3 .section3_body .section3_condition.section-condition {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

.section4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 80vh;
  background-image: url("/campaign/beginning_berrymeet/images/bg_pattern03_pc.png?t=20260305");
  background-size: 26vw;
  background-position: top;
  background-repeat: repeat;
  background-color: #8b1a1a;
  padding: 40px 0;
}
.section4 .section4_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section4 .section4_sub_title {
  text-align: center;
}
.section4 .section4_sub_title img {
  max-width: 50vw;
}
.section4_title {
  text-align: center;
}
.section4_title img {
  width: 90%;
  height: auto;
}
.section4_condition_title {
  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;
  gap: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.section4_condition_title picture,
.section4_condition_title img {
  width: 12vw;
  height: 12vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section4_condition_title span {
  text-align: left;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
}

.section4 .section-condition_action {
  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;
  text-align: center;
  list-style: none;
  margin: 0;
}
.section4 .section-condition_action .btn {
  max-width: 440px;
  margin: 0 auto;
  display: block;
  border-radius: 9999px;
  overflow: hidden;
}
.section4 .section-condition_action .btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.section4_stars {
  text-align: center;
  padding: 15px 0 0;
  line-height: 0;
}
.section4_stars img {
  width: auto;
  max-width: 60%;
  height: auto;
  display: inline-block;
}
.section4_line {
  width: 100%;
  height: auto;
  display: block;
  margin-top: auto;
}

.section5 {
  background-color: rgba(13, 19, 28, 1);
  padding-top: 1vh;
}
.section5_title {
  text-align: center;
  margin-top: 1vh;
}
.section5_title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section5_content {
  padding: 0 20px;
  background-color: rgba(13, 19, 28, 1);
}

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

.section5_live_photo {
  width: 100%;
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.section5_live_photo img {
  width: 100%;
  height: auto;
  display: block;
}

.section5_live_info {
  text-align: center;
  padding-bottom: 3vh;
}

.section5_school_logo {
  margin-bottom: 20px;
  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;
}
.section5_school_logo img {
  width: 100%;
  height: auto;
}

.section5_live_title {
  margin-bottom: 25px;
}
.section5_live_title .section5_live_title_main {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFD700;
  line-height: 1.4;
}
.section5_live_title .section5_live_title_sub {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
}

.section5_live_action {
  text-align: center;
  margin-bottom: 15px;
}
.section5_live_action .section5_live_btn {
  display: inline-block;
  max-width: 440px;
}
.section5_live_action .section5_live_btn img {
  width: 100%;
  height: auto;
  display: block;
}

.section5_live_note {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.section5_project {
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section5_project_media {
  margin-bottom: 30px;
}

.section5_project_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.section5_project_pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
}
.section5_project_pic .section5_project_photo_frame {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section5_project_pic .section5_project_photo_frame img {
  width: 100%;
  height: auto;
}

.section5_project_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section5_project_school_logo {
  margin-bottom: 15px;
}
.section5_project_school_logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.section5_project_title_text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
}

.section5_project_subtitle {
  font-size: 1.4rem;
  color: #FF6B35;
  font-weight: bold;
}

.section5_project_action {
  text-align: center;
  margin: 30px 0;
}
.section5_project_action .section5_project_btn {
  display: inline-block;
}
.section5_project_action .section5_project_btn img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.section5_project_note {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

.section5_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.section5_detail dt {
  font-weight: bold;
  color: #333;
  min-width: 80px;
  margin-bottom: 5px;
}
.section5_detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #666;
}

.section5_list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.section5_list li {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 8px;
}
.section5_list li:before {
  content: "※";
  margin-right: 5px;
}

.section5_note {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.section5_note .link-blank {
  color: #1E90FF;
  text-decoration: underline;
}

.section5_condition.section-condition {
  position: relative;
  padding: 3vw 2vw 3vh;
  overflow: hidden;
}
.section5_condition_bg {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 88%;
  max-width: 134vh;
  -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 0;
}
.section5_condition_bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.section5_condition_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  margin-top: -1vw;
  width: 85%;
}
.section5_condition_inner > * {
  text-align: center;
}

.section5_event_header {
  text-align: center;
  margin-bottom: 20px;
}
.section5_event_header img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.section5_event_overview {
  text-align: center;
  margin-bottom: 20px;
}
.section5_event_overview_img {
  width: 20%;
  height: auto;
  vertical-align: top;
}

.section5_event_cards {
  display: -ms-grid;
  display: grid;
  gap: 6px;
  max-width: 1130px;
  margin: 0 auto 30px;
}

.section5_event_card_item {
  background: white;
  border-radius: 29px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section5_event_card_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 180px;
  color: #E22329;
  font-weight: bold;
  font-size: 2.3rem;
  padding: 8px 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 29px 0 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section5_event_card_value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px 12px;
  font-size: 2.7rem;
  color: #333;
  line-height: 1.5;
  border-radius: 0 29px 29px 0;
  text-align: left;
}

.section5_event_notes {
  max-width: 1130px;
  margin: 0 auto 25px;
}
.section5_event_notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section5_event_notes ul li {
  font-size: 2.0rem;
  color: #fff;
  line-height: 1.5;
}
.section5_event_notes ul li:last-child {
  margin-bottom: 0;
}

.section5_event_contact {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section5_event_contact_text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}

.section5_event_contact_text .section5_event_contact_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.6rem;
}
.section5_event_contact_link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/campaign/beginning_berrymeet/images/link.png?t=20260305");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section5_nsm_wrapper {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.section5_nsm {
  background: white;
  border-radius: 25px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 130vh;
  width: 84%;
  margin: 0 auto;
}

.section5_nsm_media {
  margin-bottom: 25px;
  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;
  gap: 50px;
}

.section5_nsm_pic {
  margin-bottom: 15px;
  width: 66vw;
}
.section5_nsm_pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.section5_nsm_body {
  text-align: left;
}

.section5_nsm_title {
  margin-bottom: 15px;
  text-align: center;
}
.section5_nsm_title img {
  width: 100%;
  max-width: 75%;
  height: auto;
}

.section5_nsm_text {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  text-align: left;
}

.section5_nsm_action {
  text-align: center;
}
.section5_nsm_action .btn {
  display: inline-block;
  max-width: 440px;
}
.section5_nsm_action img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
}
.btn.btn--blue {
  background: #1E90FF;
  color: white;
}
.btn.btn--blank {
  background: transparent;
}
.btn.btn--beginner {
  position: relative;
}
.btn.btn--lg {
  padding: 15px 30px;
  font-size: 1.6rem;
}
.btn.btn--md {
  padding: 12px 24px;
  font-size: 1.4rem;
}
.btn img {
  height: auto;
  margin-left: auto;
  display: block;
}

.footer {
  background: #fff;
  color: #333;
  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;
}

.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;
}

.text-strong {
  font-weight: bold;
}

.mt {
  margin-top: 20px;
}

.sp {
  display: none;
}

.list-dot {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-dot li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.list-dot li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.modal {
  background-color: rgba(51, 30, 30, 0.1);
  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;
}

.modal:not(.is-active) {
  opacity: 0;
}

.modal:not(.is-active)::-webkit-backdrop {
  opacity: 0;
}

.modal:not(.is-active)::backdrop {
  opacity: 0;
}

.modal::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}

.modal_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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0 auto;
}

.modal_content {
  width: 60.3333333333vw;
  margin: 5.3333333333vw auto;
}

.modal_action {
  position: fixed;
  top: 1.2666666667vh;
  right: -3.73333vh;
}
.modal_action img {
  width: 50%;
  height: auto;
}

/* SP: 閉じるボタンのフォーカス枠を非表示 */
@media screen and (max-width: 767px) {
  .modal .js-modal-close,
  .modal .js-modal-close:focus,
  .modal .js-modal-close:focus-visible {
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
}

.modal_close {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}

.modal_close:before,
.modal_close:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 0.6666666667vw;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_close_icon {
  background: url("/campaign/beginning_berrymeet/images/icon_menu_close.svg?t=20260305") no-repeat;
  background-size: cover;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}

/* line separators */
.line-separator {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.line-separator img {
  width: 100%;
  height: auto;
  display: block;
}
.line-separator--center {
  text-align: center;
  background-color: #FAF8ED;
}
.line-separator--center img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

/* ライン装飾中央：星3つ（回転しながらひとつずつ表示） */
.line-separator--with-stars {
  text-align: center;
}
/* 画像幅に合わせるラッパー（fit-contentで画像幅＝星の基準になる） */
.line-separator_inner {
  max-width: 100%;
  position: relative;
}
.line-separator_inner > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* 星エリア：画像幅の約60%で間隔も画像に連動して拡大縮小 */
.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;
}
/* 左：100%→160%→100% の大きさ変化（回転中に160%、止まって100%） */
@-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); }
}
/* 中央：100%→160%→100%。1個目終了(20%)の少し後(25%)に開始 */
@-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); }
}
/* 右：2個目終了(45%)の少し後(49%)に開始。69%〜100%で約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); }
}

.line-separator--stars {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 2vw;
}
.line-separator--stars img {
  height: auto;
  display: inline-block;
}
.line-separator--stars-red {
  text-align: center;
  padding: 10px 0;
  background-color: #8b1a1a;
}
.line-separator--stars-red img {
  width: auto;
  max-width: 60%;
  height: auto;
  display: inline-block;
}
.line-separator--stars-blue {
  text-align: center;
  padding: 10px 0;
  background-color: #1a2a4c;
}
.line-separator--stars-blue img {
  width: auto;
  max-width: 60%;
  height: auto;
  display: inline-block;
}

/* 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);
}

/* 中央ヒーロー画像: 上から落ちて1回バウンド */
@-webkit-keyframes mv-hero01-drop-bounce {
  0% {
    -webkit-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  78% {
    -webkit-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes mv-hero01-drop-bounce {
  0% {
    -webkit-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  78% {
    -webkit-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* SP用: コピー「見える力で～」表示位置のまま、左から右へリビール（非表示→表示） */
@-webkit-keyframes mv-copy-reveal-sp {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mv-copy-reveal-sp {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

/* オーバーレイ用: じわっと表示（ゆっくりフェードイン） */
@-webkit-keyframes mv-hero01-beginning-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-hero01-beginning-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* リボン用: ふわっと表示（フェードインのみ） */
@-webkit-keyframes mv-hero01-ribbon-drop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-hero01-ribbon-drop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* mv_hero03・mv_hero04: 5度右回転して元に戻すループ */
@-webkit-keyframes mv-hero04-sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes mv-hero04-sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

/* hero01アニメーション終了後に表示（1.8s後） */
@-webkit-keyframes mv-reveal-after-hero {
  to {
    opacity: 1;
  }
}
@keyframes mv-reveal-after-hero {
  to {
    opacity: 1;
  }
}

/* mv_copy: 120%→90%→100% 縮小しながら表示 */
@-webkit-keyframes mv-copy-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@keyframes mv-copy-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

@media screen and (min-width: 768px) {
  /* PC: 最初から全部表示（アニメーションなし） */
  .mv_hero01 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: none;
            animation: none;
  }
  .mv_copy,
  .mv_hero03,
  .mv_hero04 {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  .mv_hero03 {
    width: auto;
    max-width: 10vw;
  }
  .mv_hero03 img {
    width: 100%;
    height: auto;
  }
  .mv_hero04 {
    width: auto;
    max-width: 14vw;
  }
  .mv_hero04 img {
    width: 100%;
    height: auto;
  }
  .mv_hero01 {
    width: 68%;
  }
  .mv_hero01 img {
    width: 100%;
    height: auto;
  }
  .mv_copy {
    top: 6vw;
    width: 52%;
  }
  .mv_beginning_berrymeet {
    top: 40vw;
    width: 34vw;
    max-width: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .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 img {
    width: 18%;
  }
  /* .line-separator img より詳細度を高めて section4 のラインのみ 100% に */
  .line-separator .line-separator_inner img.section0_line,
  .line-separator .line-separator_inner img.section4_line {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    height: 111vw;
  }
  .mv_pic img {
    -o-object-position: center;
       object-position: center;
  }
  .mv_copy {
    top: 9vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85vw;
  }
  .mv_beginning_berrymeet {
    top: 89vw;
    width: 100%;
  }
  .mv_hero03 {
    width: 14vw;
    max-width: 200px;
    top: 6%;
    left: 5%;
  }
  .mv_hero03 img {
    width: 100%;
    height: auto;
  }
  .mv_hero04 {
    width: 21vw;
    max-width: 260px;
    top: 8%;
    right: 2%;
  }
  .mv_hero04 img {
    width: 100%;
    height: auto;
  }
  .mv_hero01 {
    width: 99vw;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: none;
            animation: none;
  }
  .mv_hero01 img {
    width: 100%;
    height: auto;
  }
  /* SP: hero01の上にオーバーレイ画像を被せる（じわっと表示） */
  .mv_hero01_beginning {
    display: block;
    position: absolute;
    left: 25%;
    top: 10%;
    width: 50%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
  }
  .mv_hero01_beginning img {
    width: 100%;
    height: auto;
    display: block;
  }
  body.is-loaded .mv_hero01_beginning {
    -webkit-animation: mv-hero01-beginning-fade 2.2s ease-in forwards;
            animation: mv-hero01-beginning-fade 2.2s ease-in forwards;
  }
  /* SP: リボンのみふわっと表示 */
  .mv_hero01_ribbon {
    display: block;
    width: 98vw;
    top: 85%;
  }
  body.is-loaded .mv_hero01_ribbon {
    -webkit-animation: mv-hero01-ribbon-drop 0.8s ease-out forwards;
            animation: mv-hero01-ribbon-drop 0.8s ease-out forwards;
  }
  body.is-loaded .mv_copy {
    opacity: 1;
    -webkit-animation: mv-copy-reveal-sp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation: mv-copy-reveal-sp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  body.is-loaded .mv_hero03,
  body.is-loaded .mv_hero04 {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  .mv_btns_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .mv_btns_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    max-width: calc(50% - 8px);
  }
  .mv_btns_btn .mv_btns_badge img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 15px;
  }
  .mv_btns_stars img {
    max-width: 40%;
  }
  .section0_title img {
    width: 90%;
  }
  .section0_nav {
    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: 1px;
  }
  .section0_nav li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .section0_nav li:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .section0_nav li:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .section0_nav li:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .section0_nav li:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .section1 .section-header {
    padding: 0;
  }
  .section1 .section-header img {
    max-width: 90%;
  }
  .section1 .section-condition_header img {
    max-width: 80%;
  }
  .section1 .section-condition_title {
    font-size: 2.3rem;
  }
  .section1 .section-condition_action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
  }
  .section1 .section1_condition_inner {
    padding: 0;
  }

  .section1 .section-condition_action li:nth-child(1) .btn img {
    width: 90%;
    margin-right: auto;
  }

  .section1 .section-condition_action li:nth-child(2) .btn img {
    width: 90%;
    margin-left: auto;
  }
  .section2 .section-header {
    padding: 0;
  }
  .section2 .section-header img {
    max-width: 90%;
  }
  .section2 .section-condition_header img {
    max-width: 80%;
  }
  .section2 .section-condition_title {
    font-size: 2.3rem;
  }
  .section2 .section-condition_action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
  }
  .section2 .section2_condition_inner {
    padding: 0;
  }
  .section2 .section2_condition_note img {
    width: 100%;
    max-width: 100%;
  }

  .section2 .section-condition_action li:nth-child(1) .btn img {
    width: 90%;
    margin-right: auto;
  }

  .section2 .section-condition_action li:nth-child(2) .btn img {
    margin-left: auto;
    width: 90%;
  }
  .section-condition_desc li {
    font-size: 1.4rem;
    margin-bottom: 3vh;
  }
  .section3_top_actions {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .section3_top_actions .section2_condition_action.section-condition_action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
  }
  .section3_top_actions .section3_condition_note img {
    width: 100%;
    max-width: 100%;
  }
  .section3_sub_title img {
    max-width: 80%;
  }
  .section3_campaign_cards {
    gap: 5px;
    max-width: 100%;
  }
  .section3_campaign_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section3_campaign_card_header {
    min-width: auto;
    width: auto;
    padding-top: 4px;
    padding: 0;
    font-size: 1.7rem;
    text-align: center;
  }
  .section3_campaign_card_body {
    font-size: 1.5rem;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
  }
  .section3_condition_title {
    font-size: 1.8rem;
  }
  .section3_condition_title .section3_condition_title_line {
    font-size: 2.2rem;
  }
  .section3_condition_title .section3_condition_title_line .section3_condition_title_text {
    font-size: 2.8rem;
  }
  .section3_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section3_caution .section3_caution_title {
    font-size: 1.4rem;
  }
  .section3 .section3_body .section3_condition.section-condition {
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .container2 {
    background-image: url("/campaign/beginning_berrymeet/images/section4_bg_sp.png?t=20260305");
    background-size: 12vw;
  }
  .section3 {
    background-image: url("/campaign/beginning_berrymeet/images/bg_live_sp.png?t=20260305");
    background-size: 20vw;
    padding: 0;
  }
  .section4 {
    background-image: url("/campaign/beginning_berrymeet/images/bg_pattern03_sp.png?t=20260305");
    background-size: 30vw;
    padding-top: 0;
  }
  .line-separator--stars {
    margin-bottom: 0;
  }
  .section4_title {
    padding: 0;
  }
  .section4_title img {
    width: 100%;
    max-width: 100%;
  }
  .section4 .section4_body {
    margin-top: -4vw;
  }
  .section4 .section4_sub_title img {
    max-width: 80%;
  }
  .section4 .section4_condition.section-condition {
    padding: 20px 25px;
  }
  .section4_condition_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section4_condition_title picture,
.section4_condition_title img {
    width: 17vw;
    height: 17vw;
  }
  .section4_condition_title span {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .section5_content {
    padding: 0 15px;
  }
  .section5_live_photo {
    border-radius: 10px 10px 0 0;
  }
  .section5_live_info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section5_school_logo {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section5_live_title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section5_live_title .section5_live_title_main {
    font-size: 2rem;
  }
  .section5_live_title .section5_live_title_sub {
    font-size: 2.2rem;
  }
  .section5_live_action {
    margin-bottom: 12px;
  }
  .section5_live_note {
    font-size: 1.1rem;
  }
  .section5_project_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .section5_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section5_event_header {
    margin-bottom: 15px;
  }
  .section5_event_header img {
    max-width: 76vw;
  }
  .section5_event_overview {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section5_event_overview_img {
    width: 70%;
  }
  .section5_condition_bg {
    width: 100%;
  }
  .section5_event_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin: 0 auto 20px;
    max-width: 600px;
  }
  .section5_event_card_item {
    border-radius: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section5_event_card_label {
    font-size: 1.3rem;
    padding: 8px 12px 8px 16px;
    border-radius: 20px 0 0 20px;
    min-width: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    text-align: left;
    color: #E22329;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section5_event_card_value {
    font-size: 1.2rem;
    padding: 8px 16px 12px 12px;
    border-radius: 0 20px 20px 0;
    text-align: left;
  }
  .section5_event_notes {
    margin: 0 auto 20px;
    text-align: left;
    margin-left: 1vw;
  }
  .section5_nsm_title img {
    width: 100%;
    max-width: 100%;
  }
  .section5_nsm_media {
    gap: 10px;
    margin-bottom: 0;
  }
  .section5_event_notes ul li {
    font-size: 1rem;
  }
  .section5_event_contact {
    margin: 0 auto;
  }
  .section5_event_contact_text {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .section5_event_contact_link {
    font-size: 1.1rem;
    gap: 6px;
  }
  .section5_event_contact_link::after {
    background-image: url("/campaign/beginning_berrymeet/images/link_sp.png?t=20260305");
    width: 14px;
    height: 14px;
  }
  .section5_nsm.section-condition {
    padding: 2vh;
  }
  .section5_nsm {
    border-radius: 20px;
    padding: 20px;
    margin: 0 15px;
  }
  .section5_nsm_media {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section5_nsm_body {
    text-align: center;
  }
  .section5_nsm_text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .section5_nsm_pic {
    width: 100%;
  }
  .menu-btn {
    top: 10vh;
    right: 2.5vw;
  }
  .menu-btn_icon img {
    max-width: 50px;
  }
  .menu-btn.scrolled {
    padding: 6px;
  }
  .sp {
    display: block;
  }
  .section0,
.section1,
.section2,
.section3,
.section4 {
    padding-top: 20px;
  }

  .section-condition {
    padding: 20px 15px;
  }

  .line-separator img {
    width: 50%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .line-separator_inner img {
    width: 100%;
    margin-bottom: -1vh;
  }

  .section3_content {
    margin-top: 2vh;
  }

  .section4_line {
    width: 100%;
    max-width: 100%;
    height: 4vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .modal_content {
    width: 91.3333333333vw;
    margin: 15.3333333333vw auto;
  }
  .line-separator_stars {
    width: 52vw;
  }
}

@media (hover: hover) {
  .mv_btns_btn:hover:before {
    opacity: 0.2;
  }
  .section5_note .link-blank:hover {
    opacity: 0.8;
  }
  .section5_event_contact_link:hover {
    text-decoration: underline;
  }
}

/* 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;
  }
}
