img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.pageLp {
  margin: 0;
  background: #f3f5f9;
  color: #3f4950;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.recruitLp,
.siteFooter {
  width: min(100%, 480px);
  margin: auto;
  background: #dce5f3;
  overflow: hidden;
}

.recruitLp {
  padding-top: clamp(28px, 7.47vw, 36px);
  padding-bottom: 20px;
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30;
  width: min(100%, 480px);
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .siteHeader {
    left: 0;
    transform: none;
  }
}
.siteHeader img {
  display: block;
  width: 100%;
  height: auto;
}

.recruitHero {
  position: relative;
  background: #071629;
}
.recruitHero__image {
  display: block;
  width: 100%;
  height: auto;
}
.recruitHero__badges {
  position: absolute;
  left: 50%;
  bottom: 18%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  pointer-events: none;
}
.recruitHero__badge {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  height: auto;
  opacity: 0;
  transform: translateY(18px) scale(0.9);
  animation: fvBadgeFloatIn 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}
.recruitHero__badge:nth-child(2) {
  animation-delay: 0.61s;
}
.recruitHero__badge:nth-child(3) {
  animation-delay: 0.77s;
}
.recruitHero__cta {
  width: 28.27%;
  position: absolute;
  right: 5px;
  top: 15%;
}
.recruitHero__cta__line, .recruitHero__cta__indeed {
  display: block;
}
.recruitHero__cta__indeed {
  margin-top: 12px;
}

@keyframes fvBadgeFloatIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .recruitHero__badge {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.fixedCta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: min(100%, 480px);
  height: 83px;
  background: rgba(0, 0, 0, 0.87);
  font-family: serif;
  font-weight: 700;
}
@media (max-width: 480px) {
  .fixedCta {
    left: 0;
    transform: none;
  }
}
.fixedCta__limit {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 0 #f00, -1px 0 #f00, 0 1px #f00, 0 -1px #f00, 1px 1px #f00, -1px 1px #f00, 1px -1px #f00, -1px -1px #f00;
  margin: 0;
  padding: 5px 0 4px;
}
.fixedCta__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 62px;
}
.fixedCta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 2vw, 8px);
  color: #fff;
  font-size: clamp(10px, 3.4vw, 13px);
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}
.fixedCta__link span {
  white-space: nowrap;
}
.fixedCta__link--indeed {
  background: #003a9b;
}
.fixedCta__link--line {
  background: #09b14e;
  font-size: clamp(12px, 4.2vw, 16px);
}
.fixedCta__indeed {
  width: clamp(48px, 16vw, 62px);
}
.fixedCta__lineIcon {
  width: clamp(32px, 10.8vw, 42px);
  height: clamp(30px, 10.3vw, 40px);
  object-fit: contain;
}

.introSection,
.flowSection {
  background: #dce5f3;
}

.introSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  padding: 65px 14px 60px;
}
.introSection__title {
  width: 337px;
}
.introSection__photo {
  width: 314px;
  border-radius: 2px;
}
.introSection__reason {
  width: 337px;
}

.sectionArrow {
  display: block;
  width: 22px;
  height: 22px;
  border-right: 5px solid #435378;
  border-bottom: 5px solid #435378;
  transform: rotate(45deg);
}
.sectionArrow--white {
  border-color: #fff;
}

.rankingCard {
  width: 335px;
  padding: 20px 10px 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: serif;
  text-align: center;
}
.rankingCard__frame {
  width: 280px;
  margin: 0 auto;
}
.rankingCard__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin: 20px 0;
  color: #000;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}
.rankingCard__title::before, .rankingCard__title::after {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  margin-inline: 8px;
  background: url("../images/ranking-title-icon.svg") center/contain no-repeat;
}
.rankingCard__title strong {
  color: #435378;
  font-size: 30px;
  line-height: 1;
}
.rankingCard__table {
  display: block;
  width: 315px;
  margin-inline: auto;
}
.rankingCard__date {
  margin: 20px 0 0;
  color: #3f4950;
  font-size: 41px;
  line-height: 1.22;
  font-weight: 900;
}
.rankingCard__date span {
  color: #ea4f3e;
}
.rankingCard__note {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.rankingCard__note small {
  font-size: 11px;
}

.lpCta,
.bottomCta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.lpCta__copy,
.bottomCta__copy {
  width: 327px;
}
.lpCta__button,
.bottomCta__button {
  display: block;
  width: 345px;
}
.lpCta__button img,
.bottomCta__button img {
  display: block;
  width: 100%;
}

.charmSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 74px 20px 32px;
  background: linear-gradient(0deg, #435378 0%, #a5b2cf 100%);
}

.charmMenu {
  width: 355px;
  padding: 30px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: serif;
  font-weight: 700;
}
.charmMenu__title {
  display: block;
  margin: 0 auto 25px;
}
.charmMenu__list {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.charmMenu__item {
  position: relative;
}
.charmMenu__item.is-open {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.charmMenu__button {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 221px) 22px;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  border: 0;
  border-radius: 45px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #3f4950;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: inherit;
  text-align: center;
}
.charmMenu__button::after {
  content: "";
  display: block;
  justify-self: end;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid #ff8787;
  transition: transform 0.2s ease;
}
.charmMenu__item.is-open .charmMenu__button {
  box-shadow: none;
}
.charmMenu__item.is-open .charmMenu__button::after {
  transform: rotate(-90deg);
}
.charmMenu__item:nth-child(2) .charmMenu__button::after {
  border-right-color: #ffcf67;
}
.charmMenu__item:nth-child(3) .charmMenu__button::after {
  border-right-color: #98ee70;
}
.charmMenu__item:nth-child(4) .charmMenu__button::after {
  border-right-color: #69edea;
}
.charmMenu__item:nth-child(5) .charmMenu__button::after {
  border-right-color: #9189f6;
}
.charmMenu__number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff8787;
  color: #fff;
  font-size: 17px;
}
.charmMenu__item:nth-child(2) .charmMenu__number {
  background: #ffcf67;
}
.charmMenu__item:nth-child(3) .charmMenu__number {
  background: #98ee70;
}
.charmMenu__item:nth-child(4) .charmMenu__number {
  background: #69edea;
}
.charmMenu__item:nth-child(5) .charmMenu__number {
  background: #9189f6;
}
.charmMenu__label {
  display: block;
  width: 221px;
  color: #3f4950;
  font-size: 17px;
  line-height: 1.45;
}
.charmMenu__panel {
  padding: 2px 20px 10px;
  color: #3f4950;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.charmMenu__image {
  display: block;
  width: 282px;
  height: 166px;
  margin: 0 auto 9px;
  border-radius: 6px;
  object-fit: cover;
}
.charmMenu__panel p {
  margin: 0;
}

.incomeCard {
  width: 335px;
  padding: 23px 24px 37px;
  border-radius: 32px;
  background: #f7f4ef;
}
.incomeCard__title {
  margin: 0 0 12px;
  color: #0d0a0f;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}
.incomeCard__list {
  margin: 0;
}
.incomeCard__row {
  display: grid;
  grid-template-columns: minmax(0, 104px) minmax(0, 170px);
  align-items: center;
  justify-content: space-between;
  min-height: 69px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.incomeCard__row:first-child {
  min-height: 87px;
}
.incomeCard__row:nth-child(2) {
  min-height: 98px;
}
.incomeCard__row:nth-child(3) {
  min-height: 97px;
}
.incomeCard dt {
  font-size: 15.6px;
  font-weight: 500;
  line-height: 1.1;
}
.incomeCard dt small {
  display: block;
  font-size: 10px;
}
.incomeCard dd {
  display: grid;
  grid-template-columns: 55px 95px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.incomeCard__arrow {
  display: block;
  width: 55px;
  height: auto;
}
.incomeCard__amount {
  display: block;
  height: auto;
  object-fit: contain;
}
.incomeCard__note {
  margin: 13px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.65;
}

.specialSection {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 754px;
  padding: 27px 37px 54px;
  background: #dce5f3;
  overflow: hidden;
}
.specialSection__curve {
  position: absolute;
  top: -108px;
  left: 50%;
  width: 694px;
  height: 313px;
  border-radius: 0 0 50% 50%;
  background: #435378;
  transform: translateX(-50%);
}
.specialSection__title {
  position: relative;
  z-index: 1;
  width: 310px;
}

.specialCard {
  position: relative;
  z-index: 1;
  margin-top: 86px;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}
.specialCard__logo {
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 1;
  width: 200px;
  transform: translateX(-50%);
}
.specialCard__text {
  margin: 0;
  padding: 20px 12px 24px;
  color: #fff;
  font-family: serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.64;
  text-align: center;
}
.specialCard--model .specialCard__image {
  background: #000;
  object-position: center 70%;
}

.specialSlider {
  z-index: 1;
  width: calc(100% + 74px);
  margin-inline: -37px;
}
.specialSlider__pagination {
  margin-top: 16px;
}

.sliderDots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.sliderDots span {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #d7d7d7;
}
.sliderDots span:first-child {
  width: 18px;
  background: #8f8f8f;
}

.memberSection {
  padding: 35px 27px 64px;
  background: #dce5f3;
}
.memberSection__title {
  display: block;
  width: 313px;
  margin-left: auto;
  margin-right: auto;
}
.memberSection__lead {
  margin: 19px 0;
  color: #3f4950;
  font-family: serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.memberSlider {
  margin-inline: -27px;
}
.memberSlider__button {
  position: absolute;
  top: 198px;
  z-index: 3;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.memberSlider__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.memberSlider__button--prev {
  left: 32px;
}
.memberSlider__button--prev::before {
  border-right: 12px solid rgba(0, 0, 0, 0.35);
}
.memberSlider__button--next {
  right: 32px;
}
.memberSlider__button--next::before {
  border-left: 12px solid rgba(0, 0, 0, 0.35);
}
.memberSlider__pagination {
  margin-top: 20px;
}

.specialSlider .swiper-slide,
.memberSlider .swiper-slide,
.shortsSlider .swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: 0.5s;
}
.specialSlider .swiper-slide-active,
.memberSlider .swiper-slide-active,
.shortsSlider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.specialSlider__pagination,
.memberSlider__pagination,
.shortsSlider__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.specialSlider__pagination .swiper-pagination-bullet,
.memberSlider__pagination .swiper-pagination-bullet,
.shortsSlider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50px;
  background: #d7d7d7;
  opacity: 1;
}
.specialSlider__pagination .swiper-pagination-bullet-active,
.memberSlider__pagination .swiper-pagination-bullet-active,
.shortsSlider__pagination .swiper-pagination-bullet-active {
  width: 18px;
  background: #8f8f8f;
}

.storyCard {
  position: relative;
  aspect-ratio: 320/450;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.storyCard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storyCard__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.storyCard__shop {
  background: rgba(161, 37, 152, 0.5);
  color: #fff;
  font-family: serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.storyCard--kentarou .storyCard__shop {
  background: rgba(161, 103, 37, 0.5);
}
.storyCard--renma .storyCard__shop {
  background: rgba(37, 86, 161, 0.5);
}
.storyCard--renma .storyCard__image {
  left: 50%;
  width: 116%;
  transform: translateX(-50%);
  object-position: center top;
}
.storyCard--fuwa .storyCard__shop {
  background: rgba(196, 131, 187, 0.5);
}
.storyCard__body {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: start;
  align-items: end;
  width: 100%;
  box-sizing: border-box;
  column-gap: 8px;
  row-gap: 2px;
  padding: 15px 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.storyCard__body p {
  margin: 0;
}
.storyCard__before {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: end;
  font-weight: 600;
}
.storyCard__before__label {
  font-size: 14px;
  font-weight: 500;
}
.storyCard__before__income {
  font-size: 18px;
  font-weight: 600;
}
.storyCard__after {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.storyCard__after__label {
  background: linear-gradient(203deg, #c69c00 10%, #fff1bd 31%, #ffd847 50%, #d2a910 66%, #ffc900 84%);
  background-clip: text;
  color: transparent;
  font-size: 14px;
  font-weight: 600;
}
.storyCard__after__income {
  background: linear-gradient(191deg, #c69c00 10%, #fff1bd 31%, #ffd847 50%, #d2a910 66%, #ffc900 84%);
  background-clip: text;
  color: transparent;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
.storyCard__arrow {
  width: max-content;
  font-size: 27px;
  line-height: 1.2;
}
.storyCard__catch {
  grid-column: 1/-1;
  min-width: 0;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: break-word;
}
.storyCard__labels {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}
.storyCard__labels span:last-child {
  background: linear-gradient(203deg, #c69c00 10%, #fff1bd 31%, #ffd847 50%, #d2a910 66%, #ffc900 84%);
  background-clip: text;
  color: transparent;
}
.storyCard__income {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}
.storyCard__income span {
  font-size: 32px;
}
.storyCard__incomeBase {
  font-size: 20px;
}
.storyCard__incomeArrow {
  font-size: 27px;
}
.storyCard__incomePeak {
  background: linear-gradient(191deg, #c69c00 10%, #fff1bd 31%, #ffd847 50%, #d2a910 66%, #ffc900 84%);
  background-clip: text;
  color: transparent;
  font-size: 35px;
}
.storyCard__note {
  grid-column: 1/-1;
  min-width: 0;
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.recruitSection {
  padding: 40px 0;
  background: #fff;
}
.recruitSection__title {
  width: 305px;
  margin: 0 auto 40px;
}
.recruitSection__title img {
  display: block;
  width: 100%;
  height: auto;
}

.bandTitle {
  display: grid;
  place-items: center;
  height: 50px;
  margin: 0;
  background: #46567b;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}
.bandTitle--life {
  background: #009944;
}
.bandTitle--growth {
  background: #7b5499;
}

.supportGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: clamp(12px, 6.6vw, 25px);
  max-width: 350px;
  margin: 40px auto;
  padding: 0 clamp(12px, 6.6vw, 25px);
  list-style: none;
}
.supportGrid--growth {
  margin-bottom: 40px;
}

.supportCard {
  justify-self: center;
  width: min(100%, 150px);
  aspect-ratio: 1;
}
.supportCard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jobInfo {
  width: 345px;
  margin: 40px auto 30px;
  color: #3f4950;
  font-family: serif;
}

.jobInfo__summary {
  margin: 0;
}

.jobInfo__row {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 15px;
  align-items: start;
}
.jobInfo__row + .jobInfo__row {
  margin-top: 11px;
}
.jobInfo__row dt {
  display: grid;
  place-items: center;
  min-height: 35px;
  border-radius: 6px;
  background: #ded3be;
  font-size: 16px;
  font-weight: 700;
}
.jobInfo__row dd {
  min-height: 35px;
  margin: 0;
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(63, 73, 80, 0.25);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.jobInfo__row p {
  margin: 0;
}

.jobInfo__note {
  font-size: 11px;
  line-height: 1.5;
}

.benefitBox {
  margin-top: 23px;
}
.benefitBox__title {
  display: grid;
  place-items: center;
  height: 35px;
  margin: 0 0 14px;
  border-radius: 6px;
  background: #ded3be;
  color: #3f4950;
  font-size: 16px;
  font-weight: 700;
}
.benefitBox__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.benefitBox__list li {
  position: relative;
  padding-left: 18px;
}
.benefitBox__list li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
}

.contactBox {
  display: grid;
  grid-template-columns: 93px 1fr;
  align-items: center;
  gap: 23px;
  width: 345px;
  min-height: 35px;
  margin: 0 auto;
}
.contactBox span {
  display: grid;
  place-items: center;
  height: 35px;
  border-radius: 6px;
  background: #ded3be;
  font-family: serif;
  font-weight: 700;
}
.contactBox p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.flowSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 22px;
}
.flowSection__title {
  width: 320px;
  margin-bottom: 31px;
}

.flowList {
  display: grid;
  gap: 47px;
  width: 330px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flowList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px;
  border-radius: 11px;
  background: #729ec9;
  color: #fff;
  font-family: serif;
  text-align: center;
}
.flowList li::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}
.flowList li:nth-child(2) {
  background: #638ab0;
}
.flowList li:nth-child(3) {
  background: #547494;
}
.flowList li:nth-child(4) {
  background: #415a73;
}
.flowList li:nth-child(5) {
  background: #293d50;
}
.flowList li:nth-child(5)::after {
  content: none;
}
.flowList li:nth-child(5) small {
  font-size: 16px;
  color: #f00;
}
.flowList strong {
  width: 296px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 21px;
  line-height: 1.3;
}
.flowList span {
  margin-top: 4px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.flowList small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.bottomCta {
  padding: 66px 15px;
  background: #dce5f3;
}

.shopSection {
  width: min(100%, 350px);
  margin: 0 auto 0;
  padding: 45px 10px 33px;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.shopSection__title {
  display: block;
  width: min(100%, 299px);
  margin: 0 auto 29px;
}
.shopSection__links {
  display: grid;
  gap: 29px;
  justify-items: center;
}

.shopButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 300px);
  height: 60px;
  padding: 10px;
  appearance: none;
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  font: inherit;
  font-family: serif;
  font-weight: 700;
}
.shopButton__logo {
  display: block;
  width: 200px;
  max-height: 37px;
  object-fit: contain;
}
.shopButton__arrow {
  width: 0;
  height: 0;
  margin-left: 16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid rgba(0, 0, 0, 0.35);
  transform: rotate(90deg);
}
.shopButton__summary, .shopButton__visual, .shopButton__info {
  display: none;
}
.shopButton__summary {
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.shopButton__visual {
  width: 240px;
  height: 150px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.shopButton__visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.shopButton__info {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.shopButton--fairy {
  background: #e83789;
}
.shopButton--dna {
  background: #5bb9d4;
}
.shopButton--nika {
  background: #f18b1f;
}
.shopButton--forest {
  background: #5eaa47;
}

.shopAccordion__item {
  width: min(100%, 300px);
}

.shopAccordion__item.is-open .shopButton {
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  height: auto;
  min-height: 350px;
  padding: 10px;
  border-radius: 30px;
}
.shopAccordion__item.is-open .shopButton__logo {
  width: 240px;
  max-height: 44px;
}
.shopAccordion__item.is-open .shopButton__arrow {
  display: none;
}
.shopAccordion__item.is-open .shopButton__summary, .shopAccordion__item.is-open .shopButton__visual, .shopAccordion__item.is-open .shopButton__info {
  display: block;
}

.shortsSection {
  padding: 56px 16px 35px;
}

.shortsSlider {
  position: relative;
  width: min(100%, 320px);
  margin: 0 auto;
  overflow: visible;
}
.shortsSlider .swiper-slide {
  display: flex;
  justify-content: center;
}

.shortsCard {
  position: relative;
  width: 320px;
  height: 569px;
  overflow: hidden;
  border-radius: 13px;
  background: #000;
}
.shortsCard iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.shortsSlider__controls {
  position: static;
  display: grid;
  grid-template-columns: 20px auto 20px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 121px;
  margin-top: 6px;
  margin-inline: auto;
}

.shortsSlider__button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.shortsSlider__button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.shortsSlider__button--prev::before {
  border-right: 13px solid #d7d7d7;
}
.shortsSlider__button--next::before {
  border-left: 13px solid #d7d7d7;
}

.shortsSlider__pagination {
  position: static;
}

.siteFooter {
  padding: 20px 30px 126px;
  background: #dce5f3;
}
.siteFooter__logos {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.siteFooter__logos img {
  display: block;
  width: 100px;
  max-height: 37px;
  object-fit: contain;
}
.siteFooter__logoLink {
  display: grid;
  place-items: center;
  min-height: 37px;
  text-decoration: none;
}
.siteFooter__logoLink--spice {
  grid-column: 1/-1;
  justify-self: center;
}
.siteFooter__logoLink--host {
  color: #f5a4cf;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
.siteFooter__sns {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.siteFooter__snsLink {
  display: grid;
  justify-items: center;
  color: #000;
  text-decoration: none;
}
.siteFooter__snsLink img {
  display: block;
  width: 41px;
  height: 41px;
  object-fit: contain;
}
.siteFooter__snsLink span {
  color: #000;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}/*# sourceMappingURL=style.css.map */