@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

a {
  color: #141414;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Geist", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .p-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
.p-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.p-header__logo {
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.91px;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-header__logo a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s;
}
.p-header__logo a:hover {
  opacity: 0.7;
}
.p-header__nav {
  margin-right: 35px;
}
.p-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  list-style: none;
}
.p-header__nav-item a {
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.p-header__nav-item a:hover {
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .p-header__nav {
    margin-right: 25px;
  }
  .p-header__nav-list {
    gap: 25px;
  }
  .p-header__nav-item a {
    font-size: 15px;
  }
}
.p-header__btn {
  display: inline-block;
  padding: 10px 30px;
  background: #141414;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.3px;
  transition: opacity 0.3s;
  white-space: nowrap;
  border-radius: 4px;
}
.p-header__btn:hover {
  opacity: 0.8;
}

main {
  padding-top: 85px;
}

/*===========================================================================*/
/*  Main Visual  */
/*===========================================================================*/
.p-mv {
  position: relative;
  width: 100%;
  padding: 0 15px 15px;
}
.p-mv__bg {
  background-image: url(../img/a-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 135px 0 135px;
  position: relative;
  border-radius: 20px;
}
.p-mv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(45, 45, 48, 0.7) 0%, rgba(0, 0, 0, 0.7) 76.61%);
  z-index: 1;
  border-radius: 20px;
}
.p-mv__content {
  position: relative;
  z-index: 2;
}
.p-mv__text {
  text-align: center;
  color: #fff;
  margin-bottom: 42px;
}
.p-mv__title {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.p-mv__title .u-en {
  font-size: 1.177em;
  font-weight: 600;
  display: inline-block;
  transform: translateY(0.04em);
}
.p-mv__title .u-en.--big {
  font-size: 1.48em;
  display: initial;
}
.p-mv__price {
  background: linear-gradient(290deg, #FF340C 8.97%, #FFC64B 63.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-mv__desc {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.p-mv .swiper-slide {
  height: auto;
}
.p-mv__card {
  border-radius: 18px;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.04) 1.54%, rgba(255, 255, 255, 0.14) 67.11%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 18px;
  border: 1px solid #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}
.p-mv__card-img {
  width: 41.43%;
  flex-shrink: 0;
  margin-left: -10%;
}
.p-mv__card-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-mv__card-content {
  width: 100%;
}
.p-mv__card-name {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 0.3846em;
}
.p-mv__card-spec {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 0.666em;
}
.p-mv__card-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.p-mv__card-price .p-mv__card-price-day {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding: 1px 8px 3px 8px;
  border-radius: 5px;
  background: #404040;
}
.p-mv__card-price .p-catalog__card-price-price {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
}
.p-mv__card-price .p-catalog__card-price-price::after {
  content: "税込";
  position: absolute;
  left: calc(100% + 2px);
  bottom: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}
.p-mv__card-price .p-catalog__card-price-price .u-en {
  font-size: 1.25em;
  display: inline-block;
  transform: translateY(0.04em);
}
.p-mv__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  padding: 10px;
  filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.08));
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
  z-index: 10;
}
.p-mv__btn {
  width: 222px;
  height: 49px;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.p-mv__btn--primary {
  background: linear-gradient(278deg, #CF2300 16.68%, #FFC64B 101.49%);
  color: #fff;
}
.p-mv__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}
.p-mv__btn--secondary {
  background: linear-gradient(93deg, #C1C1C1 8.54%, #7F95A4 97.65%);
}
.p-mv__btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/*===========================================================================*/
/*  Banner  */
/*===========================================================================*/
.p-banner {
  padding-top: 45px;
  padding-bottom: 50px;
  background: #EEEEEE;
  overflow: hidden;
}
.p-banner picture {
  display: block;
  margin: 0 auto;
  max-width: 840px;
}

/*===========================================================================*/
/*  Feature  */
/*===========================================================================*/
.p-feature {
  padding-top: 50px;
  padding-bottom: 44px;
  background: #EEEEEE;
  overflow: hidden;
}
.p-feature__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-feature__head-en {
  color: #A0A0A0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
}
.p-feature__head-en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  width: 113px;
  height: 1px;
  background: #A0A0A0;
}
.p-feature__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.p-feature__title .u-en {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.p-feature__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.p-feature__card {
  border-radius: 20px;
  background: #141414;
  overflow: hidden;
  position: relative;
  padding: 8px;
}
.p-feature__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
}
.p-feature__card:first-child::before {
  background-image: url(../img/a-4.webp);
}
.p-feature__card:last-child::before {
  background-image: url(../img/a-6.webp);
}
.p-feature__card-img {
  width: 100%;
  aspect-ratio: 375/368;
  border-radius: 16px;
  overflow: hidden;
}
.p-feature__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature__card-content {
  padding: 20px 22px 26px;
  position: relative;
  z-index: 1;
}
.p-feature__card-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}
.p-feature__card-text {
  color: #787878;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-top: 13px;
}

/*===========================================================================*/
/*  Support  */
/*===========================================================================*/
.p-support {
  padding-bottom: 53px;
  background: #EEE;
  overflow: hidden;
}
.p-support__inner {
  padding-top: 55px;
  padding-bottom: 88px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 8.84%, rgba(255, 255, 255, 0) 89.69%);
}
.p-support__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 44px;
}
.p-support__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.p-support__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-support__item-icon img {
  width: auto;
  height: 43px;
}
.p-support__item-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .p-support__items {
    gap: 30px;
  }
  .p-support__item-icon img {
    width: auto;
    height: 30px;
  }
  .p-support__item-text {
    font-size: 15px;
  }
}
/*===========================================================================*/
/*  Problem  */
/*===========================================================================*/
.p-problem {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
  color: #fff;
  background-image: url(../img/proble-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.p-problem__head {
  text-align: center;
}
.p-problem__head-en {
  color: #A0A0A0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.p-problem__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.p-problem__list {
  max-width: 746px;
  margin: 55px auto 46px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-problem__item {
  width: 100%;
  display: flex;
  position: relative;
}
.p-problem__item:nth-child(even) {
  justify-content: flex-end;
}
.p-problem__item:first-child {
  z-index: 1;
  padding-left: 54px;
}
.p-problem__item:first-child .p-problem__item-img {
  top: 28px;
  left: -20px;
}
.p-problem__item:nth-child(2) {
  margin-top: -10px;
  padding-right: 12px;
}
.p-problem__item:nth-child(2) .p-problem__item-img {
  bottom: 19px;
  right: -64px;
}
.p-problem__item:nth-child(3) {
  margin-top: 21px;
}
.p-problem__item:nth-child(3) .p-problem__item-img {
  bottom: 0;
  left: 446px;
  z-index: 1;
}
.p-problem__item:last-child {
  margin-top: -10px;
}
.p-problem__item-img {
  position: absolute;
  width: 106px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.p-problem__item-bubble {
  display: inline-block;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3.7999999523px);
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 139%;
  letter-spacing: 0.05em;
  color: #8A8A8A;
}
.p-problem__highlight {
  color: #fff;
}
.p-problem__desc {
  text-align: center;
  margin-bottom: 60px;
}
.p-problem__desc p {
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.01em;
}
.p-problem__cards {
  display: flex;
  align-items: flex-end;
  gap: 27px;
}
.p-problem__card--left {
  width: 41.5%;
}
.p-problem__card--right {
  width: 58.5%;
}

/*===========================================================================*/
/*  Voice  */
/*===========================================================================*/
.p-voice {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #141414;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.p-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 750px;
  transform: translateX(-55%);
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}
.p-voice__inner {
  position: relative;
  z-index: 1;
}
.p-voice__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.p-voice__head-en {
  color: #A0A0A0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
}
.p-voice__head-en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  width: 113px;
  height: 1px;
  background: #A0A0A0;
}
.p-voice__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.p-voice__title .u-en {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.p-voice .swiper-slide {
  height: auto;
}
.p-voice__card {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid #FFF;
  background: #282828;
}
.p-voice__card-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.39;
  color: #8A8A8A;
  margin-bottom: 20px;
}
.p-voice__highlight {
  color: #FFF;
}
.p-voice__card-user {
  display: flex;
  align-items: center;
  gap: 9px;
}
.p-voice__card-avatar {
  width: 29px;
}
.p-voice__card-name {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.035em;
}
.p-voice .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.p-voice .swiper-pagination-bullet {
  width: 22px;
  height: 6px;
  border-radius: 9999px;
  background: #282828;
  opacity: 1;
  transition: all 0.3s;
}
.p-voice .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
}

/*===========================================================================*/
/*  Lineup  */
/*===========================================================================*/
.p-lineup {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F4F4F4;
  overflow: hidden;
}
.p-lineup__head {
  text-align: center;
  margin-bottom: 40px;
}
.p-lineup__subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}
.p-lineup__subtitle .u-en {
  font-size: 1.16666em;
}
.p-lineup__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
.p-lineup__title .u-en {
  font-size: 1.125em;
}
.p-lineup__title .u-en.--big {
  font-size: 1.39em;
}
.p-lineup__price {
  background: linear-gradient(278deg, #CF2300 16.68%, #FFC64B 101.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lineup__desc {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.p-lineup__container {
  position: relative;
}
.p-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.p-lineup__card {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 5px 5px 60px 0 rgba(0, 0, 0, 0.02);
  padding: 30px;
}
.p-lineup__card--hidden {
  display: none;
}
.p-lineup__card--show {
  display: block;
  animation: fadeInUp 0.5s ease;
}
.p-lineup__card-img {
  margin-bottom: 27px;
  padding: 0 15px;
}
.p-lineup__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.01em;
}
.p-lineup__card-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
  min-height: 42px;
}
.p-lineup__card-price {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.p-lineup__card-price .date {
  padding: 1px 8px 3px 8px;
  border-radius: 5px;
  background: #E7E7E7;
  font-feature-settings: "palt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.p-lineup__card-price .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
  padding-right: 12px;
}
.p-lineup__card-price .price::after {
  content: "税込";
  position: absolute;
  right: 0;
  bottom: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}
.p-lineup__card-price .price .u-en {
  font-size: 1.25em;
  display: inline-block;
  transform: translateY(0.04em);
}
.p-lineup__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 100%);
  pointer-events: none;
  z-index: 1;
}
.p-lineup__button-wrap {
  text-align: center;
}
.p-lineup__button {
  display: inline-block;
  padding: 14px 30px 16px 30px;
  border-radius: 999px;
  background: linear-gradient(93deg, #C1C1C1 8.54%, #7F95A4 97.65%);
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  transform: translateY(-100%);
  position: relative;
  z-index: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*===========================================================================*/
/*  Plan  */
/*===========================================================================*/
.p-plan {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
  color: #fff;
  background-image: url(../img/proble-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.p-plan__head {
  text-align: center;
}
.p-plan__head-en {
  color: #A0A0A0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 19px;
}
.p-plan__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 27px;
}
.p-plan__title .u-en {
  font-size: 1.145em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.p-plan__desc {
  color: #8B8B8B;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.p-plan__cards-wrapper {
  margin-bottom: 80px;
}
.p-plan .plan-swiper {
  overflow: visible;
}
.p-plan__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding-top: 47px;
}
.p-plan__card {
  border-radius: 15px;
  background: #F4F4F4;
  position: relative;
  padding: 35px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0 !important;
}
.p-plan__card-badge {
  position: absolute;
  top: -17px;
  right: -10px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFE625;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #141414;
}
.p-plan__card-label {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.p-plan__card-label--entry {
  color: #FFAD55;
}
.p-plan__card-label--standard {
  color: #FF8355;
}
.p-plan__card-label--highspec {
  color: #5575FF;
}
.p-plan__card-label--creator {
  color: #9455FF;
}
.p-plan__card-label-jp {
  color: #A6A6A6;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.p-plan__card-price {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #C4C4C4;
  text-align: center;
}
.p-plan__card-price-label {
  color: #141414;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.p-plan__card-price-value {
  color: #141414;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.p-plan__card-price-value .u-en {
  font-size: 1.75em;
}
.p-plan__card-price-tax {
  color: #141414;
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
  margin-top: 2px;
}
.p-plan__card-price-daily {
  color: #141414;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.p-plan__card-content {
  margin-top: 18px;
}
.p-plan__card-section {
  margin-bottom: 10px;
}
.p-plan__card-section:last-child {
  margin-bottom: 0;
}
.p-plan__card-section-title {
  padding: 2px 6px;
  border-radius: 2px;
  background: #D8D8D8;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.03em;
  display: inline-block;
  color: #000;
}
.p-plan__card-section-text {
  margin-top: 5px;
  color: #000;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.p-plan__card-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.p-plan__card-btn {
  display: block;
  padding: 11px 0 13px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.03em;
  border-radius: 4px;
  transition: all 0.3s;
}
.p-plan__card-btn--secondary {
  background: linear-gradient(93deg, #C1C1C1 8.54%, #7F95A4 97.65%);
}
.p-plan__card-btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.p-plan__card-btn--primary {
  background: linear-gradient(278deg, #CF2300 16.68%, #FFC64B 101.49%);
}
.p-plan__card-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}
.p-plan__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1270px) {
  .p-plan__support {
    gap: 15px;
  }
}
.p-plan__support-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}
@media (max-width: 1270px) {
  .p-plan__support-title {
    font-size: 15px;
  }
}
.p-plan__support-list {
  display: flex;
  justify-content: center;
  gap: 9px;
  list-style: none;
}
.p-plan__support-item {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  padding: 11px 18px 13px 18px;
  border-radius: 10px;
  background: #282828;
}
@media (max-width: 1270px) {
  .p-plan__support-item {
    font-size: 12px;
    padding: 11px 10px 13px 10px;
  }
}
.p-plan__banner {
  text-align: center;
  margin-top: 60px;
}
.p-plan__banner img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFF;
}
@media (max-width: 1250px) {
  .p-plan__cards-wrapper {
    margin-bottom: 60px;
  }
  .p-plan .plan-swiper {
    overflow: visible;
    padding-bottom: 40px;
  }
  .p-plan__cards {
    display: flex;
    margin-bottom: 0;
  }
  .p-plan__card {
    height: auto;
  }
  .p-plan .swiper-scrollbar {
    background: #525252;
    height: 5px;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .p-plan .swiper-scrollbar-drag {
    background: #FFF;
    border-radius: 10px;
  }
}

/*===========================================================================*/
/*  Catalog  */
/*===========================================================================*/
.p-catalog {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  overflow: hidden;
}
.p-catalog__head {
  text-align: center;
  margin-bottom: 50px;
}
.p-catalog__head-en {
  color: #A0A0A0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.p-catalog__title {
  font-size: 48px;
  font-weight: 700;
}
.p-catalog__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 14px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 628px;
}
.p-catalog__tab {
  padding: 17px 33px 19px;
  background: #fff;
  border: 1px solid #BEBEBE;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.p-catalog__tab::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url(../img/btn-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-catalog__tab span {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.42px;
}
.p-catalog__tab:hover {
  background: #f5f5f5;
  border-color: #999;
}
.p-catalog__tab.is-active {
  background: #141414;
  color: #fff;
  border-color: #141414;
}
.p-catalog__tab.is-active::after {
  background-image: url(../img/btn-arrow-white.svg);
}
.p-catalog__tab.is-active span {
  color: #FFF;
}
.p-catalog__content {
  display: none;
}
.p-catalog__content.is-active {
  display: block;
  animation: fadeIn 0.4s ease;
}
.p-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.p-catalog__card {
  border-radius: 15px;
  background: #F4F4F4;
  box-shadow: 5px 5px 60px 0 rgba(0, 0, 0, 0.02);
  padding: 30px;
}
.p-catalog__card-img {
  margin-bottom: 27px;
  padding: 0 15px;
}
.p-catalog__card-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-catalog__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.01em;
}
.p-catalog__card-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
  min-height: 42px;
  margin-top: 8px;
}
.p-catalog__card-price {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.p-catalog__card-price .date {
  padding: 1px 8px 3px 8px;
  border-radius: 5px;
  background: #E7E7E7;
  font-feature-settings: "palt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.p-catalog__card-price .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
  padding-right: 12px;
}
.p-catalog__card-price .price::after {
  content: "税込";
  position: absolute;
  right: 0;
  bottom: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}
.p-catalog__card-price .price .u-en {
  font-size: 1.25em;
  display: inline-block;
  transform: translateY(0.04em);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*===========================================================================*/
/*  Flow  */
/*===========================================================================*/
.p-flow {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #141414;
  color: #fff;
  background-image: url(../img/proble-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.p-flow__head {
  text-align: center;
  margin-bottom: 50px;
}
.p-flow__head-en {
  color: #A0A0A0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.p-flow__title {
  font-size: 48px;
  font-weight: 700;
}
.p-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.p-flow__step {
  border-radius: 15px;
  border: 1px solid #FFF;
  background: #282828;
  box-shadow: 5px 5px 60px 0 rgba(0, 0, 0, 0.02);
  padding: 40px;
}
.p-flow__step-label {
  display: inline-block;
  padding: 10px 18px;
  background: #3D3D3D;
  border-radius: 9999px;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.p-flow__step-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}
.p-flow__step-text {
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.01em;
}

/*===========================================================================*/
/*  FAQ  */
/*===========================================================================*/
.p-faq {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  overflow: hidden;
}
.p-faq__head {
  text-align: center;
  margin-bottom: 50px;
}
.p-faq__head-en {
  color: #A0A0A0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.p-faq__title {
  font-size: 48px;
  font-weight: 700;
}
.p-faq__list {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-faq__item {
  background: #fff;
  transition: box-shadow 0.3s;
}
.p-faq__question {
  border-radius: 10px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 26px 30px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.p-faq__question:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.p-faq__question.active .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__question-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-faq__number {
  color: #141414;
  font-size: 20px;
  font-weight: 700;
  line-height: 141%;
  letter-spacing: 0.03em;
}
.p-faq__question-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 141%;
  letter-spacing: 0.03em;
}
.p-faq__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  background: #333;
  transition: all 0.3s;
}
.p-faq__icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-faq__icon::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-faq__answer {
  display: none;
  padding: 18px 0 0 37px;
}
.p-faq__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}
.p-faq__answer-label {
  color: #141414;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 141%;
  letter-spacing: 0.03em;
}
.p-faq__answer-content {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 166%;
  letter-spacing: 0.03em;
}

/*===========================================================================*/
/*  CTA  */
/*===========================================================================*/
.p-cta {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 90px;
  overflow: hidden;
}
.p-cta__bg {
  background-image: url(../img/a-18.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.p-cta__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(45, 45, 48, 0.8) 0%, rgba(0, 0, 0, 0.8) 76.61%);
  z-index: 1;
}
.p-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.p-cta__title {
  color: #FFF;
  font-size: 4.1333vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}
.p-cta__title .u-en {
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.p-cta__buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.p-cta__btn {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 22.041px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
  width: 326px;
  padding: 18px 0 20px;
  border-radius: 6px;
}
.p-cta__btn--primary {
  background: linear-gradient(278deg, #CF2300 16.68%, #FFC64B 101.49%);
}
.p-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}
.p-cta__btn--secondary {
  background: linear-gradient(93deg, #C1C1C1 8.54%, #7F95A4 97.65%);
}
.p-cta__btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/*===========================================================================*/
/*  Modal  */
/*===========================================================================*/
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.p-modal.is-active {
  display: block;
}
.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.p-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 20px;
  padding: 50px;
  max-width: 1200px;
  width: calc(100% - 40px);
  max-height: 90vh;
}
.p-modal__close {
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #141414;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
.p-modal__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.p-modal__card {
  border-radius: 12px;
  border: 1px solid #000;
  background: #FFF;
  padding: 30px 18px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-modal__card-badge {
  position: absolute;
  top: -16px;
  right: -9px;
  width: 68.75px;
  height: 68.75px;
  border-radius: 50%;
  background: #FFE625;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.917px;
  font-weight: 600;
}
.p-modal__card--main {
  flex: 1;
}
.p-modal__card-label {
  text-align: center;
  font-size: 21.083px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.p-modal__card-label--entry {
  color: #FFAD55;
}
.p-modal__card-label--standard {
  color: #FF8355;
}
.p-modal__card-label--highspec {
  color: #5588FF;
}
.p-modal__card-label--creator {
  color: #A855FF;
}
.p-modal__card-label-jp {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #A6A6A6;
}
.p-modal__card-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.p-modal__card-price-label {
  color: #141414;
}
.p-modal__card-price-value .u-en {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1;
}
.p-modal__card-price-tax {
  font-size: 11px;
}
.p-modal__card-price-daily {
  text-align: center;
  margin-top: 2px;
  font-size: 12.833px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.p-modal__card-button {
  margin-top: 25px;
}
.p-modal__card-btn {
  display: block;
  width: 100%;
  padding: 10px 0 12px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(278deg, #CF2300 16.68%, #FFC64B 101.49%);
  border-radius: 4px;
  transition: all 0.3s;
}
.p-modal__card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

/*===========================================================================*/
/*  Footer  */
/*===========================================================================*/
.p-footer {
  background-color: #141414;
  color: #fff;
  background-image: url(../img/proble-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  overflow: hidden;
}
.p-footer__inner {
  text-align: center;
}
.p-footer .p-footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
.p-footer__copyright {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  .p-header__inner {
    height: 55px;
  }
  .p-header__logo {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.042em;
  }
  .p-header__btn {
    padding: 8px 20px 9px;
    font-size: 12px;
  }
  .p-header__hamburger {
    width: 28px;
    height: 14px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin-left: 18px;
  }
  .p-header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(26deg);
  }
  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-26deg);
  }
  .p-header__sp-menu {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: calc(100vh - 54px);
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow-y: auto;
  }
  .p-header__sp-menu.is-active {
    transform: translateX(0);
  }
  .p-header__sp-nav {
    padding: 40px 20px;
  }
  .p-header__sp-nav-list {
    list-style: none;
  }
  .p-header__sp-nav-item {
    border-bottom: 1px solid #eee;
  }
  .p-header__sp-nav-item:first-child {
    border-top: 1px solid #eee;
  }
  .p-header__sp-nav-item a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  }
  .p-header__sp-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .p-header__sp-btn {
    display: block;
    width: 100%;
    padding: 14px 0 16px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .p-header__sp-btn--primary {
    background: linear-gradient(278deg, #CF2300 16.68%, #FFC64B 101.49%);
  }
  .p-header__sp-btn--primary:hover {
    opacity: 0.9;
  }
  .p-header__sp-btn--secondary {
    background: linear-gradient(93deg, #C1C1C1 8.54%, #7F95A4 97.65%);
  }
  .p-header__sp-btn--secondary:hover {
    opacity: 0.9;
  }
  main {
    padding-top: 55px;
  }
  /*===========================================================================*/
  /*  Main Visual  */
  /*===========================================================================*/
  .p-mv {
    padding: 0 10px 15px;
  }
  .p-mv__bg {
    padding: 50px 0;
  }
  .p-mv__text {
    margin-bottom: 18px;
  }
  .p-mv__title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-mv__desc {
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    max-width: 275px;
  }
  .p-mv__card {
    padding: 22px 16px;
    flex-direction: column;
    text-align: center;
  }
  .p-mv__card-img {
    margin-bottom: 16px;
    padding: 0 8px;
    width: 100%;
    margin-left: 0;
  }
  .p-mv__card-name {
    font-size: 18px;
    text-align: center;
    margin-bottom: 17px;
  }
  .p-mv__card-spec {
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block;
    text-align: left;
  }
  .p-mv__card-price {
    justify-content: center;
    gap: 4px;
    padding-right: 10px;
  }
  .p-mv__card-price .p-mv__card-price-day {
    font-size: 12px;
    padding: 1px 5px 2px 5px;
  }
  .p-mv__card-price .p-catalog__card-price-price {
    font-size: 25px;
  }
  .p-mv__buttons {
    display: none;
  }
  /*===========================================================================*/
  /*  Banner  */
  /*===========================================================================*/
  .p-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EEEEEE;
  }
  .p-banner picture {
    display: block;
    margin: 0 auto;
    max-width: 840px;
  }
  /*===========================================================================*/
  /*  Feature  */
  /*===========================================================================*/
  .p-feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-feature__head {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .p-feature__head-en {
    font-size: 10px;
  }
  .p-feature__head-en::before {
    right: initial;
    left: calc(100% + 8px);
    top: 35%;
  }
  .p-feature__title {
    font-size: 26px;
    line-height: 1.1;
  }
  .p-feature__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p-feature__card {
    border-radius: 15px;
    padding: 10px;
  }
  .p-feature__card:first-child::before {
    background-image: url(../img/a-4-sp.webp);
  }
  .p-feature__card:last-child::before {
    background-image: url(../img/a-6-sp.webp);
  }
  .p-feature__card-img {
    aspect-ratio: 315/212;
  }
  .p-feature__card-content {
    padding: 16px 10px 10px;
  }
  .p-feature__card-title {
    font-size: 22px;
  }
  .p-feature__card-text {
    font-size: 14px;
    margin-top: 15px;
  }
  /*===========================================================================*/
  /*  Support  */
  /*===========================================================================*/
  .p-support {
    padding-bottom: 34px;
  }
  .p-support__title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .p-support__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }
  .p-support__item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .p-support__item-icon img {
    height: 48px;
  }
  .p-support__item-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  /*===========================================================================*/
  /*  Problem  */
  /*===========================================================================*/
  .p-problem {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  .p-problem__head-en {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-problem__title {
    font-size: 30px;
    line-height: 1.3;
  }
  .p-problem__list {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 9px;
    max-width: 400px;
  }
  .p-problem__item:nth-child(even) {
    justify-content: flex-start;
  }
  .p-problem__item:first-child {
    padding-left: 12px;
  }
  .p-problem__item:first-child .p-problem__item-img {
    top: -7px;
    left: initial;
    right: 20px;
  }
  .p-problem__item:nth-child(2) {
    margin-top: 0;
    padding-right: 30px;
    justify-content: flex-end;
  }
  .p-problem__item:nth-child(2) .p-problem__item-img {
    bottom: -48px;
    right: initial;
    left: -7px;
    z-index: 1;
    width: 63px;
  }
  .p-problem__item:nth-child(3) {
    justify-content: flex-end;
    margin-top: 0;
    padding-right: 12px;
  }
  .p-problem__item:nth-child(3) .p-problem__item-img {
    bottom: -86px;
    left: initial;
    right: -11px;
    z-index: 1;
    width: 63px;
  }
  .p-problem__item:last-child {
    margin-top: 0;
    padding-left: 9px;
  }
  .p-problem__item-img {
    width: 72px;
  }
  .p-problem__item-bubble {
    padding: 13px 15px;
    font-size: 14px;
    display: inline-block;
  }
  .p-problem__desc {
    margin-bottom: 30px;
  }
  .p-problem__desc p {
    font-size: 15px;
    line-height: 1.7;
  }
  .p-problem__cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-problem__card--left {
    width: 90%;
  }
  .p-problem__card--right {
    width: 100%;
  }
  /*===========================================================================*/
  /*  Voice  */
  /*===========================================================================*/
  .p-voice {
    padding: 60px 0;
  }
  .p-voice__head {
    margin-bottom: 43px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-voice__head-en {
    font-size: 10px;
  }
  .p-voice__head-en::before {
    right: initial;
    left: calc(100% + 8px);
    top: 35%;
  }
  .p-voice__title {
    font-size: 26px;
    line-height: 1.1;
  }
  .p-voice__card {
    padding: 25px;
  }
  .p-voice__card-text {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .p-voice__card-avatar {
    width: 29px;
  }
  .p-voice__card-name {
    font-size: 14px;
  }
  .p-voice .swiper-pagination {
    margin-top: 30px;
  }
  .p-voice .swiper-pagination-bullet {
    width: 22px;
  }
  .p-voice .swiper-pagination-bullet-active {
    width: 40px;
  }
  /*===========================================================================*/
  /*  Lineup  */
  /*===========================================================================*/
  .p-lineup {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lineup__head {
    margin-bottom: 25px;
  }
  .p-lineup__subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .p-lineup__title {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .p-lineup__desc {
    font-size: 14px;
  }
  .p-lineup__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .p-lineup__card {
    padding: 18px 12px 20px;
    border-radius: 12px;
  }
  .p-lineup__card-img {
    margin-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .p-lineup__card-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p-lineup__card-desc {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .p-lineup__card-price {
    margin-top: 0;
    justify-content: flex-start;
    gap: 4px;
  }
  .p-lineup__card-price .date {
    padding: 1px 5px 2px 5px;
    font-size: 10px;
    transform: translateY(2px);
  }
  .p-lineup__card-price .price {
    font-size: 17px;
    padding-right: 10px;
  }
  .p-lineup__card-price .price::after {
    white-space: nowrap;
    transform: scale(0.5);
    bottom: -4px;
  }
  .p-lineup__card-price .price .u-en {
    font-size: 1.25em;
    display: inline-block;
    transform: translateY(0.04em);
  }
  /*===========================================================================*/
  /*  Plan  */
  /*===========================================================================*/
  .p-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-plan__head-en {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-plan__title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .p-plan__desc {
    font-size: 14px;
  }
  .p-plan__cards-wrapper {
    margin-bottom: 55px;
  }
  .p-plan .plan-swiper {
    overflow: visible;
    padding-bottom: 35px;
  }
  .p-plan__cards {
    display: flex;
    margin-bottom: 0;
    gap: 12px;
  }
  .p-plan__card {
    height: auto;
  }
  .p-plan .swiper-scrollbar {
    background: #525252;
    height: 5px;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .p-plan .swiper-scrollbar-drag {
    background: #FFF;
    border-radius: 10px;
  }
  .p-plan__support {
    flex-direction: column;
    align-items: center;
  }
  .p-plan__support-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .p-plan__support-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    width: 100%;
  }
  .p-plan__support-item {
    padding: 11px 18px 13px 18px;
    font-size: 16px;
  }
  .p-plan__banner {
    margin-top: 40px;
  }
  .p-plan__banner img {
    border-radius: 12px;
  }
  /*===========================================================================*/
  /*  Catalog  */
  /*===========================================================================*/
  .p-catalog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-catalog__head {
    margin-bottom: 30px;
  }
  .p-catalog__head-en {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-catalog__title {
    font-size: 30px;
  }
  .p-catalog__tabs {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .p-catalog__tab {
    width: 100%;
    padding: 20px 30px;
    font-size: 16px;
  }
  .p-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .p-catalog__card {
    padding: 18px 12px 20px;
    border-radius: 12px;
  }
  .p-catalog__card-img {
    margin-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .p-catalog__card-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p-catalog__card-desc {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .p-catalog__card-price {
    margin-top: 0;
    justify-content: flex-start;
    gap: 4px;
  }
  .p-catalog__card-price .date {
    padding: 1px 5px 2px 5px;
    font-size: 10px;
    transform: translateY(2px);
  }
  .p-catalog__card-price .price {
    font-size: 17px;
    padding-right: 10px;
  }
  .p-catalog__card-price .price::after {
    white-space: nowrap;
    transform: scale(0.5);
    bottom: -4px;
  }
  .p-catalog__card-price .price .u-en {
    font-size: 1.25em;
    display: inline-block;
    transform: translateY(0.04em);
  }
  /*===========================================================================*/
  /*  Flow  */
  /*===========================================================================*/
  .p-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-flow__head {
    margin-bottom: 23px;
  }
  .p-flow__head-en {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-flow__title {
    font-size: 30px;
  }
  .p-flow__steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-flow__step {
    padding: 20px;
  }
  .p-flow__step-label {
    padding: 7px 15px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-flow__step-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .p-flow__step-text {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  FAQ  */
  /*===========================================================================*/
  .p-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-faq__head {
    margin-bottom: 30px;
  }
  .p-faq__head-en {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-faq__title {
    font-size: 30px;
  }
  .p-faq__list {
    max-width: 100%;
    gap: 25px;
  }
  .p-faq__question {
    border-radius: 10px;
    padding: 15px;
    gap: 12px;
  }
  .p-faq__question:hover {
    background: #F5F5F5;
    box-shadow: none;
  }
  .p-faq__question-inner {
    gap: 12px;
  }
  .p-faq__number {
    font-size: 16px;
  }
  .p-faq__question-text {
    font-size: 16px;
  }
  .p-faq__icon {
    width: 15px;
    height: 15px;
  }
  .p-faq__icon::before {
    width: 13px;
    height: 2px;
  }
  .p-faq__icon::after {
    width: 2px;
    height: 14px;
  }
  .p-faq__answer {
    padding: 14px 0 0 16px;
  }
  .p-faq__answer-inner {
    gap: 20px;
  }
  .p-faq__answer-label {
    font-size: 16px;
  }
  .p-faq__answer-content {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  CTA  */
  /*===========================================================================*/
  .p-cta {
    padding-bottom: 60px;
  }
  .p-cta__bg {
    padding: 70px 0;
  }
  .p-cta__title {
    font-size: 33px;
    line-height: 1.3;
  }
  .p-cta__buttons {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 12px;
    padding: 0 22px;
  }
  .p-cta__btn {
    width: 100%;
    padding: 15px 0 16px;
    font-size: 20px;
  }
  /*===========================================================================*/
  /*  Modal  */
  /*===========================================================================*/
  .p-modal__container {
    padding: 20px;
    width: calc(100% - 40px);
    max-height: calc(100vh - 80px);
  }
  .p-modal__close {
    padding: 6px 13px;
    top: calc(100% + 14px);
  }
  .p-modal__cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .p-modal__card {
    border-radius: 12px;
    padding: 6px;
    border: 1px solid #D0D0D0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
  }
  .p-modal__card--recommend {
    padding-left: 34px;
  }
  .p-modal__card-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 0;
    width: 19px;
    height: calc(100% - 10px);
    border-radius: 8px 0 0 8px;
    background: #FFE625;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    font-size: 10px;
    font-weight: 600;
    color: #141414;
    letter-spacing: 0.05em;
  }
  .p-modal__card--main {
    flex: 1;
  }
  .p-modal__card-label {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1;
    text-align: left;
  }
  .p-modal__card-label-jp {
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 0;
    transform: translateY(-2px);
  }
  .p-modal__card-price {
    margin-top: 0;
    text-align: left;
  }
  .p-modal__card-price-label {
    font-size: 18px;
  }
  .p-modal__card-price-value {
    font-size: 18px;
  }
  .p-modal__card-price-value .u-en {
    font-size: 32px;
  }
  .p-modal__card-price-tax {
    font-size: 10px;
  }
  .p-modal__card-price-daily {
    text-align: left;
    font-size: 12px;
    margin-top: 2px;
  }
  .p-modal__card-button {
    flex-shrink: 0;
    margin-top: 0;
  }
  .p-modal__card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 102px;
    text-decoration: none;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 8px;
    background: linear-gradient(251deg, #FF340C 25.9%, #FFC64B 74.1%);
  }
  .p-modal__card-btn span {
    position: relative;
    padding-bottom: 15px;
  }
  .p-modal__card-btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    aspect-ratio: 4/7;
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: contain;
  }
}/*# sourceMappingURL=style.css.map */