@charset "utf-8";

:root {
  --grad-main: linear-gradient(90deg, #01f595 0%, #6d1fd3 50%, #f30c75 100%);
  --grad-standard: linear-gradient(90deg, #01f595 0%, #3d1fec 100%);
  --grad-deluxe: linear-gradient(90deg, #6d1fd3 0%, #6d1fd3 40%, #f30c75 100%);
  --black: #000;
  --white: #fff;
}

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

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

.store_badge,
.titles_btn,
.tshirt_banner,
.help_btn,
.social_item a {
  transition: transform 0.28s ease;
  transform-origin: center;
}

@media (hover: hover) and (pointer: fine) {
  .store_badge:hover,
  .titles_btn:hover,
  .tshirt_banner:hover,
  .help_btn:hover,
  .social_item a:hover {
    transform: scale(1.03);
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.wrap {
  min-width: 320px;
  overflow: hidden;
  background: var(--black);
}

.wrap::before,
.wrap::after {
  display: block;
  width: 100%;
  height: 11px;
  background: var(--grad-main);
  content: "";
}

.content {
  border-bottom: 3px solid transparent;
  background:
    linear-gradient(var(--black), var(--black)) padding-box,
    var(--grad-main) border-box;
}

.inner {
  width: min(100% - 48px, 760px);
  margin: 0 auto;
}

.max-lp .inner {
  padding: 55px 0 50px;
}

.hero {
  text-align: center;
}

.hero_title,
.titles_btn span {
  background: var(--grad-main);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
}

.hero_title {
  font-size: 30px;
  line-height: 1.2;
}

.hero_lead {
  margin-top: 10px;
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.store_box {
  width: 380px;
  max-width: 100%;
  margin: 36px auto 0;
  padding: 15px 18px 19px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  text-align: center;
}

.store_text {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.store_badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.store_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.store_badge img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  margin-top: 35px;
}

.plan {
  position: relative;
  padding-bottom: 140px;
}

.plan_panel {
  position: relative;
  overflow: hidden;
  height: 220px;
  padding: 27px 24px 24px;
  border: 2px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(var(--black), var(--black)) padding-box,
    var(--plan-gradient) border-box;
  text-align: center;
}

.plan_panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 28px;
  background: var(--plan-gradient);
  content: "";
}

.plan_panel > * {
  position: relative;
  z-index: 1;
}

.plan-standard {
  --plan-gradient: var(--grad-standard);
}

.plan-deluxe {
  --plan-gradient: var(--grad-deluxe);
}

.plan_name {
  margin-top: 22px;
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
  color: var(--white);
  white-space: nowrap;
}

.max_logo {
  width: 84px;
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.price_value {
  font-size: 42px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.price_period {
  margin-left: -5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.first_month {
  margin-top: 18px;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.plan_list {
  margin-top: 15px;
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.32;
}

.plan_list li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.plan_list sup {
  position: relative;
  top: -0.45em;
  font-size: 58%;
  line-height: 0;
}

.character {
  position: absolute;
  z-index: 1;
  width: 65%;
  height: auto;
  opacity: 0;
  transform: translateY(42px) scale(0.9);
  pointer-events: none;
}

.character.is-active {
  animation: character-pop-up 0.72s cubic-bezier(0.18, 0.88, 0.28, 1.18) 0.18s forwards;
}

.character-luffy {
  right: -20%;
  bottom: 20%;
}

.character-anya {
  right: -10%;
  bottom: 20%;
}

@keyframes character-pop-up {
  0% {
    opacity: 0;
    transform: translateY(42px) scale(0.9);
  }

  62% {
    opacity: 1;
    transform: translateY(-10px) scale(1.05);
  }

  82% {
    opacity: 1;
    transform: translateY(4px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes character-pop-side {
  0% {
    opacity: 0;
    transform: translateX(48px) scale(0.9);
  }

  62% {
    opacity: 1;
    transform: translateX(-10px) scale(1.05);
  }

  82% {
    opacity: 1;
    transform: translateX(4px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.titles_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 476px;
  max-width: 100%;
  min-height: 68px;
  margin: -86px auto 0;
  padding: 14px 62px 14px 42px;
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(var(--black), var(--black)) padding-box,
    var(--grad-main) border-box;
  font-size: 21px;
  line-height: 1.15;
  text-align: center;
}

.titles_btn span {
  white-space: nowrap;
}

.titles_btn::after {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 15px;
  height: 27px;
  background: url("../img/arrow-red.png") center / contain no-repeat;
  transform: translateY(-50%);
  content: "";
}

.notes {
  width: 476px;
  max-width: 100%;
  margin: 17px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.notes li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.store_box-bottom {
  margin-top: 38px;
}

.lower .inner {
  padding: 35px 0 44px;
}

.tshirt_banner {
  display: block;
  width: 476px;
  max-width: 100%;
  margin: 0 auto;
}

.tshirt_banner img {
  width: 100%;
  height: auto;
  border: #fff solid 1px;
}

.help_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 476px;
  max-width: 100%;
  min-height: 68px;
  margin: 33px auto 0;
  padding: 14px 64px 14px 36px;
  border: 3px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.help_btn::after {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 15px;
  height: 27px;
  background: url("../img/arrow.png") center / contain no-repeat;
  transform: translateY(-50%);
  content: "";
}

.footer {
  padding: 2px 0 48px;
  text-align: center;
}

.footer_logo {
  width: 270px;
  max-width: calc(100% - 48px);
  margin: 0 auto 26px;
}

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

.social_text {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.social {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin-top: 19px;
}

.social_item {
  width: 35px;
}

.social_item a,
.social_item img {
  display: block;
}

.copy {
  margin-top: 31px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .wrap::before,
  .wrap::after {
    height: 6px;
  }

  .content {
    border-bottom-width: 6px;
  }

  .inner {
    width: calc(100% - 40px);
  }

  .max-lp .inner {
    padding: 30px 0 32px;
  }

  .hero_title {
    font-size: 24px;
    line-height: 1.25;
  }

  .hero_lead {
    width: 310px;
    max-width: 100%;
    margin: 7px auto 0;
    font-size: 24px;
    line-height: 1.55;
  }

  .store_box {
    width: 100%;
    margin-top: 23px;
    padding: 14px 14px 18px;
  }

  .store_text {
    font-size: 16px;
  }

  .store_badges {
    gap: 13px;
    margin-top: 18px;
  }

  .store_badge {
    height: 43px;
    min-width: 0;
    flex: 1 1 0;
  }

  .plans {
    display: block;
    margin-top: 32px;
  }

  .plan {
    padding-bottom: 0;
  }

  .plan + .plan {
    margin-top: 20px;
  }

  .plan_panel {
    height: auto;
    min-height: 0;
    padding: 31px 22px 27px;
    border-radius: 15px;
  }

  .plan_panel::before {
    height: 25px;
  }

  .plan_name {
    margin-top: 17px;
    font-size: 31px;
  }

  .price {
    gap: 8px;
    margin-top: 27px;
  }

  .max_logo {
    width: 88px;
    margin-bottom: 3px;
  }

  .price_value {
    font-size: 44px;
  }

  .price_period {
    margin-left: -5px;
    font-size: 20px;
  }

  .first_month {
    margin-top: 18px;
    font-size: 22px;
  }

  .plan_list {
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.32;
  }

  .character {
    width: 60%;
    max-width: 320px;
    transform: translateX(48px) scale(0.9);
  }

  .character.is-active {
    animation-name: character-pop-side;
  }

  .character-luffy {
    right: -15%;
    bottom: -10%;
  }

  .character-anya {
    right: -10%;
    bottom: -5%;
  }

  .plan-standard {
    padding-bottom: 10px;
  }

  .plan-standard .plan_list {
    padding-right: 144px;
  }

  .plan-deluxe {
    padding-bottom: 18px;
  }

  .plan-deluxe .plan_list {
    padding-right: 134px;
  }

  .titles_btn {
    min-height: 72px;
    margin-top: 7px;
    padding: 13px 62px 13px 40px;
    font-size: 23px;
    line-height: 1.05;
  }

  .titles_btn span {
    white-space: normal;
  }

  .titles_btn::after {
    right: 24px;
    width: 13px;
    height: 24px;
  }

  .notes {
    margin-top: 21px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
  }

  .store_box-bottom {
    margin-top: 22px;
  }

  .lower .inner {
    padding: 31px 0 40px;
  }

  .help_btn {
    white-space: nowrap;
    min-height: 55px;
    margin-top: 30px;
    padding: 10px 42px 10px 20px;
    border-width: 2px;
    font-size: 16px;
  }

  .help_btn::after {
    right: 24px;
    width: 13px;
    height: 24px;
  }

  .footer {
    padding: 0 0 52px;
  }

  .footer_logo {
    width: 215px;
    margin-bottom: 25px;
  }

  .social_text {
    font-size: 16px;
  }

  .social {
    gap: 30px;
    margin-top: 18px;
  }

  .social_item {
    width: 31px;
  }

  .copy {
    margin-top: 30px;
    font-size: 10px;
  }
}

@media screen and (max-width: 390px) {
  .inner {
    width: calc(100% - 32px);
  }

  .hero_title,
  .hero_lead {
    font-size: 22px;
  }

  .store_text {
    font-size: 14px;
  }

  .store_badges {
    gap: 10px;
  }

  .plan_panel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .max_logo {
    width: 76px;
  }

  .price_value {
    font-size: 38px;
  }

  .price_period {
    font-size: 17px;
  }

  .plan_list {
    font-size: 19px;
  }

  .help_btn {
    font-size: 14px;
  }
}
