/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.3;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

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

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

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

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body div.main {
  overflow: hidden;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 751px) {
  body div.main {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 750px) {
  body .only-pc {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  body .only-sp {
    display: none;
  }
}
body h1, body h2, body h3, body h4, body h5 {
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  body .inner-wrap {
    min-width: 1280px;
    width: 1280px;
    padding: 0 40px;
    margin: auto;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  body .inner-wrap {
    width: 88.8888888889%;
  }
}
@media only screen and (min-width: 1920px) {
  body .inner-wrap {
    width: 1920px;
  }
}
body .inner-wrap .square-title {
  background-color: #00a040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  body .inner-wrap .square-title {
    font-size: 25px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 750px) {
  body .inner-wrap .square-title {
    font-size: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
body .breadcrumb {
  background-color: #fff;
}
body .breadcrumb__inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
}
@media only screen and (min-width: 751px) {
  body .breadcrumb__inner {
    width: 1200px;
    padding: 20px 0;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  body .breadcrumb__inner {
    margin: 0;
    padding: 4vw 5.3333333333vw;
  }
}
body .breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: 500;
}
body .breadcrumb__list:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 1em;
  font-size: inherit;
  line-height: 1;
  background: url("/japanese_tea/assets/img/common/icon-breadcrumb.svg") no-repeat center;
}
@media only screen and (max-width: 750px) {
  body .breadcrumb__list:not(:last-child)::after {
    margin: 0 0.5em;
  }
}
body .breadcrumb__list-link {
  text-decoration: none;
  color: #A3A3A3;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  body .breadcrumb__list-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .breadcrumb__list-link {
    font-size: 3.2vw;
  }
}
body .breadcrumb__list-link:hover {
  color: #00a040;
}
@media only screen and (min-width: 751px) {
  body .breadcrumb__list-current {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .breadcrumb__list-current {
    font-size: 3.2vw;
  }
}
body .footer {
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  body .footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 750px) {
  body .footer {
    padding: 10.6666666667vw 5.3333333333vw 9.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  body .footer__inner {
    width: 1280px;
    display: flex;
    gap: 80px;
    padding: 0 40px;
    margin: auto;
  }
}
@media only screen and (min-width: 751px) {
  body .footer__company {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 751px) {
  body .footer__logo img {
    width: 190px;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__logo img {
    width: 40vw;
  }
}
body .footer__text {
  color: #00a040;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 751px) {
  body .footer__text {
    font-size: 28px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__text {
    font-size: 5.7333333333vw;
    margin-top: 5.0666666667vw;
  }
}
body .footer__text span.number {
  font-size: 110%;
}
@media only screen and (min-width: 751px) {
  body .footer__text .has-nugative-margin {
    margin-left: -0.5em;
  }
}
body .footer__sns {
  display: flex;
}
@media only screen and (min-width: 751px) {
  body .footer__sns {
    gap: 26px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__sns {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  body .footer__sns-link {
    flex: 0 0 44px;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__sns-link {
    flex: 0 0 9.0666666667vw;
  }
}
body .footer__sns-link img {
  width: 100%;
}
@media only screen and (min-width: 751px) {
  body .footer__copy {
    font-size: 15px;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__copy {
    font-size: 2.9333333333vw;
    margin-top: 9.3333333333vw;
  }
}
body .footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (max-width: 750px) {
  body .footer__nav {
    margin-top: 10.6666666667vw;
  }
}
body .footer__nav-link {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  body .footer__nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__nav-link {
    font-size: 3.7333333333vw;
  }
}
body .footer__nav-link:hover {
  color: #00a040;
}
body .footer__nav-subbox {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (min-width: 751px) {
  body .footer__nav-subbox {
    gap: 1em;
    margin-top: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  body .footer__nav-subbox {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
body .has-hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}
body .has-hover:hover {
  opacity: 0.8;
}
body .scroll-to-top {
  display: block;
  position: fixed;
  background-image: url("/japanese_tea/assets/img/common/icon-to-top.svg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5555;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  transition: opacity 0.2s linear;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  body .scroll-to-top {
    background-size: 18px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  body .scroll-to-top {
    background-size: 2.4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    bottom: 10.6666666667vw;
    right: 5.3333333333vw;
  }
}
body .scroll-to-top.is-active {
  opacity: 1;
  pointer-events: auto;
}
body .fade-in {
  opacity: 0;
  translate: 0 20px;
  transition-property: opacity, translate;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
body .fade-in.show {
  opacity: 1;
  translate: 0 0;
}
body .fade-in--lazy {
  transition-delay: 0.5s;
}

body .header__nav {
  background-color: #fff;
  display: none;
  position: fixed;
  z-index: 9999;
  opacity: 0;
}
@media only screen and (min-width: 751px) {
  body .header__nav {
    font-weight: 500;
    top: 40px;
    right: 60px;
    border-radius: 10px;
    padding: 18px 25px;
    gap: 40px;
    visibility: hidden;
    transform: translateZ(0);
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (max-width: 750px) {
  body .header__nav {
    width: 100%;
    height: 100dvh;
    padding: 26.6666666667vw 10.6666666667vw 10vw;
  }
}
body .header__nav-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  body .header__nav-link {
    position: relative;
    pointer-events: none;
  }
}
@media only screen and (max-width: 750px) {
  body .header__nav-link {
    font-size: 5.6vw;
    line-height: 1.8em;
  }
}
@media only screen and (min-width: 751px) {
  body .header__nav-link:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
  }
}
body .header__nav-link:hover {
  color: #00a040;
}
@media only screen and (max-width: 750px) {
  body .header__company {
    margin: auto 0 0;
  }
}
@media only screen and (max-width: 750px) {
  body .header__logo {
    display: block;
    width: 40vw;
  }
}
@media only screen and (max-width: 750px) {
  body .header__logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  body .header__text {
    color: #00a040;
    font-size: 5.3333333333vw;
    margin-top: 3.3333333333vw;
    font-weight: 700;
    text-indent: -0.2em;
  }
}
@media only screen and (max-width: 750px) {
  body .header__text .number {
    font-size: 110%;
  }
}
@media only screen and (max-width: 750px) {
  body .header__text .has-nugative-margin {
    margin-left: -0.5em;
  }
}
@media only screen and (max-width: 750px) {
  body .header__copy {
    font-size: 2.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  body .header .sp-menu-btn {
    position: fixed;
    z-index: 9999;
    display: block;
    top: 4vw;
    right: 4vw;
    width: 12vw;
    height: 12vw;
    background-image: url("/japanese_tea/assets/img/common/icon-menu.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 751px) {
  body.is-pc-menu-inactive .header__nav {
    animation: hide-header-nav 0.2s linear;
    opacity: 0;
    display: flex;
    visibility: hidden;
  }
}
@media only screen and (min-width: 751px) {
  body.is-pc-menu-active .header__nav {
    animation: show-header-nav 0.2s linear;
    opacity: 1;
    display: flex;
    gap: 40px;
    visibility: visible;
  }
}
body.is-pc-menu-active .header__nav-link {
  pointer-events: auto;
}
@media only screen and (max-width: 750px) {
  body.is-sp-menu-active {
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  body.is-sp-menu-active .header__nav {
    animation: show-header-nav 0.2s linear;
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
}
@media only screen and (max-width: 750px) {
  body.is-sp-menu-active .header .sp-menu-btn {
    background-image: url("/japanese_tea/assets/img/common/icon-menu-close.png");
  }
}

@keyframes hide-header-nav {
  0% {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  99% {
    display: flex;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes show-header-nav {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    display: flex;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}
.sec-kv {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (min-width: 751px) {
  .sec-kv {
    height: 690px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv {
    height: 197.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-kv .inner-wrap {
    width: 1280px !important;
  }
}
@media only screen and (min-width: 751px) {
  .sec-kv__text {
    padding-top: 85px;
    flex: 0 0 600px;
    background-image: linear-gradient(to right, #fff 0%, #fff 500px, transparent 600px);
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__text {
    padding: 14vw 5.3333333333vw;
    background-color: #fff;
  }
}
.sec-kv__logo {
  display: block;
}
@media only screen and (min-width: 751px) {
  .sec-kv__logo {
    width: 168px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__logo {
    width: 26.6666666667vw;
  }
}
.sec-kv__logo img {
  width: 100%;
}
.sec-kv__title {
  color: #00a040;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .sec-kv__title {
    font-size: 45px;
    margin-top: 40px;
    letter-spacing: 0.12em;
    text-indent: -0.1em;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__title {
    font-size: 8vw;
    margin: 5.3333333333vw auto auto -0.1em;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 751px) {
  .sec-kv__title span {
    font-size: 118%;
    vertical-align: text-bottom;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__title span {
    font-size: 110%;
  }
}
@media only screen and (min-width: 751px) {
  .sec-kv__lead {
    font-size: 17px;
    line-height: 2.2em;
    margin-top: 30px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__lead {
    line-height: 2em;
    margin-top: 6.6666666667vw;
  }
}
.sec-kv__slider {
  display: flex;
  position: absolute;
  z-index: -1;
  transform: rotate(8deg);
}
@media only screen and (min-width: 751px) {
  .sec-kv__slider {
    top: -100px;
    left: calc(50% - 200px);
    margin-left: -100px;
    width: 970px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__slider {
    top: 93.3333333333vw;
    left: -15.3333333333vw;
    width: 130.6666666667vw;
  }
}
.sec-kv__slider-01, .sec-kv__slider-02 {
  display: flex;
  flex-direction: column;
  width: 50%;
  overflow: visible;
}
.sec-kv__slider-01 {
  animation: 100s linear infinite image-reel-up;
}
.sec-kv__slider-02 {
  animation: 100s linear infinite image-reel-down;
  translate: 0 -50%;
}
@keyframes image-reel-up {
  to {
    translate: 0 -50%;
  }
}
@keyframes image-reel-down {
  to {
    translate: 0;
  }
}
@media only screen and (min-width: 751px) {
  .sec-kv__slider-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-kv__slider-item {
    padding: 1.3333333333vw;
  }
}
.sec-kv__slider-item img {
  width: 100%;
}

.sec-video {
  background-color: #36aa7c;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .sec-video {
    text-align: center;
    margin-top: 130px;
    padding: 70px 0 90px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-video {
    margin-top: 21.3333333333vw;
    padding: 20vw 5.3333333333vw 25.3333333333vw;
  }
}
.sec-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transform: translateY(-99%);
}
@media only screen and (min-width: 751px) {
  .sec-video::before {
    left: calc((100% - 1920px) / 2);
    right: calc((100% - 1920px) / 2);
    width: 1920px;
    height: 75px;
    background-image: url("/japanese_tea/assets/img/video/before.png");
  }
}
@media only screen and (min-width: 1920px) {
  .sec-video::before {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sec-video::before {
    width: 100%;
    height: 11.4666666667vw;
    background-image: url("/japanese_tea/assets/img/video/before-sp.png");
  }
}
.sec-video__bg {
  background-color: #fff;
  aspect-ratio: 16/9;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .sec-video__bg {
    width: 790px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-video__bg {
    border-radius: 1.3333333333vw;
  }
}
.sec-video__bg a {
  display: block;
  background-image: url("/japanese_tea/assets/img/video/thumbnail.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.sec-video__body {
  position: relative;
}
.sec-video__body-tea {
  display: block;
  position: absolute;
  background-image: url("/japanese_tea/assets/img/video/tea.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 751px) {
  .sec-video__body-tea {
    width: 241px;
    height: 164px;
    top: -193px;
    left: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .sec-video__body-tea {
    left: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-video__body-tea {
    width: 28.5333333333vw;
    height: 19.3333333333vw;
    top: -32.6666666667vw;
    left: 0;
  }
}
.sec-video__text {
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 751px) {
  .sec-video__text {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-video__text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.sec-environment {
  position: relative;
  background-color: #fafafa;
}
@media only screen and (min-width: 751px) {
  .sec-environment {
    padding: 120px 0 180px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment {
    padding: 16vw 5.3333333333vw 29.3333333333vw;
  }
}
.sec-environment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transform: translateY(-99%);
}
@media only screen and (min-width: 751px) {
  .sec-environment::before {
    left: calc((100% - 1920px) / 2);
    right: calc((100% - 1920px) / 2);
    width: 1920px;
    height: 66px;
    background-image: url("/japanese_tea/assets/img/environment/before.png");
  }
}
@media only screen and (min-width: 1920px) {
  .sec-environment::before {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment::before {
    width: 100%;
    height: 4.5333333333vw;
    background-image: url("/japanese_tea/assets/img/environment/before-sp.png");
  }
}
.sec-environment__body {
  position: relative;
}
.sec-environment__body-tea {
  display: block;
  position: absolute;
  background-image: url("/japanese_tea/assets/img/environment/tea.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 751px) {
  .sec-environment__body-tea {
    width: 282px;
    height: 281px;
    top: -280px;
    right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .sec-environment__body-tea {
    right: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__body-tea {
    width: 32.2666666667vw;
    height: 28vw;
    top: -36.6666666667vw;
    right: 0;
  }
}
.sec-environment__title {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .sec-environment__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__title {
    font-size: 6.4vw;
  }
}
.sec-environment__title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/japanese_tea/assets/img/common/title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-environment__title::after {
    width: 42px;
    height: 18px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__title::after {
    width: 5.6vw;
    height: 2.4vw;
    bottom: -5.3333333333vw;
  }
}
.sec-environment__lead {
  line-height: 1.8em;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .sec-environment__lead {
    text-align: center;
    font-size: 24px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__lead {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-environment__list {
    display: flex;
    gap: 50px;
    margin-top: 105px;
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__list {
    margin-top: 16vw;
  }
}
.sec-environment__item {
  position: relative;
  background-color: #fff;
  transform: translateZ(0);
}
@media only screen and (min-width: 751px) {
  .sec-environment__item {
    flex: 0 0 575px;
    padding: 90px 75px 65px;
    border-radius: 50px;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
    border-radius: 6.6666666667vw;
    filter: drop-shadow(0 0.4vw 1.3333333333vw rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item:not(:first-child) {
    margin-top: 22.6666666667vw;
  }
}
.sec-environment__item .square-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  margin: auto;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .sec-environment__item .square-title {
    width: 300px;
    height: 65px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item .square-title {
    width: 57.3333333333vw;
    height: 14.6666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-environment__item-topic + .sec-environment__item-topic {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item-topic + .sec-environment__item-topic {
    margin-top: 9.3333333333vw;
  }
}
.sec-environment__item-topic-title {
  color: #00a040;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-environment__item-topic-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item-topic-title {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-environment__item-topic-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item-topic-text {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-environment__item-topic-image {
    width: 420px;
    margin: 30px auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item-topic-image {
    margin: 8vw auto auto;
  }
}
.sec-environment__item-topic-image figcaption {
  margin-top: 1em;
}
@media only screen and (min-width: 751px) {
  .sec-environment__item-topic-image figcaption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__item-topic-image figcaption {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-environment__bottom {
    display: flex;
    align-items: flex-start;
    margin: 70px auto auto;
    gap: 50px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__bottom {
    margin-top: 16vw;
  }
}
.sec-environment__bottom-text {
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .sec-environment__bottom-text {
    flex: 1 1 auto;
    font-size: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__bottom-text {
    font-size: 5.3333333333vw;
  }
}
.sec-environment__bottom-image {
  display: block;
}
@media only screen and (min-width: 751px) {
  .sec-environment__bottom-image {
    width: 679px;
    border-radius: 20px;
    margin-right: -105px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-environment__bottom-image {
    margin-top: 16vw;
    border-radius: 4.6666666667vw;
  }
}
.sec-environment__bottom-image img {
  width: 100%;
}
.sec-value {
  position: relative;
  background-color: #d9efe6;
}
@media only screen and (min-width: 751px) {
  .sec-value {
    padding: 120px 0 220px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value {
    padding: 25.3333333333vw 5.3333333333vw 34.6666666667vw;
  }
}
.sec-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transform: translateY(-100%);
}
@media only screen and (min-width: 751px) {
  .sec-value::before {
    left: calc((100% - 1920px) / 2);
    width: 1920px;
    height: 80px;
    background-image: url("/japanese_tea/assets/img/value/before.png");
  }
}
@media only screen and (min-width: 1920px) {
  .sec-value::before {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value::before {
    width: 100%;
    height: 1.7333333333vw;
    background-image: url("/japanese_tea/assets/img/value/before-sp.png");
  }
}
.sec-value__body {
  position: relative;
}
.sec-value__body-tea {
  display: block;
  position: absolute;
  background-image: url("/japanese_tea/assets/img/value/tea.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 751px) {
  .sec-value__body-tea {
    width: 286px;
    height: 224px;
    top: -245px;
    left: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .sec-value__body-tea {
    left: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__body-tea {
    width: 31.4666666667vw;
    height: 24.8vw;
    top: -38.6666666667vw;
    left: 0;
  }
}
.sec-value__title {
  position: relative;
  text-align: center;
  padding-left: 0.25em;
}
@media only screen and (min-width: 751px) {
  .sec-value__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__title {
    font-size: 6.4vw;
  }
}
.sec-value__title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/japanese_tea/assets/img/common/title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-value__title::after {
    width: 42px;
    height: 18px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__title::after {
    width: 5.6vw;
    height: 2.4vw;
    bottom: -5.3333333333vw;
  }
}
.sec-value__lead {
  line-height: 1.8em;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .sec-value__lead {
    text-align: center;
    font-size: 24px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__lead {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-value__list {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list {
    margin-top: 16vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-value__list-item {
    flex: 0 0 385px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item {
    padding: 0 5.3333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item + .sec-value__list-item {
    margin-top: 13.3333333333vw;
  }
}
.sec-value__list-item .square-title {
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-value__list-item .square-title {
    width: 245px;
    height: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item .square-title {
    width: 57.3333333333vw;
    height: 14vw;
  }
}
.sec-value__list-item-org {
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.8em;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .sec-value__list-item-org {
    height: 5em;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item-org {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
.sec-value__list-item-topic-image {
  display: block;
}
@media only screen and (min-width: 751px) {
  .sec-value__list-item-topic-image {
    width: 190px;
    margin: 20px auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item-topic-image {
    width: 46.6666666667vw;
    margin: 5.3333333333vw auto auto;
  }
}
.sec-value__list-item-topic-title {
  color: #00a040;
}
@media only screen and (min-width: 751px) {
  .sec-value__list-item-topic-title {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item-topic-title {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.sec-value__list-item-topic-text {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 751px) {
  .sec-value__list-item-topic-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__list-item-topic-text {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-value__image {
    width: 680px;
    border-radius: 20px;
    margin: 100px auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .sec-value__image {
    width: 89.3333333333vw;
    border-radius: 4.6666666667vw;
    margin: 16vw auto auto;
  }
}

.sec-future {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .sec-future {
    padding: 220px 0 180px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future {
    padding: 26.6666666667vw 5.3333333333vw 0;
  }
}
.sec-future__title {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .sec-future__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future__title {
    font-size: 8.5333333333vw;
  }
}
.sec-future__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/japanese_tea/assets/img/future/drop.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (min-width: 751px) {
  .sec-future__title::before {
    top: -165px;
    width: 318px;
    height: 495px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future__title::before {
    top: -18.6666666667vw;
    width: 38.2666666667vw;
    height: 59.7333333333vw;
  }
}
.sec-future__title span {
  color: #00a040;
  display: inline-block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5em;
}
@media only screen and (min-width: 751px) {
  .sec-future__title span {
    background-image: url("/japanese_tea/assets/img/future/title-decoration.svg");
    font-size: 25px;
    background-size: 330px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future__title span {
    background-image: url("/japanese_tea/assets/img/future/title-decoration-sp.svg");
    font-size: 4.2666666667vw;
    background-size: 53.8666666667vw;
  }
}
.sec-future__text {
  line-height: 2.2;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .sec-future__text {
    text-align: center;
    font-size: 30px;
    margin-top: 310px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future__text {
    font-size: 4.2666666667vw;
    margin-top: 36vw;
  }
}
.sec-future__copy {
  color: #00a040;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media only screen and (min-width: 751px) {
  .sec-future__copy {
    text-align: center;
    font-size: 86px;
    margin-top: 80px;
    margin-left: 0.6em;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future__copy {
    white-space: nowrap;
    font-size: 7.4666666667vw;
    margin-top: 9.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-future__copy span.number {
    font-size: 101px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-future__copy span.number {
    font-size: 8.5333333333vw;
  }
}
.sec-future__copy span.has-nugative-margin {
  display: inline-block;
  margin-left: -0.5em;
}

.sec-links {
  background-color: #36aa7c;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .sec-links {
    padding: 70px 0 90px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links {
    margin-top: 17.3333333333vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}
.sec-links::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transform: translateY(-99%);
}
@media only screen and (min-width: 751px) {
  .sec-links::before {
    left: calc((100% - 1920px) / 2);
    right: calc((100% - 1920px) / 2);
    width: 1920px;
    height: 151px;
    background-image: url("/japanese_tea/assets/img/links/before.png");
  }
}
@media only screen and (min-width: 1920px) {
  .sec-links::before {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links::before {
    width: 100%;
    height: 1.6vw;
    background-image: url("/japanese_tea/assets/img/links/before-sp.png");
  }
}
.sec-links__title {
  color: #fff;
  text-align: center;
  background-image: url("/japanese_tea/assets/img/links/title-decoration.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 751px) {
  .sec-links__title {
    background-size: 490px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__title {
    background-size: 64vw;
    font-size: 6vw;
  }
}
.sec-links__list {
  display: flex;
}
@media only screen and (min-width: 751px) {
  .sec-links__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 24px;
    margin: 60px auto auto;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__list {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin: 10.6666666667vw auto auto;
  }
}
.sec-links__item {
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .sec-links__item {
    flex: 0 0 30.078125%;
    height: 400px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__item {
    border-radius: 3.3333333333vw;
  }
}
.sec-links__item a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  background-image: url("/japanese_tea/assets/img/links/icon-link.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 751px) {
  .sec-links__item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-position: right 20px bottom 20px;
    background-size: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__item a {
    display: grid;
    width: 100%;
    height: 35.3333333333vw;
    padding: 4vw;
    background-position: right 3.2vw bottom 2.4vw;
    background-size: 5.3333333333vw;
    grid-template-columns: 26.6666666667vw 1fr;
    grid-template-rows: auto 1fr;
    gap: 2vw 3.2vw;
  }
}
.sec-links__item a:hover img {
  transform: scale(110%);
}
.sec-links__item-image {
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .sec-links__item-image {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__item-image {
    border-radius: 1.3333333333vw;
    width: 26.6666666667vw;
    flex: 0 0 26.6666666667vw;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 751px) {
  .sec-links__item-image.has-border {
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__item-image.has-border {
    border: 0.1333333333vw solid #000;
  }
}
.sec-links__item-image img {
  width: 100%;
  transition: transform 0.2s linear;
}
.sec-links__item-title {
  color: #00a040;
}
@media only screen and (min-width: 751px) {
  .sec-links__item-title {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__item-title {
    font-size: 4vw;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 751px) {
  .sec-links__item-text {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-links__item-text {
    font-size: 3.2vw;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.sec-initiative {
  position: relative;
  background-color: #f2f5ee;
}
@media only screen and (min-width: 751px) {
  .sec-initiative {
    padding: 120px 0 400px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative {
    padding: 16vw 5.3333333333vw 46.6666666667vw;
  }
}
.sec-initiative::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transform: translateY(-99%);
}
@media only screen and (min-width: 751px) {
  .sec-initiative::before {
    left: calc((100% - 1920px) / 2);
    right: calc((100% - 1920px) / 2);
    width: 1920px;
    height: 160px;
    background-image: url("/japanese_tea/assets/img/initiative/before.png");
  }
}
@media only screen and (min-width: 1920px) {
  .sec-initiative::before {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative::before {
    width: 100%;
    height: 2.9333333333vw;
    background-image: url("/japanese_tea/assets/img/initiative/before-sp.png");
  }
}
.sec-initiative::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
@media only screen and (min-width: 751px) {
  .sec-initiative::after {
    left: calc((100% - 1920px) / 2);
    right: calc((100% - 1920px) / 2);
    width: 1920px;
    height: 351px;
    background-image: url("/japanese_tea/assets/img/initiative/after.png");
  }
}
@media only screen and (min-width: 1920px) {
  .sec-initiative::after {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative::after {
    width: 100%;
    height: 30.2666666667vw;
    background-image: url("/japanese_tea/assets/img/initiative/after-sp.png");
  }
}
.sec-initiative__body {
  position: relative;
}
.sec-initiative__body-tea {
  display: block;
  position: absolute;
  background-image: url("/japanese_tea/assets/img/initiative/tea.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__body-tea {
    width: 282px;
    height: 281px;
    top: -360px;
    right: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .sec-initiative__body-tea {
    right: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__body-tea {
    width: 40vw;
    height: 26.6666666667vw;
    top: -36.6666666667vw;
    right: 0;
  }
}
.sec-initiative__title {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__title {
    font-size: 6.4vw;
  }
}
.sec-initiative__title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/japanese_tea/assets/img/common/title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__title::after {
    width: 42px;
    height: 18px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__title::after {
    width: 5.6vw;
    height: 2.4vw;
    bottom: -5.3333333333vw;
  }
}
.sec-initiative__lead {
  line-height: 1.8em;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__lead {
    text-align: center;
    font-size: 24px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__lead {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.sec-initiative .square-title {
  padding: 0.75em 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-initiative .square-title {
    width: 400px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative .square-title {
    width: 57.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__project {
    margin: 80px auto auto;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__project {
    margin: 16vw auto auto;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__project__body {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
    gap: 45px;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__project-image {
    width: 576px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__project-image {
    margin-top: 8.5333333333vw;
    border-radius: 4.6666666667vw;
  }
}
.sec-initiative__project-text {
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__project-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__project-text {
    font-size: 4.2666666667vw;
    padding: 6.6666666667vw 4.2666666667vw 0;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation {
    margin-top: 8.5333333333vw;
  }
}
.sec-initiative__circulation-image {
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-image {
    width: 610px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-image {
    width: 76.6666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation .square-title {
    margin: 120px auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation .square-title {
    width: 73.3333333333vw;
    margin: 16vw auto auto;
  }
}
.sec-initiative__circulation-text {
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-text {
    font-size: 20px;
    margin: 64px auto auto;
    width: 740px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-text {
    font-size: 4.2666666667vw;
    padding: 6.6666666667vw 4.2666666667vw 0;
  }
}
.sec-initiative__circulation-slider {
  background-color: #fff;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transform: translateZ(0);
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider {
    width: 1200px;
    height: 430px;
    margin: 100px auto auto;
    border-radius: 40px;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider {
    margin-top: 8.5333333333vw;
    border-radius: 2vw;
    filter: drop-shadow(0 0.4vw 1.3333333333vw rgba(0, 0, 0, 0.16));
    min-height: 133.3333333333vw;
  }
}
.sec-initiative__circulation-slider-item {
  display: none;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-item {
    height: 100%;
    padding: 40px 40px 40px 64px;
    gap: 64px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-item {
    flex-direction: column;
    padding: 8vw 8vw;
  }
}
.sec-initiative__circulation-slider-item.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  animation: showSlideItem 0.1s linear;
}
@keyframes showSlideItem {
  0% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    display: flex;
    opacity: 0;
    visibility: visible;
  }
  100% {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
.sec-initiative__circulation-slider-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-item-text {
    gap: 32px;
  }
}
.sec-initiative__circulation-slider-item-index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  color: #fff;
  background-color: #00a040;
  font-weight: 700;
  padding-bottom: 0.1em;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-item-index {
    flex: 0 0 44px;
    height: 44px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-item-index {
    flex: 0 0 8.6666666667vw;
    height: 8.6666666667vw;
    font-size: 4.8vw;
  }
}
.sec-initiative__circulation-slider-item-title {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-item-title {
    font-size: 26px;
    gap: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-item-title {
    flex: 0 0 auto;
    font-size: 4.5333333333vw;
    gap: 3.4666666667vw;
  }
}
.sec-initiative__circulation-slider-item-title + p {
  line-height: 1.8;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-item-title + p {
    font-weight: 500;
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-item-title + p {
    flex: 1 0 auto;
    font-size: 4.2666666667vw;
    margin-top: 4.8vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-item-image {
    width: 512px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-item-image {
    flex: 0 0 auto;
    border-radius: 1.3333333333vw;
    margin-top: 4.8vw;
  }
}
.sec-initiative__circulation-slider-nav {
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav {
    width: 1200px;
    margin: 25px auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-nav {
    background: #fff;
    flex-wrap: wrap;
    margin: 6.6666666667vw auto auto;
    padding: 4.8vw;
    border: 0.4vw solid #00a040;
    border-radius: 4.6666666667vw;
    row-gap: 4vw;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-nav::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("/japanese_tea/assets/img/initiative/balloon-tail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    margin: auto;
    width: 7.2vw;
    height: 9.0666666667vw;
  }
}
.sec-initiative__circulation-slider-nav-item {
  background-color: #fff;
  position: relative;
  transition: all 0.1s linear;
  transform: translateZ(0);
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item {
    flex: 0 0 165px;
    height: 160px;
    border-radius: 20px;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-nav-item {
    flex: 0 0 23.7333333333vw;
    height: 22.6666666667vw;
    border-radius: 1.3333333333vw;
    filter: drop-shadow(0 0.4vw 1.3333333333vw rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item:hover {
    background-color: #00a040;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item:hover > a {
    color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item:hover > a .slider-nav-index {
    background-color: #fff;
    color: #00a040;
  }
}
.sec-initiative__circulation-slider-nav-item > a {
  color: #00501c;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.1s linear;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item > a {
    align-items: center;
    border-radius: 20px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-nav-item > a {
    font-size: 2.6666666667vw;
    padding-top: 7.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item:not(:first-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 28px;
    background-image: url("/japanese_tea/assets/img/initiative/index-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -32px;
  }
}
.sec-initiative__circulation-slider-nav-item.is-current {
  background-color: #00a040;
}
.sec-initiative__circulation-slider-nav-item.is-current a {
  color: #fff;
  cursor: auto;
}
.sec-initiative__circulation-slider-nav-item.is-current a:hover {
  opacity: 1 !important;
}
.sec-initiative__circulation-slider-nav-item.is-current a .slider-nav-index {
  background-color: #fff;
  color: #00a040;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item.is-current::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("/japanese_tea/assets/img/initiative/balloon-tail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    margin: auto;
    width: 30px;
    height: 33px;
  }
}
.sec-initiative__circulation-slider-nav-item .slider-nav-index {
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  color: #fff;
  background-color: #00a040;
  font-weight: 700;
  transition: all 0.1s linear;
}
@media only screen and (min-width: 751px) {
  .sec-initiative__circulation-slider-nav-item .slider-nav-index {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 10px;
    left: 9px;
    padding-bottom: 0.1em;
  }
}
@media only screen and (max-width: 750px) {
  .sec-initiative__circulation-slider-nav-item .slider-nav-index {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
    top: 1.3333333333vw;
    left: 1.2vw;
    padding-bottom: 0.2em;
  }
}

body .sec-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  text-align: left;
}
body .sec-modal__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
body .sec-modal__body {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media only screen and (min-width: 751px) {
  body .sec-modal__body {
    width: 62.5%;
    gap: 25px;
  }
}
@media only screen and (max-width: 750px) {
  body .sec-modal__body {
    width: 100%;
  }
}
body .sec-modal__close {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  body .sec-modal__close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 20px;
    top: -70px;
  }
}
@media only screen and (max-width: 750px) {
  body .sec-modal__close {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    right: 2.6666666667vw;
    top: -10.6666666667vw;
  }
}
body .sec-modal__iframe {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #000;
}
body.is-modal-active {
  overflow: hidden;
}
body.is-modal-active .sec-modal {
  display: block;
}