/* ALL */
*{
  /* outline: 1px solid magenta; */
}
.update {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #19198C;
  color: white;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 15px;
}
body, html {
  padding: 0;
  margin: 0;
  box-sizing: border-box; /* Not supported in IE 6 & IE 7 */
  font-family: 'Hiragino Sans', 'Noto Sans JP',sans-serif,'微软雅黑';
  line-height: auto;
}
h1{
  font-size: 58px;
  font-weight: 400;
  color: #B0237B;
  letter-spacing: 10.3px;
  line-height: 1.55;
  margin: 0;
}
h2{
  font-size: 30px;
  font-weight: 300;
  color: #B0237B;
  letter-spacing: 0.9px;
  line-height: 1.75;
  margin: 0;
}
h3{
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.9px;
  line-height: 1.8;
  margin: 0;
}
p{
  font-size: 17px;
  line-height: 1.9;
  font-weight: 300;
  color: #B0237B;
  letter-spacing: 0.9px;
}
.italic {
  font-style: italic;
  font-family: serif;
}
.italic-with-s {
  font-style: italic;
  font-family: serif;
  padding-right: 2px;
}
.underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #2F2725;
  text-decoration-thickness: 1px;
}
.word {
  display: inline-flex;
}
/* NAV */
.nav-wrapper {
  display: block;
  /* display: none; */
  justify-content: center;
}
nav {
  display: none;
  width: 100%;
  height: 100vh;
  background: linear-gradient(136deg, rgba(269,242,231,1) 0%,rgba(255,235,265,1) 80%, rgba(255,246,253,1) 100%);
  /* transition: all 0.5s; */
  z-index: 3;
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  nav {
    width: 768px;
  }
}
.open nav {
  animation: openNav 1s;
  display: block;
  background: #fff;
}
.close nav {
  display: block;
  animation: closeNav 0.5s;
}
@keyframes openNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeNav {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
nav .inner,
nav .inner2 {
width: fit-content;
max-width: 286px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
list-style: none;
margin: 0;
padding: 0;
color: #2F2725;
opacity: 1;
}
li {
  text-align: left;
}
li.nav-main,
li.lang {
  font-size: 16px;
  font-weight: 400;
}
li.nav-main {
margin-top: 18px;
}
li:nth-child(1) {
  margin-top: 0px;
}
li:nth-child(6) {
  margin-bottom: 70px;
}
li.lang {
  margin-top: 11px;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
}
li.lang a:hover {
  color: #bd1b78;
}
.lang-mn {
  font-family: 'Arial', 'Hiragino Sans', 'Noto Sans JP',sans-serif,'微软雅黑';
}
nav .inner a {
  color: #2F2725;
  text-decoration: unset;
}
nav .inner a:hover,
nav .inner a:active {
  color: #bd1b78;
}
nav .inner .lang-active a {
  color: #bd1b78;
  font-size: 500;
}
nav .inner .lang-diactivate a {
  color: #e7e6e6;
  font-size: 500;
}
.hamburger-parent {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  right: 47px;
  top: 15px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .hamburger-parent {
    right: calc(calc(calc(100% - 768px) / 2) + 47px);
  }
}
.hamburger1,
.hamburger2,
.hamburger3 {
position: absolute;
width: 100%;
height: 3.5px;
border-radius: 3px;
display: block;
left: 0;
top: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #bd1b78;
}
.hamburger2 {
top: 11.5px;
}
.hamburger3 {
top: 23px;
}
.open .hamburger1 {
opacity: 1;
transform: translateY(11.5px) rotate(45deg);
}
.open .hamburger2 {
transform: translateY(0px) rotate(0deg);
opacity: 0;
transform: translateY(0px) translateX(17px) rotate(0deg);
}
.open .hamburger3 {
opacity: 1;
transform: translateY(-11.5px) rotate(-45deg);
}
.hamburger-menu {
  font-size: 10px;
  position: absolute;
  width: 100%;
  height: 14px;
  display: inline-block;
  left: -1px;
  bottom: -13.6px;
  color: #bd1b78;
  font-family: 'Hiragino Sans','Noto Sans JP',sans-serif,'微软雅黑';
  font-weight: 600;
  letter-spacing: 0;
}
/* BODY */
.fixed-bg{
  height: 100vh;
  width: 100%;
  margin: auto;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/story1.webp);
  background-attachment: fixed;
  z-index: 0;
  /* border: 1px solid green; */
}
.cloud1{
  background: url(../img/tablet/story1-kumo1.webp) repeat-x;
  top: 5%;
  animation: cloudAnim 142s linear -100s infinite;
}
.cloud2{
  background: url(../img/tablet/story1-kumo2.webp) repeat-x;
  top: 20%;
  animation: cloudAnim 82s linear -30s infinite;
}
.cloud3{
  background: url(../img/tablet/story1-kumo3.webp) repeat-x;
  top: 35%;
  animation: cloudAnim 136s linear -10s infinite;
}
.cloud4 {
  background: url(../img/tablet/story1-kumo4.webp) repeat-x;
  top: 50%;
  animation: cloudAnim 86s linear -20s infinite;
}
.cloud1,
.cloud2,
.cloud3,
.cloud4,
.town
{
  width: 100%;
  height: 90px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.town {
  height: 128px;
  background: url(../img/tablet/story1-town.webp) repeat-x;
  bottom: 0px;
  top: unset;
  animation: townAnim 146s linear infinite;
}
@keyframes cloudAnim{
  0% {
    background-position: 180% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes townAnim{
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}
/* FIRST VIEW */
@keyframes flowerRotate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.firstview-wrapper {
  width: 100%;
  max-width: 768px;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center 30%;
  margin: auto;
  position: relative;
  background-image: url(../img/tablet/top.webp);
  height: 100vh;
  background-color: white;
}
.firstview-img-wrapper {
  width: 460px;
  height: 460px;
  max-width: 768px;
  top: 9%;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.flower-img {
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  max-width: 768px;
  position: absolute;
  max-width: 768px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 30%;
  margin: auto;
  position: absolute;
  background-image: url(../img/tablet/top-flower.webp);
  z-index: 1;
  display: block;
  border-radius: 50%;
  transform: rotate(-144deg);
  animation: flowerRotate 80s linear infinite;
}
/* VISION STATEMENT */
.vs-wrapper {
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: auto;
  position: relative;
  background-color: white;
  padding: 0 0 0 0;
}
.vs-section1,
.vs-section2 {
  width: 500px;
  max-width: 769px;
  margin: auto;
  position: relative;
}
.vs-section2 {
  margin-top: 40px;
}
.vs-tagline {
  width: 482px;
  left: 0;
  top: 20px;
  margin: 0;
  margin-top: 160px;
}
.vs-img {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  margin-top: -10px;
}
.vs-left {
  width: 40%;
}
.vs-right {
  background-image: url(../img/mob/vision-statement.webp);
  width: 60%;
  max-width: 583.7px;
  height: 187px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.vs-title-l {
  font-size: 21px;
  line-height: auto;
  color: #B0237B;
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-color: #B0237B;
  text-decoration-thickness: 1px;
  margin: 0 0 20px 0;
}
.vs-content {
  width: 100%;
  line-height: auto;
  margin: 0 0 0 0;
  padding-bottom: 20px;
  margin: 0 0 0 0;
  padding-bottom: 20px;
  color: #2F2725;
}
/* STORY1 */
.story-wrapper {
  width: 100%;
  max-width: 768px;
  height: 100%;
  max-height: 768px;
  background-color: white;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 15px 30px 15px 30px;
}
.story-bg {
  width: 100%;
  max-width: 728px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: relative;
  border-radius: 1em;
  background-image: url(../img/tablet/story1.webp);
}
.story-content {
  width: 100%;
  height: 100%;
  max-width: 768px;
  margin: auto;
  position: relative;
}
.story-content p {
  width: fit-content;
  margin: auto;
  font-family: 'Hiragino Sans','Noto Sans JP',sans-serif,'微软雅黑';
  font-size: 16.9px;
  font-weight: 400;
  line-height: 2.1;
  position: absolute;
  color: #B0237B;
}
.story-content .story1-1 {
  width: max-content;
  z-index: 1;
  font-size: 25px;
  line-height: 1.85;
  margin: auto;
  left: 50%;
  top: 44%;
}
.story-town {
  border-radius: 1em;
}
/* STPRY2 */
.bg-2{
  background-image: url(../img/tablet/story2.webp);
}
.story-content .story2-1{
  color: #2F2725;
  left: 60px;
  top: 50px;
}
.story-content .story2-1span{
  margin-left: -10px;
  color: #B0237B;
}
.story-content .story2-2{
  left: 92px;
  top: 301px;
  font-size: 21px;
  line-height: 1.85;
}
/* STORY3, 6 - SIDESCROLL */
.side-scroll-list-bg {
  height: 100%;
  background-color: green;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 728px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 1em;
  isolation: isolate;
}
.horizontal3,
.horizontal6 {
  /* border: 1px solid pink; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.horizontal3 > .section,
.horizontal6 > .section {
  display: flex;
  width: 1550px;
  height: 100%;
  flex-shrink: 0;
  background-image: url(../img/tablet/story3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.horizontal6 > .section {
  width: 1780px;
  background-image: url(../img/tablet/story6.webp);
}
.story-content3-1,
.story-content3-2 {
  width: 50%;
  height: 736px;
  margin: auto;
  position: relative;
  opacity: 1;
}
.story-content6 {
  width: 100%;
  height: 736px;
  margin: auto;
  position: relative;
  opacity: 1;
}
/* STORY3 */
.story3-p {
  position: absolute;
  opacity: 0;
  font-weight: 400;
}
.story3-1 {
  color: #19198C;
  top: 90px;
  left: 360px;
}
.story3-2 {
  color: #2F2725;
  top: 200px;
  left: 360px;
}
.story3-3 {
  color: #19198C;
  top: 275px;
  left: 360px;
}
.story3-4 {
  color: #B0237B;
  top: 411px;
  left: 360px;
}
.story3-5 {
  color: #19198C;
  top: 260px;
  left: 120px;
}
.story3-6 {
  color: #19198C;
  top: 430px;
  left: 120px;
}
.story3-7 {
  color: #19198C;
  top: 542px;
  left: 120px;
}
/* STPRY4 */
.bg-4{
  background-image: url(../img/tablet/story4.webp);
}
.story-content .story4-1{
  color: #2F2725;
  left: 100px;
  top: 50px;
}
.story-content .story4-2{
  color: #19198C;
  left: 100px;
  top: 121px;
}
.story-content .story4-3{
  right: 80px;
  top: 255px;
}
/* STPRY5 */
.bg-5{
  background-image: url(../img/tablet/story5.webp);
}
.story-content .story5-1{
  color: #19198C;
  left: 70px;
  top: 50px;
}
.story-content .story5-2{
  color: #2F2725;
  left: 70px;
  top: 203px;
}
.story-content .story5-3{
  color: #B0237B;
  font-size: 68px;
  left: 122px;
  top: 329px;
}
.story-content .story5-3span{
  letter-spacing: -19px;
  font-size: 55px;
  margin-right: 12px;
}
.story-content .story5-3italic{
  font-style: italic;
  margin-left: 0px;
}
/* STPRY6 */
.story-content6 {
  width: 1770px;
  height: 738px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.story6-p {
  position: absolute;
  opacity: 0;
  color: #B0237B;
  font-weight: 400;
}
.story6-1 {
  top: 150px;
  left: 80px;
  opacity: 0;
}
.story6-2 {
  top: 230px;
  left: 380px;
  opacity: 0;
  transform: translate(0px, 0px);
}
.story6-3 {
  top: 150px;
  left: 823px;  opacity: 0;
  transform: translate(0px, 0px);
}
.story6-4-mob {
  display: none;
}
.story6-4 {
  top: 230px;
  left: 1190px;
  opacity: 0;
  transform: translate(0px, 0px);
}
/* STPRY7 */
.story-wrapper7 {
  padding: 15px 30px 30px 30px;
}
.bg-7{
  background-image: url(../img/tablet/story7.webp);
}
.mirai-fly {
  width: 251px;
  height: 249px;
  position: relative;
  top: -15px;
  left: -62px;
  background-image: url(../img/tablet/story7-miraikun.webp);
  background-repeat: no-repeat;
  background-size: contain;
  animation: miraiAmim 5s ease-in-out infinite;
}
@keyframes miraiAmim {
  0%, 100% {
    transform: translateY(5);
  }
  50% {
    transform: translateY(-15px);
  }
}
.story-content .story7-1{
  color: #19198C;
  left: 210px;
  top: -190px;
}
.story-content .story7-2{
  right: 162px;
  top: -90px;
}
.story-content .story7-3{
  color: #2F2725;
  left: 242px;
  top: 10px;
}
.story-content .story7-4{
  font-size: 25px;
  line-height: 1.85;
  left: 50%;
  top: 176px;
}
.story-content .story7-5{
  color: #19198C;
  right: 90px;
  top: 307px;
}
/* EXPLAIN 1 */
.explain-wrapper {
  width: 100%;
  max-width: 768px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-image: url(../img/tablet/explain_bg.webp);
  z-index: 1;
  padding: 15px 30px 15px 30px;
}
.explain-wrapper1 {
  padding: 30px 30px 15px 30px;
}
.explain-wrapper4 {
  padding: 15px 30px 30px 30px;
}
.explain-bg {
  background-color: rgba(255,255,255, 1);
  width: 100%;
  max-width: 728px;
  height: auto;
  border-radius: 1em;
  margin: 0px auto;
}
.explain-content-wrapper {
  width: 90%;
  max-width: 728px;
  margin: auto;
  padding: 26px 0;
  position: relative;
}
.explain-content1 {
  width: 465px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 16px auto 0px auto;
}
.explain-title-l {
  /* font-size: min(2.6vw,20px); */
  font-size: 25px;
  font-weight: 300;
  color: #B0237B;
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-color: #B0237B;
  text-decoration-thickness: 1px;
  margin: 0 0 30px 0;
}
.explain-p {
  width: 100%;
  line-height: auto;
  padding-bottom: 20px;
  padding-bottom: 20px;
  color: #2F2725;
  margin: 0;
  letter-spacing: 0.6px;
}
.explain-content2 {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.explain-content-left {
  width: 40%;
  max-width: 700px;
  margin: auto;
  z-index: 1;
}
.explain-content-left-title {
  font-size: 20px;
  line-height: auto;
  color: #B0237B;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #B0237B;
  text-decoration-thickness: 1px;
  margin: 33px auto 20px auto;
}
.explain-content-left-content {
  width: 100%;
  font-size: 33px;
  line-height: auto;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
  color: #B0237B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 50px;
  letter-spacing: 2.6px;
  padding: 0;
}
.explain-content-right {
  width: 60%;
  max-width: 700px;
  height: 840px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.circle {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #B0237B;
  position: absolute;
}
.aeon-img {
  width: 105px;
  height: 250px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/aeon-chan.webp);
  left: 0;
  bottom: -58px;
  z-index: 1;
}
.mirai-img {
  width: 180px;
  height: 180px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/mirai-kun.webp);
  right: -32px;
  top: 50px;
  animation: miraiAmim 5s ease-in-out infinite;
}
.circle1 {
  top: 0;
  left: -90px;
}
.circle2{
  top: 32%;
  right: 0;
}
.circle3 {
  bottom: 0px;
  left: -90px;
}
.circle3-span {
  display: inline-block;
  padding-top: 5px;
}
.circle-mask-left {
  shape-outside: radial-gradient(farthest-side at right, transparent calc(100% - 8px), #6666 0);
  float: left;
  width: 50%;
  height: 100%;
}
.circle-mask-right {
  shape-outside: radial-gradient(farthest-side at left, transparent calc(100% - 8px), #6666 0);
  float: right;
  width: 50%;
  height: 100%;
}
.circle-title {
  text-align: center;
  height: fit-content;
  padding-top: 56px;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  width: 81%;
  margin: auto;
  line-height: 1.5;
}
.circle-content {
  color: #FFF;
  text-align: center;
  font-size: 14.4px;
  margin: 0;
  margin-top: 4px;
  padding-top: 5px;
  letter-spacing: 0px;
  line-height: 25.3px;
}
.circle-line-wrapper{
  width: 111%;
  height: 108.1%;
  overflow: hidden;
  position: absolute;
  left: -37px;
  z-index: 0;
}
.circle-line{
  content: '';
  display: block;
  width: 170%;
  height: 99%;
  border-radius: 50%;
  border: 2px solid #B0237B;
  position: absolute;
  right: 210px;
}
/* EXPLAIN 2 */
.explain-subtitle-wrapper {
  position: relative;
  position: relative;
  width: 317px;
  height: 43px;
  border-radius: 0 0 30px 0;
  text-align: center;
  background-color: #B0237B;
  border-radius: 0 0 30px 0;
  line-height: auto;
  text-align: center;
  background-color: #B0237B;
}
.explain-subtitle-wrapper > p {
  font-size: 14px;
}
.explain-subtitle-content{
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
}
.explain2-content1 {
  width: 553px;
  margin: 40px auto 10px auto;
}
.explain2-content2,
.explain3-content2,
.explain4-content2 {
  width: 80%;
  max-width: 728px;
  margin: auto;
  padding: 30px 0;
  position: relative;
}
.explain-item-title {
  font-size: 21px;
  line-height: auto;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #B0237B;
  text-decoration-thickness: 1px;
  color: #B0237B;
  margin-bottom: 15px;
  /* margin: 0; */
}
.explain-item-content {
  width: 100%;
  line-height: auto;
  padding: 0 0 25px 0;
  color: #2F2725;
  margin: 0;
}
/* EXPLAIN 3 */
.explain3-content1 {
  width: 537px;
  margin: 40px auto 10px auto;
}
.explain3-item-title {
  font-size: 21px;
  text-decoration: unset;
  text-underline-offset: 0;
  text-decoration-color: #B0237B;
  text-decoration-thickness: 0;
  width: 100%;
  background-color: #B0237B;
  color: white;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 15px;
  line-height: 31.5px;
}
.explain3-item-content {
  width: 100%;
  line-height: auto;
  padding: 0 0 25px 0;
  color: #2F2725;
  margin: 0;
}
.hands-img {
  width: 290px;
  height: 230px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/hands.webp);
  top: 43px;
  right: 90px;
}
.keywprds-wrapper {
  width: 100%;
  height: 230px;
  position: relative;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/keywords.webp);
  margin: 0px 0 65px 0;
}
.keyword-title {
  font-size: 24px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  text-align: center;
  margin: 0;
}
.keyword-span {
  font-size: 17px;
  color: #2F2725;
  text-align: center;
}
.keyword {
  /* background-color: #B0237B; */
  padding: 0px 16px;
  color: #fff;
  width: fit-content;
  position: absolute;
  margin: 0;
}
.keyword1 {
  top: 25px;
  left: 70px;
}
.keyword2 {
  top: 5px;
  right: 0px;
}
.keyword3 {
  bottom: 7px;
  left: 0px;
}
.keyword4 {
  bottom: 25px;
  right: 70px;
}
.explain-title-m {
  color: #2F2725;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #B0237B;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* EXPLAIN 4 */
.explain4-content1 {
  width: 401px;
  margin: 40px auto 0px auto;
}
.people-img {
  width: 329px;
  height: 120px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/people.webp);
  margin: auto;
}
.explain4-title-m {
  width: 100%;
  height: 3px;
  border-top: 4px solid #B0237B;
  border-bottom: 2px solid #B0237B;
  position: relative;
  margin-bottom: 35px;
  margin-top: 26px;
}
.explain4-title-m h2 {
  font-size: 22px;
  padding: 5px 15px;
  position: absolute;
  top: -24px;
  left: 40px;
  background-color: #fff;
  text-decoration: unset;
}
.explain4-item-title {
  font-size: 21px;
  line-height: auto;
  margin-bottom: 15px;
  margin: 0
}
.explain4-item-content {
  width: 100%;
  /* font-size: 16.4px; */
  line-height: auto;
  padding: 0 0 25px 0;
  color: #2F2725;
  margin: 0
}
/* LAST VIEW */
.lastview-wrapper {
  width: 100%;
  max-width: 768px;
  height: 768px;
  background-color: white;
  position: relative;
  margin: auto;
}
.lastview-content {
  position: absolute;
  width: 407px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lastview-content > p {
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  color: #B0237B;
  text-align: center;
}
.logo-img {
  width: 120px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tablet/logo.webp);
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, -10%);
}
/* TEXT-FADEIN */
.bottom-fi.isActive {
  opacity: 1;
  transform: translateY(0px);
}
.bottom-fi {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.5s;
}
.bottom-fi2.isActive {
  opacity: 1;
  transform: translate(-50%, calc(-50% + 0px));
}
.bottom-fi2 {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: 1.5s;
}
.bottom-fi3.isActive {
  opacity: 1;
  transform: translateY(0px);
}
.bottom-fi3 {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.5s;
}
.bottom-fi4.isActive {
  opacity: 1;
  transform: translate(-50%, calc(-50% + 0px));
}
.bottom-fi4 {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: 1.5s;
}
/* TOP BTN */
#page_top {
  position: fixed;
  right: calc(calc(calc(100vw - 768px) / 2) + 34px);
  bottom: 20px;
  height: 45px;
  width: 45px;
  background-color: #9797978c;
  border-radius: 50%;
  z-index: 20;
}
#page_top a {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 19px;
  height: 19px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%) rotate(-45deg);
  top: 37%;
  left: 50%;
  position: absolute;
}

/* MOBILE */
  /* MOBILE - 768px 以上 */
  @media screen and (min-width: 768px) {
    /* STORY */
    .story-wrapper {
      height: 768px;
      max-height: none;
    }
  }
  /* MOBILE - 767px 以下 */
  @media screen and (max-width: 767px) {
    /* ALL */
    h1 {
      font-size: max(7vw,31px);
    }
    p {
      font-size: max(2.2vw,15px);
    }
    .firstview-img-wrapper {
      width: 60vw;
      height: 60vw;
      margin: auto;
      top: 11%;
    }
    /* TOP BTN */
    #page_top {
      right: 20px;
      height: 43px;
      width: 43px;
    }
    #page_top a {
      width: 17px;
      height: 17px;
    }
    /* NAV */
    .nav-wrapper {
      display: flex;
      /* display: none; */
    }
    .fixed-bg{
      display: none;
    }
    .hamburger-parent {
      right: 20px;
    }
    nav .inner, nav .inner2 {
      width: fit-content;
      min-width: 237px;
    }
    li.lang {
      margin-right: 15px;
    }
    .hamburger-menu {
      /* font-size: 15px; */
    }
    /* VISION STATEMENT */
    .vs-tagline {
      margin-top: 80px;
    }
    /* STORY */
    .story-content p {
      font-size: max(2.2vw,15px);
    }
    .pin-spacer {
      width: 100%!important;
    }
    .container3,
    .container6 {
      max-width: none!important;
      width: 100%!important;
    }
    /* STORY 1 */
    .fixed-bg {
      background-image: url(../img/mob/story1.webp);
    }
    .cloud1{
      background: url(../img/mob/story1-kumo1.webp) repeat-x;
      top: 5%;
      animation: cloudAnim 142s linear -100s infinite;
    }
    .cloud2{
      background: url(../img/mob/story1-kumo2.webp) repeat-x;
      top: 20%;
      animation: cloudAnim 142s linear -70s infinite;
    }
    .cloud3{
      background: url(../img/mob/story1-kumo3.webp) repeat-x;
      top: 35%;
      animation: cloudAnim 136s linear -20s infinite;
    }
    .cloud4 {
      background: url(../img/mob/story1-kumo4.webp) repeat-x;
      top: 50%;
      animation: cloudAnim 136s linear -10s infinite;
    }
    .cloud1,
    .cloud2,
    .cloud3,
    .cloud4,
    .town
    {
      width: 100%;
      height: 53px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
    }
    .town {
      height: 93px;
      background: url(../img/mob/story1-town.webp) repeat-x;
      bottom: 0px;
      animation: townAnim 146s linear infinite;
    }
    .story-content .story1-1 {
      font-size: max(3.2vw,23px);
    }
    /* STORY 2 */
    .bg-2 {
      background-image: url(../img/mob/story2.webp);
    }
    .story-content .story2-1 {
      color: #2F2725;
      left: 4%;
      top: 7%;
    }
    .story-content .story2-2 {
      font-size: max(2.5vw,20px);
      left: 8%;
      top: 32%;
    }
    /* STORY 4 */
    .bg-4 {
      background-image: url(../img/mob/story4.webp);
    }
    .story-content .story4-1 {
      left: 9%;
      top: 6.5%;
    }
    .story-content .story4-2 {
      left: 9%;
      top: 15.5%;
    }
    .story-content .story4-3 {
      right: 6%;
      top: 33.5%;
    }
    /* STORY 5 */
    .bg-5 {
      background-image: url(../img/mob/story5.webp);
    }
    .story-content .story5-1 {
      left: 9%;
      top: 6.5%;
    }
    .story-content .story5-2 {
      left: 9%;
      top: 25.5%;
    }
    .story-content .story5-3 {
      left: 9%;
      top: 46.5%;
      font-size: max(7vw,44px);
    }
    .story-content .story5-3span {
      font-size: max(6.1vw,47px);
      margin-left: -18px;
  }
    /* STORY 6 */
    .horizontal6 > .section {
      background-image: url(../img/mob/story6.webp);
      width: 2000px;
    }
    .story-content6 {
      width: 2000px;
    }
    .story6-4-mob {
      display:block;
    }
    .story6-4-tab {
      display:none;
    }
    .story6-1 {
      left: 4.3%;
      top: 15.5%;
    }
    .story6-2 {
      left: 30%;
      top: 28.4%;
    }
    .story6-3 {
      left: 59%;
      top: 16.7%;
    }
    .story6-4 {
      left: 85.1%;
      top: 27%;
    }
    /* STORY 7 */
    .bg-7 {
      background-image: url(../img/mob/story7.webp);
    }
    .bg-7 > .story-content {
      max-width: 580px;
  }
    .story-content .story7-1 {
      left: 4%;
      top: 3.2%;
    }
    .story-content .story7-2 {
      right: 4%;
      top: 19.2%;
  }
    .story-content .story7-3 {
      left: 4%;
      top: 25.7%;
    }
    .story-content .story7-4 {
      left: 4%;
      top: 37.2%;
      font-size: max(3.2vw,23px);
      transform: translate(0%, calc(-50% + 40px));
    }
    .story-content .story7-5 {
      left: 4%;
      top: 49%;
      right: unset;
    }
    .mirai-fly {
      top: 40px;
      left: 10px;
  }
    .story-wrapper {
      width: 100%;
      height: 725px;
      padding: 6.5px 13px 6.5px 13px;
    }
    .story-wrapper7 {
      width: 100%;
      height: 1590px;
      padding: 6.5px 13px 13px 13px;
      max-height: none;
    }
    /* EXPLAIN */
    .explain-wrapper {
      padding: 6.5px 13px 6.5px 13px;
    }
    .explain-wrapper1 {
      padding: 13px 13px 6.5px 13px;
    }
    .explain-wrapper4 {
      padding: 6.5px 13px 13px 13px;
    }
    .explain-subtitle-wrapper {
      width: 100%;
      height: 33px;
      max-width: 290px;
    }
    .explain-content-wrapper,
    .explain2-content1,
    .explain2-content2,
    .explain3-content1,
    .explain3-content2,
    .explain4-content1,
    .explain4-content2 {
      width: 95%;
    }
    .explain-content1,
    .explain-content-left,
    .explain-content-right,
    .people-img,
    .lastview-content,
    .vs-tagline {
      width: 100%;
    }
    .explain-p {
      font-size: max(2.2vw,15px);
      letter-spacing: 0.9px;
    }
    .explain-title-l,
    .vs-section2 > .explain-title-l {
      /* font-size: min(3.2vw,25px); */
      font-size: max(3.2vw,18px);
    }
    .explain-item-title,
    .explain3-item-title,
    .explain4-item-title {
      /* font-size: min(2.7vw,21px); */
      font-size: max(2.7vw,16.5px);
    }
    /* EXPLAIN 1 */
    .explain-content2 {
      margin-top: 0px;
      margin-bottom: 230px;
  }
    .explain-content-left {
      width: 100%;
      max-width: 767px;
    }
    .explain-content-left-content {
      font-size: max(4.3vw,27px);
      line-height: 1.55;
    }
    .explain-content-left-title {
      margin-top: 30px;
      font-size: max(2.85vw,18px);
    }
    .explain-content-right {
      height: 830px;
      margin-top: 90px;
      max-width: 550px;
    }
    .explain-content-left {
      width: fit-content;
      max-width: 250px;
      margin: auto;
    }
    .circle1 {
      top: 0;
      left: 0;
    }
    .circle2 {
      top: 32%;
      right: 0;
    }
    .circle3 {
        bottom: 0px;
        left: 0;
    }
    .mirai-img {
      width: 190px;
      height: 190px;
      right: -10px;
      top: 285px;
    }
    .aeon-img {
      width: 95px;
      height: 230px;
      bottom: -234px;
    }
    .circle-line-wrapper {
      /* width: 680px; */
      width: 104%;
      height: 80.1%;
      left: -37px;
      bottom: -110px;
    }
    .circle-line {
      height: 92%;
      right: 210px;
    }
    /* EXPLAIN 2 */
    .explain2-content2 {
      padding: 10px 0 10px 0;
    }
    /* EXPLAIN 3 */
    .hands-img {
      top: 13px;
      right: 40px;
    }
    .explain3-content2 {
      padding: 0px 0 10px 0;
    }
    .keywprds-wrapper {
      width: 90%;
      margin: 0px auto 65px auto;
    }
    /* EXPLAIN 4 */
    .explain4-title-m h2 {
      font-size: min(3vw,22px);
      top: -20px;
    }
    /* LAST VIEW */
    .lastview-content > p {
      font-size: 17px;
    }
    /* TEXT FADEIN */
    .bottom-fi4 {
      opacity: 0;
      transform: translate(0%, calc(-50% + 40px));
      transition: 1.5s;
    }
    .bottom-fi4.isActive {
      transform: translate(0%, calc(-50% + 0px));
    }
  }
  /* MOBILE - 550px 以下 */
  @media screen and (max-width: 550px) {
    /* ALL */
    h1 {
      font-size: 31px;
    }
    h3 {
      font-size: 17px;
    }
    h2 {
      font-size: 17px;
    }
    p {
      font-size: 15px;
      letter-spacing: 0.5px;
    }
    /* NAV */
    nav .inner, nav .inner2 {
      width: 320px;
      max-width: 403px;
    }
    /* FISRT VIEW */
    .firstview-wrapper {
      width: 100%;
      background-size: 180%;
      background-image: url(../img/mob/top.webp);
    }
    .firstview-img-wrapper {
      width: 81vw;
      height: 81vw;
      top: 17%;
    }
    .flower-img {
      background-image: url(../img/mob/top-flower.webp);
    }
    /* VISION STATEMENT */
    .vs-section1, .vs-section2 {
      width: 90%;
    }
    .vs-tagline {
      margin-top: 80px;
    }
    .vs-section2 > .explain-title-l {
      font-size: 17px;
    }
    .vs-left {
      width: 50%;
    }
    .vs-right {
      background-image: url(../img/mob/vision-statement.webp);
      width: 50%;
      max-width: 583.7px;
      height: 157px;
    }
    /* STORY 3 */
    .horizontal3 > .section {
      background-image: url(../img/mob/story3.webp);
      width: 750px;
    }
    .story3-1 {
      left: 8%;
      top: 7%;
    }
    .story3-2 {
      left: 8%;
      top: 19%;
    }
    .story3-3 {
      left: 8%;
      top: 26%;
    }
    .story3-4 {
      left: 8%;
      top: 40.5%;
    }
    .story3-5 {
      top: 18.3%;
      left: 11%;
    }
    .story3-6 {
      top: 37.1%;
      left: 11%;
    }
    .story3-7 {
      top: 47.9%;
      left: 11%;
    }
    /* STORY 7 */
    .story-content .story7-2 {
      right: 4%;
      top: 16.2%;
    }
    .mirai-fly {
      width: 190px;
      height: 249px;
      position: relative;
      top: 60px;
      left: 0px;
    }
    /* EXPLAIN */
    .explain-title-l {
      font-size: 20px;
    }
    .explain-item-title,
    .explain3-item-title,
    .explain4-item-title {
      font-size: 17px;
    }
    /* EXPLAIN 1 */
    .explain-content-left-title {
      margin-top: 20px;
    }
    .explain-content-right {
      height: 1000px;
      margin-top: 130px;
      max-width: 369px;
    }
    .mirai-img {
      width: 160px;
      height: 160px;
      right: -10px;
      top: 255px;
    }
    .aeon-img {
      width: 95px;
      height: 230px;
      bottom: -234px;
    }
    .circle {
      width: 320px;
      height: 320px;
    }
    .circle1 {
      top: 0;
      left: 0;
    }
    .circle2 {
      top: 34%;
      right: 0;
    }
    .circle3 {
      bottom: 0px;
      left: 0px;
    }
    .circle-title {
      padding-bottom: 13px;
    }
    .circle-content {
      padding-top: 13px;
    }
    .circle-line-wrapper {
      width: 100%;
      height: 86%;
      left: -21px;
      margin-top: 320px;
    }
    .circle-line {
      content: '';
      display: block;
      width: 220%;
      height: 99%;
      border-radius: 50%;
      border: 2px solid #B0237B;
      position: absolute;
      right: 140px;
    }
    /* EXPLAIN 2 */
    .explain2-content1 > .explain-title-l {
      /* font-size: max(3.2vw,16.8px); */
    }
    /* EXPLAIN 3 */
    .hands-img {
      width: 100%;
      height: 177px;
      background-image: url(../img/mob/hands.webp);
      position: unset;
      /* background-size: 81%; */
      background-size: 280px;
      margin-top: -18px;
      margin-bottom: 0px;
    }
    .keywprds-wrapper {
      width: 100%;
      background-size: 59%;
      height: 200px;
      margin: 0px auto 30px auto;
    }
    .keyword-title {
      font-size: 17px;
    }
    .keywprds-wrapper p {
      font-size: 12px;
      padding: 0px 14px;
    }
    .keyword1 {
      top: 17%;
      left: 6%;
    }
    .keyword2 {
      top: 3%;
      right: 0;
    }
    .keyword3 {
      bottom: 6%;
      left: 0;
    }
    .keyword4 {
      bottom: 19%;
      right: 5%;
    }
    /* EXPLAIN 4 */
    .explain4-title-m h2 {
      font-size: 18px;
    }
  }
  /* MOBILE - 375px 以下 */
  @media screen and (max-width: 470px) {
    /* VISION STATEMENT */
    .vs-left {
      width: 40%;
    }
    .vs-right {
        width: 60%;
    }
  }
  /* MOBILE - 375px 以下 */
  @media screen and (max-width: 375px) {
    /* NAV */
    li:nth-child(6) {
      margin-bottom: 30px;
    }
    .story-wrapper {
      width: 100%;
      height: 627px;
      padding: 6.5px 13px 6.5px 13px;
    }
    .flower-img {
      /* top: 38%;
      right: 50%; */
      max-width: 768px;
    }
    /* STORY 2 */
    .story-content .story2-1 {
      letter-spacing: -0.4px;
    }
    /* STORY 3 */
    .horizontal3 > .section {
      background-image: url(../img/mob/story3.webp);
      width: 710px;
    }
    .story3-5 {
      top: 16.9%;
      left: 10%;
    }
    .story3-6 {
      top: 35.4%;
      left: 10%;
    }
    .story3-7 {
      top: 46.2%;
      left: 10%;
    }
    /* STORY 6 */
    .horizontal6 > .section {
      background-image: url(../img/mob/story6.webp);
      width: 1710px;
    }
    .story-content6 {
      width: 1710px;
    }
    .story6-1 {
      left: 4.3%;
      top: 11.5%;
    }
    .story6-2 {
      left: 28%;
      top: 24.4%;
    }
    .story6-3 {
      left: 57%;
      top: 12.7%;
    }
    .story6-4 {
      left: 83%;
      top: 23%;
    }
    /* STORY 7 */
    .story-wrapper7 {
      width: 100%;
      height: 1590px;
      padding: 6.5px 13px 13px 13px;
      max-height: none;
    }
  }
