@charset "UTF-8";
html,
body {
  color: #000;
  /* font-size: 16px;
  line-height: 1.6; */
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.08rem;
  background-color: #fff;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  html,
  body {
    scroll-padding-top: 120px;
  }
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=text],
input[type=number] {
  background-color: unset;
}

input[type=radio]:checked {
  border-color: #B11919;
}

input[type=checkbox]:checked,
input[type=radio]:checked:after {
  background-color: #B11919;
  border-color: #B11919;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
    width: 100%;
  }
}

.sp-none {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.m-socialLogin {
  display: none;
}

.l-header {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-header.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 1px;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-inline: 5vw;
    margin: 0;
    height: 90px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    height: 90px;
    z-index: 1000;
  }
}

.l-footer {
  background-color: #b11919;
  padding: 112px 0 82px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer {
    padding-inline: 4px;
  }
}
.l-footer__inner {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner .l-footer__inner {
    padding-top: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__top {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  gap: 1px;
  padding-inline: 4px;
}
.l-footer__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__contact-list-sns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
}
.l-footer__contact-list-sns a {
  max-width: 40px;
}
.l-footer__contact-list-sns a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-btn-wrapper {
    width: 100%;
  }
}
.l-footer__contact-btn {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: clamp(1.4rem, 0.715rem + 0.45vw, 1.8rem);
  border: #ffffff solid 1px;
  border-radius: 100px;
  padding: 9px 2vw 8px;
  white-space: nowrap;
}
.l-footer__contact-btn:hover {
  background-color: #ffffff;
  color: #b11919;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-btn {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    padding: 2vw;
  }
}
.l-footer__copy-img {
  padding: 1.2rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__copy-img {
    padding-inline: 8px;
  }
}
.l-footer__pagetop-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;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__pagetop-link {
    gap: 16px;
  }
}
.l-footer__pagetop-link-btn {
  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;
  margin-top: 10px;
}
.l-footer__pagetop-link-btn:hover {
  opacity: 0.6;
}
.l-footer__pagetop-link-logo {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .l-footer__pagetop-link-logo {
    width: 80%;
  }
}
.l-footer__pagetop-link-img {
  width: 126px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__pagetop-link-img {
    width: 65.4%;
    margin-top: 0;
  }
}
.l-footer__pagetop-link-txt {
  color: #ffffff;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-size: clamp(1.2rem, 0.982rem + 0.68vw, 1.8rem);
  font-style: normal;
  margin-top: 15px;
}
.l-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__bottom-item a {
  font-size: clamp(1.2rem, 1.054rem + 0.45vw, 1.6rem);
  color: #ffffff;
  font-weight: 600 !important;
  font-style: normal;
}
.l-footer__bottom-item a::after {
  content: "/";
  margin: 0 10px;
}
.l-footer__bottom-item a:hover {
  opacity: 0.6;
}
.l-footer__bottom-item:last-child a::after {
  content: "";
}
.l-footer__copy-right-pc {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__copy-right-pc {
    display: none;
  }
}
.l-footer__copy-right-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__copy-right-sp {
    display: block;
    font-size: 7px;
    color: #ffffff;
    margin-top: 50px;
    text-align: center;
    font-weight: 700;
  }
}

@media screen and (max-width: 1024px) {
  .l-container-wrap {
    padding-top: 90px;
  }
}
.p-page-productList .l-container,
.p-productList-foot .l-container {
  max-width: 1600px;
  width: 84%;
  padding-inline: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-productList .l-container,
  .p-productList-foot .l-container {
    width: 90%;
  }
}

.s-type-order .l-container-sm,
.s-type-order .l-container,
.s-type-myPage .l-container-sm,
.s-type-myPage .l-container,
.s-type-user .l-container-sm,
.s-type-user .l-container {
  max-width: 1200px;
  padding-inline: 0;
  width: 84%;
}
@media screen and (max-width: 1024px) {
  .s-type-order .l-container-sm,
  .s-type-order .l-container,
  .s-type-myPage .l-container-sm,
  .s-type-myPage .l-container,
  .s-type-user .l-container-sm,
  .s-type-user .l-container {
    width: 90%;
  }
}

.s-myPageContent-infoWrap .l-container-sm {
  width: 100%;
}

.l-container-sm:has(.p-top-product-list) {
  padding-inline: 2.5vw;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .l-container-sm:has(.p-top-product-list) {
    padding-inline: 5vw;
  }
}

.l-container-sm:has(.p-product) {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-inline: 0;
}

.p-page-terms .l-container-sm,
.p-page-privacy .l-container-sm,
.p-page-faq .l-container-sm {
  max-width: 1200px;
  width: 98%;
  padding-inline: 0;
}

.l-subpage-main-container {
  width: 92%;
  margin: 0 auto;
  max-width: 1040px;
}

.c-btn,
.c-btn-progress,
.c-btn-cartdown,
.c-btn-fluid {
  background-color: #b11919;
  border-color: #b11919;
}

.c-btn--white,
.c-btn-progress--white {
  border-color: var(--color-gray-dark);
  background-color: var(--color-white);
  color: var(--color-gray-dark) !important;
}

.c-btn--gray {
  background-color: var(--color-gray-middle);
  border-color: var(--color-gray-middle);
}

.c-btn-fluid--gray-border {
  color: #fff !important;
}

.c-btn-progress--gray-middle {
  border-color: var(--color-gray);
  background-color: var(--color-gray);
  color: var(--color-gray-dark) !important;
}

.c-btn-fluid--border {
  background-color: var(--color-white);
  border-color: var(--color-gray-dark);
  color: var(--color-gray-dark) !important;
  white-space: nowrap;
}

.c-changeQuantity {
  border: none;
  gap: 0.4rem;
}
.c-changeQuantity .c-changeQuantity__number {
  border-radius: 0 !important;
  height: 100%;
}
.c-changeQuantity__delete, .c-changeQuantity__add {
  border: 1px solid var(--color-gray-middle);
}

.c-product-head__picture::before,
.c-productUser-head__picture::before {
  padding-top: 65%;
}
.c-product-head__image,
.c-productUser-head__image {
  aspect-ratio: 282/200;
}
.c-product-head__favorite,
.c-productUser-head__favorite {
  right: 0.5rem;
  bottom: 0.5rem;
}
.c-product-favorite,
.c-productUser-favorite {
  width: 4rem;
  height: 4rem;
}
.c-product-favorite__icon,
.c-productUser-favorite__icon {
  width: 1.2rem;
  height: 1rem;
}
.c-product-variation--active,
.c-productUser-variation--active {
  opacity: 0;
}
.c-product-body__title-name,
.c-productUser-body__title-name {
  font-size: clamp(1.4rem, 1.2592rem + 0.38vw, 1.6rem);
  font-weight: 500;
}
.c-product-body__price,
.c-productUser-body__price {
  font-size: clamp(1.2rem, 1.0592rem + 0.38vw, 1.4rem);
  font-weight: 400;
}

.c-pager-list-item--active {
  background-color: #b11919;
  color: #fff;
  border-radius: 0%;
}

.c-pager__next img,
.c-pager__prev img {
  width: 50%;
}

.c-stepbar-five__item--active,
.c-stepbar-four__item--active {
  color: #000;
}
.c-stepbar-five__text--active::before,
.c-stepbar-four__text--active::before {
  background-color: #b11919;
  border-color: #b11919;
}

.m-formHeading-head__stepBar {
  border-bottom: none;
}

.c-section-title {
  font-size: clamp(1.8rem, 1.114rem + 1.9vw, 3.2rem);
  font-family: copperplate, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

.c-section-sub-title {
  font-size: clamp(1.2rem, 1.114rem + 0.24vw, 1.4rem);
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
}

.c-title-en {
  font-size: clamp(1.1rem, 0.918rem + 0.57vw, 1.4rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin-top: 6px;
}

.c-title-ja {
  font-size: clamp(1.3rem, 1.118rem + 0.57vw, 1.6rem);
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  margin-top: 20px;
}

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

/*TOP商品一覧*/
.c-product__list {
  display: grid;
  width: auto;
  margin: 0 auto;
  gap: 1.5vw;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-product__list {
    row-gap: 32px;
  }
}
.c-product__list a:hover .c-product__img {
  opacity: 0.8;
}

/*商品詳細ページ*/
.c-product-option__name {
  font-size: clamp(1.4rem, 1.314rem + 0.24vw, 1.6rem);
}
.c-product-option__name span {
  font-size: 12px;
}
.c-product-option__description {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-product-option__description {
    font-size: 12px;
  }
}

.c-button-number__wrapper {
  width: 105px;
}

.c-productSkuQuantity {
  width: 100%;
}

.c-button-number {
  width: 44px;
  height: 44px;
  font-size: 20px;
  background: #fff;
  border: 1px solid #000000;
  cursor: pointer;
  color: #000000;
}

/*page配下の下層ページ　*/
.c-subpage__lead {
  font-size: 1.6rem;
  padding: 28px;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 6px;
}
.c-subpage__lead--border-none {
  border: none;
}
@media screen and (max-width: 768px) {
  .c-subpage__lead {
    font-size: 1.2rem;
  }
}
.c-subpage .c-page-title {
  font-size: clamp(2.4rem, 1.371rem + 2.86vw, 4.8rem);
  text-align: center;
  border-bottom: none;
  font-weight: 500;
}
.c-subpage__item-title {
  font-size: clamp(1.6rem, 1.145rem + 1.21vw, 2.6rem);
  border-bottom: 1px solid #b11919;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 28px;
}
.c-subpage__mt28 {
  margin-top: 28px !important;
}

.p-header__logo {
  background-color: #b11919;
  width: 161px;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    display: none;
  }
}
.p-header__text {
  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;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-header__text {
    margin-top: 0px;
  }
}
.p-header__sublogo {
  max-width: 220px;
}
@media screen and (max-width: 1024px) {
  .p-header__sublogo {
    width: 35vw;
  }
}
.p-header__title {
  font-size: clamp(2rem, 0.982rem + 3.18vw, 4rem);
  font-weight: 700;
  font-family: copperplate, serif;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .p-header__title {
    display: none;
  }
}
.p-header__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__title--sp {
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 0.982rem + 3.18vw, 4rem);
    font-weight: 700;
    font-family: copperplate, serif;
  }
}
.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.p-header__nav-item {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-header__nav-item {
    font-size: 2.4rem;
  }
}
.p-header__nav-item:last-child {
  margin-right: 0;
}
.p-header__nav-item a:hover {
  border-bottom: solid 1px #b11919;
  color: #b11919;
}
.p-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__button {
    margin: 0;
  }
}
.p-header__button-icon {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-header__button-icon {
    width: 16px;
  }
}
.p-header__button-icon--search {
  background: none;
  border: none;
  padding: 0;
  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;
}
.p-header__button-icon--search svg {
  stroke: #000;
}
.p-header__sns-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__sns-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
.p-header__sns-logo img {
  width: 32px;
}
.p-header__contact a {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__contact a {
    display: block;
    border: solid #333 1px;
    padding: 7px 20px;
    border-radius: 100px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 90px;
    width: 100%;
    height: 1000vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #ffffff;
    z-index: 1000;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    display: inline-block;
    width: 38px;
    height: 22px;
    background-color: transparent;
    border-color: transparent;
    z-index: 1000;
  }
}
.p-header__hamburger-line {
  width: 22px;
  height: 2px;
  background-color: #000;
  position: relative;
  display: block;
}
.p-header__hamburger-line::after, .p-header__hamburger-line::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
}
.p-header__hamburger-line::after {
  top: 8px;
}
.p-header__hamburger-line::before {
  top: -8px;
}
.p-header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-header__hamburger.active .p-header__hamburger-line {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.p-header__hamburger.active .p-header__hamburger-line::after, .p-header__hamburger.active .p-header__hamburger-line::before {
  top: 0;
}
.p-header__hamburger.active .p-header__hamburger-line::before {
  opacity: 0;
}
.p-header__hamburger.active .p-header__hamburger-line::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.p-header__hamburger-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  max-width: 1200px;
  padding: 0 5vw;
}
.p-header__hamburger-inner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-header__hamburger-inner-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger-inner-logo {
    display: block;
    width: 80px;
  }
}
.p-header .s-headerModalBoxHeding__closeBtn {
  color: #9A9797;
}
.p-header .s-header-utilityList__item {
  margin-right: 16px;
  width: unset;
}
.p-header .s-header-utilityList__icon--cart {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .p-header .s-header-utilityList__icon--cart {
    width: 16px;
  }
}
.p-header .s-header-miniCart.active {
  background-color: #cca065;
  height: 100%;
  z-index: 2000;
  color: #fff;
  top: 0;
  padding-top: 1rem;
}
.p-header .s-header-miniCart-head__title {
  width: auto;
}
.p-header .s-header__cartCnt {
  top: -0.8rem;
  right: -0.8rem;
}
@media screen and (max-width: 768px) {
  .p-header .s-header__cartCnt {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.8rem;
    min-width: 1rem;
  }
}
.p-header .s-header-miniCart-close {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0 2rem 0 auto;
  display: block;
}
.p-header .s-header-miniCart-close-line {
  width: 20px;
  height: 1px;
  display: inline-block;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}
.p-header .s-header-miniCart-close-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top {
  overflow-x: hidden;
}

/*特集エリア情報 Swiper*/
.m-featureSlide .m-featureSlide-container {
  width: 100%;
  height: 100%;
  aspect-ratio: 1315/560;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .m-featureSlide .m-featureSlide-container {
    width: 100%;
    aspect-ratio: 431/222;
    margin-top: 20px !important;
  }
}
.m-featureSlide .m-featureSlide-container:not(:has(li)) {
  margin-top: 0 !important;
  aspect-ratio: unset;
}
.m-featureSlide .m-featureSlide-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1315/560;
}
@media screen and (max-width: 768px) {
  .m-featureSlide .m-featureSlide-container .swiper-slide img {
    aspect-ratio: 431/222;
  }
}
.m-featureSlide .m-featureSlide-slidePagination {
  position: absolute;
  bottom: -28px;
  gap: 0;
}
.m-featureSlide .m-featureSlide-slidePagination .m-featureSlide-slidePagination__item {
  width: 0.8rem;
  height: 0.8rem;
  border-color: #c1c0c0;
  background-color: #c1c0c0;
}
.m-featureSlide .m-featureSlide-slidePagination .m-featureSlide-slidePagination__item.swiper-pagination-bullet-active {
  background-color: #646363;
  border-color: #646363;
}

@media screen and (max-width: 768px) {
  #featureArea0000000002,
  #featureArea0000000015 {
    display: none;
  }
}

#featureArea0000000004,
#featureArea0000000016 {
  display: none;
}
@media screen and (max-width: 768px) {
  #featureArea0000000004,
  #featureArea0000000016 {
    display: block;
  }
}

#featureArea0000000023 {
  margin-top: 300px;
}
#featureArea0000000023 .m-featureSlide-container {
  max-width: unset;
  width: 50%;
  overflow: hidden;
}

.p-apple-tree-bg {
  position: relative;
  padding-top: 40px;
  margin-top: 28px;
}
.p-apple-tree-bg__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-apple-tree-bg__img-left, .p-apple-tree-bg__img-right {
  width: 25%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-apple-tree-bg__img-left, .p-apple-tree-bg__img-right {
    width: 100%;
    max-width: 40%;
  }
}
.p-apple-tree-bg__img-left {
  left: 0;
  -webkit-transform: translate(-10%, -180px);
          transform: translate(-10%, -180px);
}
@media screen and (max-width: 768px) {
  .p-apple-tree-bg__img-left {
    -webkit-transform: translate(-10%, -134px);
            transform: translate(-10%, -134px);
  }
}
.p-apple-tree-bg__img-right {
  right: 0;
  -webkit-transform: translate(10%, -180px) scale(-1, 1);
          transform: translate(10%, -180px) scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-apple-tree-bg__img-right {
    -webkit-transform: translate(10%, -134px) scalex(-1);
            transform: translate(10%, -134px) scalex(-1);
  }
}

.p-gs-gold-logo {
  max-width: 440px;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .p-gs-gold-logo {
    position: relative;
    width: 80%;
    margin-top: 24px;
  }
}

.p-top-product-list {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-product-list {
    margin-top: 60px;
  }
}
.p-top-product-list .p-assorted .p-assorted__list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-assorted .p-assorted__list {
    grid-template-columns: 1fr;
  }
}
.p-top-product-list .p-assorted .p-assorted__img {
  aspect-ratio: 656/393;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-top-product-list .p-regular {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-regular {
    margin-top: 60px;
  }
}
.p-top-product-list .p-regular__list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-regular__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 3.2rem;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}
.p-top-product-list .p-regular .p-regular__img {
  aspect-ratio: 309/248;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-product-list .p-seasonal {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-seasonal {
    margin-top: 60px;
  }
}
.p-top-product-list .p-seasonal__list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-seasonal__list {
    grid-template-columns: 1fr;
    padding-inline: 5vw;
  }
}
.p-top-product-list .p-seasonal .p-seasonal__img {
  aspect-ratio: 656/393;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-product-list .p-flex-container {
  width: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5vw;
  margin: 0 auto;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-flex-container {
    margin-top: 60px;
    grid-template-columns: 1fr;
    padding-inline: 5vw;
  }
}
.p-top-product-list .p-baked-sweets__list {
  grid-template-columns: repeat(2, 1fr);
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-top-product-list .p-baked-sweets__list {
    gap: 1.6rem;
  }
}
.p-top-product-list .p-baked-sweets__img {
  aspect-ratio: 309/248;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-product-list .p-organic__list {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-inline: 0;
}
.p-top-product-list .p-organic__img {
  aspect-ratio: 618/240;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.p-page-productDetail {
  padding-inline: 2.5vw;
}

.p-product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-product-swiper {
  width: 51.6%;
  border-bottom: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-product-swiper {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-product-swiper__img {
  width: 100%;
  height: auto;
  display: block;
  height: auto;
  aspect-ratio: 681/550;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-product-swiper__img {
    aspect-ratio: 163/110;
    margin-bottom: 0;
  }
}
.p-product-swiper__list {
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-product-swiper__list {
    display: none;
  }
}
.p-product-swiper__item {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
.p-product-swiper__item.thumbnail-visible {
  display: none;
}
.p-product-swiper .m-productDetailImg-slideController__prev,
.p-product-swiper .m-productDetailImg-slideController__next {
  background-color: inherit;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-product-swiper .m-productDetailImg-slideController__prev,
  .p-product-swiper .m-productDetailImg-slideController__next {
    display: block;
  }
}
.p-product-swiper .m-productDetailImg-slideController__prev {
  left: 0rem;
}
.p-product-swiper .m-productDetailImg-slideController__next {
  right: 0rem;
}

.p-product-summary {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-product-summary {
    width: auto;
    padding-inline: 4vw;
  }
}

.p-product-textarea__catchphrase {
  font-weight: 600;
  font-size: clamp(1.6rem, 1.429rem + 0.48vw, 2rem);
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-product-textarea__catchphrase {
    text-align: center;
  }
}
.p-product-textarea__name-en {
  font-weight: 600;
  font-size: clamp(1.6rem, 1.229rem + 0.48vw, 1.8rem);
  line-height: 1.2;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-product-textarea__name-en {
    text-align: center;
  }
}
.p-product-textarea__name-ja {
  font-weight: 600;
  font-size: clamp(1.6rem, 1.429rem + 0.48vw, 2rem);
  line-height: 1.2;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-product-textarea__name-ja {
    text-align: center;
  }
}
.p-product-textarea__price {
  font-weight: 400;
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.029rem + 0.48vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-product-textarea__price {
    margin-top: 20px;
  }
}
.p-product-textarea__detail {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-product-textarea__detail {
    font-size: clamp(1.4rem, 1.054rem + 0.45vw, 1.6rem);
  }
}

.p-product-delivery {
  background-color: #d5d5d5;
  padding: 8px 10px;
  margin: 30px 4px;
  border-radius: 8px;
}
.p-product-delivery__title {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-product-delivery__title {
    font-size: clamp(1.2rem, 1.544rem + 0.45vw, 1.6rem);
  }
}

.p-product-stock {
  color: #b3af54;
  padding-top: 16px;
}

.p-product-option {
  margin-top: 20px;
}
.p-product-option__title {
  font-size: clamp(1.4rem, 1.314rem + 0.24vw, 1.6rem);
  font-weight: 600;
}
.p-product-option__item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 100%));
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-product-option__item {
    margin-top: 12px;
  }
}
.p-product-option__giftwrapping span {
  font-size: 14px;
}

.p-product-inputarea__quantity-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-product-inputarea__cart-button {
  font-size: clamp(1.5rem, 0.955rem + 1.7vw, 1.6rem);
  padding: 12px 8vw;
  font-weight: 400;
  border-radius: 0px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000000;
  margin: 11px 0 24px 0;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
}
.p-product-inputarea__cart-button.disabled {
  opacity: 0.5;
  background-color: #a29d9d;
  border: #a29d9d 1px solid;
  pointer-events: none;
  color: #000;
}
.p-product-inputarea__cart-button:hover {
  background-color: #b11919;
  border: 1px solid #b11919;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-product-inputarea__cart-button {
    width: 100%;
  }
}

.p-product-bottom {
  /*BACKボタン*/
}
.p-product-bottom__text-pc {
  margin: 60px auto 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-product-bottom__text-pc {
    display: none;
  }
}
.p-product-bottom__text-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-product-bottom__text-sp {
    display: block;
    margin-top: 32px;
    font-size: clamp(1.2rem, 1.054rem + 0.45vw, 1.6rem);
  }
}
.p-product-bottom__back-button-link {
  display: block;
  margin: 80px auto;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .p-product-bottom__back-button-link {
    width: 163px;
    height: 45px;
    margin: 40px auto;
  }
}
.p-product-bottom__back-button-container {
  display: none;
}
.p-product-bottom__back-button {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 250px;
  font-size: 0;
}
.p-product-bottom__back-button-img {
  background-image: url(../img/customize/product/back_button.png);
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-product-bottom__back-button-img {
    width: 163px;
    height: 45px;
  }
}
.p-product-bottom__back-button-img:hover {
  background-image: url(../img/customize/product/back_hover.png);
}

.p-product {
  /*商品詳細　W2コード*/
}
.p-product select,
.p-product .c-productSkuQuantity input.c-productSkuQuantity__input {
  font-size: 1.4rem;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
}
.p-product .m-productSkuDropdown {
  border-top: none;
  padding-top: 0;
}
.p-product .m-productSkuDropdown-buyStep {
  margin-top: 20px;
}
.p-product .m-productSkuDropdown-buyStep__title {
  width: auto;
}
.p-product .m-supplementaryInfo {
  background: none;
  padding: 20px 0 0;
  margin-top: 0;
}
.p-product .m-formInputArea-item {
  margin-bottom: 20px;
}
.p-product .c-formInput-itemTitle {
  font-size: clamp(1.4rem, 1.314rem + 0.24vw, 1.6rem);
  font-weight: 600;
}
.p-product .p-productSkuBottomBtn {
  margin-top: 0;
}
.p-product .p-productSkuBottomBtn__cart-maxSellError {
  padding-left: 0;
  font-size: 1.6rem;
}
.p-product .c-formInput-item__block-item {
  font-size: clamp(1.4rem, 1.054rem + 0.24vw, 1.6rem);
}
.p-product input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
}
.p-product .p-productSkuBottomBtn__cart {
  width: 100%;
}
.p-product .m-productSkuDropdown-buyStep + .m-productSkuDropdown-buyStep {
  margin-top: 0;
}

.p-productListHeading-head,
.p-productListHeading {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .p-productListBody {
    padding: 0;
  }
}

.p-productList-foot {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-productList-foot {
    margin-bottom: 4rem;
    padding-bottom: 3.7rem;
  }
}

/* ========================================
   ▼ 共通パーツ
======================================== */
@media screen and (max-width: 768px) {
  .m-formHeading-head__title {
    padding-left: 0;
  }
}
.m-formHeading-body, .m-formHeading-body__lead {
  margin-inline: 0;
  font-size: clamp(1.4rem, 1.3296rem + 0.19vw, 1.6rem);
  border-bottom: none;
}

.m-orderSectCol {
  padding-left: 0;
  border-top: 0;
}
.m-orderSectCol-wrap:last-child {
  border-bottom: none;
}
.m-orderSectCol .c-orderSectCol-radioItem {
  border-top: none;
}

.m-orderProductSectBox {
  border-top: none;
}
.m-orderProductSectBox-item {
  width: 100%;
}
.m-orderProductSectBox-item__pictureWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24rem;
          flex: 0 0 24rem;
}
.m-orderProductSectBox-item__picture img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-orderProductSectBox-itemDetail {
    display: block;
    margin-top: 1.8rem;
  }
}
.m-orderProductSectBox-itemDetail__title {
  font-size: clamp(1.4rem, 1.2592rem + 0.38vw, 1.6rem);
  font-weight: 600;
}
.m-orderProductSectBox-itemDetail__info:not(:first-child) {
  margin-top: 1.6rem;
}

.s-orderContent-cartGroup .m-cartNum-title {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .s-orderContent-cartGroup .s-orderContent-cartGroup-body {
    padding-inline: 0;
  }
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-title {
  border-top: none;
  border-bottom: none;
  background-color: #b11919;
  color: #fff;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-title__price, .s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemPrice {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-title__subtotal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect .m-orderProductSect-itemQuantity + .m-orderProductSect-itemSubtotal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.8rem;
          flex: 0 0 7.8rem;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item {
  border-bottom: none;
  padding-left: 0;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item:first-child {
  border-top: none;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item__inner {
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item__pictureWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24rem;
          flex: 0 0 24rem;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item__picture::before {
  padding-top: 0;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-item__image {
  position: unset;
  width: 100%;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemDetail__title {
  font-size: clamp(1.4rem, 1.2592rem + 0.38vw, 1.6rem);
  font-weight: 600;
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemDetail__info:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemPrice {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemRemove {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemRemove__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: unset;
    gap: 12px;
    padding-inline: 0;
    width: unset;
    background-color: unset;
    border-radius: 0;
  }
  .s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemRemove__button::before {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.s-orderContent-cartGroup .s-orderContent-cartGroup-body .m-orderProductSect-itemRemove__text {
  display: block;
}
@media screen and (min-width: 992px) {
  .s-orderContent-cartGroup .s-orderContent-sepWrap__entry {
    width: 40%;
  }
  .s-orderContent-cartGroup .s-orderContent-sepWrap__info {
    width: 56%;
  }
}
.s-orderContent-cartGroup .s-orderContent-sepWrap .m-orderUseDiscount {
  border-top: unset;
}
.s-orderContent-cartGroup .s-orderContent-sepWrap .m-orderUseDiscount__canUsePoint-link {
  padding-bottom: 2px;
  color: #000 !important;
  font-weight: 500;
}
.s-orderContent-cartGroup .s-orderContent-sepWrap .m-orderUseDiscount-inputSelect__select {
  border-top: unset;
}

.s-orderContent-foot {
  border-top: none;
  padding-inline: 0;
}

/* ========================================
   ▼ カートページ
======================================== */
.p-cartNoveltySelect {
  border-bottom: none;
}
.p-cartNoveltySelect:not(:has(.m-orderProductSectWrapLine)) {
  padding: 0;
}

/* ========================================
   ▼ お届け先の入力
======================================== */
.p-page-orderShipping-delivary-schedule {
  margin-top: 1.6rem;
}
.p-page-orderShipping .p-orderShippingInfo {
  padding-inline: 0;
}
.p-page-orderShipping .c-orderSect-entry {
  border-top: none;
}

/* ========================================
   ▼ 注文内容の確認
======================================== */
.p-orderUserInfo {
  padding-inline: 0;
}

.m-orderInfoDetail {
  border-bottom: 0;
}

/* ========================================
   ▼ 注文内容確認画面 完了画面
======================================== */
.p-page-orderConfirm .m-orderProductSect-itemSubtotal,
.p-page-orderComplete .m-orderProductSect-itemSubtotal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
}

.m-formHeading-title {
  border-bottom: none;
}

.p-login-body {
  grid-template-columns: 52% 34%;
}
.p-login-body .p-login-form {
  padding-left: 0;
}
.p-login-body__social + .p-login-body__entry {
  border-top: none;
}

.p-login-foot {
  border-top: none;
}

/* ========================================
   ▼ 共通パーツ
======================================== */
.p-registForm__social {
  border: none;
}

.m-userSectForm-body--wide .c-userSect-entry,
.m-userSectForm-body .c-userSect-entry {
  border-top: none;
}

.m-userNav__title {
  background-color: #b11919;
  color: #fff;
}

.p-shippingList-info__body .c-userSectHeading__title .c-btn-fluid--gray-border::before,
.p-paymentList-info__body .c-userSectHeading__title .c-btn-fluid--gray-border::before {
  background: unset;
  -webkit-mask-image: url(../img/user/icon-check.svg);
          mask-image: url(../img/user/icon-check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}

.c-userSectHeading__title-primary {
  color: #b11919;
}

.p-myPage-recommendWrap {
  border-top: none;
}

.m-userSect-wrap,
.m-formHeading-onlyTitle {
  border-bottom: none;
}

/* ========================================
   ▼ マイページトップ
======================================== */
.p-myPage-pointInfo__point {
  color: #b11919;
}

/* ========================================
   ▼ 購入履歴一覧・詳細
======================================== */
.p-historyListChange {
  width: 100%;
}

.m-userSectCol {
  border-top: none;
}

.m-userProductSect-title {
  background-color: #b11919;
  border: none;
  color: #fff;
}

/* ========================================
   ▼ お友達紹介特典
======================================== */
.m-userSect__referralUrlCopy-button-wrap {
  margin-top: 0.8rem;
}

/* ========================================
   ▼ 会員情報登録
======================================== */
.p-userinfo__input-area-content:not(:first-child) {
  margin-top: 32px;
}

/* ========================================
   ▼ ソーシャルログイン連携
======================================== */
.p-socialLogin-item__media {
  width: 68.5%;
}

/*利用規約*/
.p-page-terms .p-terms-content__item:not(:first-of-type) {
  border-top: none;
}
.p-page-terms .p-terms-content__item-text:not(:first-child),
.p-page-terms .p-terms-content__item-detail-item {
  margin-top: 9.6px;
}
.p-page-terms .p-terms-content__item-text-wrapper {
  padding-left: 24px;
  margin-top: 0;
}
.p-page-terms .p-terms-content__item-text {
  list-style: decimal;
  font-size: clamp(1.2rem, 1.029rem + 0.48vw, 1.6rem);
}
.p-page-terms .p-terms-content__item-detail-item {
  list-style: circle;
  margin-left: 8px;
}

.p-page-law .p-law-item {
  border-bottom: solid 1px #000000;
  padding-block: 24px;
}
.p-page-law .p-law-content .c-page-subtitle {
  border-bottom: none;
  margin: 0 !important;
  font-size: clamp(1rem, 1.4rem + 0.24vw, 1.6rem);
}
.p-page-law .p-law-content .c-page-textcontent {
  font-weight: 400;
  line-height: 1.75;
  font-size: clamp(1.2rem, 1.028rem + 0.48vw, 1.6rem);
}
.p-page-law .p-law-content .p-low-returnContact {
  padding-top: 24px;
}

.p-page-privacy .p-privacy-content__item:not(:first-of-type) {
  border-top: none;
}
.p-page-privacy .p-privacy-content__item-text,
.p-page-privacy .p-privacy-content__item-text--counter {
  font-size: clamp(1.2rem, 1.029rem + 0.48vw, 1.6rem);
}
.p-page-privacy .p-privacy-content__item-text--counter li:not(:first-of-type) {
  margin-top: 28px;
}

.p-page-faq .p-faq-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-page-faq .p-faqNav {
  position: unset;
  width: 100%;
}
.p-page-faq .p-faqNav-menu {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-page-faq .p-faqNav-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
.p-page-faq .p-faqNav .c-userNav-link {
  display: block;
  border: #707070 solid 1px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 9.6px 0;
}
.p-page-faq .p-faqNav .c-userNav-link::after {
  display: none;
}
.p-page-faq .p-faqNav .c-userNav-link.focused {
  background-color: #E2E2E2;
  border: none;
}
.p-page-faq .p-faqBody {
  margin-top: 120px;
  width: 100%;
}
.p-page-faq .p-faq-section {
  display: none;
}
.p-page-faq .p-faq-section.visible {
  display: block;
}
.p-page-faq .p-faq-title {
  border-bottom: solid 1px black;
  font-size: clamp(1.6rem, 1.145rem + 1.21vw, 2.6rem);
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 28px;
}
.p-page-faq .p-faq-title--sub {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.745rem + 1.21vw, 2.2rem);
  background-color: inherit;
}
.p-page-faq .js-accordionContent div:not(:last-of-type) {
  margin-bottom: 0;
}
.p-page-faq .p-faq-description-wrapper {
  padding: 28px 0;
}
.p-page-faq .p-faq-description__text, .p-page-faq .p-faq-description__item {
  font-size: clamp(1.2rem, 1.017rem + 0.48vw, 1.6rem);
}
.p-page-faq .p-faq-description__text:not(:first-of-type) {
  margin-top: 28px;
}
.p-page-faq .p-faq-description__list {
  margin-left: 28px;
}
.p-page-faq .p-faq-description__list-detail {
  margin-left: 8px;
}
.p-page-faq .p-faq-description__item {
  list-style: disc;
}
.p-page-faq .p-faq-description__item--number {
  list-style: decimal;
}
.p-page-faq .p-faq-description__item--mt28 {
  margin-top: 28px;
}

.p-maintenance__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-maintenance__content-bg {
  position: relative;
  background-image: url(../../../../maintenance/IMG_4565-2.jpg);
}/*# sourceMappingURL=customize.css.map */