/* テンプレCSS移設 */
.header-nav-menu .nav-item img {
  width: 32px !important;
  height: 32px !important;
}

.footer {
  min-width: 980px;
}

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family:
    Noto Sans JP,
    Roboto-font,
    \30d2\30e9\30ae\30ce\89d2\30b4,
    Noto Sans CJK,
    \6e38\30b4\30b7\30c3\30af Medium,
    Helvetica Neue,
    Hiragino Kaku Gothic ProN,
    \30d2\30e9\30ae\30ce\89d2\30b4 ProN W3,
    YuGothic,
    YuGothicM,
    \30e1\30a4\30ea\30aa,
    Meiryo,
    sans-serif !important;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

a:hover,
button:hover {
  opacity: 0.7;
}

:target {
  scroll-margin-top: 60px;
}

main {
  position: relative;
}

@media screen and (min-width: 769px) {
  main {
    min-width: 980px;
  }
}

@media screen and (max-width: 768.9px) {
  main,
  .footer {
    min-width: initial;
  }
}

.footnote {
  vertical-align: super;
  line-height: 1;
}

/* ローディング */

/* ==========================
   カウントアップ
========================== */

body.loading {
  overflow: hidden;
  touch-action: none;
}

.countUp {
  --fill: 0;

  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
  min-height: 100dvh;

  overflow: hidden;
  background: #fff;

  opacity: 1;
  visibility: visible;
}

.countUp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(90deg, #fce43b 0.85%, #ed05a7 43.67%, #7c3993 76.72%, #4c67d2 90.74%, #25b8f0 107.14%);
  transform-origin: bottom center;
  transform: scaleY(var(--fill));
  will-change: transform, opacity;
}

.countUp__item {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}

.countUp__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  opacity: 1;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.countUp__num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Anton", sans-serif;
  font-size: clamp(52px, 14vw, 180px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.countUp__char {
  position: relative;
  display: inline-block;
  width: 0.62em;
  height: 1.05em;
  overflow: hidden;
  text-align: center;
}

.countUp__char--comma {
  width: 0.3em;
}

.countUp__char--space {
  width: 0;
}

.countUp__charInner {
  display: block;
  color: #fff;
  will-change: transform;
}

.countUp__charInner.is-animating {
  animation: digitSlideUp 160ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes digitSlideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.countUp__title {
  width: clamp(150px, 25vw, 300px);
  margin-top: 18px;
  opacity: 0;
  transform: translateY(12px);
  will-change: transform, opacity;
}

.countUp.is-count-finished .countUp__title {
  animation: reachedSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes reachedSlideUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==========================
  ズーム・フェイド
==========================*/

.countUp.is-zooming .countUp__result {
  animation: loadingFinish 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes loadingFinish {
  from {
    transform: translate3d(0, 0, 0) scale(1);

    opacity: 1;
  }

  to {
    transform: translate3d(0, 0, 0) scale(3);

    opacity: 0;
  }
}

/* 背景も同時に消す */

.countUp.is-zooming {
  animation: loadingFade 0.5s ease forwards;
}

@keyframes loadingFade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.countUp.is-zooming::before {
  animation: backgroundFade 1.2s ease forwards;
}

@keyframes backgroundFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*==========================
  非表示
==========================*/

/* 全体を非表示 */
.countUp.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ローディング */
/* ループ */

.thumb-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.thumb-group {
  display: flex;
  gap: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}

.thumb-group img {
  width: clamp(215px, 15vw, 250px);
  height: clamp(115px, 8.75vw, 150px);
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  filter: brightness(0.9);
}

.thumb-marquee--top .thumb-track {
  animation: marqueeLeft 80s linear infinite;
}

.thumb-marquee--bottom .thumb-track {
  animation: marqueeRight 80s linear infinite;
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}
/* ループ */

/* fv */
@media screen and (min-width: 769px) {
  .fv__inner {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows:
      auto
      minmax(340px, 1fr)
      auto;
    width: 100%;
    min-height: clamp(600px, 47vw, 800px);
    height: auto;
    overflow: hidden;
    background-color: #000;
  }

  .thumb-marquee--top {
    padding-top: 5px;
  }

  .thumb-marquee--bottom {
    padding-bottom: 5px;
  }

  .fv__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 20px 24px;
    color: #fff;
  }

  .fv__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    max-width: 100%;
  }
}

.fv__background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 1700px;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}

.thumb-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.thumb-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

/* 上側サムネ モヤ重ね*/
.thumb-marquee--top::after {
  top: auto;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

/* 上側サムネ モヤ重ね*/
.thumb-marquee--bottom::after {
  top: 0;
  bottom: auto;
  height: 55%;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5));
}

.fv__subscriber {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.fv__subscriber-body {
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Big Shoulders Display", sans-serif;
}

.fv__subscriber-body p:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.fv__subscriber-label {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.fv__subscriber-body p:last-child {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
}

.fv__subscriber-number {
  font-size: 75px;
  font-weight: normal;
  font-family: "Anton", sans-serif;
  margin-right: 2px;
}

.fv__title {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: end;
  line-height: 1;
  margin-bottom: 0;
}

.fv__title-main {
  display: flex;
  align-items: center;
}

.fv__title-prefix {
  font-size: 26px;
  font-weight: bold;
}
.fv__title-emphasis {
  font-size: 52px;
}

.fv__title img {
  margin-left: -8px;
}

.fv__title-suffix {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 12px;
}

.fv__summary {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 16px;
}

.fv__stats {
  display: flex;
}

.fv__stat {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.fv__stat--award {
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.fv__stat--video {
  padding-left: 16px;
}

.fv__stat img {
  width: 28px;
}

.fv__stat p {
  line-height: 1;
}

.fv__stat-number {
  font-size: 38px;
  font-weight: bold;
}

.fv__stat-unit {
  font-size: 17px;
}

.fv__description {
  font-size: 16px;
}

.fv__primary-link {
  position: relative;
  width: 365px;
  max-width: calc(100% - 32px);
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff6d82 0%, #ed05a7 20%, #9b299f 48%, #5368d2 75%, #25b8f0 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0 4px 10px rgb(0 0 0 / 35%);
  margin-top: 16px;
  transition:
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.fv__channel-link {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
}

@media screen and (max-width: 768.9px) {
  .fv__inner {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    overflow: hidden;
    background-color: #000;
  }

  .fv__background-sp {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform: translate(-50%, -50%);
    opacity: 0.8;
  }

  /* 上下のサムネイル */

  .thumb-group {
    gap: 8px;
    padding-right: 8px;
  }

  .thumb-group img {
    flex-shrink: 0;
    width: 170px;
    height: 95px;
    border-radius: 0;
    object-fit: cover;
  }

  .thumb-marquee--top .thumb-track,
  .thumb-marquee--bottom .thumb-track {
    animation-duration: 80s;
  }

  /* FV中央コンテンツ */
  .fv__content {
    display: flex;
    justify-content: center;

    width: 100%;
    padding: 16px;

    color: #fff;
  }

  .fv__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 390px;
  }

  .fv__subscriber {
    gap: 10px;
    width: 100%;
  }

  .fv__subscriber > img {
    width: 107px;
    flex-shrink: 0;
  }

  .fv__subscriber-body {
    flex-direction: column;
  }

  .fv__subscriber-body p:first-child {
    font-size: 18px;
    line-height: 1.1;
  }

  .fv__subscriber-label {
    font-size: 13px;
  }

  .fv__subscriber-body p:last-child {
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: end;
  }

  .fv__subscriber-number {
    font-size: 40px;
    line-height: 0.9;
  }

  .fv__title {
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
  }

  .fv__title-prefix {
    font-size: 23px;
  }

  .fv__title-emphasis {
    font-size: 45px;
  }

  .fv__title img {
    margin-left: 0;
    width: 140px;
    margin-bottom: 10px;
  }

  .fv__title-suffix {
    font-size: 35px;
    margin-bottom: 0;
  }

  /* 登録者数・公開動画数 */
  .fv__summary {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 18px;
  }

  .fv__stats {
    justify-content: center;
    width: 100%;
    max-width: 270px;
  }

  .fv__stat {
    flex: 1;
    flex-direction: column;
  }

  .fv__stat img {
    width: 22px;
  }

  .fv__stat p {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }

  .fv__stat--award {
    padding-right: 0;
  }

  .fv__stat--video {
    padding-left: 0;
  }

  .fv__stat-number {
    font-size: 22px;
    line-height: 1;
  }

  .fv__stat-unit {
    font-size: 14px;
  }

  .fv__description {
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
  }

  .fv__primary-link {
    width: 100%;
    max-width: 340px;
    min-width: 310px;
    height: 44px;
    margin-top: 18px;
    font-size: 16px;
  }

  .fv__channel-link {
    margin-top: 9px;
    font-size: 12px;
  }

  .fv__content-inner .text-list {
    width: 100%;
    max-width: 340px;
    margin-top: 18px;
    font-size: 9px;
    line-height: 1.5;
    text-align: left;
  }
}
/* fv */
/* anchorSec */
.anchor-section {
  background-color: #000;
  padding: 60px 0;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1080px;
  padding: 0 16px 32px;
  margin: 0 auto;
}

.section-heading__title {
  flex-shrink: 0;
  margin: 0;
  color: #fff;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.section-heading__line {
  flex: 1;
  height: 2px;
}

.section-heading__line--left {
  background: linear-gradient(90deg, #d7a600 0%, #ff4ca0 35%, #d500ff 65%, #268cff 100%);
  clip-path: polygon(0 45%, 50% 0, 100% 45%, 100% 55%, 50% 100%, 0 55%);
}

.section-heading__line--right {
  background: linear-gradient(90deg, #268cff 0%, #d500ff 35%, #ff4ca0 65%, #d7a600 100%);
  clip-path: polygon(0 45%, 50% 0, 100% 45%, 100% 55%, 50% 100%, 0 55%);
}

.anchor-section__list {
  display: flex;
  gap: 24px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1080px;
}

.anchor-section__inner {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  gap: 24px;
}

.anchor-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  border-radius: 8px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.15s ease,
    transform 0.15s ease,
    border-color 0.15s ease;
  text-decoration: none;
  color: inherit;
}

@media (hover: hover) {
  .anchor-section__item--support:hover {
    opacity: 1;
    box-shadow:
      0 0 10px rgba(255, 102, 209, 0.8),
      0 0 20px rgba(255, 102, 209, 0.55),
      0 0 34px rgba(255, 102, 209, 0.35);
  }

  .anchor-section__item--kids:hover {
    opacity: 1;
    box-shadow:
      0 0 10px rgba(92, 192, 248, 0.8),
      0 0 20px rgba(92, 192, 248, 0.55),
      0 0 34px rgba(92, 192, 248, 0.35);
  }

  .anchor-section__item--household:hover {
    opacity: 1;
    box-shadow:
      0 0 10px rgba(255, 241, 102, 0.8),
      0 0 20px rgba(255, 241, 102, 0.55),
      0 0 34px rgba(255, 241, 102, 0.35);
  }

  .anchor-section__item--basic:hover {
    opacity: 1;
    box-shadow:
      0 0 10px rgba(110, 215, 145, 0.8),
      0 0 20px rgba(110, 215, 145, 0.55),
      0 0 34px rgba(110, 215, 145, 0.35);
  }
}

.anchor-section__item--support {
  color: #ff66d1;
  border: #ff66d1 2px solid;
  background: linear-gradient(197.66deg, rgba(240, 45, 148, 0.15) 27.42%, rgba(137, 51, 149, 0.15) 75.85%);
}

.anchor-section__item--support img {
  width: 40px;
}

.anchor-section__item--kids {
  color: #5cc0f8;
  border: #5cc0f8 2px solid;
  background: linear-gradient(193.56deg, rgba(84, 95, 199, 0.15) 30%, rgba(37, 184, 240, 0.15) 80.57%);
}

.anchor-section__item--kids img {
  width: 68px;
}

.anchor-section__item--household {
  color: #fff166;
  border: #fff166 2px solid;
  background: linear-gradient(189.16deg, rgba(252, 228, 59, 0.15) 21.65%, rgba(246, 137, 103, 0.15) 77.47%);
}

.anchor-section__item--household img {
  width: 37px;
}

.anchor-section__item--basic {
  color: #6ed791;
  border: #6ed791 2px solid;
  background: linear-gradient(96.31deg, rgba(110, 215, 145, 0.15) 0.42%, rgba(48, 178, 91, 0.15) 99.48%);
}

.anchor-section__item--basic img {
  width: 40px;
}

@media screen and (max-width: 768.9px) {
  .anchor-section {
    padding: 48px 0 40px;
  }

  .section-heading {
    gap: 10px;
    padding: 0 24px 20px;
  }

  .section-heading__title {
    font-size: 18px !important;
  }

  .anchor-section__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
  }

  .anchor-section__inner {
    justify-content: center;
    gap: 8px;
  }

  .anchor-section__item {
    flex: none;
    width: 100%;
    max-width: 330px;
    flex-shrink: 1;
    height: 36px;
    gap: 4px;
    border-radius: 4px;
  }

  .anchor-section__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .anchor-section__item i {
    font-size: 10px;
  }

  .anchor-section__item--support img {
    width: 29px;
  }

  .anchor-section__item--kids img {
    width: 36px;
  }

  .anchor-section__item--household img {
    width: 24px;
  }

  .anchor-section__item--basic img {
    width: 25px;
  }
}

/* anchorSec */
/* recommendSec */
.recommend-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(90deg, #fce43b 0.85%, #ed05a7 43.67%, #7c3993 76.72%, #4c67d2 90.74%, #25b8f0 107.14%);
  padding: 60px 16px;
  color: #fff;
}

.recommend-section__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.recommend-section__heading {
  display: flex;
  align-items: end;
  justify-content: center;
}

.recommend-section__heading span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}

.recommend-section__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .recommend-section__list {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 32px;
  }

  .recommend-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 256px;
  }
}

.recommend-card__thumbnail {
  width: 100%;
}

.recommend-card__category {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  margin: 8px 0;
}

.recommend-card__category--support {
  border: #ff66d1 2px solid;
  width: 80px;
  color: #ff66d1;
}

.recommend-card__category--household {
  border: #fff166 2px solid;
  width: 94px;
  color: #fff166;
}

.recommend-card__category--kids {
  border: #5cc0f8 2px solid;
  width: 123px;
  color: #5cc0f8;
}

.recommend-card__category--basic {
  border: #6ed791 2px solid;
  width: 108px;
  color: #6ed791;
}

.recommend-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
}

@media screen and (max-width: 768.9px) {
  .recommend-section {
    padding: 48px 0 40px;
    overflow: hidden;
  }

  .recommend-section__inner {
    max-width: none;
  }

  /* 見出し */
  .recommend-section__heading {
    padding: 0 16px;
  }

  .recommend-section__heading span {
    font-size: 18px !important;
  }

  .recommend-section__heading img {
    max-width: 107px;
    width: 100%;
    margin-left: 5px;
  }

  /* リード文 */
  .recommend-section__lead {
    padding: 0 16px;
    margin-top: 14px;
  }

  .recommend-section__lead p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
  }

  .recommend-card__description {
    margin: 0;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.55;
  }
}

/* recommendSec */
/* rankingSec */
.ranking-section__inner {
  position: relative;
  background: #000;
  min-height: 800px;
  color: #fff;
  padding: 60px 0;
}

.ranking-section__side-text {
  position: absolute;
}

.ranking-section__header {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.ranking-section__heading {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
}

.ranking-section__heading span {
  font-size: 24px;
  font-weight: bold;
}

.ranking-section__heading img {
  transform: translateY(6px);
}

.ranking-section__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 18px;
}

.ranking-section__content {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  padding: 0 16px;
}

.ranking-section__list {
  display: flex;
  gap: 24px;
}

.ranking-card {
  display: grid;
  grid-template-columns: auto minmax(0, 256px);
  grid-template-rows: auto auto auto;
  column-gap: 10px;
  row-gap: 8px;
  align-content: start;
  min-width: 0;
  z-index: 3;
}

.ranking-card__rank {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: inline-block;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transform: skewX(-10deg);
}

.ranking-card__rank--first {
  background-image: linear-gradient(167deg, #f02d94 28.84%, #893395 126.93%);
}

.ranking-card__rank--second {
  background-image: linear-gradient(169deg, #f68967 18.21%, #fce43b 92.5%);
}

.ranking-card__rank--third {
  background-image: linear-gradient(169deg, #5368d2 18%, #25b8f0 92%);
}

.ranking-card__rank--fourth,
.ranking-card__rank--fifth {
  background-image: none;
  background-color: #9e98bc;
}

.ranking-card img {
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: 100%;
  max-width: 256px;
  height: auto;
}

.ranking-card__categories {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.ranking-card__category {
  margin: 0;
  padding: 2px 14px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
}

.ranking-card__category--household {
  color: #fff166;
}

.ranking-card__category--kids {
  color: #5cc0f8;
}

.ranking-card__category--support {
  color: #ff66d1;
}

.ranking-card__category--basic {
  color: #6ed791;
}

.ranking-card__description {
  grid-column: 2;
  grid-row: 3;
  display: -webkit-box;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.ranking-section__note {
  align-self: flex-end;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 768.9px) {
  .ranking-section__inner {
    min-height: auto;
    padding: 48px 0 40px;
  }

  .ranking-section__header {
    padding: 0 20px 28px;
  }

  .ranking-section__heading {
    align-items: end;
  }

  .ranking-section__heading span {
    font-size: 18px !important;
  }

  .ranking-section__heading img {
    width: 200px;
  }

  .ranking-section__lead {
    margin-top: 12px;
    padding: 0 20px;
  }

  .ranking-section__lead p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .ranking-section__content {
    width: 100%;
    gap: 0;
  }

  .ranking-section__list {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
  }

  .ranking-card {
    grid-template-columns: 38px minmax(0, 272px);
    column-gap: 15px;
    row-gap: 5px;

    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .ranking-card__rank {
    font-size: 85px;
    align-self: center;
  }

  .ranking-card img {
    max-width: 272px;
    width: 100%;
  }

  .ranking-card a {
    max-width: 272px;
    width: 100%;
  }

  .ranking-card__categories {
    gap: 4px;
  }

  .ranking-card__category {
    padding: 1px 9px;
    font-size: 12px;
    line-height: 1.4;
  }

  .ranking-card__description {
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 1.5;
    max-width: 272px;
    width: 100%;
  }

  /* 開閉ボタン */
  .ranking-section__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 343px;
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .ranking-section__content.is-open .ranking-section__toggle {
    border-color: transparent;
  }

  .ranking-section__toggle-close {
    display: none;
  }

  .ranking-section__toggle,
  .ranking-section__toggle-open,
  .ranking-section__toggle-close,
  .ranking-section__toggle-icon {
    color: #fff;
  }

  .ranking-section__toggle:hover,
  .ranking-section__toggle:active,
  .ranking-section__toggle:focus {
    opacity: 1;
  }

  /* 4位・5位の開閉エリア */
  .ranking-section__more {
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition:
      grid-template-rows 0.4s ease,
      opacity 0.3s ease,
      visibility 0s linear 0.4s;
    margin-top: 0;
  }

  .ranking-section__more > .ranking-section__list {
    min-height: 0;
    overflow: hidden;
  }

  .ranking-section__toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
  }

  /* 横線 */
  .ranking-section__toggle-icon::before,
/* 縦線 */
.ranking-section__toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transform: translate(-50%, -50%);
  }

  /* 縦線 */
  .ranking-section__toggle-icon::after {
    transition:
      transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s ease;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
  }

  /* 開いたら縦線だけ縮めて消す */
  .ranking-section__content.is-open .ranking-section__toggle-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  }

  /* 開いた状態 */
  .ranking-section__content.is-open .ranking-section__more {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition:
      grid-template-rows 0.4s ease,
      opacity 0.3s ease,
      visibility 0s;
    margin-top: 20px;
  }

  .ranking-section__content.is-open .ranking-section__toggle-open {
    display: none;
  }

  .ranking-section__content.is-open .ranking-section__toggle-close {
    display: inline;
  }

  .ranking-section__note {
    align-self: stretch;
    margin-top: 16px;
    font-size: 8px;
    line-height: 1.5;
  }
}

/* rankingSec */
/* themeSec */
.theme-section__inner {
  position: relative;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/business_drive_brick_theme.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0;
  height: auto;
}

.theme-section__side-text {
  position: absolute;
  right: 0;
  top: 100px;
}

.theme-section__content {
  padding: 0 16px;
}

.theme-section__heading {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 24px !important;
  font-weight: bold;
}

.theme-section__heading img {
  transform: translateY(8px);
}

.theme-section__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 18px;
}

.theme-block {
  margin-top: 40px;
}

.theme-block__inner {
  border: 2px solid var(--theme-color);
  border-radius: 12px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px;
}

/* 枠別色分け */

.theme-block__inner--support {
  border-color: #ff66d1;
  background: linear-gradient(192.82deg, rgba(240, 45, 148, 0.15) 31.49%, rgba(137, 51, 149, 0.15) 81.46%);
  --theme-color: #ff66d1;
  --theme-marker: rgba(255, 102, 209, 0.55);
}

.theme-block__inner--kids {
  --theme-color: #5cc0f8;
  --theme-marker: rgba(92, 192, 248, 0.55);
  background: linear-gradient(195.6deg, rgba(84, 95, 199, 0.15) 25.39%, rgba(37, 184, 240, 0.15) 75.87%);
}

.theme-block__inner--household {
  --theme-color: #f4df31;
  --theme-marker: rgba(255, 241, 102, 0.55);
  background: linear-gradient(197.67deg, rgba(252, 228, 59, 0.15) 25.74%, rgba(246, 137, 103, 0.15) 74.42%);
}

.theme-block__inner--basic {
  --theme-color: #6ed791;
  --theme-marker: rgba(110, 215, 145, 0.55);
  background: linear-gradient(96.31deg, rgba(110, 215, 145, 0.15) 0.42%, rgba(48, 178, 91, 0.15) 99.48%);
}

/* 枠別色分け */

@media screen and (min-width: 769px) {
  .theme-block__overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 455px);
    align-items: center;
    gap: 32px;
  }

  .theme-block__intro {
    min-width: 0;
  }

  .theme-block__comment {
    width: 100%;
    min-width: 0;
  }
}

.theme-block__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme-block__title img {
  width: 40px;
}

.theme-block__inner--kids .theme-block__title img {
  width: 68px;
}

.theme-block__title p {
  font-size: 24px;
  font-weight: bold;
}

.theme-block__lead {
  margin-top: 8px;
  padding: 0 12px;
  font-size: 16px;
}

.theme-block__comment {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 455px;
  min-height: 84px;
  padding: 11px 38px;
  border: 2px solid var(--theme-color);
  border-radius: 999px;
  background-color: #000;
  color: #fff;
}

/* 吹き出し先端の外側 */
.theme-block__comment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 15px;
  height: 20px;
  background-color: var(--theme-color);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}

/* 吹き出し先端の内側 */
.theme-block__comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 12px;
  height: 15px;
  background-color: #000;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}

.theme-block__comment-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
}

.theme-block__comment-text {
  position: relative;
  margin-top: 4px;
  padding-left: 22px;
}

.theme-block__inner--support .theme-block__comment-quote {
  color: var(--theme-marker);
}

.theme-block__comment-quote {
  position: absolute;
  font-size: 32px;
  line-height: 1;
  color: var(--theme-marker);
}

.theme-block__comment-quote--start {
  top: 3px;
  left: 3px;
}

.theme-block__comment-quote--end {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  top: 12px;
  line-height: 0;
  vertical-align: baseline;
  right: auto;
  bottom: auto;
}

.theme-block__comment-highlight {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 75%, var(--theme-marker) 75%);
}

.theme-block__list {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .theme-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 240px;
  }
}

.theme-card__description {
  display: -webkit-box;
  min-width: 0;
  margin: 8px 0 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.section-heading--top60 {
  margin-top: 60px;
}

.short-video {
  display: flex;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.short-video__group {
  width: calc((100% - 40px) / 2);
  min-width: 0;
}

.short-video__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.short-video__list img {
  width: 156px;
}

.short-video__list img:nth-child(odd) {
  width: 190px;
  margin-top: 5px;
}

.short-video__list img + img {
  margin-left: -38px;
}

.short-video__series {
  margin-top: 16px;
}

.short-video__description {
  margin-top: 16px;
}

.short-video__button {
  position: relative;
  width: 365px;
  max-width: calc(100% - 32px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 9999px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 24px auto 0;
}

@media screen and (max-width: 768.9px) {
  .theme-section__inner {
    padding: 48px 0;
  }

  .theme-section__heading span {
    font-size: 18px !important;
  }

  .theme-section__heading img {
    width: 123px;
  }

  .theme-section__lead {
    margin-top: 12px;
    padding: 0 16px;
  }

  .theme-section__lead p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .theme-block {
    margin-top: 24px;
  }

  .theme-block__inner {
    display: flex;
    flex-direction: column;

    width: 100%;
    padding: 20px 0;

    border-radius: 10px;
    overflow: hidden;
  }

  .theme-block__overview {
    display: contents;
  }

  .theme-block__intro {
    order: 1;
    margin-top: 0px;
  }

  .theme-block__slider {
    order: 2;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .theme-block__title {
    justify-content: center;
    gap: 6px;
  }

  .theme-block__title img {
    width: 32px;
  }

  .theme-block__inner--kids .theme-block__title img {
    width: 54px;
  }

  .theme-block__title p {
    margin: 0;
    font-size: 20px;
  }

  .theme-block__lead {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .theme-card__description {
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .theme-block__comment {
    order: 3;
    width: min(350px, calc(100% - 48px));
    margin: 0 auto;
    padding: 4px 15px 4px 30px;
    border: 2px solid var(--theme-color);
    border-radius: 999px;
    background-color: #000;
    min-height: auto;
  }

  .theme-block__comment-title {
    font-size: 11.5px;
    line-height: 1.4;
  }

  .theme-block__comment-text {
    margin-top: 3px;
    padding-left: 18px;
    font-size: 12px;
  }

  .theme-block__comment-quote {
    font-size: 24px;
  }

  .theme-block__comment-quote--start {
    top: 2px;
    left: 5px;
  }

  .theme-block__comment-quote--end {
    top: 8px;
  }

  .section-heading--top60 {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .short-video {
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }

  .short-video__group {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .short-video__list {
    width: 100%;
    overflow: visible;
  }

  .short-video__list img {
    flex-shrink: 0;
    width: 103px;
  }

  .short-video__list img:nth-child(odd) {
    width: 126px;
    margin-top: 3px;
  }

  .short-video__list img + img {
    margin-left: -25px;
  }

  .short-video__series {
    display: block;
    width: auto;
    max-width: 130px;
    height: 24px;
    margin-top: 12px;
  }

  .short-video__description {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .short-video__button {
    width: 100%;
    max-width: none;
    height: 44px;
    margin: 16px auto 0;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1;
  }

  .short-video__button span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* themeSec */
/* aboutSec */
.about-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(90deg, #fce43b 0.85%, #ed05a7 43.67%, #7c3993 76.72%, #4c67d2 90.74%, #25b8f0 107.14%);
  padding: 60px 16px;
  color: #fff;
}

.about-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.about-section__content {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.about-section__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-section__heading {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.about-section__logo {
  display: flex;
  align-items: end;
}

.about-section__logo span {
  font-weight: bold;
  font-size: 20px;
}

.about-section__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.about-section__description {
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
}

.about-section__features {
  display: flex;
}

.about-feature {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
  text-align: center;
}

/* 区切り線 */
.about-feature::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 1px;
  height: 48px;

  background-color: #fff;
  transform: translateY(-50%);
}

.about-feature__icon {
  width: 32px;
}

.about-feature:last-child {
  padding-right: 0;
  margin-right: 0;
}

.about-feature:last-child::after {
  display: none;
}

.about-feature__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}

.about-feature__description {
  font-size: 16px;
  margin-top: 12px;
}

.subscriber-count {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.subscriber-count img {
  width: 45px;
}

.subscriber-count__value {
  transform: translateY(5px);
}

.subscriber-count__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscriber-count__label {
  line-height: 1;
  transform: translateY(17px);
}

.subscriber-count__youtube {
  font-size: 31px;
  font-weight: bold;
  font-family: "Big Shoulders Display", sans-serif;
}

.subscriber-count__label-text {
  font-size: 23px;
}

.subscriber-count__number {
  font-size: clamp(60px, 4.6875vw, 75px);
  font-family: "Anton", sans-serif;
}

.subscriber-count__unit {
  font-size: clamp(30px, 2.25vw, 36px);
  font-weight: bold;
}

.about-section__channel-link {
  position: relative;
  width: 365px;
  max-width: calc(100% - 32px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed05a7;
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 24px auto 0;
}

.account-cta__border {
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #fce43b 0%, #ed05a7 35%, #7c3993 70%, #25b8f0 100%);
  max-width: 661px;
  margin: 40px auto 0;
}

.account-cta {
  border-radius: 24px;
  background: #2a0e1f;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account-cta__lead {
  font-size: 16px;
  line-height: 1;
}

.account-cta__title {
  display: inline;
  font-size: 20px;
  font-weight: bold;
}

.account-cta__number {
  font-size: 52px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}

.account-cta__unit {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}

.account-cta__description {
  margin-top: 12px;
}

.account-cta__benefits {
  display: flex;
  row-gap: 12px;
  column-gap: 32px;
  margin-top: 16px;
}

.account-cta__benefit {
  display: flex;
  align-items: center;
  gap: 4px;
}

.account-cta__benefit img {
  width: 13px;
  height: 13px;
}

.account-cta__benefit-text {
  background: linear-gradient(transparent 75%, #a90877 75%);
}

.account-cta__button {
  position: relative;
  width: 365px;
  max-width: calc(100% - 32px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 9999px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 24px auto 0;
}

@media screen and (max-width: 768.9px) {
  .about-section {
    padding: 40px 13px;
  }

  .about-section__inner {
    width: 100%;
    max-width: 390px;
  }

  .about-section__content {
    flex-direction: column;
    gap: 28px;
  }

  .about-section__intro {
    width: 100%;
    gap: 24px;
  }

  .about-section__heading {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .about-section__logo {
    align-items: flex-end;
    justify-content: center;
  }

  .about-section__logo img {
    width: 133px;
  }

  .about-section__logo span {
    margin: 0 0 2px 4px;
    font-size: 18px;
  }

  .about-section__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .about-section__description {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }

  /* 特徴4項目 */
  .about-section__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    width: 100%;
    margin-top: 4px;
  }

  .about-feature {
    margin: 0;
    padding: 0 12px;
  }

  .about-feature::after {
    height: 72px;
  }

  .about-feature:nth-child(even)::after {
    display: none;
  }

  .about-feature__title {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.4;
  }

  .about-feature__description {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .about-section__channel {
    width: 100%;
  }

  .subscriber-count {
    margin: 0;
  }

  .subscriber-count > img {
    width: 34px;
  }

  .subscriber-count__content {
    min-width: 190px;
  }

  .subscriber-count__label {
    margin: 0;
    transform: translateY(5px);
  }

  .subscriber-count__youtube {
    font-size: 23px;
  }

  .subscriber-count__label-text {
    font-size: 17px;
  }

  .subscriber-count__number {
    font-size: 56px;
    line-height: 1;
  }

  .subscriber-count__unit {
    font-size: 27px;
  }

  .about-section__channel-link {
    width: 100%;
    max-width: 350px;
    height: 44px;
    margin-top: 14px;
    font-size: 16px;
  }

  .account-cta__border {
    width: 100%;
    max-width: 350px;
    margin-top: 28px;
    padding: 1px;
    border-radius: 16px;
  }

  .account-cta {
    padding: 20px 14px;
    border-radius: 15px;
  }

  .account-cta__heading {
    width: 100%;
    text-align: center;
  }

  .account-cta__lead {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }

  .account-cta__title {
    font-size: 18px;
  }

  .account-cta__number {
    display: inline-block;
    font-size: 47px;
    line-height: 1;
    transform: translateY(3px);
    margin-right: -3px;
  }

  .account-cta__unit {
    font-size: 28px;
  }

  .account-cta__description {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .account-cta__benefits {
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .account-cta__benefit {
    gap: 3px;
  }

  .account-cta__benefit img {
    width: 12px;
    height: 12px;
  }

  .account-cta__benefit p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .account-cta__button {
    width: 100%;
    max-width: 320px;
    height: 44px;
    margin-top: 14px;
    font-size: 16px;
  }
}
/* aboutSec */
/* disclaimerSec */
.disclaimer-section__inner {
  background-color: #131124;
  padding: 60px 16px;
}

.disclaimer-section__frame {
  background-color: #ddd;
  border-radius: 32px;
  padding: 40px;
  max-width: 1080px;
  margin: 0 auto;
}

.disclaimer-section__frame ul li a {
  color: #1777c6;
  font-weight: bold;
}

@media screen and (max-width: 768.9px) {
  .disclaimer-section__frame {
    padding: 24px 12px;
  }
}

/* disclaimerSec */

/* hover brightness */

@media (hover: hover) {
  .fv__primary-link:hover {
    opacity: 1;
    filter: brightness(1.08);

    box-shadow:
      0 0 6px rgba(255, 255, 255, 0.95),
      0 0 14px rgba(255, 255, 255, 0.75),
      0 0 28px rgba(255, 255, 255, 0.5),
      0 0 44px rgba(255, 255, 255, 0.3);
  }
}

.theme-card > a,
.recommend-card > a,
.ranking-card > a {
  display: block;

  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.recommend-card > a img,
.theme-card > a img,
.ranking-card > a img {
  display: block;
  width: 100%;

  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

@media (hover: hover) and (min-width: 769px) {
  .recommend-card > a:hover,
  .ranking-card > a:hover,
  .theme-card > a:hover {
    opacity: 1;

    box-shadow:
      0 0 6px rgba(255, 255, 255, 0.95),
      0 0 14px rgba(255, 255, 255, 0.75),
      0 0 28px rgba(255, 255, 255, 0.5),
      0 0 44px rgba(255, 255, 255, 0.3);
  }

  .recommend-card > a:hover img,
  .ranking-card > a:hover img,
  .theme-card > a:hover img {
    transform: scale(1.005);
    filter: brightness(1.08);
  }
}

.short-video__button,
.account-cta__button {
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

@media (hover: hover) {
  .short-video__button:hover,
  .account-cta__button:hover {
    opacity: 1;

    box-shadow:
      0 0 6px rgba(255, 255, 255, 0.95),
      0 0 14px rgba(255, 255, 255, 0.75),
      0 0 28px rgba(255, 255, 255, 0.5),
      0 0 44px rgba(255, 255, 255, 0.3);
  }
}

.about-section__channel-link {
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

@media (hover: hover) {
  .about-section__channel-link:hover {
    opacity: 1;

    box-shadow:
      0 0 12px #ed05a7,
      0 0 28px rgba(237, 5, 167, 0.7),
      0 0 50px rgba(237, 5, 167, 0.45),
      0 8px 20px rgba(237, 5, 167, 0.25);
  }
}

/* hover brightness */

/* YouTube動画モーダル */

body.is-movie-modal-open {
  overflow: hidden;
  touch-action: none;
}

.movieModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0s linear 0.25s;
}

.movieModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 0.25s ease,
    visibility 0s;
}

.movieModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.movieModal__content {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 64px));
  max-height: calc(100dvh - 64px);
  padding: 60px 32px 24px;
  overflow-y: auto;
  border-radius: 12px;
  background: #fff;
  color: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transform: scale(0.96) translateY(8px);
  transition: transform 0.25s ease;
}

.movieModal.is-open .movieModal__content {
  transform: scale(1) translateY(0);
}

.movieModal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.movieModal__close:hover,
.movieModal__close:focus,
.movieModal__close:active {
  opacity: 1;
}

.movieModal__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.movieModal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movieModal__body {
  padding-top: 12px;
}

.movieModal__explanation {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.movieModal__linkWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.movieModal__youtubeLink {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.movieModal__youtubeLink:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768.9px) {
  .movieModal {
    padding: 16px;
  }

  .movieModal__content {
    width: 100%;
    max-height: calc(100dvh - 32px);
    padding: 34px 12px 16px;
    border-radius: 10px;
  }

  .movieModal__close {
    top: 7px;
    right: 8px;
    width: 24px;
    height: 24px;
  }

  .movieModal__body {
    padding: 12px 2px 0;
  }

  .movieModal__explanation {
    font-size: 13px;
    line-height: 1.6;
  }

  .movieModal__linkWrap {
    margin-top: 12px;
  }

  .movieModal__youtubeLink {
    font-size: 12px;
  }
}
/* YouTube動画モーダル */

/* Swiper */
@media screen and (max-width: 768.9px) {
  .recommend-section__slider,
  .theme-block__slider {
    width: 100%;
    max-width: 660px;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }

  .recommend-section__slider {
    margin-top: 24px;
  }

  .recommend-section__list,
  .theme-block__list {
    gap: 0;
    margin-top: 0;
  }

  .recommend-card.swiper-slide,
  .theme-card.swiper-slide {
    flex-shrink: 0;
    width: calc(100% - 90px);
    max-width: 350px;
    height: auto;
  }

  .recommend-card__thumbnail,
  .theme-card__thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .swiper-pagination {
    position: static !important;
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
  }

  .swiper-pagination-bullet {
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    padding: 2px;
    border: 0;
    border-radius: 50%;
    background: #fff !important;
  }

  .swiper {
    padding-bottom: 4px !important;
  }

  .swiper-pagination-bullet-active {
    background: #fff !important;
    transform: scale(1.2);
  }
}
@media screen and (min-width: 769px) {
  .recommend-section__slider.swiper,
  .theme-block__slider.swiper {
    overflow: visible;
  }

  .swiper-pagination {
    display: none !important;
  }
}
/* Swiper */
