@charset "UTF-8";

:root {
  --font-family-noto:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica Neue", Arial, sans-serif;
  --font-family-oswald: "Oswald", "Noto Sans JP", sans-serif;
  --font-family-base: var(--font-family-roboto), var(--font-family-noto);
  --full: 100%;
  --full-vw: 100vw;
  --font-main: #333333;
  --font-note: #707070;
  --main-color01: #019944;
  --font-color02: #b9904b;
  --bg-color: #dff4e3;
  --base-width-sp: 750;
  --base-width-pc: 1920;
  --base-shadow01: 0 20px 20px rgba(0, 0, 0, 0.16);
  --base-shadow02: 0 15px 15px rgba(0, 0, 0, 0.1);
  --liner-grad01: linear-gradient(90deg, #019944 0%, #01ab93 100%);
  --liner-grad02: linear-gradient(to right, #86f59c 0%, #8be9cc 33.33%, #acd3ff 66.67%, #fff08d 100%);
  --liner-grad03: linear-gradient(to right, #86f59c 0%, #8be9cc 50%, #acd3ff 100%);
  --liner-grad04: linear-gradient(to right, #acd3ff 0%, #fff08d 50%, #dcff7a 100%);
  --default-easing01: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  --default-easing02: 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.pane-left-menu {
  display: none !important;
}

@media screen and (max-width: 750px) {
  header:has(.header_in) {
    z-index: 3;
    background: #fff;
  }
}

@media screen and (max-width: 750px) {
  header:has(.header_in.fixed) {
    z-index: 1000;
    background: #fff;
  }
}

.wrapper_:has(.header_banner) {
  padding-top: calc(150px + var(--full-vw) * 44 / 1500);
}

@media screen and (max-width: 750px) {

  footer,
  .mm-page {
    z-index: 2;
    position: relative;
  }
}

#footer {
  position: relative;
  z-index: 2;
}

.pane-contents {
  margin-top: 0;
  background: #f6f2e8;
  background: #fcfbf8;
}

.pane-left-menu+.pane-main,
.container {
  width: 100%;
}

.pane-topic-path {
  background: #fcfbf8;
}

.block-genre-page>.block-goods-list-sort-wrap,
.block-genre-page>.block-thumbnail-t,
.block-genre-page>.block-pickup-list-p,
.block-genre-page>.block-goods-list--pager-top,
.block-genre-page>.block-goods-list--pager-bottom,
.block-genre-page>.block-genre-page--goods,
.block-genre-page .block-goods-list--sort-order-items {
  max-width: 900px;
  margin: 0 auto 0;
}

.block-genre-page .block-genre-page--goods {
  display: none;
}

#feature-lp-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  background: var(--bg-color);
  font-family: var(--font-family-noto);
}

@media screen and (max-width: 750px) {
  #feature-lp-contents {
    width: 100%;
    position: relative;
    z-index: 100;
  }
}

#feature-lp-contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#feature-lp-contents .ui-c-img {
  max-width: none;
  width: 100%;
}

.feature-lp-contents--inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .feature-lp-contents--inner {
    overflow: hidden;
  }
}

#feature-lp-contents .ui-c-hero--inner {
  position: relative;
  min-height: calc(480 * 100vw / var(--base-width-pc));
}

#feature-lp-contents .ui-c-hero--title {
  width: calc(1200 * 100vw / var(--base-width-pc));
  height: 100%;
  position: relative;
  margin: 0 auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-hero--title {
    width: 100%;
  }
}

#feature-lp-contents .ui-c-hero--icon {
  width: calc(523 * 100vw / var(--base-width-pc));
  position: absolute;
  top: calc(100 * 100vw / var(--base-width-pc));
  left: calc(60 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-hero--icon {
    width: calc(670 * 100vw / var(--base-width-sp));
    top: calc(60 * 100vw / var(--base-width-sp));
    left: 0;
    right: 0;
    margin: 0 auto 0;
  }

  #feature-lp-contents .ui-c-hero--icon img {
    max-width: none;
  }
}

#feature-lp-contents .ui-c-hero--pic {
  width: calc(558 * 100vw / var(--base-width-pc));
  position: absolute;
  top: auto;
  bottom: 0;
  right: calc(103 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-hero--pic {
    width: calc(720 * 100vw / var(--base-width-sp));
    left: 0;
    right: 0;
    margin: 0 auto 0;
  }

  #feature-lp-contents .ui-c-hero--pic img {
    max-width: none;
  }
}

#feature-lp-contents .ui-c-hero--bg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#feature-lp-contents .ui-c-item-header {
  max-width: 1200px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-item-header {
    max-width: 100%;
    padding: 0 40px;
  }
}

#feature-lp-contents .ui-c-item-header--heading {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

#feature-lp-contents .ui-c-item-header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

#feature-lp-contents .ui-c-item-header--subxt {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-family-oswald);
}

#feature-lp-contents .ui-c-item-header--mainTxt {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  font-family: var(--font-family-noto);
}

#feature-lp-contents .ui-c-item-header--number {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--main-color01);
  font-size: 140px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-family-oswald);
  position: relative;
}

#feature-lp-contents .ui-c-item-header--number::after {
  content: "";
  display: block;
  width: 2px;
  height: 112px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(8px);
  transform: translateY(-50%) translateY(8px);
  right: -41px;
  background: #333;
}

#feature-lp-contents .ui-c-fix-bg {
  width: 100%;
  max-width: none;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

#feature-lp-contents .ui-c-fix-bg img {
  width: 100%;
  max-width: none;
}

#feature-lp-contents .ui-c-item-mv {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-item-mv {
    max-width: 100%;
  }
}

#feature-lp-contents .ui-c-item-mv .ui-c-fig.-mv {
  position: relative;
  z-index: 2;
}

#feature-lp-contents .ui-c-fig {
  -webkit-box-shadow: var(--base-shadow01);
  box-shadow: var(--base-shadow01);
}

.ui-c-float-toggle {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 15;
}

@media screen and (max-width: 750px) {
  .ui-c-float-toggle.is-sp-footer-anchor {
    position: absolute;
    top: auto;
    bottom: 30px;
    right: 30px;
    left: auto;
  }
}

.ui-c-float-toggle--btnWrap {
  width: 100%;
  height: 100%;
  background: var(--main-color01);
  border-radius: 50%;
  position: relative;
}

.ui-c-float-toggle--btnWrap::before {
  content: "";
  display: block;
  width: 120px;
  height: 130px;
  background: url(icon_switch.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: var(--default-easing02);
  transition: var(--default-easing02);
}

.ui-c-float-toggle--btnWrap::after {
  content: "";
  display: block;
  width: 145px;
  height: 145px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: var(--default-easing02);
  transition: var(--default-easing02);
  background: #fff;
  z-index: -1;
  border-radius: 50%;
}

.ui-c-float-toggle--btnWrap.is-figure::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.ui-c-float-toggle--button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.ui-c-float-toggle--button.is-active {
  pointer-events: none;
  opacity: 0;
}

.ui-c-float-toggle--button::after {
  content: "";
  display: block;
  width: 45px;
  height: 10px;
  background: url(icon_arrow.png) no-repeat center center/contain;
  position: relative;
}

.ui-c-float-toggle--button:nth-of-type(1)::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ui-c-float-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
  position: fixed;
  right: 90px;
  bottom: 60px;
  z-index: 5000;
  -webkit-transition: none;
  transition: none;
  min-height: 180px;
}

@media screen and (min-width: 751px) {
  .ui-c-float-box.is-footer-near {
    position: unset;
  }
}

.ui-c-float-box.is-footer-near .ui-c-float-toggle {
  position: relative;
  right: 50px;
  left: auto;
  top: 40px;
}

@media screen and (max-width: 750px) {
  .ui-c-float-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 256px;
    bottom: 30px;
    right: 30px;
    z-index: 10;
  }
}

.ui-c-float-box .ui-c-float-toggle {
  left: 42px;
}

@media screen and (max-width: 750px) {
  .ui-c-float-box .ui-c-float-toggle {
    left: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.ui-c-float-box .pagetop,
.ui-c-float-box #fpagetop {
  position: fixed !important;
  right: 90px !important;
  bottom: 60px !important;
  z-index: 5001 !important;
}

@media screen and (max-width: 750px) {

  .ui-c-float-box .pagetop,
  .ui-c-float-box #fpagetop {
    right: 30px !important;
    bottom: 30px !important;
  }
}

#feature-lp-contents .ui-c-ranking-link {
  padding: 80px 20px 100px;
  background: url("./bg_footer.jpg") no-repeat center center/cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}

#feature-lp-contents .ui-c-ranking-link--heading {
  font-size: 42px;
  font-weight: bold;
  font-family: var(--font-family-oswald);
  text-align: center;
}

#feature-lp-contents .ui-c-ranking-link--btn {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50px;
  text-decoration: none;
  color: var(--main-color01);
  border: 4px solid var(--main-color01);
  background: #fff;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--font-family-noto);
  opacity: 1 !important;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-ranking-link--btn {
    font-size: calc(32 * 100vw / var(--base-width-sp));
    padding-left: calc(120 * 100vw / var(--base-width-sp));
    letter-spacing: 0;
  }
}

#feature-lp-contents .ui-c-ranking-link--btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -46px;
  width: 127px;
  height: 204px;
  -webkit-transform: translateY(-50%) translateY(-28px);
  transform: translateY(-50%) translateY(-28px);
  -webkit-transform-origin: -8px 200px;
  transform-origin: -8px 200px;
  background: url("./icon_kore.png") no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-ranking-link--btn::after {
    left: calc(30 * 100vw / var(--base-width-sp));
    width: calc(140 * 100vw / var(--base-width-sp));
    height: calc(224 * 100vw / var(--base-width-sp));
  }
}

@media screen and (min-width: 751px) {
  #feature-lp-contents .ui-c-ranking-link--btn:hover {
    border-color: #333;
    color: #333;
  }

  #feature-lp-contents .ui-c-ranking-link--btn:hover::after {
    -webkit-transform: translateY(-50%) translateY(-28px) rotate(-5deg);
    transform: translateY(-50%) translateY(-28px) rotate(-5deg);
  }
}

#feature-lp-contents .ui-c-ranking-link--btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 40px;
  width: 10px;
  height: 10px;
  border-top: 4px solid var(--main-color01);
  border-right: 4px solid var(--main-color01);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-ranking-link--btn::before {
    right: 30px;
  }
}

#feature-lp-contents .ui-c-item-description {
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  #feature-lp-contents .ui-c-item-description {
    padding-top: 255px;
    margin-top: -255px;
  }
}

#feature-lp-contents .ui-c-item-description::before {
  content: "";
  background: url("./bg_border.png") repeat-x center center;
  background-size: 2000px 350px;
  width: 200vw;
  height: 350px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 0;
  z-index: 1;
}

#feature-lp-contents .ui-c-item-description--inner {
  max-width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto 0;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-item-description--inner {
    padding: 60px 40px 50px;
  }
}

#feature-lp-contents .ui-c-item-description--heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 30px;
  font-weight: bold;
  background: #f1f7f9;
  font-weight: bold;
  border-radius: 10px;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#feature-lp-contents .ui-c-item-description--text {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
  line-height: 1.68;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-item-description--text {
    font-size: 24px;
  }
}

#feature-lp-contents .ui-c-btns {
  padding: 0 0 100px;
  background: #fff;
}

#feature-lp-contents .ui-c-btns--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#feature-lp-contents .ui-c-btns--btn {
  padding: 5px;
  width: 640px;
  font-weight: bold;
  font-size: 30px;
  border-radius: 45px;
  text-decoration: none;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  background: var(--liner-grad03);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-btns--btn {
    width: calc(680 * 100vw / var(--base-width-sp));
    font-size: 40px;
    letter-spacing: 0.1em;
    border-radius: 65px;
  }
}

#feature-lp-contents .ui-c-btns--btn:hover::before {
  opacity: 1;
}

#feature-lp-contents .ui-c-btns--btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--liner-grad04);
  position: absolute;
  z-index: 1;
  border-radius: 45px;
  opacity: 0;
  -webkit-transition: var(--default-easing01);
  transition: var(--default-easing01);
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-btns--btn::before {
    display: none !important;
  }
}

#feature-lp-contents .ui-c-btns--btn>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  position: relative;
  z-index: 3;
  background: var(--liner-grad01);
  border-radius: 45px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-btns--btn>span {
    min-height: 130px;
    border-radius: 65px;
  }
}

#feature-lp-contents .ui-c-btns--btn>span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}

#feature-lp-contents .ui-c-swiper {
  padding: 0 0 calc(192 * 100vw / var(--base-width-pc));
  min-height: calc(820 * 100vw / var(--base-width-pc));
  background: #fff;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper {
    padding: 0 0 calc(300 * 100vw / var(--base-width-sp));
    min-height: calc(1000 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper .swiper {
  overflow: unset;
}

#feature-lp-contents .ui-c-swiper .ui-c-swiper--main .swiper-slide {
  width: 460px;
  width: calc(460 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper .ui-c-swiper--main .swiper-slide {
    width: calc(660 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper.is-type02 {
  padding: 0 0 calc(110 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper.is-type02 {
    padding: 0 0 calc(110 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper.is-type02 .ui-c-swiper--main {
  top: 0;
}

#feature-lp-contents .ui-c-swiper.is-type02 .ui-c-swiper--main .swiper-slide {
  width: 700px;
  width: calc(700 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper.is-type02 .ui-c-swiper--main .swiper-slide {
    width: calc(660 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper.is-type02 .swiper-pagination {
  bottom: calc(-190 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper.is-type02 .swiper-pagination {
    bottom: calc(-190 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper--main {
  width: 100%;
  position: relative;
  z-index: 2;
  top: calc(85 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper--main {
    top: calc(120 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .swiper-pagination {
  bottom: calc(-70 * 100vw / var(--base-width-pc));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .swiper-pagination {
    gap: 30px;
    bottom: calc(-100 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .swiper-pagination-bullet {
  background: #cddade;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* タップ遅延（300ms）を除去 */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}

#feature-lp-contents .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--main-color01);
}

#feature-lp-contents .swiper-button-prev,
#feature-lp-contents .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 10px;
  opacity: 1;
  /* タップ遅延（300ms）を除去 */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#feature-lp-contents .swiper-button-prev svg,
#feature-lp-contents .swiper-button-next svg {
  display: none !important;
}

#feature-lp-contents .swiper-button-prev::before,
#feature-lp-contents .swiper-button-next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 750px) {

  #feature-lp-contents .swiper-button-prev,
  #feature-lp-contents .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#feature-lp-contents .swiper-button-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .swiper-button-prev {
    left: 0;
  }
}

#feature-lp-contents .swiper-button-prev::before {
  border: 0;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}

#feature-lp-contents .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .swiper-button-next {
    right: 0;
  }
}

#feature-lp-contents .swiper-button-next::before {
  border: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

#feature-lp-contents .swiper-slide {
  overflow: visible;
  opacity: 0;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-box-shadow: var(--base-shadow02);
  box-shadow: var(--base-shadow02);
  /* 背面の描画を無効化し、3D空間での計算負荷とチラつきを抑える処理 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* GPUアクセラレーションを強制的に有効化し、描画を安定させる処理 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* 3D変形時の境界線のアンチエイリアス（ギザギザ）を強制的に滑らかにするハック */
  outline: 1px solid transparent;
  /* will-change は表示中の3枚のみに適用（全枚数適用によるGPUメモリ圧迫を防ぐ） */
}

#feature-lp-contents .swiper-slide-prev,
#feature-lp-contents .swiper-slide-next,
#feature-lp-contents .swiper-slide-active {
  opacity: 1;
  visibility: visible;
  /* 表示中3枚のみGPUレイヤー昇格させ描画を最適化 */
  will-change: transform;
}

#feature-lp-contents .ui-c-swiper--frameTop,
#feature-lp-contents .ui-c-swiper--frameBottom {
  width: calc(1920 * 100vw / var(--base-width-pc) + 4px);
  height: calc(77 * 100vw / var(--base-width-pc) + 30px);
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8px;
}

@media screen and (max-width: 750px) {

  #feature-lp-contents .ui-c-swiper--frameTop,
  #feature-lp-contents .ui-c-swiper--frameBottom {
    width: calc(780 * 100vw / var(--base-width-sp) + 30px);
    height: calc(54 * 100vw / var(--base-width-sp) + 30px);
    top: -2px;
    z-index: 3;
  }
}

#feature-lp-contents .ui-c-swiper--frameTop,
#feature-lp-contents .ui-c-swiper--frameBottom {
  /* 疑似要素のはみ出た部分を隠す */
}

#feature-lp-contents .ui-c-swiper--frameTop::before,
#feature-lp-contents .ui-c-swiper--frameBottom::before {
  content: "";
  width: 100%;
  height: calc(77 * 100vw / var(--base-width-pc));
  background: url("frame.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 750px) {

  #feature-lp-contents .ui-c-swiper--frameTop::before,
  #feature-lp-contents .ui-c-swiper--frameBottom::before {
    background: url("frame_sp.png") no-repeat center center/contain;
    height: calc(54 * 100vw / var(--base-width-sp) + 0px);
  }
}

#feature-lp-contents .ui-c-swiper--frameBottom {
  top: auto;
  bottom: -6px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper--frameBottom {
    bottom: -2px;
  }
}

#feature-lp-contents .ui-c-swiper--frameBottom::before {
  top: auto;
  bottom: 0;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper--frameBottom::before {
    height: calc(54 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper--bgInner {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden !important;
}

#feature-lp-contents .ui-c-swiper--bgInner::before {
  content: "";
  display: block;
  background: rgba(51, 51, 51, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}

#feature-lp-contents .ui-c-swiper--bgInner .swiper {
  overflow: hidden !important;
}

#feature-lp-contents .ui-c-swiper--bg {
  height: calc(820 * 100vw / var(--base-width-pc));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper--bg {
    padding: calc(10 * 100vw / var(--base-width-sp)) 0;
    width: calc(780 * 100vw / var(--base-width-sp) + 10px);
    min-height: calc(995 * 100vw / var(--base-width-sp));
    background: #fff;
  }

  #feature-lp-contents .ui-c-swiper--bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
  }
}

#feature-lp-contents .ui-c-swiper--bg>.swiper {
  top: calc(-350 * 100vw / var(--base-width-pc));
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper--bg>.swiper {
    top: calc(180 * 100vw / var(--base-width-sp));
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

#feature-lp-contents .ui-c-swiper--bg>.swiper::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: #333;
  top: 0;
  left: 0;
  -webkit-filter: brightness(90%) opacity(40%);
  filter: brightness(90%) opacity(40%);
  z-index: 1;
}

#feature-lp-contents .ui-c-swiper--bg .ui-c-img {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

#feature-lp-contents .ui-c-swiper--bg {
  width: 100%;
  /* 正方形に近づけるため、アスペクト比を1:1に設定（コンテンツ量に合わせてheightでも可） */
  aspect-ratio: 1/1;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper.is-type02 {
    min-height: calc(800 * 100vw / var(--base-width-sp));
  }
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper.is-type02 .ui-c-swiper--bg {
    min-height: calc(800 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-swiper.is-type02 .ui-c-swiper--bg>.swiper {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper.is-type02 .ui-c-swiper--bg>.swiper {
    height: calc(800 * 100vw / var(--base-width-sp));
  }
}

#feature-lp-contents .ui-c-related-product-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#feature-lp-contents .ui-c-related-product-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: var(--default-easing01);
  transition: var(--default-easing01);
}

#feature-lp-contents .ui-c-related-product-card:hover {
  opacity: 1 !important;
}

#feature-lp-contents .ui-c-related-product-card:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

#feature-lp-contents .ui-c-related-products {
  background: #f1f7f9;
}

#feature-lp-contents .ui-c-related-products--inner {
  width: 100%;
  max-width: 100%;
  padding: 80px 0 65px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-related-products--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 30px;
  }
}

#feature-lp-contents .ui-c-related-products--heading {
  width: 336px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-related-products--heading {
    width: 100%;
    position: relative;
    top: -40px;
  }
}

#feature-lp-contents .ui-c-related-products--listWrap {
  width: 100%;
  overflow-x: auto;
  /* 1. Chrome, Safari, Edge, Opera 向け */
}

#feature-lp-contents .ui-c-related-products--listWrap::-webkit-scrollbar {
  display: none;
}

#feature-lp-contents .ui-c-related-products--listWrap {
  /* 2. Firefox 向け */
  scrollbar-width: none;
  /* 3. IE・古いEdge 向け（念のため） */
  -ms-overflow-style: none;
}

#feature-lp-contents .ui-c-related-products--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 40px;
}

#feature-lp-contents .ui-c-related-products--item {
  width: 216px;
  height: 216px;
  overflow: hidden;
}

#feature-lp-contents .ui-c-tab-content {
  margin: 148px auto 0;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-tab-content {
    overflow: unset !important;
    margin: 70px auto 0;
  }
}

#feature-lp-contents .ui-c-tab-selector {
  margin: 60px auto 0;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-tab-selector {
    padding: 0 40px 0;
    margin: 60px auto 0;
  }
}

#feature-lp-contents .ui-c-tab-selector--list {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto 0;
}

#feature-lp-contents .ui-c-tab-selector--item {
  width: 100%;
}

#feature-lp-contents .ui-c-tab-selector--button {
  width: 100%;
  background: fff;
  color: #333;
  border: 0;
  min-height: 75px;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#feature-lp-contents .ui-c-tab-selector--button.is-active {
  background: #333;
  color: #fff;
}

#feature-lp-contents .ui-c-tab-pane {
  display: none;
}

#feature-lp-contents .ui-c-tab-pane.is-active {
  display: block;
}

#feature-lp-contents .ui-c-item-list--item {
  position: relative;
  -webkit-box-shadow: var(--base-shadow01);
  box-shadow: var(--base-shadow01);
}

#feature-lp-contents .ui-c-item-list--item:nth-of-type(n + 2) {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-item-list--item:nth-of-type(n + 2) {
    margin-top: 240px;
  }
}

#feature-lp-contents .ui-c-item-list--item>.ui-c-item-mv {
  margin-top: 31px;
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-item-list--item>.ui-c-item-mv {
    padding: 0 40px 0;
    margin-top: 31px;
  }
}

@-webkit-keyframes float {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce02 {
  0% {
    -webkit-transform: scale(1) translateY(100%);
    transform: scale(1) translateY(100%);
  }

  50% {
    -webkit-transform: scale(1) translateY(10%);
    transform: scale(1) translateY(10%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@keyframes bounce02 {
  0% {
    -webkit-transform: scale(1) translateY(100%);
    transform: scale(1) translateY(100%);
  }

  50% {
    -webkit-transform: scale(1) translateY(10%);
    transform: scale(1) translateY(10%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes visible {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes visible {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#feature-lp-contents .js-anime.-float {
  -webkit-animation: float 3.5s ease-in-out infinite;
  animation: float 3.5s ease-in-out infinite;
}

#feature-lp-contents .js-anime.-fade01 {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

#feature-lp-contents .js-anime.-fade01.is-animeted {
  -webkit-animation: fade 0.5s ease 0.2s forwards;
  animation: fade 0.5s ease 0.2s forwards;
}

#feature-lp-contents .js-anime.-stepFade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#feature-lp-contents .js-anime.-stepFade .ui-c-related-products--item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#feature-lp-contents .js-anime.-stepFade.is-animeted {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

#feature-lp-contents .js-anime.-stepFade.is-animeted .ui-c-related-products--item:nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

#feature-lp-contents .js-anime.-flash {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#feature-lp-contents .js-anime.-flash.is-animeted {
  -webkit-animation: bounce 0.8s ease 0.2s forwards;
  animation: bounce 0.8s ease 0.2s forwards;
}

#feature-lp-contents .js-anime.-visible {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

#feature-lp-contents .js-anime.-visible.is-animeted {
  -webkit-animation: visible 0.5s ease 0.2s forwards;
  animation: visible 0.5s ease 0.2s forwards;
}

#feature-lp-contents .ui-c-swiper--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(820 * 100vw / var(--base-width-pc));
}

@media screen and (max-width: 750px) {
  #feature-lp-contents .ui-c-swiper--inner {
    min-height: calc(820 * 100vw / var(--base-width-sp));
    padding: 0;
  }
}

#feature-lp-contents .js-itemSliderBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#feature-lp-contents .js-itemSliderBg .ui-c-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#feature-lp-contents .js-itemSlider {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .hidden-sp {
    display: none !important;
  }
}
