@charset "UTF-8";

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* ===============================
   Global Variables
   =============================== */

/* ---------------------------------
  CSS Variables (テーマ・デザイン系)
--------------------------------- */

/* color */

/* font */

/* font-size */

/* layout */

/* header */

/* transition */

/* ---------------------------------
  Sass Variables (構造・レイヤー系)
--------------------------------- */
table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border: none;
}

th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 0;
  margin: 0;
}

/* =============================
   ナビゲーションボタン
============================= */

/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ''; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */

/* =============================
   ページネーション (bullets)
============================= */

/* 位置の設定 (枠組み) */

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  margin-inline: 10px;
  background: #ff5b22;
  border-radius: 50%;
  opacity: 0.3;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet-active {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

@media screen and (width >= 768px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}

@media screen and (width >= 768px) {
  body {
    font-size: 16px;
  }
}

body.is-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block: 0 !important;
}

em {
  font-style: inherit;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

@media (any-hover: hover) {
  summary:hover {
    cursor: pointer;
  }
}

.l-inner {
  max-width: 1250px;
  padding-inline: min(6.106870229%, 40px);
  margin-inline: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 72px;
  padding-block: 12.5px;
  background: #fff;
}

@media screen and (width >= 768px) {
  .l-header {
    height: 90px;
    padding-block: 25px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
}

@media screen and (width >= 768px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}

.l-header__logo-img {
  width: 127px;
}

@media screen and (width >= 768px) {
  .l-header__logo-img {
    width: 315px;
  }
}

.l-header__logo-img img {
  width: 100%;
}

.l-header__nav {
  display: none;
}

@media screen and (width >= 1400px) {
  .l-header__nav {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.l-header__list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  column-gap: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 19px;
  border: 1px solid #3939ff;
  border-radius: 100vmax;
  box-shadow: 6px 6px 0 0 #d3ff33;
}

.l-header__list-item {
  /* font-family: Manrope, sans-serif; */
  font-size: 14px;
  font-weight: 700;
  line-height: 1.643;
  color: #191919;
  letter-spacing: 0.025em;
}

.l-header__list-item a {
  display: inline-block;
  padding-block: 7px;
  font-weight: inherit;
}

.l-header__icon-list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  column-gap: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-margin-end: 75px;
  margin-inline-end: 75px;
}

@media screen and (width >= 768px) {
  .l-header__icon-list {
    column-gap: 20px;
    -webkit-margin-end: 60px;
    margin-inline-end: 60px;
  }
}

@media screen and (width >= 1400px) {
  .l-header__icon-list {
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
  }
}

.l-header__icon-list-item--search,
.l-header__icon-list-item--login,
.l-header__icon-list-item--heart,
.l-header__icon-list-item--bag {
  display: none;
}

@media screen and (width >= 768px) {
  .l-header__icon-list-item--search,
  .l-header__icon-list-item--login,
  .l-header__icon-list-item--heart,
  .l-header__icon-list-item--bag {
    display: block;
  }
}

@media screen and (width >= 768px) {
  .l-header__icon-list-item--login-blue,
  .l-header__icon-list-item--bag-blue {
    display: none;
  }
}

.l-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 35;
  width: 278px;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  background: #d3ff33;
  transition: translate 0.3s ease;
  translate: 101%;
}

.l-drawer-menu.is-open {
  translate: 0;
}

.l-drawer-menu__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.l-drawer-menu__list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 32px;
}

.l-drawer-menu__button {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.l-main {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  background-image: url('..//img/_common/bg/bg_decoration.png');
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

.l-main__deco {
  position: absolute;
  top: 102.5%;
  right: 3%;
  z-index: 1;
}

@media screen and (width >= 768px) {
  .l-main__deco {
    top: 100%;
    translate: 0 -85%;
  }
}

@media screen and (width >= 1400px) {
  .l-main__deco {
    right: 5%;
    translate: 0 -40%;
  }
}

.l-main__deco img {
  width: 45px;
}

@media screen and (width >= 768px) {
  .l-main__deco img {
    width: 90px;
  }
}

@media screen and (width >= 1400px) {
  .l-main__deco img {
    width: 110px;
  }
}

.l-section {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.l-section__inner {
  position: relative;
}

.l-section__heading {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (width >= 768px) {
  .l-section__heading {
    row-gap: 30px;
  }
}

.l-section__heading-wrapper {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.l-section__bg {
  position: absolute;
  inset: 0;
  z-index: -10;
  display: none;
  text-align: center;
}

.l-section__bg img {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-footer {
  -webkit-padding-before: 31px;
  padding-block-start: 31px;
  background: #3939ff;
}

@media screen and (width >= 768px) {
  .l-footer {
    padding-block: 60px 20px;
  }
}

.l-footer__inner {
  position: relative;
  max-width: 1120px;
}

.l-footer__content {
  display: grid;
  grid-template-areas: 'nav sns' 'nav sns' 'logo logo';
  grid-template-columns: auto max-content;
  row-gap: 10px;
}

@media screen and (width >= 768px) {
  .l-footer__content {
    grid-template: 'logo spacer-center nav space' 50px 'sns spacer-center nav space' auto / auto 25.9615384615% auto 4.5192307692%;
    row-gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.l-footer__nav-area {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  grid-area: nav;
}

@media screen and (width >= 768px) {
  .l-footer__nav-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    column-gap: 60px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 10px;
  padding: 10px;
}

@media screen and (width >= 768px) {
  .l-footer__nav {
    padding: 0;
  }
}

.l-footer__nav-item {
  line-height: 1.8;
  color: #fff;
}

.l-footer__nav-item--main {
  font-size: 12px;
  font-weight: 500;
}

.l-footer__nav-item--main:first-of-type {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (width >= 768px) {
  .l-footer__nav-item--main:first-of-type {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.143;
  }
}

.l-footer__nav-item--sub {
  font-size: 10px;
  font-weight: 400;
}

@media screen and (width >= 768px) {
  .l-footer__nav-item--main,
  .l-footer__nav-item--sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.143;
  }
}

.l-footer__sns-list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  grid-area: sns;
  column-gap: 5px;
  align-self: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-margin-before: 9px;
  margin-block-start: 9px;
}

@media screen and (width >= 768px) {
  .l-footer__sns-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.l-footer__sns-list-item a {
  display: inline-block;
}

.l-footer__logo {
  grid-area: logo;
  align-self: start;
  text-align: center;
}

.l-footer__logo img {
  width: 209px;
}

@media screen and (width >= 768px) {
  .l-footer__logo img {
    width: 401px;
  }
}

.l-footer__spacer {
  display: none;
  grid-area: space;
}

@media screen and (width >= 768px) {
  .l-footer__spacer {
    display: block;
  }
}

.l-footer__spacer-center {
  display: none;
  grid-area: spacer-center;
}

@media screen and (width >= 768px) {
  .l-footer__spacer-center {
    display: block;
  }
}

.l-footer__copy-right {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
  text-align: center;
}

@media screen and (width >= 768px) {
  .l-footer__copy-right {
    -webkit-margin-before: 48px;
    margin-block-start: 48px;
  }
}

.l-footer__copy-right-text {
  /* font-family: Manrope, sans-serif; */
  font-size: 10px;
  font-weight: 400;
  line-height: 3;
  color: #fff;
}

@media screen and (width >= 768px) {
  .l-footer__copy-right-text {
    font-size: 12px;
  }
}

.l-footer__deco {
  position: absolute;
  top: -41%;
  right: 9%;
  transform: scale(-1, 1);
}

@media screen and (width >= 768px) {
  .l-footer__deco {
    top: -65%;
    right: 0;
    transform: none;
  }
}

@media screen and (width >= 1400px) {
  .l-footer__deco {
    right: -6.2%;
  }
}

.l-footer__deco img {
  width: clamp(2.1875rem, 0.428008596rem + 7.1633237822vw, 6.875rem);
}

.c-button {
  display: inline-block;
  padding-block: calc(0.46875em - 4px);
  padding-inline: calc(2.5em - 4px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 100vmax;
  box-shadow: 4px 4px 0 0 #d3ff33;
  transition:
    translate 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    translate 0.3s,
    box-shadow 0.3s;
  transition:
    translate 0.3s,
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}

@media screen and (width >= 768px) {
  .c-button {
    padding-block: calc(0.6666666667em - 4px);
    padding-inline: calc(2.6666666667em - 4px);
    font-size: 24px;
    box-shadow: 10px 10px 0 0 #d3ff33;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    box-shadow: none;
    translate: 10px 10px;
  }
}

.c-button:focus-visible {
  box-shadow: none;
  translate: 10px 10px;
}

.c-button--main {
  color: #3939ff;
  background: #fff;
  border: 4px solid currentcolor;
}

.c-button--sub {
  color: #fff;
  background: #18a965;
  border: 4px solid #18a965;
}

.c-drawer-button {
  position: fixed;
  top: 25px;
  right: 24px;
  z-index: 40;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 44px;
  height: 22px;
}

@media screen and (width >= 768px) {
  .c-drawer-button {
    top: 35px;
  }
}

@media screen and (width >= 1400px) {
  .c-drawer-button {
    display: none;
  }
}

.c-drawer-button.is-open .c-drawer-button__bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 8.5px;
}

.c-drawer-button.is-open .c-drawer-button__bar:nth-of-type(2) {
  display: none;
}

.c-drawer-button.is-open .c-drawer-button__bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -8.5px;
}

.c-drawer-button__bar {
  display: inline-block;
  width: 34px;
  height: 4px;
  background: #3939ff;
  transition:
    rotate 0.3s,
    translate 0.3s;
}

.c-title-ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  color: #3939ff !important;
}

@media screen and (width >= 768px) {
  .c-title-ja {
    font-size: 24px;
    line-height: 1.4;
  }
}

.c-title-ja--white {
  color: #fff !important;
}

.c-title-en {
  text-align: center;
}

.c-card {
  position: relative;
  background: #fff;
  border: 4px solid #ff5b22;
  box-shadow: 4px 4px 0 0 #ff5b22;
}

.c-card.is-pickup::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(80px, 25%);
  height: auto;
  aspect-ratio: 1/1;
  content: '';
  background-image: url('../img/_common/tag/tag_pickup.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  translate: -33% -33%;
}

@media screen and (width >= 768px) {
  .c-card {
    box-shadow: 10px 10px 0 0 #ff5b22;
  }
}

@media (any-hover: hover) {
  .c-card a:hover img {
    scale: 1.1;
  }
}

.c-card a:focus-visible img {
  scale: 1.1;
}

.c-card__inner {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  padding: 11px 18px 6px;
}

@media screen and (width >= 768px) {
  .c-card__inner {
    padding: 20px;
  }
}

.c-card__body {
  display: grid;
  place-items: center;
  -webkit-margin-before: 7px;
  margin-block-start: 7px;
  font-weight: 700;
}

@media screen and (width >= 768px) {
  .c-card__body {
    -webkit-margin-before: 27px;
    margin-block-start: 27px;
  }
}

.c-card__title,
.c-card__price {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; /* ← 行数指定（1行だけ表示） */
  -webkit-box-orient: vertical;
}

.c-card__title {
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.8;
  color: #333 !important;
}

.c-card__price {
  font-size: 14px;
  font-weight: inherit;
  line-height: 1.8;
  color: #3939ff;
}

.c-card__price span {
  font-weight: inherit;
}

@media screen and (width >= 768px) {
  .c-card__price {
    font-size: 24px;
    line-height: 1.4;
  }
}

.c-card__img {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}

.c-card__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  transition: scale 0.6s ease-in-out;
}

.c-category-icon {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
}

.c-category-icon img {
  max-width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  background: #fff;
  border: 4px solid #3939ff;
  border-radius: 50%;
  transition: background 0.3s ease;
}

@media screen and (width >= 576px) {
  .c-category-icon img {
    max-width: 160px;
  }
}

@media screen and (width >= 768px) {
  .c-category-icon img {
    max-width: 200px;
  }
}

.c-category-icon__text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #3939ff;
}

@media screen and (width >= 768px) {
  .c-category-icon__text {
    font-size: 24px;
  }
}

.c-breadcrumbs span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8; /* 28.8px */
  color: #333;
}

@media screen and (width >= 768px) {
  .c-breadcrumbs span {
    font-size: 16px;
  }
}

.c-breadcrumbs span a {
  font-weight: inherit;
}

.c-breadcrumbs span a span {
  font-weight: inherit;
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  gap: 1em;
}

.c-breadcrumbs__list-item {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8; /* 28.8px */
}

@media screen and (width >= 768px) {
  .c-breadcrumbs__list-item {
    font-size: 16px;
  }
}

.c-breadcrumbs__list-item:not(:first-of-type)::after {
  position: absolute;
  top: 50%;
  left: -1em;
  content: '＞';
  translate: 0 -50%;
}

.c-breadcrumbs__list-item a,
.c-breadcrumbs__list-item span {
  font-weight: inherit;
}

.c-breadcrumbs__list-item--noen {
  display: none;
}

.c-breadcrumbs__list-item--noen.is-active {
  display: block;
}

.p-fv {
  padding-block: 30px 0;
}

@media screen and (width >= 768px) {
  .p-fv {
    padding-block: 0;
  }
}

.p-fv__swiper {
  position: relative;
  -webkit-padding-after: 40px;
  padding-block-end: 40px;
}

@media screen and (width >= 768px) {
  .p-fv__swiper {
    -webkit-padding-after: 100px;
    padding-block-end: 100px;
  }
}

.p-fv__swiper .swiper-pagination {
  bottom: -3px;
  left: 0;
  width: 100%;
}

@media screen and (width >= 768px) {
  .p-fv__swiper .swiper-pagination {
    display: none;
  }
}

.p-fv__swiper-wrapper {
  -webkit-padding-after: 10px;
  padding-block-end: 10px;
}

.p-fv__swiper-slide {
  position: relative;
  max-width: 339px;
  overflow: hidden;
  background: #f3f6fd;
  border: 4px solid #3939ff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 #3939ff;
}

@media screen and (width >= 768px) {
  .p-fv__swiper-slide {
    max-width: 825px;
    border: none;
    border-radius: 20px;
    box-shadow: 10px 10px 0 0 #3939ff;
  }
}

.p-fv__swiper-img img {
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

@media screen and (width >= 768px) {
  .p-fv__swiper-img img {
    min-height: 547px;
  }
}

.p-popular {
  z-index: 2;
  padding-block: 70px 4px;
}

@media screen and (width >= 768px) {
  .p-popular {
    padding-block: 100px 150px;
  }
}

.p-popular__title-en img {
  width: 160.786px;
}

@media screen and (width >= 768px) {
  .p-popular__title-en img {
    width: 736.45px;
  }
}

.p-popular__content {
  -webkit-margin-before: 17px;
  margin-block-start: 17px;
}

@media screen and (width >= 768px) {
  .p-popular__content {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }
}

.p-popular__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 10px;
  padding: 16px 6.5px;
}

@media screen and (width >= 768px) {
  .p-popular__card-list {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.752293578%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1090px;
    margin-inline: auto;
  }
}

@media screen and (width >= 768px) {
  .p-popular__card-list-item:last-of-type {
    display: none;
  }
}

.p-popular__swiper-container {
  position: relative;
  display: none;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

@media screen and (width >= 768px) {
  .p-popular__swiper-container {
    display: block;
  }
}

.p-popular__button-wrapper {
  position: relative;
  top: -290px;
  max-width: 1440px;
  margin-inline: auto;
}

.p-popular__swiper-container .swiper-button-prev,
.p-popular__swiper-container .swiper-button-next {
  position: absolute;
  width: 64px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-popular__swiper-container .swiper-button-prev {
  left: 50px;
  background-image: url('../img/_common/icon/icon_swiper-arrow-left.svg');
}

.p-popular__swiper-container .swiper-button-next {
  right: 47px;
  background-image: url('../img/_common/icon/icon_swiper-arrow-right.svg');
}

.p-popular__swiper {
  padding-top: 40px; /* 上部の「HOT」バッジが見切れないように余白 */
  padding-bottom: 20px; /* 下部の影が見切れないように余白 */
}

.p-popular__swiper-slide {
  /* 1. 基準サイズは「一番大きい状態(Active)」に合わせます */
  width: 370px;
  height: auto; /* 高さは内容なり */
}

.p-popular__swiper-slide .p-popular__card {
  transition: scale 0.3s ease;
  transform-origin: center bottom;

  /* --- A. デフォルト（その他大勢）：一番小さく --- */

  /* 300px / 370px ≒ 0.81 */
  scale: 0.81;
}

.p-popular__swiper-slide {
  /* --- B. アクティブの両隣：中くらい --- */
}

.p-popular__swiper-slide.swiper-slide-prev .p-popular__card,
.p-popular__swiper-slide.swiper-slide-next .p-popular__card {
  /* 340px / 370px ≒ 0.92 */
  scale: 0.92;
}

.p-popular__swiper-slide {
  /* --- C. アクティブ：最大（基準サイズ） --- */
}

.p-popular__swiper-slide.swiper-slide-active .p-popular__card {
  /* 370px / 370px = 1 */
  scale: 1;
}

.p-popular__card {
  position: relative;
  min-height: 199px;
  border-radius: 8px;
}

.p-popular__card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(80px, 25%);
  height: auto;
  aspect-ratio: 1/1;
  content: '';
  background-image: url('../img/_common/tag/tag_pickup.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  translate: -33% -33%;
}

@media screen and (width >= 768px) {
  .p-popular__card {
    border-radius: 28px;
  }

  .p-popular__card::before {
    width: 100px;
  }
}

@media screen and (width >= 768px) {
  .p-popular__card-inner {
    -webkit-padding-after: 30px;
    padding-block-end: 30px;
  }
}

.p-popular__heading-deco-girl,
.p-popular__heading-deco-stick {
  position: absolute;
}

.p-popular__heading-deco-girl {
  top: -46%;
  left: -45%;
}

@media screen and (width >= 768px) {
  .p-popular__heading-deco-girl {
    top: -31%;
    left: -31%;
    rotate: -16deg;
  }
}

.p-popular__heading-deco-girl img {
  width: clamp(3.75rem, 0.840974212rem + 11.8433619866vw, 11.5rem);
}

.p-popular__heading-deco-stick img {
  width: clamp(2.25rem, 0.7251074499rem + 6.2082139446vw, 6.3125rem);
}

.p-popular__heading-deco-stick--01 {
  top: -14%;
  right: -27%;
  rotate: -26deg;
}

@media screen and (width >= 768px) {
  .p-popular__heading-deco-stick--01 {
    top: -8%;
    right: -21%;
    rotate: -5deg;
  }
}

.p-popular__heading-deco-stick--02 {
  top: 22%;
  right: -39%;
  rotate: 10deg;
}

@media screen and (width >= 768px) {
  .p-popular__heading-deco-stick--02 {
    top: 42%;
    right: -23%;
    rotate: 30deg;
  }
}

@media screen and (width >= 768px) {
  .p-popular__bg {
    z-index: -11;
  }
}

.p-feature {
  position: relative;
  z-index: 1;
  padding-block: 30px 33px;
  padding-inline: 24px;
  overflow-x: clip;
  background: #d3ff33;
}

@media screen and (width >= 768px) {
  .p-feature {
    padding-block: 160px;
    background: none;
  }
}

.p-feature__inner {
  max-width: 1266px;
  padding-inline: 0;
  background: #e1ffff;
  border: 4px solid #3939ff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 #3939ff;
}

@media screen and (width >= 768px) {
  .p-feature__inner {
    padding: 61px 82px 43px;
    border: 5px solid #3939ff;
    border-radius: 24px;
    box-shadow: 10px 10px 0 0 #3939ff;
  }
}

.p-feature__heading {
  -webkit-margin-before: 26px;
  margin-block-start: 26px;
}

@media screen and (width >= 768px) {
  .p-feature__heading {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-feature__title-en img {
  width: 307px;
}

@media screen and (width >= 768px) {
  .p-feature__title-en img {
    width: 656px;
  }
}

.p-feature__card-list {
  position: relative;
  display: grid;
  gap: 20px;
  width: calc(100% + 8px);
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
  -webkit-margin-start: -4px;
  margin-inline-start: -4px;
}

@media screen and (width >= 768px) {
  .p-feature__card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    -webkit-margin-before: 35px;
    margin-block-start: 35px;
  }
}

@media screen and (width >= 1200px) {
  .p-feature__card-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-feature__card-list-item {
  position: sticky;
}

@media screen and (width >= 768px) {
  .p-feature__card-list-item {
    position: relative;
  }
}

.p-feature__card-list-item:nth-of-type(1) {
  top: 72px;
}

@media screen and (width >= 768px) {
  .p-feature__card-list-item:nth-of-type(1) {
    top: 0;
  }
}

.p-feature__card-list-item:nth-of-type(2) {
  top: 150px;
}

@media screen and (width >= 768px) {
  .p-feature__card-list-item:nth-of-type(2) {
    top: 0;
  }
}

.p-feature__card-list-item:nth-of-type(3) {
  top: 228px;
}

@media screen and (width >= 768px) {
  .p-feature__card-list-item:nth-of-type(3) {
    top: 0;
  }
}

.p-feature__card-list-item:nth-of-type(4) {
  top: 306px;
}

@media screen and (width >= 768px) {
  .p-feature__card-list-item:nth-of-type(4) {
    top: 0;
  }
}

.p-feature__card {
  padding-block: 22px 37px;
  background: #fff;
  border: 4px solid #3939ff;
  border-radius: 8px;
}

@media screen and (width >= 768px) {
  .p-feature__card {
    min-height: 618px;
    padding-block: 22px;
    border: none;
    border-radius: 20px;
  }
}

@media screen and (width >= 992px) {
  .p-feature__card {
    min-height: 540px;
  }
}

@media screen and (width >= 1200px) {
  .p-feature__card {
    min-height: 704px;
  }
}

@media screen and (width >= 1400px) {
  .p-feature__card {
    min-height: 644px;
  }
}

.p-feature__card-inner {
  padding-inline: 20px;
}

.p-feature__card-tag {
  width: fit-content;
  min-width: 98px;
  padding-inline: 1em;
  margin-inline: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  text-align: center;
  background: #d3ff33;
  border-radius: 100vmax;
}

@media screen and (width >= 768px) {
  .p-feature__card-tag {
    min-width: 85px;
    margin-inline: 0;
  }
}

.p-feature__card-content {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

@media screen and (width >= 768px) {
  .p-feature__card-content {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
  }
}

.p-feature__card-body {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 8px;
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
}

@media screen and (width >= 768px) {
  .p-feature__card-body {
    -webkit-margin-before: 9px;
    margin-block-start: 9px;
  }
}

.p-feature__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #3939ff !important;
  text-align: center;
}

.p-feature__card-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}

.p-feature__card-text-sub-wrapper {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.p-feature__card-text-sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}

.p-feature__card-img {
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  margin-inline: auto;
  background: #3939ff;
  border-radius: 50%;
}

.p-feature__card-img img {
  width: 94px;
}

.p-feature__deco-pc,
.p-feature__deco-camera {
  position: absolute;
}

@media screen and (width >= 576px) {
  .p-feature__deco-pc img,
  .p-feature__deco-camera img {
    scale: 1.2;
  }
}

@media screen and (width >= 768px) {
  .p-feature__deco-pc img,
  .p-feature__deco-camera img {
    scale: 0.6;
  }
}

@media screen and (width >= 992px) {
  .p-feature__deco-pc img,
  .p-feature__deco-camera img {
    scale: 0.8;
  }
}

@media screen and (width >= 1200px) {
  .p-feature__deco-pc img,
  .p-feature__deco-camera img {
    scale: 1;
  }
}

.p-feature__deco-pc {
  top: -36.55px;
  left: -34.27px;
  rotate: -10deg;
}

@media screen and (width >= 768px) {
  .p-feature__deco-pc {
    top: -131.55px;
    left: -104.27px;
  }
}

@media screen and (width >= 992px) {
  .p-feature__deco-pc {
    left: -59.27px;
  }
}

@media screen and (width >= 1200px) {
  .p-feature__deco-pc {
    top: -68.55px;
    left: -6.27px;
  }
}

.p-feature__deco-pc img {
  width: 75px;
}

@media screen and (width >= 768px) {
  .p-feature__deco-pc img {
    width: 305px;
  }
}

.p-feature__deco-camera {
  top: 73.27px;
  right: -32.531px;
  rotate: 24deg;
}

@media screen and (width >= 768px) {
  .p-feature__deco-camera {
    top: 6.27px;
    right: -53.531px;
  }
}

@media screen and (width >= 992px) {
  .p-feature__deco-camera {
    right: 0;
  }
}

@media screen and (width >= 1200px) {
  .p-feature__deco-camera {
    right: 100.469px;
  }
}

.p-feature__deco-camera img {
  width: 56px;
}

@media screen and (width >= 768px) {
  .p-feature__deco-camera img {
    width: 192px;
  }
}

.p-feature__bg img {
  object-fit: contain;
  object-position: center;
}

.p-product {
  z-index: 1;
  min-height: 1255px;
  padding-block: 33px 48px;
}

@media screen and (width >= 768px) {
  .p-product {
    min-height: 1718px;
    padding-block: 202px 75px;
  }
}

@media screen and (width >= 1200px) {
  .p-product {
    min-height: 1559px;
  }
}

.p-product::before {
  position: absolute;
  inset: 0 0 50%;
  z-index: -10;
  display: none;
  content: '';
  background: #d3ff33;
}

.p-product::after {
  position: absolute;
  inset: 50% 0 0;
  z-index: -11;
  display: none;
  content: '';
  background: #fcfef1;
}

.p-product__inner {
  position: relative;
}

.p-product__title-en img {
  width: 169px;
}

@media screen and (width >= 768px) {
  .p-product__title-en img {
    width: 748px;
    scale: 0.9;
  }
}

@media screen and (width >= 992px) {
  .p-product__title-en img {
    scale: 1;
  }
}

.p-product__deco-girl {
  position: absolute;
  top: -38%;
  right: -26%;
}

@media screen and (width >= 768px) {
  .p-product__deco-girl {
    top: -90%;
    right: -23%;
  }
}

.p-product__deco-girl img {
  width: clamp(2.1875rem, -0.0177292264rem + 8.9780324737vw, 8.0625rem);
}

.p-product__tab-button-list {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

@media screen and (width >= 576px) {
  .p-product__tab-button-list {
    grid-template-columns: repeat(3, auto);
  }
}

@media screen and (width >= 768px) {
  .p-product__tab-button-list {
    -webkit-margin-before: 58px;
    margin-block-start: 58px;
  }
}

@media (any-hover: hover) {
  .p-product__tab-button:hover img {
    background: #d3ff33;
  }
}

.p-product__tab-button:focus-visible img {
  background: #d3ff33;
}

.p-product__tab-button[aria-selected='true'] img {
  background: #d3ff33;
}

.p-product__tabs {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

@media screen and (width >= 768px) {
  .p-product__tabs {
    -webkit-margin-before: 87px;
    margin-block-start: 87px;
  }
}

.p-product__tab {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    translate 0.3s ease;
  translate: 20px 0;
}

.p-product__tab.js-show {
  height: fit-content;
  visibility: visible;
  opacity: 1;
  translate: 0;
}

.p-product__tab-title {
  width: fit-content;
  padding: 5px 15px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  background: #fff;
  border: 5px solid #d3ff33;
  border-radius: 16px;
  box-shadow: 4px 4px 0 0 #d3ff33;
}

@media screen and (width >= 768px) {
  .p-product__tab-title {
    display: none;
  }
}

.p-product__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
  max-width: 1110px;
  padding-inline: 6.5px;
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
  margin-inline: auto;
}

@media screen and (width >= 768px) {
  .p-product__card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-inline: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

@media screen and (width >= 1200px) {
  .p-product__card-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-product__card-list-item:nth-of-type(n + 5) {
  display: none;
}

@media screen and (width >= 768px) {
  .p-product__card-list-item:nth-of-type(n + 5):nth-of-type(-n + 6) {
    display: block;
  }
}

@media screen and (width >= 768px) {
  .p-product__card-list-item:nth-of-type(n + 7) {
    display: none;
  }
}

@media screen and (width >= 768px) and (width >= 1200px) {
  .p-product__card-list-item:nth-of-type(n + 7) {
    display: block;
  }
}

.p-product__card {
  border-radius: 8px;
}

@media screen and (width >= 768px) {
  .p-product__card {
    border-radius: 16px;
  }
}

@media screen and (width >= 768px) {
  .p-product__card-body {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }
}

.p-product__button {
  -webkit-margin-before: 31px;
  margin-block-start: 31px;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-product__button {
    -webkit-margin-before: 71px;
    margin-block-start: 71px;
  }
}

.p-product__bg-deco {
  z-index: -9;
}

.p-flow {
  padding-block: 69px 20px;
  background: #fcfef1;
}

@media screen and (width >= 768px) {
  .p-flow {
    padding-block: 119px 100px;
    background: none;
  }
}

.p-flow__inner {
  max-width: 1378px;
}

.p-flow__heading-wrapper {
  z-index: 2;
}

.p-flow__title-en img {
  width: 89px;
}

@media screen and (width >= 768px) {
  .p-flow__title-en img {
    width: 446px;
  }
}

.p-flow__swiper-outer {
  display: block;
  -webkit-margin-before: 59px;
  margin-block-start: 59px;
}

@media screen and (width >= 768px) {
  .p-flow__swiper-outer {
    display: none;
  }
}

.p-flow__swiper-container {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-flow__swiper {
  position: relative;
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
}

.p-flow__swiper .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-flow__swiper
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  background: #3939ff;
}

.p-flow__swiper-slide {
  max-width: 345px;
}

.p-flow__swiper-slide-card {
  min-height: 347px;
  padding-block: 18px;
  padding-inline: 7px;
  background: #fff;
  border-radius: 8px;
}

.p-flow__swiper-slide-card-inner {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
}

.p-flow__swiper-slide-card-body {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 20px;
}

.p-flow__swiper-slide-card-heading {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: -38px;
  margin-block-start: -38px;
  font-weight: 700;
  line-height: 1.8;
}

.p-flow__swiper-slide-card-title {
  -webkit-margin-before: -13px;
  margin-block-start: -13px;
  font-size: 16px;
  font-weight: inherit;
  color: #3939ff;
}

.p-flow__swiper-slide-card-number {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: inherit;
  line-height: 1.8; /* 72px */
  color: #ff5b22;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke fill markers;
}

.p-flow__swiper-slide-card-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  color: #191919;
}

.p-flow__swiper-slide-card-text a {
  font-weight: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

.p-flow__swiper-slide-card-img {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  margin-inline: auto;
  background: #ff5b22;
  border-radius: 50%;
}

.p-flow__swiper-slide-card-img img {
  width: 64px;
}

.p-flow__list {
  display: none;
}

@media screen and (width >= 768px) {
  .p-flow__list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 50px;
    padding-block: 233px 110px;
    padding-inline: 50px;
    -webkit-margin-before: -130px;
    margin-block-start: -130px;
    background: #fcfef1;
    border: 5px solid #ff5b22;
    border-radius: 28px;
    box-shadow: 10px 10px 0 0 #ff5b22;
  }
}

@media screen and (width >= 1200px) {
  .p-flow__list {
    padding-inline: 90px;
    -webkit-margin-before: -190px;
    margin-block-start: -190px;
  }
}

.p-flow__list-item {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-flow__list-body {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 12px;
}

.p-flow__list-heading {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  row-gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.p-flow__list-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #3939ff;
}

.p-flow__list-number {
  font-size: 24px;
  font-weight: inherit;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dbb8ff),
    to(#ff5b22)
  );
  background: linear-gradient(90deg, #dbb8ff 0%, #ff5b22 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-flow__list-text {
  /* font-family: 'Noto Sans', sans-serif; */
  font-weight: 700;
  color: #333;
}

@media screen and (width >= 768px) {
  .p-flow__list-text {
    font-size: 16px;
  }
}

.p-flow__list-text a {
  font-weight: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

.p-flow__list-img {
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  background: #ff5b22;
  border-radius: 50%;
}

@media screen and (width >= 1200px) {
  .p-flow__list-img {
    width: 200px;
  }
}

.p-flow__bg-deco {
  z-index: 0;
}

.p-caution__wrapper {
  -webkit-margin-before: 34px;
  margin-block-start: 34px;
}

@media screen and (width >= 768px) {
  .p-caution__wrapper {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-caution {
  padding-block: 30px;
}

@media screen and (width >= 768px) {
  .p-caution {
    padding-block: 189px 160px;
  }
}

.p-caution__inner {
  max-width: 1378px;
}

.p-caution__content {
  position: relative;
  padding: 16px 14px 7.5%;
  background: #fef6f4;
  border: 5px solid #ff5b22;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 #ff5b22;
}

@media screen and (width >= 768px) {
  .p-caution__content {
    padding: 0 44px 57px;
    border-radius: 28px;
    box-shadow: 10px 10px 0 0 #ff5b22;
  }
}

@media screen and (width >= 1400px) {
  .p-caution__content {
    padding: 0 84px 57px;
  }
}

@media screen and (width >= 768px) {
  .p-caution__heading-wrapper {
    -webkit-margin-before: -10%;
    margin-block-start: -10%;
  }
}

.p-caution__heading {
  row-gap: 12px;
}

@media screen and (width >= 768px) {
  .p-caution__heading {
    row-gap: 30px;
  }
}

@media screen and (width >= 1200px) {
  .p-caution__heading {
    row-gap: 66px;
  }
}

.p-caution__title-en img {
  width: 172px;
}

@media screen and (width >= 768px) {
  .p-caution__title-en img {
    width: 682.48px;
  }
}

.p-caution__message {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

@media screen and (width >= 768px) {
  .p-caution__message {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
}

.p-caution__message-text {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-caution__message-text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-caution__list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 31px;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (width >= 768px) {
  .p-caution__list {
    -webkit-margin-before: 61px;
    margin-block-start: 61px;
  }
}

.p-caution__list-item {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 10px;
}

.p-caution__list-title {
  position: relative;
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
  font-weight: 700;
  line-height: 1.8;
  color: #3939ff;
}

@media screen and (width >= 768px) {
  .p-caution__list-title {
    font-size: 24px;
  }
}

.p-caution__list-title::before {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 0.8em;
  height: 0.8em;
  content: '';
  background: #3939ff;
  border-radius: 50%;
}

@media screen and (width >= 768px) {
  .p-caution__list-title::before {
    top: 10px;
  }
}

.p-caution__list-text {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

@media screen and (width >= 768px) {
  .p-caution__list-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
}

.p-caution__please-message {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

@media screen and (width >= 768px) {
  .p-caution__please-message {
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
  }
}

@media screen and (width >= 992px) {
  .p-caution__please-message {
    text-align: center;
  }
}

.p-caution__please-message-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8; /* 28.8px */
  color: #3939ff;
}

@media screen and (width >= 768px) {
  .p-caution__please-message-text {
    font-size: 16px;
  }
}

.p-faq {
  padding-block: 39px 40px;
}

@media screen and (width >= 768px) {
  .p-faq {
    padding-block: 145px 323px;
  }
}

.p-faq__title-en img {
  width: 84px;
}

@media screen and (width >= 768px) {
  .p-faq__title-en img {
    width: 331px;
  }
}

.p-faq__message {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  column-gap: 6%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 10px;
  -webkit-margin-before: 7px;
  margin-block-start: 7px;
  -webkit-margin-end: 5%;
  margin-inline-end: 5%;
}

@media screen and (width >= 768px) {
  .p-faq__message {
    position: relative;
    column-gap: 0;
    width: fit-content;
    padding-block: 0;
    -webkit-margin-before: 31px;
    margin-block-start: 31px;
    margin-inline: auto;
  }
}

.p-faq__message-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-faq__message-text {
    font-size: 20px;
    font-weight: 700;
  }
}

@media screen and (width >= 992px) {
  .p-faq__message-text {
    font-size: 24px;
  }
}

@media screen and (width >= 768px) {
  .p-faq__message-img {
    position: absolute;
    top: -30px;
    left: -110px;
  }
}

@media screen and (width >= 1200px) {
  .p-faq__message-img {
    top: -117px;
    left: -200px;
  }
}

.p-faq__message-img img {
  width: 59px;
}

@media screen and (width >= 768px) {
  .p-faq__message-img img {
    width: 90px;
  }
}

@media screen and (width >= 1200px) {
  .p-faq__message-img img {
    width: 180px;
  }
}

.p-faq__accordions {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 20px;
  width: 94.2028985507%;
  max-width: 1110px;
  -webkit-margin-before: 23px;
  margin-block-start: 23px;
  margin-inline: auto;
  background: #fff;
}

@media screen and (width >= 768px) {
  .p-faq__accordions {
    row-gap: 30px;
    width: 100%;
    -webkit-margin-before: 44px;
    margin-block-start: 44px;
  }
}

.p-faq__accordion-details {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border: 4px solid #3939ff;
  border-radius: 8px;
  box-shadow: 4px 4px 4px 0 #d3ff33;
}

@media screen and (width >= 768px) {
  .p-faq__accordion-details {
    border-radius: 16px;
    box-shadow: 10px 10px 0 0 #d3ff33;
  }
}

.p-faq__accordion-details.is-opened .p-faq__accordion-content {
  opacity: 1;
}

.p-faq__accordion-details.is-opened .p-faq__accordion-summary-icon {
  rotate: 180deg;
}

.p-faq__accordion-summary {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 7px 8px 5px;
}

@media screen and (width >= 768px) {
  .p-faq__accordion-summary {
    padding-block: 24px;
    padding-inline: 30px 31px;
  }
}

.p-faq__accordion-summary-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

@media screen and (width >= 768px) {
  .p-faq__accordion-summary-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
  }
}

.p-faq__accordion-summary-icon {
  display: inline-block;
  width: 20px;
  height: 16px;
  -webkit-margin-before: 6px;
  margin-block-start: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #18a965;
  transition: rotate 0.3s ease;
  transform-origin: center;
}

@media screen and (width >= 768px) {
  .p-faq__accordion-summary-icon {
    width: 26px;
    height: 23px;
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
  }
}

.p-faq__accordion-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.3s ease,
    opacity 0.3s ease;
}

.p-faq__accordion-content-inner {
  padding: 0 5px 0.5em;
}

@media screen and (width >= 768px) {
  .p-faq__accordion-content-inner {
    padding: 0 30px 0.5em;
  }
}

.p-faq__accordion-content-text {
  font-size: 12px;
  color: #333;
}

@media screen and (width >= 768px) {
  .p-faq__accordion-content-text {
    font-size: 20px;
    font-weight: 700;
  }
}

.p-faq__button {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-faq__button {
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
  }
}

.p-faq__bg img {
  max-height: 576px;
}

@media screen and (width >= 768px) {
  .p-faq__bg img {
    max-height: 1281px;
  }
}

.p-news {
  padding-block: 30px 48px;
  background: #f3f6fd;
}

@media screen and (width >= 768px) {
  .p-news {
    padding-block: 80px 112px;
  }
}

.p-news__heading {
  row-gap: 12px;
}

@media screen and (width >= 768px) {
  .p-news__heading {
    -webkit-margin-before: -26.4%;
    margin-block-start: -26.4%;
  }
}

@media screen and (width >= 1200px) {
  .p-news__heading {
    row-gap: 206px;
  }
}

.p-news__title-en img {
  width: 118px;
}

@media screen and (width >= 768px) {
  .p-news__title-en img {
    width: 465px;
  }
}

.p-news__list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 14px;
  -webkit-margin-before: 22px;
  margin-block-start: 22px;
}

@media screen and (width >= 768px) {
  .p-news__list {
    row-gap: 0;
    padding-inline: 30px;
    -webkit-margin-before: 29px;
    margin-block-start: 29px;
  }
}

@media screen and (width >= 768px) {
  .p-news__list-item {
    border-top: 1px solid #d9d9d9;
  }
}

.p-news__list-item:not(:last-of-type) {
  border-bottom: 1px solid #dcdddd;
}

@media screen and (width >= 768px) {
  .p-news__list-item:not(:last-of-type) {
    border-bottom: none;
  }
}

.p-news__list-inner {
  display: grid;
  grid-template-areas: 'date title' 'text text';
  grid-template-columns: max-content 1fr;
  gap: 22px 10px;
  padding-block: 20px 10px;
}

@media screen and (width >= 768px) {
  .p-news__list-inner {
    grid-template-areas: 'date title text';
    grid-template-columns: max-content 2fr 1fr;
    gap: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 36px 35px;
  }
}

.p-news__list-title,
.p-news__list-date {
  font-size: 16px;
  font-weight: 700;
}

.p-news__list-title,
.p-news__list-text {
  display: block; /* boxではなくblockにする */
  overflow: hidden;
  text-overflow: ellipsis; /* 三点リーダーを表示 */

  /* 以下の-webkit-系は削除してOK */
  -webkit-line-clamp: 1;
  white-space: nowrap; /* 折り返しを禁止する */
  -webkit-box-orient: vertical;
}

.p-news__list-title {
  grid-area: title;
  line-height: normal;
}

.p-news__list-title a {
  font-weight: inherit;
  color: inherit;
  vertical-align: middle;
}

@media screen and (width >= 768px) {
  .p-news__list-title {
    color: #3939ff !important;
  }
}

.p-news__list-date {
  grid-area: date;

  /* font-family: 'Noto Sans', sans-serif; */
  color: #333;
}

@media screen and (width >= 768px) {
  .p-news__list-date {
    font-size: 14px;
    font-weight: 400;
  }
}

.p-news__list-text {
  grid-area: text;

  /* font-family: 'Noto Sans', sans-serif; */
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #191919;
}

.p-news__list-text a {
  display: none;
}

.p-news__button {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-news__button {
    -webkit-margin-before: 32px;
    margin-block-start: 32px;
  }
}

.p-contact {
  padding-block: 68px 43px;
}

@media screen and (width >= 768px) {
  .p-contact {
    padding-block: 139px 96px;
  }
}

@media screen and (width >= 768px) {
  .p-contact:has(.p-shanks) {
    padding-block: 139px 109px;
  }
}

.p-contact__inner {
  max-width: 1267px;
}

.p-contact__heading {
  row-gap: 19px;
}

@media screen and (width >= 768px) {
  .p-contact__heading {
    row-gap: 38px;
  }
}

.p-contact__title-en {
  width: 98%;
  max-width: 727.71px;
}

@media screen and (width >= 768px) {
  .p-contact__title-en {
    width: 100%;
  }
}

.p-contact__title-en img {
  width: 100%;
}

.p-contact__breadcrumbs {
  -webkit-margin-before: 31px;
  margin-block-start: 31px;
}

@media screen and (width >= 768px) {
  .p-contact__breadcrumbs {
    -webkit-margin-before: 62px;
    margin-block-start: 62px;
  }
}

.p-contact__content {
  max-width: 1156px;
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
  padding-inline: 10px;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  margin-inline: auto;
  background: #fff;
  border: 4px solid #3939ff;
  border-radius: 16px;
  box-shadow: 4px 4px 0 0 #0d4de1;
}

@media screen and (width >= 768px) {
  .p-contact__content {
    -webkit-padding-after: 60px;
    padding-block-end: 60px;
    padding-inline: 20px;
  }
}

.p-contact__flow {
  -webkit-margin-before: 25px;
  margin-block-start: 25px;
}

@media screen and (width >= 768px) {
  .p-contact__flow {
    -webkit-margin-before: 76px;
    margin-block-start: 76px;
  }
}

.p-contact__flow-number-list {
  display: grid;
  grid-template-columns: 60px 1fr 64px 1fr 60px;
  max-width: 472px;
  margin-inline: auto;
}

@media screen and (width >= 768px) {
  .p-contact__flow-number-list {
    grid-template-columns: 64px 1fr 64px 1fr 64px;
  }
}

.p-contact__flow-number-list span {
  position: relative;
}

.p-contact__flow-number-list span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71.4285714286%;
  height: 3px;
  content: '';
  background: #d3ff33;
  border-radius: 3px;
  translate: -50% -50%;
}

.p-contact__flow-number-list-item {
  width: fit-content;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8; /* 43.2px */
  color: #3939ff;
  background: #fff;
  border-radius: 50%;
}

@media screen and (width >= 768px) {
  .p-contact__flow-number-list-item {
    padding: 10px 20px 11px;
    font-size: 24px;
  }
}

.p-contact__flow-number-list-item.is-active {
  color: #fff;
  background: #3939ff;
}

.p-contact__flow-list {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 472px;
  padding-inline: 6px;
  -webkit-margin-before: 5px;
  margin-block-start: 5px;
  margin-inline: auto;
}

@media screen and (width >= 768px) {
  .p-contact__flow-list {
    padding-inline: 10px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}

.p-contact__flow-list li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8; /* 43.2px */
}

@media screen and (width >= 768px) {
  .p-contact__flow-list li {
    font-size: 24px;
  }
}

.p-contact__form {
  -webkit-margin-before: 38px;
  margin-block-start: 38px;
}

@media screen and (width >= 768px) {
  .p-contact__form {
    -webkit-margin-before: 75px;
    margin-block-start: 75px;
  }
}

.p-contact__shanks {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

@media screen and (width >= 768px) {
  .p-contact__shanks {
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
  }
}

.p-contact__shanks-bg {
  inset: 19% 0 0;
  z-index: -5;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-contact__deco {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-contact__deco img {
  object-fit: contain;
  object-position: top center;
}

label:hover {
  cursor: pointer;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea {
  width: 100%;

  /* font-family: 'Noto Sans', sans-serif; */
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #c7c7cc;
  border-radius: 0;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='email']:hover,
input[type='email']:focus,
input[type='tel']:hover,
input[type='tel']:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px #fff solid;
  outline: #3939ff 1px solid;
  box-shadow: 0 0 4px 0 #3939ff;
}

input[type='text']::input-placeholder,
input[type='email']::input-placeholder,
input[type='tel']::input-placeholder,
select::input-placeholder,
textarea::input-placeholder {
  color: #c7c7cc;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c7c7cc;
}

input[type='text']:input-placeholder,
input[type='email']:input-placeholder,
input[type='tel']:input-placeholder,
select:input-placeholder,
textarea:input-placeholder {
  color: #c7c7cc;
}

input[type='text']::input-placeholder,
input[type='email']::input-placeholder,
input[type='tel']::input-placeholder,
select::input-placeholder,
textarea::input-placeholder {
  color: #c7c7cc;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c7c7cc;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
  padding: 3px 19px;
}

select {
  padding: 5px 19px;
}

textarea {
  padding: 9px 19px;
  resize: vertical;
}

select {
  appearance: none;
  cursor: pointer;
}

.contact__select-wrap {
  position: relative;
}

input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

input[type='checkbox']:checked + span::after {
  opacity: 1;
}

input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

input[type='submit'],
input[type='button'] {
  box-sizing: content-box;
  box-sizing: border-box;
  appearance: button;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

.p-form,
.p-confirm {
  max-width: 800px;
  margin-inline: auto;
}

.p-form__content,
.p-confirm__content {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (width >= 768px) {
  .p-form__content {
    row-gap: 49px;
  }
}

.p-form__item,
.p-confirm__item {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 5px;
}

@media screen and (width >= 768px) {
  .p-form__item,
  .p-confirm__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 0 88px;
  }
}

@media screen and (width >= 768px) and (width >= 768px) {
  .p-form__item:nth-of-type(2),
  .p-confirm__item:nth-of-type(2) {
    -webkit-margin-before: -15px;
    margin-block-start: -15px;
  }
}

.p-form__item-label,
.p-confirm__item-label {
  min-width: 128px;
}

.p-form__item-label span,
.p-confirm__item-label span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #191919;
}

.p-form__item-label span.--must::after,
.p-confirm__item-label span.--must::after {
  position: absolute;
  top: -8px;
  left: 103%;
  line-height: 1;
  color: #f24822;
  content: '＊';
}

.wpcf7-form-control-wrap {
  display: inline-block;
}

@media screen and (width >= 768px) {
  .wpcf7-form-control-wrap {
    width: min(400px, 100%);
  }
}

.wpcf7-form-control-wrap:has(input[type='checkbox']) {
  width: 100%;
}

.wpcf7-form-control-wrap:has(select) {
  position: relative;
}

.wpcf7-form-control-wrap:has(select)::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: '';
  background: url('../form-asset/img/icon_select.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-form__checkbox-wrapper {
  width: fit-content;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  margin-inline: auto;
}

@media screen and (width >= 768px) {
  .p-form__checkbox-wrapper {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }
}

.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  -webkit-padding-start: 26px;
  padding-inline-start: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

.wpcf7-list-item-label::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  content: '';
  border: 2px solid #191919;
}

.wpcf7-list-item-label::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 11px;
  content: '';
  border-right: 1.5px solid #191919;
  border-bottom: 1.5px solid #191919;
  opacity: 0;
  transition: opacity 0.3s ease;
  rotate: 45deg;
}

.wpcf7-list-item-label a {
  font-weight: inherit;
  text-decoration-line: underline !important;
  text-decoration-thickness: auto !important;
  text-decoration-style: solid !important;
  text-underline-position: from-font !important;
  text-underline-offset: auto !important;
  text-decoration-skip-ink: none !important;
}

.p-form__button-wrap,
.p-confirm__button-wrap {
  width: fit-content;
  -webkit-padding-after: 4px;
  padding-block-end: 4px;
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
  margin-inline: auto;
}

.p-form__button-wrap input,
.p-form__button-wrap button,
.p-confirm__button-wrap input,
.p-confirm__button-wrap button {
  display: inline-block;
  padding-block: calc(0.46875em - 4px);
  padding-inline: calc(2.5em - 4px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #3939ff;
  background: #fff;
  border: 4px solid currentcolor;
  border-radius: 100vmax;
  box-shadow: 4px 4px 0 0 #d3ff33;
  transition:
    translate 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    translate 0.3s,
    box-shadow 0.3s;
  transition:
    translate 0.3s,
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}

@media screen and (width >= 768px) {
  .p-form__button-wrap input,
  .p-form__button-wrap button,
  .p-confirm__button-wrap input,
  .p-confirm__button-wrap button {
    padding-block: calc(0.6666666667em - 4px);
    padding-inline: calc(2.6666666667em - 4px);
    font-size: 24px;
    box-shadow: 10px 10px 0 0 #d3ff33;
  }
}

@media (any-hover: hover) {
  .p-form__button-wrap input:hover,
  .p-form__button-wrap button:hover,
  .p-confirm__button-wrap input:hover,
  .p-confirm__button-wrap button:hover {
    box-shadow: none;
    translate: 10px 10px;
  }
}

.p-form__button-wrap input:focus-visible,
.p-form__button-wrap button:focus-visible,
.p-confirm__button-wrap input:focus-visible,
.p-confirm__button-wrap button:focus-visible {
  box-shadow: none;
  translate: 10px 10px;
}

@media screen and (width >= 768px) {
  .p-form__button-wrap {
    -webkit-margin-before: 120px;
    margin-block-start: 120px;
  }
}

.wpcf7-submit {
  position: relative;
}

.p-confirm {
  display: none;
}

@media screen and (width >= 768px) {
  .p-confirm__content {
    row-gap: 50px;
  }
}

@media screen and (width >= 768px) {
  .p-confirm__item span {
    max-width: 576px;
  }
}

.p-confirm__button-wrap {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-before: 34px;
  margin-block-start: 34px;
}

@media screen and (width >= 768px) {
  .p-confirm__button-wrap {
    -webkit-margin-before: 67px;
    margin-block-start: 67px;
  }
}

.p-confirm__button-wrap input:last-of-type {
  max-width: 160px;
  padding-block: calc(0.5em - 4px);
  padding-inline: calc(3em - 4px);
  font-size: 12px;
  box-shadow: 4px 4px 0 0 #d3ff33;
}

@media screen and (width >= 768px) {
  .p-confirm__button-wrap input:last-of-type {
    padding-block: calc(1em - 4px);
    padding-inline: calc(4em - 4px);
    font-size: 16px;
    box-shadow: 10px 10px 0 0 #d3ff33;
  }
}

@media (any-hover: hover) {
  .p-confirm__button-wrap input:last-of-type:hover {
    box-shadow: none;
    translate: 10px 10px;
  }
}

.p-confirm__button-wrap input:last-of-type:focus-visible {
  box-shadow: none;
  translate: 10px 10px;
}

.p-shanks {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-shanks__title-text {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8; /* 43.2px */
}

@media screen and (width >= 768px) {
  .p-shanks__title-text {
    font-size: 24px;
  }
}

.p-shanks__img {
  width: 160px;
}

@media screen and (width >= 768px) {
  .p-shanks__img {
    width: 200px;
  }
}

.p-shanks__message {
  text-align: center;
}

.p-shanks__message-text {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8; /* 28.8px */
}

@media screen and (width >= 768px) {
  .p-shanks__message-text {
    font-size: 16px;
  }
}

.u-hidden--sm-down {
  display: none;
}

@media screen and (width >= 768px) {
  .u-hidden--sm-down {
    display: block;
  }
}

.u-hidden--lg-down {
  display: none;
}

@media screen and (width >= 992px) {
  .u-hidden--lg-down {
    display: block;
  }
}

@media screen and (width >= 768px) {
  .u-hidden--md-up {
    display: none;
  }
}

@media screen and (width >= 992px) {
  .u-hidden--lg-up {
    display: none;
  }
}

@media screen and (width >= 1200px) {
  .u-hidden--xl-up {
    display: none;
  }
}

@media screen and (width >= 1400px) {
  .u-hidden--xx-up {
    display: none;
  }
}
