@charset "utf-8";
[v-cloak] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.str-main {
  overflow: hidden;
}

.common {
  position: relative;
}
.common picture {
  display: block;
}
.common img {
  display: block;
}
@media screen and (max-width: 768px) {
  .common img {
    width: 100%;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.mod-link-text {
  /* /assets/css/common.cssから移植 */
  vertical-align: top;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 22px;
}

.mod-link-text::before {
  background-image: url(/assets/images/icon-arrow-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .mod-link-text {
    padding-left: 24px;
  }
  .mod-link-text::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .mod-link-text:active::before,
  .mod-link-text:focus::before,
  .mod-link-text:hover::before {
    transform: translate3d(4px, 0, 0);
  }
}
/**
 * ----------------------------------------
 * Vue.js animation
 * ----------------------------------------
 */
.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.js-accordion__trigger {
  position: relative;
}
.js-accordion__target {
  overflow: hidden;
}
.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-enter, .js-accordion__target-leave-to {
  opacity: 0;
}

:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-x: 0px;
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-x: 0px;
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
  --fade-translate-y: 0px;
}

.fromRight {
  --fade-translate-x: 50px;
  --fade-translate-y: 0px;
}

.jsFade {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsFade.speed--100 {
  transition-delay: 100ms;
}
.jsFade.speed--200 {
  transition-delay: 200ms;
}
.jsFade.speed--300 {
  transition-delay: 300ms;
}
.jsFade.speed--400 {
  transition-delay: 400ms;
}
.jsFade.speed--500 {
  transition-delay: 500ms;
}
.jsFade.speed--600 {
  transition-delay: 600ms;
}
.jsFade.speed--700 {
  transition-delay: 700ms;
}
.jsFade.speed--800 {
  transition-delay: 800ms;
}
.jsFade.speed--900 {
  transition-delay: 900ms;
}
.jsFade.speed--1000 {
  transition-delay: 1000ms;
}
.jsFade.speed--1100 {
  transition-delay: 1100ms;
}
.jsFade.speed--1200 {
  transition-delay: 1200ms;
}
.jsFade.speed--1300 {
  transition-delay: 1300ms;
}
.jsFade.speed--1400 {
  transition-delay: 1400ms;
}
.jsFade.speed--1500 {
  transition-delay: 1500ms;
}
.jsFade.speed--1600 {
  transition-delay: 1600ms;
}
.jsFade.speed--1700 {
  transition-delay: 1700ms;
}
.jsFade.speed--1800 {
  transition-delay: 1800ms;
}
.jsFade.speed--1900 {
  transition-delay: 1900ms;
}
.jsFade.speed--2000 {
  transition-delay: 2000ms;
}
.jsFade.speed--2100 {
  transition-delay: 2100ms;
}
.jsFade.speed--2200 {
  transition-delay: 2200ms;
}
.jsFade.speed--2300 {
  transition-delay: 2300ms;
}
.jsFade.speed--2400 {
  transition-delay: 2400ms;
}
.jsFade.speed--2500 {
  transition-delay: 2500ms;
}
.jsFade.speed--2600 {
  transition-delay: 2600ms;
}
.jsFade.speed--2700 {
  transition-delay: 2700ms;
}
.jsFade.speed--2800 {
  transition-delay: 2800ms;
}
.jsFade.speed--2900 {
  transition-delay: 2900ms;
}
.jsFade.speed--3000 {
  transition-delay: 3000ms;
}
.jsFade.delay--100 {
  transition-delay: 100ms;
}
.jsFade.delay--200 {
  transition-delay: 200ms;
}
.jsFade.delay--300 {
  transition-delay: 300ms;
}
.jsFade.delay--400 {
  transition-delay: 400ms;
}
.jsFade.delay--500 {
  transition-delay: 500ms;
}
.jsFade.delay--600 {
  transition-delay: 600ms;
}
.jsFade.delay--700 {
  transition-delay: 700ms;
}
.jsFade.delay--800 {
  transition-delay: 800ms;
}
.jsFade.delay--900 {
  transition-delay: 900ms;
}
.jsFade.delay--1000 {
  transition-delay: 1000ms;
}
.jsFade.delay--1100 {
  transition-delay: 1100ms;
}
.jsFade.delay--1200 {
  transition-delay: 1200ms;
}
.jsFade.delay--1300 {
  transition-delay: 1300ms;
}
.jsFade.delay--1400 {
  transition-delay: 1400ms;
}
.jsFade.delay--1500 {
  transition-delay: 1500ms;
}
.jsFade.delay--1600 {
  transition-delay: 1600ms;
}
.jsFade.delay--1700 {
  transition-delay: 1700ms;
}
.jsFade.delay--1800 {
  transition-delay: 1800ms;
}
.jsFade.delay--1900 {
  transition-delay: 1900ms;
}
.jsFade.delay--2000 {
  transition-delay: 2000ms;
}
.jsFade.delay--2100 {
  transition-delay: 2100ms;
}
.jsFade.delay--2200 {
  transition-delay: 2200ms;
}
.jsFade.delay--2300 {
  transition-delay: 2300ms;
}
.jsFade.delay--2400 {
  transition-delay: 2400ms;
}
.jsFade.delay--2500 {
  transition-delay: 2500ms;
}
.jsFade.delay--2600 {
  transition-delay: 2600ms;
}
.jsFade.delay--2700 {
  transition-delay: 2700ms;
}
.jsFade.delay--2800 {
  transition-delay: 2800ms;
}
.jsFade.delay--2900 {
  transition-delay: 2900ms;
}
.jsFade.delay--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

main {
  border-bottom: 20px solid #ffffff;
}

.inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.bg__wood {
  position: relative;
  z-index: 1;
  background: url(../images/pc/20241007/index-bg-green.png) repeat-x center top, url(../images/pc/20241007/index-bg-wood.jpg) repeat-y center top;
  background-size: 1050px, 2000px;
}
@media screen and (min-width: 2001px) {
  .bg__wood {
    background-size: 1050px, 100%;
  }
}
@media screen and (max-width: 1200px) {
  .bg__wood {
    background-size: 87.5%, 166.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .bg__wood {
    background: url(../images/sp/20241007/index-bg-green.png) repeat-x center top, url(../images/sp/20241007/index-bg-wood.jpg) repeat-y center top;
    background-size: 100%, 100%;
  }
}
.bg__wood::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 820px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}
@media screen and (max-width: 1200px) {
  .bg__wood::after {
    height: 68.3333333333%;
  }
}
.bg__stone {
  background: url(../images/pc/20241007/index-bg-stone.jpg) repeat-y center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .bg__stone {
    background: url(../images/sp/20241007/index-bg-stone.jpg) repeat-y center top;
    background-size: 100%;
  }
}

.mv {
  position: relative;
  width: 100%;
}
.mv__title {
  background: url(../images/pc/20241007/index-bg-mv-top.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__title {
    background: none;
  }
}
.mv__title h1 {
  width: 70.1666666667%;
  margin: 0 auto;
  padding: 1.1666666667% 0 1.25% 0;
}
@media screen and (max-width: 768px) {
  .mv__title h1 {
    width: 100%;
    padding: 0;
  }
}
.mv__img {
  position: relative;
  background: url(../images/pc/20250605/index-bg-mv-bottom.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__img {
    background: none;
  }
}
.mv__img::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__img::after {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99.7333333333vw;
    background: url(../images/sp/20250819/index-text-mv.png) no-repeat center center;
    background-size: 100%;
    pointer-events: none;
    content: "";
  }
}
.mv__img--space {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__img--space {
    display: none;
  }
}
.mv__img figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__img figure {
    position: static;
    width: 100%;
  }
}
.mv__reg {
  width: 100%;
  background-color: #517e36;
}

.news {
  width: 100%;
  background-color: #fff49a;
}
.news__detail {
  width: 100%;
}
.news__detail a {
  display: block;
}

.intro > .inner {
  padding: 100px 0 60px 0;
}
@media screen and (max-width: 1200px) {
  .intro > .inner {
    padding: 8.3333333333% 0 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .intro > .inner {
    padding: 10.6666666667vw 0 13.3333333333vw 0;
  }
}
.intro__anchor {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .intro__anchor {
    display: block;
  }
}
.intro__item {
  width: 19.5833333333%;
  margin: 0 0.4166666667%;
}
@media screen and (max-width: 768px) {
  .intro__item {
    width: 74.8%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .intro__item.intro__item {
    margin-top: 4vw;
  }
}
.intro__item--again a {
  position: relative;
}
.intro__item--again a::before {
  display: block;
  position: absolute;
  top: -11px;
  left: -6px;
  width: 94px;
  height: 31px;
  background: url(../images/pc/20250819/index-text-intro-anchor-again.png) no-repeat center center;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 1200px) {
  .intro__item--again a::before {
    top: -0.9166666667vw;
    left: -0.5vw;
    width: 7.8333333333vw;
    height: 2.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__item--again a::before {
    top: -2.1333333333vw;
    left: -2.4vw;
    width: 21.6vw;
    height: 7.8666666667vw;
  }
}
.intro__item a {
  display: block;
}
.intro__copy {
  width: 55.75%;
  margin: 7.6666666667% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .intro__copy {
    width: 89.8666666667%;
    margin-top: 11.2vw;
  }
}
.intro__movie {
  width: 57.5%;
  margin: 3.8333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .intro__movie {
    width: 84%;
    margin-top: 8.2666666667vw;
  }
}
.intro__movie--inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.intro__movie--inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__img {
  width: 57.5%;
  margin: 3.8333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .intro__img {
    width: 84%;
    margin-top: 12vw;
  }
}

.about > .inner {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .about > .inner {
    padding: 6.6666666667% 0;
  }
}
@media screen and (max-width: 768px) {
  .about > .inner {
    padding: 16vw 0;
  }
}
.about__detail {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 3.8333333333% 0 7.5% 0;
  border: 3px solid #517e36;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .about__detail {
    border: 0.25vw solid #517e36;
  }
}
@media screen and (max-width: 768px) {
  .about__detail {
    width: 84%;
    padding: 12.8vw 0 19.4666666667vw 0;
    border: 0.5333333333vw solid #517e36;
  }
}
.about__detail::before, .about__detail::after {
  display: block;
  position: absolute;
  content: "";
}
.about__detail::before {
  top: -53px;
  left: -83px;
  width: 125px;
  height: 99px;
  background: url(../images/pc/20250819/index-img-about-01.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .about__detail::before {
    top: -4.4166666667vw;
    left: -6.9166666667vw;
    width: 10.4166666667vw;
    height: 8.25vw;
  }
}
@media screen and (max-width: 768px) {
  .about__detail::before {
    top: -9.8666666667vw;
    left: -3.2vw;
    width: 22vw;
    height: 17.6vw;
    background: url(../images/sp/20250819/index-img-about-01.png) no-repeat center center;
    background-size: 100%;
  }
}
.about__detail::after {
  right: -71px;
  bottom: -53px;
  width: 189px;
  height: 196px;
  background: url(../images/pc/20250819/index-img-about-02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .about__detail::after {
    right: -5.9166666667vw;
    bottom: -4.4166666667vw;
    width: 15.75vw;
    height: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about__detail::after {
    right: -4.4vw;
    bottom: -14.1333333333vw;
    width: 33.7333333333vw;
    height: 32.5333333333vw;
    background: url(../images/sp/20250819/index-img-about-02.png) no-repeat center center;
    background-size: 100%;
  }
}
.about__title {
  width: 57.5630252101%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 84.7266881029%;
  }
}
.about__list {
  margin-top: 5.6022408964%;
  padding: 0 6.5826330532%;
}
@media screen and (max-width: 768px) {
  .about__list {
    margin-top: 8vw;
    padding: 0 4.8vw;
  }
}
.about__item + .about__item {
  margin-top: 5.501618123%;
}
@media screen and (max-width: 768px) {
  .about__item + .about__item {
    margin-top: 7.2vw;
  }
}
.about__item > dl > dt {
  width: 72.5806451613%;
}
@media screen and (max-width: 768px) {
  .about__item > dl > dt {
    width: 90.9090909091%;
  }
}
.about__item > dl > dd {
  width: 100%;
  margin-top: 2.1035598706%;
}
@media screen and (max-width: 768px) {
  .about__item > dl > dd {
    width: 100%;
    margin-top: 3.7333333333vw;
  }
}

.merchandise03 {
  background: url(../images/pc/20250605/index-bg-merchandise03.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .merchandise03 {
    background: url(../images/sp/20250605/index-bg-merchandise03.jpg) no-repeat center center;
    background-size: cover;
  }
}
.merchandise03 > .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .merchandise03 > .inner {
    padding: 8.3333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .merchandise03 > .inner {
    padding: 18.6666666667vw 0 13.3333333333vw 0;
  }
}
.merchandise03__detail {
  position: relative;
  width: 66.6666666667%;
  margin: 0 auto;
  padding: 2.6666666667% 0 3.8333333333% 0;
  border: 4px solid #517e36;
  background-color: #ffffff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .merchandise03__detail {
    border: 0.3333333333vw solid #517e36;
    box-shadow: 0.4166666667vw 0.4166666667vw 0.5vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .merchandise03__detail {
    width: 89.3333333333%;
    padding: 7.2vw 0 6vw 0;
    border: 0.5333333333vw solid #517e36;
    box-shadow: 0.6666666667vw 0.6666666667vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}
.merchandise03__detail--number {
  position: absolute;
  top: -44px;
  left: -35px;
  width: 31.5656565657%;
}
@media screen and (max-width: 1200px) {
  .merchandise03__detail--number {
    top: -3.6666666667vw;
    left: -2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise03__detail--number {
    top: -11.2vw;
    left: -0.5333333333vw;
    width: 38.0664652568%;
  }
}
.merchandise03__title {
  width: 57.4494949495%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise03__title {
    width: 94.5619335347%;
  }
}
.merchandise03__result {
  width: 36.8686868687%;
  margin: 3.7878787879% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise03__result {
    width: 78.8519637462%;
    margin-top: 5.3333333333vw;
  }
}
.merchandise03__package {
  position: absolute;
  top: 194px;
  left: 424px;
  width: 42.5505050505%;
}
@media screen and (max-width: 1200px) {
  .merchandise03__package {
    top: 16.1666666667vw;
    left: 35.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise03__package {
    position: static;
    width: 100%;
    margin: 5.3333333333vw auto 0 auto;
  }
}
.merchandise03__package--img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merchandise03__package--img {
    width: 75.2265861027%;
    margin: 0 auto;
  }
}
.merchandise03__package--note {
  width: 96.7359050445%;
  margin: 3.5608308605% auto 0 0;
}
@media screen and (max-width: 768px) {
  .merchandise03__package--note {
    width: 93.0513595166%;
    margin: 4.2666666667vw auto 0 auto;
  }
}
.merchandise03__copy {
  width: 43.4343434343%;
  margin: 5.0505050505% auto 0 6.3131313131%;
}
@media screen and (max-width: 768px) {
  .merchandise03__copy {
    width: 91.5407854985%;
    margin: 7.4666666667vw auto 0 auto;
  }
}
.merchandise03__info {
  width: 43.5606060606%;
  margin: 2.5252525253% auto 0 6.3131313131%;
}
@media screen and (max-width: 768px) {
  .merchandise03__info {
    width: 95.166163142%;
    margin: 4vw auto 0 auto;
  }
}
.merchandise03__img {
  width: 87.1212121212%;
  margin: 3.7878787879% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise03__img {
    width: 95.166163142%;
    margin: 8vw auto 0 auto;
  }
}
.merchandise03__story {
  width: 87.1212121212%;
  margin: 6.3131313131% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise03__story {
    width: 95.166163142%;
    margin-top: 8vw;
  }
}
.merchandise03__story--title {
  width: 100%;
}
.merchandise03__story--inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 4.347826087%;
}
@media screen and (max-width: 768px) {
  .merchandise03__story--inner {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
.merchandise03__story--lead {
  position: relative;
  z-index: 2;
  width: 49.2753623188%;
  margin-top: 1.4492753623%;
}
@media screen and (max-width: 768px) {
  .merchandise03__story--lead {
    width: 89.1238670695%;
    margin: 0 auto -2.6666666667vw auto;
  }
}
.merchandise03__story--img {
  position: relative;
  z-index: 1;
  width: 49.4202898551%;
}
@media screen and (max-width: 768px) {
  .merchandise03__story--img {
    width: 100%;
  }
}

.develop > .inner {
  padding: 160px 0 94px 0;
}
@media screen and (max-width: 1200px) {
  .develop > .inner {
    padding: 13.3333333333% 0 7.8333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .develop > .inner {
    padding: 19.3333333333vw 0 12vw 0;
  }
}
.develop__title {
  width: 63.1666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .develop__title {
    width: 92.9333333333%;
  }
}
.develop__copy {
  width: 47.5%;
  margin: 0.4166666667% auto 0 auto;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .develop__copy {
    width: 91.0666666667%;
    margin-top: 4.8vw;
  }
}
.develop__anchor {
  position: relative;
  width: 42.75%;
  margin: 14.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .develop__anchor {
    width: 100%;
    margin-top: 30.6666666667vw;
  }
}
.develop__anchor--img {
  width: 100%;
}
.develop__anchor--list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.develop__anchor--item {
  position: absolute;
}
.develop__anchor--item a {
  display: block;
}
@media screen and (max-width: 768px) {
  .develop__anchor--item a:hover {
    opacity: 1;
  }
}
.develop__anchor--item.products {
  top: -135px;
  left: 179px;
  width: 32.3586744639%;
  background: url(../images/pc/20250819/index-btn-develop-anchor-products-bg.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .develop__anchor--item.products {
    top: -11.25vw;
    left: 14.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__anchor--item.products {
    top: -23.2vw;
    left: 33.4666666667vw;
    width: 34.1333333333%;
    background: none;
  }
}
.develop__anchor--item.contents {
  top: 93px;
  left: -128px;
  width: 46.5886939571%;
  background: url(../images/pc/20250819/index-btn-develop-anchor-contents-bg.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .develop__anchor--item.contents {
    top: 7.75vw;
    left: -10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__anchor--item.contents {
    top: 6.5333333333vw;
    left: 3.6vw;
    width: 34.1333333333%;
    background: none;
  }
}
.develop__anchor--item.farmer {
  top: 93px;
  right: -123px;
  width: 43.469785575%;
  background: url(../images/pc/20250819/index-btn-develop-anchor-farmer-bg.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .develop__anchor--item.farmer {
    top: 7.75vw;
    right: -10.25vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__anchor--item.farmer {
    top: 6.6666666667vw;
    right: 2.5333333333vw;
    width: 34.1333333333%;
    background: none;
  }
}
.develop__anchor--item.fruit {
  right: -49px;
  bottom: -5px;
  width: 44.6393762183%;
  background: url(../images/pc/20250819/index-btn-develop-anchor-fruit-bg.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .develop__anchor--item.fruit {
    right: -4.0833333333vw;
    bottom: -0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__anchor--item.fruit {
    right: 7.8666666667vw;
    bottom: -8.6666666667vw;
    width: 34.1333333333%;
    background: none;
  }
}
.develop__anchor--item.ja {
  bottom: -3px;
  left: -35px;
  width: 44.0545808967%;
  background: url(../images/pc/20250819/index-btn-develop-anchor-ja-bg.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .develop__anchor--item.ja {
    bottom: -0.25vw;
    left: -2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__anchor--item.ja {
    bottom: -8.6666666667vw;
    left: 8.9333333333vw;
    width: 34.1333333333%;
    background: none;
  }
}
.develop__detail {
  width: 69.1666666667%;
  margin: 15.6666666667% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .develop__detail {
    width: 84%;
    margin-top: 38.2666666667vw;
  }
}
.develop__detail--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .develop__detail--list {
    flex-direction: column;
  }
}
.develop__detail--item {
  width: 31.3253012048%;
  margin: 0 0.6024096386%;
  padding-bottom: 4.8192771084%;
  border-radius: 18px;
  background-color: #fdf6ed;
}
@media screen and (max-width: 1200px) {
  .develop__detail--item {
    border-radius: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item {
    width: 100%;
    padding-bottom: 8vw;
    border-radius: 4.8vw;
  }
}
.develop__detail--item:nth-child(n+4) {
  margin-top: 1.2048192771%;
}
@media screen and (max-width: 768px) {
  .develop__detail--item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item + .develop__detail--item {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item.products {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item.contents {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item.farmer {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item.ja {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .develop__detail--item.fruit {
    order: 5;
  }
}
.develop__detail--title {
  width: 100%;
}
.develop__detail--lead {
  width: 100%;
  margin-top: 7.6923076923%;
}
@media screen and (max-width: 768px) {
  .develop__detail--lead {
    margin-top: 5.0666666667vw;
  }
}
.develop__lead {
  width: 62.9166666667%;
  margin: 5.8333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .develop__lead {
    width: 89.6%;
    margin-top: 10.6666666667vw;
  }
}
.develop__btn {
  width: 33.8333333333%;
  margin: 2.5% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .develop__btn {
    width: 74.8%;
    margin-top: 10.4vw;
  }
}

.merchandise02 {
  background: url(../images/pc/20250605/index-bg-merchandise02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .merchandise02 {
    background: url(../images/sp/20250605/index-bg-merchandise02.jpg) no-repeat center center;
    background-size: cover;
  }
}
.merchandise02 > .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .merchandise02 > .inner {
    padding: 8.3333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .merchandise02 > .inner {
    padding: 18.6666666667vw 0 13.3333333333vw 0;
  }
}
.merchandise02__detail {
  position: relative;
  width: 66.6666666667%;
  margin: 0 auto;
  padding: 2.6666666667% 0 3.8333333333% 0;
  border: 4px solid #517e36;
  background-color: #ffffff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .merchandise02__detail {
    border: 0.3333333333vw solid #517e36;
    box-shadow: 0.4166666667vw 0.4166666667vw 0.5vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .merchandise02__detail {
    width: 89.3333333333%;
    padding: 7.2vw 0 4.5333333333vw 0;
    border: 0.5333333333vw solid #517e36;
    box-shadow: 0.6666666667vw 0.6666666667vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}
.merchandise02__detail--number {
  position: absolute;
  top: -44px;
  left: -35px;
  width: 31.5656565657%;
}
@media screen and (max-width: 1200px) {
  .merchandise02__detail--number {
    top: -3.6666666667vw;
    left: -2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise02__detail--number {
    top: -11.2vw;
    left: -0.5333333333vw;
    width: 38.0664652568%;
  }
}
.merchandise02__title {
  width: 46.8434343434%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise02__title {
    width: 79.4561933535%;
  }
}
.merchandise02__result {
  width: 100%;
  margin: 3.7878787879% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise02__result {
    margin-top: 5.0666666667vw;
  }
}
.merchandise02__package {
  position: absolute;
  top: 660px;
  left: 50px;
  width: 41.1616161616%;
}
@media screen and (max-width: 1200px) {
  .merchandise02__package {
    top: 55vw;
    left: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise02__package {
    position: static;
    width: 100%;
    margin: 5.3333333333vw auto 0 auto;
  }
}
.merchandise02__package--img {
  width: 97.5460122699%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .merchandise02__package--img {
    width: 75.2265861027%;
    margin: 0 auto;
  }
}
.merchandise02__package--note {
  width: 100%;
  margin: 3.6809815951% auto 0 0;
}
@media screen and (max-width: 768px) {
  .merchandise02__package--note {
    width: 93.0513595166%;
    margin: 4.2666666667vw auto 0 auto;
  }
}
.merchandise02__copy {
  width: 44.4444444444%;
  margin: 7.5757575758% auto 0 49.7474747475%;
}
@media screen and (max-width: 768px) {
  .merchandise02__copy {
    width: 89.4259818731%;
    margin: 7.7333333333vw auto 0 auto;
  }
}
.merchandise02__info {
  width: 43.8131313131%;
  margin: 2.5252525253% auto 0 49.7474747475%;
}
@media screen and (max-width: 768px) {
  .merchandise02__info {
    width: 95.166163142%;
    margin: 4vw auto 0 auto;
  }
}
.merchandise02__img {
  width: 87.1212121212%;
  margin: 3.7878787879% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise02__img {
    width: 95.166163142%;
    margin: 8vw auto 0 auto;
  }
}
.merchandise02__tvcm {
  padding-top: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .merchandise02__tvcm {
    padding-top: 13.3333333333vw;
  }
}
.merchandise02__tvcm .tvcm__title {
  width: 11.0833333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise02__tvcm .tvcm__title {
    width: 27.3333333333%;
  }
}
.merchandise02__tvcm .tvcm__movie {
  width: 57.5%;
  margin: 3.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise02__tvcm .tvcm__movie {
    width: 84%;
    margin-top: geVw(50);
  }
}
.merchandise02__tvcm .tvcm__movie--inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.merchandise02__tvcm .tvcm__movie--inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.merchandise02__tvcm .tvcm__name {
  margin-top: 2%;
  color: #623e1b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .merchandise02__tvcm .tvcm__name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise02__tvcm .tvcm__name {
    margin-top: 2.4vw;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
.merchandise02__tvcm .tvcm__name sup {
  font-size: 0.5em;
  vertical-align: middle;
}
.merchandise02__tvcm .tvcm__name .isSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .merchandise02__tvcm .tvcm__name .isSP {
    display: block;
  }
}

.merchandise {
  background: url(../images/pc/20250605/index-bg-merchandise.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .merchandise {
    background: url(../images/sp/20250605/index-bg-merchandise.jpg) no-repeat center center;
    background-size: cover;
  }
}
.merchandise > .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .merchandise > .inner {
    padding: 8.3333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .merchandise > .inner {
    padding: 18.6666666667vw 0 13.3333333333vw 0;
  }
}
.merchandise__detail {
  position: relative;
  width: 66.6666666667%;
  margin: 0 auto;
  padding: 2.6666666667% 0 2.8333333333% 0;
  border: 4px solid #517e36;
  background-color: #ffffff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .merchandise__detail {
    border: 0.3333333333vw solid #517e36;
    box-shadow: 0.4166666667vw 0.4166666667vw 0.5vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .merchandise__detail {
    width: 89.3333333333%;
    padding: 13.8666666667vw 0 4.5333333333vw 0;
    border: 0.5333333333vw solid #517e36;
    box-shadow: 0.6666666667vw 0.6666666667vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}
.merchandise__detail--number {
  position: absolute;
  top: -44px;
  left: -35px;
  width: 31.5656565657%;
}
@media screen and (max-width: 1200px) {
  .merchandise__detail--number {
    top: -3.6666666667vw;
    left: -2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise__detail--number {
    top: -11.2vw;
    left: -0.5333333333vw;
    width: 38.0664652568%;
  }
}
.merchandise__detail--again {
  position: absolute;
  top: -26px;
  left: -35px;
  width: 30.6818181818%;
}
@media screen and (max-width: 1200px) {
  .merchandise__detail--again {
    top: -2.1666666667vw;
    left: -2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise__detail--again {
    top: -10.2666666667vw;
    left: 2.6666666667vw;
    width: 36.7069486405%;
  }
}
.merchandise__title {
  width: 41.5404040404%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise__title {
    width: 72.0543806647%;
  }
}
.merchandise__result {
  width: 100%;
  margin: 3.7878787879% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise__result {
    margin-top: 5.0666666667vw;
  }
}
.merchandise__package {
  position: absolute;
  top: 182px;
  right: 26px;
  width: 43.1818181818%;
}
@media screen and (max-width: 1200px) {
  .merchandise__package {
    top: 15.1666666667vw;
    right: 2.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .merchandise__package {
    position: static;
    width: 100%;
    margin: 5.3333333333vw auto 0 auto;
  }
}
.merchandise__package--img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merchandise__package--img {
    width: 75.2265861027%;
    margin: 0 auto;
  }
}
.merchandise__package--btn {
  width: 87.4269005848%;
  margin: 5.8479532164% auto 0 0;
}
@media screen and (max-width: 768px) {
  .merchandise__package--btn {
    width: 84.2900302115%;
    margin: 5.3333333333vw auto 0 auto;
  }
}
.merchandise__package--btn a {
  display: block;
}
.merchandise__package--note {
  width: 84.5029239766%;
  margin: 2.9239766082% auto 0 0;
}
@media screen and (max-width: 768px) {
  .merchandise__package--note {
    width: 91.6918429003%;
    margin: 4.2666666667vw auto 0 auto;
  }
}
.merchandise__copy {
  width: 43.8131313131%;
  margin: 9.4696969697% auto 0 6.3131313131%;
}
@media screen and (max-width: 768px) {
  .merchandise__copy {
    width: 90.332326284%;
    margin: 7.7333333333vw auto 0 auto;
  }
}
.merchandise__info {
  width: 43.8131313131%;
  margin: 2.5252525253% auto 0 6.3131313131%;
}
@media screen and (max-width: 768px) {
  .merchandise__info {
    width: 95.166163142%;
    margin: 4vw auto 0 auto;
  }
}
.merchandise__img {
  width: 87.1212121212%;
  margin: 6.3131313131% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .merchandise__img {
    width: 95.166163142%;
    margin: 8vw auto 0 auto;
  }
}
.merchandise__link {
  margin-top: 6.3131313131%;
  padding: 0 6.4393939394%;
}
@media screen and (max-width: 768px) {
  .merchandise__link {
    margin-top: 8vw;
    padding: 0 5.4380664653%;
  }
}
.merchandise__link a {
  display: block;
  margin-right: -1.7391304348%;
}
@media screen and (max-width: 768px) {
  .merchandise__link a {
    margin-right: -2.0338983051%;
  }
}

.voice .inner {
  padding: 160px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  .voice .inner {
    padding: 13.3333333333% 0 8.3333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .voice .inner {
    padding: 18.6666666667vw 0 13.3333333333vw 0;
  }
}
.voice__title {
  width: 18%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__title {
    width: 44.2666666667%;
  }
}
.voice__lead {
  width: 56.1666666667%;
  margin: 4.1666666667% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__lead {
    width: 85.4666666667%;
    margin-top: 5.3333333333vw;
  }
}
.voice__detail {
  width: 70%;
  margin: 2.5% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__detail {
    width: 80%;
    margin-top: 7.2vw;
  }
}
.voice__detail .ownly_ugc_set_post {
  box-sizing: content-box;
  border: 1px solid #517e36;
  background-color: #fdf6ed;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 768px) {
  .voice__detail .ownly_ugc_set_post {
    box-shadow: 0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.24);
  }
}
.voice__note {
  width: 38.9166666667%;
  margin: 2.5% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__note {
    width: 81.4666666667%;
    margin-top: 5.3333333333vw;
  }
}

.topics > .inner {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .topics > .inner {
    padding: 8.3333333333% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topics > .inner {
    padding: 16vw 0 13.3333333333vw 0;
  }
}
.topics__title {
  width: 57.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topics__title {
    width: 89.3333333333%;
  }
}
.topics__quiz {
  position: relative;
  width: 66.6666666667%;
  margin: 14.6666666667% auto 0 auto;
  padding: 13.75% 0 4.3333333333% 0;
  border: 3px solid #623e1b;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .topics__quiz {
    border: 0.25vw solid #623e1b;
    border-radius: 1.6666666667vw;
    box-shadow: 0.4166666667vw 0.4166666667vw 0.5vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .topics__quiz {
    width: 89.3333333333%;
    margin-top: 26.6666666667vw;
    padding: 32.5333333333vw 0 12vw 0;
    border: 0.5333333333vw solid #623e1b;
    border-radius: 2.6666666667vw;
    box-shadow: 0.6666666667vw 0.6666666667vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}
.topics__quiz--title {
  position: absolute;
  top: -103px;
  left: 142px;
  width: 62.8463476071%;
}
@media screen and (max-width: 1200px) {
  .topics__quiz--title {
    top: -8.5833333333vw;
    left: 11.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .topics__quiz--title {
    top: -14.4vw;
    left: 0.8vw;
    width: 97.7341389728%;
  }
}
.topics__quiz--copy {
  width: 66.7506297229%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topics__quiz--copy {
    width: 89.1238670695%;
  }
}
.topics__quiz--accordion {
  width: 86.9017632242%;
  margin: 5.0377833753% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion {
    width: 95.166163142%;
    margin-top: 5.3333333333vw;
  }
}
.topics__quiz--accordion > dl + dl {
  margin-top: 6.9269521411%;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion > dl + dl {
    margin-top: 5.8666666667vw;
  }
}
.topics__quiz--accordion .question {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion .question {
    width: 95.2380952381%;
    margin: 0 auto;
  }
}
.topics__quiz--accordion .acDetail-js {
  display: none;
}
.topics__quiz--accordion .answer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7.2463768116%;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion .answer {
    flex-direction: column-reverse;
    width: 95.2380952381%;
    margin: 0 auto;
  }
}
.topics__quiz--accordion .answer__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion .answer__img {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.topics__quiz--accordion .answer__text {
  width: 50%;
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion .answer__text {
    width: 100%;
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
.topics__quiz--accordion .answer__text span {
  display: block;
  margin-top: 10px;
  padding-left: 3em;
  font-size: 12px;
  text-indent: -3em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion .answer__text span {
    margin-top: 3.3333333333vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.7142857143;
  }
}
.topics__quiz--accordion .ac-js {
  margin-top: 4.347826087%;
}
@media screen and (max-width: 768px) {
  .topics__quiz--accordion .ac-js {
    margin-top: 4.6666666667vw;
  }
}
.topics__quiz--accordion .ac-js.-active .btn--open {
  display: none;
}
.topics__quiz--accordion .ac-js.-active .btn--close {
  display: block;
}
.topics__quiz--accordion .ac-js .btn {
  width: 100%;
  cursor: pointer;
}
.topics__quiz--accordion .ac-js .btn--open {
  display: block;
}
.topics__quiz--accordion .ac-js .btn--close {
  display: none;
}
.topics__list {
  width: 66.6666666667%;
  margin: 0 auto;
  padding-top: 6.6666666667%;
}
@media screen and (max-width: 768px) {
  .topics__list {
    width: 89.3333333333%;
    padding-top: 13.3333333333vw;
  }
}
.topics__item {
  width: 101.5%;
  margin-right: -1.5%;
}
@media screen and (max-width: 768px) {
  .topics__item {
    width: 101.7910447761%;
    margin-right: 1.7910447761%;
  }
}
.topics__item--top {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .topics__item--top {
    margin-top: 3.4666666667vw;
  }
}

.campaign {
  background: url(../images/pc/20241007/index-bg-about.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .campaign {
    background: url(../images/sp/20241007/index-bg-about.jpg) no-repeat center top;
    background-size: cover;
  }
}
.campaign > .inner {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .campaign > .inner {
    padding: 6.6666666667% 0;
  }
}
@media screen and (max-width: 768px) {
  .campaign > .inner {
    padding: 17.0666666667vw 0 18.9333333333vw 0;
  }
}
.campaign__detail {
  position: relative;
  width: 66.6666666667%;
  margin: 0 auto;
  padding: 3.75% 0 6.25% 0;
  border: 3px solid #517e36;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .campaign__detail {
    border: 0.25vw solid #517e36;
  }
}
@media screen and (max-width: 768px) {
  .campaign__detail {
    width: 89.3333333333%;
    padding: 10.1333333333vw 0 16vw 0;
    border: 0.5333333333vw solid #517e36;
  }
}
.campaign__detail::before, .campaign__detail::after {
  display: block;
  position: absolute;
  content: "";
}
.campaign__detail::before {
  top: -52px;
  left: -82px;
  width: 125px;
  height: 99px;
  background: url(../images/pc/20241007/index-img-about-01.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .campaign__detail::before {
    top: -4.3333333333vw;
    left: -6.8333333333vw;
    width: 10.4166666667vw;
    height: 8.25vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign__detail::before {
    top: -9.8666666667vw;
    left: -3.2vw;
    width: 22vw;
    height: 17.6vw;
    background: url(../images/sp/20241007/index-img-about-01.png) no-repeat center center;
    background-size: 100%;
  }
}
.campaign__detail::after {
  right: -70px;
  bottom: -78px;
  width: 189px;
  height: 196px;
  background: url(../images/pc/20241007/index-img-about-02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .campaign__detail::after {
    right: -5.8333333333vw;
    bottom: -6.5vw;
    width: 15.75vw;
    height: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign__detail::after {
    right: -3.2vw;
    bottom: -17.0666666667vw;
    width: 33.7333333333vw;
    height: 32.5333333333vw;
    background: url(../images/sp/20241007/index-img-about-02.png) no-repeat center center;
    background-size: 100%;
  }
}
.campaign__title {
  width: 59.0680100756%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .campaign__title {
    width: 70.8459214502%;
  }
}
.campaign__list {
  width: 86.9017632242%;
  margin: 6.2972292191% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .campaign__list {
    width: 89.1238670695%;
    margin-top: 8vw;
  }
}
.campaign__item {
  width: 101.7391304348%;
  margin-right: -1.7391304348%;
}
@media screen and (max-width: 768px) {
  .campaign__item {
    width: 102.0338983051%;
    margin-right: -1.8126888218%;
  }
}
.campaign__item + .campaign__item {
  margin-top: 4.0579710145%;
}
@media screen and (max-width: 768px) {
  .campaign__item + .campaign__item {
    margin-top: 4.2666666667vw;
  }
}
.campaign__item a {
  display: block;
}

.other > .inner {
  padding: 100px 0 178px 0;
}
@media screen and (max-width: 1200px) {
  .other > .inner {
    padding: 8.3333333333% 0 14.8333333333% 0;
  }
}
@media screen and (max-width: 768px) {
  .other > .inner {
    padding: 0 0 18.9333333333vw 0;
  }
}
.other__detail--tvcm .tvcm__title {
  width: 11.0833333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other__detail--tvcm .tvcm__title {
    width: 27.3333333333%;
  }
}
.other__detail--tvcm .tvcm__movie {
  width: 57.5%;
  margin: 3.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  .other__detail--tvcm .tvcm__movie {
    width: 84%;
    margin-top: geVw(50);
  }
}
.other__detail--tvcm .tvcm__movie--inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.other__detail--tvcm .tvcm__movie--inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.other__detail--tvcm .tvcm__name {
  margin-top: 2%;
  color: #623e1b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .other__detail--tvcm .tvcm__name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .other__detail--tvcm .tvcm__name {
    margin-top: 5.0666666667vw;
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}
.other__detail--top {
  width: 67.6666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other__detail--top {
    width: 90.9333333333%;
  }
}

.float {
  position: fixed;
  z-index: 3000;
  right: 0;
  bottom: 30px;
  width: 335px;
  transition: all 0.2s;
}
@media screen and (max-width: 1200px) {
  .float {
    width: 27.9166666667%;
  }
}
@media screen and (max-width: 768px) {
  .float {
    width: 65.3333333333%;
  }
}
.float.hidden {
  opacity: 0;
  transition: all 0.2s;
}
.float a {
  display: block;
}