@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.home-mv .swiper-slide-active img,
.home-mv .swiper-slide-duplicate-active img,
.home-mv .swiper-slide-prev img {
  -webkit-animation: zoomUp 4s linear 0s normal both;
          animation: zoomUp 4s linear 0s normal both;
}

.home-mv {
  padding-block-start: 1rem;
  width: min(95%, 120rem);
  margin-inline: auto;
  position: relative;

}
@media screen and (max-width: 991px) {
  .home-mv {
    width: 100%;
    padding-inline: 1.5rem;
  }
}
.home-mv__slider {
  border-radius: 3rem;
  overflow: hidden;
  aspect-ratio: 1200 / 578;
}
@media screen and (max-width: 991px) {
  .home-mv__slider {
    aspect-ratio: 345 / 400;
  }
}
.home-mv__overlay-text {
  position: absolute;
  z-index: 3;
  top: min(6svw, 8.4rem);
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.home-mv__overlay-text-paragraph {
  width: fit-content;
  font-weight: bold;
  font-size: min(1.7142857143svw, 2.4rem);
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: var(--color-white);
  background-color: rgba(234, 88, 18, 0.85);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1.2rem 3rem;
}

.home-mv__slider-slide {
  aspect-ratio: 1200 / 578;
}
.home-mv__slider-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home-mv__slider-slide picture {
  width: 100%;
  height: 100%;
}
.home-mv__slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .home-mv__slider {
    border-radius: 2.5rem;
  }
  .home-mv__overlay-text {
    top: 3rem;
    left: 1.5rem;
  }
  .home-mv__overlay-text-paragraph {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem;
  }
  .home-mv__slider-slide {
    aspect-ratio: 345 / 400;
  }
}
.home-mv__overlay-logo {
  width: min(37.8571428571svw, 53rem);
  height: min(12.8571428571svw, 18rem);
  background-image: url("../img/home/custom/mv/bg_mv_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  bottom: -1px;
  right: -1px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: min(3.5714285714svw, 5rem);
  padding-bottom: min(3.5714285714svw, 5rem);
}
.home-mv__overlay-logo img {
  width: min(28.5714285714svw, 40rem);
}

.home-mv__slider-pagination {
  display: flex;
  justify-content: flex-start;
  padding-left: 2.6rem;
  bottom: min(1.9285714286svw, 2.7rem) !important;
  gap: 1.5rem;
}

@media screen and (max-width: 991px) {
  .home-mv__overlay-logo {
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
    height: auto;
    padding: 3rem 0 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-mv__overlay-logo img {
    width: 30.5rem;
  }
  .home-mv__slider-pagination {
    bottom: 1.6rem !important;
    left: auto !important;
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
    justify-content: flex-end !important;
  }
}

.home-mv__slider-pagination .swiper-pagination-bullet {
  background-color: var(--color-white);
  opacity: 1 !important;
  margin: 0 !important;
  position: relative;
}
.home-mv__slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.home-mv__slider-pagination .swiper-pagination-bullet-active::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.home-notice {
  margin-block: 3rem;
}

.home-section {
  overflow: hidden;
}
.home-section__inner {
  width: min(95%, 120rem);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-section__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.home-notice__item {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 5rem;
  border-radius: 2.5rem;
  text-align: center;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.4rem;
  padding-inline: 1.3rem;
  background-color: #FFF6EF;
  text-align: center;
  position: relative;
}
.home-notice__item:visited,
.home-notice__item:active {
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .home-notice__item {
    transition: opacity .4s ease;
  }
  .home-notice__item:hover {
    opacity: 0.6;
  }
}
.home-notice__item::after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='グループ_32' data-name='グループ 32' transform='translate(-1219 -681)'%3E%3Ccircle id='楕円形_9' data-name='楕円形 9' cx='12' cy='12' r='12' transform='translate(1219 681)' fill='%23fff'/%3E%3Cpath id='多角形_4' data-name='多角形 4' d='M5,0l5,6H0Z' transform='translate(1235 688) rotate(90)' fill='%23ea5812'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.home-section {
  padding-block: 8rem;
}

.home-section[data-section="category"] {
  padding-top: 6rem;
}

.home-section__title {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.home-section__title small {
  font-family: var(--font-en-sub);
  color: var(--color-primary);
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .home-section__title {
    font-size: 2.6rem;
  }
  .home-section__title small {
    font-size: 1.2rem;
  }

  .home-notice__item {
    height: auto;
    white-space: unset;
    padding: 1.5rem 4.4rem 1.5rem 2.5rem;
    color: var(--color-primary) !important;
    text-align: left;
    font-size: 1.4rem;
  }
}
.p-homeViewMoreBtn {
  width: 27.5rem;
  height: 5rem;
  border-radius: 2.5rem;
  margin-top: 4rem;
  margin-inline: auto;
  padding: 0 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  position: relative;
}
.p-homeViewMoreBtn:visited,
.p-homeViewMoreBtn:active {
  color: var(--color-primary);
}

.--bg-gray {
  background-color: var(--color-styling-gray-1);
}
.c-product-slider-control {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
}
.swiper-button-lock {
  display: block;
  opacity: 0.5;
}

/* .swiper-pagination-lock {
  display: flex;
  opacity: 0.5;
} */

.c-product-slider-control__navigation {
  display: flex;
  gap: 1.7rem;
}
[class*="c-product-slider-control__navigation--"] {
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
}
.m-productLineUser-col3-md4 {
  padding-block: 1rem;
}
.m-productLineUser-col3-md4__item {
  background-color: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  [class*="c-product-slider-control__navigation--"],
  .m-productLineUser-col3-md4__item {
    transition: box-shadow 0.4s ease, scale 0.4s ease;
  }
  [class*="c-product-slider-control__navigation--"]:hover,
  .m-productLineUser-col3-md4__item:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  }
  .m-productLineUser-col3-md4__item:hover {
    scale: 1.01;
  }
  [class*="c-product-slider-control__navigation--"]:hover {
    scale: 1.1;
  }
}

.c-product-slider {
  position: static;
}

.c-productUser-body {
  margin-top: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.c-product-body__price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  gap: 0.2rem;
}

.c-product-body__price .taxLabel {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

/* .c-productUser-sIcon {
  display: none;
} */

.m-productLineUser-col3-md4 {
  flex-wrap: nowrap;
}

.c-productUser-body__outline {
  padding-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
[data-section="recommended"] .c-productUser-body__outline {
  display: none !important;
}

[data-section="campaign"] {
  overflow: hidden;
  margin-top: 4px;
}
[data-section="campaign"] .home-section__inner {
  overflow: visible;
}
[data-section="campaign"] .swiper {
  overflow: visible;
}

.c-product-slider-control__pagination {
  width: fit-content;
  display: flex;
  gap: 1.5rem;
}

.c-product-slider-control__pagination .swiper-pagination-bullet {
  background-color: #CCCCCC;
  opacity: 1 !important;
  position: relative;
  margin: 0 !important;
}
.c-product-slider-control__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.c-product-slider-control__pagination .swiper-pagination-bullet-active::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media screen and (min-width: 992px) {
  [data-section="campaign"] .c-productUser {
    display: grid;
    grid-template-columns: 44.07294832827% 1fr;
    align-items: center;
  }
}

.home-banner__wrapper {
  display: block;
  width: min(100%, 60rem);
  margin-inline: auto;
}

[data-section="column"] .home-section__inner {
  width: min(95%, 125rem);
  display: grid;
  grid-template-columns: 1fr 53.3333333333%;
  gap: 7%;
}
@media screen and (min-width: 992px) {
  [data-section="column"] .home-section__inner {
    padding-right: min(3.5714285714svw, 5rem);
  }
}
@media screen and (max-width: 991px) {
  [data-section="column"] .home-section__inner {
    width: 100%;
    display: block;
  }
}
@media (hover:hover) and (pointer:fine) {
  .home-banner__wrapper {
    transition: opacity 0.4s ease;
  }
  .home-banner__wrapper:hover {
    opacity: 0.6;
  }
}

[data-section="column"] .home-section__head {
  max-width: min(37.5714285714svw,  54.6rem);
  aspect-ratio: 526 / 480;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: min(5.3571428571svw, 7.5rem);
  padding-left: min(5svw, 7rem);
  background-image: url("../img/home/custom/asset_bubble.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
[data-section="column"] .home-section__title {
  font-size: min(2.1428571429svw, 3rem);
}
[data-section="column"] .home-section__title .--small {
  font-size: min(1.7142857143svw, 2.4rem);
}
[data-section="column"] .home-section__head .home-section__head-decor {
  position: absolute;
  right: max(-1.7rem, -1.2142857143svw);
  top: min(11.6428571429svw, 16.3rem);
  width: min(16.7142857143svw, 23.4rem);
}
[data-section="column"] .home-section__title {
  margin-bottom: 0;
}
[data-section="column"] .p-homeContentsUnderBtn {
  align-self: flex-start;
}
[data-section="column"] .p-homeViewMoreBtn {
  width: min(14.2857142857svw, 20rem);
  align-self: flex-start;
}
.m-homeFeatureSlide-slider {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.m-homeFeatureSlide-slider__item {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: unset;
}
.m-homeFeatureSlide-slider__link {
  width: 100%;
  display: flex;
  align-items: center;
}

.m-homeFeatureSlide-slider__picture {
  width: min(21.4285714286svw, 30rem);
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}

.--bg-accent {
  background-color: #FFF6EF;
}

.p-homeContentsUnderBtn {
  margin-top: 0;
}

.m-homeFeatureSlide-slider__title {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.m-homeFeatureSlide-slider__date {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.m-homeFeatureSlide-slider__detail {
  padding: min(2.8571428571svw, 4rem) 0;
  padding-left: min(2.8571428571svw, 4rem);
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

@media screen and (min-width: 992px) {
  .m-homeFeatureSlide-slider__title {
    min-width: min(21.4285714286svw, 30rem);
  }
}

@media screen and (max-width: 991px) {
  [data-section="column"] .home-section__inner {
    padding-inline: 0;
  }
  [data-section="column"] .home-section__head {
    max-width: unset;
    aspect-ratio: 375 / 260;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-top: 4.2rem;
    padding-inline: 3.5rem 1rem;
    background-size: 33rem auto;
    background-position-x: -1.8rem;
  }
  [data-section="column"] .home-section__title {
    font-size: 2.4rem;
    padding-inline: 0;
    position: relative;
    z-index: 2;
  }
  [data-section="column"] .home-section__title .--small {
    font-size: 1.8rem;
  }
  [data-section="column"] .home-section__head .home-section__head-decor {
    position: absolute;
    right: -3.4rem;
    top: 0;
    width: 19.3rem;
  }
  [data-section="column"] .p-homeViewMoreBtn {
    width: 25rem;
    align-self: unset;
  }
  .m-homeFeatureSlide-slider {
    padding-inline: 1rem;
    width: 29.5rem;
    margin-inline: auto;
  }
  .m-homeFeatureSlide-slider__link {
    flex-direction: column;
  }
  .m-homeFeatureSlide-slider__picture {
    width: 100%;
  }
  .m-homeFeatureSlide-slider__detail {
    padding-inline: 0;
    row-gap: 0.5rem;
  }
  .m-homeFeatureSlide-slider__title {
    font-size: 1.6rem;
  }
  .m-homeFeatureSlide-slider__date {
    font-size: 1.5rem;
  }
}

[data-section="about"] {
  border-top: 4px solid #F7F7F7;
}
.aboutus__detail {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  position: relative;
  margin-top: 6rem;
}
.aboutus__detail p {
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.aboutus__detail .aboutus__decor {
  position: absolute;
  z-index: 2;
}
.aboutus__detail .aboutus__decor--icon {
  top: max(-12.5rem, -8.9285714286svw);
  right: min(12.8571428571svw, 18rem);
  width: min(10svw, 14rem);
}
.aboutus__detail .aboutus__decor--coffee {
  width: min(14.285714286svw, 20rem);
  left: min(5.7142857143svw, 8rem);
  bottom: max(-13rem, -9.2857142857svw);
}

.p-homeNewsList-body {
  border-bottom: none;
  padding: 2.5rem 3rem;
  border-radius: 1rem;
  background-color: var(--color-styling-gray-1);
}

.p-homeNewsList-body__time {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  border-right: 1px solid #CCCCCC;
  padding-right: 2.5rem;
  flex-shrink: 0;
}

.p-homeNewsList-body__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-homeNewsList__item + .p-homeNewsList__item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .p-homeNewsList-body {
    display: grid;
    grid-template-columns: 11.4rem 1fr;
    gap: 2.5rem;
  }
  .p-homeNewsList-body__time {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  [data-section="news"] .home-section__inner {
    width: min(90%, 100rem);
    padding-inline: min(7.1428571429svw, 10rem);
  } 
  .p-homeNewsList-body__title {
    max-width: unset;
  }
}


.p-page-home {
  padding-bottom: 0;
}

.perks {
  padding-block: 5rem;
}
.perks-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.6rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
.perks-title small {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.perks-title .--highlight {
  color: var(--color-primary);
}
.perks-title > span {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
}
.perks-title > span::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.169' height='26.169' viewBox='0 0 19.169 26.169'%3E%3Cline id='線_10' data-name='線 10' x1='15' y1='22' transform='translate(2.084 2.084)' fill='none' stroke='%23ea5812' stroke-linecap='round' stroke-width='3' stroke-dasharray='0 6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.perks-title > span::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.169' height='26.169' viewBox='0 0 19.169 26.169'%3E%3Cline id='線_11' data-name='線 11' y1='22' x2='15' transform='translate(2.084 2.084)' fill='none' stroke='%23ea5812' stroke-linecap='round' stroke-width='3' stroke-dasharray='0 6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.perks-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.perks-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: min(2.1428571429svw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.perks-item__label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.perks-item__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.perks-item__image img {
  width: 7rem;
}
.perks-item__image figcaption {
  font-family: var(--font-ja);
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.perks-item__image figcaption span {
  color: var(--color-primary);
}

.perks-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}
.perks-item a span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border-bottom: 1px solid var(--color-text-default);
}
.perks-item a::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath id='多角形_2' data-name='多角形 2' d='M5,0l5,6H0Z' transform='translate(6) rotate(90)' fill='%23ea5812'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (hover: hover) and (pointer: fine) {
  .perks-item a {
    transition: opacity 0.4s ease, color 0.4s ease;
  }
  .perks-item a span {
    transition: border-color 0.4s ease;
  }
  .perks-item a:hover {
    opacity: 0.6;
    color: var(--color-primary);
  }
  .perks-item a:hover span {
    border-color: var(--color-primary);
  }
}

.p-homeNewsList-body--link:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .perks {
    padding-block: 4rem;
  }
  .perks-title {
    row-gap: 0.6rem;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .perks-title small {
    line-height: 1.5;
  }
  .perks-title > span {
    gap: 0.5rem;
  }
  .perks-title > span > span {
    line-height: 1.3;
  }
  .perks-title > span::before {
    content: '';
    display: block;
    width: 1.8rem;
    height: 2.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.169' height='26.169' viewBox='0 0 19.169 26.169'%3E%3Cline id='線_10' data-name='線 10' x1='15' y1='22' transform='translate(2.084 2.084)' fill='none' stroke='%23ea5812' stroke-linecap='round' stroke-width='3' stroke-dasharray='0 6'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
  }
  .perks-title > span::after {
    content: '';
    display: block;
    width: 1.8rem;
    height: 2.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.169' height='26.169' viewBox='0 0 19.169 26.169'%3E%3Cline id='線_11' data-name='線 11' y1='22' x2='15' transform='translate(2.084 2.084)' fill='none' stroke='%23ea5812' stroke-linecap='round' stroke-width='3' stroke-dasharray='0 6'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
  }
  .perks-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .perks-item {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .perks-item__label {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    white-space: unset;
    text-align: center;
  }
  .perks-item__image img {
    width: 6rem;
  }
  .home-section {
    padding-block: 6rem;
  }

  [data-section="recommended"] .home-section__inner,
  [data-section="campaign"] .home-section__inner {
    padding-inline: 0;
  }
  .m-productLineUser-col3-md4 {
    gap: unset !important;
  }
  [data-section="recommended"] .home-section__title,
  [data-section="campaign"] .home-section__title {
    padding-inline: 1.5rem;
  }

  .p-homeViewMoreBtn {
    margin-top: 3rem;
  }
  .home-section__title {
    margin-bottom: 2.5rem;
  }
  .p-homeNewsList-body__time {
    border-right: none;
    font-size: 1.5rem;
  }
  .p-homeNewsList-body__title {
    font-weight: 500;
    font-size: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .aboutus__detail {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    position: relative;
    margin-top: 5rem;
    padding-inline: 2.5rem;
  }
  .aboutus__detail p {
    text-align: left;
    font-size: 1.5rem;
  }

  [data-section="about"] .p-homeViewMoreBtn {
    width: 25rem;
    height: 5.5rem;
    border-radius: 2.75rem;
  }
}
.m-productLineUser-col3-md4 {
  gap: 0;
}

/* [data-section="recommended"] .swiper,
[data-section="campaign"] .swiper {
  opacity: 1;
} */

@media screen and (max-width: 767px) {
  [data-section="category"] .s-header-categoryNav__navSub {
    padding: 2.5rem;
    row-gap: 3rem;
  }
  [data-section="category"] .s-header-categoryNav__navSub-head {
    font-size: 1.8rem;
  }
  [data-section="category"] .s-header-categoryNav__navSub-itemLink img {
    width: 5rem;
  }

  [data-section="category"]  .s-header-categoryNav__navlist {
    row-gap: 1rem;
  }
  [data-section="category"] .s-header-categoryNav__navSub-head::after {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='グループ_24510' data-name='グループ 24510' transform='translate(-278 -27)'%3E%3Crect id='長方形_2623' data-name='長方形 2623' width='16' height='16' transform='translate(278 27)' fill='rgba(255,255,255,0)'/%3E%3Cline id='線_344' data-name='線 344' x2='16' transform='translate(278 35)' fill='none' stroke='%23ea5812' stroke-width='2'/%3E%3Cline id='線_345' data-name='線 345' x2='16' transform='translate(286 27) rotate(90)' fill='none' stroke='%23ea5812' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: 0;
  }
  [data-section="category"] .s-header-categoryNav__navSub-head.is-open::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='グループ_24510' data-name='グループ 24510' transform='translate(-278 -27)'%3E%3Crect id='長方形_2623' data-name='長方形 2623' width='16' height='16' transform='translate(278 27)' fill='rgba(255,255,255,0)'/%3E%3Cline id='線_344' data-name='線 344' x2='16' transform='translate(278 35)' fill='none' stroke='%23ea5812' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
  }
  [data-section="category"] .s-header-categoryNav__navSub-body {
    display: none;
  }

  .aboutus__detail {
    margin-top: 5rem;
  }
  .aboutus__detail .aboutus__decor--icon {
    width: 10rem;
    top: -12.8rem;
    right: 1.5rem;
  }
}

.home-popup {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 9rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.home-popup__item {
  width: 15rem;
  position: relative;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.home-popup__close {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.home-popup__close svg {
  display: block;
  width: 100%;
  height: auto;
}
.home-popup__item.--first{
  --color-svg-bg: var(--color-white);
  --color-svg-elm: var(--color-primary);
}
.home-popup__item.--second{
  --color-svg-bg: var(--color-white);
  --color-svg-elm: var(--color-secondary);
}

.home-popup {
  transition: opacity 0.4s ease;
}
.home-popup.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.home-popup__item.is-hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .home-popup {
    left: 0;
    right: auto;
    bottom: 0;
  }
  .home-popup__close {
    right: 0.5rem;
    left: auto;
  }
  .home-popup__item {
    width: 14rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (hover:hover) and (pointer:fine) {
  .home-popup__item {
    transition: box-shadow 0.4s ease;
  }
  .home-popup__item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  }
  .home-popup__close svg * {
    transition: fill 0.4s ease, stroke 0.4s ease;
  }
  .home-popup__item.--first:has(.home-popup__close:hover) {
    --color-svg-bg: var(--color-text-default);
    --color-svg-elm: var(--color-white);
  }
  .home-popup__item.--second:has(.home-popup__close:hover) {
    --color-svg-bg: var(--color-text-default);
    --color-svg-elm: var(--color-white);
  }

  .c-product-slider,
  [data-section="recommended"] .home-section__inner {
    overflow: visible;
  }
}

.p-homeViewMoreBtn.--external::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='グループ_24641' data-name='グループ 24641' transform='translate(-243 -19)'%3E%3Cg id='長方形_83' data-name='長方形 83' transform='translate(243 22)' fill='none' stroke='%23ea5812' stroke-width='1.5'%3E%3Crect width='9' height='9' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='7.5' height='7.5' fill='none'/%3E%3C/g%3E%3Cg id='長方形_82' data-name='長方形 82' transform='translate(246 19)' fill='%23fff' stroke='%23ea5812' stroke-width='1.5'%3E%3Crect width='9' height='9' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='7.5' height='7.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeViewMoreBtn {
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  }
  .p-homeViewMoreBtn::after {
    transition: background 0.4s ease;
  }
  .p-homeViewMoreBtn:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    opacity: 1;
  }
  .p-homeViewMoreBtn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='グループ_24641' data-name='グループ 24641' transform='translate(-243 -19)'%3E%3Cg id='長方形_83' data-name='長方形 83' transform='translate(243 22)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='9' height='9' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='7.5' height='7.5' fill='none'/%3E%3C/g%3E%3Cg id='長方形_82' data-name='長方形 82' transform='translate(246 19)' fill='%23ea5812' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='9' height='9' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='7.5' height='7.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .m-homeFeatureSlide-slider__item {
    transition: transform 0.4s ease;
    transform-origin: top left;
  }
  .m-homeFeatureSlide-slider__item:hover {
    transform: scale(1.01);
  }
}

[data-section-type="product"]:not(:has(.m-productLineUser-col3-md4__item)) {
  height: 0;
  overflow: hidden;
  padding: 0;
}