@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

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

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}

li {
  list-style: none;
}

a,
a:visited {
  color: inherit;
}

a {
  text-decoration: none;
}

h3 {
  border: none !important;
}

.product-template-granny-info {
  background-image: url(../../../uploads/2023/12/bg.png);
}

.wp-block-button__link.has-white-color.has-text-color.has-link-color.has-border-color.wp-element-button {
  font-family: "Yu Gothic", sans-serif;
  letter-spacing: 0.2em;
}

.wp-block-post-terms__prefix {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 30px;
  color: #4B2000;
}

.sme-line-height strong,
.sme-font-size {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}

.c-container,
.c-fluid-container {
  padding-left: 0;
  padding-right: 0;
}

.is-layout-constrained > h2,
.is-layout-flow > h2,
.wp-block-latest-posts__post-full-content > div:not([class]) > h2,
.wp-block-latest-posts__post-full-content > h2,
.wp-block-media-text__content > h2 {
  background-color: initial !important;
  border-left: none !important;
  color: inherit;
  padding: inherit;
}

header .c-row {
  padding-inline: 20px !important;
}

.woocommerce-product-gallery__image--placeholder {
  display: none;
}

@media screen and (max-width: 768px) {
  .apple-tree02__right.apple-tree02__img.__info {
    transform: translate(62px, -157px) scaleX(-1);
  }
}

@media screen and (max-width: 768px) {
  .apple-tree02__left.apple-tree02__img.__info {
    transform: translate(-62px, -157px);
  }
}

l-contents__body .l-contents__inner {
  padding-top: 43px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  l-contents__body .l-contents__inner {
    padding-top: 24px !important;
  }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  font-size: 0.875rem;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
  margin-right: 0 !important;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.__none {
  display: none;
}

.none {
  display: none !important;
}

.p-home-fv__img {
  max-height: 50px;
}

.p-home-information-new__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__inner {
    flex-direction: column;
  }
}
.p-home-information-new__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-information-new__imgBody {
  flex: 6;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__imgBody {
    width: 100%;
  }
}
.p-home-information-new__imgBody .c-icon-notice {
  right: 0;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  width: 104px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__imgBody .c-icon-notice {
    width: 57px;
    height: 50px;
  }
}
.p-home-information-new__txt {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  writing-mode: vertical-lr;
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 7.281vw;
  line-height: 0.75 !important;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__txt {
    font-size: 12vw;
  }
}
.p-home-information-new__txtBody {
  flex: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding-left: 3vw;
  padding-right: 3vw;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__txtBody {
    width: 100%;
    padding: 1em 5vw;
  }
}
.p-home-information-new__desc {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(1.125rem, 0.964rem + 0.71vw, 1.5rem);
}
.p-home-information-new__link {
  width: fit-content;
  border: solid 1px #000000;
  border-radius: 120px;
  padding: 8px 40px;
  margin-top: 3vw;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__link {
    width: 70%;
    margin-inline: auto;
    text-align: center;
    margin-top: 16px;
    margin-left: inherit;
  }
}
.p-home-information-new__link:hover {
  background-color: #b11919;
  border: solid 1px #b11919;
  color: #fff;
}

.p-home-information__head3 {
  margin-top: 92px !important;
  margin-bottom: 63px !important;
  text-align: center;
  padding-inline: 5vw;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-home-information__head3 {
    margin-top: 40px !important;
    margin-bottom: 8px !important;
  }
}

.p-home-information-slider {
  --max-width: 380px;
  --max-width-sp: 100%;
  max-width: calc(var(--max-width) * 4 - 32px) !important;
  overflow: hidden;
  margin: 0 auto !important;
  position: relative;
}
.p-home-information-slider #swiperHome {
  padding-inline: 16px;
}
@media screen and (max-width: 768px) {
  .p-home-information-slider {
    max-width: var(--max-width-sp) !important;
  }
}
.p-home-information-slider__txtBody {
  margin-top: 16px;
  padding-inline: 8px;
}
.p-home-information-slider__desc {
  margin-top: 12px;
  font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}
.p-home-information-slider .swiper-wrapper {
  display: flex;
  width: 100%;
  margin-inline: auto;
  padding: 24px 16px;
}
.p-home-information-slider .swiper-slide {
  width: 25%;
  max-width: var(--max-width);
  height: 100%;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-information-slider .swiper-slide {
    width: calc(80% - 8px) !important;
    max-width: var(--max-width-sp) !important;
    padding-right: 0;
  }
}
.p-home-information-slider__img {
  aspect-ratio: 387/248;
  object-fit: cover;
  transition: all 0.3s;
}
.p-home-information-slider__img:hover {
  transform: scale(1.1);
}
.p-home-information-slider__img-body {
  overflow: hidden;
  max-height: 297px;
  max-width: var(--max-width);
}
@media screen and (max-width: 768px) {
  .p-home-information-slider__img-body {
    max-width: var(--max-width-sp);
  }
}
.p-home-information-slider .swiper-pagination-bullet {
  background: #957761;
}
.p-home-information-slider .swiper-pagination-bullet-active {
  background: #000;
}

.p-home-information__footer {
  --max-width: 380px;
  display: block;
  max-width: calc(var(--max-width) * 4 - 32px) !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .p-home-information__footer {
    margin: 40px auto 0 !important;
  }
}

.p-home-information__list-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-inline: 40px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-home-information__list-link {
    padding-inline: 5vw;
  }
}
.p-home-information__list-link:hover {
  color: #b11919;
}
.p-home-information__list-link:hover svg path {
  stroke: #b11919;
}
.p-home-information__list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
}

.p-home-msg,
.p-home-menu,
.p-home-shop {
  padding-top: 0 !important;
}

.p-home-goods {
  margin-top: 0 !important;
  padding-top: 0;
}
.p-home-goods__img-sp {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-goods__img-sp {
    margin-top: 0;
  }
  .p-home-goods__img-sp::before {
    content: "ORIGINAL GOODS";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    z-index: 99;
    font-family: "copperplate", serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    font-size: 2rem;
  }
}

.p-home-goods__img-sp {
  margin-top: 0 !important;
}
.p-home-goods__img-sp img {
  width: 100%;
}

.p-home-shop {
  padding-bottom: 0;
}

.p-home-shop__store-img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.p-home-shop-body {
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-shop-body {
    flex-direction: column;
  }
}

.p-home-shop__store {
  flex: 4;
}

.p-home-shopIcon {
  flex: 6;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.p-home-shopIcon__ttl {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  color: #fff;
  line-height: 1.2 !important;
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
}

.p-home-shopIcon__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  padding-inline: 2.5vw;
  grid-template-areas: inherit;
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__body {
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "pie box" "truck truck";
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__body .grid-pie {
    grid-area: pie;
  }
  .p-home-shopIcon__body .grid-box {
    grid-area: box;
  }
  .p-home-shopIcon__body .grid-truck {
    grid-area: truck;
  }
}

.p-home-shopIcon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 99%;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__link {
    background: inherit;
    border-radius: inherit;
    padding: 0;
  }
}
.p-home-shopIcon__link.__truckLink:hover .__truck {
  animation: moveRight 0.3s forwards;
}
.p-home-shopIcon__link.__truckLink:not(:hover) .__truck {
  animation: moveLeft 0.3s forwards;
}
.p-home-shopIcon__link.__pc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__link.__pc {
    display: none;
  }
}

.p-home-shopIcon__link__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__link__sp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: inherit;
    border: 1px solid #fff;
  }
  .p-home-shopIcon__link__sp:hover {
    opacity: 0.7;
  }
}

.p-home-shopIcon__img.__pie {
  transition: transform 0.3s ease;
  width: 90%;
}
.p-home-shopIcon__img.__pie img {
  padding-inline: 12px;
}
.p-home-shopIcon__img.__pie:hover {
  transform: rotate(13deg);
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__img.__pie:hover {
    transform: inherit;
  }
}
.p-home-shopIcon__img.__box {
  transition: transform 0.3s ease;
}
.p-home-shopIcon__img.__box:hover {
  transform: rotate(-13deg);
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__img.__box:hover {
    transform: inherit;
  }
}

.p-home-shopIcon__txt {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  line-height: 1.2;
  font-size: clamp(1.125rem, 0.964rem + 0.71vw, 1.5rem);
  text-align: center;
  margin-top: 1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home-shopIcon__txt.__pc {
    display: none;
  }
}
.p-home-shopIcon__txt.__sp {
  margin-top: 0;
  padding: 12px 0;
}

.p-home-shop-body-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-shop-body-sp {
    display: block;
    margin-top: 0 !important;
  }
}

.p-home-shop-icon__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-inline: 2.5vw;
}

.p-home-shop__store-img {
  height: 100% !important;
}
.p-home-shop__store-img img {
  height: 100%;
  object-fit: cover;
  max-height: 657px !important;
}

.p-home-shop-sp__store-wrap {
  padding: 0 !important;
  gap: 10px;
}

.p-home-shop-icon__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  padding-inline: 3vw;
}

.p-home-shop-icon__inner {
  align-items: center !important;
  justify-content: space-between;
}

.p-home-shop-icon__link {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-shop-icon__link {
    height: 100%;
  }
  .p-home-shop-icon__link figure img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-home-shop-icon__img img {
    width: 100% !important;
    margin: auto;
    max-width: 240px;
  }
}

.p-home-shop-icon__img .p-home-shop-icon__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-home-shop-icon__imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 99%;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 32px;
}

.p-home-shop__btn:hover .smb-btn__label {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-home-shop__btn .smb-btn__label {
    font-family: "copperplate", serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.p-home-shop-contact__inner {
  margin-inline: auto;
}
.p-home-shop-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-inline: auto;
  padding-top: 11px;
  padding-bottom: 12px;
  width: 80%;
  max-width: 400px;
  border: 1px solid #fff;
}
.p-home-shop-contact__link:hover {
  background-color: #fff;
}
.p-home-shop-contact__link:hover .c-txt-white {
  color: #b11919 !important;
}
.p-home-shop-contact__link:hover .p-home-shop-contact__link-icon path {
  fill: #b11919 !important;
}
.p-home-shop-contact__link-icon {
  padding-bottom: 3px;
}
.p-home-shop-contact__link span {
  display: block;
  text-align: center;
}

.p-home-information-new__txt {
  opacity: 0;
  transform: translateY(-100%);
  animation: slideInBottom 4.5s forwards;
}

.p-home-information-new__txt.show {
  opacity: 1;
}

.p-home-information-new__name {
  font-size: clamp(1.185rem, 0.786rem + 0.95vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-home-information-new__name {
    text-align: center;
  }
}

.p-home-information-new__desc {
  font-size: clamp(0.875rem, 0.768rem + 0.48vw, 1.125rem);
}

@media screen and (max-width: 768px) {
  .p-home-information-new__link {
    display: none;
  }
  .p-home-information-new__link-wrap {
    width: 100%;
  }
}

.p-home-msg {
  position: relative;
}
.p-home-msg__body {
  max-width: 1200px !important;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-home-msg__body {
    max-width: 440px !important;
    flex-direction: column;
  }
}
.p-home-msg__inner {
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-home-msg__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-msg__inner.__right {
    display: none;
  }
}
.p-home-msg__container {
  display: flex;
}
.p-home-msg__bg-img {
  aspect-ratio: 431/202;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100vw;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .p-home-msg__bg-img {
    height: 100%;
    background-size: contain;
    background-attachment: inherit;
  }
}
.p-home-msg__bg-img.__top {
  background-image: url(../../../uploads/2024/09/IMG_4565-2.jpg);
  background-size: cover;
}
.p-home-msg__bg-img.__bottom {
  background-image: url(../../../uploads/2024/07/p-home-msg__bg-img-sp-bottom.jpg);
  display: block;
  max-width: 100vw !important;
}
@media screen and (max-width: 768px) {
  .p-home-msg__bg-img.__bottom {
    display: none;
  }
}
.p-home-msg .c-title-mincho {
  line-height: 1.5;
}
.p-home-msg .c-txt-mincho:first-child {
  margin-top: 32px;
}
.p-home-msg .c-txt-mincho.u-txt-mt {
  margin-top: 16px;
}
.p-home-msg__desc {
  width: 90% !important;
  max-width: 435px !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .p-home-msg__desc {
    width: 100% !important;
    white-space: pre !important;
  }
}

@media screen and (max-width: 768px) {
  .p-home-menu__header-head {
    background-color: #b11919;
    color: #fff;
    padding: 12px 0 10px;
    text-align: center;
    font-family: "copperplate", serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    font-size: 1.81rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-home-menu__inner {
    padding-top: 0 !important;
    padding-inline: 0;
  }
}
.p-home-menu.__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-menu.__pc {
    display: none;
  }
}
.p-home-menu.__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-menu.__sp {
    display: block;
    padding-bottom: 0px !important;
  }
}
.p-home-menu__item figure {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .p-home-menu__img img {
    width: 100% !important;
  }
}
.p-home-menu__apple-img1, .p-home-menu__apple-img2, .p-home-menu__apple-img3 {
  width: 100% !important;
}
.p-home-menu__apple-img1 img, .p-home-menu__apple-img2 img, .p-home-menu__apple-img3 img {
  width: 100% !important;
}
.p-home-menu__bg-img {
  background-image: url(../../../uploads/2024/05/home-menu-img.png);
}
.p-home-menu__body {
  max-width: fit-content !important;
}
.p-home-menu__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 456px));
  column-gap: 16px;
  row-gap: 32px;
  width: fit-content;
  max-width: 1200px !important;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-menu__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr, 240px;
    column-gap: 0;
    width: 100vw;
    margin-top: 0 !important;
  }
}
.p-home-menu__list.__other {
  grid-template-columns: repeat(3, minmax(auto, 294px));
  max-width: 882px;
}
@media screen and (max-width: 1023px) {
  .p-home-menu__list.__other {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-menu__list.__other {
    grid-template-columns: repeat(2, 1fr);
    width: 100vw;
  }
}
.p-home-menu__item {
  position: relative;
  overflow: hidden;
}
.p-home-menu__item.__item-column {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-home-menu__item.__item-column {
    grid-column: 1/3;
    aspect-ratio: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-home-menu__item.__item-half-1column {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .p-home-menu__item.__item-half-2column {
    grid-column: 2/3;
  }
}
.p-home-menu__item-img img {
  aspect-ratio: 1/1;
}
.p-home-menu__txt-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-home-menu__txt-body {
    display: none;
  }
}
.p-home-menu__txt-body:hover {
  opacity: 1;
}
.p-home-menu__txt-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-home-menu__txt-inner {
    display: none;
  }
}
.p-home-menu__txt-sp-inner {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-menu__txt-sp-inner {
    display: block;
  }
}
.p-home-menu__txt-en {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.87rem;
  line-height: 1;
  white-space: nowrap;
}
.p-home-menu__txt-ja {
  margin-top: 16px;
  color: #fff;
  font-family: "copperplate", serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.4;
}
.p-home-menu__txt-sp-en {
  margin-top: 16px;
  color: #4B2000;
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.p-home-menu__txt-sp-en.__1column {
  font-size: 1.5rem;
}
.p-home-menu__txt-sp-ja {
  color: #4B2000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
}

.p-home-msg__gif-wrap {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.p-home-msg__gif {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-msg__gif {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .p-home-msg__gif img {
    display: block;
  }
}

.p-home-msg {
  padding-bottom: 120px;
}

.p-home-msg__img {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-home-msg__w-4 {
    width: 75%;
    display: block;
  }
}

.p-home-menu__sp-txt {
  display: none;
}

.c-page-ttl-copper.__information-list {
  text-align: center;
}

.p-story-information__page-ttl {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.136rem, 0.284rem + 3.79vw, 3.125rem);
  text-align: center;
  margin-top: 77px !important;
}
@media screen and (max-width: 768px) {
  .p-story-information__page-ttl {
    margin-top: 0px !important;
  }
}

.p-information-list {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  .p-information-list {
    margin-top: 52px !important;
  }
}
.p-information-list .smb-section__contents-wrapper {
  width: 100%;
}
.p-information-list__body {
  display: grid;
  grid-template-rows: auto;
}
.p-information-list__body .p-story-alliance__more {
  margin-top: auto;
  align-self: end;
}
.p-information-list__top-img {
  aspect-ratio: 1920/341;
  object-fit: cover;
  z-index: 2;
  margin-top: 62px;
}
.p-information-list__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 360px));
  grid-template-rows: auto;
  padding: 60px 5vw;
  max-width: calc(1380px + 5vw) !important;
  justify-content: space-around;
  row-gap: 80px;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-information-list__list {
    grid-template-columns: repeat(2, minmax(auto, 400px));
    column-gap: 8px;
    row-gap: 12px;
    padding: 16px 5vw;
  }
}
@media screen and (max-width: 460px) {
  .p-information-list__list {
    grid-template-columns: repeat(2, minmax(auto, 49%));
  }
}
.p-information-list__link {
  display: grid;
  gap: 0;
  position: relative;
}
.p-information-list__img {
  object-fit: cover;
  aspect-ratio: 374/228;
}
.p-information-list__ttl {
  padding: 16px 0 10px 0;
  font-size: clamp(0.563rem, 0.381rem + 0.91vw, 1.063rem);
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-information-list__ttl {
    padding: 16px 0px 0px 0px;
  }
}
.p-information-list__days {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-information-list__days {
    padding: 0px 0px 8px 0px;
    margin-bottom: 0px;
    margin-top: 12px;
  }
}
.p-information-list__more {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
@media screen and (max-width: 768px) {
  .p-information-list__more {
    font-size: 0.875rem;
    padding: 8px 0px 8px 0px;
  }
}

.p-information-list__popup-trigger {
  cursor: pointer;
}
.p-information-list__popup-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.p-information-list__popup-inner {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px;
  border-radius: 5px;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-information-list__popup-inner {
    width: 100%;
  }
}
.p-information-list__popup-close {
  position: absolute;
  top: -3px;
  right: 9px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

.p-product__days {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.893rem + 0.48vw, 1.25rem);
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-product__days {
    text-align: center;
  }
}
.p-product__name.__information {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.839rem + 0.71vw, 1.375rem);
}

.p-article-information__placeBox {
  width: fit-content;
  margin-inline: auto;
}

.p-article-information-info {
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-article-information-info {
    padding-top: 80px;
    padding-inline: 7vw;
  }
}
.p-article-information-info__container {
  position: relative;
  background-color: #FFF9F0;
  border-radius: 24px;
  padding-top: 80px;
  padding-bottom: 120px;
  padding-inline: 5vw;
  max-width: 867px !important;
}
@media screen and (max-width: 768px) {
  .p-article-information-info__container {
    border-radius: 5px;
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.p-article-information-info__wrap {
  padding-inline: 14vw;
  max-width: 720px !important;
}
@media screen and (max-width: 768px) {
  .p-article-information-info__wrap {
    margin-top: 0px !important;
    padding-inline: 7vw;
  }
}
.p-article-information-info__heading-img {
  position: absolute;
  min-width: 230px !important;
  max-width: 461px !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-article-information-info__heading-img {
    max-width: 75% !important;
  }
}
.p-article-information-info__heading-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-article-information-info__heading-img-simple {
    max-width: 75% !important;
  }
}
.p-article-information-info__heading-img-simple img {
  width: 100%;
  min-width: 230px !important;
  max-width: 461px !important;
}
.p-article-information-info__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.714rem + 0.71vw, 1.25rem);
  color: #000000;
  line-height: 1.4;
  text-align: center;
}
.p-article-information-info__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.p-article-information-info__ttl {
  font-size: clamp(0.75rem, 0.536rem + 0.95vw, 1.25rem);
  text-align: center;
  max-width: 580px;
}

.p-product-post__link:hover {
  opacity: 0.7;
}

.p-product-post__txtBtn {
  font-size: clamp(1rem, 0.821rem + 0.24vw, 1.125rem);
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0.15em;
  line-height: 1 !important;
  padding-top: 2px;
}

.p-article-store__header-img {
  padding-top: 67px !important;
}

.p-article-store__top-img {
  aspect-ratio: 649/393;
  object-fit: cover;
  max-height: 380px;
  width: 100%;
}

.p-store-attention {
  font-size: 14px;
}

.p-article-store__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  row-gap: 24px;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-article-store__list {
    display: none;
  }
}
.p-article-store__list-item {
  position: relative;
  font-size: 1.185rem;
  color: #794A27;
  width: fit-content;
  margin-top: 0 !important;
  padding-left: 28px;
}
.p-article-store__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url("../../../uploads/2024/04/apple-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.p-store-area-sub-ttl {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(0.875rem, 0.714rem + 0.71vw, 1.25rem);
}

.p-store-area-ttl {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(2.188rem, 1.518rem + 2.98vw, 3.75rem);
  line-height: 1.3;
}

.p-store-area-txt {
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
}

.p-article-store__top-img img {
  width: 100% !important;
}
.p-article-store__heading-img {
  padding-top: 40px;
}
.p-article-store__inner {
  padding-inline: 5vw;
  gap: 32px !important;
}
.p-article-store__wrap.__txt-body {
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .p-article-store__wrap.__txt-body {
    max-width: 100%;
  }
}
.p-article-store__img {
  max-width: 600px;
}
.p-article-store__area {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: center;
  column-gap: 24px;
  row-gap: 80px;
  padding-top: 62px;
}
@media screen and (max-width: 1023px) {
  .p-article-store__area {
    column-gap: 10px;
    row-gap: 32px;
  }
}
.p-article-store__area.__single {
  grid-template-columns: 1fr;
  padding-inline: 0;
}
.p-article-store__area .p-article-store__area-card-body {
  padding: 24px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .p-article-store__area .p-article-store__area-card-body {
    padding: 16px 0 0 0;
  }
}
.p-article-store__area .p-article-store__area-card-name-en {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 1.875rem;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .p-article-store__area .p-article-store__area-card-name-en {
    font-size: 0.875rem;
  }
}
.p-article-store__area .p-article-store__area-card-name-ja {
  font-size: 1.438rem;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .p-article-store__area .p-article-store__area-card-name-ja {
    font-size: 12px;
  }
}
.p-article-store__link {
  color: #000000;
}
.p-article-store__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  margin-top: 8px !important;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 99px;
  padding: 8px 48px 7px;
  text-align: center;
  width: fit-content;
  font-size: clamp(0.875rem, 0.634rem + 1.07vw, 1.438rem);
}
@media screen and (max-width: 1023px) {
  .p-article-store__btn {
    padding: 8px 80px;
    margin-top: 16px !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-article-store__btn {
    margin-inline: auto !important;
  }
}
.p-article-store__btn:hover {
  background-color: #4B2000;
  color: #fff;
}
.p-article-store__btn:hover .p-article-store__link {
  color: #fff !important;
}
.p-article-store__map {
  margin-top: 120px !important;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
@media screen and (max-width: 768px) {
  .p-article-store__map {
    margin-top: 60px !important;
  }
}
.p-article-store__map iframe {
  height: 100%;
  aspect-ratio: 1000/450;
}
.p-article-store__reservation {
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  padding-left: 5vw;
  padding-right: 5vw;
}
.p-article-store__area-img-body {
  position: relative;
}
.p-article-store__area-default-img {
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.p-article-store__area-default-img:hover {
  opacity: 0.75;
  z-index: -1;
}
.p-article-store__area-hover-img {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.p-article-store__area-hover-img:hover {
  background-color: white;
  opacity: 1;
  z-index: 99;
}

.p-article-store__footer {
  max-width: 1200px !important;
  padding-inline: 5vw;
}
.p-article-store__footer .p-article-store__list {
  row-gap: 32px;
  margin-top: 120px;
}
.p-article-store__footer .c-btn-back-img {
  margin: 92px auto 0;
}
@media screen and (max-width: 768px) {
  .p-article-store__footer .c-btn-back-img {
    display: block !important;
    margin: 40px auto 0;
  }
}

.p-store {
  padding-top: 60px !important;
}
@media screen and (max-width: 1023px) {
  .p-store {
    padding-top: 52px !important;
  }
}
.p-store-list {
  padding-inline: 5vw;
}
@media screen and (max-width: 1023px) {
  .p-store-list {
    padding-inline: 0;
  }
}
.p-store-wrap {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-store-wrap {
    padding-top: 60px;
  }
}
.p-store-wrap::first-child {
  padding-top: 0px;
}
.p-store-wrap.__pt-none {
  padding-top: 0px;
}
.p-store-wrap__single {
  padding-top: 140px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-store-wrap__single {
    padding-top: 60px;
    gap: 0px;
  }
}
.p-store-wrap__single-body {
  gap: 24px !important;
}
@media screen and (max-width: 768px) {
  .p-store-wrap__single-body {
    gap: 10px !important;
  }
}
.p-store-body {
  padding-inline: 5vw;
}

.p-store-list {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.p-store-list-header {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-store-list-header {
    padding-top: 52px;
  }
}
.p-store-list-header .p-item__category-ttl-sub {
  font-size: clamp(0.563rem, 0.199rem + 1.82vw, 1.563rem);
}
.p-store-list__apple-img {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .p-store-list__apple-img {
    max-width: 40px;
  }
}
.p-store-list .p-item__category-ttl {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-store-list .p-item__category-ttl {
    margin-top: 8px;
  }
}

.p-store__list-body {
  width: 100%;
  max-width: 1200px;
  margin-top: 120px !important;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-store__list-body {
    margin-top: 0px !important;
  }
}
.p-store__list-body .p-article-store__list {
  max-width: 1200px;
  margin-inline: auto;
}

.p-store-list-body {
  padding-top: 12px;
  padding-inline: 5vw;
}

.p-store__store-ttl {
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-store__store-ttl {
    padding-bottom: 12px;
    margin-inline: auto;
  }
}

.p-store-ttl {
  max-width: 1200px !important;
}
.p-store-ttl-en {
  font-size: 80px;
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 1023px) {
  .p-store-ttl-en {
    font-size: 2rem;
  }
}
.p-store-ttl-ja {
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .p-store-ttl-ja {
    font-size: 1rem;
  }
}

.p-store-areaName-en {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.5rem, 1.071rem + 1.9vw, 2.5rem);
  line-height: 1;
}
.p-store-areaName-ja {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
@media screen and (max-width: 1023px) {
  .p-store-areaName-ja {
    margin-top: 3px !important;
    line-height: 1.2;
  }
}

.p-article-store__area {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-article-store__area {
    row-gap: 40px;
  }
}

.p-article-store__area-default-img,
.p-article-store__area-hover-img {
  width: 100%;
  aspect-ratio: 1514/822;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-article-store__area-default-img,
  .p-article-store__area-hover-img {
    aspect-ratio: 155/115.19;
  }
}

.p-story {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .p-story {
    padding-top: 0 !important;
  }
}

.p-story-lead {
  font-size: clamp(1rem, 0.786rem + 0.95vw, 1.5rem);
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.p-story-howTo__header {
  max-height: 540px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.p-story-howTo__body {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .p-story-howTo__body {
    margin-top: 20px !important;
    padding-top: 0;
  }
}
.p-story-howTo__three {
  display: flex;
  align-items: center;
  padding-inline: 4vw;
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  .p-story-howTo__three {
    flex-direction: column !important;
    gap: 24px !important;
  }
}
.p-story-howTo__three-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-story-howTo__three-body {
    grid-template-columns: none;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 24px;
    width: 90%;
  }
}
.p-story-howTo__three-ttl {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  padding-left: 8px;
}
.p-story-howTo__three-txtbox.__sp {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
.p-story-howTo__three-txt {
  max-width: 340px !important;
  margin-left: 0px;
}
@media screen and (max-width: 1180px) {
  .p-story-howTo__three-txt {
    max-width: 800px !important;
  }
}
.p-story-howTo__three-desc {
  font-size: clamp(0.875rem, 0.821rem + 0.24vw, 1rem);
  width: 100%;
}
.p-story-howTo__three-circle {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  margin: auto;
}
.p-story-howTo__three-circle-body {
  margin-inline: auto;
}
.p-story-howTo__three-circle-txt {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}
.p-story-howTo__step {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
@media screen and (max-width: 768px) {
  .p-story-howTo__step {
    max-width: 490px;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}
.p-story-howTo__step-img.__first {
  max-width: 33%;
}
.p-story-howTo__step-img.__second {
  max-width: 35%;
}
.p-story-howTo__step-img.__three {
  max-width: 30%;
  display: flex;
  align-items: end;
  object-fit: contain;
  padding-bottom: 27px;
}
.p-story-howTo__step.__pc {
  padding-inline: 5vw;
  display: flex;
  gap: 20px !important;
}
@media screen and (max-width: 768px) {
  .p-story-howTo__step.__pc {
    display: none;
  }
}
.p-story-howTo__step.__sp {
  display: none;
  gap: 16px;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
@media screen and (max-width: 1023px) {
  .p-story-howTo__step.__sp {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .p-story-howTo__step.__sp {
    display: block;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-story-howTo__footer {
    padding-inline: 5vw;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.p-story-howTo__footer-inner {
  margin-top: 64px !important;
  margin-bottom: 40px !important;
  max-width: 1200px !important;
  gap: 32px !important;
}
@media screen and (max-width: 1023px) {
  .p-story-howTo__footer-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-story-howTo__footer-inner {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
    gap: 1rem !important;
  }
}
.p-story-howTo__footer .c-btn-page {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-story-howTo__footer .c-btn-page {
    max-width: 308px;
  }
}
.p-story-howTo.smb-btn__label {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 1.5rem;
}
.p-story-howTo.smb-btn__label .label-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 1.25rem !important;
}

.p-story-howTo-txt__body {
  margin-top: 60px !important;
  padding-left: 4vw !important;
  padding-right: 4vw !important;
  gap: 40px !important;
}
@media screen and (max-width: 768px) {
  .p-story-howTo-txt__body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.p-story-howTo-txt__inner {
  padding-left: 4vw !important;
  padding-right: 4vw !important;
}
@media screen and (max-width: 768px) {
  .p-story-howTo-txt__inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.p-story-howTo-txt__inner-pc {
  margin-top: 90px !important;
}
.p-story-howTo-txt__img img {
  aspect-ratio: 565/539;
  width: 100% !important;
}

.p-story__txtArea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-story__txtArea {
    padding-inline: 10px;
    width: 100%;
  }
}
.p-story__txtArea-inner {
  font-size: 0.875rem;
  margin-top: 64px !important;
}
@media screen and (max-width: 768px) {
  .p-story__txtArea-inner {
    margin-top: 40px !important;
    padding-right: 5vw !important;
    padding-left: 5vw !important;
  }
}
.p-story__txtArea-left {
  max-width: 565px !important;
  font-size: 0.875rem;
}
.p-story__txtArea-ttl {
  font-size: clamp(0.875rem, 0.607rem + 1.19vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-story__txtArea-ttl {
    margin-top: 0px !important;
  }
}

.p-story-alliance {
  padding-top: 73px !important;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-story-alliance {
    padding-top: 54px;
    padding-bottom: 0 !important;
  }
}
.p-story-alliance__header {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__header {
    margin-top: 40px !important;
    margin-bottom: 0;
    padding-top: 0 !important;
  }
}
.p-story-alliance__header__img {
  z-index: 1;
}
.p-story-alliance__header__img img {
  width: 100vw !important;
}
.p-story-alliance__page-ttl {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
}
.p-story-alliance__page-ttl.__ll {
  font-size: clamp(2rem, 1.518rem + 2.14vw, 3.125rem);
  width: fit-content;
  margin: auto;
}
.p-story-alliance__page-ttl-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.893rem + 0.48vw, 1.25rem);
}
.p-story-alliance__page-ttl-ja.__ll {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.p-story-alliance__lead {
  font-size: clamp(1rem, 0.464rem + 2.38vw, 2.25rem);
}
.p-story-alliance__lead-sub {
  font-size: clamp(0.875rem, 0.554rem + 1.43vw, 1.625rem);
  display: block;
}
.p-story-alliance__body-head {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  text-align: center;
  padding-inline: 5vw;
}
.p-story-alliance__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding: 60px 5vw;
  max-width: 1200px;
  justify-content: center;
  column-gap: 48px !important;
  row-gap: 80px;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__list {
    grid-template-columns: repeat(2, minmax(auto, 400px));
    column-gap: 12px !important;
    row-gap: 40px;
    padding: 16px 5vw;
  }
}
@media screen and (max-width: 460px) {
  .p-story-alliance__list {
    grid-template-columns: repeat(2, 50%);
  }
}
.p-story-alliance__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
}
.p-story-alliance__count {
  --aspect-ratio-width: 55;
  --aspect-ratio-height: 59;
  --aspect-ratio-width-sp: 31;
  --aspect-ratio-height-sp: 32;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  color: #fff;
  width: 100%;
}
.p-story-alliance__count::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background-image: url(../../../uploads/2024/05/alliance-apple-nunber.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5vw;
  max-width: 55px;
  height: 5vw;
  max-height: 59px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__count::before {
    transform: translate(-24%, -50%);
    width: 7vw;
    max-width: 31px;
    height: 7vw;
    max-height: 32px;
  }
}
.p-story-alliance__number {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -40%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.187rem;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__number {
    font-size: 0.875rem;
    transform: translate(-14%, -40%);
  }
}
.p-story-alliance__img {
  object-fit: cover;
  aspect-ratio: 436/318;
  width: 100%;
  height: 100%;
  display: block;
}
.p-story-alliance__ttl {
  padding: 16px 0 10px 0;
  font-size: clamp(0.75rem, 0.589rem + 0.71vw, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__ttl {
    padding: 16px 0px 0px 0px;
  }
}
.p-story-alliance__days {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
@media screen and (max-width: 768px) {
  .p-story-alliance__days {
    padding: 0px 0px 8px 0px;
  }
}
.p-story-alliance__more {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-story-alliance__more {
    font-size: 0.875rem;
    padding: 8px 0px 8px 0px;
  }
}

.p-alliance-article {
  padding-top: 67px !important;
}
@media screen and (max-width: 1023px) {
  .p-alliance-article {
    padding-top: 54px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-alliance-article__inner {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}
@media screen and (max-width: 768px) {
  .p-alliance-article__body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.p-alliance-article__txtBox {
  border: none;
}
.p-alliance-article__txt-body {
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-alliance-article__txt-body {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-alliance-article__wrap {
    padding-inline: 0;
  }
}
.p-alliance-article__img-wrap img {
  height: 100%;
}

.bg__alliance {
  padding-top: 22px !important;
  padding-bottom: 0 !important;
}

.p-story-alliance-header__img.__single {
  z-index: 999;
}
.p-story-alliance-header__img.__single img {
  width: 100vw !important;
}

.p-alliance-article__body {
  padding-top: 0px !important;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-alliance-article__body {
    padding-inline: 0;
  }
}
.p-alliance-article__body .c-btn-back__link {
  margin: 40px auto 0;
}

.p-alliance-article__inner {
  padding-inline: 5vw;
}

.p-alliance__ttl {
  font-size: clamp(0.75rem, 0.321rem + 1.9vw, 1.75rem);
}
@media screen and (max-width: 460px) {
  .p-alliance__desc {
    font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
  }
}

.p-alliance-article__txt-sp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 12px;
}

.p-recruit-title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  padding-top: 4px;
}

.p-recruit {
  padding-top: 60px !important;
}
@media screen and (max-width: 1023px) {
  .p-recruit {
    padding-top: 52px !important;
  }
}
.p-recruit-contact__header-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 1.875rem;
  color: #4B2000;
  text-align: center;
  display: block;
}
@media (max-width: 1023px) {
  .p-recruit-contact__header-ttl {
    display: none;
  }
}
.p-recruit-contact__header {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.5rem;
  padding-bottom: 8px;
  color: #000000;
  border-bottom: 1px solid #707070;
}

.c-ttl-gs-smart.__recruit {
  max-width: 630px;
}
@media screen and (max-width: 1023px) {
  .c-ttl-gs-smart.__recruit {
    width: 80%;
  }
}

.p-recruit-ttl-en {
  font-size: 80px;
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}
.p-recruit-ttl-ja {
  font-size: 34px;
}

.p-recruit__body-img img {
  max-height: 420px;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .p-recruit__body-img img {
    aspect-ratio: 43/16;
  }
}
.p-recruit-statue {
  padding-inline: 7vw;
}
.p-recruit-statue__desc-body {
  max-width: 64%;
}
@media screen and (max-width: 1023px) {
  .p-recruit-statue__desc-body {
    max-width: 100%;
  }
}
.p-recruit-statue__img {
  max-width: 34%;
}
@media screen and (max-width: 1023px) {
  .p-recruit-statue__img {
    display: none;
  }
}
.p-recruit-occupation {
  column-gap: 8px;
  padding-inline: 7vw;
}
@media screen and (max-width: 1023px) {
  .p-recruit-occupation {
    column-gap: 0;
    padding-inline: 0;
  }
}
.p-recruit-occupation__body {
  position: relative;
  overflow: hidden;
}
.p-recruit-occupation__txtBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  opacity: 0;
}
.p-recruit-occupation__txtBox:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit-occupation__txtBox {
    opacity: 1;
  }
}
.p-recruit-occupation__txt-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
}
.p-recruit-occupation__txt-ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 1.87rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit-occupation__txt-ja {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 1.275rem;
  }
}
.p-recruit-occupation__txt-en {
  margin-top: 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-occupation__txt-en {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-occupation__img img {
    aspect-ratio: 215/205;
    object-fit: cover;
  }
}

.p-recruit-statue__desc-body .c-txt-noto {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-statue__desc-body .c-txt-noto {
    padding-right: 0;
  }
}

.p-recruit__footer {
  padding-inline: 10vw;
}
@media screen and (max-width: 1023px) {
  .p-recruit__footer {
    padding-inline: 5vw;
  }
}
.p-recruit__footer-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 45px;
}
@media screen and (max-width: 1023px) {
  .p-recruit__footer-heading {
    font-size: 31px;
  }
}

.p-recruit-child {
  padding-inline: 5vw;
}
@media screen and (max-width: 1023px) {
  .p-recruit-child {
    padding-inline: 4vw;
  }
}
.p-recruit-child__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.893rem + 0.48vw, 1.25rem);
  padding-top: 20px;
}
.p-recruit-child__inner {
  max-width: 1200px !important;
  border: 5px solid #CCA065;
}
@media screen and (max-width: 768px) {
  .p-recruit-child__inner {
    border: 1px solid #CCA065;
  }
}
.p-recruit-child__heading {
  background-color: #CCA065;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.5rem);
  letter-spacing: 0.05em;
  padding-left: 2vw;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media screen and (max-width: 1023px) {
  .p-recruit-child__heading {
    flex-direction: column;
    padding: 8px;
  }
}
.p-recruit-child__heading-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
}
.p-recruit-child-txt__body {
  padding: 2vw 4vw 54px;
}
@media screen and (max-width: 1023px) {
  .p-recruit-child-txt__body {
    padding: 12px 10px;
  }
}

.p-recruit-child-desc__company-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #707070;
}

.p-recruit-child-job__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #707070 !important;
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}
.p-recruit-child-job__lead-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  color: #707070;
  margin-top: 16px !important;
}
.p-recruit-child-job__full-part-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #707070;
  margin-top: 0 !important;
}

.p-recruit-child__footer {
  margin-top: 0;
  padding-top: 0;
  padding-inline: 5vw;
}
@media screen and (max-width: 1023px) {
  .p-recruit-child__footer {
    padding-inline: 4vw;
  }
}
.p-recruit-child__footer .p-article-store__list {
  margin-top: 4.37rem !important;
  row-gap: 3.25rem;
}
.p-recruit-child-contact__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 1.25rem;
  max-width: 1000px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-child-contact__heading {
    font-size: 0.875rem;
    white-space: nowrap;
    margin-bottom: 16px !important;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product form.cart .button {
  margin-bottom: 24px !important;
}

.product-template-defa .l-container {
  background-image: url(../../../uploads/2023/12/bg.png);
  object-fit: cover;
}

.p-product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 30px;
  color: #4B2000;
  line-height: 1.5;
}

.p-product-category a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 30px;
  color: #4B2000;
}

.p-article-product__list {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  width: fit-content;
}

.p-article-product__quiche .p-article-product__card {
  width: calc(50% - 16px);
  max-width: 400px;
  margin-top: 80px;
}

.p-product-post__img {
  width: 100%;
  max-width: 427px;
  margin-top: 5rem;
}

.p-product-limited .swiper {
  padding-bottom: 0;
}
.p-product-limited.__pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-product-limited.__pc {
    display: block;
  }
}
.p-product-limited.__sp {
  display: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-product-limited.__sp {
    display: block;
  }
}
.p-product-limited .c-change-img__item-img {
  width: 100%;
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__trigger {
  display: none;
}

.p-product-limited__store-name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-product-limited__store-name {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    margin-top: 0px !important;
  }
}

.p-product-limited__product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  line-height: 1.3;
  font-size: clamp(1rem, 0.839rem + 0.71vw, 1.375rem);
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-product-limited__product-name {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
  }
}

.p-product-limited__inner {
  position: relative;
  gap: 40px;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-product-limited__inner {
    flex-direction: column;
    padding-inline: 0;
  }
}
.p-product-limited__inner-left {
  max-width: 52%;
}
.p-product-limited__inner-right {
  width: fit-content;
  max-width: 48%;
}

.p-product-limited__desc {
  margin-left: 0 !important;
  padding-inline: 5vw;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-product-limited__desc {
    width: 100%;
  }
}

.p-product-limited__desc-txt {
  font-size: clamp(0.625rem, 0.411rem + 0.95vw, 1.125rem);
}

.p-product-limited-list {
  margin-top: 64px !important;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  max-width: 1120px !important;
}
.p-product-limited-list .p-article-store__link {
  color: #000000;
}
.p-product-limited-list .p-article-store__list {
  margin-top: 40px !important;
}

.p-product-limited-post .c-btn-back {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .p-product-limited-post .c-btn-back {
    margin-top: 40px !important;
  }
}
.p-product-limited-post.__shinjuku .p-product-post__img {
  margin-top: 1rem;
}

.p-product-limited-list__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.25rem, 0.982rem + 1.19vw, 1.875rem);
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-product-limited-list__ttl {
    display: none;
  }
}

.p-product-limited__price {
  margin-top: 72px;
  font-size: clamp(0.625rem, 0.352rem + 1.36vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-product-limited__price {
    margin-top: 30px;
  }
}

.p-product-limited-list__collabo {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-product-limited-list__collabo {
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -113%);
    max-width: 75% !important;
  }
}
@media (max-width: 400px) {
  .p-product-limited-list__collabo {
    transform: translate(-50%, -228%);
  }
}

.p-product__category {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.839rem + 0.71vw, 1.375rem);
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-product__category {
    text-align: center;
  }
}

.p-product__season {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.839rem + 0.71vw, 1.375rem);
  color: #000000;
  line-height: 1.4;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-product__season {
    text-align: center;
  }
}

.p-product__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.839rem + 0.71vw, 1.375rem);
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-product__name {
    text-align: center;
  }
}

.p-product__desc {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  margin-top: 80px !important;
  margin-left: 0 !important;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-product__desc {
    padding-inline: 5vw;
    margin-top: 40px !important;
    width: 100%;
    padding-inline: 0;
  }
}
.p-product__desc.__cobbler, .p-product__desc.__quiche {
  width: fit-content;
  padding-inline: 0;
  margin-top: 32px !important;
}

.p-product__desc, .p-product__materials {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .p-product__materials {
    margin-top: 14px !important;
  }
}

.p-product__price, .p-product__date, .p-product__dealer, .p-product__materials {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.589rem + 0.71vw, 0.875rem);
  color: #000000;
}

.p-product__price {
  line-height: 2;
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .p-product__price {
    margin-top: 16px !important;
  }
}

.p-product__placeBox {
  width: 100%;
  padding-inline: 5vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

.p-product-post__online-link {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  background: #fff;
  padding: 12px 18px;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  margin-left: 0 !important;
  border-radius: 99px;
}
@media screen and (max-width: 768px) {
  .p-product-post__online-link {
    margin-top: 32px !important;
    margin-bottom: 40px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-product-post__online-link:hover {
  opacity: 0.7;
}

.p-product__img-sp {
  aspect-ratio: 163/110;
  object-fit: cover;
  object-position: 100% 100%;
}

@media screen and (max-width: 768px) {
  .p-product__date, .p-product__dealer {
    margin-top: 0px !important;
  }
}
.p-product__date.__cobbler, .p-product__dealer.__cobbler {
  margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
  .p-article-product__quiche {
    display: none;
  }
}

.regular-quiche .c-btn-back {
  margin-top: 80px !important;
}

.p-article-product__link {
  position: relative;
  display: block;
}
.p-article-product__link img {
  object-fit: cover;
  aspect-ratio: 402/264;
  width: 100%;
}
.p-article-product__txtBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.p-article-product__txtBox:hover {
  opacity: 1;
}
.p-article-product__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
  color: #fff;
  text-align: center;
  max-width: 298px;
}

.c-decimal ol,
.c-decimal ul,
.c-decimal li {
  list-style: decimal;
}
.c-decimal .c-lower-alpha li {
  margin-left: 1.5em;
  list-style: none;
}

.c-page-ttl {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .c-page-ttl {
    margin-top: 40px !important;
  }
}
.c-page-ttl__wrap {
  padding-inline: 5vw;
}
.c-page-ttl-mincho {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
@media screen and (max-width: 1023px) {
  .c-page-ttl-mincho {
    font-size: 2rem;
  }
}
.c-page-ttl-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.25rem;
}
.c-page-ttl-copper {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(2rem, 0.714rem + 5.71vw, 5rem);
  line-height: 1.1;
}
.c-page-ttl-copper-s {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 4.06rem;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .c-page-ttl-copper-s {
    font-size: 2rem;
  }
}

.c-page-sub-ttl {
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .c-page-sub-ttl {
    margin-top: 8px !important;
  }
}
.c-page-sub-ttl-mincho {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-page-sub-ttl-mincho {
    margin-top: 24px !important;
    font-size: 1rem;
  }
}
.c-page-sub-ttl-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-page-sub-ttl-noto {
    font-size: 1.25rem;
  }
}
.c-page-sub-ttl-noto-ss {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-page-sub-ttl-noto-ss {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
  }
}
.c-page-sub-ttl-noto-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 2.37rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-page-sub-ttl-noto-en {
    font-size: 1rem;
  }
}
.c-page-sub-ttl-copper {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
  border: none !important;
}
@media screen and (max-width: 768px) {
  .c-page-sub-ttl-copper {
    white-space: normal;
  }
}
.c-page-sub-ttl.__howto {
  border: none;
  margin-top: 0px;
}

.c-heading-gold-frame {
  padding-inline: 5vw;
}

.c-heading-gold-frame__img img {
  width: 100% !important;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .c-heading-gold-frame__img img {
    max-width: 263px;
  }
}

.c-heading-gold-frame-ss {
  padding-inline: 5vw;
  max-width: 620px !important;
}

.c-heading-img {
  padding-inline: 5vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-heading-img {
    width: 80%;
  }
}
.c-heading-img img {
  margin-inline: auto;
  max-width: 550px !important;
}
@media screen and (max-width: 768px) {
  .c-heading-img img {
    max-width: 100% !important;
  }
}

.c-heading-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.87rem;
}
@media screen and (max-width: 768px) {
  .c-heading-noto {
    font-size: 1.375rem;
  }
}
.c-heading-noto-ss {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.455rem + 1.48vw, 1.563rem);
}
@media screen and (max-width: 768px) {
  .c-heading-noto-ss {
    font-size: 0.875rem;
  }
}
.c-heading-copper {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 2.81rem;
}
@media screen and (max-width: 768px) {
  .c-heading-copper {
    font-size: 2rem;
  }
}

.c-title-mincho {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-title-mincho {
    font-size: 1.275rem;
  }
}
.c-title-mincho-s {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-title-mincho-s {
    font-size: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .c-title-mincho-ss {
    font-size: 10px;
    font-family: "Shippori Mincho B1", serif !important;
    font-weight: 500 !important;
    font-style: normal;
    padding-top: 0px !important;
  }
}
.c-title-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1.275rem, 1.179rem + 0.43vw, 1.5rem);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title-noto {
    font-size: 1.275rem;
  }
}
.c-title-noto-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(1.275rem, 1.179rem + 0.43vw, 1.5rem);
}
@media screen and (max-width: 460px) {
  .c-title-noto-regular {
    font-size: 0.875rem;
  }
}
.c-title-noto-ecb {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-title-noto-ecb {
    font-size: 1.187rem;
  }
}
.c-title-copperplate {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 2.06rem;
}

.c-txt-mincho {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.c-txt-mincho br {
  display: block;
}
.c-txt-mincho br.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-txt-mincho br.pc-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-txt-mincho {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  .c-txt-mincho-ss {
    font-size: 10px;
    font-family: "Shippori Mincho B1", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    margin-top: 8px !important;
  }
}
.c-txt-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-txt-noto {
    font-size: 0.875rem;
  }
}
.c-txt-noto-mm {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-txt-noto-mm {
    font-size: 0.875rem;
  }
}
.c-txt-noto-s {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-txt-noto-s {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 13px;
  }
}
.c-txt-noto-m {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  line-height: 1.6;
}
.c-txt-noto-b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-txt-noto-b {
    font-size: 0.875rem;
  }
}
.c-txt-noto-b-ml {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1rem;
}
.c-txt-copperplate {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-txt-copperplate {
    font-size: 0.875rem;
  }
}
.c-txt-copperplate.__shop-icon {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-txt-copperplate.__shop-icon {
    margin-top: 0px;
  }
}
.c-txt-s {
  font-size: 80%;
}

.c-txt-blown {
  color: #4B2000;
}
.c-txt-blown-light {
  color: #794A27;
}
.c-txt-white {
  color: #fff !important;
}
.c-txt-gray {
  color: #707070 !important;
}

.c-head-frame {
  position: relative;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  border-radius: 0;
  padding: 4px 0;
  width: calc(100% - 5vw);
}
@media screen and (max-width: 768px) {
  .c-head-frame {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
.c-head-frame h2 {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  border-radius: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .c-head-frame h2 {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-head-frame h2 span {
    line-height: 1 !important;
  }
}

.c-btn-arrow-y {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-btn-arrow-y__icon svg {
  vertical-align: middle;
}
.c-btn-arrow-y__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1rem;
}

.c-btn-hover {
  border-radius: 100px;
}
.c-btn-hover span {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.c-btn-hover:hover {
  background-color: #fff;
}
.c-btn-hover:hover a span {
  color: #b11919 !important;
}

.c-btn-contact {
  text-transform: uppercase;
}

.c-btn-page {
  margin-inline: auto;
  width: 48%;
  color: #4B2000;
  border: 2px solid #4B2000;
  border-radius: 19px;
  padding: 1.11vw 1vw;
}
@media screen and (max-width: 1023px) {
  .c-btn-page {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-page {
    width: 100%;
    border-radius: 18px;
    padding: 16px 0;
  }
}
.c-btn-page:hover {
  color: #fff;
  background: #CCA065;
  border: 2px solid #CCA065;
}
.c-btn-page-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-btn-page-en {
  font-family: "copperplate", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1rem, 0.786rem + 0.95vw, 1.5rem);
}
.c-btn-page-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-btn-page-ja {
    font-size: 80%;
  }
}
.c-btn-page-ja-ss {
  font-size: clamp(0.625rem, 0.464rem + 0.71vw, 1rem);
}

.c-btn-back {
  max-width: 312px !important;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .c-btn-back {
    margin-top: 40px !important;
    padding-bottom: 32px;
  }
}

.c-btn-back__link {
  z-index: 1;
  display: block;
  width: 312px !important;
  height: 87px !important;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 40px auto 0 !important;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .c-btn-back__link {
    width: 163px !important;
    height: 45px !important;
    margin-inline: auto;
  }
}

.c-btn-back-img {
  background-image: url(../../../uploads/2024/06/back_button.png);
}
.c-btn-back-img:hover {
  background-image: url(../../../uploads/2024/06/back_hover.png);
}

.c-btn-back.__pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btn-back.__pc-none {
    display: block;
    margin-top: 0px !important;
  }
}

.c-btn-contact {
  width: 120px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  padding: 5px 24px 4px;
}
.c-btn-contact:hover {
  background-color: #fff;
  color: #b11919;
}
.c-btn-contact__link {
  white-space: nowrap;
}

.c-hover-decoration a:hover span {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .p-global-nav .c-navbar__subitem:hover > a {
    text-decoration: underline;
  }
}
.c-change-img__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 681/550;
}
.c-change-img__list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 16px;
}
.c-change-img__item {
  width: calc(33.3333333333% - 8px);
  height: auto;
  margin-top: 0 !important;
}
.c-change-img__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 163/110;
}

.c-page-top-img {
  width: 100vw;
}
.c-page-top-img.__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-page-top-img.__pc {
    display: none;
  }
}
.c-page-top-img.__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-page-top-img.__sp {
    display: block;
  }
}

.c-apple-tree {
  margin-top: 0 !important;
}

.c-cover-img img {
  width: 100vw !important;
  max-height: 570px;
  aspect-ratio: 16/5;
}

@media screen and (max-width: 768px) {
  .c-top-bg__appleTree2 {
    padding-bottom: 0px !important;
  }
}
.c-top-bg__appleTree2__body {
  position: absolute;
  height: 0 !important;
  top: -25%;
}
@media screen and (max-width: 768px) {
  .c-top-bg__appleTree2.__info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.c-top-bg__appleTree2 .apple-tree02 {
  padding: 0 !important;
}
.c-top-bg__appleTree2 .apple-tree02__img {
  width: 33%;
  max-width: 457px;
  transform: translateY(-10%);
}
@media screen and (max-width: 768px) {
  .c-top-bg__appleTree2 .apple-tree02__img {
    width: 100%;
    max-width: 280px;
  }
}
.c-top-bg__appleTree2 .apple-tree02__left {
  transform: translate(-91px, -163px);
}
@media screen and (min-width: 769px) {
  .c-top-bg__appleTree2 .apple-tree02__left__drink {
    transform: translate(-95px, -228px);
  }
}
@media screen and (max-width: 768px) {
  .c-top-bg__appleTree2 .apple-tree02__left {
    transform: translate(-62px, -133px);
  }
}
.c-top-bg__appleTree2 .apple-tree02__right {
  transform: translate(91px, -163px) scaleX(-1);
}
@media screen and (min-width: 769px) {
  .c-top-bg__appleTree2 .apple-tree02__right__drink {
    transform: translate(-52px, -228px);
  }
}
@media screen and (max-width: 768px) {
  .c-top-bg__appleTree2 .apple-tree02__right {
    transform: translate(62px, -133px) scaleX(-1);
  }
}

.c-border-box {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
.c-border-box__inner {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 800px;
}
.c-border-box__inner::before, .c-border-box__inner::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background: repeating-linear-gradient(-45deg, #000000, #000000 1px, transparent 2px, transparent 10px);
}
@media screen and (max-width: 768px) {
  .c-border-box__inner::before, .c-border-box__inner::after {
    height: 12px;
  }
}
.c-border-box__inner::before {
  top: 0;
}
.c-border-box__body {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}
.c-pagination .page-numbers {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 1.375rem;
  border-radius: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers {
    font-size: 0.875rem;
    width: 28px;
    height: 28px;
  }
}
.c-pagination .page-numbers:hover {
  color: #fff;
  border: 1px solid #707070;
  background-color: #707070;
}
.c-pagination .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #fff;
  border: 1px solid #fff;
  background-color: #707070;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers.current {
    font-size: 0.875rem;
    width: 28px;
    height: 28px;
  }
}
.c-pagination .prev-arrow,
.c-pagination .next-arrow {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.c-pagination .next-arrow {
  padding-left: 2px;
  padding-bottom: 1px;
  padding-top: 3px;
}
.c-pagination .prev-arrow {
  padding-left: 1px;
}

.c-post-navigation {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px !important;
}
.c-post-previous, .c-post-next {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-post-previous img, .c-post-next img {
  width: 40px;
  height: 42px;
}
.c-post-previous a, .c-post-next a {
  color: #794A27;
  font-size: 1.625rem;
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}

.c-icon-notice {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 999;
  padding-right: 4px;
  text-align: right;
  font-size: 1rem;
  width: 57px;
  height: 50px;
  color: #fff;
  background-image: linear-gradient(36deg, transparent 0%, transparent 50%, #FF0000 50%, #FF0000 100%);
}
@media screen and (max-width: 768px) {
  .c-icon-notice {
    right: 0;
  }
}

.c-top-bg__appleTree2.sp-none {
  margin-top: 0 !important;
}

.c-body-bg {
  padding-top: 0;
}

.c-top-bg__appleTree2.__item {
  padding-top: 0;
  padding-bottom: 0;
}

.c-top-bg__appleTree2.__item-drink {
  padding-top: 54px;
  padding-bottom: 115px;
}
@media screen and (max-width: 1023px) {
  .c-top-bg__appleTree2.__item-drink {
    padding-bottom: 24px;
  }
}

.c-top-bg__appleTree2 .apple-tree02__left.__item {
  transform: translate(-52px, -169px);
}
@media screen and (max-width: 1023px) {
  .c-top-bg__appleTree2 .apple-tree02__left.__item {
    transform: translate(-52px, -100px);
  }
}

.c-top-bg__appleTree2 .apple-tree02__right.__item {
  transform: translate(52px, -169px) scaleX(-1);
}
@media screen and (max-width: 1023px) {
  .c-top-bg__appleTree2 .apple-tree02__right.__item {
    transform: translate(52px, -100px) scaleX(-1);
  }
}

.c-top-bg__appleTree02 .apple-tree02__left.__item-qucihe {
  transform: translate(-52px, -71px);
}
@media screen and (max-width: 1023px) {
  .c-top-bg__appleTree02 .apple-tree02__left.__item-qucihe {
    transform: translate(-52px, -100px);
  }
}

.c-top-bg__appleTree02 .apple-tree02__right.__item-qucihe {
  transform: translate(52px, -71px) scaleX(-1);
}
@media screen and (max-width: 1023px) {
  .c-top-bg__appleTree02 .apple-tree02__right.__item-qucihe {
    transform: translate(52px, -100px) scaleX(-1);
  }
}

.p-item {
  padding-bottom: 0;
}
.p-item__category-ttl {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-item__category-ttl {
    letter-spacing: 0.01em;
  }
}
.p-item__category-ttl-s {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 2.812rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-item__category-ttl-s {
    font-size: 1.875rem;
  }
}
.p-item__frame {
  margin-bottom: 60px !important;
  margin-inline: auto;
}
.p-item__frame h2 {
  padding-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-item__frame h2 {
    padding-bottom: 21px;
  }
}
.p-item__frame::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 160%);
  width: 100%;
  max-width: 360px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .p-item__frame::after {
    width: 206px;
    height: 39px;
    transform: translate(-50%, 140%);
  }
}
.p-item__frame.summer::after {
  background: url("../../../uploads/2024/08/summer.png") no-repeat;
  background-size: contain;
}
.p-item__frame.autumn::after {
  background: url("../../../uploads/2024/08/autumn.png") no-repeat;
  background-size: contain;
}
.p-item__frame.winter::after {
  background: url("../../../uploads/2024/08/winter.png") no-repeat;
  background-size: contain;
}
.p-item__frame.spring::after {
  background: url("../../../uploads/2024/08/spring.png") no-repeat;
  background-size: contain;
}

.p-item {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .p-item {
    padding-bottom: 0 !important;
  }
}
.p-item .smb-section__inner {
  z-index: 2;
}
.p-item__list {
  z-index: 1;
  display: grid;
  column-gap: 18px;
  row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  padding: 60px 5vw;
  max-width: 840px !important;
}
@media screen and (max-width: 768px) {
  .p-item__list {
    column-gap: 8px;
    row-gap: 24px;
    padding: 16px 5vw;
  }
}
.p-item__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-item__img {
  object-fit: cover;
  aspect-ratio: 553/425;
  width: 100%;
  height: auto;
}
.p-item__ttl {
  background: #B87C3D;
  padding: 16px 14px 10px 14px;
  font-size: clamp(0.563rem, 0.321rem + 1.07vw, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-item__ttl {
    padding: 8px 10px 8px 10px;
    padding: 8px 10px 8px 10px;
    line-height: 1.2;
  }
}
.p-item__ttl-red {
  background: #b11919;
  padding: 16px 16px 14px 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-item__ttl-red {
    padding: 8px 10px 8px 10px;
  }
}
.p-item__single {
  width: 100%;
  max-width: 840px !important;
  padding: 0 5vw 60px;
}
@media screen and (max-width: 768px) {
  .p-item__single {
    padding: 0px 5vw;
  }
}
.p-item__single-link img {
  width: 100%;
  aspect-ratio: 1125/425;
  object-fit: cover;
}

.p-item-footer {
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .p-item-footer {
    padding-inline: 5vw;
  }
}
.p-item-footer__img {
  padding-top: 40px;
}
.p-item-footer.__pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-item-footer.__pc-none {
    display: block;
  }
}

.p-item__ttl.__ec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-item__single-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  color: #fff;
}

.cart-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 32px;
  height: 32px;
  border-radius: 99px !important;
}
@media screen and (max-width: 768px) {
  .cart-img {
    display: block;
    width: 24px;
    height: 24px;
  }
}
.cart-img img {
  margin-left: 2px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .cart-img img {
    margin-left: 0px;
    transform: translate(39%, 42%);
  }
}

@media screen and (max-width: 768px) {
  .p-item.__apple-pie {
    padding-top: 108px !important;
  }
}

.p-item-regular {
  max-width: 1200px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.p-item-regular__container {
  max-width: 1200px !important;
}

@media screen and (max-width: 768px) {
  .p-item-apple-cobbler__container {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}

.p-item__ttl-body {
  display: flex;
  flex-direction: column;
}

.p-item__ttl-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  color: #fff;
}
.p-item__ttl-txt.__store {
  font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  line-height: 1;
}
.p-item__ttl-txt.__product {
  font-size: clamp(0.563rem, 0.321rem + 1.07vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-item__ttl-txt.__product {
    padding-top: 2px;
    line-height: 1;
  }
}

.p-item-drink {
  margin-top: 0;
}

.p-item-regular-coffee {
  padding-top: 60px !important;
  padding-inline: 5vw !important;
}
@media screen and (max-width: 768px) {
  .p-item-regular-coffee {
    padding-top: 0px !important;
    margin-top: 50px;
  }
}

.p-item-coffee__txt {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item-coffee__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-item-coffee__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 11px;
  }
}

.p-item-coffee {
  --img-width: 420px;
  --img-width-sp: 210px;
  position: relative;
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .p-item-coffee {
    margin-top: 50px !important;
    padding-bottom: 0;
  }
}
.p-item-coffee__body {
  display: flex;
  flex-direction: row;
  max-width: 1200px !important;
  gap: 40px !important;
  justify-content: center;
  align-items: center !important;
  margin-top: 80px !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-item-coffee__body {
    gap: 12px !important;
    margin-top: 0px !important;
    padding-inline: 2.5vw;
  }
}
.p-item-coffee__body .c-title-mincho {
  font-size: clamp(0.625rem, 0.125rem + 2.5vw, 2rem);
}
.p-item-coffee__body .c-txt-mincho {
  padding-top: 32px;
  font-size: clamp(0.563rem, 0.267rem + 1.48vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-item-coffee__body .c-txt-mincho {
    padding-top: 16px;
    line-height: 1.5;
  }
}
.p-item-coffee__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  row-gap: 16px;
}
.p-item-coffee__desc-body {
  width: fit-content;
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-item-coffee__desc-body {
    max-width: calc(50% - 6px);
  }
}
.p-item-coffee__txt-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--img-width) !important;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-item-coffee__txt-img {
    transform: translate(-50%, -50%);
    padding-inline: 0;
    width: var(--img-width-sp) !important;
  }
}
.p-item-coffee__list {
  display: grid;
  column-gap: 24px;
  row-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  padding: 120px 5vw 40px;
  max-width: 1200px !important;
}
@media screen and (max-width: 768px) {
  .p-item-coffee__list {
    column-gap: 8px;
    row-gap: 24px;
    padding: 16px 5vw;
  }
}
.p-item-coffee__name {
  padding: 8px;
  background-color: #CCA065;
  color: #fff;
}

.p-item-store-original {
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-item-store-original {
    padding-top: 60px !important;
  }
}

.p-item-regular-coffee__attention {
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-item-regular-coffee__attention {
    font-size: 12px;
  }
}

.p-seasonal-drink {
  padding-top: 60px;
  padding-inline: 5vw;
}
.p-seasonal-drink__list {
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-seasonal-drink__list {
    padding-inline: 0;
  }
}
.p-seasonal-drink__img {
  max-width: 412px;
  width: 35vw;
  aspect-ratio: 492/428;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-seasonal-drink__img {
    aspect-ratio: 132/131;
    width: 34%;
  }
}
.p-seasonal-drink__body {
  background-image: url("../../../uploads/2024/06/seasonal-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1279/635;
  width: 100%;
  height: auto;
  transform: translateX(2%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3vw;
}
@media screen and (min-width: 1024px) {
  .p-seasonal-drink__body {
    width: calc(100% + 30px);
  }
}
.p-seasonal-drink__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8vw;
  margin-bottom: 3vw;
  width: calc(100% - 20px);
}
@media screen and (min-width: 1024px) {
  .p-seasonal-drink__inner {
    padding-left: 1vw;
  }
}
.p-seasonal-drink__wrap {
  max-width: 410px;
  width: 56%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.p-seasonal-drink__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.563rem, 0.037rem + 1.62vw, 1.25rem);
  margin-top: 1.85vw;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-seasonal-drink__txt {
    letter-spacing: 0.01em;
    margin-top: 4px;
  }
}
.p-seasonal-drink__txt.__price {
  margin-top: 2vw;
  font-size: clamp(0.563rem, 0.321rem + 1.07vw, 1.125rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-seasonal-drink__txt.__price {
    margin-top: 0;
  }
}
.p-seasonal-drink__txt.__desc {
  margin-top: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.563rem, 0.321rem + 1.07vw, 1.125rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-seasonal-drink__txt.__desc {
    letter-spacing: 0.01em;
  }
}
.p-seasonal-drink__state {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.25rem;
}
.p-seasonal-drink__desc-body {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-seasonal-drink__desc-body::before, .p-seasonal-drink__desc-body::after {
  display: block;
  content: "";
}

.p-item-seasonal-drink {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .p-item-seasonal-drink {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-item-seasonal-drink__attention {
    font-size: 12px;
  }
}

.c-border-box.__line {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}

.p-item-tea__head-body {
  padding-top: 50px;
}

.p-item-tea__img {
  width: 100%;
}

.p-item-tea__inner {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-item-tea__inner {
    display: none;
  }
}

.p-item-tea__ttl-ja {
  font-size: 2.125rem;
}
.p-item-tea__ttl-en {
  font-size: 3.875rem;
}

.p-item__category-ttl-sub {
  font-size: clamp(1.75rem, 1.659rem + 0.45vw, 2rem);
}

.p-item__category-ttl-sub {
  font-size: clamp(0.75rem, -0.015rem + 2.35vw, 1.75rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  text-align: center;
}

.p-item-tea-drw {
  max-width: 600px;
  margin-inline: auto;
  padding-inline: 5vw;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .p-item-tea-drw {
    margin-bottom: 16px !important;
  }
}
.p-item-tea-drw__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-item-tea-drw__btn {
    display: flex;
    padding-left: 12px;
  }
}

.p-item-tea-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-item-tea-nav {
    margin-top: 40px;
  }
}
.p-item-tea-nav__inner {
  margin-top: 40px;
}
.p-item-tea-nav__inner:first-child {
  margin-top: 0;
}
.p-item-tea-nav__ttl {
  text-align: center;
}
.p-item-tea-nav__desc {
  text-align: center;
  margin-top: 16px;
}
.p-item-tea-nav__list {
  margin-top: 24px;
  margin-inline: auto;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-item-tea-nav__list {
    margin-top: 16px;
  }
}
.p-item-tea-nav__item {
  margin-top: 8px;
}
.p-item-tea-nav__item:first-child {
  margin-top: 0;
}

.c-txt-noto.__item-tea {
  line-height: 2.4;
}
.c-txt-noto.__item-herb-tea {
  padding-top: 36px;
}

.p-item-shop-original {
  margin-top: 0 !important;
  padding-top: 0;
}
.p-item-shop-original .c-page-sub-ttl-copper.__mb {
  margin-bottom: 0;
}
.p-item-shop-original .c-page-sub-ttl-copper.__mt {
  margin-top: 24px;
}
.p-item-shop-original__container {
  max-width: 1100px !important;
  margin-top: 0 !important;
}
.p-item-shop-original__container.__mt {
  margin-top: 40px !important;
}

.p-item-qucihe {
  padding-bottom: 0;
  padding-top: 0;
}

.p-item-qucihe-list__body {
  margin-top: 0 !important;
}

.p-item__title__sub-txt__body {
  padding-top: 50px;
}

.p-item__title__sub-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}

.c-txt-noto.__tea-attention {
  margin-top: 32px;
}

.font-size-m {
  font-size: 75%;
}

.font-size-attention {
  font-size: 90%;
}

.font-size-xl {
  font-size: 200%;
}

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

.txt-nowrap {
  white-space: nowrap;
}

.txt-line-height {
  line-height: 3;
}

.section-container {
  margin: 0;
  width: 100vw;
}

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

.reverse {
  transform: scaleX(-1);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex-x {
  display: flex;
}

.flex-y {
  display: flex;
  flex-direction: column;
}

.top-0 {
  top: 0;
}

.width-full {
  width: 100%;
}
.width-full-vw {
  width: 100vw;
}

.container-1200 {
  max-width: 1200px;
}

.margin-none {
  margin: 0;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.px-desc {
  padding-inline: 16px !important;
}

.bg-white {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .bg {
    padding-top: 54px !important;
  }
}

.bg-apple-tree {
  position: relative;
}
.bg-apple-tree::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../uploads/2024/04/aple-tree-2.png");
}
.bg-apple-tree-s {
  position: relative;
}
.bg-apple-tree-s::after {
  position: absolute;
  content: "";
  top: -239px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../uploads/2024/04/aple-tree-2.png");
}

.bg-img-z-1::after {
  z-index: 1;
}
.bg-img-z-2::after {
  z-index: 2;
}
.bg-img-z-3::after {
  z-index: 3;
}

.border-none {
  border: none !important;
}

.wave {
  padding-top: 0;
}

.wave-mt {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .wave-mt {
    margin-top: 20px !important;
  }
}

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

.mx-auto {
  margin-inline: auto !important;
}

.mt-heading {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .mt-heading {
    margin-top: 60px;
  }
}

.mb-93 {
  margin-bottom: 93px !important;
}
@media screen and (max-width: 768px) {
  .mb-93 {
    margin-bottom: 8px !important;
  }
}

.pt-16 {
  margin-top: 16px !important;
}

.px-5vw {
  padding-inline: 5vw;
}

.sp-none {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

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

.u-img-width {
  max-width: 197px;
}

.u-border-none > div {
  border: none;
}

.u-container-px {
  padding-inline: 5vw;
}

.mt-40 {
  margin-top: 40px;
}

.u-red {
  color: red;
}

.u-underline {
  text-decoration: underline;
}

.js-accordion .l-header-nav__sub-list {
  display: none;
}
.js-accordion.active .l-header-nav__sub-list {
  display: block;
}

.scroll-rotate.rotated.__apple-pie {
  animation: rotateAnimation 2s ease 1s forwards;
}
.scroll-rotate.rotated.__box {
  animation: rotateAnimation 2s ease 1s forwards;
}

.scroll-rotate-pie.rotated {
  animation: rotateAnimation 1.7s ease 0.7s forwards;
}

.scroll-rotate-box.rotated {
  animation: rotateAnimation 1.7s ease 2.4s forwards;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-13deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes moveRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(120%);
  }
}
@keyframes moveLeft {
  from {
    transform: translateX(-120px);
  }
  to {
    transform: translateX(5%);
  }
}
@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper {
  padding-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 100%;
  width: 100%;
}
.swiper-button-next img,
.swiper-button-prev img {
  max-width: 200px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next,
.swiper-button-prev {
  top: 102%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: 20%;
  left: inherit;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 20%;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.52;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* slider */
.slider-container {
  position: relative;
  /* コンテナ内の要素を隠す */
  width: 100%;
  display: flex;
}

.slider_wrap {
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.slider_wrap-2 {
  position: absolute;
  right: 100vw;
}

.slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-fv-slider-container .swiper-button-prev,
.my-fv-slider-container .swiper-button-next {
  display: none;
}
.my-fv-slider-container .swiper-horizontal > .swiper-pagination-bullets,
.my-fv-slider-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.my-fv-slider-container .swiper-pagination-custom,
.my-fv-slider-container .swiper-pagination-fraction {
  bottom: -28px;
}
.my-fv-slider-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.my-fv-slider-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active,
.my-fv-slider-container .swiper-pagination-custom .swiper-pagination-bullet-active,
.my-fv-slider-container .swiper-pagination-fraction .swiper-pagination-bullet-active {
  background-color: #ACABAB;
}

.swiper.__limited .swiper-button-prev {
  top: 50%;
  right: 44%;
}
.swiper.__limited .swiper-button-prev::after {
  width: 18px;
  height: 18px;
  opacity: 1;
  background-image: url(../../../uploads/2024/05/arrow-prev.svg);
  background-repeat: no-repeat;
}
.swiper.__limited .swiper-button-next {
  top: 50%;
}
.swiper.__limited .swiper-button-next::after {
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  background-image: url(../../../uploads/2024/05/arrow-next.svg);
  background-repeat: no-repeat;
}

.swiper-pagination-progressbar {
  background: #fff;
  max-width: 600px;
  width: 40% !important;
  top: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #b11919 !important;
}

.search-inner {
  display: none;
}

.search-icon {
  display: block;
  width: 24px;
}

.search-icon.active {
  display: none;
}

.search-inner.active {
  position: relative;
  display: block;
  height: 24px;
}

.search-container {
  position: relative;
}

.search-form.active {
  width: 200px;
  /* 必要に応じて調整 */
}

.search-input {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
}

.search-button {
  position: absolute;
  top: 0;
  left: 0;
}

.search-button svg {
  width: 20px;
  height: 20px;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* header */
.h-cart__wrap {
  position: relative;
}

.c-drawer__inner {
  display: flex;
  flex-direction: column;
}

.c-drawer__menu {
  text-align: right;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-drawer__menu {
    text-align: center;
    width: fit-content;
  }
}

.c-drawer__item--has-submenu > a {
  padding-right: 0 !important;
  max-width: 100% !important;
}

body:not(.home) .l-header--sticky-overlay-colored-sm {
  background-color: #b11919;
}

.l-header.active {
  position: fixed;
}

.l-header-custom-ec-parts {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .l-header__content {
    background-color: #b11919;
  }
}

.page-online-shop .l-header__content {
  background-color: #fff !important;
}

header .c-row {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-right: 0;
  padding-bottom: 6px;
}

.c-row__col.c-row__col--fit:first-child {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .c-row__col.c-row__col--fit:first-child {
    flex: 3 1 auto;
    text-align: right;
  }
}

.c-row__col.c-row__col--fit.u-invisible-md-down {
  display: none;
}

.c-row__col.c-row__col--fit.u-invisible-md-down {
  padding: 0;
}

.c-drawer {
  width: 100vw !important;
}

.c-hamburger-btn__label {
  display: none;
}

.xoo-wsc-modal {
  padding-inline: 10px;
}

.h-cart__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-navbar span {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 6500;
  letter-spacing: 0.1em;
}

.l-header {
  overflow: initial !important;
}
.l-header span {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}
.l-header .c-row--margin-s {
  gap: 0 !important;
}

.xoo-wsc-icon-cart2:before {
  content: "" !important;
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(../../../uploads/2024/05/store-cart.svg);
  background-repeat: no-repeat;
}

.l-header-add-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header-add-menu {
    display: block;
    margin: auto;
  }
}

.l-header-custom-ec-parts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.store-cart {
  width: 16px;
  height: 16px;
}

.c-hamburger-btn__bar {
  height: 2px;
}

.custom-logo-link {
  display: block;
  width: fit-content;
}

.xoo-wsch-close.xoo-wsc-icon-cross::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../../uploads/2024/06/close-btn.svg);
  background-repeat: no-repeat;
}

.xoo-wsc-container {
  height: 100vh;
}

.xoo-wsc-product {
  border-bottom: initial !important;
  flex-direction: column !important;
}

@media (max-width: 768px) {
  .u-invisible-md-down .p-global-nav {
    display: none !important;
  }
  .u-invisible-lg-up {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .u-invisible-md-down .p-global-nav {
    display: block !important;
  }
  .u-invisible-lg-up {
    display: none !important;
  }
}
.l-header-nav__header {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.l-header-nav__container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .l-header-nav__container {
    display: none;
  }
}
.l-header-nav__body {
  margin-top: 24px;
}
.l-header-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-nav__list {
    margin-inline: auto;
    flex-direction: column;
  }
}
.l-header-nav__item {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header-nav__item {
    font-size: 1.125rem;
  }
}
.l-header-nav__item:hover {
  border-bottom: 1px;
}
.l-header-nav__item.__main-item {
  padding: 1rem;
}
.l-header-nav__item.__sub-item {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-inline: auto;
  width: fit-content;
}
.l-header-nav__item.__sub-item:hover {
  border-bottom: 1px solid #fff;
}
.l-header-nav__item.__sub-item:last-child {
  margin-bottom: 0;
}
.l-header-nav__item.__pc {
  position: relative;
}
.l-header-nav__sub-list {
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.l-header-nav__sub-list.__pc {
  position: absolute;
  z-index: 1;
  background: #b11919;
  transform: translateX(-50%);
  left: 50%;
  padding: 16px;
  min-width: 210px;
  display: none;
}
.l-header-nav__sub-list.__pc::before {
  content: "";
  display: block;
  background: #b11919;
  height: 0.8660254038rem;
  width: 1rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  transform: translateX(-50%);
  top: -12px;
  left: 50%;
}
.l-header-nav__link {
  font-size: 1.125rem;
  line-height: 1.3;
}
.l-header-nav__link.__pc {
  white-space: nowrap;
  text-align: center;
}
.l-header-nav__link.__single:hover {
  border-bottom: 1px solid #fff;
}

.l-header-nav__container {
  justify-content: space-between;
  width: 100%;
  padding-left: 2rem;
}

.l-header__online-btn {
  width: 77px;
  height: 77px;
}
.l-header__online-btn.__pc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header-nav__footer {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  padding-inline: 5vw;
  justify-content: space-between;
}
.l-header-nav__left-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-header-nav__sns-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.l-header-nav__sns-img {
  width: 28px;
  height: 28px;
}
.l-header-nav__logo-img {
  max-height: 92px;
}

/* hamburger */
.l-header .c-hamburger-btn__bar {
  background: #fff;
}

#menu-main-1 li,
#menu-main-1 li a:hover::after {
  margin: auto;
}

.quantity_badge {
  width: 100%;
  height: 100%;
  border-radius: 999;
  position: absolute;
  z-index: 3;
}

.l-header-online__logo {
  max-width: 30%;
  height: 135px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__logo {
    display: none;
  }
}
.l-header-online__logo-link {
  display: block;
  width: 161px;
  height: 135px;
  background-color: #b11919;
  padding: 20px 30px;
  margin-left: 0;
}

.l-header-online-nav__container {
  position: static;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.l-header-online__center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center {
    display: block;
    width: 100%;
  }
}
.l-header-online__center-img {
  max-width: 220px !important;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center-img {
    width: 33.33vw;
  }
}
.l-header-online__center-head {
  color: #000000;
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.25rem, 0.614rem + 3.18vw, 2.5rem);
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center-head {
    display: none;
  }
}
.l-header-online__center-nav-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center-nav-sp {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
}
.l-header-online__center-nav {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center-nav {
    display: none;
  }
  .l-header-online__center-nav.active {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.l-header-online__center-nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center-nav-list {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.l-header-online__center-nav-item {
  color: #000000;
}
.l-header-online__center-nav-link {
  font-size: 1rem;
}
.l-header-online__center-nav-link:hover {
  color: #b11919;
  border-bottom: 1px solid #b11919;
}
@media screen and (max-width: 1023px) {
  .l-header-online__center-nav-link {
    font-size: 1.5rem;
  }
}
.l-header-online__center-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-inline: 5vw;
}
.l-header-online__center .l-header-online__sp-hum {
  margin-left: 16px;
}

.l-header-online__center-head.__sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .page-online-shop-top .l-header-online__center-head.__sp {
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}

.l-header-online__right-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  height: fit-content;
  margin-right: 40px;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__right-list {
    display: none;
  }
}

.l-header-online__item:hover img {
  opacity: 0.5;
}
.l-header-online__item a {
  display: block;
  width: 23px;
}
.l-header-online__item img {
  width: 30px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__item img {
    width: 73%;
  }
}
.l-header-online__item .search-icon svg {
  width: 30px;
}
@media screen and (max-width: 1023px) {
  .l-header-online__item .search-icon svg {
    width: 73%;
  }
}
.l-header-online__item .xoo-wsc-icon-bag2:before {
  display: none;
}
.l-header-online__item .xoo-wsc-sc-bki {
  background-image: url(../../../uploads/2024/08/icon-shopping-bag.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .l-header-online__item .xoo-wsc-sc-bki {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
}

.xoo-wsc-sc-bki {
  color: #000000 !important;
}

.page-online-shop header {
  background-color: #ffffff !important;
}
.page-online-shop header .c-row {
  justify-content: space-between;
  padding-inline: 0px !important;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .page-online-shop header .c-row {
    margin-top: 0px;
  }
}
.page-online-shop .c-row__col.c-row__col--fit,
.page-online-shop .c-row__col.c-row__col--fit.u-invisible-md-down {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .js-close {
    display: none;
  }
  .js-close.active {
    display: block;
  }
  .js-open {
    display: none;
  }
  .js-open.active {
    display: block;
  }
}
.l-header-spMenu.active {
  height: 100svh;
  width: 100%;
  background-color: #fff;
}

.l-header-online__sp-ham {
  margin-left: 16px;
}
.l-header-online__sp-ham svg {
  height: auto;
}

.l-header-nav__footer.__online-shop {
  display: none;
}
.l-header-nav__footer.__online-shop.active {
  display: flex;
  padding-inline: 7vw;
}
.l-header-nav__footer.__online-shop .l-header-nav__left-body {
  gap: 16px;
}
.l-header-nav__footer.__online-shop .c-btn-contact {
  border: 1px solid #000000;
  padding: 5px 10px 4px;
}
.l-header-nav__footer.__online-shop .c-btn-contact__link {
  color: #000000;
}

/* footer */
footer {
  background-color: #b11919;
}

.l-footer--footer-1 .l-footer-widget-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.l-footer {
  padding-top: 24px;
  border: initial;
}
.l-footer .c-container.c-container--no-padding {
  max-width: 100% !important;
}

.l-footer--default .l-footer-widget-area {
  padding-bottom: 0;
  padding-top: 0;
}

.l-footer-inner {
  padding-inline: 4px;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-center-body {
    padding: 0;
  }
  .l-footer-left-body {
    margin-right: 8px;
  }
  .l-footer-right-body {
    margin-left: 8px;
  }
}

.l-footer-contact-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer-contact-list {
    flex-direction: column;
    width: 80%;
  }
}
.l-footer-contact-btn {
  width: 80%;
}
.l-footer-contact-btn a {
  padding-inline: 3vw;
}
@media screen and (max-width: 768px) {
  .l-footer-contact-btn {
    font-size: 10px;
  }
}

.l-footer-company {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  color: #fff;
}
.l-footer-company__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.625rem, 0.307rem + 1.59vw, 1.5rem);
}
.l-footer-company__link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.625rem, 0.352rem + 1.36vw, 1.375rem);
}

.l-footer-left-body {
  width: 100%;
}
.l-footer-left-body .l-footer-sns a:hover {
  opacity: 0.7;
}
.l-footer-left-body .l-footer-sns-contact {
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 7px 2vw 6px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer-left-body .l-footer-sns-contact {
    padding: 4px 2vw;
  }
}
.l-footer-left-body .l-footer-sns-contact:hover {
  background-color: #fff;
}
.l-footer-left-body .l-footer-sns-contact:hover .c-txt-white {
  color: #b11919 !important;
}
.l-footer-left-body .l-footer-sns-contact__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.447rem + 0.45vw, 1.125rem);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-footer-left-body .l-footer-sns-contact__txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-left-body .l-footer-sns-contact__txt {
    width: 80%;
  }
}

.l-footer-center-body {
  padding-top: 0 !important;
}

.l-footer-right-body {
  width: 80%;
  gap: 8px;
}
.l-footer-right__img-body:hover {
  opacity: 0.7;
}

.l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #fff;
  text-align: center;
  margin-top: 40px !important;
}
.l-footer__copy.__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__copy.__sp {
    display: block;
    font-size: 7px;
  }
}
.l-footer__copy.__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__copy.__pc {
    display: none;
  }
}

@media (max-width: 63.9375em) {
  .u-invisible-md-down {
    display: block !important;
  }
  .u-invisible-md-down .p-global-nav {
    display: none;
  }
}
.l-footer-page-top-link {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer-page-top-link {
    max-width: 80%;
    padding-top: 10px;
  }
}
.l-footer-page-top-link__txt {
  padding-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}

.l-footer-sns__img:hover {
  opacity: 0.7;
}

.l-footer-bottom__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  justify-content: center;
}
.l-footer-bottom__list a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.l-footer-bottom__list a:hover {
  opacity: 0.8;
}

.l-footer-bottom__item:first-child::before {
  content: none;
}
.l-footer-bottom__item:not(:last-child)::after {
  content: "/";
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__item:not(:last-child)::after {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

.page-online-shop figure {
  margin: 0;
}
.page-online-shop .l-footer-left-body .l-footer-sns-contact {
  padding: 9px 2vw 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-online-shop .l-footer-left-body .l-footer-sns-contact {
    padding: 2vw 2vw;
  }
}

.page-id-22 .l-contents__inner,
.page-id-23 .l-contents__inner,
.page-id-24 .l-contents__inner {
  padding-top: 120px;
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .page-id-22 .l-contents__inner,
  .page-id-23 .l-contents__inner,
  .page-id-24 .l-contents__inner {
    padding-top: 75px;
  }
}

l-contents__inner.p-account {
  padding-inline: 5vw;
}
l-contents__inner.p-account.woocommerce {
  max-width: 1200px !important;
  padding-inline: 5vw !important;
}

input,
select,
option {
  color: black;
}

.smb-section-with-bgimage__bgimage {
  background-color: initial;
}

.p-account {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.sonypayment_agreement_message {
  width: 100%;
}

.addresses {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 16px;
}

.woocommerce-column--billing-address address,
.woocommerce-column--shipping-address address {
  background-color: #fff;
}

label[for=mailchimp_woocommerce_is_subscribed],
label[for=mailchimp_woocommerce_is_unsubscribed],
label[for=mailchimp_woocommerce_is_transactional] {
  display: none !important;
}

.p-terms {
  padding-top: 60px;
}
.p-terms h2.wp-block-heading {
  padding: 0px;
  border-bottom: 1px solid #b11919;
}
.p-terms__ttl {
  margin-top: 120px !important;
}
.p-terms__txt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-terms__txt {
    max-width: 100%;
  }
}
.p-terms__txtBox {
  padding-left: 24px;
}
.p-terms__txtBox.__small {
  max-width: 100%;
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}
.p-terms__txtBox strong {
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}
.p-terms__container {
  padding-inline: 5vw;
}

.p-terms__container {
  padding-inline: 5vw;
}
@media screen and (max-width: 768px) {
  .p-terms__container {
    padding-inline: 0;
  }
}

.p-terms-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  padding: 60px 5vw 0px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-terms-header {
    padding: 40px 5vw 0px;
  }
}

.p-terms__headV1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-size: clamp(1.5rem, 0.857rem + 2.86vw, 3rem);
  text-wrap: inherit;
  text-align: center;
  padding-inline: 5vw;
  max-width: 1200px;
}

.p-terms__headV2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 1.5rem;
  text-wrap: inherit;
}
@media screen and (max-width: 768px) {
  .p-terms__headV2 {
    font-size: 1rem !important;
  }
}

.p-terms__header-txtBox {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-terms__header-txtBox {
    font-size: 0.75rem;
  }
}

.p-terms-body {
  max-width: 1200px;
  padding: 32px 5vw 72px;
}
@media screen and (max-width: 768px) {
  .p-terms-body {
    padding: 0px 5vw;
  }
}

.p-terms__wrap {
  margin-top: 64px !important;
}
@media screen and (max-width: 768px) {
  .p-terms__wrap p {
    font-size: 0.75rem;
  }
}

.p-terms__page-ttl {
  padding: 60px 0 0 !important;
}

.p-terms-legal-notice__txtBox {
  padding: 24px 16px 0;
  border-top: solid 1px #000000;
}
.p-terms-legal-notice__txtBox:last-child {
  border-bottom: solid 1px #000000;
  padding-bottom: 24px;
}

.p-terms-legal-notice__list {
  display: block !important;
  border-bottom: solid 1px #000000 !important;
  padding-block: 24px !important;
}
.p-terms-legal-notice__list th,
.p-terms-legal-notice__list td {
  width: 100%;
  display: block;
  border: none !important;
}
.p-terms-legal-notice__list .p-terms-legal-notice__ttl {
  padding: 0 0 8px 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.625rem, 0.875rem + 0.24vw, 1rem);
}
.p-terms-legal-notice__list .p-terms-legal-notice__desc {
  padding: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}
.p-terms-legal-notice__list pre {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
  white-space: pre-wrap !important;
  overflow-wrap: break-word !important;
}

.list-circle li {
  list-style: circle;
  margin-left: 8px;
}

.wp-block-heading.p-terms__page-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}

.p-terms__txtBox {
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}
.p-terms__txtBox li {
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}

.woocommerce-message {
  display: none;
}

.woocommerce-cart .c-entry__title {
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart_buyBtn {
    padding-inline: 5vw;
  }
}
.woocommerce-cart_buyBtn a {
  background-color: #b11919;
  border-radius: 6px;
  border-width: 0;
  color: #fff;
  line-height: inherit;
  padding-top: calc(var(--_padding-1) * 0.5);
  padding-right: var(--_padding-1);
  padding-bottom: calc(var(--_padding-1) * 0.5);
  padding-left: var(--_padding-1);
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.1s linear;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  mask-image: none !important;
  background-image: url("../../../uploads/2024/07/empty-icon.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: inherit !important;
  vertical-align: middle;
  width: 226px !important;
  height: 238px !important;
}

.wc-block-components-product-details__name {
  display: none !important;
}

.p-checkout .col-1,
.p-checkout .col-2 {
  background-color: #f6f5f8;
  padding: 8px 12px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-checkout .col-2 {
    margin-top: 24px;
  }
}
.p-checkout .woocommerce-message {
  display: none;
}
.p-checkout .woocommerce table.shop_table {
  border-radius: 8px;
}
.p-checkout th.product-name {
  border-right: solid 1px #fff;
}
.p-checkout th.product-name,
.p-checkout th.product-total {
  background-color: #b11919 !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .p-checkout .woocommerce form .form-row select {
    margin: 2px;
  }
}
.p-checkout .cart-subtotal th,
.p-checkout .woocommerce-shipping-totals th,
.p-checkout .order-total th {
  font-weight: 600 !important;
}
.p-checkout .woocommerce-Price-amount bdi {
  font-weight: 600 !important;
}
.p-checkout .order-total .woocommerce-Price-amount bdi {
  font-size: 110%;
}
.p-checkout dl.variation {
  font-size: 85%;
}
.p-checkout .woocommerce-privacy-policy-link,
.p-checkout .woocommerce-terms-and-conditions-checkbox-text {
  text-decoration: underline;
}
.p-checkout .woocommerce-privacy-policy-link:hover,
.p-checkout .woocommerce-terms-and-conditions-checkbox-text:hover {
  color: #b11919;
}

.wc-block-components-product-metadata__description {
  display: none;
}

.stock.out-of-stock {
  margin-top: 20px;
  order: 4;
}
@media screen and (max-width: 768px) {
  .stock.out-of-stock {
    text-align: center;
  }
}

.product_title {
  display: none !important;
}

.p-entry-content {
  margin-inline: auto;
}

.page-online-shop .type-product {
  padding-top: 16px;
}
@media screen and (max-width: 1023px) {
  .page-online-shop .type-product {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-online-shop .type-product {
    padding-top: 20px;
  }
}
.page-online-shop .p-woocommerce-single-main-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-online-shop .p-woocommerce-single-main-content {
    display: block;
    padding-inline: 0;
  }
}
.page-online-shop .woocommerce-product-gallery {
  width: 55% !important;
}
@media screen and (max-width: 768px) {
  .page-online-shop .woocommerce-product-gallery {
    width: 100% !important;
    aspect-ratio: 430/252;
    object-fit: cover;
  }
}
.page-online-shop .swiper {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .page-online-shop.woocommerce div.product div.images {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-online-shop.woocommerce div.product {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1023px) {
  .page-online-shop.woocommerce_before_single_product {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .page-online-shop .entry-summer {
    padding-inline: 4vw;
  }
}
.page-online-shop .entry-summary {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-online-shop .entry-summary {
    padding-inline: 4vw;
  }
}
.page-online-shop .minus {
  margin-right: 8px;
}
.page-online-shop .plus {
  margin-left: 8px;
}
.page-online-shop .quantity {
  height: 36px !important;
}
.page-online-shop .wqpmb_input_text {
  border: 1px solid #CCA065 !important;
  background: inherit !important;
  border-radius: 0px !important;
  font-size: 15px !important;
}
.page-online-shop .single_add_to_cart_button {
  margin-top: 11px !important;
}
.page-online-shop .woocommerce_single_product_summary {
  order: 1;
}
.page-online-shop .woocommerce_after_product_title {
  order: 2;
}
.page-online-shop .woocommerce_after_product_price {
  order: 3;
}
.page-online-shop .stock.in-stock {
  order: 4;
  padding-top: 16px;
}
.page-online-shop .cart {
  order: 5;
}
.page-online-shop .woocommerce_before_add_to_cart_form {
  order: 6;
}
@media screen and (max-width: 768px) {
  .page-online-shop .cart {
    display: flex;
    flex-direction: column;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-online-shop .qib-button-wrapper {
    float: left !important;
    justify-content: left !important;
  }
}
.page-online-shop .c-btn-back__link {
  display: block !important;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .page-online-shop .c-btn-back__link {
    margin-top: 44px;
    margin-bottom: 25px;
  }
}
.page-online-shop .l-contents__sidebar {
  display: none !important;
}
.page-online-shop .wsppcp_div_block {
  max-width: 100% !important;
}
.page-online-shop .quantity.wqpmb_quantity {
  height: 100% !important;
}

@media screen and (min-width: 1023px) {
  .slider-responsive-pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .slider-responsive-pc {
    display: none !important;
  }
}

.slider-responsive-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .slider-responsive-sp {
    display: block !important;
  }
}

.p-ec-product__category {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.768rem + 0.48vw, 1.125rem);
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-ec-product__category {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    margin-top: 24px;
  }
}

.p-ec-product__name-ja {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.893rem + 0.48vw, 1.25rem);
  line-height: 1.2;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-ec-product__name-ja {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    padding-top: 20px;
  }
}

.product_cat-baked-sweets .p-ec-product__name-ja {
  padding-top: 0;
  margin-top: 10px;
}

.p-ec-product__name-en {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.768rem + 0.48vw, 1.125rem);
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-ec-product__name-en {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    margin-top: 4px;
  }
}
.p-ec-product__name-en .p-online-title-break {
  font-weight: bold !important;
}

.p-ec-product__days {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1rem, 0.893rem + 0.48vw, 1.25rem);
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-ec-product__days {
    display: none;
  }
}

.p-ec-product__delivery-contents {
  padding: 8px 16px;
  margin: 4px;
  border-radius: 8px;
  background: #d5d5d5;
}
@media screen and (max-width: 768px) {
  .p-ec-product__delivery-contents {
    display: none;
  }
}
.p-ec-product__delivery_txt {
  font-weight: bold !important;
  letter-spacing: 4px;
}
.p-ec-product__delivery_note_txt {
  font-weight: bold !important;
  letter-spacing: 4px;
  color: #ff0000;
}

.product_cat-seasonal .p-ec-product__days {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product_cat-seasonal .p-ec-product__days {
    display: block;
    text-align: center;
  }
}

.product_cat-assorted-box .p-ec-product__days {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product_cat-assorted-box .p-ec-product__days {
    display: block;
    text-align: center;
  }
}

.p-ec-product__category-assort {
  margin-bottom: 8px;
}

.p-ec-product__price {
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}
@media screen and (max-width: 768px) {
  .p-ec-product__price {
    display: none;
  }
}

.p-ec-product__attention {
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
}
@media screen and (max-width: 768px) {
  .p-ec-product__attention {
    display: none;
  }
}

.p-ec-product__materials {
  font-size: clamp(0.75rem, 0.643rem + 0.48vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-ec-product__materials {
    display: none;
  }
}

.p-ec-product__flex-pc {
  display: block;
  padding-inline: 4vw;
}
@media screen and (max-width: 768px) {
  .p-ec-product__flex-pc {
    display: none;
  }
}
.p-ec-product__flex-pc .c-btn-back__link.c-btn-back-img {
  margin-top: 80px;
}

.p-ec-product__flex-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-ec-product__flex-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-ec-product__flex-sp .p-ec-product__desc_sp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 10.8px;
    color: #4B2000;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-ec-product__flex-sp .p-ec-product__price_sp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 10px;
    color: #4B2000;
  }
}
@media screen and (max-width: 768px) {
  .p-ec-product__flex-sp .p-ec-product__attention_sp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 10px;
    color: #4B2000;
  }
}
@media screen and (max-width: 768px) {
  .p-ec-product__flex-sp .p-ec-product__materials_sp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 10px;
    color: #4B2000;
    margin-bottom: 42px;
  }
}

.woocommerce div.product form.cart {
  margin-top: 16px !important;
}
.woocommerce div.product form.cart .button {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.938rem, 0.597rem + 1.7vw, 1rem);
  padding: 12px 8vw;
  text-align: center;
  border-radius: 0px !important;
  border: 1px solid #000000;
}
.woocommerce div.product form.cart .button:hover {
  font-size: clamp(0.938rem, 0.597rem + 1.7vw, 1rem) !important;
  background-color: #b11919 !important;
  border: 1px solid #b11919;
}

.qib-button-wrapper button.qib-button {
  background-color: inherit;
  height: 38px !important;
  border: 1px solid #4B2000;
}

@media screen and (max-width: 768px) {
  .woocommerce_after_product_price {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .wsppcp_div_block.woocommerce_after_product_price {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .wsppcp_div_block .woocommerce_before_add_to_cart_form {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce_before_add_to_cart_form,
  .woocommerce_after_product_price {
    display: none !important;
  }
}

.woocommerce_after_product_title {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .woocommerce_after_single_product {
    margin-top: 0 !important;
  }
}

.c-change-img__main-imgArea.__ec {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .c-change-img__main-imgArea.__ec {
    margin-bottom: 0px;
  }
}

.c-change-img__main-img {
  aspect-ratio: 681/550;
  object-fit: cover !important;
}
@media screen and (max-width: 768px) {
  .c-change-img__main-img {
    aspect-ratio: 163/110;
    object-fit: cover;
    object-position: 100% 100%;
  }
}

.c-change-img__item-img {
  aspect-ratio: 163/110;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100% !important;
}

.minus.qib-button,
.plus.qib-button {
  background: #fff !important;
  border: solid 1px #000000 !important;
  text-align: center;
  width: 34px;
  height: 34px;
  padding: 0 !important;
}

.minus.qib-button {
  margin-right: 4px;
}

.plus.qib-button {
  margin-left: 4px;
}

.input-text.qty.text {
  border: none !important;
  padding: 9px 12px 8px !important;
  width: 105px !important;
}

.quantity.wqpmb_quantity {
  margin-inline: 4px;
  border: solid 1px #000000 !important;
}

.woocommerce div.product form.cart .button {
  white-space: nowrap;
  max-width: 412px;
  color: #000000;
}

.wc-block-components-notice-banner.is-success > svg {
  width: 36px;
  height: 36px;
}

.wc-block-components-notice-banner.is-warning > svg {
  width: 26px;
  height: 26px;
}

.wc-block-components-button__text {
  color: #fff;
}

.p-ec-product__other-link {
  color: #b11919 !important;
}
.p-ec-product__other-link:hover {
  border-bottom: 1px solid #b11919;
}

.page-online-shop .product {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .page-online-shop .product {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.page-online-shop .l-contents__inner:first-child {
  padding-top: 0;
}
.page-online-shop .swiper {
  padding-bottom: 0;
}

.p-online-backBtn .c-btn-back__link.c-btn-back-img {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-online-backBtn .c-btn-back__link.c-btn-back-img {
    margin: 20px auto 0;
  }
}
.p-online-backBtn .c-btn-back__link.c-btn-back-img:hover {
  background-image: url(../../../uploads/2024/06/back_hover.png);
}

.p-ec-product__txt {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-ec-product__txt {
    display: none;
  }
}

.p-ec-product__txt,
.p-ec-product__price {
  margin-top: 10px;
}
.p-ec-product__txt.__sp,
.p-ec-product__price.__sp {
  margin-top: 0px;
}

.p-ec-product__txt.__sp,
.p-ec-product__price.__sp,
.p-ec-product__desc.__sp,
.p-ec-product__size.__sp,
.p-ec-product__delivery-contents.__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-ec-product__txt.__sp,
  .p-ec-product__price.__sp,
  .p-ec-product__desc.__sp,
  .p-ec-product__size.__sp,
  .p-ec-product__delivery-contents.__sp {
    display: block;
    margin-top: 0px;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  }
}

.p-ec-product__price.__sp {
  margin-top: 20px;
}

.p-ec-product__desc {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-ec-product__desc.__sp {
    margin-top: 32px;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-ec-product__txt.__sp,
  .p-ec-product__price.__sp {
    font-size: clamp(0.875rem, 0.659rem + 0.45vw, 1rem);
  }
}

@media screen and (max-width: 768px) {
  .stock.in-stock {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce_before_add_to_cart_form,
  .woocommerce_after_product_price {
    display: block !important;
  }
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

body .qib-button-wrapper {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  body .qib-button-wrapper {
    float: left !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce div.product form.cart .button {
    width: 82%;
  }
}

.wapo-addon-title.toggle-closed span {
  font-size: clamp(0.875rem, 0.821rem + 0.24vw, 1rem);
  font-weight: 600 !important;
}

.p-online__other-product-link-txt {
  color: #C30000 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  display: block;
  margin-top: 8px;
  width: fit-content;
}
.p-online__other-product-link-txt:hover {
  text-decoration: underline;
}

.__sp.p-online__other-product-link-txt {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .slider-responsive-sp.__shoppingBag .swiper.__limited .swiper-button-next::after {
    background-image: url(../../../uploads/2024/08/arrow-next-gray.svg);
  }
  .slider-responsive-sp.__shoppingBag .swiper.__limited .swiper-button-prev::after {
    background-image: url(../../../uploads/2024/08/arrow-prev-gray.svg);
  }
}
@media screen and (max-width: 768px) {
  .pc-display {
    display: none;
  }
}

.c-entry__title {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-entry__title {
    font-size: 24px;
  }
}

.yith-wapo-addon-label {
  font-size: clamp(0.875rem, 0.659rem + 0.45vw, 1rem);
}

/* --オーガニック コーヒー ドリップパックギフトセット　ラッピングチェックボックス変更-- */
#yith-wapo-option-26-0 {
  pointer-events: none;
}

#yith-wapo-option-26-0 .checkboxbutton {
  display: none;
}

input[type=text] {
  font-size: 10px;
}

.p-online {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-online {
    padding-top: 24px;
  }
}
.p-online .p-online-title-break {
  display: block;
}
.p-online .c-top-bg__appleTree2__body {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-online .apple-tree02__left.apple-tree02__img.__online {
  transform: translate(-10%, -163px);
}
@media screen and (max-width: 768px) {
  .p-online .apple-tree02__left.apple-tree02__img.__online {
    transform: translate(-10%, -140px);
    max-width: 40%;
  }
}
.p-online .apple-tree02__right.apple-tree02__img.__online {
  transform: translate(10%, -163px) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .p-online .apple-tree02__right.apple-tree02__img.__online {
    transform: translate(10%, -140px) scaleX(-1);
    max-width: 40%;
  }
}

.wsppcp_div_block.wsppcp_category_pos1 {
  display: none;
}

.my-fv-slider-container {
  width: 100%;
  height: 100%;
  aspect-ratio: 1315/560;
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .my-fv-slider-container {
    width: 100%;
    aspect-ratio: 431/222;
    margin-top: 20px !important;
  }
}

.my-fv-slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-ec-top__gold-gs {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .p-ec-top__gold-gs {
    margin-top: 24px !important;
  }
}
.p-ec-top__gold-gs img {
  max-width: 440px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-ec-top__gold-gs img {
    max-width: 80%;
  }
}

.c-top-bg__appleTree2.__online {
  padding: 40px 0 0;
}

.p-online__category-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .p-online__category-container {
    margin-top: 60px !important;
  }
}

.p-online__newYearHolidaySeason {
  width: fit-content;
  margin-top: 4rem !important;
}
.p-online__newYearHolidaySeason h2 {
  border-block: 1px solid;
  width: 100%;
  padding: 1rem;
}
.p-online__newYearHolidaySeason div {
  padding: 2rem 1rem;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .p-online__newYearHolidaySeason {
    max-width: 90%;
  }
  .p-online__newYearHolidaySeason h2 {
    font-size: clamp(1.125rem, 0.696rem + 1.9vw, 2rem);
  }
  .p-online__newYearHolidaySeason div .font-size-xl {
    font-size: 120%;
  }
  .p-online__newYearHolidaySeason div p {
    font-size: 0.85rem;
  }
}

.p-online__regular-list {
  display: grid;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 40px;
  padding-inline: 2.5vw;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  box-sizing: border-box;
  gap: 1.5vw;
}
@media screen and (max-width: 1080px) {
  .p-online__regular-list {
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-online__regular-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 16px;
  }
}
.p-online__regular-item {
  box-sizing: border-box;
}
.p-online__regular-item:hover {
  opacity: 0.8;
}
.p-online__regular-txtBody {
  margin-top: 14px;
}
.p-online__regular-img {
  aspect-ratio: 309/248;
  object-fit: cover;
}

.p-online__seasonal-list {
  display: grid;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 40px;
  padding-inline: 2.5vw;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  box-sizing: border-box;
  gap: 1.5vw;
}
@media screen and (max-width: 1080px) {
  .p-online__seasonal-list {
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-online__seasonal-list {
    grid-template-columns: auto;
    row-gap: 32px;
    column-gap: 16px;
  }
}
.p-online__seasonal-item {
  box-sizing: border-box;
}
.p-online__seasonal-item:hover {
  opacity: 0.8;
}
.p-online__seasonal-txtBody {
  margin-top: 14px;
}
.p-online__seasonal-img {
  aspect-ratio: 656/393;
  object-fit: cover;
}

.p-online__2column {
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 2.5vw;
  gap: 1.5vw;
  margin: 0 auto !important;
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .p-online__2column {
    margin-top: 0 !important;
    padding-inline: 5vw;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 80px !important;
    width: 100%;
  }
}
.p-online__2column-list {
  display: grid;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  justify-content: center;
  box-sizing: border-box;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .p-online__2column-list {
    gap: 1rem;
  }
}
.p-online__2column-item {
  box-sizing: border-box;
}
.p-online__2column-txtBody {
  margin-top: 14px;
}
.p-online__2column-img {
  aspect-ratio: 309/248;
  object-fit: cover;
}

.p-online__ttl-en {
  font-size: clamp(0.688rem, 0.574rem + 0.57vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-online__ttl-en {
    margin-top: 2px;
  }
}

.p-online__ttl-ja {
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-online__ttl-ja {
    margin-top: 12px;
    letter-spacing: 0.1em;
  }
}

.p-online__category-sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
}

.p-online__assorted {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 160px !important;
  padding-inline: 2.5vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-online__assorted {
    margin-top: 60px !important;
    padding-inline: 5vw;
    flex-direction: column;
    gap: 16px;
  }
}

.p-online__assorted-imgBox {
  flex: 2;
  width: 100%;
}

.p-online__assorted-img {
  aspect-ratio: 722/393;
  object-fit: cover;
  max-width: 640px;
  width: 100%;
}

.p-online__assorted-txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  width: 100%;
}

.p-online__assorted-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-online__assorted-ttl-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}

.p-online__assorted-ttl-ja {
  font-size: clamp(0.813rem, 0.699rem + 1.9vw, 2.125rem);
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}

.p-original-goods__sub-head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
}

.p-online__assorted-btn {
  font-size: 0.875rem;
  width: fit-content;
  margin-top: 32px;
  border-radius: 32px;
  border: 1px solid #000000;
  padding: 9px 40px 7px 40px;
}
.p-online__assorted-btn:hover {
  background-color: #b11919;
  color: #fff;
  border: 1px solid #b11919;
}
@media screen and (max-width: 768px) {
  .p-online__assorted-btn {
    display: none;
  }
}

.p-original-goods__header {
  text-align: center;
}

.p-online__category-ttl {
  font-size: clamp(1.125rem, 0.696rem + 1.9vw, 2rem);
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}

.post-22,
.post-24 {
  padding-top: 40px;
}

.p-woo-cart {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    padding-inline: 7vw;
  }
}

.wp-block-snow-monkey-blocks-section {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .wp-block-snow-monkey-blocks-section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-snow-monkey-blocks-section {
    padding-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .wc-block-cart-item__total {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wc-block-cart-items__row.js-uni-cpo-cart-items-row {
    grid-template-columns: 40% 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .wc-block-cart__submit {
    padding-inline: 7vw;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-woocommerce-cart-order-summary-block {
    padding-inline: 7vw;
  }
}

.searchandfilter ul {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.p-online__collab {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .p-online__collab {
    margin-top: 80px !important;
  }
}

.p-online__collab-inner {
  background-image: url(../../../uploads/2024/04/bg-paper-no-cracks.jpg);
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-online__collab-inner {
    padding-bottom: 60px;
  }
}

.p-online__collab-header {
  background-image: url(../../../uploads/2024/09/IMG_9946.jpg);
  aspect-ratio: 1922/590;
  width: 100%;
  height: 100%;
  max-height: 590px;
  object-fit: cover;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-online__collab-header {
    aspect-ratio: 430/164;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
  }
}

.p-online__collab-body {
  max-width: 1180px;
  margin: 80px auto 0;
  padding-inline: 2.5vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-online__collab-body {
    margin: 40px auto 0;
    padding-inline: 5vw;
  }
}

.p-online__collab_info-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
}

.p-online__collab_info-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .p-online__collab_info-wrap {
    flex-direction: column;
  }
}

.p-online__collab-logo-img {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-online__collab-logo-img {
    width: 80%;
  }
}

.p-online__collab-days {
  font-family: "copperplate", serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: clamp(1.125rem, 0.964rem + 0.71vw, 1.5rem);
  margin-top: 24px;
}

.p-online__collab-desc {
  font-size: clamp(0.75rem, 0.696rem + 0.24vw, 0.875rem);
  line-height: 2.2;
  margin-top: 40px;
}

.p-online__collab-bottom-img-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-online__collab-bottom-img-sp {
    display: block;
    margin-top: 32px;
    width: 100%;
    max-width: 62px;
    height: auto;
  }
}

.p-online__collab_info-left, .p-online__collab_info-right {
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-online__collab_info-left, .p-online__collab_info-right {
    display: none;
  }
}
.p-online__collab_info-left img, .p-online__collab_info-right img {
  object-fit: contain;
  aspect-ratio: 1572/3408;
  max-width: 172px;
}

.p-online__collab_footer {
  margin: 80px auto 0;
  max-width: 1200px;
  padding-inline: 2.5vw;
}
@media screen and (max-width: 768px) {
  .p-online__collab_footer {
    margin: 40px auto 0;
  }
}

.p-online__collab_headv2 {
  font-size: clamp(1.125rem, 0.964rem + 0.71vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-online__collab_product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-online__collab_product-list.__pc {
    display: none;
  }
}

#swiper_collab {
  display: none;
}
@media screen and (max-width: 768px) {
  #swiper_collab {
    display: block;
    margin-top: 40px;
  }
}
#swiper_collab .swiper-pagination-bullet {
  background: #000000;
  opacity: 1;
}
#swiper_collab .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#swiper_collab .swiper-wrapper {
  padding-bottom: 40px;
}
#swiper_collab .swiper-pagination {
  bottom: 0px;
}

.p-online__collab_product-img-wrap.__coming::before {
  position: absolute;
  background-color: black;
  opacity: 0.8;
  z-index: 2;
}

.p-online__collab_product-img-wrap.__coming {
  position: relative;
}
.p-online__collab_product-img-wrap.__coming::before {
  position: absolute;
  content: "";
  background-color: black;
  opacity: 0.3;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-online__collab_product-img-wrap.__coming::after {
  position: absolute;
  z-index: 2;
  content: "COMING SOON";
  width: fit-content;
  font-family: "copperplate", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  font-size: 1.875rem;
  text-wrap: nowrap;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}
@media screen and (max-width: 1023px) {
  .p-online__collab_product-img-wrap.__coming::after {
    font-size: 1.185rem;
  }
}
@media screen and (max-width: 768px) {
  .p-online__collab_product-img-wrap.__coming::after {
    font-size: 1.875rem;
  }
}

.c-top-bg__appleTree2 .apple-tree02__img.__online {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .c-top-bg__appleTree2 .apple-tree02__img.__online {
    width: 100%;
    max-width: 180px;
  }
}

.p-online .apple-tree02__left.apple-tree02__img.__online {
  transform: translate(-10%, -180px);
}
@media screen and (max-width: 768px) {
  .p-online .apple-tree02__left.apple-tree02__img.__online {
    transform: translate(-10%, -134px);
  }
}

.p-online .apple-tree02__right.apple-tree02__img.__online {
  transform: translate(10%, -180px) scalex(-1);
}
@media screen and (max-width: 768px) {
  .p-online .apple-tree02__right.apple-tree02__img.__online {
    transform: translate(10%, -134px) scalex(-1);
  }
}

.search-icon {
  width: 24px;
}

.search-form {
  display: none;
}
@media screen and (max-width: 768px) {
  .search-form {
    width: 39vw;
  }
}
.search-form.is-active {
  display: block;
  position: absolute;
  z-index: 99;
}

.searchandfilter li {
  width: 100%;
}
.searchandfilter li:nth-child(2) {
  width: fit-content;
}

.search-form.is-active {
  bottom: 5px;
  right: -6px;
}

.l-header-online__item.__search {
  position: relative;
}

.form-inner {
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 99px;
  overflow: hidden;
}
.form-inner input[type=form],
.form-inner input[type=text] {
  border: inherit;
  padding: 4px 12px;
  height: 100%;
  background-color: #fff;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .form-inner input[type=form],
  .form-inner input[type=text] {
    font-size: 12px;
    width: 100%;
  }
}
.form-inner input:focus,
.form-inner textarea:focus,
.form-inner select:focus {
  outline: none;
  /* ブラウザのデフォルトのアウトラインを削除 */
  border: 1px solid #ccc;
  /* 任意のボーダーを設定 */
}
.form-inner input[type=submit] {
  background-image: url(../../../uploads/2024/09/Icon-ligature-search-1.svg);
  background-repeat: no-repeat;
  background-color: initial;
  border: initial;
  background-size: contain;
  width: 21px;
  height: 21px;
  transform: translateY(16%);
}
@media screen and (max-width: 768px) {
  .form-inner input[type=submit] {
    width: 16px;
    height: 16px;
    transform: translateY(37%);
  }
}

.spider__canvas {
  display: grid;
}

.search-results .c-entry__title {
  padding-inline: 5vw;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .search-results .c-entry__title {
    padding-inline: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .search-results .c-entry-summary__title {
    font-size: 16px !important;
  }
}
.search-results .c-entry-summary__figure {
  margin-bottom: 10px;
}

.c-entry-summary__body {
  display: flex;
  flex-direction: row;
  border: none;
}

input[type=text] {
  font-size: 14px;
}

.c-entry__header {
  margin-top: 40px;
}

.c-entry-summary__title {
  display: block;
  text-wrap: inherit !important;
}

.c-entries {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-entries {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-entries {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-entries__item {
  width: 100%;
  max-width: 100%;
}

.search .c-entry__content.p-entry-content {
  padding-inline: 5vw;
}

.search-no-results .p-search-form {
  margin-bottom: 40px;
}
.search-no-results .p-entry-content {
  margin-top: 40px;
}

.sp-form-inner input[type=text] {
  width: 100%;
}

.p-faq h1 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-faq h1 {
    font-size: clamp(1.125rem, 0.696rem + 1.9vw, 2rem);
  }
}
.p-faq #faqLabelBtn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .p-faq #faqLabelBtn {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.p-faq #faqLabelBtn .smb-btn-wrapper .smb-btn {
  border-color: #707070;
  border-radius: 0;
  width: 100%;
  color: #000000;
}
.p-faq #faqLabelBtn .smb-btn-wrapper .smb-btn span {
  font-weight: 700 !important;
}
.p-faq #faqLabelBtn .smb-btn-wrapper.focused .smb-btn {
  background-color: #E2E2E2;
  border: none;
}
.p-faq .faq-section {
  display: none;
  padding: 1.5rem 1rem;
  margin-top: 0 !important;
}
.p-faq .faq-section.visible {
  display: block;
}
.p-faq .faq-section .wp-block-heading {
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .p-faq .faq-section .wp-block-heading {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.p-faq .faq-section .wp-block-snow-monkey-blocks-faq {
  border: none;
}
.p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .wp-block-snow-monkey-blocks-faq-item {
  border: none;
}
.p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .smb-faq__item__question .smb-faq__item__question__label {
  min-width: 2rem;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .smb-faq__item__question .smb-faq__item__question__label {
    min-width: 1rem;
    font-size: 0.75rem !important;
  }
}
.p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .smb-faq__item__question .smb-faq__item__question__body {
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .smb-faq__item__question .smb-faq__item__question__body {
    font-size: 0.75rem !important;
  }
}
.p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .smb-faq__item__answer .smb-faq__item__answer__label {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-faq .faq-section .wp-block-snow-monkey-blocks-faq .smb-faq__body .smb-faq__item__answer {
    font-size: 0.75rem;
  }
}

.error404 .l-contents {
  margin-top: 100px;
}
.error404 .p-search-form {
  display: none;
}

.p-error__link {
  color: #0000ff !important;
}
.p-error__link:hover {
  text-decoration: underline;
}