@charset "UTF-8";
/* src/scss/style.scss */
:root {
  --color-primary: #3da88f;
  --color-secondary: #3c8d80;
  --color-accent: #f28b30;
  --color-white: #ffffff;
  --color-black: #184037;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* src/scss/style.scss */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 16px;
  color: var(--color-black);
  overflow-x: clip;
}

*::-webkit-scrollbar {
  display: none;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: auto;
}

@media all and (-ms-high-contrast: none) {
  * {
    min-height: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  line-height: 2;
}

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

button {
  color: inherit;
  background-color: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

picture {
  max-width: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button {
  border: none;
  padding: 0;
}

input {
  border: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* src/scss/style.scss */
.site-wrapper {
  overflow-x: hidden;
}

.main {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .main {
    margin-top: 80px;
  }
}
.main.is-user-logged-in {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .main.is-user-logged-in {
    margin-top: 120px;
  }
}

.home .main {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .home .main {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .home .main {
    margin-top: 0;
  }
}

/* src/scss/style.scss */
.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

@media screen and (min-width: 400px) {
  .u-hidden-xs-up {
    display: none !important;
  }
}

@media screen and (max-width: 399px) {
  .u-hidden-xs-down {
    display: none !important;
  }
}

.u-visible-xs-up {
  display: none !important;
}
@media screen and (min-width: 400px) {
  .u-visible-xs-up {
    display: block !important;
  }
}

.u-visible-xs-down {
  display: none !important;
}
@media screen and (max-width: 399px) {
  .u-visible-xs-down {
    display: block !important;
  }
}

@media screen and (min-width: 576px) {
  .u-hidden-sm-up {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

.u-visible-sm-up {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .u-visible-sm-up {
    display: block !important;
  }
}

.u-visible-sm-down {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .u-visible-sm-down {
    display: block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

.u-visible-md-up {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-visible-md-up {
    display: block !important;
  }
}

.u-visible-md-down {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-visible-md-down {
    display: block !important;
  }
}

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

@media screen and (max-width: 991px) {
  .u-hidden-lg-down {
    display: none !important;
  }
}

.u-visible-lg-up {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .u-visible-lg-up {
    display: block !important;
  }
}

.u-visible-lg-down {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .u-visible-lg-down {
    display: block !important;
  }
}

@media screen and (min-width: 1080px) {
  .u-hidden-lg-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .u-hidden-lg-md-down {
    display: none !important;
  }
}

.u-visible-lg-md-up {
  display: none !important;
}
@media screen and (min-width: 1080px) {
  .u-visible-lg-md-up {
    display: block !important;
  }
}

.u-visible-lg-md-down {
  display: none !important;
}
@media screen and (max-width: 1079px) {
  .u-visible-lg-md-down {
    display: block !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-hidden-xl-down {
    display: none !important;
  }
}

.u-visible-xl-up {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .u-visible-xl-up {
    display: block !important;
  }
}

.u-visible-xl-down {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .u-visible-xl-down {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .u-hidden-xxl-up {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .u-hidden-xxl-down {
    display: none !important;
  }
}

.u-visible-xxl-up {
  display: none !important;
}
@media screen and (min-width: 1600px) {
  .u-visible-xxl-up {
    display: block !important;
  }
}

.u-visible-xxl-down {
  display: none !important;
}
@media screen and (max-width: 1599px) {
  .u-visible-xxl-down {
    display: block !important;
  }
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-block {
  display: block !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-font-weight-normal {
  font-weight: 400 !important;
}

.u-font-weight-bold {
  font-weight: 700 !important;
}

.u-font-italic {
  font-style: italic !important;
}

.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-position-fixed {
  position: fixed !important;
}

.u-position-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* src/scss/style.scss */
.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__top {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__top {
    display: block;
    height: 40px;
    background-color: var(--color-primary);
  }
}
.header__top .container {
  height: 100%;
}
.header__top-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 8px;
  font-size: 14px;
}
.header__user-icon {
  width: 20px;
  height: 20px;
}
.header__user-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    height: 80px;
    padding-left: min(140px, calc(140 / 1920 * 100vw));
  }
}
.header__logo {
  width: 146px;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 146px;
  }
}
.header__logo-image--white {
  display: none;
}
.header__nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: var(--color-white);
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    position: static;
    width: auto;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .header__nav-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: min(40px, calc(40 / 1920 * 100vw));
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1600px) {
  .header__nav-list {
    gap: min(40px, calc(40 / 1920 * 100vw));
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-item {
    height: 100%;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-link {
    padding: 4px 0;
    place-items: center;
    position: relative;
  }
}
@media screen and (min-width: 1200px) and (hover: hover) {
  .header__nav-link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-black);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.header__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .header__button-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .header__button-link {
    gap: 6px;
    width: 80px;
    height: 80px;
  }
}
.header__button-link--cart {
  background-color: var(--color-accent);
}
.header__button-link--login {
  background-color: var(--color-secondary);
}
.header__button-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__button-icon {
    width: 24px;
    height: 24px;
  }
}
.header__button-icon.user {
  width: 18px;
  height: 22px;
}
@media screen and (min-width: 1200px) {
  .header__button-icon.user {
    width: 20px;
    height: 24px;
  }
}
.header__cart-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: var(--color-white);
  color: var(--color-accent);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: none;
}
.header__button-text {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .header__button-text {
    font-size: 12px;
  }
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 60px;
  height: 60px;
  background-color: var(--color-white);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header__hamburger:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .header__hamburger {
    width: 80px;
    height: 80px;
  }
}
.header__hamburger.is-active .header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__hamburger-line-wrapper {
  position: relative;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1200px) {
  .header__hamburger-line-wrapper {
    width: 24px;
    height: 24px;
  }
}
.header__hamburger-line {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.header__hamburger-line:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__hamburger-line:nth-of-type(2) {
  top: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__hamburger-text {
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .header__hamburger-text {
    font-size: 12px;
  }
}
.header__hamburger-menu {
  background-color: var(--color-primary);
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .header__hamburger-menu {
    top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__hamburger-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.header__hamburger-menu .sp-nav {
  max-width: 640px;
  width: 80%;
  margin: -60px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__hamburger-menu .sp-nav {
    margin: -80px auto 0;
  }
}
.header__hamburger-menu .sp-nav__parent {
  opacity: 1;
}
.header__hamburger-menu .sp-nav__parent:hover {
  opacity: 1 !important;
}
.header__hamburger-menu .sp-nav__primary {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .header__hamburger-menu .sp-nav__primary {
    font-size: 18px;
  }
}
.header__hamburger-menu .sp-nav__primary li {
  padding: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .header__hamburger-menu .sp-nav__primary li {
    padding: 16px;
  }
}
.header__hamburger-menu .sp-nav__primary li:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1200px) {
  .header.is-home:not(.is-white) .header__inner {
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .header.is-home:not(.is-white) .header__logo-image--black {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header.is-home:not(.is-white) .header__logo-image--white {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header.is-home:not(.is-white) .header__nav-list {
    color: var(--color-white);
  }
}
@media screen and (min-width: 1200px) {
  .header.is-home:not(.is-white) .header__nav-link::after {
    background-color: var(--color-white);
  }
}

/* サブメニューは非表示がデフォルト */
.sp-nav__sub[hidden] {
  display: none;
}

/* トグルボタンのスタイル */
.sp-nav__toggle {
  position: relative;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 14px 40px 14px 12px;
  cursor: pointer;
  /* 開いたとき“−”にする：縦棒を横棒へ重ねる */
}
@media screen and (min-width: 1200px) {
  .sp-nav__toggle {
    font-size: 18px;
  }
}
.sp-nav__toggle .sp-nav__chev {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  display: inline-block;
  color: currentColor;
  /* 横棒（常に表示） */
  /* 縦棒（＋用） */
}
.sp-nav__toggle .sp-nav__chev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp-nav__toggle .sp-nav__chev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: currentColor;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition: opacity 0.18s linear,
    -webkit-transform 0.24s cubic-bezier(0.25, 0.8, 0.3, 1);
  transition: opacity 0.18s linear,
    -webkit-transform 0.24s cubic-bezier(0.25, 0.8, 0.3, 1);
  transition: transform 0.24s cubic-bezier(0.25, 0.8, 0.3, 1),
    opacity 0.18s linear;
  transition: transform 0.24s cubic-bezier(0.25, 0.8, 0.3, 1),
    opacity 0.18s linear,
    -webkit-transform 0.24s cubic-bezier(0.25, 0.8, 0.3, 1);
  opacity: 1;
}
.sp-nav__toggle.is-active .sp-nav__chev::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

/* サブメニュー内リンク */
.sp-nav__sub {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
}
.sp-nav__sub li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 8px);
  flex: 0 0 calc(100% - 8px);
  padding: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sp-nav__sub li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 8px);
    flex: 0 0 calc(100% - 8px);
    font-size: 14px;
  }
}
.sp-nav__sub li a {
  display: block;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sp-nav__sub li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .sp-nav__sub li a {
    font-size: 14px;
  }
}

/* パネルに僅かな内側余白を持たせると margin 折り畳み起因のガタ付きが減る */
.sp-nav__sub {
  padding-block: 2px;
}

#header-cart-count.is-visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* src/scss/style.scss */
.hamburger__inner {
  padding: 145px 20px 0;
}
.hamburger__contents {
  padding-bottom: 100px;
  height: 100%;
}
.hamburger__hamburger {
  width: 32px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .hamburger__hamburger {
    display: none;
  }
}
.hamburger__hamburger.is-active .hamburger__hamburger-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger__hamburger.is-active .hamburger__hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger__hamburger.is-active .hamburger__hamburger-line:nth-child(3) {
  width: 24px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger__hamburger-line {
  display: block;
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: var(--color-white);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    opacity 0.3s ease-in-out, width 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.hamburger__hamburger-line:nth-child(1) {
  width: 24px;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hamburger__hamburger-line:nth-child(2) {
  width: 20px;
  top: 15px;
  -webkit-transform: translate(calc(-50% - 2px), 0);
  transform: translate(calc(-50% - 2px), 0);
}
.hamburger__hamburger-line:nth-child(3) {
  width: 16px;
  top: 20px;
  -webkit-transform: translate(calc(-50% - 4px), 0);
  transform: translate(calc(-50% - 4px), 0);
}
.hamburger__logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 0 0;
  width: 100%;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .hamburger__logo-wrapper {
    gap: 28px;
  }
}
.hamburger__icon {
  position: absolute;
  top: 52px;
  right: 20px;
  width: 81px;
  z-index: 101;
}
.hamburger__list {
  border-top: 1px solid var(--color-white);
}
.hamburger__item {
  border-bottom: 1px solid var(--color-white);
  padding: 0 10px 0 20px;
}
.hamburger__sub-list {
  padding-bottom: 16px;
  display: grid;
  gap: 2px;
}
.hamburger__sub-item {
  padding: 0 10px 0 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.hamburger__link,
.hamburger__title {
  display: grid;
  grid-template-columns: 1fr 16px;
  padding: 17px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
}
.hamburger__accordion {
  display: grid;
  grid-template-columns: 1fr 16px;
  padding: 17px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  width: 100%;
  text-align: left;
  background-color: initial;
}
.hamburger__accordion.is-active .hamburger__accordion-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger__accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger__accordion-icon.is-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger__accordion-list-wrapper {
  display: block grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
}
.hamburger__accordion-list-wrapper > * {
  overflow: hidden;
}
.hamburger__accordion-list-wrapper.is-active {
  grid-template-rows: 1fr;
}
.hamburger__accordion-link {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 16px;
  padding: 17px 0 17px 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
}
.hamburger__other-list {
  padding-top: 32px;
  padding-left: 20px;
  display: grid;
  gap: 24px;
}
.hamburger__other-link {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
}

/* src/scss/style.scss */
.footer {
  background-color: var(--color-secondary);
}
.footer__inner {
  padding: 60px 0 40px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 60px 0 60px;
  }
}
.footer__logo {
  display: block;
  margin: 0 auto;
  width: 138px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 160px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__list {
    margin-top: 60px;
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
}
.footer__copy {
  margin-top: 40px;
  font-size: 12px;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 60px;
    font-size: 14px;
  }
}

/* src/scss/style.scss */
.button-link {
  /* まずは“宣言”を上にまとめる（警告回避） */
  padding: 0 36px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: var(--color-bg);
  border-radius: 1000px;
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border: 2px solid var(--color-border);
  position: relative;
  overflow: hidden;
  /* 修飾子（--accent / --primary） */
  /* レスポンシブ */
  /* サイズ違い */
  /* きらり演出のベース */
  /* ホバー時のアニメ開始 */
  /* カート追加ボタン高さ差分 */
  /* 影つきボタン */
  /* アイコン */
}
.button-link--accent {
  --color-text: var(--color-white);
  --color-bg: var(--color-accent);
  --color-border: var(--color-accent);
  --color-shadow: rgba(203, 119, 47, 1);
  font-size: 18px;
  height: 76px;
}
.button-link--primary {
  --color-text: var(--color-primary);
  --color-bg: var(--color-white);
  --color-border: var(--color-primary);
  --color-shadow: rgba(51, 128, 110, 1);
  font-size: 14px;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .button-link {
    padding: 0 min(42px, calc(42 / 1920 * 100vw));
    font-size: 20px;
    gap: 20px;
  }
  .button-link--accent {
    font-size: 24px;
    height: 80px;
  }
  .button-link--primary {
    font-size: 16px;
    height: 60px;
  }
}
.button-link--small {
  font-size: 14px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .button-link--small {
    padding: 0 40px;
    font-size: 14px;
    height: 70px;
  }
}
.button-link::before {
  content: "";
  width: 60px;
  height: 300%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    color-stop(10%, #ffffff),
    color-stop(10%, transparent),
    color-stop(25%, transparent),
    color-stop(25%, #ffffff),
    to(#ffffff)
  );
  background: linear-gradient(
    to right,
    #ffffff,
    #ffffff 10%,
    transparent 10%,
    transparent 25%,
    #ffffff 25%,
    #ffffff 100%
  );
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (hover: hover) {
  .button-link:hover::before {
    -webkit-animation: shine 0.4s linear;
    animation: shine 0.4s linear;
  }
}
.button-link--add-cart {
  height: 48px;
}
@media screen and (min-width: 1200px) {
  .button-link--add-cart {
    height: 70px;
  }
}
.button-link--shadow {
  -webkit-filter: drop-shadow(0 8px 0 var(--color-shadow));
  filter: drop-shadow(0 8px 0 var(--color-shadow));
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .button-link--shadow:hover {
    -webkit-filter: drop-shadow(0 0 0 var(--color-shadow));
    filter: drop-shadow(0 0 0 var(--color-shadow));
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.button-link--shadow::before {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: shineAuto 4s linear infinite;
  animation: shineAuto 4s linear infinite;
}
@media (hover: hover) {
  .button-link--shadow:hover::before {
    -webkit-animation: none;
    animation: none;
  }
}
.button-link__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
@media screen and (min-width: 1200px) {
  .button-link__icon {
    right: min(42px, calc(42 / 1920 * 100vw));
    width: min(48px, calc(48 / 1920 * 100vw));
  }
}
.button-link__icon--small {
  right: 4px;
  width: 16px;
}
@media screen and (min-width: 1200px) {
  .button-link__icon--small {
    right: 10px;
    width: 20px;
  }
}

/* キーフレームはルートに（Sassの混在警告を避ける） */
@-webkit-keyframes shine {
  0% {
    left: -100px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes shine {
  0% {
    left: -100px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes shineAuto {
  0% {
    left: -100px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  90% {
    left: -100px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes shineAuto {
  0% {
    left: -100px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  90% {
    left: -100px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
/* src/scss/style.scss */
.container {
  margin: 0 auto;
  width: calc(318 / 390 * 100vw);
}
@media screen and (min-width: 1200px) {
  .container {
    min-width: 1080px;
    width: min(1080px, 80%);
  }
}

/* src/scss/style.scss */
.section-title {
  margin: 0 auto;
  width: min(860px, 100%);
}
.section-title--primary {
  --color-sub-title: var(--color-primary);
  --color-title: var(--color-black);
}
.section-title--accent {
  --color-sub-title: var(--color-accent);
  --color-title: var(--color-black);
}
.section-title--white {
  --color-sub-title: var(--color-white);
  --color-title: var(--color-white);
}
.section-title__sub-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--color-sub-title);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .section-title__sub-title {
    font-size: 24px;
  }
}
.section-title__title {
  padding-bottom: 12px;
  margin-top: 8px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  color: var(--color-title);
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .section-title__title {
    padding-bottom: 24px;
    margin-top: 0;
    font-size: 32px;
    line-height: 44px;
  }
}

/* src/scss/style.scss */
.cta {
  background-color: #f5fbf9;
  position: relative;
}
.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cta__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta__inner {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.cta__copy {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cta__copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
}
.cta__button-wrapper {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__button-wrapper {
    margin: 65px auto 0;
    width: min(860px, 100%);
  }
}
.cta__button-wrapper .button-link {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .cta__button-wrapper .button-link {
    font-size: 24px;
  }
}
.cta__button-wrapper .button-link .button-link__icon {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .cta__button-wrapper .button-link .button-link__icon {
    width: 40px;
  }
}

/* src/scss/style.scss */
.breadcrumb {
  background-color: #f9fcfb;
}
.breadcrumb__list {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .breadcrumb__list {
    height: 80px;
    gap: 60px;
  }
}
.breadcrumb__item {
  position: relative;
}
.breadcrumb__item:not(:first-of-type)::after {
  content: ">";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .breadcrumb__item:not(:first-of-type)::after {
    left: -30px;
    font-size: 18px;
  }
}
.breadcrumb__item:not(:last-of-type) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.breadcrumb__item:not(:first-of-type):not(:last-of-type) > a {
  display: none;
}
.breadcrumb__item:not(:first-of-type):not(:last-of-type)::before {
  content: "...";
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:first-of-type):not(:last-of-type) > a {
    display: block;
  }
  .breadcrumb__item:not(:first-of-type):not(:last-of-type)::before {
    display: none;
  }
}
.breadcrumb__text {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .breadcrumb__text {
    font-size: 14px;
  }
}
.breadcrumb a.breadcrumb__text {
  color: var(--color-primary);
  text-decoration: underline;
}

/* src/scss/style.scss */
.page-kv {
  background-color: var(--color-primary);
  display: grid;
  place-items: center;
  height: 100px;
}
@media screen and (min-width: 1200px) {
  .page-kv {
    height: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .page-kv {
    height: 200px;
  }
}
.page-kv__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .page-kv__title {
    font-size: 24px;
  }
}

/* src/scss/style.scss */
/* =========================================================
   FORM
   - レイアウト/見た目整理
   - 入力背景：常に #f2f2f2 固定（focus/activeでも変化なし）
   - CF7のエラーテキスト非表示
   - エラー時：薄赤背景＋2px赤ボーダー
   - select の矢印：画像不使用（border三角）
   ========================================================= */
.form {
  /* ラジオ */
  /* セレクト（見た目は後段の共通リセット＆矢印制御で統一） */
  /* チェックボックス（プライバシー） */
  /* THANKS */
}
.form__list {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form__list {
    margin-top: 0;
    gap: 24px;
  }
}
.form__list--confirm {
  margin: 0 auto;
  max-width: 1000px;
  gap: 4px;
}
.form__item {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form__item {
    grid-template-columns: 334px 1fr;
    gap: 24px;
  }
}
.form__item--confirm {
  gap: 0;
  border: 1px solid #f0f0f0;
}
@media screen and (min-width: 768px) {
  .form__item--confirm {
    grid-template-columns: 334px 1fr;
  }
}
.form__item--contact {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form__item-input-wrapper p {
  height: 100%;
}
.form__item-input-wrapper--postal-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.form__item-input-wrapper--confirm {
  padding: 8px 16px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form__item-input-wrapper--confirm {
    padding: 16px 36px;
    font-size: 14px;
  }
}
.form__item-title {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__item-title p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form__item-title p {
    padding: 15px 36px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form__item-title--confirm {
  padding: 4px 16px;
  background-color: #fcf6f0;
}
@media screen and (min-width: 768px) {
  .form__item-title--confirm {
    padding: 15px 36px;
  }
}
.form__item-title-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .form__item-title-text {
    font-size: 14px;
  }
}
.form__item-title-required,
.form__item-title-optional {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-white);
  display: grid;
  place-items: center;
  padding: 2px 8px;
  border-radius: 1000px;
}
@media screen and (min-width: 768px) {
  .form__item-title-required,
  .form__item-title-optional {
    padding: 6px 16px;
  }
}
.form__item-title-required {
  background-color: var(--color-primary);
}
.form__item-title-optional {
  background-color: #888;
}
.form__item-input-wrapper--postal-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.form__item-input-wrapper--postal-code p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.form__item-input--postal-code {
  width: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__item-input--postal-code {
    width: 140px;
  }
}
.form__item-input-wrapper-separator {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 500;
}
.form__item-input,
.form__item-textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc; /* ← 共通リセットへ合わせる */
  padding: 12px 12px;
  background-color: #f2f2f2;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form__item-input,
  .form__item-textarea {
    font-size: 14px;
    padding: 8px 16px;
    height: 100%;
  }
}
.form__item-input--postal-code,
.form__item-textarea--postal-code {
  width: 140px;
}
.form__item-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .form__item-radio-wrapper {
    gap: 24px;
  }
}
.form__item-radio-wrapper .wpcf7-list-item {
  font-size: 14px;
  margin: 0 2em 0 0;
}
.form__item-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .form__item-radio-label {
    font-size: 16px;
  }
}
.form__item-radio-text {
  margin-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__item-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #707070;
  background: #fff;
}
.form__item-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: var(--color-accent);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.form__item-radio:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.form__item-radio--contact {
  display: grid;
  gap: 4px;
  width: 100%;
  height: auto;
}
.form__item-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 240px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 8px 8px;
  background-color: #f2f2f2;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form__item-select {
    width: 294px;
    font-size: 14px;
    padding: 8px 16px;
  }
}
.form__item-select::-webkit-input-placeholder {
  color: rgba(121, 121, 121, 0.5);
}
.form__item-select::-moz-placeholder {
  color: rgba(121, 121, 121, 0.5);
}
.form__item-select:-ms-input-placeholder {
  color: rgba(121, 121, 121, 0.5);
}
.form__item-select::-ms-input-placeholder {
  color: rgba(121, 121, 121, 0.5);
}
.form__item-select::placeholder {
  color: rgba(121, 121, 121, 0.5);
}
.form__privacy-wrapper {
  margin-top: 60px;
}
.form__privacy-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .form__privacy-title {
    font-size: 16px;
  }
}
.form__privacy-input-wrapper {
  margin-top: 16px;
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .form__privacy-input-wrapper {
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.form__privacy-input-wrapper .form__error {
  background: #ffecec;
  padding: 16px;
  margin-top: 16px;
  border-radius: 39px;
  color: #e00000;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__privacy-input-wrapper {
    font-size: 16px;
  }
}
.form__privacy-label {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #797979;
}
@media screen and (min-width: 768px) {
  .form__privacy-label {
    font-size: 14px;
  }
}
.form__privacy-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 5px;
  background: #fff;
}
.form__privacy-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath d='M1.5 6L5 9.5L12.5 2' stroke='%23F28B31' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.form__privacy-input:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.form__privacy-link {
  color: var(--color-primary);
  text-decoration: underline;
}
.form__thanks-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-accent);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__thanks-title {
    font-size: 24px;
  }
}
.form__thanks-text {
  margin-top: 32px;
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__thanks-text {
    margin-top: 60px;
    font-size: 16px;
  }
}
.form__thanks-text--highlight {
  font-weight: 700;
  color: var(--color-primary);
}
.form__thanks-tel {
  margin-top: 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .form__thanks-tel {
    margin-top: 32px;
    font-size: 32px;
  }
}
.form__thanks-bottom {
  margin: 40px auto 0;
  width: 300px;
  height: 60px;
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--color-primary);
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .form__thanks-bottom {
    margin-top: 40px;
    width: 320px;
    height: 80px;
  }
}
.form__thanks-bottom-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (min-width: 768px) {
  .form__thanks-bottom-icon {
    left: 35px;
    width: 24px;
  }
}
.form__thanks-bottom-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .form__thanks-bottom-text {
    font-size: 16px;
    margin-left: 8px;
  }
}
.form__form-optional {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #a9a9a9;
  border-radius: 4px;
  vertical-align: middle;
}
.form__form-note {
  font-size: 14px;
  color: #666;
}

/* =========================================================
   共通リセット（入力系）
   ========================================================= */
.form__item-input,
.form__item-select,
.form__privacy-input,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-select {
  background-color: #f2f2f2 !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  max-width: 100%;
}

.form__privacy-input {
  width: 16px;
}

.form__item-input:focus,
.form__item-input:active,
.form__item-select:focus,
.form__item-select:active,
.wpcf7-form-control:focus,
.wpcf7-form-control:active {
  background-color: #f2f2f2 !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.wpcf7-form-control-wrap {
  max-width: 50%;
}

/* iOS/Chrome オートフィル色の打ち消し */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  position: relative;
  -webkit-text-fill-color: inherit;
  -webkit-transition: background-color 9999s ease-out;
  transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
  box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
  background-clip: content-box !important;
}

/* =========================================================
   CF7 エラー表示の制御
   ========================================================= */
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form-control.wpcf7-not-valid,
.has-custom-error {
  background-color: #ffecec !important;
  border-color: #e00000 !important;
  border-width: 2px !important;
}

select.wpcf7-not-valid,
.form__item-input--postal-code.wpcf7-not-valid {
  background-color: #ffecec !important;
  border-color: #e00000 !important;
  border-width: 2px !important;
}

/* キーボード操作の視認性（必要なければ削除可） */
.wpcf7-form-control:focus-visible {
  outline: 2px dashed rgba(0, 0, 0, 0.2);
  outline-offset: 2px;
}

/* =========================================================
   SELECT（矢印：border三角 / 画像不使用）
   - Step2 の範囲に限定（.select-arrow-scope）
   - your-prefecture 用。他のセレクトにも適用したい場合は data-name を足す
   ========================================================= */
/* select本体：常に矢印なし＆右側に余白 */
.select-arrow-scope select.wpcf7-select,
.select-arrow-scope .form__item-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f2f2f2 !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 2.25rem; /* 矢印分のスペース */
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォーカス/アクティブでも色を変えない */
.select-arrow-scope select.wpcf7-select:focus,
.select-arrow-scope select.wpcf7-select:active {
  background-color: #f2f2f2 !important;
  border-color: #ccc;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ラッパを基準にして幅ズレを防止（方式A：幅100%） */
.select-arrow-scope .wpcf7-form-control-wrap[data-name="your-prefecture"] {
  position: relative;
  display: block;
  width: 100%;
}

.select-arrow-scope
  .wpcf7-form-control-wrap[data-name="your-prefecture"]
  > select {
  display: block;
  width: 100%;
}

/* 矢印（border三角） */
.select-arrow-scope
  .wpcf7-form-control-wrap[data-name="your-prefecture"]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%); /* 視覚中心を微調整 */
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 3;
  /* ▼ 下向き三角（色変更は border-top-color） */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #666;
}

/* Windows/古いIEのデフォ矢印を消す */
.select-arrow-scope select.wpcf7-select::-ms-expand {
  display: none;
}

/* Autofill（Chrome/iOS）重ね塗り対策 */
.select-arrow-scope select.wpcf7-select:-webkit-autofill,
.select-arrow-scope select.wpcf7-select:-webkit-autofill:focus {
  position: relative;
  -webkit-text-fill-color: inherit;
  -webkit-transition: background-color 9999s ease-out;
  transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
  box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
  background-clip: content-box !important;
}

/* エラー時のselect見た目（矢印色を赤にしたい場合の任意ルールも用意） */
.select-arrow-scope select.wpcf7-select.wpcf7-not-valid,
.select-arrow-scope select.wpcf7-select.has-custom-error {
  background-color: #ffecec !important;
  border-color: #e00000 !important;
  border-width: 2px !important;
}

/* 矢印色もエラーに合わせて赤くしたい場合（任意で使用）
.select-arrow-scope .wpcf7-form-control-wrap[data-name="your-prefecture"].is-error::after {
  border-top-color: #e00000;
}
*/
/* Firefox 用微調整（不要なら削除可） */
@-moz-document url-prefix() {
  .form__item-select,
  .wpcf7-form-control.wpcf7-select {
    text-indent: 0.01px;
    text-overflow: "";
  }
}
/* your-gender と your-category のラジオだけ枠線なし */
.wpcf7-form-control-wrap[data-name="your-gender"] > .form__item-radio,
.wpcf7-form-control-wrap[data-name="your-category"] > .form__item-radio {
  border: none !important;
}

/* 念のため input 自体の border も消す */
input[type="radio"][name="your-gender"],
input[type="radio"][name="your-category"] {
  border: none !important;
}

.u-empty {
  color: #ccc;
}

/* 送信中オーバーレイ */
#sending-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 9999;
}

#sending-overlay.is-active {
  display: grid;
  place-items: center;
}

#sending-overlay .box {
  text-align: center;
  padding: 24px 28px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  min-width: 280px;
}

#sending-overlay .spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
  border-top-color: #3da88f;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto 12px;
}

#sending-overlay .msg {
  font-size: 14px;
  color: #333;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 送信ボタンのローディング状態（任意） */
.button--sending,
.is-sending {
  pointer-events: none;
  opacity: 0.6;
}

/* プログレスバー */
#sending-overlay .bar {
  width: min(320px, 80vw);
  height: 6px;
  background: #e9ecef;
  border-radius: 999px;
  overflow: hidden;
  margin: 10px auto 0;
}

#sending-overlay .bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #3da88f;
}

/* 送信ボタンのローディング状態（任意） */
.button--sending,
.is-sending {
  pointer-events: none;
  opacity: 0.6;
}

.cart-bottom__button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* src/scss/style.scss */
.login__inner {
  margin: 40px auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .login__inner {
    margin: 80px auto;
  }
}
.login__form-container {
  margin: 0 auto;
  max-width: 536px;
}
.login__form-item {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}
.login__form-item:not(:first-child) {
  margin-top: 16px;
}
.login__form-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .login__form-label {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.login .form__item-input {
  height: 48px;
}
@media screen and (min-width: 768px) {
  .login .form__item-input {
    height: 48px;
  }
}
.login__form-required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-accent);
  border-radius: 4px;
  vertical-align: middle;
}
.login__form-note {
  font-size: 14px;
  color: #666;
}
.login__error {
  background-color: #ffe6e6;
  color: #d63031;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #fab1a0;
  font-size: 14px;
  text-align: center;
}
.login__remember-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-black);
}
.login__remember-checkbox {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.login__remember-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login__button-wrapper {
  margin-top: 40px;
  text-align: center;
}
.login__button {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 60px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 300px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .login__button {
    padding: 20px 80px;
    font-size: 18px;
  }
}
.login__links {
  margin: 24px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .login__links {
    margin: 40px auto 0;
  }
}
.login__link {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .login__link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .login__link:hover {
    color: #2a3f38;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.login__register-section {
  margin-top: 60px;
  text-align: center;
  padding: 20px 20px;
  background-color: #f9fcfb;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .login__register-section {
    padding-top: 100px;
    padding: 40px 40px;
  }
}
.login__register-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .login__register-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.login__register-text {
  color: var(--color-black);
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .login__register-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.login__register-button {
  margin: 0 auto;
  display: grid;
  place-items: center;
  background-color: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 60px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 536px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .login__register-button {
    padding: 20px 80px;
    font-size: 18px;
  }
}

/* src/scss/style.scss */
.mypage__inner {
  margin: 40px auto;
  max-width: 900px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .mypage__inner {
    margin: 80px auto;
    padding: 0;
  }
}
.mypage__greeting {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mypage__greeting {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.mypage__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-accent);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.mypage__tab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  background-color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mypage__tab-item:not(:last-child) {
  border-right: 1px solid var(--color-accent);
}
.mypage__tab-item.is-active {
  background-color: var(--color-accent);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mypage__tab-item {
    font-size: 14px;
  }
}
.mypage__tab-content {
  display: none;
}
.mypage__tab-content.is-active {
  display: block;
}
.mypage__edit-button-wrapper {
  text-align: center;
  margin-top: 40px;
}
.mypage__edit-button {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  display: grid;
  place-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background-color: #f9fcfb;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mypage__edit-button {
    height: 60px;
    font-size: 14px;
    width: 300px;
  }
}
.mypage__edit-button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
}
.mypage__button-wrapper--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.mypage__success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mypage__success {
    font-size: 16px;
  }
}
.mypage__button {
  display: inline-block;
  padding: 12px 40px;
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mypage__button {
    font-size: 14px;
  }
}
.mypage .mypage-history__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.mypage .mypage-history__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.mypage .mypage-history__summary {
  display: block;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background-color: #f8f9fa;
  gap: 8px 8px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__summary {
    display: grid;
    gap: 8px 8px;
  }
}
.mypage .mypage-history__date {
  grid-column: 1/2;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__date {
    font-size: 14px;
  }
}
.mypage .mypage-history__total {
  grid-column: 1/2;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__total {
    font-size: 14px;
  }
}
.mypage .mypage-history__status {
  grid-column: 1/2;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__status {
    font-size: 14px;
  }
}
.mypage .mypage-history__toggle {
  grid-row: 1/4;
  grid-column: 2/3;
  align-self: center;
  padding: 8px 0px;
  width: 100%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__toggle {
    font-size: 12px;
    margin-top: 0px;
    padding: 8px 16px;
    width: auto;
  }
}
.mypage .mypage-history__detail {
  display: none;
  padding: 8px;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__detail {
    padding: 20px;
  }
}
.mypage .mypage-history__detail.is-open {
  display: block;
  background: #f9fcfb;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__detail.is-open {
    padding: 20px;
  }
}
.mypage .mypage-history__detail.is-open .cart-total {
  background-color: #f9fcfb;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__detail.is-open .cart-total {
    padding: 20px;
  }
}
.mypage .mypage-history__detail.is-open .cart-total__title {
  color: var(--color-primary);
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage-history__detail.is-open .cart-total__title {
    font-size: 14px;
  }
}
.mypage__history-empty {
  text-align: center;
  padding: 40px 0;
  color: #666;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mypage__history-empty {
    font-size: 14px;
  }
}
.mypage__actions {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .mypage__actions {
    margin-top: 24px;
  }
}
.mypage__action-button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .mypage__action-button {
    width: 300px;
    font-size: 12px;
    padding: 16px 0px;
  }
}
.mypage__action-button--secondary {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #ced4da;
}
@media screen and (min-width: 768px) {
  .mypage__action-button--secondary {
    font-size: 14px;
  }
}
.mypage .form__item--confirm {
  width: 100%;
}
.mypage .form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .mypage .form__list {
    display: grid;
  }
}
.mypage .form__list .form__item {
  width: 100%;
}
.mypage .form__item-empty {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .mypage .form__item-empty {
    font-size: 14px;
  }
}
.mypage .form__item-radio-label {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mypage .form__item-radio-label {
    font-size: 14px;
  }
}
.mypage .form__item-input--postal-code,
.mypage .form__item-textarea--postal-code {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mypage .form__item-input--postal-code,
  .mypage .form__item-textarea--postal-code {
    width: 140px;
  }
}
.mypage .cart-total__price {
  font-size: 14px;
  font-weight: 400;
}
.mypage .form__item-select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mypage .form__item-select {
    width: 240px;
  }
}
.mypage .mypage .cart-total__sum {
  font-weight: 700;
  text-align: right;
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mypage .mypage .cart-total__sum {
    font-size: 16px;
  }
}
.mypage .cart-total__sum-label {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .mypage .cart-total__sum-label {
    font-size: 12px;
  }
}
.mypage .cart-total__sum-price {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mypage .cart-total__sum-price {
    font-size: 18px;
  }
}

/* src/scss/style.scss */
.register {
  margin-top: 40px;
}
.register__inner {
  margin: 40px auto;
  max-width: 800px;
  padding: 0 0px;
}
@media screen and (min-width: 768px) {
  .register__inner {
    margin: 80px auto;
    padding: 0;
  }
}
.register .login__form-container {
  width: 100%;
  max-width: 100%;
}
.register__form .form__list .form__item {
  margin-bottom: 30px;
}
.register__form .form__list .form__item:last-child {
  margin-bottom: 0;
}
.register__error {
  background-color: #ffe6e6;
  color: #d63031;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #fab1a0;
  font-size: 14px;
}
.register__error p {
  margin: 0;
  margin-bottom: 8px;
}
.register__error p:last-child {
  margin-bottom: 0;
}
.register__button-wrapper {
  margin-top: 50px;
  text-align: center;
}
.register__button {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 400px;
}
@media (hover: hover) {
  .register__button:hover {
    background-color: #2a3f38;
  }
}
@media screen and (min-width: 768px) {
  .register__button {
    padding: 20px 80px;
    font-size: 18px;
  }
}
.register__links {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}
.register__link {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .register__link:hover {
    color: #2a3f38;
  }
}

.register .login__form-container .login__form {
  background: #f9fcfb;
  padding: 24px;
  border-radius: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .register .login__form-container .login__form {
    padding: 16px 8px;
  }
}
.register .login__form-item {
  gap: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 0;
  padding: 8px;
}

.register .login__form-label {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .register .login__form-label {
    width: 180px;
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.register .login__button-wrapper {
  margin-top: 8px;
  text-align: center;
  padding: 16px 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .register .login__button-wrapper {
    margin-top: 40px;
    text-align: center;
    padding: 16px;
    font-size: 16px;
  }
}
.register .login__button {
  padding: 20px 0px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .register .login__button {
    font-size: 16px;
  }
}
.register .login__register-link {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .register .login__register-link {
    margin-top: 40px;
  }
}
.register .login__register-link a {
  color: var(--color-primary);
  display: block;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .register .login__register-link a {
    display: inline-block;
  }
}
.register .login__form-required {
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 24px;
  display: block;
  text-align: center;
  width: 80px;
  margin: 2px auto 0;
}

.register .login__form-note {
  font-size: 12px;
  color: #d63031;
  width: 100%;
  text-align: right;
}

.form__item-note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.4;
}

.register .form__item-input,
.register .form__item-select,
.register .form__privacy-input,
.register .wpcf7-form-control.wpcf7-text,
.register .wpcf7-form-control.wpcf7-email,
.register .wpcf7-form-control.wpcf7-tel,
.register .wpcf7-form-control.wpcf7-select {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.register .form__item-checkbox-text {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .register .form__item-checkbox-text {
    font-size: 14px;
  }
}
.register .login__privacy-policy {
  margin-top: 24px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .register .login__privacy-policy {
    text-align: right;
  }
}
.register .cart-bottom__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* src/scss/style.scss */
.password-reset__inner {
  margin: 40px auto;
  max-width: 600px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .password-reset__inner {
    margin: 80px auto;
    padding: 0;
  }
}
.password-reset__message-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .password-reset__message-container {
    padding: 60px 50px;
  }
}
.password-reset__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .password-reset__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.password-reset__description {
  color: var(--color-black);
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .password-reset__description {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.password-reset__form .form__item {
  margin-bottom: 30px;
}
.password-reset__form .form__item:last-child {
  margin-bottom: 0;
}
.password-reset__form .form__item-input,
.password-reset__form .form__item-textarea {
  height: 48px;
}
.password-reset__error {
  background-color: #ffe6e6;
  color: #d63031;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #fab1a0;
  font-size: 14px;
  text-align: center;
}
.password-reset__success {
  background-color: #e8f5e8;
  color: #2d5016;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #c3e6c3;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .password-reset__success {
    font-size: 16px;
  }
}
.password-reset__success p {
  margin: 0;
  margin-bottom: 12px;
}
.password-reset__success p:last-child {
  margin-bottom: 0;
}
.password-reset__note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .password-reset__note {
    font-size: 14px;
  }
}
.password-reset__button-wrapper {
  margin-top: 40px;
  text-align: center;
}
.password-reset__button {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  text-align: center;
}
@media (hover: hover) {
  .password-reset__button:hover {
    background-color: #2a3f38;
  }
}
@media screen and (min-width: 768px) {
  .password-reset__button {
    padding: 18px 50px;
    font-size: 16px;
  }
}
.password-reset__links {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}
.password-reset__link {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .password-reset__link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .password-reset__link:hover {
    color: #2a3f38;
  }
}

/* src/scss/style.scss */
.register-complete__inner {
  margin: 80px auto;
  max-width: 700px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .register-complete__inner {
    margin: 120px auto;
    padding: 0;
  }
}
.register-complete__message-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .register-complete__message-container {
    padding: 60px 50px;
  }
}
.register-complete__icon {
  margin-bottom: 30px;
}
.register-complete__icon svg {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .register-complete__icon svg {
    width: 100px;
    height: 100px;
  }
}
.register-complete__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .register-complete__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.register-complete__message {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .register-complete__message {
    margin-bottom: 50px;
  }
}
.register-complete__text {
  color: var(--color-black);
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .register-complete__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.register-complete__benefits {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .register-complete__benefits {
    padding: 40px 30px;
  }
}
.register-complete__benefits-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .register-complete__benefits-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.register-complete__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.register-complete__benefits-item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .register-complete__benefits-item {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.register-complete__benefits-item:last-child {
  margin-bottom: 0;
}
.register-complete__benefits-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .register-complete__benefits-item::before {
    font-size: 18px;
  }
}
.register-complete__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .register-complete__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.register-complete__button {
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .register-complete__button {
    padding: 18px 50px;
    font-size: 18px;
    width: auto;
    max-width: none;
  }
}
.register-complete__button--primary {
  background-color: var(--color-primary);
  color: #fff;
}
@media (hover: hover) {
  .register-complete__button--primary:hover {
    background-color: #2a3f38;
  }
}
.register-complete__button--secondary {
  background-color: var(--color-accent);
  color: #fff;
}
@media (hover: hover) {
  .register-complete__button--secondary:hover {
    background-color: #e67e22;
  }
}
.register-complete__footer {
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}
.register-complete__footer-text {
  font-size: 14px;
  color: #666;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .register-complete__footer-text {
    font-size: 16px;
  }
}
.register-complete__footer-link {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .register-complete__footer-link:hover {
    color: #2a3f38;
  }
}

/* src/scss/style.scss */
.pagination {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 24px;
  }
}
.pagination--voice {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .pagination--voice {
    margin-top: 90px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .pagination__list {
    gap: 16px;
  }
}
.pagination .page-numbers {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.pagination .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.dots {
  border: none;
}
.pagination .page-numbers.dots {
  width: 20px;
}

/* src/scss/style.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal.is-active {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 139, 49, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  gap: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal__overlay {
    gap: 24px;
  }
}
.modal__content {
  background-color: var(--color-white);
  border-radius: 16px;
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-animation: modalFadeIn 0.3s ease;
  animation: modalFadeIn 0.3s ease;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .modal__content {
    max-width: 1080px;
    width: 90%;
  }
}
.modal__header {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .modal__header {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    padding: 0 min(30px, calc(30 / 1920 * 100vw));
    gap: min(88px, calc(88 / 1920 * 100vw));
  }
}
.modal__body {
  padding: 32px 20px;
}
@media screen and (min-width: 768px) {
  .modal__body {
    padding: 40px 40px;
  }
}
.modal__category {
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  text-align: center;
  border-radius: 1000px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .modal__category {
    font-size: 16px;
    padding: 10px 20px;
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
  }
}
.modal__person {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .modal__person {
    grid-template-columns: 120px auto;
    gap: 24px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.modal__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal__person-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal__name {
  font-size: 16px;
  font-weight: 700;
  color: #6a6a6a;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal__name {
    font-size: 16px;
  }
}
.modal__name-suffix {
  font-weight: 500;
  margin-left: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .modal__name-suffix {
    font-size: 12px;
  }
}
.modal__age {
  font-size: 14px;
  color: #b2b2b2;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal__age {
    font-size: 14px;
  }
}
.modal__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .modal__title {
    margin-top: 24px;
    font-size: 20px;
  }
}
.modal__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .modal__text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.modal__text p {
  margin: 0 0 16px 0;
}
.modal__text p:last-child {
  margin-bottom: 0;
}
.modal__close {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 60px;
  background-color: var(--color-white);
  border: 2px solid var(--color-accent);
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
}
.modal__close-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  text-align: center;
}
.modal__close-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}

body.modal-open {
  overflow: hidden;
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* src/scss/style.scss */
body.debug-modal #cart-added-overlay {
  display: block !important;
}

/* === 見積り追加モーダル ===================================== */
#cart-added-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; /* JSでdisplay:blockにする or .is-openを付ける */
}

#cart-added-overlay.is-open {
  display: block;
}

#cart-added-overlay .cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(2px);
  -webkit-animation: cartModalFade 0.12s ease-out both;
  animation: cartModalFade 0.12s ease-out both;
}

#cart-added-overlay .cart-modal__dialog {
  position: absolute; /* overlay 内で位置決め（overlay が fixed なので結果的に画面基準） */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* padding 込で計算 */
  min-height: 0; /* どこかの min-height をリセット */
  height: auto; /* ここを変えると確実に効くはず */
  max-height: 70vh; /* 上限だけ与える */
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px 24px 24px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  text-align: center; /* 見出しやボタンを中央寄せ */
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #cart-added-overlay .cart-modal__dialog {
    width: min(560px, 92vw);
    padding: 0px 24px 40px;
  }
}

/* タイトル + チェックアイコン */
.cart-modal__title {
  position: relative;
  margin: 0;
  padding-left: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 24px;
  color: var(--color-black);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .cart-modal__title {
    width: 100%;
    padding: 40px 0 24px;
    font-size: 18px;
  }
}

.cart-modal__title span {
  font-weight: bold;
  display: block;
  color: #389d86;
}

.cart-modal__title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3da88f;
  -webkit-box-shadow: 0 0 0 6px rgba(61, 168, 143, 0.12);
  box-shadow: 0 0 0 6px rgba(61, 168, 143, 0.12);
}
@media screen and (min-width: 768px) {
  .cart-modal__title::before {
    left: 12px;
    top: 40%;
    translate: 0 -50%;
  }
}

.cart-modal__title::after {
  content: "";
  position: absolute;
  left: 48%;
  top: -18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .cart-modal__title::after {
    left: 7px;
    top: 25px;
    translate: 0 -40%;
  }
}

/* ボタン配置 */
.cart-modal__actions {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .cart-modal__actions {
    grid-template-columns: 1fr 1fr;
  }
}

/* ボタン本体 */
.cart-modal__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.12s ease, color 0.12s ease,
    border-color 0.12s ease, -webkit-transform 0.06s ease,
    -webkit-box-shadow 0.12s ease;
  transition: background-color 0.12s ease, color 0.12s ease,
    border-color 0.12s ease, -webkit-transform 0.06s ease,
    -webkit-box-shadow 0.12s ease;
  transition: transform 0.06s ease, box-shadow 0.12s ease,
    background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
  transition: transform 0.06s ease, box-shadow 0.12s ease,
    background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease,
    -webkit-transform 0.06s ease, -webkit-box-shadow 0.12s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .cart-modal__btn {
    font-size: 16px;
  }
}

.cart-modal__btn--primary {
  color: #fff;
  background: #3da88f;
  border-color: #3da88f;
  -webkit-box-shadow: 0 6px 16px rgba(61, 168, 143, 0.25);
  box-shadow: 0 6px 16px rgba(61, 168, 143, 0.25);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cart-modal__btn--primary {
    font-size: 16px;
  }
}
.cart-modal__btn--primary:hover {
  background: #389d86;
  border-color: #389d86;
}
.cart-modal__btn--primary:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 4px 12px rgba(61, 168, 143, 0.2);
  box-shadow: 0 4px 12px rgba(61, 168, 143, 0.2);
}

.cart-modal__btn--ghost {
  color: #3da88f;
  background: #fff;
  border-color: #3da88f;
}
.cart-modal__btn--ghost:hover {
  background: rgba(61, 168, 143, 0.08);
}
.cart-modal__btn--ghost:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

/* アニメーション */
@-webkit-keyframes cartModalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cartModalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes cartModalPop {
  from {
    -webkit-transform: translateY(6px) scale(0.98);
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes cartModalPop {
  from {
    -webkit-transform: translateY(6px) scale(0.98);
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* 動き控えめ設定 */
@media (prefers-reduced-motion: reduce) {
  #cart-added-overlay .cart-modal__backdrop,
  #cart-added-overlay .cart-modal__dialog {
    -webkit-animation: none;
    animation: none;
  }
}
/* 端末幅がとても狭い時の余白ケア */
@media (max-width: 360px) {
  #cart-added-overlay .cart-modal__dialog {
    padding: 20px 16px;
  }
  .cart-modal__title {
    padding-left: 52px;
  }
}
/* src/scss/style.scss */
.top-kv {
  position: relative;
  height: 100vh;
}
.top-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-kv__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-kv__inner {
  padding: 15vh 0 26px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5vh;
}
@media screen and (min-width: 1080px) {
  .top-kv__inner {
    padding: 174px 0 74px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}
.top-kv__text-wrapper {
  width: auto;
}
.top-kv__copy {
  width: auto;
  height: 22vh;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .top-kv__copy {
    margin: 0;
    width: auto;
    height: 30vh;
  }
}
.top-kv__copy img {
  width: 70%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .top-kv__copy img {
    width: 100%;
  }
}
.top-kv__button-wrapper {
  margin: 24px auto 0;
  width: 80%;
}
@media screen and (min-width: 1080px) {
  .top-kv__button-wrapper {
    margin: 64px 0 0;
    width: min(580px, calc(635 / 1920 * 100vw));
  }
}
@media screen and (min-width: 1600px) {
  .top-kv__button-wrapper {
    width: 90%;
    margin: 24px auto 0;
  }
}
.top-kv__button-wrapper .button-link__text {
  font-size: 90%;
}
@media screen and (min-width: 1080px) {
  .top-kv__button-wrapper .button-link__text {
    font-size: 200%;
  }
}
@media screen and (min-width: 992px) {
  .top-kv__button-wrapper .button-link__text {
    font-size: 100%;
  }
}
.top-kv__button-wrapper .button-link__icon {
  width: 24px;
}
@media screen and (min-width: 992px) {
  .top-kv__button-wrapper .button-link__icon {
    width: 32px;
  }
}
.top-kv__image {
  margin: 0 auto;
  width: auto;
  height: 40vh;
}
.top-kv__image img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1080px) {
  .top-kv__image {
    height: 70vh;
    margin: 0;
  }
}

/* src/scss/style.scss */
.top-menu {
  background-color: #f9fcfb;
}
.top-menu__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .top-menu__inner {
    padding: 80px 0;
  }
}
.top-menu__copy {
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
  width: min(860px, 100%);
}
@media screen and (min-width: 768px) {
  .top-menu__copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-menu__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}
@media screen and (min-width: 768px) {
  .top-menu__list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 30px;
  }
}
@media screen and (min-width: 992px) {
  .top-menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-menu__link {
  padding: 10px 12px 16px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 16px;
  border: 2px solid var(--color-primary);
  -webkit-filter: drop-shadow(0 8px 0 rgb(61, 168, 143));
  filter: drop-shadow(0 8px 0 rgb(61, 168, 143));
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top-menu__link {
    padding: 25px 32px 40px;
  }
}
@media (hover: hover) {
  .top-menu__link:hover {
    -webkit-filter: drop-shadow(0 0 0 rgb(61, 168, 143));
    filter: drop-shadow(0 0 0 rgb(61, 168, 143));
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.top-menu__title {
  margin-top: 13px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  height: 34px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-menu__title {
    margin-top: 24px;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
  }
}

/* src/scss/style.scss */
/* ========== 1) コンポーネント本体（見た目系） ========== */
.top-voice {
  position: relative;
  /* HTML側が .top-menu__copy なので内包対応で揃える */
  /* カスタム矢印（SVG自体の向きを使う） */
}
.top-voice__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-voice__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-voice__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .top-voice__inner {
    padding: 80px 0;
  }
}
.top-voice__copy,
.top-voice .top-menu__copy {
  margin: 20px auto 0;
  width: min(860px, 100%);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-voice__copy,
  .top-voice .top-menu__copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-voice__slider-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-voice__slider-wrapper {
    width: 1240px;
    --gap-pc: 18px;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
  }
}
.top-voice__track {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .top-voice__track {
    padding: 40px 0;
  }
}
.top-voice__item {
  background: #fffefa;
  border-radius: 16px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(98, 98, 98, 0.26));
  filter: drop-shadow(2px 2px 4px rgba(98, 98, 98, 0.26));
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .top-voice__item {
    padding: 24px 16px 32px;
    width: 50%;
    margin: 0 auto;
  }
}
.top-voice__category {
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-accent);
}
@media screen and (min-width: 768px) {
  .top-voice__category {
    font-size: 16px;
  }
}
.top-voice__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .top-voice__title {
    font-size: 18px;
  }
}
.top-voice__contents {
  margin-top: 12px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-voice__contents {
    margin-top: 24px;
    grid-template-columns: 80px 1fr;
    gap: min(24px, calc(24 / 1920 * 100vw));
  }
}
.top-voice__person-wrapper {
  display: grid;
  grid-template-columns: 82px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-voice__person-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top-voice__person-wrapper .top-voice__image {
  width: 90%;
  margin: 0 auto;
  border-radius: 100px;
}
.top-voice__person-wrapper .top-voice__image img {
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .top-voice__person-wrapper .top-voice__image {
    width: 100%;
  }
}
.top-voice__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .top-voice__name-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0px;
  }
}
.top-voice__name {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-voice__name {
    font-size: 14px;
  }
}
.top-voice__name-suffix {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-voice__name-suffix {
    font-size: 10px;
  }
}
.top-voice__prefecture {
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  color: #b2b2b2;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-voice__prefecture {
    text-align: center;
  }
}
.top-voice__text {
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  color: #888;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .top-voice__text {
    font-size: 14px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
.top-voice__arrow {
  width: 40px;
  height: 40px;
  background: initial;
  opacity: 1;
  /* フルブリードでも安全に画面端寄せ */
}
.top-voice__arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  transform: none;
}
.top-voice__arrow--prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-voice__arrow--next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .top-voice__arrow--prev {
    left: 8px;
  }
  .top-voice__arrow--next {
    right: 8px;
  }
}
.top-voice__button-wrapper {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-voice__button-wrapper {
    width: 320px;
  }
}
.top-voice .button-link__icon {
  width: 24px;
}
.top-voice .button-link {
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}
.top-voice .button-link--shadow {
  -webkit-filter: drop-shadow(0 8px 0 var(--color-accent));
  filter: drop-shadow(0 8px 0 var(--color-accent));
}

/* ========== 2) Splide土台（構造・機能の最低限だけ） ========== */
.js-top-voice-slider {
  position: relative;
  overflow: visible;
  /* 矢印とドットの定位置 */
}
.js-top-voice-slider .splide__track {
  overflow: hidden;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .js-top-voice-slider .splide__track {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.js-top-voice-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 0 -10px !important;
}
@media screen and (min-width: 768px) {
  .js-top-voice-slider .splide__list {
    --m-pc: 20px; /* ← ここで“見た目の間隔”を調整（例: 20px） */
    margin: 0 0 0 -4% !important;
    gap: 2%;
  }
}
.js-top-voice-slider .splide__slide {
  --peek: 6vw;
  --m: 8px;
  margin: 0 calc(var(--m) / 2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100vw - var(--peek) * 2 - var(--m));
}
@media screen and (min-width: 768px) {
  .js-top-voice-slider .splide__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%; /* ← !important は付けない */
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.js-top-voice-slider .splide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 5;
  pointer-events: auto;
}
.js-top-voice-slider .splide__arrow--prev {
  left: 8px;
}
@media screen and (min-width: 768px) {
  .js-top-voice-slider .splide__arrow--prev {
    left: -8px;
  }
}
.js-top-voice-slider .splide__arrow--next {
  right: 8px;
}
@media screen and (min-width: 768px) {
  .js-top-voice-slider .splide__arrow--next {
    right: -8px;
  }
}
.js-top-voice-slider .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 4;
}
.js-top-voice-slider .splide__pagination__page {
  width: 8px;
  height: 8px;
  opacity: 0.4;
}
.js-top-voice-slider .splide__pagination__page.is-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  background: var(--color-accent);
}

/* ========== 3) Fallback（初期化前だけ横並び強制） ========== */
.js-top-voice-slider:not(.is-initialized) .splide__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.js-top-voice-slider:not(.is-initialized) .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  margin: 0;
  padding: 0;
}
.js-top-voice-slider:not(.is-initialized) .splide__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* widthは触らない */
}

/* src/scss/style.scss */
.top-faq__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .top-faq__inner {
    padding: 80px 0;
  }
}
.top-faq__copy {
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
  width: min(860px, 100%);
}
@media screen and (min-width: 768px) {
  .top-faq__copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-faq__list {
  margin-top: 40px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-faq__list {
    margin-top: 40px;
    gap: 24px;
  }
}
.top-faq__question-wrapper {
  width: 100%;
  padding: 16px 16px;
  display: grid;
  grid-template-columns: 1fr 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: var(--color-white);
  font-weight: 500;
  background-color: var(--color-primary);
  border-radius: 16px 16px 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-faq__question-wrapper {
    padding: 16px 48px;
    grid-template-columns: 1fr 24px;
    font-size: 18px;
  }
}
.top-faq__question-wrapper.is-active .top-faq__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-faq__icon {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 768px) {
  .top-faq__icon {
    width: 20px;
  }
}
.top-faq__answer-wrapper {
  display: block grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
}
.top-faq__answer-wrapper.is-active {
  grid-template-rows: 1fr;
}
.top-faq__answer-wrapper > * {
  overflow: hidden;
}
.top-faq__answer {
  background-color: #f9fcfb;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 768px) {
  .top-faq__answer {
    padding: 40px 80px;
    font-size: 16px;
  }
}

/* src/scss/style.scss */
.top-news {
  background-color: #f5fbf9;
}
.top-news__inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .top-news__inner {
    padding: 80px 0;
  }
}
.top-news__copy {
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
  width: min(860px, 100%);
}
@media screen and (min-width: 768px) {
  .top-news__copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-news__list {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    margin-top: 40px;
    gap: 0;
  }
}
.top-news__item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top-news__item:hover {
  background: rgba(51, 128, 110, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top-news__link {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(51, 128, 110, 0.3);
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .top-news__link {
    padding: 24px;
    grid-template-columns: auto 1fr;
    gap: 40px;
  }
}
.top-news__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-news__category-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 22px;
  }
}
.top-news__category {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-primary);
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px var(--color-primary);
  padding: 2px 24px;
  border-radius: 1000px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .top-news__category {
    font-size: 10px;
    padding: 2px 24px;
  }
}
.top-news__date {
  font-size: 12px;
  color: var(--color-secondary);
  color: #727e7b;
}
@media screen and (min-width: 768px) {
  .top-news__date {
    font-size: 14px;
  }
}
.top-news__title {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-news__title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.top-news__button-wrapper {
  margin: 40px auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top-news__button-wrapper {
    margin: 65px auto 0;
    width: 320px;
  }
}
.top-news__button-wrapper .button-link__icon {
  width: 24px;
}

/* src/scss/style.scss */
.about-message__inner {
  margin: 0 auto;
  max-width: 860px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about-message__inner {
    padding: 80px 0;
  }
}
.about-message__sub-title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .about-message__sub-title {
    margin-top: 80px;
    font-size: 32px;
  }
}
.about-message__copy {
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about-message__copy {
    margin-top: 56px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
  }
}
.about-message__copy--highlight {
  color: var(--color-primary);
  font-weight: 700;
}

/* src/scss/style.scss */
.about-point {
  background-color: #f9fcfb;
}
.about-point__inner {
  margin: 0 auto;
  max-width: 860px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about-point__inner {
    padding: 80px 0;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .about-point__inner {
    padding: 120px 0;
  }
}
.about-point__list {
  margin-top: 60px;
  display: grid;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .about-point__list {
    margin-top: 120px;
    gap: 80px;
  }
}
.about-point__item {
  position: relative;
  border-radius: 16px;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  padding: 40px 24px 24px;
}
@media screen and (min-width: 768px) {
  .about-point__item {
    padding: 80px 40px 40px;
  }
}
.about-point__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-white);
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 240px;
  height: 40px;
  border-radius: 1000px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .about-point__title {
    font-size: 20px;
    width: 380px;
    height: 80px;
  }
}
.about-point__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about-point__text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}

/* src/scss/style.scss */
.about-flow {
  position: relative;
}
.about-flow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.about-flow__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-flow__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about-flow__inner {
    padding: 80px 0;
  }
}
.about-flow__list {
  margin: 80px auto 0;
  display: grid;
  gap: 80px;
  width: min(400px, 100%);
}
@media screen and (min-width: 992px) {
  .about-flow__list {
    margin-top: 120px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: min(24px, calc(24 / 1920 * 100vw));
  }
}
.about-flow__item {
  position: relative;
  padding: 40px 20px 20px;
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; /* 縦並び */
}
@media screen and (min-width: 992px) {
  .about-flow__item {
    padding: 40px 10px 30px;
    border-radius: 16px;
    -webkit-filter: drop-shadow(4px 8px 16px rgba(98, 98, 98, 0.26));
    filter: drop-shadow(4px 8px 16px rgba(98, 98, 98, 0.26));
  }
}
.about-flow__number {
  position: absolute;
  top: -61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
}
@media screen and (min-width: 992px) {
  .about-flow__number {
    top: -74px;
    width: 54px;
  }
}
.about-flow__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--color-accent);
}
.about-flow__text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .about-flow__text {
    padding: 0 20px;
    font-size: 14px;
    line-height: 29px;
  }
}
.about-flow__link-wrapper {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .about-flow__link-wrapper {
    width: 100%;
    margin-top: auto;
  }
}

/* src/scss/style.scss */
.cleaning-message--bg-green {
  background-color: #f9fcfb;
}
.cleaning-message__inner {
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .cleaning-message__inner {
    padding: 80px 0;
  }
}
.cleaning-message__sub-title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .cleaning-message__sub-title {
    margin-top: 80px;
    font-size: 32px;
  }
}
.cleaning-message__copy {
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
  max-width: 860px;
}
@media screen and (min-width: 768px) {
  .cleaning-message__copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }
}
.cleaning-message__copy--highlight {
  color: var(--color-primary);
  font-weight: 700;
}

/* src/scss/style.scss */
.faq__inner {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding: 120px 0;
  }
}
.faq__sub-title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .faq__sub-title {
    margin-top: 80px;
    font-size: 32px;
  }
}
.faq__copy {
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq__copy {
    margin-top: 56px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
  }
}
.faq__copy--highlight {
  color: var(--color-primary);
  font-weight: 700;
}

/* src/scss/style.scss */
html {
  scroll-padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    scroll-padding-top: 132px;
  }
}

.menu__inner {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .menu__inner {
    padding: 80px 0;
  }
}
.menu__list {
  width: 100%;
  display: grid;
  gap: 40px;
  min-width: 0;
}
.menu__item {
  border-radius: 16px;
  background-color: var(--color-white);
  -webkit-filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.08));
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .menu__item {
    padding: 24px;
  }
}
.menu__main {
  display: block;
  min-width: 0;
}
@media screen and (min-width: 1200px) {
  .menu__main {
    display: grid;
    grid-template-columns: minmax(0, 320px) 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image title" "image price" "image variant";
    gap: 16px 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.menu__main .menu__image {
  grid-area: image;
}
.menu__main .menu__title-wrapper {
  grid-area: title;
}
.menu__main .menu__price-wrapper {
  grid-area: price;
}
.menu__main .menu__variant-wrapper {
  grid-area: variant;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .menu__title-wrapper {
    grid-area: title;
  }
}
.menu__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .menu__title {
    font-size: 20px;
  }
}
.menu__negotiable-text {
  background-color: #f9fcfb;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
  margin-top: 4px;
  color: var(--color-primary);
  font-weight: bold;
  border-top: solid 2px var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .menu__negotiable-text {
    font-size: 14px;
  }
}
.menu__image {
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .menu__image {
    margin-top: 0;
    grid-area: image;
  }
}
.menu__image img {
  width: 100%;
  height: 200px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu__time {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-secondary);
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .menu__time {
    margin-top: 8px;
    font-size: 15px;
  }
}
.menu__variant-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .menu__variant-wrapper {
    margin-top: 0px;
  }
}
.menu__variant-wrapper::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.menu__variant-label {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-weight: bold;
  color: var(--color-primary);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .menu__variant-label {
    text-align: right;
    font-size: 14px;
  }
}
.menu__option {
  width: 100%;
  min-width: 0;
  height: 40px;
  border-radius: 40px;
  border: none;
  padding: 0 24px;
  background-color: #3da88f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  border: solid 1px #3da88f;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
@media screen and (min-width: 1200px) {
  .menu__option {
    width: 400px;
    height: auto;
    padding: 10px 16px 10px 24px;
    font-size: 14px;
    background-position: right 12px center;
    background-size: 16px;
  }
}
.menu__price-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .menu__price-wrapper {
    grid-area: price;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    align-self: end;
    justify-self: end;
    text-align: right;
  }
}
.menu__price:not(:first-child) {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .menu__price:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: max(-24px, calc(-24 / 1920 * 100vw));
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
  }
}
.menu__price-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .menu__price-label {
    font-size: 14px;
  }
}
.menu__price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.menu__price-value-prefix {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .menu__price-value-prefix {
    font-size: 24px;
  }
}
.menu__price-value-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .menu__price-value-number {
    font-size: 32px;
  }
}
.menu__price-value-suffix {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .menu__price-value-suffix {
    margin-left: 4px;
  }
}
.menu__notes-wrapper {
  margin-top: 16px;
  background-color: #f9fcfb;
  border: solid 1px var(--color-primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .menu__notes-wrapper {
    margin-top: 24px;
  }
}
.menu__notes-button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 8px 16px 16px;
}
@media screen and (min-width: 1200px) {
  .menu__notes-button {
    padding: 10px 42px 10px 52px;
  }
}
.menu__notes-button.is-active .menu__notes-button-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.menu__notes-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}
@media screen and (min-width: 1200px) {
  .menu__notes-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 24px;
  }
}
.menu__notes-title-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .menu__notes-title-text {
    font-size: 14px;
  }
}
.menu__notes-sub-title {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .menu__notes-sub-title {
    font-size: 12px;
  }
}
.menu__notes-button-icon {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #3da88f;
  border-radius: 50%;
}
.menu__notes-button-icon::before,
.menu__notes-button-icon::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  border-radius: 1px;
  background-color: var(--color-white);
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.menu__notes-button-icon::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu__notes-button-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu__notes-content {
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
}
.menu__notes-content > * {
  overflow: hidden;
}
.menu__notes-content.is-active {
  grid-template-rows: 1fr;
}
.menu__notes-text-wrapper {
  margin: 12px;
  padding: 12px 8px;
  background-color: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .menu__notes-text-wrapper {
    margin: 0 24px 24px 24px;
    padding: 24px;
  }
}
.menu__notes-list {
  display: grid;
  gap: 8px;
  list-style: disc;
  padding-left: 1.2em;
}
.menu__notes-item {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  list-style: disc;
}
.menu__notes-item::marker {
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .menu__notes-item {
    font-size: 14px;
  }
}
.menu__order {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .menu__order {
    margin-top: 24px;
    padding-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.menu__quantity-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #cb772f;
  font-weight: bold;
}
.menu__quantity-wrapper::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #cb772f;
  border-bottom: 2px solid #cb772f;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.menu__quantity-label {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
@media screen and (min-width: 1200px) {
  .menu__quantity-label {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.menu__quantity {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  border-radius: 8px;
  border: none;
  padding: 10px 16px 10px 16px;
  background-color: #fcf6f0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #cb772f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 0;
}
@media screen and (min-width: 1200px) {
  .menu__quantity {
    width: 80px;
    height: auto;
    padding: 10px 16px 10px 16px;
    font-size: 16px;
    background-position: right 12px center;
  }
}
.menu__link-wrapper {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .menu__link-wrapper {
    width: 400px;
  }
}
.menu .button-link__text {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .menu .button-link__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .menu .button-link--add-cart {
    font-size: 18px;
    height: 60px;
  }
}
.menu .button-link--add-cart .button-link__icon {
  right: 24px;
  width: 16px;
}
@media screen and (min-width: 1200px) {
  .menu .button-link--add-cart .button-link__icon {
    width: min(32px, 1.6666666667vw);
  }
}
@media screen and (min-width: 1200px) {
  .menu__quantity-wrapper::after,
  .menu__variant-wrapper::after {
    right: 24px;
    width: 8px;
    height: 8px;
    border-width: 2px;
    -webkit-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
  }
}

/* src/scss/style.scss */
.cart__inner {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cart__inner {
    padding: 80px 0;
  }
}
.cart__contents {
  max-width: 860px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .cart__contents {
    margin: 80px auto 0;
  }
}

.u-text-center .button-link {
  font-size: 12px;
  text-align: center !important;
  border: solid 2px #3da88f;
  color: #3da88f;
  padding: 16px 0;
  max-width: 420px;
  margin: 0px auto 0;
  border-radius: 8px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(98, 98, 98, 0.26));
  filter: drop-shadow(2px 2px 4px rgba(98, 98, 98, 0.26));
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .u-text-center .button-link {
    font-size: 16px;
    margin: 40px auto 0;
  }
}
.u-text-center .button-link:hover {
  -webkit-filter: none;
  filter: none;
  background: #3da88f;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#cart-empty-message p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #cart-empty-message p {
    font-size: 16px;
  }
}

[hidden] {
  display: none !important;
}

#cart-step-2-container .wpcf7 .cart-bottom,
#cart-step-2-container .wpcf7 .wpcf7-submit,
#cart-step-2-container .wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* src/scss/style.scss */
.cart-header__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}
@media screen and (min-width: 576px) {
  .cart-header__list {
    gap: 12px;
  }
}
.cart-header__item {
  position: relative;
  height: 60px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .cart-header__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-header__item {
    height: 80px;
    font-size: 16px;
  }
}
.cart-header__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: var(--color-accent);
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cart-header__item::before {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
}
.cart-header__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcf6f0;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cart-header__item::after {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
}
.cart-header__item:last-child::before,
.cart-header__item:last-child::after {
  clip-path: none;
}
.cart-header__item:last-child .cart-header__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
}
.cart-header__item.is-active {
  color: #fff;
}
.cart-header__item.is-active::before {
  z-index: 1;
}
.cart-header__item-text {
  position: absolute;
  top: 50%;
  left: 40%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .cart-header__item-text {
    left: 45%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* src/scss/style.scss */
.cart-total {
  padding: 24px 24px;
  background-color: #fcf6f0;
  border-radius: 18px;
  /* ▼ ここをレイアウト指定に変更：variant を name の直下に固定 */
  /* ★ 新規：タイプ（空なら非表示） */
  /* ▼ 右側の「数・価格」ブロックを右寄せに固定 */
}
@media screen and (min-width: 768px) {
  .cart-total {
    padding: 32px 64px;
  }
}
.cart-total__title {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .cart-total__title {
    font-size: 20px;
  }
}
.cart-total__list {
  margin-top: 24px;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .cart-total__list {
    gap: 8px;
  }
}
.cart-total__item {
  padding-bottom: 4px;
  display: grid;
  gap: 8px;
  border-bottom: 1px solid #888888;
  /* SP: 縦並び（名前→タイプ→数/価格） */
  grid-template-columns: 1fr;
  grid-template-areas: "name" "variant" "info";
  row-gap: 0px;
}
@media screen and (min-width: 768px) {
  .cart-total__item {
    /* PC: 左（名前/タイプ）・右（数/価格） */
    padding: 16px;
    gap: 16px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "name    info" "variant info";
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 4px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.cart-total__name {
  grid-area: name; /* ★ 追加 */
  font-size: 12px;
  color: #2f4c46;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .cart-total__name {
    font-size: 14px;
  }
}
.cart-total__variant {
  grid-area: variant;
  margin: 0;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-primary); /* 目立たせたいならアクセントでもOK */
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cart-total__variant {
    font-size: 14px;
  }
}
.cart-total__variant:empty {
  display: none;
}
.cart-total__info-wrapper {
  grid-area: info; /* ★ 追加 */
  justify-self: end; /* 右端に寄せる */
  text-align: right;
  /* 中身は横並びで間隔 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .cart-total__info-wrapper {
    gap: 24px;
  }
}
.cart-total__quantity {
  font-size: 12px;
  color: #2f4c46;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cart-total__quantity {
    font-size: 14px;
  }
}
.cart-total__price {
  font-size: 16px;
  color: #2f4c46;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cart-total__price {
    font-size: 18px;
  }
}
.cart-total__total {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
}
.cart-total__total-title {
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .cart-total__total-title {
    font-size: 14px;
  }
}
.cart-total__total-price {
  font-size: 20px;
  font-weight: 700;
  color: #cb772f;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .cart-total__total-price {
    font-size: 24px;
  }
}
.cart-total__price-number {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cart-total__price-number {
    font-size: 16px;
  }
}

#cart-step-3-container .cart-total__list {
  margin-top: 0;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  #cart-step-3-container .cart-total__list {
    margin-top: 24px;
    gap: 8px;
  }
}
#cart-step-3-container .cart-total__item {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #cart-step-3-container .cart-total__item {
    font-size: 16px;
  }
}
/* src/scss/style.scss */
.cart-detail {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cart-detail {
    margin-top: 40px;
  }
}
.cart-detail__list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .cart-detail__list {
    gap: 16px;
  }
}
.cart-detail__item {
  border-radius: 18px;
  background-color: var(--color-white);
  padding: 24px;
  -webkit-filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.08));
}
@media screen and (min-width: 768px) {
  .cart-detail__item {
    padding: 40px;
  }
}
.cart-detail__info-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "name" "variant" "price";
  row-gap: 0px;
}
@media screen and (min-width: 768px) {
  .cart-detail__info-wrapper {
    grid-template-columns: 1fr auto; /* 左：タイトル＆タイプ／右：価格 */
    grid-template-rows: auto auto;
    grid-template-areas: "name    price" "variant price";
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 0px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.cart-detail__name {
  font-size: 14px;
  font-weight: 700;
  grid-area: name;
}
@media screen and (min-width: 768px) {
  .cart-detail__name {
    font-size: 18px;
  }
}
.cart-detail__variant {
  grid-area: variant;
  margin: 0;
  font-size: 12px;
  color: var(--color-primary);
  font-weight: bold;
  /* もし空タグを出力する実装なら空は消す */
}
@media screen and (min-width: 1200px) {
  .cart-detail__variant {
    font-size: 14px;
  }
}
.cart-detail__variant:empty {
  display: none;
}
.cart-detail__price-wrapper {
  grid-area: price;
  justify-self: end;
  text-align: right;
}
.cart-detail__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cart-detail__price-prefix {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .cart-detail__price-prefix {
    font-size: 24px;
  }
}
.cart-detail__price-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .cart-detail__price-number {
    font-size: 24px;
  }
}
.cart-detail__price-suffix {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .cart-detail__price-suffix {
    margin-left: 4px;
  }
}
.cart-detail__description {
  margin-top: 16px;
  font-size: 14px;
  color: #2f4c46;
  display: none;
}
@media screen and (min-width: 768px) {
  .cart-detail__description {
    margin-top: 30px;
    font-size: 18px;
  }
}
.cart-detail__bottom-wrapper {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .cart-detail__bottom-wrapper {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
  }
}
.cart-detail__bottom-wrapper::before {
  content: "";
  background: #ccc;
  width: 100%;
  height: 1px;
  display: block;
}
@media screen and (min-width: 768px) {
  .cart-detail__bottom-wrapper::before {
    width: calc(100% - 320px);
    display: inline-block;
  }
}
.cart-detail__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.cart-detail__quantity-label {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .cart-detail__quantity-label {
    font-size: 14px;
  }
}
.cart-detail__quantity {
  width: 80px;
  height: auto;
  border-radius: 8px;
  border: none;
  padding: 8px 24px;
  background-color: #fcf6f0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-black);
  /* OS標準の矢印を非表示にする */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* カスタム矢印の設定 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='29.25' height='29.25' viewBox='0 0 29.25 29.25'%3e%3cpath id='Icon_ion-md-arrow-dropdown-circle' data-name='Icon ion-md-arrow-dropdown-circle' d='M18,3.375A14.625,14.625,0,1,0,32.625,18,14.625,14.625,0,0,0,18,3.375ZM18,22.5l-6.75-6.75h13.5Z' transform='translate(-3.375 -3.375)' fill='%23cb772f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}
@media screen and (min-width: 1200px) {
  .cart-detail__quantity {
    width: 80px;
    padding: 10px 16px;
    font-size: 16px;
    background-position: right 12px center;
    background-size: 16px;
  }
}
.cart-detail__delete {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #cb772f;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .cart-detail__delete {
    font-size: 14px;
  }
}
.cart-detail__bottom-wrapper {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .cart-detail .cart-detail__bottom-wrapper {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
  }
  .cart-detail::before {
    content: "";
    background: #ccc;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cart-detail .cart-detail__bottom-wrapper::before {
    width: calc(100% - 320px);
    display: inline-block;
    margin-bottom: 40px;
  }
}

#cart-step-3-container .cart-detail {
  display: none;
}
#cart-step-3-container .delete-button {
  display: none;
}

/* src/scss/style.scss */
.cart-bottom {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cart-bottom {
    margin-top: 80px;
  }
}
.cart-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .cart-bottom__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}
.cart-bottom__item {
  position: relative;
}
.cart-bottom__item--submit .cart-bottom__button-icon {
  right: 24px;
}
.cart-bottom__item .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cart-bottom__button {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cart-bottom__button {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .cart-bottom__button {
    width: 320px;
    height: 84px;
  }
}
.cart-bottom__button--prev {
  background-color: var(--color-primary);
  padding-left: 24px;
}
.cart-bottom__button--prev .cart-bottom__button-icon {
  left: 24px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cart-bottom__button--next {
  background-color: var(--color-accent);
  padding-right: 24px;
}
.cart-bottom__button--next .cart-bottom__button-icon {
  right: 24px;
}
.cart-bottom__button-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (min-width: 768px) {
  .cart-bottom__button-icon {
    width: 24px;
  }
}

#cart-container .delete-button {
  margin-top: 24px;
  color: #cb1010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
#cart-container .delete-button .cart-bottom__button-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #cart-container .delete-button .cart-bottom__button-text {
    font-size: 16px;
  }
}
#cart-container .delete-button .cart-bottom__button-icon {
  width: 12px;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media screen and (min-width: 768px) {
  #cart-container .delete-button .cart-bottom__button-icon {
    width: 14px;
  }
}

/* src/scss/style.scss */
.privacy__inner {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .privacy__inner {
    padding: 80px 0;
  }
}
.privacy__message {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .privacy__message {
    font-size: 16px;
  }
}
.privacy__list {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .privacy__list {
    margin-top: 40px;
    gap: 40px;
  }
}
.privacy__item {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .privacy__item {
    gap: 16px;
  }
}
.privacy__title {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 16px 16px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 16px;
    padding: 12px 32px;
  }
}
.privacy__text {
  padding-left: 16px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .privacy__text {
    padding-left: 24px;
    font-size: 16px;
  }
}
.privacy__link {
  color: var(--color-primary);
  text-decoration: underline;
}

/* src/scss/style.scss */
.site-map__inner {
  margin: 40px auto;
  max-width: 1000px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .site-map__inner {
    margin: 80px auto;
    grid-template-columns: repeat(2, 1fr);
    gap: min(122px, calc(122 / 1920 * 100vw));
  }
}
.site-map__button-list {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .site-map__button-list {
    gap: 16px;
  }
}
.site-map__button-list .site-map__button-icon {
  width: 6px;
}
.site-map__button-link {
  padding: 0 16px 0 24px;
  display: grid;
  grid-template-columns: 1fr 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 4px;
  width: 100%;
  height: 40px;
  text-decoration: none;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .site-map__button-link {
    padding: 0 22px 0 32px;
    grid-template-columns: 1fr 13px;
    font-size: 16px;
    height: 60px;
  }
}
.site-map__list {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .site-map__list {
    margin-top: 32px;
    gap: 32px;
  }
}
.site-map__list .site-map__icon {
  width: 6px;
}
.site-map__link {
  display: grid;
  grid-template-columns: 10px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .site-map__link {
    grid-template-columns: 13px 1fr;
    gap: 16px;
  }
}
.site-map__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .site-map__text {
    font-size: 16px;
  }
}
.site-map__sub-list {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .site-map__sub-list {
    margin-top: 16px;
    gap: 16px;
  }
}
.site-map__sub-link {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .site-map__sub-link {
    padding-left: 24px;
    font-size: 16px;
  }
}

/* src/scss/style.scss */
.contact__inner {
  margin: 0px auto 40px;
  max-width: 860px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    margin: 80px auto;
    gap: min(122px, calc(122 / 1920 * 100vw));
  }
}
.contact .form__list {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact .form__list {
    gap: 16px;
  }
}
.contact .form__privacy-wrapper {
  margin-top: 40px;
}
.contact .cart-bottom {
  margin-top: 40px;
}
.contact .cart-bottom .cart-bottom__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact .form__title {
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .contact .form__title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.contact .form__item-title--confirm {
  font-size: 14px;
}
.contact .form__item-input-wrapper--confirm {
  font-size: 14px;
}

/* src/scss/style.scss */
.news-list__inner {
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .news-list__inner {
    padding: 80px 0;
  }
}
.news-list__list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news-list__list {
    gap: 8px;
  }
}
.news-list__list .top-news__item {
  border: solid 1px rgba(51, 128, 110, 0.2);
  border-radius: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 16px 32px 16px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-list__list .top-news__item {
    padding: 4px;
  }
}
.news-list__list .top-news__item:hover {
  background: rgba(51, 128, 110, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news-list__list .top-news__item:hover::after {
  right: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news-list__list .top-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 10px;
  height: 14px;
  pointer-events: none;
  background: no-repeat center/contain
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.5 22.5"><path d="M11.25 8.114 12.705 6.75 24.75 18 12.705 29.25 11.25 27.893 21.832 18Z" transform="translate(-11.25 -6.75)" fill="%233da88f"/></svg>');
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .news-list__list .top-news__item::after {
    width: 10px;
    height: 16px;
  }
}
.news-list__list .top-news__item .top-news__category-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .news-list__list .top-news__item .top-news__category-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news-list__list .top-news__item .top-news__link {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-list__list .top-news__item .top-news__link {
    border-bottom: 0;
    padding-bottom: 24px;
  }
}
.news-list__list .top-news__item .top-news__category {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .news-list__list .top-news__item .top-news__category {
    font-size: 10px;
    padding: 2px 24px;
  }
}

/* src/scss/style.scss */
.news-single__inner {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 860px;
}
@media screen and (min-width: 768px) {
  .news-single__inner {
    padding: 80px 0;
  }
}
.news-single__header {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .news-single__header {
    padding: 0px 24px 8px 24px;
  }
}
.news-single__date {
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 600;
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .news-single__date {
    font-size: 14px;
  }
}
.news-single__thumbnail {
  margin: 24px auto 0;
  width: min(100%, 600px);
}
@media screen and (min-width: 768px) {
  .news-single__thumbnail {
    margin-top: 40px;
  }
}
.news-single__content {
  padding: 24px 0;
  border-bottom: 1px solid var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .news-single__content {
    padding: 40px 24px;
  }
}
.news-single__content p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 768px) {
  .news-single__content p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 24px 0;
  }
}
.news-single__content p:last-child {
  margin-bottom: 0;
}
.news-single__content h1 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 32px 0 16px 0;
  padding-bottom: 8px;
  position: relative;
}
.news-single__content h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(61, 168, 143, 0.2);
}
.news-single__content h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .news-single__content h1::after {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .news-single__content h1 {
    font-size: 20px;
    margin: 48px 0 24px 0;
    padding-bottom: 12px;
  }
}
.news-single__content h1:first-child {
  margin-top: 0;
}
.news-single__content h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 24px 0 12px 0;
  padding: 8px 16px;
  background-color: rgba(61, 168, 143, 0.1);
  border-left: 4px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .news-single__content h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 24px;
  }
}
.news-single__content h2:first-child {
  margin-top: 0;
}
.news-single__content h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  margin: 20px 0 8px 0;
}
@media screen and (min-width: 768px) {
  .news-single__content h3 {
    font-size: 18px;
    margin: 32px 0 16px 0;
  }
}
.news-single__content h3:first-child {
  margin-top: 0;
}
.news-single__content ul,
.news-single__content ol {
  margin: 16px 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .news-single__content ul,
  .news-single__content ol {
    margin: 24px 0;
    padding-left: 32px;
  }
}
.news-single__content ul li,
.news-single__content ol li {
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0;
  list-style-position: outside;
}
@media screen and (min-width: 768px) {
  .news-single__content ul li,
  .news-single__content ol li {
    font-size: 20px;
    margin: 12px 0;
  }
}
.news-single__content ul li {
  list-style-type: disc;
}
.news-single__content ol li {
  list-style-type: decimal;
}
.news-single__content a {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-single__content a:hover {
  color: var(--color-secondary);
}
.news-single__content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background-color: #f8f9fa;
  border-left: 4px solid var(--color-accent);
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .news-single__content blockquote {
    margin: 32px 0;
    padding: 24px 32px;
  }
}
.news-single__content blockquote p {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-single__content blockquote p {
    font-size: 18px;
  }
}
.news-single__content img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .news-single__content img {
    margin: 24px 0;
  }
}
.news-single__content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-single__content table {
    font-size: 16px;
    margin: 32px 0;
  }
}
.news-single__content table th,
.news-single__content table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news-single__content table th,
  .news-single__content table td {
    padding: 12px 16px;
  }
}
.news-single__content table th {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
}
.news-single__content table tr:nth-child(even) {
  background-color: #f8f9fa;
}
.news-single__content code {
  background-color: #f8f9fa;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}
.news-single__content pre {
  background-color: #f8f9fa;
  padding: 16px;
  border-radius: 4px;
  overflow-x: auto;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .news-single__content pre {
    padding: 24px;
    margin: 24px 0;
  }
}
.news-single__content pre code {
  background: none;
  padding: 0;
}
.news-single__content strong,
.news-single__content b {
  font-weight: 700;
  color: var(--color-primary);
}
.news-single__content em,
.news-single__content i {
  font-style: italic;
  color: var(--color-black);
}
.news-single__footer {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news-single__footer {
    margin-top: 60px;
  }
}
.news-single__back-link-wrapper {
  text-align: center;
}
.news-single__back-link {
  display: inline-block;
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-single__back-link {
    font-size: 16px;
  }
}

/* src/scss/style.scss */
.voice-list__inner {
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .voice-list__inner {
    padding: 80px 0;
  }
}
.voice-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .voice-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.voice-list__pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-list__pagination {
    margin-top: 80px;
  }
}

.voice-item {
  padding: 24px;
  background-color: #fffefa;
  border-radius: 12px;
  -webkit-box-shadow: 4px 8px 16px rgba(98, 98, 98, 0.26);
  box-shadow: 4px 8px 16px rgba(98, 98, 98, 0.26);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .voice-item {
    padding: 30px 26px;
  }
}
.voice-item:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(24, 64, 55, 0.15);
  box-shadow: 0 8px 24px rgba(24, 64, 55, 0.15);
}
.voice-item--featured {
  border: 2px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .voice-item--featured {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.voice-item__category {
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  text-align: center;
  border-radius: 20px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .voice-item__category {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.voice-item__content {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .voice-item__content {
    margin-top: 16px;
  }
}
.voice-item__person {
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .voice-item__person {
    grid-template-columns: 80px 1fr;
    gap: 24px;
  }
}
.voice-item__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.voice-item__person-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.voice-item__name {
  font-size: 16px;
  font-weight: 700;
  color: #6a6a6a;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice-item__name {
    font-size: 16px;
  }
}
.voice-item__name-suffix {
  font-weight: 500;
  margin-left: 2px;
  font-size: 14px;
}
.voice-item__age {
  font-size: 12px;
  color: #b2b2b2;
  margin: 0;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice-item__age {
    font-size: 14px;
  }
}
.voice-item__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  margin-top: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .voice-item__title {
    margin-top: 16px;
    font-size: 18px;
  }
}
.voice-item__text {
  margin-top: 16px;
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-item__text p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .voice-item__text {
    margin-top: 16px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
