@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.default-block {
  display: block !important;
}
.responsive-block {
  display: none !important;
}
.default-inlineblock {
  display: inline-block !important;
}
.responsive-inlineblock {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .default-block {
    display: none !important;
  }
  .responsive-block {
    display: block !important;
  }
  .default-inlineblock {
    display: none !important;
  }
  .responsive-inlineblock {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.loading {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #ebeeeb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 100000000;
}
.loading:before {
  content: "";
  width: 100vw;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #4c6048;
  animation: loading 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.loading:after {
  content: "";
  width: 100vw;
  height: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #5e5047;
  animation: loading 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes loading {
  from {
    height: 0;
  }
  50% {}
  to {
    height: calc(50vh + 0.1rem);
    height: calc(50dvh + 0.1rem);
  }
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/*
.spinner {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.1rem solid #4c6048;
  border-left-color: #fff;
  animation: spinner-rotation 1s linear infinite;
}
*/
.loading div.loading-logo {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 100000;
  width: 16rem;
  animation: zoomOutLogo;
  animation-duration: 4s;
  animation-delay: 0;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomOutLogo {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(110%);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(110%);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(110%);
    opacity: 0;
  }
  75% {
    transform: translateX(-50%) translateY(-50%) scale(110%);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(110%);
    opacity: 1;
  }
}
.loading div.loading-logo img {
  transform: scale(100%);
  opacity: 1;
  transition: 0.5s;
}
.loading.loaded div.loading-logo img {
  transform: scale(90%);
  opacity: 0;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
body {
  position: relative;
}
div.wrapper {}
@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* */
section > div.inner > div.heading {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4rem;
  padding-top: 6rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
section > div.inner > div.heading span {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
}
span.instagram-icon {
  display: inline-block;
  width: 1.5rem;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}
span.instagram-icon img {}
div.support-button-display {
  position: fixed;
  bottom: 0;
  right: 5rem;
  opacity: 0;
  transition: 0.5s all;
  z-index: 1000;
}
div.support-button-display.active {
  ;
  opacity: 1;
  bottom: 5rem;
}
div.support-button-display div.support-button {}
div.support-button-display div.support-button a {
  background: #fff;
  color: #4c6048;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-weight: bold;
  border-radius: 0.5rem;
  transition: 0.25s all;
}
div.support-button-display div.support-button a:hover {
  background: #4c6048;
  color: #fff;
}
div.support-button-display div.support-button a span {
  vertical-align: middle;
  top: -0.25rem;
  position: relative;
  margin-left: 0.5rem;
}
/* */
div.sp-menu, section.fv div.inner div.scroll-menu-wrapper div.sp-menu-top, section.fv div.inner div.scroll-menu-wrapper div.support-button, section.fv div.inner div.scroll-menu-wrapper div.sp-menu-bottom-map, section.fv div.inner div.scroll-menu-wrapper div.sp-menu-bottom-produced {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.fv {
  width: calc(100vw - (100vw - 100%));
  height: 125vh;
  position: relative;
  z-index: 10000;
}
section.fv div.fv-wrapper {
  display: flex;
}
section.fv div.fv-visual {
  width: calc(100vw - (100vw - 100%));
}
div.photoObject {
  width: 100%;
  height: 100vh;
  height: 100%;
  background: #000;
  position: relative;
  z-index: 0;
}
div.photoObject div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-timing-function: ease-in-out;
}
div.photoObject div span {
  background-position: center center;
  background-size: cover;
  transition-timing-function: ease-in;
}
div.photoObject div, div.photoObject div span {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100%;
  overflow: hidden;
}
div.photoObject div.s1, div.photoObject div.e2 {
  opacity: 0;
  background: #fff;
}
div.photoObject div.s2, div.photoObject div.e1 {
  opacity: 1;
  background: #fff;
}
/*
div.photoObject span.anime_in_zoomin {
  transform: scale(1.0);
}
div.photoObject span.anime_out_zoomin {
  transform: scale(1.1);
}
div.photoObject span.anime_in_moveright {
  transform: scale(1.2);
  margin-left: -10%;
}
div.photoObject span.anime_out_moveright {
  transform: scale(1.1);
  margin-left: 0%;
}
*/
div.photoObject span.anime_in_zoomout {
  transform: scale(1.2);
}
div.photoObject span.anime_out_zoomout {
  transform: scale(1.0);
}
/*
div.photoObject span.anime_in_grayscale_zoomin {
  filter: grayscale(100%);
  transform: scale(1.2);
}
div.photoObject span.anime_out_grayscale_zoomin {
  filter: grayscale(0%);
  transform: scale(1.15);
}
div.photoObject span.anime_in_rotate {
  transform: scale(1.2) rotate(5deg);
}
div.photoObject span.anime_out_rotate {
  transform: scale(1.15) rotate(0deg);
}
*/
section.fv div.fv-visual, section.fv div.fv-visual div.slick-list, section.fv div.fv-visual div.slick-track {
  pointer-events: none;
  height: 125vh;
  width: calc(100vw - (100vw - 100%));
  transition: 0.125s all;
}
section.fv div.fv-visual div.slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(100%);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(100%);
  opacity: 1;
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  /*
    transition: 20s all;
    animation-fill-mode: forwards;
*/
  /*
    min-width: 100%;
   
*/
  /*
    min-width: auto;
  min-height: 100%;
    max-width: 100%;
*/
  /*
  background: url("../img/fv-visual-01.webp");
  background-size: cover;
*/
}
section.fv div.fv-visual div.slick-slide.slick-active img {
  /*
  transform: translateX(-50%) translateY(-50%) scale(120%);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(120%);
*/
}
/*
,
section.fv div.fv-visual div.slick-slide.slick-slide:has(+ .slick-active) img,
section.fv div.fv-visual div.slick-slide.slick-slide:last-child img {
*/
section.fv div.fv-visual {
  /* --ken-burns-scale-factor: 1.075; */
}
section.fv div.fv-visual .slick-active img {
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%) scale(120%);
  animation: zoomIn 6s 0s forwards;
  /*    transform-origin: 50% 50%;*/
}
section.fv div.fv-visual .slick-active img[data-zoom="out"] {
  animation: zoomOut 6s 0s forwards;
  transform: translateX(-50%) translateY(-50%) scale(120%);
  /* transform: scale(var(--ken-burns-scale-factor)); */
}
section.fv div.fv-visual .slick-slide[aria-hidden="true"] img {
  transform: translateX(-50%) translateY(-50%) scale(120%);
  /* transform: scale(var(--ken-burns-scale-factor)); */
  /*visibility: hidden;*/
}
section.fv div.fv-visual .slick-slide[aria-hidden="true"] img[data-zoom="out"] {
  transform: translateX(-50%) translateY(-50%) scale(100%);
  /* transform: scale(1); */
}
@keyframes zoomOut {
  from {
    transform: translateX(-50%) translateY(-50%) scale(120%);
  }
  to {
    transform: translateX(-50%) translateY(-50%) scale(100%);
  }
}
section.fv div.fv-visual div.slick-slide:nth-child(2) img {
  /*
  background: url("../img/fv-visual-02.webp");
  background-size: cover;
*/
}
section.fv div.inner {
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  /*  height: 100dvh;*/
  position: sticky;
  top: 0;
  margin-left: calc(-100vw + (100vw - 100%));
  z-index: 1;
  overflow-x: hidden;
}
section.fv div.inner ul.scroll-nav {
  position: absolute;
  top: 5rem;
  right: 5rem;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  z-index: 1000;
  /*  mix-blend-mode: difference;*/
}
section.fv div.inner ul.scroll-nav li {
  /*  mix-blend-mode: difference;
*/
}
section.fv div.inner ul.scroll-nav a {
  letter-spacing: 0.5rem;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  /*  mix-blend-mode: difference;*/
  transition: 0.25s all;
  font-weight: 600;
}
section.fv div.inner ul.scroll-nav a:hover {
  opacity: 0.5;
}
section.fv div.inner div.scroll-arrow {
  width: 4.5rem;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  animation: display;
  animation-duration: 1s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
}
@keyframes display {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.fv div.inner ul.scroll-nav button {
  background: none;
  border: none;
  letter-spacing: 0.5rem;
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 1rem;
  color: #fff;
  transition: 0.25s all;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
}
section.fv div.inner ul.scroll-nav button:hover {
  opacity: 0.5;
}
section.fv div.inner ul.scroll-nav button span.material-icons {
  position: relative;
  font-size: 1.4rem;
  top: 0.25rem;
  margin-right: 0.5rem;
}
section.fv div.main-copy {
  position: absolute;
  top: calc(50% + 5%);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  /*
  padding-left: 4rem;
  padding-right: 4rem;
*/
  width: calc(100vw - (100vw - 100%));
  overflow-x: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.fv div.main-copy img {
  max-width: inherit;
  width: calc(100vw - (100vw - 100%) + 2%);
  margin-left: -1%;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 1));
}
section.fv div.sub-copy {
  position: absolute;
  top: 10rem;
  left: 10rem;
  max-width: 42.7rem;
  width: 100%;
}
section.fv div.sub-copy img {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 1));
}
section.fv div.term {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  max-width: 51.8rem;
  width: 100%;
}
section.fv div.support {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  color: #fff;
}
section.fv div.support div.note {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 600;
}
section.fv div.support div.note span {
  font-size: 1.3rem;
}
section.fv div.support-button {
  margin-top: 2rem;
  text-align: right;
}
section.fv div.support-button a {
  background: #fff;
  color: #4c6048;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-weight: bold;
  border-radius: 0.5rem;
  transition: 0.25s all;
}
section.fv div.support-button a:hover {
  background: #4c6048;
  color: #fff;
}
section.fv div.support-button a span {
  vertical-align: middle;
  top: -0.25rem;
  position: relative;
  margin-left: 0.5rem;
}
div.scroll-menu-wrapper div.support-button a, div.scroll-menu-wrapper div.support-button a span {
  color: #5e5047;
}
div.scroll-menu-wrapper div.support-button a:hover {
  background: #5e5047;
  color: #fff;
}
div.scroll-menu-wrapper div.support-button a:hover span {
  color: #fff;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.concept {
  background: #4c6048;
  overflow-x: hidden;
}
section.concept div.concept-top {
  background: url("../img/concept-top-figure.webp");
  background-size: cover;
}
section.concept div.concept-top div.description {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
}
section.concept div.concept-top div.description div.produced {
  max-width: 32.5rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
section.concept div.concept-message-prologue {
  position: relative;
}
section.concept div.concept-message-prologue div.concept-message-prologue-image {
  position: relative;
  z-index: 0;
  height: 60rem;
  overflow: hidden;
  /*  overflow-x: hidden;*/
}
section.concept div.concept-message-prologue div.concept-message-prologue-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  min-width: 192rem;
}
section.concept div.concept-message-prologue div.inner.inview-effect {
  position: absolute;
  top: 8rem;
  z-index: 1;
  color: #fff;
  transition: 1s 0.5s all;
  left: 10rem;
  opacity: 0;
}
section.concept div.concept-message-prologue div.inner.inview-effect.show {
  opacity: 1;
  left: 20rem;
}
section.concept div.concept-message-prologue div.inner div.heading {
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
section.concept div.concept-message-prologue div.inner div.description {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
/* concept-message */
div.concept-message-wrapper {
  position: relative;
  max-width: 42.0rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 20rem;
}
div.concept-message-wrapper .inview-effect {
  transition: 1s 0.5s all;
  opacity: 0;
  margin-top: 10rem;
}
div.concept-message-wrapper .inview-effect.show {
  opacity: 1;
  margin-top: 0;
}
div.concept-message-wrapper .inview-effect img {
  transition: 1s 0.5s all;
  opacity: 0;
  martin-top: 10rem;
}
div.concept-message-wrapper .inview-effect.show img {
  opacity: 1;
  margin-top: 0;
}
div.concept-message-wrapper div.description {
  font-size: 1.4rem;
  margin-bottom: 10rem;
}
div.concept-message-wrapper div.concept-message-image {
  position: absolute;
}
div.concept-message-wrapper div.concept-message-image.first {
  max-width: 40.0rem;
  left: calc(-100% - 13rem);
  top: 21rem;
}
div.concept-message-wrapper div.concept-message-image.second {
  max-width: 39.3rem;
  left: calc(-100% - 8rem);
  bottom: 14rem;
}
div.concept-message-wrapper div.concept-message-image.third {
  max-width: 47.7rem;
  right: calc(-100% - 6rem);
  top: 13rem;
}
div.concept-message-wrapper div.concept-message-image.fourth {
  max-width: 50.8rem;
  right: calc(-100% - 2rem);
  bottom: 4rem;
}
section.concept div.sub-title {
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
  color: #fff;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
section.concept div.sub-title span {
  font-size: 1.1rem;
  font-family: "Zen Kaku Gothic New", serif;
  color: #fff;
  font-weight: bold;
}
section.concept div.concept-top div.description {
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
}
section.concept div.description {
  font-size: 1.4rem;
  color: #fff;
}
section.concept div.inner div.description {
  line-height: 2;
  white-space: nowrap;
}
section.concept div.slide-image.inview-effect {
  min-width: 192rem;
  overflow: hidden;
  margin-top: 12rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 0 !important;
  opacity: 0;
  transition: 2s 0.5s all;
}
section.concept div.slide-image.inview-effect.show {
  opacity: 1;
}
section.concept div.extra-wrapper {
  max-width: 53.0rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.stories {
  background: #ebeeeb;
  color: #4c6048;
}
section.stories div.movie-section {
  background: #4c6048;
}
section.stories div.movie-section div.movie-section-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 10rem;
  margin-top: -6rem;
}
section.stories div.movie-section div.movie-section-inner div.movie-wrapper.inview-effect {
  max-width: 60rem;
  top: 10rem;
  position: relative;
  transition: 2s 0.5s all;
  opacity: 0;
  overflow: hidden;
}
section.stories div.movie-section div.movie-section-inner div.movie-wrapper.inview-effect.show {
  top: 6rem;
  opacity: 1;
}
section.stories div.movie-section div.movie-section-inner div.movie-wrapper video {
  width: 100%;
  position: relative;
  /*  left: 0.2rem;*/
}
section.stories div.movie-section div.movie-section-inner div.movie-wrapper div.video {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
section.stories div.movie-section div.movie-section-inner div.movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(170%);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(170%);
}
section.stories div.movie-section div.movie-section-inner div.heading-movie {
  position: absolute;
  bottom: 6rem;
  right: 0;
  width: 34rem; /* absolute condition */
}
section.stories div.movie-section div.movie-section-inner div.heading-movie.inview-effect img {
  margin-top: 10rem;
  opacity: 0;
  transition: 2s 0.5s all;
}
section.stories div.movie-section div.movie-section-inner div.heading-movie.inview-effect.show img {
  margin-top: 0;
  opacity: 1;
}
section.stories div.view {
  margin-bottom: 4rem;
}
section.stories div.inner > div.description {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  line-height: 2;
}
section.stories div.view div.view-articles {
  display: flex;
  flex-wrap: wrap;
  max-width: 103.5rem;
  margin-left: auto;
  margin-right: auto;
}
section.stories div.view div.view-articles article {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  min-height: 30rem;
}
section.stories div.view div.view-articles article:nth-child(even) {
  margin-right: 0;
}
section.stories div.view div.view-articles article:nth-child(3), section.stories div.view div.view-articles article:nth-child(4) {
  margin-bottom: 0;
}
section.stories div.view div.view-articles article div.image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 30rem;
}
section.stories div.view div.view-articles article div.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: inherit;
}
section.stories div.view div.view-articles article div.view-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
section.stories div.view div.view-articles article div.view-inner div.modal-link {
  padding: 3rem;
  display: block;
  color: #fff;
  line-height: 1.5;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
section.stories div.view div.view-articles article div.view-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition: 0.25s all;
  z-index: 0;
}
section.stories div.view div.view-articles article div.view-inner:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
section.stories div.view div.view-articles article div.view-inner div.modal-link div.lead {
  font-size: 1.7rem;
  letter-spacing: 0.35rem;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
}
section.stories div.view div.view-articles article div.view-inner div.modal-link div.position {
  font-size: 1.2rem;
}
section.stories div.view div.view-articles article div.view-inner div.modal-link div.name {
  font-size: 2.0rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
section.stories div.view div.view-articles article div.view-inner div.modal-link div.description {
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.025rem;
}
section.stories div.view div.view-articles article.first div.view-inner div.modal-link div.description {
  max-width: 27.7rem;
}
section.stories div.view div.view-articles article.second div.view-inner div.modal-link div.description {
  max-width: 24.3rem;
}
section.stories div.view div.view-articles article.third div.view-inner div.modal-link div.description {
  max-width: 23.0rem;
}
section.stories div.view div.view-articles article.fourth div.view-inner div.modal-link div.description {
  max-width: 21.1rem;
}
section.stories div.view div.view-articles article div.view-inner div.modal-link div.details-link {
  background: #fff;
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 1rem;
  color: #4c6048;
  font-size: 1.3rem;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-weight: bold;
}
section.stories div.view div.view-articles article div.view-inner div.modal-link div.details-link span {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  font-size: 1.75rem;
}
/* */
section.stories div.modal {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  z-index: 1000000000;
  transition: 0.5s all;
  opacity: 0;
  pointer-events: none;
}
section.stories div.modal.active {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  background: linear-gradient(180deg, #4c6048 0%, #4c6048 50%, #5e5047 50%, #5e5047 100%);
  opacity: 1;
  pointer-events: auto;
}
/*
section.stories div.modal:after {
  bottom: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  height: 50vh;
    
  background: #5e5047;
  position: fixed;
  content: "";
  z-index: 0;
}
*/
section.stories div.modal div.inner {
  color: #fff;
  width: 104rem;
  margin-left: auto;
  margin-right: auto;
  /*  padding-top: 10rem;*/
  padding-bottom: 10rem;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.5s all 0.5s;
}
section.stories div.modal.active div.inner {
  opacity: 1;
  top: 50%;
}
section.stories div.modal div.inner div.modal-contents-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4rem;
}
section.stories div.modal div.inner div.message {
  width: 50%;
  position: relative;
  z-index: 1;
}
section.stories div.modal div.inner div.message div.heading {
  font-size: 2.6rem;
  letter-spacing: 0.625rem;
  margin-bottom: 8rem;
  margin-top: 8rem;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
section.stories div.modal div.inner div.message div.english-decoration {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.25rem;
}
section.stories div.modal div.inner div.message div.description {
  font-size: 1.4rem;
  line-height: 1.75;
  white-space: nowrap;
}
section.stories div.modal div.inner div.profile-wrapper {
  width: 50%;
  text-align: right;
  position: relative;
  z-index: 0;
  margin-top: -6rem;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image {
  position: relative;
  z-index: 0;
  top: 2rem;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image div.slick-list {
  transform: scale(110%);
  pointer-events: none;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image .slick-arrow {
  display: none !important;
}
section.stories div.modal div.inner div.profile-wrapper div.data {
  position: relative;
  z-index: 1;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image .slick-dots {
  bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image .slick-dots li {
  display: inline-block;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image .slick-dots li button {
  border: none;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 1000rem;
  transition: 0.25s all;
  cursor: pointer;
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}
section.stories div.modal div.inner div.profile-wrapper div.profile-image .slick-dots li:hover button {
  background: rgba(255, 255, 255, 1);
}
section.stories div.modal div.inner div.profile-wrapper div.english-sign {
  width: 18rem;
  float: right;
  margin-top: -7rem;
  pointer-events: none;
}
section.stories div.modal div.inner div.profile-wrapper > div.english-sign {
  display: none;
}
section.stories div.modal div.inner div.profile-wrapper div.position {
  font-size: 1.1rem;
}
section.stories div.modal div.inner div.profile-wrapper div.name {
  font-size: 2.0rem;
  font-family: "Noto Serif JP", serif;
}
section.stories div.modal div.inner div.profile-wrapper div.description {
  font-size: 1.2rem;
  margin-right: -1rem;
}
section.stories div.modal div.inner div.close-button {
  text-align: center;
}
section.stories div.modal div.inner div.close-button span {
  background: #ebeeeb;
  color: #5e5047;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  transition: 0.25s all;
  letter-spacing: 0.25rem;
  font-size: 1.5rem;
}
section.stories div.modal div.inner div.close-button span:hover {
  opacity: 0.75;
}
div.modal-close button {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.team {
  background: #ebeeeb;
  color: #4c6048;
  padding-bottom: 6rem;
}
section.team > div.inner > div.heading:first-child {
  padding-top: 14rem;
}
section.team div.team-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}
section.team div.team-wrapper div.team-visual {
  position: sticky;
  top: 0;
  width: calc(100% - 4rem - 30rem);
  margin-right: 4rem;
  /*  position: relative;*/
  height: 100vh;
  overflow: hidden;
}
section.team div.team-wrapper div.team-visual div.image {
  position: relative;
  z-index: 0;
  height: 100vh;
}
section.team div.team-wrapper div.team-visual div.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: inherit;
  height: 100%;
}
section.team div.team-wrapper div.team-visual div.team-visual-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
section.team div.team-wrapper div.team-visual div.team-visual-inner div.heading {
  width: 26.5rem;
  margin-bottom: 2rem;
}
section.team div.team-wrapper div.team-visual div.team-visual-inner div.description {
  font-size: 1.4rem;
  line-height: 2;
  white-space: nowrap;
}
section.team div.team-wrapper div.member-wrapper {
  /*  width: calc(23% - 4rem);*/
  width: 30rem;
  /*  position: absolute;*/
  /*  position: relative;*/
  /*  height: 100%;*/
  /*
  top: 0;
  left: 77%;
*/
  display: flex;
  flex-direction: column;
  /*  overflow: hidden;*/
}
section.team div.team-wrapper div.member-wrapper ul {
  /*  overflow-y: scroll;*/
  /* width: calc(100% + 1.6rem); */
  width: calc(100% - 4rem);
}
section.team div.team-wrapper div.member-wrapper ul li {
  margin-bottom: 4rem;
}
section.team div.team-wrapper div.member-wrapper ul li div.profile {
  display: flex;
  margin-bottom: 1.0rem;
  align-items: center;
}
section.team div.team-wrapper div.member-wrapper ul li div.profile div.photo {
  width: calc(47.0% - 2rem);
  margin-right: 2rem;
}
section.team div.team-wrapper div.member-wrapper ul li div.profile div.data {
  width: 53%;
}
section.team div.team-wrapper div.member-wrapper ul li div.profile div.data div.position {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
}
section.team div.team-wrapper div.member-wrapper ul li div.profile div.data div.name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
section.team div.team-wrapper div.member-wrapper ul li div.profile div.data div.english-name {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  letter-spacing: 0.125rem;
}
section.team div.team-wrapper div.member-wrapper ul li div.description {
  font-size: 1.1rem;
}
section.team div.re-connect-heading {
  font-size: 1.1rem;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
  font-weight: bold;
  margin-top: 10rem;
  margin-bottom: 2rem;
}
section.team div.re-connect-wrapper {
  display: flex;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
section.team div.re-connect-article {
  display: flex;
  width: 50%;
  align-items: center;
  position: relative;
}
section.team div.re-connect-article.first {
  width: 50%;
}
section.team div.re-connect-article.second {
  width: 50%;
}
section.team div.re-connect-article.first:after {
  width: 0.1rem;
  height: calc(100% - 1rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  content: "";
  background: #4c6048;
}
section.team div.re-connect-article div.headings-wrap {
  width: 42%;
  box-sizing: border-box;
  padding-left: 4rem;
  padding-right: 1rem;
}
section.team div.re-connect-article.first div.headings-wrap {
  padding-left: 0;
}
section.team div.re-connect-article div.sub-lead {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.2rem;
  font-weight: 700;
}
section.team div.re-connect-article div.heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
section.team div.re-connect-article div.description {
  width: calc(58% - 4rem);
  padding-right: 4rem;
  font-size: 1.3rem;
  position: relative;
  line-height: 2;
}
section.team div.re-connect-article.second div.description {
  width: calc(58%);
  padding-right: 0;
}
section.team div.re-connect-article.third {
  max-width: 72.0rem;
  width: 72.0rem;
  margin-left: auto;
  margin-right: auto;
  border-left: 0.1rem solid #4c6048;
  border-right: 0.1rem solid #4c6048;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
section.team div.re-connect-article.third:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  content: "";
  border-top: 0.1rem solid #4c6048;
  border-bottom: 0.1rem solid #4c6048;
  pointer-events: none;
}
section.team div.re-connect-article.third:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  content: "";
  border-top: 0.1rem solid #4c6048;
  border-bottom: 0.1rem solid #4c6048;
  pointer-events: none;
}
section.team div.re-connect-article.third div.headings-wrap {
  width: 40%;
  padding-left: 2rem;
}
section.team div.re-connect-article.third div.description {
  width: calc(60% - 4rem);
  padding-right: 4rem;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.5;
}
section.team div.re-connect-article.third div.heading {
  text-align: center;
}
section.team div.re-connect-article.third div.sub-heading {
  text-align: center;
  font-size: 1.3rem;
}
section.team div.re-connect-article.third div.description {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
}
section.team div.re-connect-article.third div.description span {
  color: #94a091;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.rewards {
  color: #fff;
  /*  overflow-x: hidden;*/
}
section.rewards div.rewards-background {
  position: relative;
  height: 80rem;
  width: 100%;
  pointer-events: none;
}
section.rewards div.rewards-section-background {
  background: #4c6048;
}
section.rewards div.rewards-background > div {
  height: 80rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.rewards div.rewards-background > div:after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background-size: auto 100vh;
  background-image: url(../img/rewards-figure-main-01.webp);
  content: "";
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
section.rewards div.last-background {
  pointer-events: none;
  /*
  height: 80rem;
  background: url("../img/rewards-figure-main-02.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
*/
  position: relative;
  height: 80rem;
  width: 100%;
}
section.rewards div.last-background > div {
  height: 80rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.rewards div.last-background > div:after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background-size: auto 100vh;
  background-image: url(../img/rewards-figure-main-02.webp);
  content: "";
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -2;
}
section.rewards div.rewards-section-background > div.inner > div.heading {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4rem;
  padding-top: 6rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
section.rewards div.rewards-section-background > div.inner > div.heading span {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
}
section.rewards div.rewards-section-background > div.inner > div.description {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
section.rewards div.inner {
  max-width: 98.8rem;
  margin-left: auto;
  margin-right: auto;
}
section.rewards div.rewards-articles div.heading {
  border-bottom: 0.1rem solid #fff;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.9rem;
  margin-top: 10.0rem;
  margin-bottom: 1.0rem;
  letter-spacing: 0.5rem;
}
section.rewards div.rewards-articles div.heading span {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", serif;
  display: inline-block;
  margin-left: 1rem;
  letter-spacing: 0;
  font-weight: 600;
}
section.rewards div.rewards-articles article.first div.rewards-wrap {
  display: flex;
}
section.rewards div.rewards-articles article.first div.details {
  max-width: 37.0rem;
}
section.rewards div.rewards-articles article.first div.details > img {
  max-width: 37.0rem;
  margin-bottom: 1rem;
}
section.rewards div.rewards-articles article.first div.details div.name {
  font-size: 1.8rem;
  font-weight: bold;
}
section.rewards div.rewards-articles article.first div.details div.specification {
  font-size: 1.2rem;
}
section.rewards div.rewards-articles article.first div.details div.description {
  font-size: 1.1rem;
  margin-top: 2.0rem;
}
section.rewards div.rewards-articles article.first div.product-photo {
  width: calc(100% - 37rem - 4rem);
  margin-left: 4rem;
  position: relative;
}
/* */
section.rewards div.rewards-articles article.first div.product-photo.responsive-block {
  display: none;
}
/* */
section.rewards div.rewards-articles article.first div.product-photo img {
  position: relative;
  margin-top: -14.5rem;
}
section.rewards div.rewards-articles article.first div.details div.addition {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  white-space: nowrap;
  margin-top: 3rem;
}
section.rewards div.rewards-articles article.first div.details div.addition div.label {
  background: #fff;
  color: #4c6048;
  font-weight: bold;
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.rewards div.rewards-articles article.second div.rewards-wrap {
  display: flex;
  background: #fff;
  color: #4c6048;
}
section.rewards div.rewards-articles article.second > div.description {
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div {
  box-sizing: border-box;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div:nth-child(1) {
  width: 31%;
  box-sizing: border-box;
  padding: 2rem 2rem 0 3rem;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div:nth-child(2) {
  width: 34%;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div:nth-child(3) {
  width: 35%;
  padding: 2.0rem 3.0rem 2.0rem 2.0rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div:nth-child(3) div.lead {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.25rem;
  letter-spacing: 0.25rem;
  font-weight: 600;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div:nth-child(3) div.description {
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.125rem;
}
section.rewards div.rewards-articles article.second div.rewards-wrap > div:nth-child(3) div.extra {
  margin-top: 1.0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  /*  position: absolute;*/
  /*  bottom: 1.75rem;*/
}
section.rewards div.rewards-articles article.second div.philosophy-description {
  font-size: 1.4rem;
}
section.rewards div.rewards-articles article.second div.philosophy-wrap div.philosophy-title {
  font-size: 1.7rem;
  letter-spacing: 0;
}
section.rewards div.rewards-articles article.second div.details div.labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
section.rewards div.rewards-articles article.second div.details div.labels ul {
  width: 48.0rem;
  white-space: nowrap;
}
section.rewards div.rewards-articles article.second div.details div.labels ul li {
  background: #4c6048;
  color: #fff;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", serif;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: bold;
  /* letter-spacing: 0.25rem; */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.rewards div.rewards-articles article.third {}
section.rewards div.rewards-articles article.third > div.description {
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap {
  display: flex;
  margin-bottom: 3rem;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card {
  width: calc(33.33% - 2rem);
  margin-right: 3rem;
  background: #fff;
  color: #4c6048;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2rem rbga(0, 0, 0, 0.75);
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card:last-child {
  margin-right: 0;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.profile {
  padding: 2.0rem;
  padding-bottom: 0;
  box-sizing: border-box;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.philosophy-wrap {
  padding-left: 3rem;
  padding-right: 3rem;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.philosophy-wrap div.philosophy-number {
  text-align: center;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.philosophy-wrap div.philosophy-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.philosophy-wrap div.philosophy-title span {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", serif;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.details:nth-child(3) {
  padding: 1.25rem 2.5rem 0 2.5rem;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.details div.lead {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
  letter-spacing: 0.125rem;
  font-weight: 600;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.details div.description {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", serif;
  padding-bottom: 7.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.details div.description div.note {
  font-size: 1.1rem;
}
section.rewards div.rewards-articles article.third > div.rewards-wrap > div.rewards-card div.details div.description div.extra {
  margin-top: auto;
  position: absolute;
  bottom: 1.5rem;
  padding-right: 2.5rem;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.rewards div.rewards-articles article.third div.rewards-card.fourth {
  display: flex;
  background: #fff;
  color: #4c6048;
  margin-bottom: 10rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(1) {
  width: 37%;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) {
  width: 35%;
  box-sizing: border-box;
  padding: 2rem 3rem 0 0;
  z-index: 1;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.product-photo {
  width: 28%;
  position: relative;
  overflow: hidden;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.product-photo img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  height: calc(100% + 0.1rem);
  max-width: inherit;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(1) div.labels {
  display: flex !important;
  justify-content: flex-end;
  margin-bottom: 1rem;
  width: calc(100% - 4rem);
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(1) div.labels ul {
  /*  width: 48.0rem;*/
  white-space: nowrap;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(1) div.labels ul li {
  background: #4c6048;
  color: #fff;
  display: inline-block;
  margin-right: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", serif;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: bold;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.lead {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5rem;
  letter-spacing: 0.125rem;
  font-weight: 600;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.description {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", serif;
  margin-bottom: 1.0rem;
  line-height: 1.5;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.description div.description-list {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.0rem;
  white-space: nowrap;
  line-height: 1.5;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.description div.description-list span.list-style {
  color: #94a091;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.description div.description-list span.addition {
  font-size: 1.3rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.souvenir {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  white-space: nowrap;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.souvenir div.souvenir-label {
  font-size: 1.5rem;
  border: 0.1rem solid #4c6048;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.souvenir div.souvenir-name {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.souvenir div.souvenir-name span {
  font-size: 1.2rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.note {
  line-height: 1.5;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-bottom: 2rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.note table {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.note table a {
  color: #4c6048;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) div.note table a:hover {
  text-decoration: underline;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.details:nth-child(2) span.addition-note {
  font-size: 1.1rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.profile {
  padding: 2.0rem 4rem 2.0rem 2.0rem;
  padding-bottom: 0;
  box-sizing: border-box;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap {
  padding-left: 2rem;
  padding-right: 4rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap div.philosophy-number {
  text-align: center;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap div.philosophy-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap div.philosophy-title span {
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic New", serif;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap div.philosophy-sub-title {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", serif;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap div.philosophy-photo {
  margin-bottom: 1.5rem;
}
section.rewards div.rewards-articles article.third div.rewards-card.fourth div.philosophy-wrap div.philosophy-photo img {
  width: calc(100% + 2rem);
  margin-left: -2rem;
  max-width: inherit;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.rewards div.rewards-articles article.fourth {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
section.rewards div.rewards-articles article.fourth div.heading {
  margin-bottom: 0;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 10rem;
  color: #4c6048;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(1) {
  padding: 2rem 3rem 2rem 2rem;
  box-sizing: border-box;
  width: 39%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(1):after {
  width: 0.1rem;
  height: calc(100% - 2rem);
  background: #4c6048;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(2) {
  padding: 2rem 2rem 2rem 3rem;
  box-sizing: border-box;
  width: 61%;
  position: relative;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(2) div.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  letter-spacing: 0.125rem;
  /*  margin-bottom: 1rem;*/
  font-weight: bold;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(2) div.description {
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
  letter-spacing: 0;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(2) div.note {
  font-size: 1.2rem;
}
section.rewards div.rewards-articles article.fourth div.rewards-wrap > div.details:nth-child(2) div.product-photo {
  position: absolute;
  top: 50%;
  right: -7.5rem;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 15rem;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.rewards div.rewards-articles article div.profile {
  display: flex;
  align-items: center;
}
section.rewards div.rewards-articles article div.profile div.photo {
  max-width: 7.5rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}
section.rewards div.rewards-articles article div.profile div.position {
  font-size: 1.0rem;
  line-height: 1.5;
  letter-spacing: 0;
}
section.rewards div.rewards-articles article div.profile div.name {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25rem;
  font-weight: bold;
}
section.rewards div.rewards-articles article div.philosophy-wrap {}
section.rewards div.rewards-articles article div.philosophy-wrap div.philosophy-number {
  font-size: 1.0rem;
  text-align: left;
  font-weight: bold;
  margin-top: 0;
  border-bottom: 0.1rem solid #4c6048;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
section.rewards div.rewards-articles article div.philosophy-wrap div.philosophy-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.125rem;
}
section.rewards div.inner div.description.last {
  text-align: center;
  padding-bottom: 10rem;
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  line-height: 2;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.result {
  background: #ebeeeb;
  padding-bottom: 5rem;
}
section.result > div.inner > div.heading {
  color: #4c6048;
}
section.result > div.inner > div.description {
  text-align: center;
  font-size: 1.5rem;
  color: #4c6048;
  margin-bottom: 4.5rem;
  line-height: 2;
}
section.result div.support-button {
  text-align: center;
}
section.result div.support-button a {
  background: #4c6048;
  color: #fff;
  padding: 0.5rem 2rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.25rem;
  transition: 0.25s all;
}
section.result div.support-button a:hover {
  background: #fff;
  color: #4c6048;
}
section.result div.support-button a span {
  vertical-align: middle;
  top: -0.25rem;
  position: relative;
  margin-left: 0.5rem;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
footer {
  background: #4c6048;
  padding-top: 2rem;
  height: 42rem;
  box-sizing: border-box;
  position: relative;
}
footer div.footer-inner {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
}
footer a {
  color: #fff;
  font-size: 1.5rem;
  transition: 0.25s all;
}
footer a:hover {
  opacity: 0.5;
}
footer ul.footer-nav {
  /*
  display: flex;
  flex-wrap: wrap;
*/
  /*  max-width: 40rem;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer ul.footer-nav li {
  /*  width: 16.66%;*/
  margin-right: 2rem;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25rem;
}
footer div.term {
  width: 41.5rem;
  position: absolute;
  bottom: 10rem;
  left: 10rem;
}
footer div.copyright {
  width: 52.0rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
footer div.map {
  width: 54.0rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.coming-soon {}
div.coming-soon-bg {
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
div.coming-soon-bg img {
  /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);   
*/
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
}
div.coming-soon div.coming-soon-inner {
  top: 0;
  left: 0;
  width: calc(50vw - (100vw - 100%));
  height: 100vh;
  overflow: hidden;
  position: absolute;
}
div.coming-soon div.coming-soon-inner div.coming-soon-description {
  max-width: 54rem;
  width: calc(100% - 4rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  animation: coming;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes coming {
  0% {
    margin-top: 2rem;
    /*    transform: translateX(-50%) translateY(-40%);*/
    opacity: 0;
  }
  100% {
    margin-top: 0;
    /*    transform: translateX(-50%) translateY(-50%);*/
    opacity: 1;
  }
}
div.coming-soon div.support-button {
  margin-top: 2rem;
  text-align: center;
}
div.coming-soon div.support-button a {
  background: #fff;
  color: #4c6048;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-weight: bold;
  border-radius: 0.5rem;
  transition: 0.25s all;
  font-size: 1.7rem;
}
div.coming-soon div.support-button a:hover {
  background: #4c6048;
  color: #fff;
}
div.coming-soon div.support-button a span {
  vertical-align: middle;
  top: -0.25rem;
  position: relative;
  margin-left: 0.5rem;
}
/* addition 251010 */
/*
    section.rewards div.rewards-articles article.third > div.heading {
        max-width: calc(66.66% - 1rem); margin-left: auto; margin-right: auto; position: relative; left: -1.5rem;
    }
    
    section.rewards div.rewards-articles article.third > div.description {
        max-width: calc(66.66% - 1rem); margin-left: auto; margin-right: auto; position: relative; left: -1.5rem;
    }
*/