/* 共通 */
:root {
  --blue: #104185;
  --yellow: #eabd00;
}
html {
  scroll-behavior: smooth !important;
}
.section-title-vertical {
  display: flex;
  writing-mode: vertical-lr;
  flex-direction: row;
  align-items: center;
}
.section-title-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0 !important;
}

.section-title-ja {
  margin-right: 0 !important;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
p.section-title-en.white,
p.section-title-ja.white {
  color: #fff !important;
}
.section-title-ja.vertical {
  margin-left: 47px !important;
  margin-top: 20px;
}
.header_scrolled .site-header-container--scrolled--logo-and-nav-container,
.header_scrolled .site-header-container--scrolled--logo-and-nav-full {
  align-items: center !important;
}
.header_scrolled
  .site-header-container--scrolled--logo-and-nav-container
  .site-header-logo
  img,
.header_scrolled
  .site-header-container--scrolled--logo-and-nav-full
  .site-header-logo
  img {
  max-height: 80px !important;
}

@media screen and (max-width: 992px) {
  .section-title-en {
    font-size: 3.8rem;
  }
  .section-title-ja {
    margin-right: 0 !important;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.sns-icon-fixed {
  margin-bottom: 0 !important;
}
.site-header-sub .vk_icons_col .vk_icon {
  margin: 4px 0 4px 25px !important;
}
.vk_icons_col.vk_icons_col-justify-right {
  flex-direction: column !important;
  position: fixed !important;
  z-index: 1000 !important;
  top: 40vh;
  right: 0;
  z-index: 800;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px 0 0 10px;
  padding: 5px;
  gap: 15px;
}

/* footer */
.site-footer {
  border-top: none !important;
  background-image: url(https://dev24.studiokutouten.co.jp/wp-content/uploads/2025/08/profile-bg-scaled.jpg);
  background-position: center 72%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff !important;
  padding: 10vh 0 !important;
}
.site-footer a {
  color: #fff !important;
}

/* 本ページ */
.section-support__plan-column{
  justify-content: center !important;
}
.section-support__price-title {
  font-size: 1.3rem;
  margin: 0 !important;
  position: relative;
}
.section-support__price-title::after {
  content: "";
  display: block;
  width: 75px;
  height: 85px;
  background-image: url(https://dev24.studiokutouten.co.jp/wp-content/uploads/2025/08/support-page-usagi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  position: absolute;
}

.section-support__price-item {
  padding: 20px 20px 15px;
  margin: 0 20px !important;
}

.section-support__plan-item {
  box-shadow: 0 6px 6px #22222229;
}
.section-support__price-supporter {
  margin-bottom: 5px !important;
}
.section-support__price {
  letter-spacing: 0.2rem;
}
.section-support__price-number {
  font-size: 2.2rem;
  letter-spacing: 0rem;
}
.section-support__price-title {
  padding: 30px 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.section-support__price-title.basic-color {
  background-color: var(--blue);
}
.section-support__price-title.bronze-color {
  background-color: #D97855;
}
.section-support__price-title.silver-color {
  background-color: #858585;
}
.section-support__price-title.gold-color {
  background-color: #A18533;
}
.section-support__price-title.platina-color {
  background-color: #65959E;
}
@media screen and (max-width: 1200px) {
  .section-support__price-title {
    font-size: 1.7vw;
  }
  .section-support__price-title::after {
    width: 60px;
    height: 65px;
    background-image: url(https://dev24.studiokutouten.co.jp/wp-content/uploads/2025/08/support-page-usagi.svg);
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .section-support__plan-column {
    flex-wrap: wrap !important;
  }
  .section-support__plan-item {
    flex-basis: 100% !important;
  }
  .section-support__price-title {
    font-size: 1.3rem;
  }
  .section-support__price-title::after {
    width: 75px;
    height: 85px;
    background-image: url(https://dev24.studiokutouten.co.jp/wp-content/uploads/2025/08/support-page-usagi.svg);
    right: 0px;
  }
}
