:root {
  --max-contener: 960px;
  --primary-accent-color: #ff738c;
  --primary-light-color: #5af5d2;
  --primary-dark-color: #6e647d;
  --primary-white-color: #fff;
  --shadow-pink: 255 75 120;
  --shadow-white: 255 255 255;
  --hover-shadow-pink: drop-shadow(0 1px 6px rgba(var(--shadow-pink) / 60%));
  --hover-shadow-white: drop-shadow(1px 0 10px rgba(var(--shadow-white) / 80%));
  --10px: 0.625rem;
  --12px: 0.75rem;
  --14px: 0.875rem;
  --16px: 1rem;
  --18px: 1.125rem;
  --20px: 1.25rem;
  --32px: 2rem;
  --40px: 2.5rem;
  --48px: 3rem;
}

html,
body {
  margin: 0px;
  color: var(--primary-dark-color);
}

p,
h1,
h2,
h3,
h4,
dl {
  margin: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: var(--primary-dark-color);
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

button {
  padding: 0px;
  border: none;
  background: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.anim-blur {
  filter: blur(16px);
  transition: filter 0.7s ease-in-out;
}

.anim-blur.anim-blur--hidden {
  filter: blur(0px);
}

header {
  position: relative;
  z-index: 9999;
}

#dmm_ntgnavi {
  background: url('../assets/images/common/bg_navimain.gif') center center
    repeat-x;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-top: 1px solid rgb(204, 204, 204);
  font-size: 12px;
  font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro',
    'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
  display: flex;
  justify-content: space-between;
}

#dmm_ntgnavi ul {
  list-style: none;
  margin: 2px 0px;
  padding: 0px;
  display: flex;
  width: 50%;
}

#dmm_ntgnavi ul li {
  margin: 0px 6px 0px 0px;
  line-height: 15px;
}

#dmm_ntgnavi .navi_left li > a {
  display: block;
  padding: 0px 3px 0px 8px;
  text-decoration: none;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 3px;
}

#dmm_ntgnavi .navi_left li > a:hover {
  background: rgb(238, 238, 238);
  border: 1px solid rgb(102, 102, 102);
  border-radius: 3px;
}

#dmm_ntgnavi .navi_left li > a span {
  display: block;
  padding: 9px 10px 7px 28px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

#dmm_ntgnavi .navi_left li.dmm_top img {
  margin: 8px 5px 8px 0px;
}

#dmm_ntgnavi .navi_left li.ntg_top {
  margin-left: 10px;
}

#dmm_ntgnavi .navi_left li.ntg_top span {
  background: url('../assets/images/common/bg_bt_olgtop.gif') 0px center
    no-repeat;
  font-size: min(2.9vw, 12px);
}

@media (min-width: 1024px) {
  #dmm_ntgnavi .navi_left li.ntg_top span {
    font-size: 12px;
  }
}

#dmm_ntgnavi .navi_right {
  justify-content: flex-end;
  font-size: 10px;
}

#dmm_ntgnavi .navi_right li {
  margin: 0px 10px 0px 0px;
  padding: 8px 5px;
}

#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url('../assets/images/common/arrow_common.gif') left center
    no-repeat;
}

#dmm_ntgnavi .tx-point {
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 75, 75) !important;
}

#dmm_ntgnavi p {
  margin: 0px;
  line-height: 2.6em;
}

#dmm_ntgnavi .clear {
  clear: both;
}

.ntg-top {
  text-decoration: none;
  margin: 8px 0px;
  color: rgb(51, 51, 51);
  background: url('../assets/images/common/bg_bt_olgtop.gif') left center / 14px
    13px no-repeat;
  padding-left: 17px;
  font-size: 14px;
}

.bgm-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.81);
  z-index: 10002000;
}

.bgm-popup-content {
  display: flex;
}

.bgm_popup_box {
  width: 560px;
  height: 370px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.82);
  text-align: center;
  letter-spacing: 2.6em;
  border: 4px solid rgb(90, 245, 210);
}

.bgm_popup_box p {
  margin: 0px auto;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(110, 100, 125);
}

.bgm_popup_box p:first-child {
  margin: 40px auto;
  font-size: 20px;
}

.bgm_popup_box p:last-child {
  margin: 40px auto;
}

.bgm_popup_box img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.bgm_popup_box img:hover {
  filter: var(--hover-shadow-pink);
  transition: 0.2s ease-out;
}

.sound-button {
  position: fixed;
  top: 28%;
  right: 0px;
  cursor: pointer;
  z-index: 999;
  transition: right 0.5s ease-in-out;
}

.sound-button.visible {
  right: 0px;
}

.label.on {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 5px solid var(--primary-accent-color);
}

.label.off {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 5px solid var(--primary-dark-color);
}

@media (max-width: 1024px) {
  .bgm_popup_box {
    width: 90vw;
    height: 70vw;
  }

  .bgm_popup_box p {
    font-size: 3vw;
  }

  .bgm_popup_box p:first-child {
    margin: 8vw auto;
    font-size: 5vw;
  }

  .bgm_popup_box img {
    width: 11vw;
  }

  .label.on {
    width: 10vw;
  }

  .label.off {
    width: 10vw;
  }
}

.main {
  position: relative;
  color: var(--primary-color);
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: 'palt';
  overflow: hidden;
}

main::before {
  content: '';
  width: 100%;
  height: 0.3vw;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  background: linear-gradient(
      120deg,
      rgb(42, 237, 189),
      rgb(178, 235, 255),
      rgb(251, 75, 120)
    )
    0% 0% / 100% 100%;
  animation: 140s ease 0s infinite normal none running GradientBackground;
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.main-content {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 6vw 0px 60px;
}

.main-content .main-title {
  position: relative;
  z-index: 1;
  margin-top: 0vw;
}

.main-content .main-title .main-title-image {
  z-index: 1;
  position: relative;
  left: 0vw;
}

.reward-content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 1vw;
  align-items: flex-end;
  top: -6vw;
  position: relative;
}

ul.reward-content li {
  width: 34vw;
}

ul.reward-content li:nth-child(2),
ul.reward-content li:nth-child(4) {
  width: 61vw;
}

ul.reward-content li:last-child {
  width: 46vw;
  left: -25.3vw;
  position: relative;
  top: 2vw;
}

@media (min-width: 1024px) {
  .main-content .main-title {
    width: 670px;
    padding-top: 10px;
    margin: 0px auto;
    position: relative;
  }

  #special .cta {
    padding-bottom: 60px;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 149vw;
}

@media (min-width: 1024px) {
  .fv {
    width: 100%;
    height: auto;
  }
}

.fv .fv__kv {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/kv_bg_sp.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 16%;
}

.bg_dot {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url('../assets/images/bg_dot.webp');
  opacity: 0.5;
  z-index: 1;
  position: absolute;
}

.video-wrap {
  position: relative;
}

.video-btn {
  content: '';
  position: absolute;
  inset: 0px 0px 40px;
  cursor: pointer;
}

.fv .fv__kv .fv__kv-movie-wrapper .fv__kv-movie {
  width: 100%;
  height: auto;
}

.fv .fv__kv .fv__kv-movie-wrapper .fv__kv-movie.sp {
  display: block;
}

@media (min-width: 1024px) {
  .fv .fv__kv .fv__kv-movie-wrapper .fv__kv-movie.sp {
    display: none;
  }
}

.fv .fv__kv .fv__kv-movie-wrapper .fv__kv-movie.pc {
  display: none;
}

@media (min-width: 1024px) {
  .fv .fv__kv .fv__kv-movie-wrapper .fv__kv-movie.pc {
    display: block;
  }
}

.fv .fv__kv .fv__kv-mask {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .fv .fv__kv .fv__kv-mask {
    bottom: -210px;
    width: 100%;
    height: 360px;
  }
}

@media (max-width: 1024px) {
  .fv .fv__kv .fv__kv-mask {
    bottom: -90vw;
    width: 100vw;
    z-index: 0;
  }
}

.fv .fv__content {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 10;
  animation: 0.5s ease-in 1.4s 1 normal both running logo-fade-in;
}

@keyframes logo-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .fv .fv__content {
    animation: auto ease 0s 1 normal none running none;
  }
}

.fv .fv__content .fv__copy {
  position: absolute;
  top: 1.6vw;
  left: 50%;
  margin-left: -47%;
  width: 67%;
  height: auto;
  animation: 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal forwards running
    fadeIn;
}
.fv .fv__content .fv__copy2 {
  position: absolute;
  top: 56.6vw;
  left: 50%;
  margin-left: -24%;
  width: 48%;
  height: auto;
  animation: 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal forwards running
    fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .fv .fv__content .fv__copy {
    top: 40%;
    right: 81vw;
    left: auto;
    transform: translateY(-50%);
    width: 3.5%;
    opacity: 1;
  }
  .fv .fv__content .fv__copy2 {
    top: 6%;
    right: 21vw;
    left: auto;
    transform: translateY(-50%);
    width: 34%;
    opacity: 1;
  }
}

.fv .fv__content .fv__logo {
  position: absolute;
  left: 50%;
  top: 14vw;
  width: 55%;
  transform: translateX(-50%);
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 4px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv__logo {
    top: auto;
    bottom: 21.5vw;
    width: 28%;
    max-width: 310px;
    margin-left: 220px;
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 8px);
  }
}

.fv .fv__content .fv__logo > img {
  width: 100%;
  height: auto;
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 3px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv__logo > img {
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 6px);
  }
}

.fv .fv__content .fv__logo {
  position: absolute;
  left: 50%;
  top: 14vw;
  width: 55%;
  transform: translateX(-50%);
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 4px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv__logo {
    top: auto;
    bottom: 320px;
    width: 28%;
    max-width: 310px;
    margin-left: 150px;
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 8px);
  }
}

.fv .fv__content .fv__logo > img {
  width: 100%;
  height: auto;
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 3px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv__logo > img {
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 6px);
  }
}

.fv .fv__content .fv_movie {
  position: absolute;
  left: 50%;
  top: 14vw;
  width: 55%;
  transform: translateX(-50%);
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 4px);
}

.fv .fv__content .fv_movie:hover {
  filter: var(--hover-shadow-pink);
  transition: 0.5s;
}

@media (min-width: 1024px) {
  .fv .fv__content .fv_movie {
    top: auto;
    bottom: 21.5vw;
    width: 28%;
    max-width: 310px;
    margin-left: 220px;
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 8px);
  }
}

.fv .fv__content .fv_movie > img {
  width: 100%;
  height: auto;
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 3px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv_movie > img {
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 6px);
  }
}

.fv .fv__content .fv_movie {
  position: absolute;
  left: 50%;
  top: 14vw;
  width: 55%;
  transform: translateX(-50%);
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 4px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv_movie {
    top: auto;
    bottom: 320px;
    width: 28%;
    max-width: 250px;
    margin-left: -181px;
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 8px);
    cursor: pointer;
  }
}

.fv .fv__content .fv_movie > img {
  width: 100%;
  height: auto;
  filter: drop-shadow(rgb(255, 255, 255) 0px 0px 3px);
}

@media (min-width: 1024px) {
  .fv .fv__content .fv_movie > img {
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 6px);
  }
}

______ .entry-fv {
  position: relative;
  margin-bottom: -18vw;
  transform: translateY(-18vw);
  z-index: 10;
}

@media (min-width: 1024px) {
  .entry-fv {
    z-index: 100;
    position: relative;
    margin-top: -230px;
  }
}

.entry-footer {
  padding: 8vw 0px;
  background-image: url('../assets/images/entry-footer_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1024px) {
  .entry-footer {
    padding: 30px 0px;
  }
}

.special-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.special-bg::before {
  top: 6vw;
  left: 4vw;
}

@media (min-width: 1024px) {
  .special-bg::before {
    top: 0px;
    position: absolute;
    left: 0px;
    margin: 0px auto;
  }

  .special_deco03 {
    top: 0px;
    position: absolute;
    margin: -160px 0px 0px -280px;
    height: auto;
    width: 170%;
    max-width: 170%;
    z-index: -30;
    display: block;
    opacity: 0.5;
  }
}

@media (max-width: 1024px) {
  .special_deco03 {
    display: none;
  }
}

.special-bg .special-bg__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/bg_petal_sp.webp');
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: scroll;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .special-bg .special-bg__image {
    background-image: url('../assets/images/bg_petal.webp'),
      url('../assets/images/special/bg_special.webp');
    background-size: 1450px, cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top, center center;
    background-attachment: scroll, fixed;
  }
}

.special-bg .special-bg__image .special-bg__gradation {
  position: absolute;
  display: block;
  width: 100%;
  height: 30vw;
}

@media (min-width: 1024px) {
  .special-bg .special-bg__image .special-bg__gradation {
    width: 100%;
    height: 300px;
  }

  .special {
    margin: 0px auto;
    position: relative;
    max-width: 900px;
    padding: 100px 0px 0px;
  }

  .special::before {
    content: '';
    background-image: url('../assets/images/special/pc/special_chara02.webp');
    position: absolute;
    top: 50%;
    margin-left: -300px;
    width: 50%;
    height: 40%;
    transform: translateY(-50%);
    left: 0px;
    background-size: cover;
  }

  .special::after {
    content: '';
    background-image: url('../assets/images/special/pc/special_deco02.webp');
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 1290px;
    width: 950px;
    height: 980px;
    margin: 0px auto;
    transform: translate(-50%, -100%);
    z-index: 1;
    animation: 2s ease 0s infinite normal none running flashing;
  }

  @keyframes flashing {
    0% {
      opacity: 1;
    }

    90% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .special {
    top: 0px;
  }
}

.special-bg .special-bg__image .special-bg__gradation.top {
  top: 0px;
  background: linear-gradient(
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0) 100%
  );
}

.special .special__title {
  padding-top: 0vw;
  width: 90vw;
  margin: 3vw auto;
  /*
  left: 0px;
  */
}

.special .special__title::before {
  content: '';
  position: absolute;
  width: 45vw;
  height: 80vw;
  /*
  background-image: url('../assets/images/special/special_chara01.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
    */
  background: none;
  right: -19vw;
  top: -6vw;
  z-index: -1;
}

@media (min-width: 1024px) {
  .special {
    padding: 70px 0px 0px;
    z-index: 10;
  }

  .special .special__title::before {
    width: 650px;
    height: 740px;
    position: absolute;
    /*
    background-image: url('../assets/images/special/pc/special_chara01.webp');
    */
    background: none;
    left: 340px;
    top: -50px;
  }

  .special .special__title {
    width: 800px;
    padding-top: 10px;
    margin: 0px auto;
    left: 0px;
    position: relative;
  }

  .special_subheading02 {
    display: none;
  }
}

.special .special__title-text.main-title-text {
  background: var(--gradation-pink);
}

.special .special__catch {
  display: block;
  z-index: 10;
  position: relative;
}

.special .special__detail {
  display: block;
}

.special .special__detail::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 51vw;
  background-image: url('../assets/images/special/special_deco01.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -15vw;
  z-index: 0;
}

.special__detail img {
  position: relative;
}

.special .special__container {
  background-image: url('../assets/images/special/special_frame.webp');
  background-size: cover;
  position: relative;
  width: auto;
  height: 164vw;
  z-index: 1;
}

.special .special__container::before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 50vw;
  background-image: url('../assets/images/special/special_text.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 112vw;
  left: 47vw;
}

@media (min-width: 1024px) {
  .special .special__container::before {
    content: '';
    top: 680px;
    left: 389px;
    width: 330px;
    height: 280px;
  }

  .special .special__container::after {
    content: '';
    background-image: url('../assets/images/special/pc/special_deco01.webp');
    margin: 0px auto;
    background-size: contain;
    position: absolute;
    width: 190px;
    height: 290px;
    bottom: 0px;
    right: -53px;
  }

  .special .special__container {
    background-image: url('../assets/images/special/pc/special_frame.webp');
    height: 974px;
    margin: 20px auto 60px;
    background-size: contain;
    max-width: 850px;
  }

  .special .special__detail {
    margin: 0px auto;
    position: relative;
  }

  .special__catch {
    width: 750px;
    position: relative;
    height: auto;
    margin: 0px auto;
    padding: 30px 0px 10px;
  }

  .special .special__detail::before {
    display: none;
  }

  ul.reward-content li {
    width: 240px;
  }

  ul.reward-content li:nth-child(2) {
    width: 480px;
  }

  ul.reward-content li:nth-child(3) {
    width: 240px;
    top: -28px;
    position: relative;
    left: 6px;
  }

  ul.reward-content li:nth-child(4) {
    width: 492px;
    top: -26px;
    position: relative;
  }

  ul.reward-content li:last-child {
    width: 332px;
    left: -225px;
    position: relative;
    top: -32px;
  }

  .reward-content {
    width: 800px;
    margin: 0px auto;
    top: 14px;
    gap: 15px 4px;
  }

  .special .special__container .special__content {
    position: relative;
    width: 95%;
    margin: 4vw auto 0px;
  }
}

@media (min-width: 1024px) {
  .special .special__container .special__content {
    width: 100%;
    margin-top: 40px;
  }
}

.special .special__container .special__content .special__reward-bt {
  position: absolute;
  left: 50%;
  bottom: 6vw;
  transform: translateX(-50%);
  width: 75%;
  cursor: pointer;
  transition: filter 0.25s ease-in-out;
  filter: drop-shadow(0 1.5px 4px rgba(var(--shadow-color) / 40%));
}

@media (min-width: 1024px) {
  .special .special__container .special__content .special__reward-bt {
    left: auto;
    right: 74px;
    bottom: 56px;
    width: 485px;
    transform: unset;
    filter: var(--primary-shadow);
  }
}

@media (min-width: 1024px) {
  .special .special__container .special__content .special__reward-bt:hover {
    filter: var(--hover-shadow-pink);
  }
}

.special .special__container .special__content .special__reward-bt > img {
  -webkit-user-drag: none;
}

.special .special__cta-catch {
  margin: 8vw 0px 2vw;
}

@media (min-width: 1024px) {
  .special .special__cta-catch {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  section#label.main-content {
    background-image: url('../assets/images/label/label_bg_sp.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 245vw;
  }
}

.label .label__title.main-title {
  position: absolute;
  margin-left: 24vw;
  z-index: 0;
}

@media (min-width: 1024px) {
  .label .label__title.main-title {
    margin-left: 49vw;
    top: 10px;
  }
}

@media (min-width: 1024px) {
  .label .label__wrapper {
    max-width: var(--max-contener);
    margin: 40px auto 0px;
  }

  section#label.main-content {
    background-image: url('../assets/images/label/pc/label_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 28vw 0px 50px;
  }

  .label.ornament::before {
    background-image: url('../assets/images/img_line_rainbow.webp');
    content: '';
    animation: 120s linear 0s infinite normal none running flow2;
    background-size: 20%;
    border: none;
    height: 30px;
    /* top: -10px; */
    background-color: #ffffff00;
  }
}

.label .label__wrapper .label__profile-container {
  position: relative;
}

@media (min-width: 1024px) {
  .label .label__wrapper .label__profile-container {
    height: auto;
    margin-bottom: 0px;
  }
}

.label .label__wrapper .label__profile-container .label__profile {
  display: none;
  position: relative;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /*
  height: 198vw;
  */
}

@media (min-width: 1024px) {
  .label .label__wrapper .label__profile-container .label__profile {
    height: 420px;
    margin: 0px auto;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__illust-box {
  width: 100%;
  height: auto;
  margin-top: 0px;
  opacity: 1;
  top: -10vw;
  position: relative;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__illust-box {
    position: absolute;
    top: 50%;
    margin: -210px auto 0px;
    width: 130%;
    height: auto;
    transform: translateY(-50%);
    left: -140px;
  }
}

@media (min-width: 1024px) {
  .label__illust-box .label__profile-illust {
    width: 100%;
    position: relative;
    top: -180px;
  }

  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__illust-box.label-05
    .label__profile-illust {
    top: -240px;
  }

  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__illust-box.label-04
    .label__profile-illust {
    top: -256px;
  }

  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__illust-box
    .label__profile-illust {
    top: -220px;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__illust-box
  .label__illust-text {
  position: absolute;
  top: 7%;
  right: 27vw;
  width: 73vw;
  height: auto;
  transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__illust-box
    .label__illust-text {
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 75px;
    height: auto;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper {
  position: absolute;
  left: 0px;
  margin: 0px 3vw;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
  width: 94vw;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0px auto;
  }
}

.label__profile--frame h2::before {
  content: ' ';
  mask-repeat: space;
  mask-position: center center;
  background-color: var(--primary-dark-color);
  mask-image: url('../assets/images/svg/icon_sparkle_1.svg');
  position: absolute;
  width: 20px;
  height: 20px;
  left: 123px;
  top: 1px;
}

@media (max-width: 1024px) {
  .label__profile--frame h2::before {
    content: ' ';
    width: 3vw;
    height: 3vw;
    left: 19vw;
    top: 0.3vw;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame {
  width: 100%;
  height: auto;
  margin: -18vw auto 0px auto;
  position: relative;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame::after {
    border-radius: 100vw;
    transform: scale(1.035, 1.03);
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__name {
  position: absolute;
  top: -62vw;
  left: 51vw;
  width: 42vw;
  filter: drop-shadow(rgba(46, 25, 11, 0.3) 0.1vw 0.5vw 0.6vw);
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__name {
    left: 650px;
    width: 330px;
    filter: drop-shadow(rgba(46, 25, 11, 0.3) 1px 3px 3px);
    transform: translateY(-50%);
    top: 0%;
    margin-top: -510px;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__profile-detail-wrpper {
  display: flex;
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__profile-detail-wrpper
  .label__profile-detail {
  display: flex;
  align-items: center;
  margin-right: 4vw;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__profile-detail-wrpper
    .label__profile-detail {
    margin-right: 20px;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__profile-detail-wrpper
  .label__profile-detail
  .label__profile-head {
  display: block;
  width: fit-content;
  padding: 0.8vw 4vw;
  background-color: var(--primary-accent-color);
  color: rgb(255, 255, 255);
  font-size: 2.8vw;
  font-weight: 500;
  letter-spacing: 0.25vw;
  text-indent: 0.25vw;
  border-radius: 100vw;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__profile-detail-wrpper
    .label__profile-detail
    .label__profile-head {
    padding: 2px 13px;
    font-size: var(--12px);
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__profile-detail-wrpper
  .label__profile-detail
  .label__profile-detail-text {
  display: flex;
  align-items: center;
  margin-left: 1.8vw;
  color: var(--primary-accent-color);
  font-size: 3vw;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__profile-detail-wrpper
    .label__profile-detail
    .label__profile-detail-text {
    margin-left: 8px;
    font-size: var(--12px);
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__profile-text {
  margin-top: 107vw;
  color: var(--primary-dark-color);
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 5.6vw;
  text-align: justify;
  padding: 4vw;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__profile-text {
    height: auto;
    font-size: var(--18px);
    width: 510px;
    position: absolute;
    line-height: 30px;
    text-align: left;
    padding: 0px;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 208px;
    left: 62px;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__sample-voice {
  margin-top: 4vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5vw;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__sample-voice {
    margin-top: 15px;
    gap: 7px;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__sample-voice
  .label__audio-btn {
  padding: 0.5vw;
  background-color: var(--primary-light-color);
  border-radius: 50%;
  transition: filter 0.25s ease-in-out;
  cursor: pointer;
  filter: drop-shadow(0 0 1px rgba(var(--shadow-color) / 20%));
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__sample-voice
    .label__audio-btn {
    padding: 2px;
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__sample-voice
  .label__audio-btn
  .label__audio-btn-frame {
  padding: 1.8vw;
  border: 1px solid var(--line-color);
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__sample-voice
    .label__audio-btn
    .label__audio-btn-frame {
    padding: 8px;
  }
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__sample-voice
    .label__audio-btn
    .label__audio-btn-frame
    .label__speaker-icon {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__sample-voice
    .label__audio-btn:hover {
    filter: var(--primary-shadow-strong);
  }
}

@media (min-width: 1024px) {
  .label
    .label__wrapper
    .label__profile-container
    .label__profile
    .label__profile-text-contaner
    .label__profile-text-wrapper
    .label__profile--frame
    .label__sample-voice
    .label__audio-btn:hover
    .label__speaker-icon {
    background-color: var(--hover-dark-color);
  }
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__sample-voice
  .label__audio-btn.playing
  .label__speaker-icon {
  background-color: var(--hover-dark-color);
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__sample-voice
  .label__audio-btn:first-of-type {
  border-radius: 100vw;
}

.label
  .label__wrapper
  .label__profile-container
  .label__profile
  .label__profile-text-contaner
  .label__profile-text-wrapper
  .label__profile--frame
  .label__sample-voice
  .label__audio-btn:first-of-type
  .label__audio-btn-frame {
  border-radius: 100vw;
}

.label .label__wrapper .label__thumbnail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  gap: 0px;
  top: -18vw;
  z-index: 10;
}

@media (min-width: 1024px) {
  .label .label__wrapper .label__thumbnail-wrapper {
    justify-content: space-between;
    position: relative;
    top: 0px;
    flex-wrap: nowrap;
    max-width: 790px;
    margin: 0px auto;
    padding: 0px;
    gap: 0px;
  }
}

.label .label__wrapper .label__thumbnail-wrapper .label__thumbnail {
  width: 15vw;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .label .label__wrapper .label__thumbnail-wrapper .label__thumbnail {
    width: 130px;
  }
}

@media (min-width: 1024px) {
  .label .label__wrapper .label__thumbnail-wrapper .label__thumbnail:hover {
    filter: var(--hover-shadow-pink);
  }
}

.label .label__wrapper .label__thumbnail-wrapper .label__thumbnail.active {
  background-color: var(--gradation-pinkpurple);
  border: 0.5vw solid var(--gradation-pinkpurple);
}

@media (max-width: 1024px) {
  .label__profile-text-contaner {
    padding: 67vw;
    background-image: url('/assets/images/label/label_frame_sp.webp');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1.5vw center;
    margin: -30vw auto 0 auto;
    z-index: 100;
    position: relative;
    width: 40vw;
  }

  .label_youtube {
    width: 50vw;
    margin: -20vh auto 0 auto;
  }
}

@media (min-width: 1024px) {
  .label .label__wrapper .label__thumbnail-wrapper .label__thumbnail.active {
    border: 2px solid var(--gradation-pinkpurple);
  }

  .label__profile-text-contaner {
    background-image: url('/assets/images/label/pc/label_frame.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 940px;
    height: 560px;
    position: relative;
    margin-top: 500px;
  }
  .label__profile-text-contaner .label_youtube {
    position: absolute;
    left: 594px;
    top: 94px;
    width: 33%;
    height: auto;
  }
}

p.label__profile-text {
  top: -107vw;
  position: relative;
}

.label__profile-text-contaner h1 {
  position: relative;
  top: -41vw;
  border-bottom: 2px solid rgb(90, 245, 209);
  padding-bottom: 2vw;
  margin-left: 3vw;
  margin-right: 30vw;
  font-size: 4.4vw;
}

.label__profile-text-contaner h2 {
  position: relative;
  top: -42vw;
  font-size: 3vw;
  width: 57vw;
  margin-left: 3vw;
  padding-bottom: 1vw;
}

.show_prof {
  position: relative;
  width: 70vw;
  margin: 0px auto;
}

a.show_prof_wrapp {
  position: absolute;
  top: 48vw;
  margin-left: 12vw;
}

@media (min-width: 1024px) {
  .label__profile-text-contaner h1 {
    font-size: 31px;
    width: 420px;
    margin-left: 62px;
    padding-bottom: 5px;
    margin-top: 88px;
    text-align: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }

  .label__profile-text-contaner h2 {
    margin-top: 55px;
    font-size: 20px;
    width: 160px;
    margin-left: 62px;
    text-align: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }

  a.show_prof_wrapp {
    width: 480px;
    position: absolute;
    top: 50%;
    margin-top: 338px;
    margin-left: 480px;
    transform: translateX(-50%) translateY(-50%);
  }
}

.story_bg {
  padding-bottom: 0vw;
  background-image: url('../assets/images/story/pc/bg_story.webp');
  background-size: cover;
  background-position: 0% 0%;
}

@media (max-width: 1024px) {
  .story_bg {
    padding-bottom: 0vw;
    background-image: url('../assets/images/story/bg_story.webp');
    background-size: cover;
    background-position: 50% 0%;
  }

  section#label.main-content {
    background-image: url('../assets/images/label/label_bg_sp.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .story_bg.ornament::before {
    background-image: url('../assets/images/img_line_coral.svg');
    content: '';
    animation: 120s linear 0s infinite normal none running flow2;
    background-size: 8%;
    border: 2px solid #ff9fb0;
  }
}

.story_bg .main-content {
  padding: 0px 0px 40px;
}

@media (max-width: 1024px) {
  .story_bg .main-content {
    padding: 0px 0px 6vw;
  }
}

@media (min-width: 1024px) {
  .story_bg.ornament::before {
    background-image: url('../assets/images/img_line_coral.svg');
    content: '';
    border: 2px solid rgb(255 174 189);
    animation: 120s linear 0s infinite normal none running flow2;
  }

  .story_bg .main-content {
    max-width: var(--max-contener);
    padding: 0px 0px 40px;
    overflow: unset;
  }
}

.story .story__title {
  position: relative;
  z-index: 100;
  padding: 20vw 0vw 2vw;
}

@media (min-width: 1024px) {
  .story .story__title {
    padding-top: 80px;
  }

  .story .main-title {
    padding-bottom: 20px;
  }

  .story .main-title .main-title-image {
    width: auto;
  }
}

.story .story__container {
  position: relative;
}

.story .story__container .story__textPC {
  display: none;
  position: relative;
  z-index: 50;
  text-align: center;
  margin: 0px auto;
  width: 700px;
}

.story .story__container .story__textSP {
  display: block;
  position: relative;
  z-index: 50;
  padding: 3%;
}

@media (min-width: 1024px) {
  .story .story__container .story__textPC {
    display: block;
  }

  .story .story__container .story__textSP {
    display: none;
  }
}

.story .story__container .story__text img {
  width: 700px;
}

@media (min-width: 1024px) {
  .story .story__container .story__text {
  }

  .story .story__container .story__text img {
    width: 100%;
  }
}

.story .story__container .story__character {
  display: none;
  position: absolute;
  z-index: 10;
  width: auto;
  bottom: 40%;
  filter: var(--blue-shadow);
}

@media (min-width: 1024px) {
  .story .story__container .story__character {
    display: block;
    width: auto;
    height: 220px;
  }
}

.story .story__container .story__character.character--01 {
  right: -10%;
  width: auto;
  height: 28vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__character.character--01 {
    top: unset;
    bottom: 150px;
    left: -280px;
    width: auto;
    height: 550px;
  }
}

.story .story__container .story__character.character--02 {
  right: -10%;
  width: auto;
  height: 28vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__character.character--02 {
    top: 130px;
    left: -220px;
    width: auto;
    height: 370px;
  }
}

.story .story__container .story__photo {
  position: absolute;
  z-index: 10;
  width: auto;
  bottom: 40%;
  filter: var(--blue-shadow);
}

@media (min-width: 1024px) {
  .story .story__container .story__photo {
    width: auto;
    height: 220px;
  }
}

.story .story__container .story__photo.photo--01 {
  top: -2vw;
  right: -1vw;
  width: auto;
  height: 36vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__photo.photo--01 {
    top: unset;
    bottom: 230px;
    right: -90px;
    width: auto;
    height: 250px;
  }
}

.story .story__container .story__photo.photo--02 {
  top: 60vw;
  right: 6vw;
  width: auto;
  height: 40vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__photo.photo--02 {
    top: 210px;
    right: -180px;
    width: auto;
    height: 250px;
  }
}

.story .story__container .story__star {
  position: absolute;
  z-index: 10;
  width: auto;
  filter: var(--blue-shadow);
}

@media (min-width: 1024px) {
  .story .story__container .story__star {
    width: auto;
    height: 80px;
  }
}

.story .story__container .story__star.star--01 {
  top: -30vw;
  left: 15vw;
  width: auto;
  height: 17vw;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--01 {
    top: unset;
    bottom: 470px;
    left: -260px;
    width: auto;
    height: 80px;
    transform: rotate(45deg);
  }
}

.story .story__container .story__star.star--02 {
  top: -30vw;
  left: 2vw;
  right: -10%;
  width: auto;
  height: 13vw;
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--02 {
    top: unset;
    bottom: 440px;
    left: 70px;
    width: auto;
    height: 60px;
    transform: rotate(0deg);
  }
}

.story .story__container .story__star.star--03 {
  display: none;
  right: -10%;
  width: auto;
  height: 28vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--03 {
    display: block;
    top: unset;
    bottom: 310px;
    left: 140px;
    width: auto;
    height: 80px;
  }
}

.story .story__container .story__star.star--04 {
  top: unset;
  bottom: 13vw;
  right: -5vw;
  width: auto;
  height: 16vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--04 {
    top: unset;
    bottom: 120px;
    left: -180px;
    width: auto;
    height: 80px;
  }
}

.story .story__container .story__star.star--05 {
  top: 3vw;
  right: -1vw;
  width: auto;
  height: 13vw;
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--05 {
    top: unset;
    bottom: 510px;
    right: 100px;
    width: auto;
    height: 70px;
    transform: rotate(0deg);
  }
}

.story .story__container .story__star.star--06 {
  top: unset;
  bottom: 8vw;
  right: 35vw;
  width: auto;
  height: 16vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--06 {
    top: unset;
    bottom: 450px;
    right: -180px;
    width: auto;
    height: 80px;
  }
}

.story .story__container .story__star.star--07 {
  top: unset;
  bottom: 23vw;
  right: 37vw;
  width: auto;
  height: 13vw;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--07 {
    top: unset;
    bottom: 270px;
    right: -170px;
    width: auto;
    height: 80px;
    transform: rotate(0deg);
  }
}

.story .story__container .story__star.star--08 {
  top: -6vw;
  right: 17vw;
  width: auto;
  height: 22vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--08 {
    top: unset;
    bottom: 130px;
    right: 40px;
    width: auto;
    height: 100px;
  }
}

.story .story__container .story__star.star--09 {
  display: none;
  right: -10%;
  width: auto;
  height: 28vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--09 {
    display: none;
    top: unset;
    bottom: 80px;
    right: 110px;
    width: auto;
    height: 60px;
  }
}

.story .story__container .story__star.star--10 {
  top: unset;
  bottom: 22vw;
  right: -1vw;
  width: auto;
  height: 18vw;
}

@media (min-width: 1024px) {
  .story .story__container .story__star.star--10 {
    top: unset;
    bottom: 30px;
    right: 60px;
    width: auto;
    height: 80px;
  }
}

.system .system__title.main-title {
  padding-bottom: 2vw;
}

@media (min-width: 1024px) {
  .system_bg .main-content {
    padding: 0px;
    overflow: auto;
  }

  .system_bg {
    padding-bottom: 0vw;
    background-image: url('../assets/images/system/pc/system_bg.webp');
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    padding-top: 0px;
  }

  #system .system .system__title.main-title {
    padding-bottom: 40px;
    width: 220px;
  }
}

.system .system__container {
  max-width: 82vw;
  margin: 0px auto;
}

@media (min-width: 1024px) {
  .system .system__container {
    max-width: unset;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

#system .main-title {
  position: relative;
  z-index: 1;
  margin: 0px auto;
  padding-top: 13vw;
}

@media (min-width: 1024px) {
  #system .main-title {
    width: 730px;
    padding-top: 0px;
    padding-bottom: 70px;
    margin: 0px auto;
    left: 0px;
    position: relative;
  }
}

section#system {
  background-image: url('../assets/images/system/bg_system.webp');
  background-size: cover;
  width: 100%;
  padding-bottom: 8.6vw;
}

.system__container.aos-init.aos-animate {
  background-image: url('../assets/images/system/system_frame.webp');
  background-size: cover;
  position: relative;
  width: auto;
  height: 70vw;
  top: -4vw;
}

@media (min-width: 1024px) {
  section#system {
    padding-bottom: 0px;
    background-image: none;
    padding-top: 130px;
    overflow: unset;
  }

  .system__container.aos-init.aos-animate {
    background-image: url('../assets/images/system/pc/system_frame.webp');
    background-size: cover;
    position: relative;
    width: 890px;
    height: 770px;
    top: -60px;
    margin: 0px auto;
  }
}

.system .system__container .splide__arrows .splide__arrow {
  position: absolute;
  width: 5vw;
  top: calc(50% - 4vw);
  height: 12vw;
  background: none;
  transition: 0.25s ease-in-out;
  opacity: 1;
  border-radius: 0px;
}

@media (min-width: 1024px) {
  .system .system__container .splide__arrows .splide__arrow:hover {
    filter: var(--arrow-hover-shadow);
  }

  .system .system__container .splide__arrows .splide__arrow {
    width: 50px;
    top: calc(50% - 20px);
    opacity: 0.8;
    height: 110px;
  }

  .system .system__container .splide__arrows .splide__arrow:hover {
    opacity: 1;
  }
}

.system .system__container .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -7.5vw;
}

@media (min-width: 1024px) {
  .system
    .system__container
    .splide__arrows
    .splide__arrow.splide__arrow--prev {
    left: calc(50% - 470px);
    right: auto;
  }
}

.system .system__container .splide__arrows .splide__arrow.splide__arrow--next {
  right: -7.5vw;
  rotate: 180deg;
  transform: translateY(50%);
  background-image: url('../assets/images/arrow_left.webp');
  background-size: cover;
}

.system
  .system__container
  .splide__arrows
  .splide__arrow.splide__arrow.splide__arrow--prev {
  right: -7.5vw;
  rotate: 180deg;
  transform: translateY(50%);
  background-image: url('../assets/images/arrow_right.webp');
  background-size: cover;
}

div#slider--system {
  width: 70vw;
  margin: 0px auto;
  padding-top: 5vw;
}

@media (min-width: 1024px) {
  .system
    .system__container
    .splide__arrows
    .splide__arrow.splide__arrow--next {
    left: auto;
    right: calc(50% - 470px);
  }
}

.system .system__container .splide__arrows .splide__arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 8vw;
  background-color: var(--light-text);
  mask-image: url('../assets/images/arrow_left.webp');
  mask-repeat: space;
  mask-position: center center;
}

@media (min-width: 1024px) {
  .system .system__container .splide__arrows .splide__arrow::before {
  }
}

.system .system__container .splide__arrows .splide__arrow:focus,
.system .system__container .splide__arrows .splide__arrow:focus-visible {
  outline: none;
}

.system .system__container .splide__track {
  filter: var(--primary-shadow);
}

.system .system__container .splide__track .splide__list {
  width: 100%;
  height: auto;
}

.system .system__container .splide__track .splide__list .splide__slide {
  width: 100%;
  height: auto;
}

.system .system__container .splide__pagination--system {
  margin-top: 4vw;
  position: relative;
  bottom: unset;
  gap: 2.5vw;
}

@media (min-width: 1024px) {
  .system .system__container .splide__pagination--system {
    margin-top: 40px;
    gap: 16px;
  }

  .splide__slide img {
    width: 730px;
    margin: 0px auto;
  }

  div#slider--system {
    width: auto;
    padding-top: 90px;
  }
}

.system
  .system__container
  .splide__pagination--system
  .splide__pagination__page--system {
  width: 4vw;
  height: 4vw;
  margin: 0px;
  background-color: rgb(255, 197, 0);
  mask-image: url('../assets/images/svg/icon_sparkle_1.svg');
  mask-repeat: space;
  mask-position: center center;
  border-radius: unset;
  opacity: 1;
  transition: 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .system
    .system__container
    .splide__pagination--system
    .splide__pagination__page--system {
    width: 18px;
    height: 18px;
    opacity: 0.7;
  }

  .system
    .system__container
    .splide__pagination--system
    .splide__pagination__page--system:hover {
    opacity: 1;
  }
}

.system
  .system__container
  .splide__pagination--system
  .splide__pagination__page--system.is-active {
  transform: scale(1.2);
  background-color: rgb(252, 140, 49);
}

@media (min-width: 1024px) {
  .system
    .system__container
    .splide__pagination--system
    .splide__pagination__page--system.is-active {
    transform: scale(1.8);
  }
}

@media (max-width: 1024px) {
  #music-button.music-button {
    display: block;
  }

  .music-button {
    display: block;
    position: fixed;
    top: 21%;
    height: auto;
    padding: 24px;
    background-image: url('/assets/images/bt_music_on.webp');
    background-size: 50px;
    cursor: pointer;
    z-index: 9999;
    transform: translateY(-50%);
    transition: right 1s ease-out;
  }

  .fv .fv__content .fv_movie {
    top: 66vw;
    width: 38%;
    margin-left: -23%;
  }

  .fv .fv__content .fv__logo {
    top: 64vw;
    width: 44%;
    margin-left: 25%;
  }

  .fv__kv .bg_dot {
    display: none;
  }

  .fv {
    height: 110vw;
  }

  .original-gradient {
    height: 90vw;
    width: 100%;
    background-image: linear-gradient(
      0deg,
      rgb(144, 245, 154),
      rgba(44, 245, 154, 0)
    );
  }

  #entry .cta {
    margin-top: -17vw;
  }

  #special .cta {
    position: relative;
    width: auto;
  }

  .special-bg .special-bg__image {
    background-image: url('../assets/images/bg_petal.webp'),
      url('../assets/images/special/bg_special.webp');
    background-size: 100%, cover;
    background-repeat: repeat-y, no-repeat;
    background-position: center top, center center;
    background-attachment: scroll, fixed;
  }

  .label.ornament::before {
    background-image: url('/assets/images/img_line_rainbow.webp');
    height: 6vw;
    border: none;
    background-size: 305vw;
    animation: 60s linear 0s infinite normal none running flow2;
  }

  .system.ornament::before {
    background-image: url('/assets/images/img_line_blue.svg');
    border-color: rgb(41, 170, 251);
    top: -2vh;
  }

  .spec.main-content {
    background-image: url('../assets/images/spec/bg_spec.webp');
    background-size: cover;
    width: 100%;
    height: 100vw;
  }

  .spec.ornament::before {
    background-image: url('/assets/images/img_line_blue.svg');
    border-color: rgb(190, 211, 255);
    animation: 120s linear 0s infinite normal none running flow;
  }

  h2.spec_title.main-title {
    position: relative;
    z-index: 1;
    width: 70vw;
    margin: 0px auto;
    padding-top: 13vw;
  }

  .spec_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14vw;
    font-size: 2.3vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2.4em;
  }

  .spec_head {
    position: relative;
    align-self: center;
    width: 25vw;
    padding-right: 4vw;
    text-align: right;
  }

  .spec_text {
    width: 45vw;
    margin-left: 0px;
    font-weight: 500;
  }

  .spec_frame {
    background-image: url('../assets/images/spec/spec_frame.webp');
    background-size: cover;
    position: relative;
    width: 100%;
    height: 54vw;
    margin: 0px auto;
  }

  .spec_frame_pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spec_bg {
    padding-top: 0px;
    background-image: url('../assets/images/spec/pc/bg_spec.webp');
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    margin-top: 10px;
  }

  .spec .spec_frame::before {
    content: '';
    background-image: url('../assets/images/spec/pc/spec_chara.webp');
    background-size: cover;
    position: absolute;
    left: -5%;
    top: 450px;
    width: 480px;
    height: 480px;
    margin: 0px auto;
    transform: translate(-50%, -100%);
    z-index: -1;
  }

  .system.ornament::before {
    background-image: url('/assets/images/img_line_blue.svg');
    border-color: rgb(41, 170, 251);
  }

  .spec_frame .spec_frame_pc,
  .spec_frame .spec_frame_sp {
    top: 80px;
  }

  .spec_frame_pc,
  .spec_frame_sp {
    z-index: 10;
    margin-top: 100px;
  }

  .spec.main-content {
    padding: 80px 0px;
    overflow: unset;
  }
}

@media (max-width: 1024px) {
  .video.main-content {
    background-image: url('../assets/images/video/bg_video.webp');
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .video.ornament::before {
    background-image: url('/assets/images/img_line_blue.svg');
    border-color: rgb(190, 211, 255);
    animation: 120s linear 0s infinite normal none running flow;
  }

  h2.video_title.main-title {
    position: relative;
    z-index: 1;
    width: 90vw;
    margin: 0px auto;
    padding-top: 13vw;
  }

  .video_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14vw;
    font-size: 2.3vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2.4em;
  }
}
li.p-video-list__item {
  width: 300px;
}
.p-video-list__thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.p-video-list__thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  .video_bg {
    padding-top: 0px;
    background-image: url('../assets/images/video/pc/bg_video.webp');
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    margin-top: 10px;
  }
  .video.ornament::before {
    background-image: url(../assets/images/img_line_blue.svg);
    content: '';
    border: 2px solid #a1bfd8;
    animation: 120s linear 0s infinite normal none running flow;
  }
  .p-video-list {
    /* grid-gap: 40px; */
    /* grid-template-columns: repeat(4, calc(25% - 30px)); */
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    gap: 20px 40px;
    margin: 0px auto;
  }
  .p-video-list__title {
    margin: 0.5em 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.17;
  }
}

@media (max-width: 1024px) {
  .p-video-list {
    /* grid-gap: 40px; */
    /* grid-template-columns: repeat(4, calc(25% - 30px)); */
    display: flex;
    flex-wrap: wrap;
    width: 91vw;
    gap: 2vw 4vw;
    margin: 5vw auto;
  }
  .p-video-list__title {
    margin: 0.5em 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.57;
  }
  li.p-video-list__item {
    width: 43vw;
  }
  .p-video-list__thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
  }
  .p-video-list__thumbnail img {
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
  }
}

.spec.ornament::before {
  background-image: url('/assets/images/img_line_blue.svg');
  border-color: rgb(190, 211, 255);
  animation: 120s linear 0s infinite normal none running flow;
}

h2.spec_title.main-title {
  margin: 0px auto;
  position: relative;
  left: 0%;
}

.spec_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: var(--14px);
  letter-spacing: 0.1em;
  line-height: 2.4em;
  width: 300px;
}

dt.spec_head.pc_browser {
  width: 40%;
}

dd.spec_text.pc_browser {
  width: 20%;
}

.spec_head {
  position: relative;
  align-self: center;
  width: 30%;
  padding-right: 14px;
  text-align: right;
}

.spec_text {
  width: 70%;
  margin-left: 0px;
  font-weight: 500;
}

h3.spec_h3 {
  position: relative;
  padding: 0.5rem;
  background: linear-gradient(to right top, rgb(167, 176, 39), rgb(58, 68, 1));
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  margin: 0px auto 0px 30px;
  width: 320px;
  font-size: var(--18px);
}

.spec_wrapper::before {
  content: '';
  background-image: url('../assets/images/spec/spec_deco.webp');
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 730px;
  height: 470px;
  top: 50%;
  margin-top: 70px;
  transform: translateX(50%) translateY(-50%);
}

@media (max-width: 1024px) {
  h3.spec_h3 {
    position: relative;
    padding: 0.5rem;
    background: linear-gradient(
      to right top,
      rgb(167, 176, 39),
      rgb(58, 68, 1)
    );
    color: rgb(255, 255, 255);
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    margin: 0px auto;
    width: 57vw;
    top: 12vw;
  }
}

@media (min-width: 1024px) {
  .spec_frame {
    background-image: url('../assets/images/spec/spec_frame.webp');
    background-size: cover;
    position: relative;
    width: 800px;
    height: 434px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .spec_wrapper::before {
    content: '';
    background-image: url('../assets/images/spec/spec_deco.webp');
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 810px;
    height: 520px;
    top: 50%;
    margin-top: 70px;
    transform: translateX(50%) translateY(-50%);
    margin-left: -840px;
    left: 50%;
  }
}

@media (max-width: 1024px) {
  .spec_frame_sp {
    margin: 0px auto;
    position: relative;
    display: table;
  }

  .spec_wrapper::before {
    content: '';
    background-image: url('../assets/images/spec/spec_deco.webp');
    background-size: contain;
    position: absolute;
    top: 53vw;
    margin: 0px auto 0px -50vw;
    z-index: 999;
    width: 100vw;
    height: 64vw;
  }
}

.spec_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  width: 55vw;
}

@media (min-width: 1024px) {
  .spec_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    width: 380px;
    padding-bottom: 22px;
    padding-top: 0px;
  }

  entry-fv .cta__deco_wrapper {
    margin-left: 10px;
  }
}
/* ここから追加要素 */

#media-section {
  padding: 40px 0px;
  background-image: url('../assets/images/media/media_bg.webp');
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 1024px) {
  #media-section {
    max-width: 100vw;
  }
}
.media-container {
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
}

.media-title,
.media-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.media-text {
  margin-bottom: 36px;
}

.media-title img {
  max-width: 600px;
  height: auto;
}

.media-text img {
  max-width: 420px;
  height: auto;
}

.media-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10vh;
}
.media-item {
  text-align: center;
  margin: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  .media-list {
    margin-top: 9vh;
    margin-bottom: 5vh;
    gap: 0vw;
    row-gap: 10vh;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .media-item {
    margin: 0%;
  }
}
.media-item a img:first-child {
  max-width: 139px;
  width: 120px;
  height: auto;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 43px;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.media-item a img:hover {
  opacity: 0.7;
}

.media-item img:first-child {
  max-width: 120px;
  width: 120px;
  height: auto;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 15px;
}
@media (max-width: 1024px) {
  .media-item img:first-child {
    max-width: 40vw;
    height: auto;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 2vh;
  }
}
.media-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 220px;
  background-image: url('../assets/images/media/media_deco.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}
.media-item img.media-link:first-child {
  top: 55px;
}
.media-item img.media-link:first-child:hover {
  filter: contrast(17%) brightness(30%);
  filter: sepia(10%) drop-shadow(-1px -1px #ffffff);
}
.media-item img.media-link:nth-child(2) {
  width: 120px;
  max-width: 120px;
  height: auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.media-item img:nth-child(2) {
  width: 120px;
  height: auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.media-date {
  margin-top: 5px;
  font-size: 0.9em;
  color: rgb(255 255 255);
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 0, var(--primary-dark-color) 0);
  line-height: 2em;
}
/* --- ロゴの縦幅が大きい場合の対応 --- */

.media-item.tall img:first-child {
  top: 33px;
  margin-bottom: 24px;
}

.media-item.tall img:nth-child(2) {
  top: -7px;
}

.media-item.tall .media-date {
  top: -6px;
}

@media (max-width: 550px) {
  .media-item.tall img:first-child {
    /*
    top: 4vh;
    */
  }
  .media-item.tall img:nth-child(2) {
    top: -1vh;
  }

  .media-item.tall .media-date {
    top: -0.8vh;
  }
}

#media-section.ornament::before {
  background-image: url(../assets/images/img_line_green.svg);
  content: '';
  border: 2px solid rgb(107, 255, 191);
  animation: 120s linear 0s infinite normal none running flow;
}

/* --- 公式SNSセクション --- */

.official-sns {
  padding: 4vw 5vw;
}

.official-sns.ornament::before {
  background-image: url('../assets/images/img_line_yellow.svg');
  content: '';
  border: 2px solid yellow;
  animation: 120s linear 0s infinite normal none running flow;
}

.official-sns_bg {
  padding-bottom: 0vw;
  background-image: url('../assets/images/sns/sns_bg.webp');
  background-size: cover;
  background-position: 0% 0%;
  width: 100%;
}

.official-sns {
  background-image: url('../assets/images/sns/x_bg.webp');
  background-size: cover;
  width: 100%;
  margin: 0px auto;
  height: auto;
  position: relative;
  padding-bottom: 5vw;
}

/* .official-sns__main の基本スタイル変更 */
.official-sns .official-sns__wrapper .official-sns__main {
  background-image: url(../assets/images/sns/sns_frame.webp);
  background-size: contain; /* または 100% 100% も可 */
  background-position: center center;
  position: relative;
  width: 830px;
  height: 307px; /* ← 固定高さを削除 */
  /* ← 高さを0にする */
  /* ↓ padding-bottom で縦横比 (320 / 869 * 100%) を指定 */
  top: 10px; /* 必要なら維持、不要なら削除 */
  margin: 0px auto;
  overflow: hidden; /* はみ出し防止（念のため） */
}

/* ↓ 新しいインナーラッパーのスタイルを追加 ↓ */
.official-sns__main-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */ /* コンテンツを垂直方向中央へ */
  align-items: center; /* コンテンツを水平方向中央へ */
  padding: 14%; /* 内側の余白 (必要に応じて調整) */
  box-sizing: border-box; /* paddingを含めて 100% にする */
}

/* .official-sns-text のスタイル変更 */
.official-sns-text {
  /* padding-top: 122px; */ /* ← 固定paddingを削除 */
  padding-top: 0; /* ← または 0 に */
  margin-bottom: 2vh; /* ← ボタンとの間隔をvhなどで調整 */
  font-size: 1.5em;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  width: 100%; /* 中央揃えのために幅を指定 */
}

/* .official-sns-buttons のスタイル変更 */
.official-sns-buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  width: 100%; /* 中央揃えのために幅を指定 */
  /* margin-top: 6vh; */ /* ← 固定marginを削除 (インナーラッパーのjustify-contentで調整) */
  margin-top: 0;
}

/* ボタン共通 */
.official-x-button,
.official-youtube-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 19px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #fff;
  width: auto;
  min-width: 300px;
  justify-content: center;
  border: 2px solid; /* ↓ 各ボタンのルールで色を指定 */
  /* color: ...; */ /* ↓ 各ボタンのルールで指定 */
  /* box-shadow: ...; */ /* ↓ 各ボタンのルールで指定 */
  /* visited スタイルを確実に適用するため、共通ルールからは color を削除 */
}

/* OFFICIAL X ボタン: 基本スタイル */
.official-x-button {
  border-color: #000;
  box-shadow: 0.2vw 0.2vw 0 #3c3c3c6e;
  color: #000; /* 未訪問時の色 */
}
/* OFFICIAL X ボタン: アイコン基本スタイル */
.official-x-button::before,
.official-x-button::after {
  color: #000; /* 未訪問時のアイコン色 */
}

/* OFFICIAL X ボタン: Visited スタイル */
a.official-x-button:visited {
  color: #7f7f7fb3; /* 訪問済みリンクの色 (元々の指定) */
}
/* OFFICIAL X ボタン: Visited アイコンスタイル */
a.official-x-button:visited::before,
a.official-x-button:visited::after {
  color: #7f7f7fb3; /* 訪問済みリンクのアイコン色 */
}

/* OFFICIAL X ボタン: Hover スタイル */
.official-x-button:hover {
  color: #7f7f7fb3;
  -webkit-transform: translate(0.2083333333vw, 0.2083333333vw);
  transform: translate(0.2083333333vw, 0.2083333333vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* OFFICIAL X ボタン: Hover アイコンスタイル */
.official-x-button:hover::before,
.official-x-button:hover::after {
  color: #7f7f7fb3;
}

/* OFFICIAL Youtube ボタン: 基本スタイル */
.official-youtube-button {
  border-color: #ff0000;
  box-shadow: 0.2vw 0.2vw 0 #ff00005e;
  color: #ff0000; /* 未訪問時の色 */
}
/* OFFICIAL Youtube ボタン: アイコン基本スタイル */
.official-youtube-button::before,
.official-youtube-button::after {
  color: #ff0000; /* 未訪問時のアイコン色 */
}

/* OFFICIAL Youtube ボタン: Visited スタイル */
a.official-youtube-button:visited {
  color: #ff0000; /* 訪問済みリンクの色 (元々の指定) */
}
/* OFFICIAL Youtube ボタン: Visited アイコンスタイル */
a.official-youtube-button:visited::before,
a.official-youtube-button:visited::after {
  color: #ff0000; /* 訪問済みリンクのアイコン色 */
}

/* OFFICIAL Youtube ボタン: Hover スタイル */
.official-youtube-button:hover {
  color: #ff000082;
  -webkit-transform: translate(0.2083333333vw, 0.2083333333vw);
  transform: translate(0.2083333333vw, 0.2083333333vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* OFFICIAL Youtube ボタン: Hover アイコンスタイル */
.official-youtube-button:hover::before,
.official-youtube-button:hover::after {
  color: #ff000082;
}

/* ボタン共通の ::before スタイル (位置など) */
.official-x-button::before,
.official-youtube-button::before {
  content: '✦';
  font-size: 1.1em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

/* ボタン共通の ::after スタイル (位置など) */
.official-x-button::after,
.official-youtube-button::after {
  content: '✦';
  font-size: 1.1em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

@media (max-width: 1024px) {
  /* 全体コンテナの調整 */
  .official-sns {
    padding: 8vw 0vw; /* 上下のパディングを少し調整 */
  }

  /* メインコンテンツエリアの調整 */
  /* .official-sns__main のメディアクエリ内スタイル変更 */
  .official-sns .official-sns__wrapper .official-sns__main {
    width: 90%; /* 画面幅に対する割合で指定 */
    /* height: auto; */ /* ← height:auto は削除 */
    /* ↓ スマホ用画像の縦横比に合わせた padding-bottom に変更 */
    /* ※ sns_frame_sp.webp の実際の縦横比 (高さ/幅 * 100%) を計算して設定してください */
    /* 例: 画像が 800x600 (高さ600, 幅800) なら 600/800*100 = 75% */
    padding-bottom: 62.975%; /* ← (782 / 1088) * 100 */
    padding-left: 0; /* ← padding は main-content で管理 */
    padding-right: 0;
    padding-top: 0; /* padding-bottom 以外は 0 or 削除 */
    background-image: url(../assets/images/sns/sns_frame_sp.webp);
    background-size: cover; /* または 100% 100% */
    background-position: center center;
    /* background-origin: border-box; */ /* 不要かも */
    top: 0;
    position: relative;
    margin: 0px auto;
  }

  /* ↓ インナーラッパーのメディアクエリ内スタイル (必要なら調整) */
  .official-sns__main-content {
    padding: 17% 5%; /* スマホ用に内側余白調整 */
  }

  /* .official-sns-text のメディアクエリ内スタイル変更 */
  .official-sns-text {
    font-size: 1.4em;
    /* ← 削除 */
    padding-top: 0;
    margin-bottom: 4vh; /* ← ボタンとの間隔調整 */
    letter-spacing: 0.1em;
  }

  /* .official-sns-buttons のメディアクエリ内スタイル変更 */
  .official-sns-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* margin-top: 6vh; */ /* ← 削除 */
    /*margin-top: 3vw;*/
  }

  /* ボタン自体の調整 (変更なし、または微調整) */
  .official-x-button,
  .official-youtube-button {
    width: 80%;
    min-width: initial;
    font-size: 1.1em;
    padding: 5% 10%;
  }

  /* ボタン内アイコン位置の調整 (パディング変更に合わせる) */
  .official-x-button::before,
  .official-youtube-button::before {
    left: 12px; /* 少し内側に */
  }
  .official-x-button::after,
  .official-youtube-button::after {
    right: 12px; /* 少し内側に */
  }
}

/* ★★★ 非常に狭い画面向けの調整 (例: 480px以下) ★★★ */
@media (max-width: 480px) {
  /* .official-sns__main の padding-bottom は 1024px 以下で設定したものが継承される */
  .official-sns .official-sns__wrapper .official-sns__main {
    width: 95%; /* 幅の調整 */
  }

  .official-sns__main-content {
    margin-top: 2vh; /* さらに内側余白調整 */
  }

  .official-sns-text {
    font-size: 1.1em;
    letter-spacing: normal;
    margin-bottom: 2vh;
  }

  .official-sns-buttons {
    gap: 15px; /* ボタン間隔調整 */
  }

  .official-x-button,
  .official-youtube-button {
    font-size: 1em;
    padding: 12px 25px;
    width: 90%;
  }
  .official-x-button::before,
  .official-youtube-button::before {
    left: 10px;
  }
  .official-x-button::after,
  .official-youtube-button::after {
    right: 10px;
  }
}

/* --- リワードbefore要素 --- */

ul.reward-content li:nth-child(1)::before,
ul.reward-content li:nth-child(3)::before {
  content: '';
  background-image: url('../assets/images/special/pc/pic_ok01.webp');
  position: absolute;
  top: 0%;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-size: cover;
  z-index: 100;
}

ul.reward-content li:nth-child(2)::before {
  content: '';
  background-image: url('../assets/images/special/pc/pic_ok02.webp');
  position: absolute;
  top: 1%;
  margin-left: -11px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-size: cover;
  z-index: 100;
}
ul.reward-content li:nth-child(4)::before {
  content: '';
  background-image: url('../assets/images/special/pc/pic_ok02.webp');
  position: absolute;
  top: 4%;
  margin-left: -4px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-size: cover;
  z-index: 100;
}
ul.reward-content li:last-child::before {
  content: '';
  background-image: url('../assets/images/special/pc/pic_ok01.webp');
  position: absolute;
  top: -8px;
  margin-left: 22px;
  width: 85%;
  height: 85%;
  left: 0px;
  background-size: cover;
  z-index: 100;
}
@media (max-width: 1024px) {
  ul.reward-content li:nth-child(1)::before,
  ul.reward-content li:nth-child(3)::before {
    margin-left: -3%;
  }
  ul.reward-content li:nth-child(2)::before,
  ul.reward-content li:nth-child(4)::before {
    width: 100%;
    margin-left: 0%;
    background-image: url(../assets/images/special/pic_ok02.webp);
    height: 90%;
    margin-top: 5%;
  }
  ul.reward-content li:nth-child(4)::before {
    margin-top: 2.4%;
  }
  ul.reward-content li:last-child::before {
    margin-left: -4%;
    width: 100%;
  }
}

/* --- リワードのマーク --- */
ul.reward-content li:nth-child(1)::before {
}
ul.reward-content li:nth-child(2)::before {
}
ul.reward-content li:nth-child(3)::before {
}
ul.reward-content li:nth-child(4)::before {
}
ul.reward-content li:last-child::before {
  display: none;
}
