/*
This css is managed by scss.
Please refer to the style.scss file when editing.
*/
/* import web fonts */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,500;1,500&family=Jost:ital@0;1&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Page size clip for Scroll Animation */
html, body {
  width: 100vw;
  overflow-x: hidden;
}

/* Mixins */
/* common */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

img {
  max-width: 100%;
}

.foot-note {
  display: block;
  font-size: 0.9rem;
}

/* Design Parts and Content */
#siteID {
  position: fixed;
  height: 154px;
  width: 100vw;
  background-color: #FFF;
  text-align: center;
  z-index: 10;
}
#siteID p {
  padding: 30px;
  display: inline-block;
  height: 100%;
  margin: 0;
}
#siteID p img {
  max-height: 100%;
}
@media (max-width: 819.98px) {
  #siteID {
    height: 80px;
  }
  #siteID p {
    padding: 10px;
  }
}
#siteID ul {
  position: absolute;
  top: 20px;
  right: 5vw;
  list-style: none;
  display: flex;
}
#siteID ul li {
  position: relative;
}
#siteID ul li a, #siteID ul li span {
  text-decoration: none;
  display: inline-block;
  padding: 5px 1rem;
}
#siteID ul li a {
  color: #777;
}
#siteID ul li a:hover {
  color: #000;
  background-color: #EEE;
}
#siteID ul li span {
  color: #000;
}
#siteID ul li:nth-child(1) {
  border-right: 1px solid #CCC;
}
@media (max-width: 819.98px) {
  #siteID ul {
    top: 0px;
    flex-direction: column;
    padding: 3px 0.5rem;
  }
  #siteID ul li:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #CCC;
  }
}

.hero-pin {
  position: relative;
  height: 100svh;
  overflow: clip;
}

.hero-bg {
  height: 100svh;
  width: 100vw;
  position: absolute;
  inset: 0;
}
.hero-bg .bg-movie {
  top: 154px;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100svh - 154px);
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  animation: fade-in 4s both;
}
@media (max-width: 819.98px) {
  .hero-bg .bg-movie {
    top: 50px;
    height: calc(100svh - 50px);
    display: flex;
    justify-content: center;
  }
}
.hero-bg .bg-movie video {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 819.98px) {
  .hero-bg .bg-movie video {
    height: 100%;
    width: auto;
  }
}

.hero-message {
  position: absolute;
  width: 100vw;
  height: 100svh;
  position: relative;
  padding: 154px 2rem 2rem;
  z-index: 9999;
}
@media (max-width: 819.98px) {
  .hero-message {
    padding: 80px 1rem 1rem;
  }
}

.msg {
  position: absolute;
  max-width: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.msg h1 {
  min-height: 20svh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-end;
  text-align: center;
  flex-wrap: wrap;
  color: #FFF;
  font-size: calc(1.375rem + 1.5vw);
  text-shadow: 1px 1px 14px #000;
  animation: fade-in 2s both;
  animation-delay: 2s;
}
.msg h1 span {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 819.98px) {
  .msg h1 {
    margin-top: 10svh;
    height: auto;
  }
}
.msg p {
  font-size: 1.6rem;
  line-height: 2;
  color: #FFF;
  text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
  text-align: center;
  max-width: 780px;
  margin-bottom: 4rem;
}
@media (max-width: 819.98px) {
  .msg {
    padding: 2rem 1rem 0;
  }
  .msg p {
    font-size: calc(0.9rem + 1.2vw);
  }
}
.msg h3 {
  font-size: 2rem;
  color: #FFF;
  text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media (max-width: 798px) {
  .msg h3 {
    font-size: calc(0.9rem + 1.3vw);
  }
}
.msg.msg-title {
  text-align: center;
  height: calc(100svh - 154px);
}
.msg.msg-title .scroll-icon {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0;
  animation: fade-in 2s both;
  animation-delay: 4s;
  position: relative;
  margin: auto;
  width: 80px;
  height: 200px;
  display: inline-block;
  flex-grow: 0;
}
.msg.msg-title .scroll-icon span {
  width: 20px;
  height: 20px;
  z-index: 999;
  display: block;
  position: absolute;
  left: 30px;
  border-right: 3px solid rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  opacity: 1;
}
.msg.msg-title .scroll-icon span:nth-child(1) {
  top: 40px;
  animation: fade_in_out 1.2s linear 0.4s infinite;
}
.msg.msg-title .scroll-icon span:nth-child(2) {
  top: 58px;
  animation: fade_in_out 1.2s linear 0.8s infinite;
}
.msg.msg-title .scroll-icon span:nth-child(3) {
  top: 76px;
  animation: fade_in_out 1.2s linear 1.2s infinite;
}
@media (max-width: 819.98px) {
  .msg.msg-title {
    height: calc(100svh - 50px);
  }
}
.msg.msg-body {
  padding-bottom: 50svh;
}

html:not(.js-ready) #hero .msg-body {
  visibility: hidden;
}

@keyframes fade_in_out {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card {
  width: 780px;
  max-width: 100%;
  margin: auto;
  opacity: 0;
  padding: 0;
}
.card.left-in {
  transform: translateX(-10%);
}
.card.right-in {
  transform: translateX(10%);
}
.card.fade-up {
  transform: translateY(20%);
}

.card.is-in {
  opacity: 1;
  transform: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.card.is-out {
  /* Behavior when scrolling backwards */
  opacity: 0;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.card.is-out.left-in {
  transform: translateX(-10%);
}
.card.is-out.right-in {
  transform: translateX(10%);
}
.card.is-out.fade-up {
  transform: translateY(10%);
}

@media (prefers-reduced-motion: reduce) {
  .bg, .msg, .card {
    transition: none !important;
  }
}
/* parts design */
.policy-btn {
  display: block;
  width: fit-content;
  position: relative;
  background-color: #1B1464;
  color: #FFF;
  font-size: 1.2rem;
  padding: 1rem 3rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  transition: all 0.4s;
}
.policy-btn:hover {
  background-color: rgb(71.325, 57.5, 215.5);
}
@media (max-width: 819.98px) {
  .policy-btn {
    padding: 1rem 2rem;
  }
}
.policy-btn:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  right: 15px;
}

h2.sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(1.3rem + 1.1vw);
  text-align: center;
  line-height: 1.8;
  margin: 2rem 0;
}

#stories {
  position: relative;
  z-index: 100;
  background-color: #FFF;
  line-height: 1.7;
  padding-top: 3rem;
}
#stories .story1, #stories .story2, #stories .story3 {
  padding: 3rem 1rem;
  transition: all 1s;
}
#stories .story1 h3, #stories .story2 h3, #stories .story3 h3 {
  font-size: calc(1.26rem + 0.6vw);
  display: flex;
  align-items: last baseline;
}
#stories .story1 h3 .number, #stories .story2 h3 .number, #stories .story3 h3 .number {
  display: inline-block;
  width: 80px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
  flex-shrink: 0;
}
@media (max-width: 819.98px) {
  #stories .story1 h3 .number, #stories .story2 h3 .number, #stories .story3 h3 .number {
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  #stories .story1 h3, #stories .story2 h3, #stories .story3 h3 {
    font-size: calc(1.2rem + 0.3vw);
  }
}
#stories .story1 .main-board, #stories .story2 .main-board, #stories .story3 .main-board {
  background-color: #FFF;
  margin-bottom: 1.7rem;
}
#stories .story1 .main-board .inner, #stories .story2 .main-board .inner, #stories .story3 .main-board .inner {
  padding: 40px;
}
@media (max-width: 575.98px) {
  #stories .story1 .main-board .inner, #stories .story2 .main-board .inner, #stories .story3 .main-board .inner {
    padding: 20px;
  }
}
#stories .story1 .main-board h5, #stories .story2 .main-board h5, #stories .story3 .main-board h5 {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
}
#stories .story1 .main-board h4, #stories .story2 .main-board h4, #stories .story3 .main-board h4 {
  text-align: center;
  font-size: calc(1.6rem + 0.3vw);
  margin-bottom: 2rem;
}
#stories .story1 ul.sustaina-icon, #stories .story2 ul.sustaina-icon, #stories .story3 ul.sustaina-icon {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#stories .story1 ul.sustaina-icon li, #stories .story2 ul.sustaina-icon li, #stories .story3 ul.sustaina-icon li {
  list-style: none;
  margin: 24px 24px 24px 0;
}
@media (max-width: 575.98px) {
  #stories .story1 ul.sustaina-icon li, #stories .story2 ul.sustaina-icon li, #stories .story3 ul.sustaina-icon li {
    width: 18vw;
    margin: 10px 10px 10px 0;
  }
}
#stories .story1 {
  background-color: #CBE5D7;
}
#stories .story1 h3 {
  color: #006837;
}
#stories .story1 .main-board h5 {
  background-color: #006837;
}
#stories .story2 {
  background-color: #FFE6E7;
}
#stories .story2 h3 {
  color: #A93E58;
}
#stories .story2 .main-board h5 {
  background-color: #A93E58;
}
#stories .story3 {
  background-color: #E1F4FF;
}
#stories .story3 h3 {
  color: #00458B;
}
#stories .story3 .main-board h5 {
  background-color: #00458B;
}
#stories .lead {
  font-size: 1.24rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 819.98px) {
  #stories .lead {
    font-size: calc(1rem + 0.5vw);
  }
}

#notice {
  position: relative;
  background-color: #FFF;
  padding: 2rem;
  z-index: 101;
}
#notice p.strong {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#notice h4.sns {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  border-top: 1px solid #1B1464;
  padding-top: 2rem;
}
#notice ul.sns-list {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#notice ul.sns-list li {
  padding: 10px 20px;
  list-style: none;
}
#notice ul.sns-list li a img {
  transition: all 0.3s;
}
#notice ul.sns-list li a img:hover {
  opacity: 0.6;
}
@media (max-width: 819.98px) {
  #notice {
    padding: 2rem 1rem;
  }
  #notice ul.sns-list li {
    padding: 10px 10px;
  }
}

footer {
  background-color: #1B1464;
  color: #FFF;
  padding: 2rem 1rem;
  position: relative;
  z-index: 102;
}
footer p.footer-logo a img {
  width: 108px;
  background-color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 18px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  footer p.footer-logo {
    text-align: center;
  }
}
footer ul.footer-link {
  margin: 0;
  padding: 0;
}
footer ul.footer-link li {
  list-style: none;
}
footer ul.footer-link li a {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s;
}
footer ul.footer-link li a:hover {
  text-shadow: 0 0 3px #FFF;
}
footer .copyright {
  font-size: 0.5rem;
  border-top: 1px solid #FFF;
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
}/*# sourceMappingURL=style.css.map */