@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
section {
  width: 100%;
}
section .inner {
  width: 100%;
}
section#hero {
  width: calc(100% - 180px);
  padding: 160px 0 0 0;
  margin: 0 auto;
}
section#hero:not(:last-child) {
  margin-bottom: 120px;
}
section#hero.on .inner .tt h2,
section#hero.on .inner .tt h4 {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .tt h3 > span::before {
  animation-name: titlemotion;
  animation-delay: 0.25s;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: orward;
}
section#hero.on .inner .tt h3 > span:nth-child(2)::before {
  animation-delay: 0.5s;
}
section#hero.on .inner .tt h3 > span:nth-child(2) > span {
  transition-delay: 0.75s;
}
section#hero.on .inner .tt h3 > span > span {
  transition-delay: 0.5s;
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .photo {
  clip-path: inset(0 0 0 0);
}
section#hero .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#hero .inner .tt {
  text-align: left;
  width: 62%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#hero .inner .tt h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 20px;
  margin-bottom: 32px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.25s ease-in 0s;
}
section#hero .inner .tt h2::before {
  content: "";
  width: 1px;
  background-color: #000;
  display: block;
  order: 2;
}
section#hero .inner .tt h2 span:nth-child(1) {
  width: 330px;
  height: 30px;
  background-image: url(../../common/images/catch.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  order: 1;
}
section#hero .inner .tt h2 span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: relative;
  transform: translateY(-0.2rem);
  order: 3;
}
section#hero .inner .tt h3 {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#hero .inner .tt h3 > span {
  position: relative;
}
section#hero .inner .tt h3 > span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: inset(0 100% 0 0);
}
section#hero .inner .tt h3 > span > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
}
section#hero .inner .tt h4 {
  padding: 16px 32px;
  border: solid 2px #000;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.25s ease-in 1s;
}
section#hero .inner .tt h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .inner .photo {
  width: 38%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-in 0s;
}
section#hero .inner .photo figure {
  width: 100%;
}
section#story {
  width: 100%;
  padding: 0 80px 0 0;
  margin: 0 auto;
  position: relative;
}
section#story.on .inner {
  clip-path: inset(0 0 0 0);
}
section#story:not(:last-child) {
  margin-bottom: 120px;
}
section#story .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.5s ease-in 1s;
  clip-path: inset(0 100% 0 0);
}
section#story .inner .text {
  text-align: left;
  width: calc(100% - 632px - 72px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px 0;
}
section#story .inner .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section#story .inner .text dl dd p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#story .inner .text dl dd p:not(:last-child) {
  margin-bottom: 16px;
}
section#story .inner .text ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
section#story .inner .text ul li {
  width: calc((100% - 16px) / 2);
  position: relative;
}
section#story .inner .text ul li a:hover > div > figure {
  opacity: 0.75;
}
section#story .inner .text ul li a:hover > div > span > figure {
  transform: scale(1.1);
}
section#story .inner .text ul li a:hover p {
  background-size: 100% 2px;
}
section#story .inner .text ul li:nth-child(1) a > div > span::before {
  content: "01";
}
section#story .inner .text ul li:nth-child(2) a > div > span::before {
  content: "02";
}
section#story .inner .text ul li:nth-child(3) a > div > span::before {
  content: "03";
}
section#story .inner .text ul li:nth-child(4) a > div > span::before {
  content: "04";
}
section#story .inner .text ul li.active > a > div::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
section#story .inner .text ul li.active > a > div > span::after {
  content: none;
}
section#story .inner .text ul li > a {
  width: 100%;
  display: block;
}
section#story .inner .text ul li > a > div {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
section#story .inner .text ul li > a > div:not(:last-child) {
  margin-bottom: 10px;
}
section#story .inner .text ul li > a > div > figure {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in 0s;
}
section#story .inner .text ul li > a > div > span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#story .inner .text ul li > a > div > span::before {
  content: "";
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#story .inner .text ul li > a > div > span::after {
  content: "";
  width: 18px;
  height: 26px;
  background-image: url(../images/sp01/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
}
section#story .inner .text ul li > a > div > span > figure {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}
section#story .inner .text ul li > a > div > span > figure.size1 {
  width: 35%;
}
section#story .inner .text ul li > a > div > span > figure.size2 {
  width: 25.5%;
}
section#story .inner .text ul li > a > div > span > figure.size3 {
  width: 31%;
}
section#story .inner .text ul li > a > div > span > figure.size4 {
  width: 27%;
}
section#story .inner .text ul li > a > p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 3px;
  transition: background-size 0.6s;
  display: inline;
}
section#story .inner .img {
  width: 632px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  position: sticky;
  top: 90px;
}
section#story .inner .img > dl {
  text-align: left;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 1;
}
section#story .inner .img > dl > dt {
  width: 100%;
  margin-bottom: 32px;
}
section#story .inner .img > dl > dt > dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
}
section#story .inner .img > dl > dt > dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#story .inner .img > dl > dt > dl dd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#story .inner .img > dl > dt > dl dd p:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#story .inner .img > dl > dt > dl dd p:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 16px;
}
section#story .inner .img > dl > dt > dl dd p:nth-child(2) span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#story .inner .img > dl > dt > dl dd p:nth-child(2) span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#story .inner .img > dl > dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#story .inner .img > figure {
  width: 110%;
}
section#story .inner .img .koma {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
section#story .inner .img .koma.step1 > div > div:nth-child(1) {
  opacity: 0;
}
section#story .inner .img .koma.step1 > div > div:nth-child(2) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2 > div > div:nth-child(2) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2 > div > div:nth-child(3) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2.step3 > div > div:nth-child(3) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2.step3 > div > div:nth-child(4) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2.step3.step4 > div > div:nth-child(4) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2.step3.step4 > div > div:nth-child(5) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5 > div > div:nth-child(5) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5 > div > div:nth-child(6) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5.step6 > div > div:nth-child(6) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5.step6 > div > div:nth-child(7) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7 > div > div:nth-child(7) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7 > div > div:nth-child(8) {
  opacity: 1;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7.step8 > div > div:nth-child(8) {
  opacity: 0;
}
section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7.step8 > div > div:nth-child(9) {
  opacity: 1;
}
section#story .inner .img .koma > div {
  width: 424px;
  height: 661px;
  position: relative;
  transform: translateY(32px);
}
section#story .inner .img .koma > div > div {
  width: 100%;
  position: absolute;
  top: 0x;
  left: 0px;
}
section#story .inner .img .koma > div > div:not(:first-child) {
  opacity: 0;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#hero {
    width: calc(100% - 32px);
    padding: 102px 0 0 0;
  }
  section#hero:not(:last-child) {
    margin-bottom: 80px;
  }
  section#hero .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-stat;
    align-items: center;
    gap: 40px 0;
  }
  section#hero .inner .tt {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#hero .inner .tt h2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 24px;
  }
  section#hero .inner .tt h2::before {
    content: none;
    width: 1px;
    background-color: #000;
    display: block;
    order: 2;
  }
  section#hero .inner .tt h2 span:nth-child(1) {
    width: 220px;
    height: 20px;
  }
  section#hero .inner .tt h2 span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transform: none;
  }
  section#hero .inner .tt h3 {
    margin-bottom: 24px;
  }
  section#hero .inner .tt h3 > span > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .tt h4 {
    padding: 8px 16px;
    border: solid 2px #000;
  }
  section#hero .inner .tt h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#hero .inner .photo {
    width: 100%;
  }
  section#hero .inner .photo figure {
    width: 100%;
  }
  section#story {
    padding: 0 16px 0 0;
    transform: none;
  }
  section#story:not(:last-child) {
    margin-bottom: 80px;
  }
  section#story .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#story .inner .text {
    text-align: left;
    width: 100%;
    padding: 120px 0 0 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
  section#story .inner .text dl dt {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#story .inner .text dl dd p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#story .inner .text dl dd p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#story .inner .text ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
  }
  section#story .inner .text ul li {
    width: calc((100% - 16px) / 2);
    position: relative;
  }
  section#story .inner .text ul li:hover a > div > figure {
    opacity: 1;
  }
  section#story .inner .text ul li:hover a > div > span > figure {
    transform: scale(1);
  }
  section#story .inner .text ul li:hover a p {
    background-size: 100% 2px;
  }
  section#story .inner .text ul li.active a > div::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
  }
  section#story .inner .text ul li.active a > div > span::after {
    content: none;
  }
  section#story .inner .text ul li a > div {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  section#story .inner .text ul li a > div:not(:last-child) {
    margin-bottom: 10px;
  }
  section#story .inner .text ul li a > div > figure {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
  }
  section#story .inner .text ul li a > div > span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  section#story .inner .text ul li a > div > span::before {
    content: "";
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  section#story .inner .text ul li a > div > span::after {
    content: "";
    width: 14px;
    height: 20px;
    background-image: url(../images/sp01/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 8px;
  }
  section#story .inner .text ul li a > div > span > figure {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
  }
  section#story .inner .text ul li a > div > span > figure.size1 {
    width: 35%;
  }
  section#story .inner .text ul li a > div > span > figure.size2 {
    width: 25.5%;
  }
  section#story .inner .text ul li a > div > span > figure.size3 {
    width: 31%;
  }
  section#story .inner .text ul li a > div > span > figure.size4 {
    width: 27%;
  }
  section#story .inner .text ul li a > p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: none;
    background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 3px;
    transition: background-size 0.6s;
    display: inline;
  }
  section#story .inner .img {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 180vh;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    position: relative;
    top: 62px;
  }
  section#story .inner .img > dl {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    position: absolute;
    top: 32px;
    left: 16px;
  }
  section#story .inner .img > dl > dt {
    width: 100%;
    margin-bottom: 16px;
  }
  section#story .inner .img > dl > dt > dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  section#story .inner .img > dl > dt > dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  section#story .inner .img > dl > dt > dl dd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#story .inner .img > dl > dt > dl dd p:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#story .inner .img > dl > dt > dl dd p:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 16px;
  }
  section#story .inner .img > dl > dt > dl dd p:nth-child(2) span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#story .inner .img > dl > dt > dl dd p:nth-child(2) span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#story .inner .img > dl > dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#story .inner .img > figure {
    width: 120%;
  }
  section#story .inner .img .koma {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
  }
  section#story .inner .img .koma.step1 > div > div:nth-child(1) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1 > div > div:nth-child(2) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2 > div > div:nth-child(2) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2 > div > div:nth-child(3) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2.step3 > div > div:nth-child(3) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2.step3 > div > div:nth-child(4) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2.step3.step4 > div > div:nth-child(4) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2.step3.step4 > div > div:nth-child(5) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5 > div > div:nth-child(5) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5 > div > div:nth-child(6) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5.step6 > div > div:nth-child(6) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5.step6 > div > div:nth-child(7) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7 > div > div:nth-child(7) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7 > div > div:nth-child(8) {
    opacity: 1;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7.step8 > div > div:nth-child(8) {
    opacity: 0;
  }
  section#story .inner .img .koma.step1.step2.step3.step4.step5.step6.step7.step8 > div > div:nth-child(9) {
    opacity: 1;
  }
  section#story .inner .img .koma > div {
    width: 70vw;
    height: 109.025vw;
    position: relative;
    transform: translateY(48px);
  }
  section#story .inner .img .koma > div > div {
    width: 100%;
    position: absolute;
    top: 0x;
    left: 0px;
  }
  section#story .inner .img .koma > div > div:not(:first-child) {
    opacity: 0;
  }
}

/*# sourceMappingURL=style_sp1.css.map */
