@charset "UTF-8";
.ph::after,
.thumb::after {
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tit {
  font-weight: 600;
}

.header .g-nav .nav li a,
.section--information .section-tit,
.list__more {
  color: #fd6f9b;
}

.header .g-nav .nav li a,
.g-nav--item__mypage a,
.block--login .nav__list--login li a,
body .drawer-menu .nav .g-nav--item a,
.cta__label,
.ttl--bg .tit--box,
.section-tit,
.what_stfam {
  font-family: mochiy-pop, sans-serif;
  font-weight: 300;
}

.what_stfam .cta__badge {
  font-family: playpen-sans, sans-serif !important;
  letter-spacing: 0 !important;
}

.ph {
  margin: 10px 0;
}

.ph img {
  width: 100% !important;
}

.limited-thumb span {
  font-family: "mochiy-pop";
  letter-spacing: 0.02em !important;
}

.btn--main {
  background: #fd6f9b;
}
.btn--main:hover {
  opacity: 0.75;
  transition: 0.4s;
}

.list--information li a {
  color: #54577a;
  border-bottom: 1px solid #e9eaee;
}

.page--information .ttl--bg .tit--box {
  color: #fd99b9;
}

.page--schedule .ttl--bg .tit--box {
  color: #97aeff;
}

.page--video .ttl--bg .tit--box {
  color: #f78a7c;
  top: 30px;
}

.page--discography .ttl--bg .tit--box {
  color: #aed581;
}

.page--movie .ttl--bg .tit--box {
  color: #cf9de0;
}

.page--photo .ttl--bg .tit--box {
  color: #71ddc4;
}

.page--qa .ttl--bg .tit--box {
  color: #f8c039;
  top: 30px;
}
.page--qa .block__question {
  border: 1px solid #fd6f9b;
}
.page--qa .block__answer {
  background-color: #fff1f5;
}
.page--qa .tit--q span, .page--qa .tit--a, .page--qa .name {
  font-family: mochiy-pop, sans-serif;
  margin-bottom: 20px;
}
.page--qa .block__answer .tit--a {
  color: #fd6f9b;
}
.page--qa .ttl--bg .tit--box .section--ruby--tit {
  color: #f8c039;
  position: relative;
  display: inline-block;
}
.page--qa .ttl--bg .tit--box .section--ruby--tit::after {
  content: attr(data-title) !important;
  position: absolute;
  inset: 0;
  -webkit-text-stroke: 6px #fff;
  color: transparent;
  pointer-events: none;
}

.page--qa-edit .page--qa-confirm .section--detail .section-tit {
  display: none;
}
.page--qa-edit .page--qa-confirm .ttl--bg .tit--box {
  color: #f8c039;
}
.page--qa-edit .page--qa-confirm .block__question {
  border: 1px solid #fd6f9b;
}
.page--qa-edit .page--qa-confirm .block__answer {
  background-color: #fff1f5;
}
.page--qa-edit .page--qa-confirm .tit--q span, .page--qa-edit .page--qa-confirm .tit--a, .page--qa-edit .page--qa-confirm .name {
  font-family: mochiy-pop, sans-serif;
  margin-bottom: 20px;
}
.page--qa-edit .page--qa-confirm .block__answer .tit--a {
  color: #fd6f9b;
}
.page--qa-edit .page--qa-confirm .ttl--bg .tit--box .section--ruby--tit {
  color: #f8c039;
  position: relative;
  display: inline-block;
}
.page--qa-edit .page--qa-confirm .ttl--bg .tit--box .section--ruby--tit::after {
  content: attr(data-title) !important;
  position: absolute;
  inset: 0;
  -webkit-text-stroke: 6px #fff;
  color: transparent;
  pointer-events: none;
}

.page--blog .ttl--bg .tit--box {
  color: #f8c039;
}
.page--blog .section--list {
  margin-top: 5%;
}
.page--blog .block--title {
  color: #fd6f9b;
}
.page--blog .list {
  background: #fff1f5;
  padding: 3%;
  border-radius: 10px;
}
.page--blog .block__question {
  border: 1px solid #fd6f9b;
}
.page--blog .block__answer {
  background-color: #fff1f5;
}
.page--blog .tit--q span, .page--blog .tit--a, .page--blog .name {
  font-family: mochiy-pop, sans-serif;
  margin-bottom: 20px;
}
.page--blog .block__answer .tit--a {
  color: #fd6f9b;
}
.page--blog .ttl--bg .tit--box .section--ruby--tit {
  color: #f8c039;
  position: relative;
  display: inline-block;
}
.page--blog .ttl--bg .tit--box .section--ruby--tit::after {
  content: attr(data-title) !important;
  position: absolute;
  inset: 0;
  -webkit-text-stroke: 6px #fff;
  color: transparent;
  pointer-events: none;
}
.page--blog .icon--like {
  cursor: pointer;
}

.ttl--bg {
  position: relative;
}
.ttl--bg .tit--box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ttl--bg .tit--box .section--ruby--tit {
  text-align: center;
}

.page--information .section--list > .section-tit,
.page--schedule .section--list > .section-tit,
.page--video .section--list > .section-tit,
.page--discography .section--list > .section-tit,
.page--movie .section--list > .section-tit,
.page--photo .section--list > .section-tit,
.page--qa .section--list > .section-tit,
.page--blog .section--list > .section-tit,
.page--qa-edit .section--list > .section-tit {
  display: none;
}

.block--pager li {
  color: #54577a;
}
.block--pager .pager__item--current {
  padding: 0.3em 0.9em;
  background: #fd6f9b;
  border-radius: 10px;
  color: #ffffff;
}
.block--pager .pager__item--current::before {
  display: none;
}

.block--share li svg {
  fill: #54577a;
}

.list--thumbnail .list__item .thumb,
.list--thumbnail .list__item .thumb::after {
  border-radius: 10px;
  overflow: hidden;
}

header .block--login .nav__list--login .g-nav--item__join {
  display: none;
}

#header-nav h1.logo a, body .wrap #header-nav h1.logo a {
  padding: 0;
}

.drawer__btn {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #fd6f9b;
  position: fixed;
  right: 30px;
  z-index: 101;
  cursor: pointer;
}
.drawer__btn::after {
  content: "メニュー";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  bottom: 8px;
  font-size: 8px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.drawer__btn span {
  display: block;
  width: 35%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.drawer__btn span:nth-of-type(1) {
  top: 13px;
}
.drawer__btn span:nth-of-type(2) {
  top: 20px;
}

.close__btn {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  right: 30px;
  z-index: 10;
  cursor: pointer;
}
.close__btn span {
  display: block;
  width: 35%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.2s;
}
.close__btn span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
}
.close__btn span:nth-of-type(2) {
  transform: translateX(-50%) rotate(-45deg);
}

.block--login {
  margin-top: -5px;
}

body .wrap .g-nav .nav .g-nav--item__mypage a {
  display: flex;
  align-items: center;
  font-size: 10px;
  background: #ffffff;
  border-radius: 30px;
  padding: 0.3em 1em;
  border: 1px solid #fd6f9b;
}
body .wrap .g-nav .nav .g-nav--item__mypage a .menu--logo {
  width: 24px;
}
body .wrap .g-nav--item__login {
  width: 48px;
  height: 48px;
}
body .wrap .g-nav--item__login a {
  background-color: #ffffff;
  color: #fd6f9b;
  font-size: 8px;
  color: #fd6f9b;
  border-radius: 100px;
  border: 1px solid #fd6f9b;
  padding: initial;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
}
body .wrap .g-nav--item__login a .menu--logo {
  width: 13px;
  margin: 8px auto 4px;
}
body .wrap .drawer-menu.pc .g-nav--item__mypage {
  display: none;
}

.nav hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3803921569);
  margin-bottom: 25px;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  background: linear-gradient(92.54deg, #fd719b 5.84%, #fd9371 95.21%);
  height: 100vh;
  z-index: 150;
  padding: 30px 52px 0;
  width: 34vw;
}
.drawer-menu .menu--logo {
  margin-bottom: 30px;
  width: 70px;
}
.drawer-menu .nav {
  display: flex;
  flex-direction: column;
}
.drawer-menu .nav .g-nav--item {
  margin-bottom: 15px;
}
.drawer-menu .nav .g-nav--item a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
.drawer-menu .nav .g-nav--item a::before {
  content: "";
  inline-size: 1.1em;
  block-size: 1.1em;
  flex: 0 0 1.1em;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  font-size: 24px;
}
.drawer-menu .nav .g-nav--item a:hover {
  opacity: 0.75;
}
.drawer-menu .nav .g-nav--item > a[href="/"]::before {
  -webkit-mask-image: url("../image/top/event_collection.svg");
  mask-image: url("../image/top/event_collection.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/news/1"]::before {
  -webkit-mask-image: url("../image/top/menu_news.svg");
  mask-image: url("../image/top/menu_news.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/live_information/schedule/list"]::before {
  -webkit-mask-image: url("../image/top/schedule.svg");
  mask-image: url("../image/top/schedule.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/feature/events"]::before {
  -webkit-mask-image: url("../image/top/menu_event.svg");
  mask-image: url("../image/top/menu_event.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/news/2"]::before {
  -webkit-mask-image: url("../image/top/member.svg");
  mask-image: url("../image/top/member.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/news/4"]::before {
  -webkit-mask-image: url("../image/top/youtube.svg");
  mask-image: url("../image/top/youtube.svg");
}
.drawer-menu .nav .g-nav--item > a[href="https://stpr-records.com/artist/sutopuri/"]::before {
  -webkit-mask-image: url("../image/top/disco.svg");
  mask-image: url("../image/top/disco.svg");
}
.drawer-menu .nav .g-nav--item > a[href="https://store.stpr.com/"]::before {
  -webkit-mask-image: url("../image/top/onlinestore.svg");
  mask-image: url("../image/top/onlinestore.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/blog/listall"]::before {
  -webkit-mask-image: url("../image/top/event_report.svg");
  mask-image: url("../image/top/event_report.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/movie/list/1"]::before {
  -webkit-mask-image: url("../image/top/menu_movie.svg");
  mask-image: url("../image/top/menu_movie.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/photo/list/3"]::before {
  -webkit-mask-image: url("../image/top/menu_photogallery.svg");
  mask-image: url("../image/top/menu_photogallery.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/stream/list/2"]::before {
  -webkit-mask-image: url("../image/top/radio.svg");
  mask-image: url("../image/top/radio.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/qa"]::before {
  -webkit-mask-image: url("../image/top/qa.svg");
  mask-image: url("../image/top/qa.svg");
}
.drawer-menu .nav .g-nav--item > a[href="/feature/letter"]::before {
  -webkit-mask-image: url("../image/top/menu_letter.svg");
  mask-image: url("../image/top/menu_letter.svg");
}
.drawer-menu .nav .g-nav--item > a[href="https://fc-strawberryprince.stpr.com/redirect/mobadmin/common/sp-cmn_fortune-1/1"]::before {
  -webkit-mask-image: url("../image/top/discover.svg");
  mask-image: url("../image/top/discover.svg");
}
.drawer-menu .nav .g-nav--item > a[href="https://strawberryprince.stpr.com/p/lottery"]::before {
  -webkit-mask-image: url("../image/top/kuji.svg");
  mask-image: url("../image/top/kuji.svg");
}
.drawer-menu .nav a.external-link-fa {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}
.drawer-menu .nav a.external-link-fa i {
  font-size: 0.75em; /* 小さめに調整 */
}
.drawer-menu .nav__fc-block {
  list-style: none;
  text-align: center;
  padding-bottom: 10px;
  margin: 0;
}
.drawer-menu .nav__fc-block .fc-logo img {
  width: 220px;
  height: auto;
  display: inline-block;
}
.drawer-menu .nav__fc-block a.fc-join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit !important;
  position: relative;
  overflow: hidden;
  width: 70%;
}
.drawer-menu .nav__fc-block a.fc-join-btn::before,
.drawer-menu .nav__fc-block a.fc-join-btn::after {
  content: none !important;
  display: none !important;
}
.drawer-menu .nav__fc-block a.fc-join-btn .fc-label {
  display: inline-block;
  background-image: linear-gradient(92.54deg, #fd719b 5.84%, #fd9371 95.21%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 700;
  font-size: 16px;
}
.drawer-menu .nav__fc-block .fc-login-line {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
.drawer-menu .nav__fc-block .fc-login-line .fc-login-link {
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
  font-weight: 400 !important;
  font-size: 13px;
  font-family: inherit !important;
}
.drawer-menu .nav__fc-block .fc-login-line .fc-login-link::before,
.drawer-menu .nav__fc-block .fc-login-line .fc-login-link::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
}
.drawer-menu .nav__list--contents > li {
  margin-left: 0;
  margin-right: 0;
}
.drawer-menu .nav__fc-block a.fc-join-btn .fc-icon {
  width: 25px;
}
.drawer-menu .nav__fc-block a.fc-join-btn .fc-icon:last-of-type img {
  transform: scaleX(-1);
}

footer {
  background: linear-gradient(92.54deg, #fd719b 5.84%, #fd9371 95.21%) !important;
  height: auto;
}
footer .copyright,
footer .copyright small,
footer .copyright span {
  color: #fff !important;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  color: #54577a;
  /* トップ */
  /* めんばー */
}
body.page--home {
  /* SNSアイコン（フッター） */
  /* ガチャセクション内だけに適用 */
  /* もし色や枠線も#kuji内だけで完結させたい場合 */
  /* タイトル行の整列 */
  /* タイトル画像サイズ（JAM'S Drawロゴ相当） */
  /* 本文の行間だけ調整（サイズや色は継承） */
  /* ボタン：サイズと配置のみ（色・装飾は継承） */
  /* 右カラム（画像側） */
}
body.page--home .wrap {
  background-size: contain;
}
body.page--home .wrap .view__area {
  position: relative;
  background: url("../image/top/mv_bg.png") 0 0/cover no-repeat;
}
body.page--home .wrap .view__area .section--hero-img {
  position: relative;
  overflow: hidden;
  height: 50vw;
  min-height: 750px;
  max-height: initial;
}
body.page--home .wrap .view__area .section--hero-img .group--logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
body.page--home .wrap .view__area .section--hero-img .group--logo img {
  width: 100%;
  max-width: 235px;
  opacity: 0;
  animation: 0.4s ease-out 1.7s forwards fadein;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img {
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img img {
  max-height: 100%;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img {
  position: relative;
  width: 100%;
  z-index: 1;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container {
  position: absolute;
  --stagger: 0.15s;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-child(1) img {
  animation-delay: calc(var(--stagger) * 0);
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-child(2) img {
  animation-delay: calc(var(--stagger) * 1);
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-child(3) img {
  animation-delay: calc(var(--stagger) * 2);
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-child(4) img {
  animation-delay: calc(var(--stagger) * 3);
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-child(5) img {
  animation-delay: calc(var(--stagger) * 4);
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-child(6) img {
  animation-delay: calc(var(--stagger) * 5);
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box {
  position: absolute;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box img {
  display: block;
  width: auto;
  height: auto;
  max-height: var(--cluster-height);
  max-width: 100%;
  opacity: 0;
  animation: 0.4s ease-out forwards fadein;
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:hover {
  z-index: 999;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}
body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img .member--img-bg-effect {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body.page--home .wrap .view__area .here_stfam {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 1.5em;
  z-index: 10;
}
body.page--home .wrap .view__area .here_stfam .cta {
  --pad-y: 8px;
  --pad-x: 16px;
  --border: 2px;
  --icon-size: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: var(--pad-y) calc(var(--pad-x) + var(--icon-size) + 6px) var(--pad-y) var(--pad-x);
  border-radius: 9999px;
  color: #333;
  text-decoration: none;
  line-height: 1;
  background: #fff;
  box-shadow: 0 6px 18px rgba(255, 106, 162, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  isolation: isolate;
}
body.page--home .wrap .view__area .here_stfam .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--border);
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
body.page--home .wrap .view__area .here_stfam .cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(255, 106, 162, 0.22);
}
body.page--home .wrap .view__area .here_stfam .cta__label {
  font-weight: 800;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
body.page--home .wrap .view__area .here_stfam .cta__badge {
  position: absolute;
  top: -12px;
  left: 14px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  transform: rotate(-6deg);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-text-stroke-width: 0.5em;
}
body.page--home .wrap .view__area .here_stfam .cta__badge::after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
  color: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-stroke-width: 0;
  position: absolute;
}
body.page--home .wrap .view__area .here_stfam .cta__icon {
  position: absolute;
  right: 12px;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 9999px;
  display: grid;
  place-items: center;
  color: #fff; /* svg の stroke に効く */
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  box-shadow: 0 4px 10px rgba(255, 106, 162, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.page--home .wrap .view__area .here_stfam .cta:hover .cta__icon {
  transform: translateX(2px);
  box-shadow: 0 6px 16px rgba(255, 106, 162, 0.32);
}
body.page--home .wrap .block--content-wrap:not(#fc) {
  border-bottom: solid 3px #f1d37c;
}
body.page--home .wrap .block--content-wrap h2.section-tit {
  font-weight: 400;
}
body.page--home .wrap .block--content-wrap .block--contents {
  background-color: #fff;
  padding: 36px;
  border-radius: 10px;
  position: relative;
}
body.page--home .wrap .block--content-wrap .block--contents .list--thumbnail {
  width: 100%;
}
body.page--home .wrap .block--content-wrap .block--contents .block--title {
  text-align: center;
}
body.page--home .wrap .block--content-wrap .block--contents .block--title .section-tit {
  padding: 0;
  font-size: 28px;
  display: block;
}
body.page--home .wrap .block--content-wrap .block--contents .block--title .section-tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: 0;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 22px;
  background: linear-gradient(currentColor, currentColor) left center/8px 3px no-repeat, linear-gradient(currentColor, currentColor) right center/8px 3px no-repeat, radial-gradient(circle, currentColor 50%, transparent 50%) center/8px 10px no-repeat, radial-gradient(circle, currentColor 50%, transparent 50%) calc(70% - 0px) center/8px 10px no-repeat, radial-gradient(circle, currentColor 50%, transparent 50%) calc(30% + 0px) center/8px 10px no-repeat;
  background-repeat: no-repeat;
}
body.page--home .wrap .block--content-wrap .section--banner .list--bnr {
  width: 100%;
}
body.page--home .wrap .block--content-wrap .section--banner .slick-dots {
  bottom: -30px;
}
body.page--home .wrap .block--content-wrap .section--banner .slick-dots li {
  width: 8px;
  height: 8px;
}
body.page--home .wrap .block--content-wrap .section--banner .slick-dots li.slick-active button:before {
  background-color: #fd99b9;
}
body.page--home .wrap .block--content-wrap .section--banner .slick-dots li button:before {
  color: transparent;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}
body.page--home .wrap .block--content-wrap .section--information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/top/of_contents_bgtxt_news.svg) left 0px top 30px no-repeat;
  background-size: 75px auto;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
body.page--home .wrap .block--content-wrap .section--information > * {
  position: relative;
  z-index: 1;
}
body.page--home .wrap .block--content-wrap .section--information .section-tit {
  color: #fd99b9;
}
body.page--home .wrap .block--content-wrap .section--schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/top/of_contents_bgtxt_schedule.svg) left 0px top 30px no-repeat;
  background-size: 75px auto;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
body.page--home .wrap .block--content-wrap .section--schedule > * {
  position: relative;
  z-index: 1;
}
body.page--home .wrap .block--content-wrap .section--schedule .list--schedule .block--date > [class^=block--date] .block--date__month::after {
  background-color: #54577a;
}
body.page--home .wrap .block--content-wrap .section--schedule .section-tit {
  color: #97aeff;
}
body.page--home .wrap .block--content-wrap .section--video .section-tit {
  color: #f78a7c;
}
body.page--home .wrap .block--content-wrap .section--movie .bg--txt {
  width: 80px;
  height: 339px;
  left: 20vw;
}
body.page--home .wrap .block--content-wrap .section--movie .section-tit {
  color: #cf9de0;
}
body.page--home .wrap .block--content-wrap .section--photo .bg--txt {
  width: 172px;
  height: 469px;
  left: 20vw;
}
body.page--home .wrap .block--content-wrap .section--photo .section-tit {
  color: #71ddc4;
}
body.page--home .wrap .block--content-wrap .list__more_btm {
  margin: 2em auto 0;
  width: 100%;
  max-width: 137px;
}
body.page--home .wrap .block--content-wrap .list__more_btm a {
  color: #fd6f9b;
  border: solid 2px #fd6f9b;
  padding: 0.9em;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  display: block;
}
body.page--home .sns-links {
  display: flex;
  gap: 15px;
}
body.page--home .sns-links a:hover {
  opacity: 0.75;
  transition: 0.4s;
}
body.page--home .footer .footer__inner .sns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
  color: #fff;
}
body.page--home .footer .footer__inner .sns-links li {
  flex: 0 0 auto;
}
body.page--home .footer .footer__inner .sns-links img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body.page--home .footer__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.page--home .footer ul.space-y-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page--home .footer ul.space-y-4 li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: opacity 0.2s ease;
}
body.page--home .footer ul.space-y-4 li a:hover {
  opacity: 0.75;
}
body.page--home .footer ul.sns-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page--home .footer ul.sns-links img {
  width: 44px;
  height: 44px;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body.page--home .section--custom-bnr {
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
body.page--home .section--custom-bnr .bnr-title {
  color: #fd6f9b;
  margin: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
body.page--home .section--custom-bnr .bnr-link {
  display: inline-block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}
body.page--home .section--custom-bnr .bnr-link:hover {
  opacity: 0.75;
  transition: 0.4s;
}
body.page--home .section--custom-bnr .bnr-link .bnr-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
body.page--home #kuji .txt,
body.page--home #kuji .btn--main {
  font-family: mochiy-pop, sans-serif; /* 指定フォント */
}
body.page--home #kuji .txt {
  color: #fd6f9b;
  font-size: 16px;
}
body.page--home #kuji .btn--main {
  color: #fff;
  border: none;
  background: linear-gradient(92.54deg, #fd719b 5.84%, #fd9371 95.21%);
}
body.page--home .section--kuji {
  display: flex;
  justify-content: center;
  gap: 10%;
  background-color: #fff7fd;
  width: 55%;
  margin: auto;
  border-radius: 10px;
  padding: 2%;
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/top/kuji_bg.png"); /* 任意のパス */
  background-size: 80%; /* セクション全体にフィット */
  background-position: center center; /* 中央寄せ */
}
body.page--home .section--gacha .gacha__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 70%;
}
body.page--home .section--gacha .gacha__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row-reverse;
}
body.page--home .detail__btn {
  margin-top: 20px;
}
body.page--home .detail__btn .section--gacha .gacha__detail.left--item {
  flex: 1 1 52%;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 20px);
}
body.page--home .section--gacha .detail__btn a::after {
  background: transparent;
}
body.page--home .section--gacha .gacha__detail .block--tit {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  justify-content: center;
  text-align: center;
}
body.page--home .section--gacha .gacha__detail .section-tit.ph img {
  display: block;
  width: clamp(160px, 26vw, 320px);
  height: auto;
}
body.page--home .section--gacha .detail__txt {
  line-height: 1.8;
}
body.page--home .section--gacha .detail__btn a,
body.page--home .section--gacha .detail__btn .btn--main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(210px, 15vw, 420px);
  height: clamp(44px, 6vw, 55px);
  padding: 0 clamp(16px, 2vw, 28px);
  border-radius: 9999px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
body.page--home .section--gacha .gacha__img.right--item {
  flex: 1 1 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page--home .section--gacha .gacha__img .ph {
  width: 100%;
}
body.page--home .section--gacha .gacha__img img {
  display: block;
  width: min(100%, 640px);
  height: auto;
  pointer-events: none;
}
body.page--home .block--item {
  text-align: center;
}
body.page--home #announcement {
  width: 50vw;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  margin: 0 auto 5vw;
  position: relative;
  z-index: 10;
}
body.page--home #announcement a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  gap: 0.5em;
  color: #111;
  line-height: 1.3;
}
body.page--home #announcement .icon {
  font-size: 200%;
  color: #f59729;
}
body .old-stfam-note {
  font-size: 10px;
  color: #fff;
  display: block;
}
body:not(.page--home) .ttl--bg .tit--box {
  width: 100%;
  text-align: center;
}
body:not(.page--home) .ttl--bg .tit--box.tit_on {
  opacity: 1;
}
body:not(.page--home) .ttl--bg .tit--box .section--ruby--tit {
  -webkit-text-stroke-width: 7px;
}
body:not(.page--home) .ttl--bg .tit--box .section--ruby--tit::after {
  color: #fff;
  -webkit-text-stroke-width: 0;
  --tw-content: attr(data-title);
  content: var(--tw-content);
  position: absolute;
  left: 0;
  right: 0;
}
body:not(.page--home).page--biography .ttl--bg .tit--box .section--ruby--tit {
  color: #fd99b9;
}
body:not(.page--home).page--biography .ttl--bg .tit--box .section-tit {
  color: #fd99b9;
}
body:not(.page--home).page--information .ttl--bg .tit--box .section--ruby--tit {
  color: #fd99b9;
}
body:not(.page--home).page--information .ttl--bg .tit--box .section-tit {
  color: #fd99b9;
}
body:not(.page--home).page--schedule .ttl--bg .tit--box .section--ruby--tit {
  color: #97aeff;
}
body:not(.page--home).page--schedule .ttl--bg .tit--box .section-tit {
  color: #97aeff;
}
body:not(.page--home).page--video .ttl--bg .tit--box .section--ruby--tit {
  color: #f78a7c;
}
body:not(.page--home).page--video .ttl--bg .tit--box .section-tit {
  color: #f78a7c;
}
body:not(.page--home).page--discography .ttl--bg .tit--box .section--ruby--tit {
  color: #aed581;
}
body:not(.page--home).page--discography .ttl--bg .tit--box .section-tit {
  color: #aed581;
}
body:not(.page--home).page--movie .ttl--bg .tit--box .section--ruby--tit {
  color: #cf9de0;
}
body:not(.page--home).page--movie .ttl--bg .tit--box .section-tit {
  color: #cf9de0;
}
body:not(.page--home).page--video .ttl--bg .tit--box .section--ruby--tit, body:not(.page--home).page--qa .ttl--bg .tit--box .section--ruby--tit {
  -webkit-text-stroke-width: 10px;
  font-size: 36px;
}
body:not(.page--home).page--photo .ttl--bg .tit--box .section--ruby--tit {
  color: #71ddc4;
}
body:not(.page--home).page--photo .ttl--bg .tit--box .section-tit {
  color: #71ddc4;
}
body.page--biography.window-scroll .header {
  background-color: #fff;
}
body.page--biography .wrap {
  padding-top: 120px;
}
body.page--biography .artist--photo {
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
body.page--biography .member--kv_container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
body.page--biography .member--detail_txt {
  max-width: 960px;
  width: 100%;
  margin: 1em auto;
  text-align: center;
}
body.page--biography .member--list_container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
}
body.page--biography .member--list_container .member--list_box {
  width: 32%;
  list-style: none !important;
  list-style-type: none !important;
}
body.page--biography .member--list_container img {
  pointer-events: none;
}
body .block--share .share {
  font-size: 12px;
  letter-spacing: 0.1em;
}
body.page--schedule .section--list .block--refine label p {
  font-family: quicksand, sans-serif;
  background-color: #fd6f9b;
  color: rgba(255, 255, 255, 0.4117647059);
}
body.page--schedule .section--list .block--month {
  color: #54577a;
}
body.page--schedule .section--list .block--month .tit {
  font-family: quicksand, sans-serif;
  font-weight: 500;
}
body.page--schedule .section--list .list--info {
  color: #54577a;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start {
  font-family: quicksand, sans-serif;
  font-weight: 500;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start:has(.sat) {
  color: #3b9ffa;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start:has(.holiday) {
  color: #ea495d;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start .block--date__date {
  left: 0;
  bottom: auto;
  font-size: 28px;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start .block--date__youbi {
  left: 0;
  bottom: auto;
  font-size: 16px;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start .block--date__month {
  display: none;
}
body.page--schedule .section--list .list--info .sys-schedule .block--date__start .block--date__month::after {
  background-color: #54577a;
}
body.page--movie #form__search .searchBox input[type=text] {
  background-color: #f2f2f2;
}
body.page--movie #form__search .searchBox input[type=submit] {
  color: #000;
}
body.page--movie .list--movie {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* アイテム間のすき間だけを管理 */
}
body.page--movie .list--movie .list__item {
  box-sizing: border-box;
  flex: 0 0 calc(50% - 12px); /* 2列。gapの半分だけ引く */
  margin: 0; /* 既存の margin を無効化 */
}
body #fc {
  background: #fff url("../image/top/bg_fc_main.png") top/100% no-repeat;
}
body #fc .block--content-wrap {
  display: block;
  padding: 60px 0 150px;
}
body #fc .block--content-wrap .block--contents {
  width: 100%;
}
body #fc .block--content-wrap .block--contents#movie {
  background: linear-gradient(#fdfcfe 0%, rgba(253, 252, 254, 0.3) 100%);
}
body #fc .block--content-wrap .block--contents#photo {
  background: linear-gradient(#f9fffe 0%, rgba(249, 255, 254, 0.3) 100%);
}
body #fc .block--content-wrap .block--contents#mail {
  background: linear-gradient(#fffdf9 0%, rgba(255, 253, 249, 0.1) 100%);
}
body #fc .block--content-wrap .block--contents .list--thumbnail {
  max-width: 554px;
  margin: 0 auto;
}
body #fc .fc--firstview .bnr--mv {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
body #fc .fc--firstview .bnr--mv img {
  max-width: 561px;
  width: 100%;
  pointer-events: none;
}
body #fc .fc--firstview .regi--btn {
  text-align: center;
  margin: 20px auto 0;
  max-width: 215px;
  width: 100%;
}
body #fc .fc--firstview .regi--btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 330px;
  border-radius: 30px;
  padding: 0.8em 0.5em;
  font-size: 16px;
  color: #fff;
  background-image: url("../image/top/btn_bg_fc_registration.png"), linear-gradient(#ff789f 0%, #fcbc76 100%);
  transition: all 0.3s;
}
body #fc .fc--firstview .regi--btn a:before {
  content: url("../image/top/btn_icon_wing_l.svg");
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
body #fc .fc--firstview .regi--btn a:after {
  content: url("../image/top/btn_icon_wing_r.svg");
  position: absolute;
  right: 1.5em;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}
body #fc .fc--firstview .regi--btn a:hover {
  opacity: 0.7;
}
body #fc .fc--firstview .regi--btn a:hover:before {
  left: 1.9em;
}
body #fc .fc--firstview .regi--btn a:hover:after {
  right: 1.9em;
}
body #fc .fc--firstview .login_area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 20em;
  margin: 0.75em auto 0;
}
body #fc .fc--firstview .login_area a {
  color: #fd6f9b;
  transition: all 0.3s;
  text-decoration: underline;
}
body #fc .fc--firstview .login_area a:hover {
  opacity: 0.5;
  text-decoration: none;
}
body #fc .fc--firstview .what_stfam {
  text-align: center;
  margin-top: 1.5em;
}
body #fc .fc--firstview .what_stfam .cta {
  --pad-y: 14px;
  --pad-x: 16px;
  --border: 2px;
  --icon-size: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: var(--pad-y) calc(var(--pad-x) + var(--icon-size) + 6px) var(--pad-y) var(--pad-x);
  border-radius: 9999px;
  color: #333;
  text-decoration: none;
  line-height: 1;
  background: #fff;
  box-shadow: 0 6px 18px rgba(255, 106, 162, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  isolation: isolate;
}
body #fc .fc--firstview .what_stfam .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--border);
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
body #fc .fc--firstview .what_stfam .cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(255, 106, 162, 0.22);
}
body #fc .fc--firstview .what_stfam .cta__label {
  font-weight: 800;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
body #fc .fc--firstview .what_stfam .cta__badge {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 62px; /* 画像サイズに合わせて調整 */
  height: 24px; /* 画像サイズに合わせて調整 */
  transform: rotate(-6deg);
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: url(../image/top/about.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body #fc .fc--firstview .what_stfam .cta__icon {
  position: absolute;
  right: 12px;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 9999px;
  display: grid;
  place-items: center;
  color: #fff; /* svg の stroke に効く */
  background: linear-gradient(90deg, #ff6aa2, #ffa24b);
  box-shadow: 0 4px 10px rgba(255, 106, 162, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body #fc .fc--firstview .what_stfam .cta:hover .cta__icon {
  transform: translateX(2px);
  box-shadow: 0 6px 16px rgba(255, 106, 162, 0.32);
}

.page--photo .list--thumbnail li .thumb {
  margin-bottom: 20px !important;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 5%;
}
.page--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next {
  bottom: 5vh;
  top: inherit;
}

.page--feature {
  /* ===== 左：プロフィール ===== */
  /* ===== おてがみカード ===== */
  /* ボタン本体：中央寄せ＋左にアイコン分の余白を確保 */
  /* 画像を左下に“固定配置”して重ねる */
  /* テキストは一行で中央に */
  /* ===== 右：ビジュアル ===== */
  /* 画像サイズ：モバイルで大きく、PCで“右にどん” */
  /* ===== フッターのボタン（下中央） ===== */
  /* hoverで薄く */
  /* active時は少し戻す（任意） */
  /* ラッパーの並びと余白 */
  /* ラッパーの並びと余白 */
  /* 丸ボタンの共通スタイル */
  /* 各サービスのブランドカラー */
  /* X(旧Twitter)は黒 */
  /* Instagramはグラデ推し */
}
.page--feature .wrap {
  padding-bottom: 200px;
}
.page--feature .relative {
  position: relative;
}
.page--feature .block--service {
  display: none;
}
.page--feature #fc-member.artist {
  padding-block: clamp(24px, 4vw, 64px);
}
.page--feature #fc-member .artist__inner {
  display: flex;
  max-width: 900px;
  margin: auto;
  gap: 10%;
}
.page--feature #fc-member {
  position: relative; /* 擬似要素の基準にする */
}
.page--feature #fc-member::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw; /* ビューポート幅いっぱい */
  height: 100%; /* セクション高に追従 */
  transform: translateX(-50%); /* 中央基準にして左右はみ出し調整 */
  background: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/top/bg_fc_main.png") top center/cover no-repeat;
  z-index: 0; /* 背景として奥に */
}
.page--feature #fc-member > .artist__inner,
.page--feature #fc-member > .artist-more {
  position: relative;
  z-index: 1;
}
.page--feature #fc-member.artist--root {
  --main-color: #f8c03a;
}
.page--feature #fc-member.artist--rinu {
  --main-color: #f77061;
}
.page--feature #fc-member.artist--satomi {
  --main-color: #fd719c;
}
.page--feature #fc-member.artist--colon {
  --main-color: #3b9ffa;
}
.page--feature #fc-member.artist--jel {
  --main-color: #f8a054;
}
.page--feature #fc-member.artist--nanamori {
  --main-color: #bc76d3;
}
.page--feature #fc-member .artist-header {
  margin-bottom: 20px;
}
.page--feature #fc-member .artist-title {
  font-family: mochiy-pop, sans-serif;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.2;
  color: var(--main-color);
  font-weight: 300;
}
.page--feature #fc-member .artist-sub {
  font-family: mochiy-pop, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--main-color);
}
.page--feature #fc-member .artist-lead {
  position: relative;
  font-size: 0.95rem;
  font-weight: 700;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
  width: 400px;
}
.page--feature #fc-member .artist-meta {
  margin-top: 30px;
}
.page--feature #fc-member .artist-meta .label {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}
.page--feature #fc-member .artist-meta .value {
  color: var(--main-color);
  font-size: 1rem;
  font-weight: 700;
}
.page--feature #fc-member .artist-card {
  position: relative;
  border: 2px solid #fbd5e7;
  background: rgb(255, 252, 243, var(--tw-bg-opacity, 1));
  border-radius: 16px;
  padding: 18px 20px 28px;
  margin-top: 30px;
}
.page--feature #fc-member .artist-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f48fb1;
}
.page--feature #fc-member .artist-card__desc {
  margin-bottom: 25px;
  font-size: 0.9rem;
  color: #64748b;
}
.page--feature #fc-member .artist-card__cta {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto 0;
  overflow: visible;
  min-width: 0;
}
.page--feature .artist-card__cta:hover {
  opacity: 0.7;
}
.page--feature #fc-member .artist-card__cta > img {
  position: absolute;
  left: 40px;
  bottom: 0px;
  width: 70px;
  height: auto;
  pointer-events: none;
}
.page--feature #fc-member .artist-card__cta > span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 9999px;
  background-color: #fd719b;
  padding: 1.25rem 0rem 1.25rem 3rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  min-width: 280px;
}
.page--feature #fc-member .artist-card__thumb {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page--feature #fc-member .artist-visual {
  display: block;
  pointer-events: none;
}
.page--feature #fc-member .artist-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.page--feature #fc-member .artist__col--visual .artist-visual {
  max-width: min(85vw, 960px);
}
@media (min-width: 768px) {
  .page--feature #fc-member .artist__col--visual .artist-visual {
    max-width: clamp(560px, 46vw, 960px);
    margin-left: auto;
    margin-right: 0;
  }
}
.page--feature #fc-member .artist-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(20px, 4vw, 36px) auto 0;
  --pink: #fd719b;
  color: var(--pink);
  background: transparent;
  border: 2px solid var(--pink);
  border-radius: 9999px;
  padding: 8px 18px;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  line-height: 1;
}
.page--feature #fc-member a.artist-more {
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.page--feature #fc-member a.artist-more:hover {
  opacity: 0.7;
}
.page--feature #fc-member a.artist-more:active {
  opacity: 0.8;
}
.page--feature .sns-block {
  margin-top: 15px;
}
.page--feature .block--sns {
  display: flex;
  gap: 14px; /* アイコン間の余白 */
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page--feature .block--sns li a {
  display: inline-flex;
  width: 44px; /* 直径：調整可 */
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff; /* アイコン色 */
  text-decoration: none;
  font-size: 25px; /* アイコンサイズ */
}
.page--feature .nav--sns--youtube a {
  background: #FF0000;
}
.page--feature .nav--sns--x a {
  background: #111;
}
.page--feature .nav--sns--line a {
  background: #06C755;
}
.page--feature .nav--sns--tiktok a {
  background: #000;
}
.page--feature .nav--sns--instagram a {
  background: radial-gradient(35% 40% at 30% 30%, #ffd776, rgba(255, 215, 118, 0) 60%), linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}
.page--feature .intro-extra {
  text-align: center;
  color: #fd6f9b;
}
.page--feature .intro-extra__img {
  margin-bottom: 50px;
}
.page--feature .attention-extra__text {
  text-align: center;
}
.page--feature .attention-extra__img {
  margin: 20px auto;
  width: 80%;
}
.page--feature .block--first_login .block-tit,
.page--feature .block--first_login .txt--basic {
  display: none;
}
.page--feature .block--first_login .btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 330px;
  border-radius: 30px;
  padding: 0.8em 0.5em;
  font-size: 16px;
  color: #fff;
  background-image: url("../image/top/btn_bg_fc_registration.png"), linear-gradient(#ff789f 0%, #fcbc76 100%);
  transition: all 0.3s;
  margin: 20px auto;
}
.page--feature .block--first_login .btn a::before {
  content: url("../image/top/btn_icon_wing_l.svg");
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.page--feature .block--first_login .btn a::after {
  content: url("../image/top/btn_icon_wing_r.svg");
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.page--feature .block--first_login .btn a:hover {
  opacity: 0.7;
}
.page--feature .block--first_login .btn a:hover::before {
  left: 1.9em;
}
.page--feature .block--first_login .btn a:hover::after {
  right: 1.9em;
}
.page--feature .tit--box .section--ruby--tit {
  color: #fd99b9;
}
.page--feature .tit--box .section-tit {
  color: #fd99b9;
}
.page--feature .btn--sub {
  background: none;
  color: #000 !important;
  margin: 1em 0;
  padding: 1.3em 2em;
  background-color: #A8E8FA;
  border: none;
  background-image: none !important;
}

.page--letter .letter__main--img img {
  pointer-events: none;
}
.page--letter .artist__img img {
  pointer-events: none;
}

/* レター全体（中身より背面に背景を敷く） */
.page--questionnaire.page--letter .section--detail {
  width: 750px;
  /* 背景レイヤー */
  /* コンテンツは前面に */
}
.page--questionnaire.page--letter .section--detail .block--title:not(:has(.section-tit)) {
  display: none;
}
.page--questionnaire.page--letter .section--detail .section-tit {
  text-align: center;
  color: #fd719b;
}
.page--questionnaire.page--letter .section--detail .txt--basic {
  text-align: center;
}
.page--questionnaire.page--letter .section--detail .block--letter--body {
  position: relative;
  max-width: 750px;
  margin: 40px auto;
  padding: 10%;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dt {
  display: none;
  margin-bottom: 0;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd {
  margin-bottom: 0;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd input[type=text],
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd select,
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd textarea {
  border-radius: 0;
  background: none;
  border: none;
  color: #54577a;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd select {
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.5em 1.5em 0.5em 0.5em;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd .form--post {
  margin-bottom: 0em;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd .form__select {
  border: none;
  background: none;
  padding: 5px 1em 5px 51px;
  pointer-events: none;
  margin-bottom: 30px;
  /*&::before{
  	content: "へ";
  	font-weight: bold;
  	font-size: 1.3em;
  	position: absolute;
  	top: 50%;
  	right: -30px;
  	transform: translateY(-50%);
  }*/
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd .form__select::after {
  width: 0.8em;
  height: 0.8em;
  border-color: #fff;
  transform: rotate(-45deg) translateY(-50%);
  top: 42%;
}
.page--questionnaire.page--letter .section--detail .block--letter--body dl dd textarea {
  min-height: 11em;
  resize: none;
}
.page--questionnaire.page--letter .section--detail .block--letter__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.page--questionnaire.page--letter .section--detail .block--letter__bg > div {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.page--questionnaire.page--letter .section--detail .block--letter__bg .block--letter--body__top {
  height: auto;
  background-image: url(../image/letter/upper_part.png);
  background-size: 100% 100%; /* 修正 */
}
.page--questionnaire.page--letter .section--detail .block--letter__bg .block--letter--body__mid {
  flex: 1 1 auto;
  background-image: url(../image/letter/repeat_part.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  margin-top: -1px; /* 誤差補正 */
  margin-bottom: -1px; /* 誤差補正 */
}
.page--questionnaire.page--letter .section--detail .block--letter__bg .block--letter--body__btm {
  height: auto;
  background-image: url(../image/letter/bottom_part.png);
  background-size: 100% 100%; /* 修正 */
  background-position: center bottom;
}
.page--questionnaire.page--letter .section--detail .block--letter--body > form,
.page--questionnaire.page--letter .section--detail .block--letter--body > *:not(.block--letter__bg) {
  position: relative;
  z-index: 1;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select .styled-form__select {
  border: none;
  color: #54577a;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: no-repeat center url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_rinu.webp);
  background-size: cover;
  border-radius: 5em;
  position: absolute;
  left: 9px;
  top: calc(50% - 21px);
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-rinu)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_rinu.webp);
  background-color: #fff0f1;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-nanamori)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_nanamori.webp);
  background-color: #f3e7f7;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-jel)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_jel.webp);
  background-color: #fef1e3;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-satomi)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_satomi.webp);
  background-color: #fee6ee;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-colon)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_colon.webp);
  background-color: #e2f1ff;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-root)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_root.webp);
  background-color: #fef6e2;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select:has(select.member-all)::before {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_all.png);
  background-color: #fff0f5;
}
.page--questionnaire.page--letter .section--detail .form--post .form__select::after {
  border: none;
}
.page--questionnaire.page--letter .letter-message-group {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px;
}
.page--questionnaire.page--letter .input-with-counter {
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.page--questionnaire.page--letter .char-counter {
  text-align: right;
}
.page--questionnaire.page--letter textarea {
  border: none;
  padding: 0;
  color: #54577a;
}
.page--questionnaire.page--letter .form--confirm dd {
  margin-bottom: 50px !important;
}

.page--questionnaire-confirm {
  /* ---- メンバー別（dd に付くクラスで出し分け） ---- */
  /* 末尾右寄せが必要ならそのまま */
}
.page--questionnaire-confirm .form--confirm {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 20px;
}
.page--questionnaire-confirm .txt {
  text-align: center;
}
.page--questionnaire-confirm .form--confirm > dd {
  position: relative;
  margin-bottom: 40px;
}
.page--questionnaire-confirm .form--confirm > dd::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  vertical-align: middle;
  background: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_rinu.webp") no-repeat center/cover;
  background-color: #fff0f1;
  border-radius: 5em;
}
.page--questionnaire-confirm .form--confirm dd:first-of-type::before {
  display: none;
}
.page--questionnaire-confirm .form--confirm .letter-message-group > dd::before {
  display: inline-block;
}
.page--questionnaire-confirm .form--confirm > dd:first-of-type::before {
  display: inline-block;
}
.page--questionnaire-confirm .form--confirm > dd:first-of-type {
  padding-left: 50px;
  font-weight: bold;
  font-size: 1.3em;
}
.page--questionnaire-confirm .form--confirm .letter-message-group > dd {
  padding-left: 72px;
}
.page--questionnaire-confirm .form--confirm > dd.member-all::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_all.png");
  background-color: #fff0f5;
}
.page--questionnaire-confirm .form--confirm > dd.member-rinu::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_rinu.webp");
  background-color: #fff0f1;
}
.page--questionnaire-confirm .form--confirm > dd.member-nanamori::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_nanamori.webp");
  background-color: #f3e7f7;
}
.page--questionnaire-confirm .form--confirm > dd.member-jel::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_jel.webp");
  background-color: #fef1e3;
}
.page--questionnaire-confirm .form--confirm > dd.member-satomi::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_satomi.webp");
  background-color: #fee6ee;
}
.page--questionnaire-confirm .form--confirm > dd.member-colon::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_colon.webp");
  background-color: #e2f1ff;
}
.page--questionnaire-confirm .form--confirm > dd.member-root::before {
  background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/letter/icon/letter_root.webp");
  background-color: #fef6e2;
}
.page--questionnaire-confirm .form--confirm > dd:last-of-type {
  text-align: right;
  margin-top: 30px;
}

.form--post {
  margin-bottom: 0em;
}

.page--events .section--detail .detail-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.page--events .section--detail .detail-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.page--events .section--detail .detail-card {
  flex: 0 0 calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
.page--events .section--detail .detail-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f5f7;
}
.page--events .section--detail .detail-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page--events .section--detail .detail-card__title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
}
.page--events .section--detail .detail-card__date {
  font-size: 12px;
  color: #6b7280;
  margin-top: 10px;
}

.page--events--detail {
  /* 共通デザイン */
  /* summary部分 */
  /* デフォルト矢印を消す */
  /* 右端の＋／− */
  /* 兵庫 */
  /* 日付＋会場を縦並び */
  /* 開いたパネル部分 */
  /* --- セクション共通 --- */
  /* --- チケットボックス --- */
  /* --- 席種リスト --- */
  /* --- 注意事項エリア --- */
  /* ぼかし背景：コンテナの高さ＝画像の高さに一致 */
  /* 中央のメイン画像（これが高さの基準） */
  /* 固定ヘッダーがある分だけ上に余白を確保して止める */
  /* ついでにスムーズスクロール */
  /* ---------- Theme ---------- */
  /* ---------- 通知バー ---------- */
  /* 各セクション */
  /* 開催日内の段落 */
  /* 区切り線 */
  /* 注意文 */
  /* ボタン本体 */
  /* タイトル・サブタイトル */
}
.page--events--detail .wrap {
  padding-bottom: 120px !important;
}
.page--events--detail .button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page--events--detail .button-event {
  margin-top: 50px;
  text-align: center;
}
.page--events--detail .btn-outline {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #fd6f9b;
  border-radius: 40px;
  color: #fd6f9b;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #fff;
}
.page--events--detail .schedule-section {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.page--events--detail .acc {
  margin: 0 auto 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.page--events--detail .acc-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px 18px 24px;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.page--events--detail .acc-summary::-webkit-details-marker {
  display: none;
}
.page--events--detail .acc-summary::after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  color: #fd6f9b;
  transition: transform 0.2s ease, color 0.2s ease;
}
.page--events--detail .acc[open] .acc-summary::after {
  content: "−";
}
.page--events--detail .area {
  color: #fd6f9b;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
.page--events--detail .summary-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex-grow: 1;
}
.page--events--detail .date {
  color: #737373;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 1;
}
.page--events--detail .place {
  font-weight: bold;
  font-size: 16px;
  color: #3a4763;
  line-height: 1.4;
}
.page--events--detail .acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  text-align: left;
  padding: 0 24px;
}
.page--events--detail .acc[open] .acc-panel {
  max-height: 600px;
  padding: 16px 24px 20px;
}
.page--events--detail .acc-panel p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #333;
}
.page--events--detail .ticket-section {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.page--events--detail .section-title {
  font-size: 26px;
  font-weight: bold;
  color: #fd6f9b;
  margin-top: 50px;
  margin-bottom: 24px;
  font-family: mochiy-pop, sans-serif;
  text-align: center;
}
.page--events--detail .ticket-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.page--events--detail .ticket-types {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page--events--detail .ticket-type {
  margin-bottom: 12px;
}
.page--events--detail .ticket-type__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #fd6f9b;
  padding-left: 12px;
}
.page--events--detail .ticket-type__label {
  font-weight: bold;
  font-size: 16px;
  color: #54577a;
}
.page--events--detail .ticket-type__price {
  font-weight: bold;
  font-size: 13px;
  color: #fd6f9b;
}
.page--events--detail .ticket-type__price-num {
  font-family: "Quicksand", sans-serif;
  font-size: 28px;
  line-height: 1;
  margin-right: 4px;
}
.page--events--detail .ticket-notes {
  font-size: 14px;
  line-height: 1.8;
  color: #54577a;
}
.page--events--detail .ticket-notes h4 {
  text-align: center;
  font-weight: bold;
  color: #fd6f9b;
  margin: 20px 0 10px;
  font-size: 18px;
}
.page--events--detail .ticket-notes p {
  margin-bottom: 14px;
}
.page--events--detail .ticket-notes a {
  color: #fd6f9b;
  text-decoration: underline;
}
.page--events--detail .ticket-notes hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 16px 0;
}
.page--events--detail .hero-banner {
  width: 100%;
  height: auto;
  aspect-ratio: auto !important;
  padding: 0 !important;
  margin: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  line-height: 0;
}
.page--events--detail .hero-banner::before {
  content: "";
  position: absolute;
  inset: 0; /* コンテナにぴったり */
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  filter: blur(18px) brightness(0.95);
  transform: scale(1.05); /* ぼかし端の切れ防止だけ少し拡大 */
  z-index: 0;
}
.page--events--detail .hero-banner__main {
  display: block; /* 画像の下の隙間を消す */
  width: min(720px, 92vw); /* PCは720px、SPは画面幅にフィット */
  height: auto; /* 比率維持 */
  margin: 0 auto; /* 中央寄せ */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.page--events--detail .detial--bg {
  background-image: url(/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/feature/events/detial--bg.webp);
}
.page--events--detail .detail-bg__container {
  padding: 100px 0;
}
.page--events--detail #schedule,
.page--events--detail #ticket,
.page--events--detail #entry {
  scroll-margin-top: 140px;
}
.page--events--detail html {
  scroll-behavior: smooth;
}
.page--events--detail .fr-view .ticket-info {
  color: #5b677b;
}
.page--events--detail .ticket-info {
  padding: 2%;
}
.page--events--detail .ticket-status {
  background-color: #a5aabb;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 700;
}
.page--events--detail .ticket-category {
  color: #a5aabb;
  font-weight: 700;
}
.page--events--detail .ticket-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px 18px 24px;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.page--events--detail .ticket-summary::-webkit-details-marker {
  display: none;
}
.page--events--detail .ticket-summary::after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  color: #a5aabb;
  transition: transform 0.2s ease, color 0.2s ease;
}
.page--events--detail .acc[open] .ticket-summary::after {
  content: "−";
}
.page--events--detail .ticket-info__notice {
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 10px 12px;
  margin: 0 0 16px;
  background-color: #fd6f9b;
}
.page--events--detail .ticket-info__section {
  margin-bottom: 16px;
  text-align: left;
  color: #a5aabb;
}
.page--events--detail .ticket-info__label {
  font-weight: 700;
  color: #a5aabb;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.page--events--detail .ticket-info__body {
  color: #a5aabb;
  font-size: 0.9rem;
  line-height: 1.8;
}
.page--events--detail .ticket-info__body p {
  margin: 0 0 10px;
}
.page--events--detail .ticket-info__body p:last-child {
  margin-bottom: 0;
}
.page--events--detail .ticket-info__body strong {
  color: #a5aabb;
  font-weight: 700;
}
.page--events--detail .ticket-info__hr {
  border: none;
  height: 1px;
  background: #e5e9f0;
  margin: 20px 0;
}
.page--events--detail .ticket-info__notes {
  font-size: 0.85rem;
  color: #a5aabb;
  line-height: 1.9;
  text-align: left;
}
.page--events--detail .cta-ticket {
  width: 100%;
  margin: 30px auto;
  max-width: 280px;
}
.page--events--detail .cta-ticket-wrap {
  padding: 0;
}
.page--events--detail .cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  border-radius: 999px;
  background-color: #acc9f3;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  transition: background 0.2s ease, transform 0.15s ease;
}
.page--events--detail .cta-button__title {
  font-weight: 800;
  font-size: 1rem;
}
.page--events--detail .cta-button__subtitle {
  margin-top: 3px;
  font-weight: 700;
  font-size: 0.8rem;
  opacity: 0.95;
}
.page--events--detail .ticket-entry {
  background-color: #ffeef3;
  padding: 0px 20px 40px 20px;
  border-top: 2px solid #f1d37c;
  border-bottom: 2px solid #f1d37c;
  margin-top: 5%;
}
.page--events--detail .ticket-wrap {
  width: 57%;
  margin: auto;
}

.list--qa .list__item a {
  background-color: #fff1f5;
  border-radius: 10px;
  padding: 1.5em 71px;
}
.list--qa .list__item a::before {
  left: 15px;
  top: 25px;
  border: none;
  color: #ff7da5;
  font-family: "mochiy-pop-p";
  font-size: 25px;
}
.list--qa .list__item a::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ff7da5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.section-note__title {
  font-weight: bold;
  font-size: 12px;
}

.section-note__text {
  font-size: 10px;
}

.page--report .section--list {
  width: 90%;
  max-width: 1024px;
  padding: 0 0 80px;
  margin: 0 auto;
}
.page--report .list--thumbnail {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5vw 3%;
}
.page--report .list--thumbnail .list__item {
  width: 31.3333333333%;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}

.no-data {
  color: transparent; /* 既存テキストを非表示 */
  position: relative;
  width: 100%;
}

.no-data::before {
  content: "Coming soon...";
  color: #fd6f9b; /* ピンク色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.section-note {
  margin-top: 4em;
}

.page--chat-community .wrap {
  padding-top: 200px !important;
  padding-bottom: 250px;
  background: url("../image/top/contents_bg_pc.png");
}
.page--chat-community .block--community--keyvisual {
  margin-bottom: 30px;
}
.page--chat-community .wrap--action.list--head #comment_popup,
.page--chat-community .wrap--action.list--head .form--post,
.page--chat-community .wrap--action.list--head .form--post .form--inptarea,
.page--chat-community .wrap--action.list--head .form--post .input_close {
  background-color: #fd6f9b;
}
.page--chat-community .section-tit {
  color: #fd6f9b;
  font-size: 16px !important;
}
.page--chat-community .block--title,
.page--chat-community .block--comment {
  background-color: #f9f9f9;
}
.page--chat-community .block--title {
  padding: 15px 1.5em;
  display: block;
}
.page--chat-community .block--title .section-tit {
  padding: 15px 0;
  width: 100%;
  font-size: 12px;
  white-space: normal;
  line-height: 1.6;
}

.page--qa-confirm .section--detail .section-tit,
.page--qa-edit .section--detail .section-tit {
  display: none !important;
}

.block--hero-img > img {
  display: none;
}

.bg > img {
  display: none;
}

.bg::before {
  opacity: 0;
}

@media screen and (min-width: 961px) {
  body.page--home .block--content-wrap {
    justify-content: center;
    align-items: stretch;
    gap: 0 50px;
  }
  body.page--home .block--content-wrap .block--contents {
    margin-bottom: 50px;
  }
  body.page--home .wrap {
    background: url("../image/top/contents_bg_pc.png");
    padding-bottom: 250px;
  }
  body.page--home .wrap .view__area .section--hero-img::before {
    content: "";
    width: 100%;
    aspect-ratio: 1920/246;
    background: url(../image/top/mv_bg_front.png) repeat-x bottom/cover;
    z-index: 4;
    position: absolute;
    bottom: -1px;
  }
  body.page--home .wrap .view__area .section--hero-img .group--logo {
    bottom: 60px;
    width: 240px;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box {
    width: 50vw;
    top: 40px;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(1) {
    left: -10vw;
    z-index: 5;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(2) {
    left: 5vw;
    z-index: 6;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(3) {
    left: 24vw;
    z-index: 7;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(4) {
    left: 34vw;
    z-index: 6;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(5) {
    left: 50vw;
    z-index: 5;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(6) {
    left: 60vw;
  }
  body.page--home .wrap .section--banner .list--bnr {
    margin: 40px 0 0;
  }
  body .list--information .list__item a {
    padding: 25px 0;
  }
  body .list--information .list__item a .date {
    margin-bottom: 10px;
  }
  body .list--information .list__item a .tit {
    font-size: 16px;
  }
  body.page--biography .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_pink.png");
  }
  body.page--information .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_pink.png");
  }
  body.page--schedule .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_blue.png");
  }
  body.page--video .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_orange.png");
  }
  body.page--discography .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_lightgreen.png");
  }
  body.page--movie .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_purple.png");
  }
  body.page--photo .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_green.png");
  }
  body.page--qa .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_yellow.png");
  }
  body.page--qa-confirm .ttl--bg, body.page--qa-edit .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_yellow.png");
    display: block !important;
  }
  body.page--blog .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_yellow.png");
  }
  body .ttl--bg {
    width: 100%;
    height: 250px;
    background-size: 1920px 250px;
    background-repeat: repeat-x;
    background-position: top center;
  }
  body .ttl--bg .tit--box {
    top: 25px;
  }
  body.page--feature .ttl--bg {
    text-align: center;
    background: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/pc/lowerpage_ttl_bg_pink.png") repeat-x top center;
    position: relative;
    z-index: 1;
  }
  body.page--feature .tit--box {
    position: relative;
    z-index: 2;
  }
  body.page--feature .ttl--img-wrap {
    position: relative;
    z-index: 1;
    margin-top: -1rem; /* 上のカーブと自然につなげるなら微調整 */
    text-align: center;
  }
  body.page--feature .ttl--img-wrap img {
    width: 100%;
    height: auto;
    max-width: 800px;
    display: inline-block;
  }
  body.page--feature .block--introduction {
    margin-top: 10%;
  }
  body.page--feature #svgicon {
    display: none;
  }
  body .section--list {
    padding: 0 25%;
  }
  body.window-scroll #header-nav {
    padding: 30px 80px 2.2em 0 !important;
    background: #fff;
    z-index: 100;
  }
  body #header-nav {
    padding: 30px 80px 2.2em 0;
  }
  body #header-nav .nav__fc-block,
  body #header-nav .header .nav__fc-block {
    display: none !important;
  }
  body #header-nav .drawer {
    display: flex;
    justify-content: flex-end;
  }
  body #header-nav .drawer .block--login {
    position: initial;
  }
  body #header-nav .drawer .g-nav {
    padding-left: 4vw;
  }
  body #header-nav .drawer .g-nav .g-nav--item__mypage > a::before {
    content: none !important;
    -webkit-mask-image: none;
    mask-image: none;
    background: none;
  }
  body #header-nav .drawer .g-nav .nav {
    display: flex;
    align-items: center;
  }
  body #header-nav .drawer .g-nav .nav > .limited {
    display: none;
  }
  body #header-nav .drawer .g-nav .nav li a {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  body #header-nav .drawer .g-nav .nav li a::before {
    content: "";
    width: 2vw;
    height: 2vw;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  body #header-nav .drawer .g-nav .nav li a:hover {
    opacity: 0.75;
    transition: 0.4s;
  }
  body #header-nav .drawer .g-nav .nav li a::after {
    display: none;
  }
  body #header-nav .drawer .g-nav li > a[href="/"]::before {
    -webkit-mask-image: url("../image/top/event_collection.svg");
    mask-image: url("../image/top/event_collection.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/news/1"]::before {
    -webkit-mask-image: url("../image/top/menu_news.svg");
    mask-image: url("../image/top/menu_news.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/live_information/schedule/list"]::before {
    -webkit-mask-image: url("../image/top/schedule.svg");
    mask-image: url("../image/top/schedule.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/feature/events"]::before {
    -webkit-mask-image: url("../image/top/menu_event.svg");
    mask-image: url("../image/top/menu_event.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/news/2"]::before {
    -webkit-mask-image: url("../image/top/member.svg");
    mask-image: url("../image/top/member.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/news/4"]::before {
    -webkit-mask-image: url("../image/top/youtube.svg");
    mask-image: url("../image/top/youtube.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="https://stpr-records.com/artist/sutopuri/"]::before {
    -webkit-mask-image: url("../image/top/disco.svg");
    mask-image: url("../image/top/disco.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="https://store.stpr.com/"]::before {
    -webkit-mask-image: url("../image/top/onlinestore.svg");
    mask-image: url("../image/top/onlinestore.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/movie/list/1"]::before {
    -webkit-mask-image: url("../image/top/menu_movie.svg");
    mask-image: url("../image/top/menu_movie.svg");
  }
  body #header-nav .drawer .g-nav li > a[href="/feature/letter"]::before {
    -webkit-mask-image: url("../image/top/menu_letter.svg");
    mask-image: url("../image/top/menu_letter.svg");
  }
  body .drawer-menu {
    min-width: 450px;
  }
  body .logo {
    width: 70px;
    left: 1vw;
    top: 0;
  }
  body.drawer-visible .drawer-menu {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  body .drawer__btn,
  body .close__btn {
    top: 25px;
  }
  body.page--home .wrap .block--content-wrap .section--banner {
    width: 85%;
    margin-bottom: 120px;
  }
  body.page--home .wrap .block--content-wrap .section--banner .list--bnr .list__item {
    border-radius: 10px;
    overflow: hidden;
  }
  body.page--home .wrap .block--content-wrap .section--information .flex--container,
  body.page--home .wrap .block--content-wrap .section--schedule .flex--container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  body.page--home .wrap .block--content-wrap .section--schedule .list__item a {
    padding: 25px 0;
    border-bottom: 1px solid #e9eaee;
  }
  body.page--home .wrap .block--content-wrap .section--schedule .list__item a .block--date {
    top: initial;
  }
  body.page--home .wrap .block--content-wrap .section--video {
    width: 70%;
    padding: 36px 10%;
    margin: 0 auto 50px;
  }
  body.page--home .wrap .block--content-wrap .section--video.block--wide .list--thumbnail .list__item .video iframe {
    border-radius: 10px;
    overflow: hidden;
  }
  body.page--home .wrap .block--content-wrap .section--movie .bg--txt,
  body.page--home .wrap .block--content-wrap .section--photo .bg--txt {
    position: absolute;
    top: 50px;
    left: 10vw;
  }
  body.page--home .wrap .block--content-wrap .list__more_btm {
    margin: 2em auto 0;
    width: 100%;
    max-width: 137px;
  }
  body.page--home .wrap .block--content-wrap .list__more_btm:hover a {
    background-color: #fd6f9b;
    color: #fff;
  }
  body.page--home .wrap #fc.bottom {
    padding-bottom: 120px;
  }
  body:not(.page--home) .wrap {
    padding-top: 140px;
  }
  body:not(.page--home) .wrap .section--ruby--tit {
    font-size: 21px;
  }
  body:not(.page--home) .wrap .section-tit {
    font-size: 36px;
  }
  body.page--schedule .wrap {
    padding-bottom: 500px;
  }
  body.page--schedule .section--list .list--info.list--schedule {
    margin-bottom: 40px;
  }
}
.page--video .list--video .list__item {
  margin-bottom: 0px;
}

@media screen and (max-width: 960px) {
  .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ttl--bg {
    width: 100%;
    height: 130px;
    background-size: 744px 130px;
    background-repeat: repeat-x;
    background-position: top center;
  }
  .ttl--bg .tit--box {
    top: 15px !important;
  }
  .ttl--bg .tit--box .section--ruby--tit {
    font-size: 18px;
  }
  .ttl--bg .tit--box .section-tit {
    font-size: 25px;
  }
  .page--biography .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_pink_sp.png");
  }
  .page--information .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_pink_sp.png");
  }
  .page--schedule .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_blue_sp.png");
  }
  .page--video .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_orange_sp.png");
  }
  .page--video .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_orange_sp.png");
  }
  .page--discography .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_lightgreen_sp.png");
  }
  .page--movie .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_purple_sp.png");
  }
  .page--photo .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_green_sp.png");
  }
  .page--qa .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_yellow_sp.png");
  }
  .page--qa-edit .ttl--bg, .page--qa-confirm .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_yellow_sp.png");
    display: block !important;
    margin-bottom: 50px;
  }
  .page--blog .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_yellow_sp.png");
  }
  .page--feature .ttl--bg {
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/common/sp/lowerpage_ttl_bg_pink_sp.png");
  }
  body.drawer-visible .drawer__btn {
    background-color: rgba(255, 255, 255, 0.2);
  }
  body.drawer-visible .drawer__btn span:first-child {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  body.drawer-visible .drawer__btn span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  body.drawer-visible .drawer__btn::after {
    display: none;
  }
  .wrap .g-nav--item__mypage {
    display: inline-block;
    position: fixed;
    top: 3.7vw;
    z-index: 30;
    right: 80px;
  }
  .wrap .g-nav--item__mypage a {
    display: flex;
    align-items: center;
    font-size: 10px;
    background: #ffffff;
    border-radius: 30px;
    padding: 0.3em 1em;
    border: 1px solid #fd6f9b;
    color: #fd6f9b;
  }
  .wrap .g-nav--item__mypage .menu--logo {
    width: 30px;
  }
  .wrap .g-nav--item__login {
    position: fixed;
    top: 3vw;
    z-index: 30;
    right: 80px;
  }
  .wrap .block--login {
    display: none;
  }
  .drawer__btn {
    mix-blend-mode: initial;
    z-index: 1000;
    right: 20px;
    top: 3vw;
  }
  .header .drawer {
    background: linear-gradient(92.54deg, #fd719b 5.84%, #fd9371 95.21%);
  }
  .header .drawer .menu--logo {
    position: absolute;
    left: 6%;
    top: 20px;
    width: 65px;
  }
  .header .drawer .g-nav {
    top: 20px;
    padding: 0 5%;
  }
  .header .drawer .g-nav .g-nav--item__login {
    display: none;
  }
  .header .drawer .g-nav .nav {
    /* 文字グラデーション */
    /* 羽アイコン */
    /* 右の羽は反転 */
  }
  .header .drawer .g-nav .nav .g-nav--item {
    width: 100%;
    font-size: min(5vw, 18px);
  }
  .header .drawer .g-nav .nav .g-nav--item > a {
    color: #ffffff;
    position: relative;
    display: block;
    padding-left: 40px;
  }
  .header .drawer .g-nav .nav .g-nav--item > a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/"]::before {
    -webkit-mask-image: url("../image/top/event_collection.svg");
    mask-image: url("../image/top/event_collection.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/news/1"]::before {
    -webkit-mask-image: url("../image/top/menu_news.svg");
    mask-image: url("../image/top/menu_news.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/live_information/schedule/list"]::before {
    -webkit-mask-image: url("../image/top/schedule.svg");
    mask-image: url("../image/top/schedule.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/feature/events"]::before {
    -webkit-mask-image: url("../image/top/menu_event.svg");
    mask-image: url("../image/top/menu_event.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/news/2"]::before {
    -webkit-mask-image: url("../image/top/member.svg");
    mask-image: url("../image/top/member.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/news/4"]::before {
    -webkit-mask-image: url("../image/top/youtube.svg");
    mask-image: url("../image/top/youtube.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="https://stpr-records.com/artist/sutopuri/"]::before {
    -webkit-mask-image: url("../image/top/disco.svg");
    mask-image: url("../image/top/disco.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="https://store.stpr.com/"]::before {
    -webkit-mask-image: url("../image/top/onlinestore.svg");
    mask-image: url("../image/top/onlinestore.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/blog/listall"]::before {
    -webkit-mask-image: url("../image/top/event_report.svg");
    mask-image: url("../image/top/event_report.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/movie/list/1"]::before {
    -webkit-mask-image: url("../image/top/menu_movie.svg");
    mask-image: url("../image/top/menu_movie.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/photo/list/3"]::before {
    -webkit-mask-image: url("../image/top/menu_photogallery.svg");
    mask-image: url("../image/top/menu_photogallery.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/stream/list/2"]::before {
    -webkit-mask-image: url("../image/top/radio.svg");
    mask-image: url("../image/top/radio.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/qa"]::before {
    -webkit-mask-image: url("../image/top/qa.svg");
    mask-image: url("../image/top/qa.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="/feature/letter"]::before {
    -webkit-mask-image: url("../image/top/menu_letter.svg");
    mask-image: url("../image/top/menu_letter.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="https://fc-strawberryprince.stpr.com/redirect/mobadmin/common/sp-cmn_fortune-1/1"]::before {
    -webkit-mask-image: url("../image/top/discover.svg");
    mask-image: url("../image/top/discover.svg");
  }
  .header .drawer .g-nav .nav .g-nav--item > a[href="https://strawberryprince.stpr.com/p/lottery"]::before {
    -webkit-mask-image: url("../image/top/kuji.svg");
    mask-image: url("../image/top/kuji.svg");
  }
  .header .drawer .g-nav .nav .fc-logo {
    width: 250px;
    margin: auto;
    padding-bottom: 12px;
  }
  .header .drawer .g-nav .nav .g-nav--item__mypage {
    display: none;
  }
  .header .drawer .g-nav .nav hr {
    margin: 15px 0 25px;
    width: 100%;
  }
  .header .drawer .g-nav .nav .nav__fc-block > a.fc-join-btn::before {
    content: none;
  }
  .header .drawer .g-nav .nav a.fc-join-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: inherit; /* テーマの a{color} を打ち消し */
    position: relative;
    overflow: hidden;
    /* テーマの擬似要素・共通アイコンを完全無効化 */
  }
  .header .drawer .g-nav .nav a.fc-join-btn::before, .header .drawer .g-nav .nav a.fc-join-btn::after {
    content: none !important;
    display: none !important;
  }
  .header .drawer .g-nav .nav .fc-join-btn .fc-label {
    display: inline-block;
    background-image: linear-gradient(92.54deg, #fd719b 5.84%, #fd9371 95.21%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; /* Safari/Chrome */
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
  }
  .header .drawer .g-nav .nav .fc-join-btn .fc-icon img {
    width: 22px;
    height: 22px;
    display: block;
  }
  .header .drawer .g-nav .nav .fc-join-btn .fc-icon:last-of-type img {
    transform: scaleX(-1);
  }
  .header .drawer .g-nav .nav .fc-login-line {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }
  .header .drawer .g-nav .nav .fc-login-link {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    font-family: inherit !important;
  }
  .header .drawer .g-nav .nav .nav__fc-block > a.fc-join-btn::before {
    content: none;
    display: none;
  }
  .header .drawer .g-nav .nav .nav__fc-block {
    text-align: center;
  }
  .header .drawer .nav__list--login {
    display: none;
  }
  body.page--home .footer .nav .list-tit {
    color: #ffffff;
  }
  body.page--home .footer .nav .list-tit::before, body.page--home .footer .nav .list-tit::after {
    background-color: #ffffff;
  }
  body.page--home .wrap {
    background: url(../image/top/contents_bg_sp.png);
  }
  body.page--home .wrap h1.logo {
    display: none;
  }
  body.page--home .wrap .view__area {
    background-position: center;
  }
  body.page--home .wrap .view__area .section--hero-img {
    height: 90svh;
    min-height: initial;
  }
  body.page--home .wrap .view__area .section--hero-img::before {
    content: "";
    width: 188%;
    transform: scaleX(1.005);
    aspect-ratio: 1920/300;
    background: url(../image/top/mv_bg_front_sp.png) repeat-x bottom/cover;
    z-index: 4;
    position: absolute;
    bottom: -1px;
  }
  body.page--home .wrap .view__area .section--hero-img .group--logo {
    width: 160px;
    bottom: 6svh;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container {
    width: 100%;
    height: 100svh;
    top: 50px;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box {
    width: 100%;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(1) {
    top: -2.5%;
    left: -34%;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(2) {
    left: 26vw;
    z-index: 4;
    top: 9%;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(3) {
    top: 13%;
    left: 4%;
    z-index: 5;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(4) {
    left: -26vw;
    z-index: 3;
    top: 9%;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(5) {
    left: 50%;
    translate: -50% 0;
    top: -2.5%;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img-container .member--img-box:nth-of-type(6) {
    z-index: 3;
    left: 27vw;
    top: -2.5%;
  }
  body.page--home .wrap .view__area .section--hero-img .block--hero-img .member--img .member--img-bg-effect {
    display: none;
  }
  body.page--home .wrap .view__area .cta__pink {
    width: 20px !important;
  }
  body.page--home .wrap .block--content-wrap .block--contents {
    margin-bottom: 20px;
  }
  body.page--home .wrap .block--content-wrap .block--contents .block--title {
    margin-bottom: 50px;
  }
  body.page--home .wrap .block--content-wrap .block--contents .block--title .section-tit {
    font-size: min(6.5vw, 28px);
  }
  body.page--home .wrap .block--content-wrap .section--banner .list--bnr {
    margin: 0 0 0;
  }
  body.page--home .wrap .block--content-wrap .section--banner .list--bnr .list__item {
    border-radius: 5px;
    overflow: hidden;
  }
  body.page--home .wrap .block--content-wrap .section--video.block--wide .list--thumbnail .list__item .video {
    margin-bottom: 10px;
  }
  body.page--home .wrap .block--content-wrap .section--video.block--wide .list--thumbnail .list__item .video iframe {
    border-radius: 10px;
    overflow: hidden;
  }
  body.page--home .wrap #fc .fc--firstview .regi--btn {
    max-width: 260px;
  }
  body.page--home .wrap #fc .fc--firstview .regi--btn a {
    max-width: 260px;
    padding: 1.3em 1em;
    margin: 0 auto;
  }
  body.page--home .wrap #fc .fc--firstview .cta__label {
    font-size: 12px;
  }
  body.page--home .wrap #fc .block--content-wrap .section--movie .bg--txt,
  body.page--home .wrap #fc .block--content-wrap .section--photo .bg--txt {
    position: absolute;
    left: 0;
  }
  body.page--home .wrap #fc .block--content-wrap .section--movie .bg--txt {
    width: 70px;
    height: 300px;
  }
  body.page--home .wrap #fc .block--content-wrap .section--photo .bg--txt {
    width: 160px;
    height: 440px;
  }
  body.page--home .wrap .bottom#fc {
    padding-bottom: 80px;
  }
  body.page--home .section--kuji {
    width: 85%;
    background-image: url("/static/fcopen/fanplakit/artist/strawberryprince2025_7BMD3ZaZnA/image/top/kuji_bg_sp.png");
    background-size: contain;
    padding: 3%;
  }
  body.page--home .section--gacha .gacha__box {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 0;
  }
  body.page--home .detail__btn {
    margin-top: 10px;
  }
  body.page--home .section--gacha .detail__btn a,
  body.page--home .section--gacha .detail__btn .btn--main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(220px, 15vw, 420px);
    height: clamp(44px, 6vw, 64px);
    padding: 0 clamp(16px, 2.2vw, 28px);
    border-radius: 9999px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }
  body.page--home .section--custom-bnr .bnr-title {
    font-size: 16px;
  }
  #movie .slick-list,
  #photo .slick-list {
    padding: 0 !important;
  }
  .old-stfam-note {
    margin-left: 10px;
  }
  body:not(.page--home) .drawer__btn {
    top: 3vw;
    right: 20px;
  }
  body:not(.page--home) .wrap {
    padding-top: 120px;
  }
  body:not(.page--home) .section--list {
    margin-top: 80px;
  }
  .page--photo.page--photo-detail .section--list {
    padding: 4%;
  }
  body {
    /* めんばー */
  }
  body.page--biography .wrap {
    padding-top: 100px;
  }
  body.page--biography .section--detail .section-tit {
    height: 220px;
    margin-bottom: 0;
  }
  body.page--biography .section--detail .section-tit .tit-eng {
    font-size: 20px;
    padding-top: 1em;
  }
  body.page--biography .section--detail .section-tit .tit-main {
    font-size: 40px;
  }
  body.page--biography .member--list_container {
    padding-inline-start: 0;
    justify-content: space-between;
  }
  body.page--biography .member--list_container .member--list_box {
    width: 48%;
  }
  /* レター全体（中身より背面に背景を敷く） */
  .page--questionnaire.page--letter .section--detail {
    width: 100%;
    /* 背景レイヤー */
  }
  .page--questionnaire.page--letter .section--detail .block--title:not(:has(.section-tit)) {
    display: none;
  }
  .page--questionnaire.page--letter .section--detail .block--letter__bg .block--letter--body__top {
    height: 22vw;
    margin-bottom: -4px;
  }
  .page--questionnaire.page--letter .section--detail .block--letter__bg .block--letter--body__mid {
    height: calc(100% - 44vw);
  }
  .page--questionnaire.page--letter .section--detail .block--letter__bg .block--letter--body__btm {
    height: 22vw;
    margin-top: -4px;
  }
  .page--questionnaire.page--letter .section--detail .tit {
    font-size: 25px;
  }
  .page--questionnaire.page--letter .form__select {
    margin-bottom: 0px !important;
  }
  .page--questionnaire.page--letter .input-with-counter {
    margin-bottom: 0px;
  }
  .page--feature.page--letter .section--detail {
    padding-bottom: 200px;
  }
  .page--events .section--detail {
    margin-top: 50px;
    margin-bottom: 150px;
  }
  .page--events .section--detail .detail-grid {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .page--events .section--detail .detail-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
  }
  .page--events .section--detail .detail-card {
    flex: 0 0 100%;
  }
  .page--events--detail .wrap {
    padding-bottom: 70px !important;
  }
  .page--events--detail .detail-bg__container {
    width: 100%;
    margin: auto;
    padding: 50px 0;
  }
  .page--events--detail .section-title {
    margin-top: 30px;
  }
  .page--events--detail .ticket-type__price-num {
    font-size: 21px;
  }
  .page--events--detail .ticket-type__label {
    font-size: 13px;
  }
  .page--events--detail .ticket-type__price {
    font-size: 11px;
  }
  .page--events--detail .hero-banner__main {
    width: 100%;
  }
  .page--events--detail .schedule-section {
    width: 90%;
  }
  .page--events--detail .ticket-section {
    width: 90%;
  }
  .page--events--detail .btn-outline {
    padding: 8px 10px;
    font-size: 11px;
  }
  .page--events--detail .button-group {
    gap: 5px;
  }
  .page--events--detail .acc-summary {
    padding: 18px 15px 18px 15px;
  }
  .page--events--detail .acc-summary::after {
    font-size: 18px;
  }
  .page--events--detail .ticket-wrap {
    width: 100%;
  }
  .page--events--detail .ticket-type__price-num {
    font-size: 22px;
  }
  .page--events--detail .date {
    font-size: 11px;
  }
  .page--events--detail .place {
    font-size: 13px;
  }
  .page--events--detail .ticket-notes {
    font-size: 11px;
  }
  .page--events--detail .ticket-notes h4 {
    font-size: 14px;
  }
  .page--events--detail .ticket-info {
    padding: 7%;
  }
  .page--events--detail .ticket-info__body {
    font-size: 11px;
  }
  .page--events--detail .ticket-info__notes {
    font-size: 11px;
  }
  .page--events--detail .ticket-entry {
    margin-top: 10%;
    padding: 0px 20px 20px 20px;
  }
  .page--blog .list {
    padding: 5%;
  }
  .block--share li.share {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .page--report .section--list {
    padding: 20px 0 0px;
    margin: 0 auto;
  }
  .page--report .list--thumbnail {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5vw 3%;
  }
  .page--report .list--thumbnail .list__item {
    width: 100%;
  }
  .page--feature .wrap {
    padding-bottom: 90px;
  }
  .page--feature .block--first_login .btn a {
    max-width: 330px;
    padding: 1.3em 1em;
  }
  .page--feature .section--detail.support {
    margin-bottom: 200px;
  }
  .page--photo .list--thumbnail li .thumb {
    margin-right: 0%;
  }
  .page--feature {
    /* テキスト側はそのまま。カードが画像に当たらないよう下げる */
    /* 器のはみ出し許可 */
    /* テキストを前面＆右に余白をつくって読みやすく */
    /* カードが脚に被らないよう少し下げる */
    /* --- CTAを“カード内いっぱいの大ボタン”に --- */
    /* ちびキャラはカード左下に被せる演出 */
  }
  .page--feature .block--sns li a {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .page--feature #fc-member .artist__col--visual .artist-visual {
    max-width: clamp(280px, 65vw, 613px);
  }
  .page--feature #fc-member .artist__col--visual-type .artist-visual {
    max-width: clamp(280px, 65vw, 613px);
  }
  .page--feature #fc-member .artist-more {
    margin-top: 60px;
    margin-bottom: 130px;
  }
  .page--feature body #fc-member {
    background-image: url(../image/top/bg_fc_main.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; /* 余白なく埋める */
  }
  .page--feature #fc-member .artist__col--info {
    position: relative;
    z-index: 2;
  }
  .page--feature #fc-member .artist-card {
    margin-top: clamp(16px, 28vw, 120px);
  }
  .page--feature #fc-member .artist__inner {
    position: relative;
    overflow: visible;
  }
  .page--feature #fc-member .artist__col--visual {
    position: absolute;
    right: -15vw;
    z-index: 1;
    pointer-events: none;
  }
  .page--feature #fc-member .artist__col--visual-type {
    position: absolute;
    right: -8vw;
    z-index: 1;
    pointer-events: none;
  }
  .page--feature #fc-member .artist__col--info {
    position: relative;
    z-index: 2;
    min-width: 0;
  }
  .page--feature #fc-member .artist-card {
    margin-top: clamp(16px, 38vw, 180px);
    position: relative;
  }
  .page--feature #fc-member .artist-card__cta {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 0;
    max-width: 350px;
  }
  .page--feature #fc-member .artist-card__cta > span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    background: #fd719b;
    border-radius: 9999px;
    padding: 1.25rem 0rem 1.25rem 2rem;
    max-width: 350px;
    min-width: 0;
  }
  .page--feature #fc-member .artist-card__cta > img {
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 60px;
    height: auto;
    pointer-events: none;
  }
  .page--feature #fc-member .artist-lead {
    width: 55%;
  }
  .page--letter .letter__main--img {
    margin: 80px 0 20px !important;
  }
  .page--chat-community .wrap {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
  .page--chat-community .wrap .section--detail {
    padding: 0 5%;
    padding-top: 20px !important;
    padding-bottom: 0px;
  }
  .page--chat-community .section--list {
    margin: 80px auto;
  }
  .fa-up-right-from-square {
    margin-left: 5px;
  }
}/*# sourceMappingURL=service_7BMD3ZaZnA.css.map */