@charset "UTF-8";
@import url("https://use.typekit.net/ypm3lvo.css");
@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}
@keyframes empty {
  0% {
    background-color: transparent;
  }
  25% {
    background-color: #111;
  }
  50% {
    background-color: #111;
  }
  75% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes scroll {
  0% {
    background-image: url(../images/scroll.svg);
  }
  25% {
    background-image: url(../images/scroll2.svg);
  }
  50% {
    background-image: url(../images/scroll.svg);
  }
  75% {
    background-image: url(../images/scroll2.svg);
  }
  100% {
    background-image: url(../images/scroll.svg);
  }
}
@keyframes updown {
  0% {
    bottom: 30px;
  }
  10% {
    bottom: 30px;
  }
  50% {
    bottom: 10px;
  }
  90% {
    bottom: 30px;
  }
  100% {
    bottom: 30px;
  }
}
body {
  width: 100%;
  overflow: hidden;
}
body #scroll {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
  background-image: url(../images/scroll.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 999;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
body #scroll.active {
  opacity: 1;
}
body #scroll.active:hover {
  opacity: 0.7;
}
body #scroll.active.motion {
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: 3;
}
body.scrl #scroll {
  animation-name: updown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

#animation_container {
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
}

#container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #FFF;
  min-height: 640px;
  padding: 0;
  position: fixed;
  left: 0px;
  top: 0px;
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
  touch-action: pan-y;
}
#container.active {
  /*
  background-image: url(../images/photo_step2.jpg);
  @include bgSet(no-repeat,center,contain);
  @include motion(opacity ease-in 1s 0s);
  */
}
#container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
#container .door {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 105;
  box-sizing: border-box;
  pointer-events: none;
}
#container .door li {
  width: 50%;
  max-height: 100%;
  background-color: white;
  position: absolute;
}
#container .door li:nth-child(1) {
  height: 100%;
  left: 0px;
  top: 0px;
}
#container .door li:nth-child(2) {
  height: 100%;
  right: 0px;
  bottom: 0px;
}
#container .door li:nth-child(3) {
  height: 0;
  background-image: url(../images/photo_step3_1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  left: 0px;
  top: 0px;
}
#container .door li:nth-child(4) {
  height: 0;
  background-image: url(../images/photo_step3_2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  right: 0px;
  bottom: 0px;
}
#container .door li:nth-child(5) {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo_step4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0px;
  top: 0px;
  opacity: 0;
}
#container .door li:nth-child(6) {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo_step6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0px;
  top: 0px;
  opacity: 0;
}
#container .door.k3 li {
  display: none;
}
#container .door.k3 li:nth-child(5) {
  opacity: 1;
  display: block;
}
#container .door.k3.k5 li:nth-child(5) {
  display: none;
}
#container .door.k3.k5 li:nth-child(6) {
  opacity: 1;
  display: block;
}
#container .door.k7 li {
  display: none;
}
#container .door.k7 li:nth-child(7) {
  opacity: 1;
  display: block;
}
#container .wrapper {
  width: 100%;
  height: 1000vh;
  pointer-events: auto;
  background-color: rgba(25, 50, 55, 0.5);
}
#container #step1 {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
  z-index: 555;
}
#container #step1 #text_container {
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 74px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#container #step1 #text_container .inner {
  width: calc(100% - 150px);
  height: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container #step1 #text_container .inner p {
  width: 0px;
  display: inline-block;
  overflow: hidden;
  transition: width 0.75s ease-out 0s;
}
#container #step1 #text_container .inner p span {
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #111;
  display: inline-block;
}
#container #step1 #text_container .inner p:not(:last-child) {
  margin-bottom: 10px;
}
#container #step1 #text_container .inner p:not(.empty).active {
  width: 50%;
}
#container #step1 #text_container .inner p.empty {
  color: #FFF;
  font-family: din-2014-narrow, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #111;
  padding: 10px;
  opacity: 0;
}
#container #step1 #text_container .inner p.empty.active {
  opacity: 1;
  animation-name: empty;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
#container .koma0 {
  display: none;
}
#container .koma1 {
  width: 100%;
  height: 100vh;
  margin-bottom: 100vh;
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #FFF;
}
#container .koma1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/photo_step2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity ease-in 1s 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#container .koma1 .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
#container .koma1 .textset {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#container .koma1 .textset .inner {
  text-align: left;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .koma1 .textset .inner h5 {
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#container .koma1 .textset .inner h5.mb {
  margin-bottom: 40px;
}
#container .koma1 .textset .inner h5 span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma1 .textset .inner p {
  width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  overflow: hidden;
}
#container .koma1 .textset .inner p span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma2 {
  width: 100%;
  height: 100vh;
  margin-bottom: 400vh;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 110;
}
#container .koma2 .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
#container .koma2 .textset {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
#container .koma2 .textset .inner {
  text-align: left;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .koma2 .textset .inner h5 {
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#container .koma2 .textset .inner h5.mb {
  margin-bottom: 40px;
}
#container .koma2 .textset .inner h5 span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma2 .textset .inner p {
  width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  overflow: hidden;
}
#container .koma2 .textset .inner p span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma3 {
  width: 100%;
  height: 100vh;
  margin-bottom: 300vh;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 120;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#container .koma3 .textset {
  width: 100%;
  height: 100vh;
  background-color: #fff33f;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
}
#container .koma3 .textset::after {
  content: "now";
  width: 530px;
  height: 145px;
  margin: 0 0 0 -265px;
  background-image: url(../images/text_now.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
}
#container .koma3 .textset .inner {
  text-align: left;
  width: calc(100% - 150px);
  padding: 150px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
#container .koma3 .textset .inner h5 {
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#container .koma3 .textset .inner h5.empty span {
  padding: 10px 5px;
  background-color: #FFF;
}
#container .koma3 .textset .inner h5.mb {
  margin-bottom: 0px;
}
#container .koma3 .textset .inner h5 span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma4 {
  width: 100%;
  height: 100vh;
  margin-bottom: 200vh;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 130;
}
#container .koma4 .bg {
  width: 50%;
  height: 0;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  transition: height 0.5s ease-in;
}
#container .koma4 .textset {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#container .koma4 .textset .inner {
  text-align: left;
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .koma4 .textset .inner h5 {
  color: #005bac;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: 0.5em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
#container .koma4 .textset .inner p {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.5s;
}
#container .koma4 .textset .inner p:not(:last-child) {
  margin-bottom: 20px;
}
#container .koma4 .textset .inner p:nth-last-child(2) {
  margin-bottom: 40px;
}
#container .koma4 .textset .inner p span {
  color: #005bac;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 10px 0;
  display: inline-block;
}
#container .koma4 .textset .inner .btn {
  width: 75%;
  opacity: 0;
  transition: opacity 0.5s ease-in 2s;
}
#container .koma4 .textset .inner .btn a {
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  height: 45px;
  background-color: #005bac;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#container .koma4 .textset .inner .btn a:hover {
  background-color: #023f87;
}
#container .koma4.active .bg {
  height: 100%;
}
#container .koma4.active .inner h5 {
  opacity: 1;
}
#container .koma4.active .inner p {
  opacity: 1;
}
#container .koma4.active .inner .btn {
  opacity: 1;
}
#container .koma5 {
  width: 100%;
  height: 100vh;
  margin-bottom: 300vh;
  background-color: #fff33f;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 140;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#container .koma5 .textset {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
}
#container .koma5 .textset::after {
  content: "future";
  width: 815px;
  height: 143px;
  margin: 0 0 0 -408px;
  background-image: url(../images/text_future.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
}
#container .koma5 .textset .inner {
  text-align: left;
  width: calc(100% - 150px);
  padding: 150px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
#container .koma5 .textset .inner h5 {
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#container .koma5 .textset .inner h5.empty span {
  padding: 10px 5px;
  background-color: #FFF;
}
#container .koma5 .textset .inner h5.mb {
  margin-bottom: 0px;
}
#container .koma5 .textset .inner h5 span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma6 {
  width: 100%;
  height: 100vh;
  margin-bottom: 200vh;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 150;
}
#container .koma6 .bg {
  width: 50%;
  height: 0;
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  transition: height 0.5s ease-in;
}
#container .koma6 .textset {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
#container .koma6 .textset .inner {
  text-align: left;
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .koma6 .textset .inner h5 {
  color: #005bac;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: 0.5em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
#container .koma6 .textset .inner p {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.5s;
}
#container .koma6 .textset .inner p:not(:last-child) {
  margin-bottom: 40px;
}
#container .koma6 .textset .inner p span {
  color: #005bac;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 5px 0;
  display: inline-block;
}
#container .koma6 .textset .inner .btn {
  width: 75%;
  opacity: 0;
  transition: opacity 0.5s ease-in 2s;
}
#container .koma6 .textset .inner .btn a {
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  height: 45px;
  background-color: #005bac;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#container .koma6 .textset .inner .btn a:hover {
  background-color: #023f87;
}
#container .koma6.active .bg {
  height: 100%;
}
#container .koma6.active .textset .inner h5 {
  opacity: 1;
}
#container .koma6.active .textset .inner p {
  opacity: 1;
}
#container .koma6.active .textset .inner .btn {
  opacity: 1;
}
#container .koma7 {
  width: 100%;
  height: 100vh;
  margin-bottom: 300vh;
  position: sticky;
  top: 0px;
  z-index: 160;
  pointer-events: none;
}
#container .koma7 .bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  pointer-events: none;
}
#container .koma7 .bg li {
  width: 50%;
  height: 0;
  max-height: 100%;
  background-color: #FFF;
  pointer-events: auto;
  position: absolute;
}
#container .koma7 .bg li:nth-child(1) {
  background-image: url(../images/photo_step7_1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  left: 0px;
  top: 0px;
}
#container .koma7 .bg li:nth-child(2) {
  background-image: url(../images/photo_step7_2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  right: 0px;
  bottom: 0px;
  pointer-events: auto;
}
#container .koma7 .bg2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
#container .koma7 .textset {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 10;
  pointer-events: none;
}
#container .koma7 .textset .inner {
  text-align: left;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .koma7 .textset .inner h5 {
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#container .koma7 .textset .inner h5.mb {
  margin-bottom: 40px;
}
#container .koma7 .textset .inner h5 span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma7 .textset .inner p {
  width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  overflow: hidden;
}
#container .koma7 .textset .inner p span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma7 .textset .inner p span > span {
  padding: 0px;
  display: inline;
}
#container .koma7 .textset .inner p span.sp {
  display: none;
}
#container .koma7 .textset .inner::after {
  content: "HOSPITALITY";
  background-image: url(../images/title1.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 565px;
  height: 138px;
  opacity: 0;
  transition: opacity 1s ease-in 0.5s;
}
#container .koma7 .textset.active {
  pointer-events: auto;
}
#container .koma7 .textset.active .inner::after {
  opacity: 1;
}
#container .koma8 {
  width: 100%;
  height: 400vh;
  margin: 0px;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 170;
}
#container .koma8 .bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  pointer-events: none;
}
#container .koma8 .bg li {
  width: 50%;
  height: 0;
  max-height: 100%;
  background-color: #FFF;
  position: absolute;
}
#container .koma8 .bg li:nth-child(1) {
  background-image: url(../images/photo_step8_1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  left: 0px;
  bottom: 0px;
}
#container .koma8 .bg li:nth-child(2) {
  background-image: url(../images/photo_step8_2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  right: 0px;
  top: 0px;
}
#container .koma8 .bg2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
#container .koma8 .textset {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 10;
}
#container .koma8 .textset .inner {
  text-align: left;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .koma8 .textset .inner h5 {
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#container .koma8 .textset .inner h5.mb {
  margin-bottom: 40px;
}
#container .koma8 .textset .inner h5 span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma8 .textset .inner p {
  width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  overflow: hidden;
}
#container .koma8 .textset .inner p span {
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
}
#container .koma8 .textset .inner p span > span {
  padding: 0px;
  display: inline;
}
#container .koma8 .textset .inner p span.sp {
  display: none;
}
#container .koma8 .textset .inner::after {
  content: "MIND";
  background-image: url(../images/title2.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 48px;
  opacity: 0;
  transition: opacity 1s ease-in 0.5s;
}
#container .koma8 .textset.active .inner::after {
  opacity: 1;
}
#container .koma9 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0px;
  z-index: 180;
}
#container .koma9 .inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo_step9.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
#container .koma9 .inner h5 {
  color: #005bac;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.5em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
#container .koma9 .inner h5:nth-child(1) {
  margin-top: -240px;
  margin-left: -550px;
  transform: rotate(12.5deg);
  transition: opacity 0.5s ease-in 1s;
}
#container .koma9 .inner h5:nth-child(2) {
  margin-top: -150px;
  margin-left: -375px;
  transform: rotate(10deg);
  transition: opacity 0.5s ease-in 1.25s;
}
#container .koma9 .inner h5:nth-child(3) {
  margin-top: -80px;
  margin-left: -600px;
  transform: rotate(5deg);
  transition: opacity 0.5s ease-in 1.5s;
}
#container .koma9 .inner h5:nth-child(4) {
  margin-top: 10px;
  margin-left: -360px;
  transform: rotate(-3deg);
  transition: opacity 0.5s ease-in 1.75s;
}
#container .koma9 .inner .logo {
  width: 270px;
  height: 120px;
  margin: 50px 0 0 -305px;
  background-image: url(../images/logo_white.svg);
  background-repeat: no-repeat;
  background-position: 350px center;
  background-size: 282px 120px;
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  z-index: 1;
  transition: all 0.5s ease-in-out 2s;
}
#container .koma9.active .inner {
  pointer-events: none;
}
#container .koma9.active .inner h5 {
  opacity: 1;
}
#container .koma9.active .inner .logo {
  background-position: 0px center;
}

footer {
  text-align: left;
  width: 100%;
  padding: 20px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  box-sizing: border-box;
  display: none;
}
footer p {
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  display: inline-block;
}
footer p:not(:last-child) {
  margin-bottom: 10px;
}
footer p a, footer p a:visited {
  color: #FFF;
}
footer p a:hover, footer p a:visited:hover {
  color: #fff33f;
}
footer.active {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.pgtop {
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 60px;
  height: 60px;
  background-color: #023f87;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  transition: all 0.25s ease-in 0s;
}
.pgtop:hover {
  background-color: #005bac;
}
.pgtop.active {
  display: flex;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }

  #container {
    height: -webkit-fill-available;
  }
  #container .koma1,
#container .koma2,
#container .koma3,
#container .koma4,
#container .koma5,
#container .koma6,
#container .koma7,
#container .koma8,
#container .koma9 {
    height: 100%;
  }
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-height: 640px) {
  #container .koma9 {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #container .koma6 .textset .inner p span {
    color: #005bac;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    white-space: normal;
  }
}
@media screen and (max-width: 896px) {
  #container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #FFF;
    position: fixed;
    left: 0px;
    top: 0px;
    scroll-snap-type: y mandatory;
  }
  #container.active {
    /*
    background-image: url(../images/photo_step2.jpg);
    @include bgSet(no-repeat,center,contain);
    @include motion(opacity ease-in 1s 0s);
    */
  }
  #container::-webkit-scrollbar {
    display: block;
    /* Chrome, Safari */
  }
  #container .door {
    display: none;
  }
  #container .wrapper {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: rgba(25, 50, 55, 0.5);
  }
  #container .koma {
    scroll-snap-align: start;
  }
  #container #step1 {
    width: 100%;
    height: 100%;
  }
  #container #step1 #text_container {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #container #step1 #text_container .inner {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container #step1 #text_container .inner p span {
    color: #FFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    padding: 5px 10px;
  }
  #container #step1 #text_container .inner p:not(.empty).active {
    width: 100%;
  }
  #container #step1 #text_container .inner p.empty {
    color: #FFF;
    font-family: din-2014-narrow, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
  }
  #container .koma0 {
    display: none;
  }
  #container .koma1 {
    width: 100%;
    height: 100%;
    margin-bottom: 100vh;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  #container .koma1::after {
    background-image: url(../images/photo_step2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: clip-path 1.5s ease-in 0s;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  #container .koma1 .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
  }
  #container .koma1 .textset {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
  }
  #container .koma1 .textset .inner {
    text-align: left;
    width: calc(100% - 40px);
    padding: 25% 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .koma1 .textset .inner h5 {
    width: 100%;
    max-width: 100%;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 0.5s;
  }
  #container .koma1 .textset .inner h5.mb {
    margin-bottom: 20px;
  }
  #container .koma1 .textset .inner h5 span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    padding: 5px 10px;
  }
  #container .koma1 .textset .inner p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 1s;
  }
  #container .koma1 .textset .inner p span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #container .koma1.active::after {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma1.active .textset .inner h5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma1.active .textset .inner p {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma2 {
    width: 100%;
    height: 100%;
    margin-bottom: 100vh;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 10;
  }
  #container .koma2 .bg {
    width: 100%;
    height: 100vh;
    background-image: url(../images_sp/photo_step3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 1;
  }
  #container .koma2 .textset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  #container .koma2 .textset .inner {
    width: calc(100% - 40px);
    padding: 25% 0 0 0;
  }
  #container .koma2 .textset .inner h5 {
    width: 100%;
    max-width: 100%;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 0.5s;
  }
  #container .koma2 .textset .inner h5.mb {
    margin-bottom: 20px;
  }
  #container .koma2 .textset .inner h5 span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    padding: 5px 10px;
  }
  #container .koma2 .textset .inner p {
    width: 100%;
    margin-bottom: 0px;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 1s;
  }
  #container .koma2 .textset .inner p span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #container .koma2.active .textset .inner h5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma2.active .textset .inner p {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma3 {
    width: 100%;
    height: 100%;
    margin-bottom: 100vh;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 15;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma3 .textset {
    width: 100%;
    height: 100vh;
    background-color: #fff33f;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  #container .koma3 .textset::after {
    width: 182px;
    height: 50px;
    margin: 0 0 0 -91px;
    top: calc(50% - 50px);
  }
  #container .koma3 .textset .inner {
    width: calc(100% - 40px);
    padding: 25% 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .koma3 .textset .inner h5 {
    width: 100%;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  #container .koma3 .textset .inner h5.mb {
    margin-bottom: 0px;
  }
  #container .koma3 .textset .inner h5:nth-child(1) {
    transition: all 0.5s ease-in 0.5s;
  }
  #container .koma3 .textset .inner h5:nth-child(2) {
    transition: all 0.5s ease-in 1s;
  }
  #container .koma3 .textset .inner h5:nth-child(3) {
    transition: all 0.5s ease-in 1.5s;
  }
  #container .koma3 .textset .inner h5 span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    padding: 5px 10px;
  }
  #container .koma3.active .textset .inner h5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma4 {
    height: 100%;
    margin-bottom: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #container .koma4 .bg {
    width: 100%;
    height: 35%;
    max-height: 40%;
    background-image: url(../images/photo_step4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    order: 1;
    position: relative;
  }
  #container .koma4 .textset {
    width: 100%;
    height: 65%;
    background-color: #FFF;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    order: 2;
  }
  #container .koma4 .textset .inner {
    text-align: left;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .koma4 .textset .inner h5 {
    color: #005bac;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.2em;
    width: 100%;
    margin-bottom: 10px;
  }
  #container .koma4 .textset .inner p {
    width: 100%;
  }
  #container .koma4 .textset .inner p:not(:last-child) {
    margin-bottom: 10px;
  }
  #container .koma4 .textset .inner p:nth-last-child(2) {
    margin-bottom: 20px;
  }
  #container .koma4 .textset .inner p span {
    color: #005bac;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
  #container .koma4 .textset .inner .btn {
    width: 65%;
  }
  #container .koma4 .textset .inner .btn a {
    color: #FFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    height: 30px;
    background-color: #005bac;
  }
  #container .koma4.active .textset .inner p span {
    padding: 5px 0;
  }
  #container .koma5 {
    height: 100%;
    margin-bottom: 100vh;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma5 .textset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  #container .koma5 .textset::after {
    width: 285px;
    height: 50px;
    margin: 0 0 0 -143px;
    top: calc(50% - 50px);
  }
  #container .koma5 .textset .inner {
    text-align: left;
    width: calc(100% - 40px);
    padding: 25% 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .koma5 .textset .inner h5 {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  #container .koma5 .textset .inner h5.mb {
    margin-bottom: 0px;
  }
  #container .koma5 .textset .inner h5:nth-child(1) {
    transition: all 0.5s ease-in 0.5s;
  }
  #container .koma5 .textset .inner h5:nth-child(2) {
    transition: all 0.5s ease-in 1s;
  }
  #container .koma5 .textset .inner h5:nth-child(3) {
    transition: all 0.5s ease-in 1.5s;
  }
  #container .koma5 .textset .inner h5 span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    padding: 5px 10px;
  }
  #container .koma5.active .textset .inner h5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma6 {
    height: 100%;
    margin-bottom: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #container .koma6 .bg {
    width: 100%;
    height: 35%;
    max-height: 35%;
    background-image: url(../images/photo_step6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    order: 1;
  }
  #container .koma6 .textset {
    width: 100%;
    height: 65%;
    padding: 20px 0 0 0;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    order: 2;
  }
  #container .koma6 .textset .inner {
    text-align: left;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .koma6 .textset .inner h5 {
    color: #005bac;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.5em;
    margin-bottom: 20px;
  }
  #container .koma6 .textset .inner p:not(:last-child) {
    margin-bottom: 10px;
  }
  #container .koma6 .textset .inner p:nth-last-child(2) {
    margin-bottom: 20px;
  }
  #container .koma6 .textset .inner p span {
    color: #005bac;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
  #container .koma6 .textset .inner .btn {
    width: 50%;
  }
  #container .koma6 .textset .inner .btn a {
    color: #FFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    height: 30px;
    background-color: #005bac;
  }
  #container .koma7 {
    height: 100%;
    margin-bottom: 100vh;
    overflow: hidden;
  }
  #container .koma7 .bg {
    display: none;
  }
  #container .koma7 .bg2 {
    background-image: url(../images_sp/photo_step7.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    opacity: 1;
  }
  #container .koma7 .textset {
    width: 100%;
    height: 100vh;
    padding: 75px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  #container .koma7 .textset .inner {
    width: calc(100% - 40px);
    position: static;
    z-index: 1;
  }
  #container .koma7 .textset .inner h5 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 0.5s;
  }
  #container .koma7 .textset .inner h5.mb {
    margin-bottom: 20px;
  }
  #container .koma7 .textset .inner h5 span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #container .koma7 .textset .inner p {
    width: 100%;
    margin-bottom: 0px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 1s;
  }
  #container .koma7 .textset .inner p span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #container .koma7 .textset .inner p span.sp {
    display: inline-block;
  }
  #container .koma7 .textset .inner p span > span {
    display: none;
  }
  #container .koma7 .textset .inner::after {
    width: 283px;
    height: 69px;
    position: absolute;
    left: 20px;
    bottom: 150px;
    transition: all 1s ease-in 2s;
  }
  #container .koma7.active .textset .inner h5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma7.active .textset .inner p {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma7.active .textset .inner::after {
    opacity: 1;
  }
  #container .koma8 {
    height: 100%;
    margin-bottom: 100vh;
    top: 0px;
  }
  #container .koma8 .bg {
    display: none;
  }
  #container .koma8 .bg2 {
    background-image: url(../images_sp/photo_step8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: 1;
  }
  #container .koma8 .textset {
    width: 100%;
    height: 100vh;
    padding: 75px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  #container .koma8 .textset .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .koma8 .textset .inner h5 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 0.5s;
  }
  #container .koma8 .textset .inner h5.mb {
    margin-bottom: 20px;
  }
  #container .koma8 .textset .inner h5 span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #container .koma8 .textset .inner p {
    width: 100%;
    margin-bottom: 0px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 1s;
  }
  #container .koma8 .textset .inner p span {
    color: #111;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #container .koma8 .textset .inner p span.sp {
    display: inline-block;
  }
  #container .koma8 .textset .inner p span > span {
    display: none;
  }
  #container .koma8 .textset .inner::after {
    width: 183px;
    height: 24px;
    position: absolute;
    left: 20px;
    bottom: 150px;
    transition: all 1s ease-in 2s;
  }
  #container .koma8.active .textset .inner h5 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma8.active .textset .inner p {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #container .koma8.active .textset .inner::after {
    opacity: 1;
  }
  #container .koma9 {
    width: 100%;
    height: 100%;
    margin: 0px;
    top: 0px;
  }
  #container .koma9::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
  }
  #container .koma9 .inner {
    width: 100%;
    height: 100%;
    background-image: url(../images_sp/photo_step9.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
  }
  #container .koma9 .inner h5 {
    color: #023f87;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.25em;
    opacity: 0;
  }
  #container .koma9 .inner h5:nth-child(1) {
    margin-top: -150px;
    margin-left: -150px;
    transform: rotate(15deg);
    transition: opacity 0.5s ease-in 1s;
  }
  #container .koma9 .inner h5:nth-child(2) {
    margin-top: -100px;
    margin-left: -90px;
    transform: rotate(10deg);
    transition: opacity 0.5s ease-in 1.25s;
  }
  #container .koma9 .inner h5:nth-child(3) {
    margin-top: -50px;
    margin-left: -170px;
    transform: rotate(5deg);
    transition: opacity 0.5s ease-in 1.5s;
  }
  #container .koma9 .inner h5:nth-child(4) {
    margin-top: 0px;
    margin-left: -80px;
    transform: rotate(-5deg);
    transition: opacity 0.5s ease-in 1.75s;
  }
  #container .koma9 .inner .logo {
    width: 135px;
    height: 60px;
    margin: 70px 0 0 -99px;
    top: calc(50% + 0px);
    background-repeat: no-repeat;
    background-position: 250px center;
    background-size: 141px 60px;
  }
  #container .koma9.active .inner {
    position: sticky;
  }
  #container .koma9.active .inner h5 {
    opacity: 1;
  }
  #container .koma9.active .inner .logo {
    background-position: 0px center;
  }

  @supports (-webkit-touch-callout: none) {
    body {
      height: -webkit-fill-available;
    }

    #container {
      height: -webkit-fill-available;
    }
  }
  footer {
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
  }
  footer p {
    color: #FFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
  }
  footer p:not(:last-child) {
    margin-bottom: 10px;
  }
  footer p a {
    color: #FFF;
  }

  .pgtop {
    color: #FFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 40px;
    height: 40px;
  }
}

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