@charset "UTF-8";
body {
  font-family: "MainichiNewspapersM Light", "毎日新聞明朝 L", serif;
}

body {
  color: black;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.footer_contact_right_right img {
  display: inline;
}

.tel2 img {
  width: auto;
  max-width: none;
  display: inline;
}

.burdock {
  position: relative;
}
@media screen and (max-width: 768px) {
  .burdock {
    overflow: hidden;
  }
}

.burdock__side-textWrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 430px;
  min-height: 26.875rem;
}
@media screen and (max-width: 768px) {
  .burdock__side-textWrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.burdock__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .burdock__container {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
}

.burdock__wrapper {
  width: 66.9%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .burdock__wrapper {
    width: 100%;
    margin-top: 70px;
  }
}

.burdock__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .burdock__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.burdock__treatment {
  position: absolute;
  top: -15%;
  right: -37%;
  width: 56%;
}
@media screen and (max-width: 768px) {
  .burdock__treatment {
    top: -22%;
    right: 3%;
    width: 40%;
  }
}

.burdock__text {
  margin-top: 100px;
  margin-top: 6.25rem;
  line-height: 2.15;
  font-size: 18px;
  padding-left: 78px;
  padding-left: 4.875rem;
}
@media screen and (max-width: 984px) {
  .burdock__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .burdock__text {
    line-height: 1.8;
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}

.burdock__button {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .burdock__button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}

.burdock__label {
  width: 26.6%;
  position: relative;
  top: 30px;
  top: 1.875rem;
  left: 23px;
  left: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .burdock__label {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.burdock__slider {
  margin-top: 113px;
  margin-top: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .burdock__slider {
    margin-top: 55px;
  }
}

.burdock__introduction {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.chili-pepper {
  position: relative;
  overflow-x: hidden;
}

.chili-pepper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1440px) {
  .chili-pepper__wrapper {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 984px) {
  .chili-pepper__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.625rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .chili-pepper__wrapper {
    display: block;
    margin-top: 10rem;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 530px;
  }
}

.chili-pepper__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 11%;
}
@media screen and (max-width: 984px) {
  .chili-pepper__text-wrapper {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .chili-pepper__text-wrapper {
    margin-left: 0;
  }
}

.chili-pepper__text {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: -0.05px;
}
@media screen and (max-width: 984px) {
  .chili-pepper__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .chili-pepper__text {
    line-height: 1.8;
  }
}

.chili-pepper__button {
  position: relative;
  top: -10px;
  left: 37px;
}
@media screen and (max-width: 984px) {
  .chili-pepper__button {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .chili-pepper__button {
    text-align: center;
    margin-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.chili-pepper__slider {
  margin-top: 137px;
  margin-top: 8.5625rem;
}
@media screen and (max-width: 768px) {
  .chili-pepper__slider {
    margin-top: 55px;
  }
}

.chili-pepper__introduction {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.chiliPepper-green {
  margin-top: 271px;
  margin-top: 16.9375rem;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .chiliPepper-green {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 6.25rem;
  }
}

.chiliPepper-green__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 984px) {
  .chiliPepper-green__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__wrapper {
    display: block;
  }
}

.chiliPepper-green__label {
  width: 30%;
  position: relative;
  top: -60px;
  top: -3.75rem;
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__label {
    width: 100%;
    top: 0;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .chiliPepper-green__label {
  min-height: 300px;
  min-height: 18.75rem;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .chiliPepper-green__label {
    min-height: none;
  }
}

.chiliPepper-green__img {
  position: relative;
  width: 60.6vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 2000px) {
  .chiliPepper-green__img {
    margin-right: calc(50% - 40vw);
  }
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 30px;
  }
}

.chiliPepper-green__treatment {
  position: absolute;
  top: 28%;
  left: -23%;
  width: 41%;
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__treatment {
    top: 78%;
    left: 3%;
    width: 30%;
  }
}

.chiliPepper-red {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chiliPepper-red {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.chiliPepper-red__img {
  padding-left: 72px;
  padding-left: 4.5rem;
  width: 65%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chiliPepper-red__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 4.375rem;
    padding-left: 0;
    margin-top: 8.125rem;
  }
}

.chiliPepper-red__treatment {
  width: 42.5%;
  position: absolute;
  top: 13%;
  right: -34%;
}
@media screen and (max-width: 984px) {
  .chiliPepper-red__treatment {
    top: 7%;
  }
}
@media screen and (max-width: 768px) {
  .chiliPepper-red__treatment {
    width: 35%;
    top: -15%;
    right: 5%;
  }
}

.chiliPepper-red__label {
  position: absolute;
  bottom: -41%;
  right: 9%;
}
@media screen and (max-width: 768px) {
  .chiliPepper-red__label {
    position: static;
    position: initial;
    bottom: 0;
    right: 0;
  }
}

.cta-button__link {
  color: #fff;
  font-family: "Hiragino Sans", sans-serif;
  background-color: #4FA86D;
  display: inline-block;
  font-weight: 600;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 46px;
  padding: 0.625rem 2.875rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .cta-button__link {
    width: 75%;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 0.1em;
    max-width: 250px;
    border-radius: 30px;
  }
}

.cta-button__link--large {
  font-size: 21px;
  padding: 10px 60px;
  padding: 0.625rem 3.75rem;
  border-radius: 27px;
}
@media screen and (max-width: 768px) {
  .cta-button__link--large {
    width: 75%;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 0.1em;
    max-width: 250px;
    border-radius: 30px;
  }
}

.cta-button__link:hover {
  color: #4FA86D;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #4FA86D;
  text-decoration: none;
}

.gift {
  margin-top: 112px;
  margin-top: 7rem;
  padding-bottom: 142px;
  padding-bottom: 8.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gift {
    margin-top: 55px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .gift__inner.inner {
    max-width: 530px;
  }
}

.gift__img {
  margin-top: 22px;
  margin-top: 1.375rem;
  width: 492px;
  width: 30.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .gift__img {
    margin-top: 5rem;
    width: 100%;
  }
}

.gift__text {
  margin-top: 44px;
  margin-top: 2.75rem;
  line-height: 2.3;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gift__text {
    line-height: 1.8;
    font-size: 16px;
    margin-top: 4.6875rem;
  }
}

.gift__button {
  margin-top: 34px;
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gift__button {
    margin-top: 5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.instagram {
  margin-top: 135px;
  margin-top: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .instagram {
    margin-top: 70px;
  }
}

.instagram__subtitle {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 30px;
  color: #4FA86D;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instagram__subtitle {
    font-size: 24px;
    margin-top: 18px;
  }
}

.instagram__items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .instagram__items {
    margin-top: 8.125rem;
  }
}

.instagram__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instagram__button {
    margin-top: 40px;
  }
}

#sb_instagram #sbi_load {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #sb_instagram #sbi_load {
    margin-top: 30px;
  }
}

.introduction {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 60px;
    max-width: 530px;
  }
}

.introduction__media {
  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;
}
@media screen and (max-width: 768px) {
  .introduction__media {
    display: block;
    position: relative;
  }
}

.introduction__content {
  width: 430px;
  width: 26.875rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction__content {
    width: 100%;
  }
}

.introduction__category {
  font-size: 15px;
  color: #4FA86D;
}

.introduction__name {
  font-size: 28px;
  color: #4FA86D;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 984px) {
  .introduction__name {
    font-size: 24px;
  }
}

.introduction__text {
  font-size: 13px;
  line-height: 2;
  margin-top: 18px;
  margin-top: 1.125rem;
  max-width: 430px;
  max-width: 26.875rem;
}
@media screen and (max-width: 768px) {
  .introduction__text {
    line-height: 1.8;
    max-width: 100%;
    width: 100%;
  }
}

.introduction__content .introduction__text:nth-of-type(5) {
  margin-top: 0;
}

.introduction__subtitle {
  font-size: 15px;
  color: #4FA86D;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .introduction__subtitle {
    margin-top: 2.5rem;
  }
}

.introduction__img {
  width: 290px;
  width: 18.125rem;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  .introduction__img {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.burdock__introduction .introduction__media .introduction__img img {
  width: 78%;
  margin-left: auto;
}

.turnip__introduction .introduction__media .introduction__img img {
  width: 69%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .turnip__introduction .introduction__media .introduction__img img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .turnip__introduction .introduction__media .introduction__img {
    top: -9%;
    right: 2%;
    max-width: 150px;
  }
}

.pumpkin__introduction .introduction__media .introduction__img {
  position: relative;
  top: 33px;
  top: 2.0625rem;
  right: -65px;
  right: -4.0625rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__introduction .introduction__media .introduction__img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
  }
}

.introduction__text__sign {
  position: absolute;
  bottom: -65px;
  bottom: -4.0625rem;
  right: -75px;
  right: -4.6875rem;
}
@media screen and (max-width: 768px) {
  .introduction__text__sign {
    bottom: -9.0625rem;
    right: 0.625rem;
  }
}

.introduction__text__sign--iuchi {
  width: 160px;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .introduction__text__sign--iuchi {
    width: 20rem;
  }
}

.introduction__text__sign--nishikawa {
  width: 102px;
  width: 6.375rem;
  right: -30px;
  right: -1.875rem;
}
@media screen and (max-width: 768px) {
  .introduction__text__sign--nishikawa {
    right: 0.625rem;
    width: 12.5rem;
  }
}

.introduction__text__sign--kawai {
  width: 216px;
  width: 13.5rem;
}
@media screen and (max-width: 768px) {
  .introduction__text__sign--kawai {
    width: 27rem;
  }
}

.lineup-item {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86px;
  width: 5.375rem;
}
@media screen and (max-width: 768px) {
  .lineup-item__label {
    width: 11.875rem;
  }
}

.lineup__item:nth-child(1) .lineup-item__label,
.lineup__item:nth-child(2) .lineup-item__label {
  width: 125px;
  width: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .lineup__item:nth-child(1) .lineup-item__label,
  .lineup__item:nth-child(2) .lineup-item__label {
    width: 13.75rem;
  }
}

.lineup__item:nth-child(3) .lineup-item__label {
  width: 60px;
  width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .lineup__item:nth-child(3) .lineup-item__label {
    width: 8.125rem;
  }
}

.lineup-item__body {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .lineup-item__body {
    margin-top: 22px;
  }
}

.lineup-item__price {
  font-size: 15px;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.2;
}

.lineup-item__price--small {
  font-size: 11px;
  display: inline-block;
}

.lineup-item__price--ryumin {
  font-family: "a-otf-ryumin-pr6n", serif;
}

.lineup-item__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .lineup-item__img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lineup-item__img img {
  aspect-ratio: 19/12;
}

.lineup-item:nth-child(4) .lineup-item__body .lineup-item__img {
  position: relative;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .lineup-item:nth-child(4) .lineup-item__body .lineup-item__img {
    position: static;
    position: initial;
    top: 0;
  }
}

.lineup-item:nth-child(6) .lineup-item__body .lineup-item__img {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .lineup-item:nth-child(6) .lineup-item__body .lineup-item__img {
    position: static;
    position: initial;
    top: 0;
  }
}

.lineup {
  margin-top: 130px;
  margin-top: 8.125rem;
  padding-bottom: 146px;
  padding-bottom: 9.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup {
    margin-top: 60px;
    padding-bottom: 65px;
  }
}

.lineup__inner {
  position: relative;
}

.lineup__wrapper {
  width: 100%;
  max-width: 1100px;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lineup__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .lineup__text {
    line-height: 1.8;
    font-size: 16px;
    margin-top: 4.6875rem;
  }
}

.lineup__object {
  position: absolute;
  z-index: 5;
}

.lineup__object--left {
  width: 180px;
  width: 11.25rem;
  top: -15px;
  top: -0.9375rem;
  left: 65px;
  left: 4.0625rem;
}

.lineup__object--right {
  max-width: 215px;
  max-width: 13.4375rem;
  right: 0;
  width: 16vw;
  top: 55%;
}
@media screen and (max-width: 984px) {
  .lineup__object--right {
    right: 0%;
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .lineup__object--right {
    top: 88%;
    right: 0%;
    max-width: 80px;
  }
}

.lineup__object--bottom {
  position: absolute;
  width: 176px;
  width: 11rem;
  bottom: -200px;
  bottom: -12.5rem;
  left: 179px;
  left: 11.1875rem;
}
@media screen and (max-width: 768px) {
  .lineup__object--bottom {
    bottom: -87px;
  }
}

.lineup__items {
  margin-top: 121px;
  margin-top: 7.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lineup__items {
    margin-top: 65px;
    max-width: 600px;
  }
}

.lineup__item {
  width: 25%;
  height: 35vw;
  max-height: 420px;
  max-height: 26.25rem;
}
@media screen and (max-width: 768px) {
  .lineup__item {
    width: 45%;
    max-height: none;
    height: auto;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .lineup__item {
  height: 37vw;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .lineup__item {
    width: 45%;
    max-height: none;
    height: auto;
  }
}

.lineup__item:not(:nth-child(3n+1)) {
  margin-left: 12.5%;
}
@media screen and (max-width: 768px) {
  .lineup__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .lineup__item:not(:nth-child(2n+1)) {
    margin-left: 10%;
  }
}

.lineup__item:nth-child(n+4) {
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .lineup__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .lineup__item:nth-child(n+3) {
    margin-top: 15%;
  }
}

.lineup__button {
  margin-top: 98px;
  margin-top: 6.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup__button {
    margin-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lp-about-community__title {
  width: 280px;
  width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lp-about-community__title {
    width: 28.125rem;
  }
}

.lp-about-community__copy {
  width: 760px;
  width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .lp-about-community__copy {
    margin-top: 3.125rem;
  }
}

.lp-about-community__media {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-about-community__media {
    display: block;
    margin-top: 60px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp-about-community__content {
  width: calc(96% - 16.875rem);
}
@media screen and (max-width: 768px) {
  .lp-about-community__content {
    width: 100%;
  }
}

.lp-about-community__lead {
  font-size: 30px;
  color: #4FA86D;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 984px) {
  .lp-about-community__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-about-community__lead {
    font-size: 20px;
    line-height: 1.8;
  }
}

.lp-about-community__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  line-height: 2.35;
  font-size: 17px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 984px) {
  .lp-about-community__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lp-about-community__text {
    line-height: 1.8;
    margin-top: 25px;
  }
}

.lp-about-community__text:last-child {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .lp-about-community__text:last-child {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-about-community__text.u-mobile {
    margin-top: 18px;
  }
}

.lp-about-community__text--accent {
  color: #4FA86D;
}

.lp-about-community__img {
  width: 280px;
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .lp-about-community__img {
    width: 50%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp-about-community__map {
  width: 875px;
  width: 54.6875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 69px;
  margin-top: 4.3125rem;
}
@media screen and (max-width: 768px) {
  .lp-about-community__map {
    width: 100%;
    margin-top: 35px;
  }
}

.lp-about {
  margin-top: 89px;
  margin-top: 5.5625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  position: relative;
}

.lp-about__title {
  font-size: 58px;
  font-size: 3.625rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.35;
}

.lp-about__title--accent {
  font-size: 105px;
  font-size: 6.5625rem;
  font-style: italic;
  font-family: Georgia, serif;
  width: 100%;
  text-align: left;
  display: inline-block;
  letter-spacing: 0.05em;
}

.lp-about__media {
  margin-top: 46px;
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .lp-about__media {
    display: block;
    margin-top: 4.125rem;
  }
}

.lp-about__content {
  letter-spacing: 0.1em;
  width: 580px;
  width: 36.25rem;
}
@media screen and (max-width: 768px) {
  .lp-about__content {
    width: 100%;
    margin-top: 5.625rem;
  }
}

.lp-about__lead {
  font-size: 30px;
  color: #4FA86D;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 984px) {
  .lp-about__lead {
    font-size: 24px;
  }
}

.lp-about__text {
  margin-top: 19px;
  margin-top: 1.1875rem;
  line-height: 2.3;
  font-size: 17px;
}
@media screen and (max-width: 984px) {
  .lp-about__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lp-about__text {
    line-height: 1.8;
  }
}

.lp-about__img {
  width: 440px;
  width: 27.5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lp-about__img {
    width: 100%;
    margin-left: 0;
    margin-top: 5rem;
  }
}

.lp-about__community {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.product-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(243, 244, 244)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(243, 244, 244) 100%);
  width: 100%;
  height: 415px;
  height: 25.9375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.mv {
  position: relative;
  height: 100vh;
  background: url(../images/mv-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 540px;
  }
}

.mv__inner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv__copy-wrapper {
  position: absolute;
  right: 1%;
  bottom: 3.3%;
}
@media screen and (max-width: 768px) {
  .mv__copy-wrapper {
    right: 5%;
    bottom: 30%;
  }
}

/* Safari or iOS Chrome */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .mv__copy-wrapper {
    right: 28%;
  }
}

/* Safari or iOS Chrome */
@media screen and (min-width: 768px) and (max-width: 1180px) {
  _::-webkit-full-page-media, _:future, :root .mv__copy-wrapper {
    right: 11%;
  }
}

.mv__copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 40px;
  font-size: 2.5rem;
  color: #4FA86D;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mv__copy {
    font-size: 28px;
  }
}

.mv__title-wrapper {
  display: inline-block;
  position: absolute;
  left: 1%;
  bottom: 3.4%;
}

.mv__title {
  font-style: italic;
  font-size: 128px;
  font-size: 8rem;
  color: #fff;
  font-family: Georgia, serif;
  position: relative;
  z-index: 5;
  letter-spacing: 0.06em;
}

.mv__treatment {
  width: 296px;
  width: 18.5rem;
  position: absolute;
  bottom: -84px;
  bottom: -5.25rem;
  left: 38px;
  z-index: 3;
}

.product-label--side,
.product-label__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product-label--side,
  .product-label__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .product-label--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-label__name-wrapper {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.product-label__img {
  width: 170px;
  width: 10.625rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .product-label__img {
    width: 18.75rem;
  }
}

.product-label__treatment {
  width: 77px;
  width: 4.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .product-label__treatment {
    width: 8.125rem;
    max-width: 50px;
  }
}

.product-label__name {
  font-size: 58px;
  font-size: 3.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .product-label__name {
    font-size: 38px;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .product-label__name {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.product-label__common-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-family: Georgia, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .product-label__common-name {
    font-size: 14px;
    padding-top: 45px;
  }
}

/* Safari or iOS Chrome */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .product-label__common-name {
    padding-left: 2px;
  }
}

.product-label__wrapper {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .product-label__wrapper {
    padding-top: 45px;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .product-label__wrapper {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .product-label__wrapper {
    padding-top: 10px;
  }
}

.product-label__season {
  background-color: #000;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 6px 3px;
  padding: 0.375rem 0.1875rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .product-label__season {
    font-size: 18px;
    padding: 6px 3px;
  }
}

.product-label__add {
  color: #4FA86D;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .product-label__add {
    font-size: 16px;
  }
}

.uji-tea__label .product-label__img {
  width: 170px;
  width: 10.625rem;
  padding-top: 103px;
  padding-top: 6.4375rem;
}
@media screen and (max-width: 768px) {
  .uji-tea__label .product-label__img {
    width: 21.875rem;
    padding-top: 5.625rem;
  }
}

.uji-tea__label.product-label--side {
  width: 33%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .uji-tea__label.product-label--side {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.uji-tea__label .product-label__name-wrapper {
  margin-left: 32px;
  margin-left: 2rem;
  width: 102px;
  width: 6.375rem;
}
@media screen and (max-width: 768px) {
  .uji-tea__label .product-label__name-wrapper {
    width: 10.625rem;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .uji-tea__label .product-label__name-wrapper {
  margin-left: 0;
}
.uji-tea__label .product-label__common-name {
  margin-left: 4px;
  margin-left: 0.25rem;
}

.chiliPepper-red__label .product-label__name-wrapper .product-label__treatment,
.chiliPepper-green__label .product-label__name-wrapper .product-label__treatment {
  margin-left: auto;
  margin-right: 0;
  padding-right: 6px;
  padding-right: 0.375rem;
}

.chiliPepper-red__label .product-label__name-wrapper {
  margin-left: 23px;
  margin-left: 1.4375rem;
  width: 220px;
  width: 13.75rem;
}
@media screen and (max-width: 768px) {
  .chiliPepper-red__label .product-label__name-wrapper {
    width: 20.625rem;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .chiliPepper-red__label .product-label__name-wrapper {
  margin: 0;
  width: 205px;
  width: 12.8125rem;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .chiliPepper-red__label .product-label__name-wrapper {
    width: 20rem;
  }
}

.chiliPepper-red__label .product-label__wrapper {
  padding-top: 63px;
  padding-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .chiliPepper-red__label .product-label__wrapper {
    padding-top: 7.5rem;
  }
}

.chiliPepper-red__label .product-label__name-wrapper .product-label__name {
  line-height: 1.1;
}

.chiliPepper-red__label .product-label__img {
  padding-top: 0;
  margin-top: auto;
}

.chiliPepper-green__label .product-label__name-wrapper .product-label__name {
  line-height: 1.1;
}

.chiliPepper-green__label .product-label__img {
  padding-top: 14px;
  padding-top: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 26px;
  left: 1.625rem;
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__label .product-label__img {
    left: 0;
    margin: auto 0 0;
  }
}

.chiliPepper-green__label .product-label__flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  left: -14px;
  left: -0.875rem;
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__label .product-label__flex {
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chiliPepper-green__label .product-label__name-wrapper {
  width: 220px;
  width: 13.75rem;
}
@media screen and (max-width: 768px) {
  .chiliPepper-green__label .product-label__name-wrapper {
    width: 20.625rem;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .chiliPepper-green__label .product-label__name-wrapper {
  margin: 0;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .chiliPepper-green__label .product-label__name-wrapper {
    width: 20rem;
  }
}

.burdock__label .product-label__flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.burdock__label .product-label__img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .burdock__label .product-label__img {
    margin: auto 0 0;
  }
}

.burdock__label .product-label__name-wrapper {
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 145px;
  width: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .burdock__label .product-label__name-wrapper {
    width: 13.75rem;
  }
}

.burdock__label .product-label__name-wrapper .product-label__name {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.turnip__label .product-label__img {
  margin-top: auto;
  position: relative;
  top: 130px;
  top: 8.125rem;
  left: 10px;
  left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .turnip__label .product-label__img {
    top: 0;
    left: 0;
  }
}

.turnip__label .product-label__name-wrapper {
  margin-left: 5px;
  margin-left: 0.3125rem;
  width: 138px;
  width: 8.625rem;
}
@media screen and (max-width: 768px) {
  .turnip__label .product-label__name-wrapper {
    width: 14.375rem;
  }
}

.pumpkin__label .product-label__flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pumpkin__label .product-label__img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__label .product-label__img {
    margin: auto 0 0;
    padding-top: 0;
  }
}

.pumpkin__label .product-label__name-wrapper {
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 142px;
  width: 8.875rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__label .product-label__name-wrapper {
    width: 15.625rem;
  }
}

.pumpkin__label .product-label__flex .product-label__common-name {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__label .product-label__flex .product-label__common-name {
    padding-top: 42px;
  }
}

.pumpkin__label .product-label__flex .product-label__wrapper {
  padding-top: 76px;
  padding-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__label .product-label__flex .product-label__wrapper {
    padding-top: 45px;
  }
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .pumpkin__label .product-label__flex .product-label__wrapper {
  padding-top: 55px;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .pumpkin__label .product-label__flex .product-label__wrapper {
    padding-top: 35px;
  }
}

.lineup-item__label .product-label__wrapper,
.lineup-item__label .product-label__common-name {
  padding-top: 0;
}

.lineup-item__label .product-label__wrapper .product-label__season {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 3px;
  padding: 0.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .lineup-item__label .product-label__wrapper .product-label__season {
    font-size: 15px;
    padding: 4px;
  }
}

.lineup-item__label .product-label__wrapper .product-label__add {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .lineup-item__label .product-label__wrapper .product-label__add {
    font-size: 13px;
  }
}

.lineup-item__label .product-label__name {
  margin-top: 0;
  font-size: 30px;
  font-size: 1.875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .lineup-item__label .product-label__name {
    font-size: 24px;
  }
}

.lineup-item:nth-child(3) .lineup-item__label .product-label__name {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .lineup-item:nth-child(3) .lineup-item__label .product-label__name {
    font-size: 28px;
  }
}

.lineup-item:nth-child(3) .lineup-item__body {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lineup-item:nth-child(3) .lineup-item__body {
    margin-top: 33px;
  }
}

.lineup-item__label .product-label__common-name {
  font-size: 12px;
}

.product {
  margin-top: 92px;
  margin-top: 5.75rem;
  overflow-x: hidden;
}

.product__chili-pepper {
  margin-top: 72px;
  margin-top: 4.5rem;
  padding-bottom: 205px;
  padding-bottom: 12.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product__chili-pepper {
    margin-top: 50px;
    padding-bottom: 70px;
  }
}

.product__burdock {
  margin-top: 150px;
  margin-top: 9.375rem;
  position: relative;
  padding-bottom: 182px;
  padding-bottom: 11.375rem;
}
@media screen and (max-width: 768px) {
  .product__burdock {
    padding-bottom: 70px;
    margin-top: 55px;
  }
}

.product__turnip {
  margin-top: 215px;
  margin-top: 13.4375rem;
  position: relative;
  padding-bottom: 175px;
  padding-bottom: 10.9375rem;
}
@media screen and (max-width: 768px) {
  .product__turnip {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}

.product__pumpkin {
  margin-top: 165px;
  margin-top: 10.3125rem;
  position: relative;
  padding-bottom: 177px;
  padding-bottom: 11.0625rem;
}
@media screen and (max-width: 768px) {
  .product__pumpkin {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}

.prologue {
  margin-top: 82px;
  margin-top: 5.125rem;
}

.prologue__heading {
  text-align: center;
}

.prologue__treatment {
  width: 105px;
  width: 6.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.prologue__lead {
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-size: 38px;
  font-size: 2.375rem;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .prologue__lead {
    font-size: 20px;
  }
}

.prologue__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-family: "plantin", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .prologue__text {
    font-size: 12px;
  }
}

.prologue__content {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  position: relative;
}

.prologue__object {
  position: absolute;
  z-index: 5;
}

.prologue__object--right {
  width: 210px;
  width: 13.125rem;
  top: -184px;
  top: -11.5rem;
  right: 107px;
  right: 6.6875rem;
}
@media screen and (max-width: 768px) {
  .prologue__object--right {
    top: -7.5rem;
    right: 3.125rem;
  }
}

.prologue__object--left {
  width: 180px;
  width: 11.25rem;
  bottom: -110px;
  bottom: -6.875rem;
  left: 123px;
  left: 7.6875rem;
}
@media screen and (max-width: 768px) {
  .prologue__object--left {
    left: 3.3125rem;
    bottom: -8.75rem;
  }
}

.prologue__title-wrapper {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .prologue__title-wrapper {
    margin-top: 30px;
  }
}

.prologue__title {
  font-size: 62px;
  font-size: 3.875rem;
  color: #4FA86D;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin: 10px 0;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .prologue__title {
    font-size: 28px;
  }
}

.prologue__title-small {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 2em;
  display: inline-block;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .prologue__title-small {
    font-size: 18px;
  }
}

.prologue__bg-wrapper {
  margin-top: 62px;
  margin-top: 3.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .prologue__bg-wrapper {
    margin-top: 5rem;
  }
}

.prologue__logo {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 182px;
  width: 11.375rem;
}
@media screen and (max-width: 768px) {
  .prologue__logo {
    width: 80px;
    top: -3.125rem;
  }
}

.pumpkin {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pumpkin {
    overflow: hidden;
  }
}

.pumpkin__side-textWrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 430px;
  min-height: 26.875rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__side-textWrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.pumpkin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pumpkin__container {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
}

.pumpkin__wrapper {
  width: 66.8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pumpkin__wrapper {
    width: 100%;
    margin-top: 45px;
  }
}

.pumpkin__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pumpkin__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.pumpkin__treatment {
  position: absolute;
  top: -14%;
  right: -33%;
  width: 53.4%;
}
@media screen and (max-width: 768px) {
  .pumpkin__treatment {
    top: -14%;
    right: 2%;
    width: 35%;
  }
}

.pumpkin__text {
  margin-top: 100px;
  margin-top: 6.25rem;
  line-height: 2.15;
  font-size: 18px;
  padding-left: 77px;
  padding-left: 4.8125rem;
}
@media screen and (max-width: 984px) {
  .pumpkin__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pumpkin__text {
    line-height: 1.8;
    padding-left: 0;
    margin-top: 45px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pumpkin__button {
  text-align: right;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .pumpkin__button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    position: static;
    position: initial;
    top: 0;
  }
}

.pumpkin__label {
  width: 26.6%;
  position: relative;
  top: 85px;
  top: 5.3125rem;
  left: 27px;
  left: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__label {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.pumpkin__slider {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__slider {
    margin-top: 55px;
  }
}

.pumpkin__introduction {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .pumpkin__introduction {
    margin-top: 7.5rem;
  }
}

.sdgs {
  padding: 96px 0 180px;
  padding: 6rem 0 11.25rem;
  background-color: #E5F2E9;
}
@media screen and (max-width: 768px) {
  .sdgs {
    padding: 50px 0 65px;
  }
}

.sdgs__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sdgs__container {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sdgs__contents {
  width: 53.454545%;
}
@media screen and (max-width: 768px) {
  .sdgs__contents {
    width: 100%;
  }
}

.sdgs__content:not(:first-child) {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .sdgs__content:not(:first-child) {
    margin-top: 30px;
  }
}

.sdgs__subtitle {
  font-size: 30px;
  color: #4FA86D;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sdgs__subtitle {
    font-size: 24px;
  }
}

.sdga__text {
  font-size: 15px;
  line-height: 2.2;
  margin-top: 30px;
  margin-top: 1.875rem;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .sdga__text {
    line-height: 1.8;
    margin-top: 10px;
  }
}

.sdgs__img {
  width: 41.363636%;
  margin-left: auto;
  padding-top: 79px;
  padding-top: 4.9375rem;
}
@media screen and (max-width: 768px) {
  .sdgs__img {
    width: 100%;
    margin-top: 35px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .sdgs {
    padding: 50px 0 65px;
  }
  .sdgs__container {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .sdgs__contents {
    width: 100%;
  }
  .sdgs__content:not(:first-child) {
    margin-top: 30px;
  }
  .sdgs__subtitle {
    font-size: 24px;
  }
  .sdga__text {
    line-height: 1.8;
    margin-top: 10px;
  }
  .sdgs__img {
    width: 100%;
    margin-top: 35px;
    padding-top: 0;
  }
}
.section-heading__title {
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-heading__title {
    font-size: 28px;
  }
}

.section-heading__title--large {
  font-size: 75px;
  font-size: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .section-heading__title--large {
    font-size: 34px;
  }
}

.section-heading__treatment {
  width: 74px;
  width: 4.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section-heading__treatment {
    width: 9.375rem;
  }
}

.side-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-family: Georgia, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: 0.01em;
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root .side-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.side-text--left {
  left: 27px;
  left: 1.6875rem;
}

.side-text--right {
  right: 30px;
  right: 1.875rem;
}

.slider {
  position: relative;
}

.slider::before,
.slider::after {
  content: "";
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .slider::before,
  .slider::after {
    width: 60px;
  }
}

.slider::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.slider::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

.slider__item {
  width: 100%;
}

/* Safari or iOS Chrome */
.slider__img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider__img-wrapper::before {
  content: "";
  display: block;
  padding-top: 66.326531%;
}

.slider__img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.slider__figcaption {
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .slider__figcaption {
    font-size: 10px;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../images/arrow-left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../images/arrow-right.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 30px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 30px;
}

.turnip {
  position: relative;
}
@media screen and (max-width: 768px) {
  .turnip {
    overflow: hidden;
  }
}

.turnip__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .turnip__container {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
}

.turnip__label {
  position: absolute;
  top: 27%;
  left: 8.5%;
}
@media screen and (max-width: 984px) {
  .turnip__label {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .turnip__label {
    width: 100%;
    top: 0;
    left: 0;
    position: static;
    position: initial;
  }
}

.turnip__wrapper {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .turnip__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.turnip__img {
  position: relative;
  width: 60.4vw;
  max-width: 1000px;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 2000px) {
  .turnip__img {
    margin-right: calc(50% - 42vw);
  }
}
@media screen and (max-width: 768px) {
  .turnip__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 25px;
  }
}

.turnip__treatment {
  position: absolute;
  top: -25%;
  left: -28%;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .turnip__treatment {
    top: -17%;
    left: auto;
    right: 4%;
    width: 22%;
  }
}

.turnip__text {
  margin-top: 68px;
  margin-top: 4.25rem;
  line-height: 2.15;
  font-size: 18px;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 650px;
  max-width: 40.625rem;
}
@media screen and (max-width: 984px) {
  .turnip__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .turnip__text {
    line-height: 1.8;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    max-width: 530px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.turnip__button {
  text-align: right;
  padding-right: 7vw;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .turnip__button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}

.turnip__slider {
  margin-top: 99px;
  margin-top: 6.1875rem;
}
@media screen and (max-width: 768px) {
  .turnip__slider {
    margin-top: 45px;
  }
}

.turnip__introduction {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .turnip__introduction {
    margin-top: 45px;
  }
}

.uji-tea {
  position: relative;
  padding-bottom: 155px;
  padding-bottom: 9.6875rem;
  overflow-x: hidden;
  padding-top: 194px;
  padding-top: 12.125rem;
}
@media screen and (max-width: 768px) {
  .uji-tea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.uji-tea__inner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .uji-tea__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.uji-tea__img {
  position: relative;
  width: 78.5vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 2000px) {
  .uji-tea__img {
    margin-right: calc(50% - 40vw);
  }
}
@media screen and (max-width: 768px) {
  .uji-tea__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 4.375rem;
  }
}

.uji-tea__object {
  position: absolute;
  z-index: 10;
}

.uji-tea__object--right {
  width: 19.5%;
  right: 17%;
  bottom: -10%;
}

.uji-tea__object--left {
  width: 230px;
  width: 14.375rem;
  width: 23%;
  left: -90px;
  left: -5.625rem;
  top: -70px;
  top: -4.375rem;
}
@media screen and (max-width: 768px) {
  .uji-tea__object--left {
    left: 5.625rem;
  }
}

.uji-tea__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -58px;
  top: -3.625rem;
  left: -33px;
  left: -2.0625rem;
}
@media screen and (max-width: 768px) {
  .uji-tea__info {
    display: block;
    top: 0;
    left: 0;
  }
}

.uji-tea__text {
  font-size: 17px;
  margin-left: 4%;
  line-height: 2.4;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  letter-spacing: 0.06em;
  width: 63%;
}
@media screen and (max-width: 984px) {
  .uji-tea__text {
    font-size: 15px;
    margin-left: 6%;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .uji-tea__text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 3.125rem;
    line-height: 1.8;
  }
}

.uji-tea__button {
  text-align: right;
  max-width: 1040px;
  margin-top: -74px;
  margin-top: -4.625rem;
}
@media screen and (max-width: 768px) {
  .uji-tea__button {
    text-align: center;
    margin-top: 25px;
  }
}

.uji-tea__bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(243, 244, 244)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(243, 244, 244) 100%);
  width: 100%;
  height: 415px;
  height: 25.9375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.visit {
  padding: 98px 0 106px;
  padding: 6.125rem 0 6.625rem;
  background-color: #3E3A39;
  margin-top: 168px;
  margin-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  .visit {
    padding: 50px 0;
    margin-top: 60px;
  }
}

.visit__heading {
  color: #fff;
}

.visit__lead {
  margin-top: 39px;
  margin-top: 2.4375rem;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .visit__lead {
    margin-top: 30px;
    font-size: 16px;
  }
}

.visit__lead--accent {
  color: #E6D200;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .visit__lead--accent {
    font-size: 24px;
  }
}

.visit__cta-button {
  margin-top: -3px;
  margin-top: -0.1875rem;
  width: 414px;
  width: 25.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .visit__cta-button {
    margin-top: 25px;
    width: 100%;
    max-width: 350px;
  }
}

.visit__cta-link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.visit__cta-link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*# sourceMappingURL=styles.css.map */
