@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  background-color: #000;
}

#firest_contena {
  width: 100%;
  background-color: #000;
  color: #fff;
  height: calc(100vh - 0px);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #firest_contena {
    height: auto;
  }
}
#firest_contena .atensmini_sp {
  position: absolute;
  right: 1em;
  bottom: 8px;
  color: #fff;
  z-index: 50;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #firest_contena .atensmini_sp {
    display: block;
    opacity: 0;
  }
}
@media screen and (max-width:800px) {
  #firest_contena .atensmini_sp.active {
    opacity: 1;
  }
}
#firest_contena .toplogo {
  width: 17.3%;
  max-width: 233px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 35;
  transform: translate(-50%, -50%);
  filter: blur(10px);
  opacity: 0;
  transition-duration: 1.4s;
  transition-timing-function: ease;
}
@media screen and (max-width:800px) {
  #firest_contena .toplogo {
    width: 56%;
  }
}
#firest_contena .toplogo.active {
  filter: blur(0px);
  opacity: 1;
  transition-duration: 1.4s;
  transition-timing-function: ease;
}
#firest_contena .toplogo.active2 {
  opacity: 0;
  transition-duration: 1.4s;
}
#firest_contena .backimg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  transition-duration: 1s;
  transition-timing-function: ease;
}
#firest_contena .backimg.active {
  background-color: #fff;
}
#firest_contena .backimg.active2 {
  opacity: 0;
  transition-duration: 2s;
  transition-timing-function: linear;
}
#firest_contena .backmain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 14;
  opacity: 1;
}
@media screen and (max-width:800px) {
  #firest_contena .backmain {
    position: relative;
    z-index: 14;
    top: auto;
    left: auto;
  }
}
#firest_contena .backmain .imgpc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  background: url(../images/main_pc.jpg) no-repeat center;
  background-size: cover;
  /*filter: grayscale(100%);*/
  transition-duration: 1s;
  transition-timing-function: linear;
  transform: scale(105%);
  filter: blur(10px);
}
@media screen and (max-width:800px) {
  #firest_contena .backmain .imgpc {
    display: none;
  }
}
#firest_contena .backmain .imgpc.active {
  filter: blur(0px);
  /*filter: grayscale(0%);*/
}
#firest_contena .backmain .imgsp {
  display: none;
  transform: scale(105%);
  filter: blur(10px);
}
@media screen and (max-width:800px) {
  #firest_contena .backmain .imgsp {
    display: block;
    position: relative;
    z-index: 15;
    /*filter: grayscale(100%);*/
    transition-duration: 1s;
    transition-timing-function: linear;
  }
}
@media screen and (max-width:800px) {
  #firest_contena .backmain .imgsp.active {
    filter: blur(0px);
    /*filter: grayscale(0%);*/
  }
}
#firest_contena .backmain .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.4);
  z-index: 20;
  mix-blend-mode: multiply;
  transition-duration: 3s;
  transition-timing-function: linear;
  opacity: 0;
}
#firest_contena .backmain .mask.active {
  opacity: 1;
}
#firest_contena .textmain {
  width: 95%;
  max-width: 500px;
  position: absolute;
  top: calc(100% - 180px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
}
@media screen and (max-width:800px) {
  #firest_contena .textmain {
    top: calc(100% - 160px);
    width: 95%;
    max-width: 800px;
  }
}
#firest_contena .textmain .textbox {
  width: 100%;
  position: relative;
  margin-bottom: 22px;
  /*
  .base02{
  	transition-delay: 0.20s;
  }
  .base03{
  	transition-delay: 0.4s;
  }
  .base04{
  	transition-delay: 0.6s;
  }
  .base05{
  	transition-delay: 0.8s;
  }
  .base06{
  	transition-delay: 1s;
  }
  .base07{
  	transition-delay: 1.2s;
  }
  .base08{
  	transition-delay: 1.4s;
  }
  .base09{
  	transition-delay: 1.6s;
  }
  .base10{
  	transition-delay: 1.8s;
  }
  .base11{
  	transition-delay: 2s;
  }*/
}
@media screen and (max-width:1300px) {
  #firest_contena .textmain .textbox {
    margin-bottom: 1.6923076923vw;
  }
}
@media screen and (max-width:800px) {
  #firest_contena .textmain .textbox {
    margin-bottom: 5.3333333333vw;
  }
}
#firest_contena .textmain .textbox.active .textbox__in {
  opacity: 1;
  transform: scale(1);
}
#firest_contena .textmain .textbox.active .base01, #firest_contena .textmain .textbox.active .base02, #firest_contena .textmain .textbox.active .base03, #firest_contena .textmain .textbox.active .base04, #firest_contena .textmain .textbox.active .base05, #firest_contena .textmain .textbox.active .base06, #firest_contena .textmain .textbox.active .base07, #firest_contena .textmain .textbox.active .base08, #firest_contena .textmain .textbox.active .base09, #firest_contena .textmain .textbox.active .base10, #firest_contena .textmain .textbox.active .base11 {
  opacity: 1;
  filter: brightness(100%) blur(0px);
}
#firest_contena .textmain .textbox .textbox__in {
  opacity: 0;
  position: relative;
  transform: scale(1.1);
  transition-duration: 2s;
}
#firest_contena .textmain .textbox .base {
  position: relative;
  opacity: 1;
}
#firest_contena .textmain .textbox .base01, #firest_contena .textmain .textbox .base02, #firest_contena .textmain .textbox .base03, #firest_contena .textmain .textbox .base04, #firest_contena .textmain .textbox .base05, #firest_contena .textmain .textbox .base06, #firest_contena .textmain .textbox .base07, #firest_contena .textmain .textbox .base08, #firest_contena .textmain .textbox .base09, #firest_contena .textmain .textbox .base10, #firest_contena .textmain .textbox .base11 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  filter: brightness(100%) blur(20px);
  transition-duration: 1.4s;
  opacity: 0;
}
#firest_contena .textmain .textbox .base02 {
  transition-delay: 0.2s;
}
#firest_contena .textmain .textbox .base03 {
  transition-delay: 0.4s;
}
#firest_contena .textmain .textbox .base04 {
  transition-delay: 0.6s;
}
#firest_contena .textmain .textbox .base05 {
  transition-delay: 0.8s;
}
#firest_contena .textmain .textbox .base06 {
  transition-delay: 1s;
}
#firest_contena .textmain .textbox .base07 {
  transition-delay: 1.2s;
}
#firest_contena .textmain .textbox .base08 {
  transition-delay: 1.4s;
}
#firest_contena .textmain .textbox .base09 {
  transition-delay: 1.6s;
}
#firest_contena .textmain .textbox .base10 {
  transition-delay: 1.8s;
}
#firest_contena .textmain .textbox .base11 {
  transition-delay: 2s;
}
#firest_contena .textmain .subtext {
  width: 39.32%;
  line-height: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 2s linear 0.01s;
}
#firest_contena .textmain .subtext.active {
  opacity: 1;
}

.scrollbox {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 30;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transform: translate(-50%, 0);
}
.scrollbox.active {
  opacity: 1;
}
.scrollbox.active2 {
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
  opacity: 0;
}
.scrollbox .inover {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  /*background-color: rgba(255,0,0,0.1);*/
  overflow: hidden;
}
.scrollbox .maru {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(0%, -50%);
  position: relative;
}
.scrollbox .maru::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.scrollbox .maru .maruin {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  animation: roops 2s infinite;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: roops2 2s infinite;
}
@keyframes roops2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
.scrollbox .scrollin {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #fff;
  animation: roops 3s infinite;
}
.scrollbox .scrollin::after {
  content: "";
  width: 24px;
  height: 60px;
  background: url(../images/scroll_yaji.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@keyframes roops {
  0% {
    transform: translate(0, calc(-100% - 40px));
    opacity: 0;
  }
  50% {
    transform: translate(0, 0%);
  }
  80% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0%);
    opacity: 0;
  }
}

.backcolors {
  position: relative;
  z-index: 30;
  background-color: #f9f8f4;
}

#section02 {
  width: 100%;
  background-color: #f9f8f4;
  color: #000;
  position: relative;
  z-index: 30;
}
#section02 .atensmini_pc {
  position: absolute;
  right: 1em;
  top: 8px;
  color: #fff;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02 .atensmini_pc {
    display: none;
  }
}
#section02 .topundertext {
  width: 14.5%;
  max-width: 186px;
  position: absolute;
  z-index: 35;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  filter: blur(5px);
}
#section02 .topundertext.active {
  opacity: 1;
  filter: blur(0px);
}
@media screen and (max-width:800px) {
  #section02 .topundertext {
    width: 47.5%;
    max-width: 400px;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 90px 0 170px 0;
}
@media screen and (max-width:1300px) {
  #section02 .section__in {
    width: 95.8333333333vw;
    padding-top: 7.5vw;
    padding-bottom: 14.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 80%;
    padding-top: 26.6666666667vw;
    padding-bottom: 46.6666666667vw;
  }
}
#section02 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02 .clumbox .logo {
  width: 29.9%;
  margin-left: 13.9%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .logo {
    width: 100%;
    margin: 0 auto 15vw auto;
  }
}
#section02 .clumbox .logo figure {
  width: 100%;
}
#section02 .clumbox .text {
  width: 42.86%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text {
    width: 100%;
  }
}
#section02 .clumbox .text .base_text {
  width: 110%;
  line-height: 280%;
  letter-spacing: 0.15em;
  margin-right: -10%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text .base_text {
    width: 100%;
    line-height: 260%;
    letter-spacing: 0.15em;
    margin-right: 0%;
  }
}

#section_map {
  width: 100%;
  z-index: 35;
  position: relative;
  mix-blend-mode: multiply;
}
#section_map .section__in {
  width: 100%;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
}
#section_map .section__in figure {
  width: 54.7%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -28%);
  z-index: 99;
}
@media screen and (max-width:800px) {
  #section_map .section__in figure {
    width: 100%;
    right: 0%;
    transform: translate(0, -50%);
  }
}

#section03 {
  width: 100%;
  background-color: #f1efe7;
  position: relative;
  z-index: 5;
}
#section03 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 480px 0 155px 0;
}
@media screen and (max-width:1300px) {
  #section03 .section__in {
    padding-top: 40vw;
    padding-bottom: 12.9166666667vw;
  }
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    padding-top: 63.2vw;
    padding-bottom: 26.6666666667vw;
  }
}
#section03 .traintext {
  width: 68.88%;
  max-width: 620px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width:800px) {
  #section03 .traintext {
    width: 80%;
    margin: 0 auto 10vw auto;
  }
}
#section03 ul {
  width: 100%;
  border-left: 1px solid #999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section03 ul {
    margin-bottom: 90px;
    flex-wrap: wrap;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
  }
}
#section03 ul li {
  width: 25%;
  border-right: 1px solid #999;
  text-align: center;
  padding: 0.75em 0;
}
@media screen and (max-width:800px) {
  #section03 ul li {
    width: 100%;
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
    padding: 1.25em 0;
  }
}
#section03 h3 {
  font-weight: 500;
  padding-bottom: 0.35em;
}
#section03 .infobox {
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#section03 .infobox .text01 {
  color: #956a22;
  margin-bottom: 2.5em;
}
#section03 .infobox .text02 {
  line-height: 160%;
}

#section_fix01 {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/back01.jpg) no-repeat center top;
  background-size: auto;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section_fix01 {
    background: url(../images/top/back01_sp.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
  }
}

#section_fix02 {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/back02.jpg) no-repeat left bottom;
  background-size: auto;
  background-size: cover;
  opacity: 0;
}
#section_fix02.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section_fix02 {
    background: url(../images/top/back02_sp.jpg) no-repeat left bottom;
    background-size: auto;
    background-size: cover;
  }
}

#section04 {
  width: 100%;
  height: 40vw;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section04 {
    height: 75vh;
  }
}
#section04 .tatetext {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section04 .tatetext {
    width: 17px;
  }
}

#section05 {
  width: 100%;
  position: relative;
  z-index: 30;
  background-color: #f9f8f4;
  position: relative;
  z-index: 5;
}
#section05 .minis {
  width: 100%;
  padding: 0.5em;
  text-align: right;
}
#section05 .section__in {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    padding: 15vw 0 20vw 0;
  }
}
#section05 .section__in .ttls {
  width: 100%;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section05 .section__in .ttls {
    line-height: 160%;
  }
}
#section05 .section__in .base_text {
  letter-spacing: 0.05em;
  line-height: 210%;
  margin-bottom: 3em;
}
#section05 .section__in ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section05 .section__in ul li {
  width: 32.5%;
}
#section05 .section__in ul li figcaption {
  padding: 0.5em;
  text-align: right;
}

#section06 {
  width: 100%;
  height: 40vw;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section06 {
    height: 75vh;
  }
}
#section06 .tatetext {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section06 .tatetext {
    width: 17px;
  }
}

#section07 {
  position: relative;
  z-index: 5;
  background-color: #f9f8f4;
}
#section07 .minis {
  width: 100%;
  padding: 0.5em;
  text-align: right;
}
#section07 .section__in {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    padding: 15vw 0 20vw 0;
  }
}
#section07 .section__in .ttls {
  width: 100%;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section07 .section__in .ttls {
    line-height: 160%;
  }
}
#section07 .section__in .base_text {
  letter-spacing: 0.05em;
  line-height: 210%;
  margin-bottom: 3em;
}
#section07 .section__in ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section07 .section__in ul li {
  width: 32.5%;
}
#section07 .section__in ul li figcaption {
  padding: 0.5em;
  text-align: right;
}
#section07 figure {
  position: relative;
}
#section07 figure figcaption {
  padding: 0.5em;
  text-align: right;
}
#section07 figure .skybox {
  position: relative;
}
#section07 figure .skybox.active .imgbox {
  transform: scale(1);
}
#section07 figure .skybox.active .mask01 {
  height: 0;
}
#section07 figure .skybox.active .mask02 {
  width: 0;
}
#section07 figure .skybox.active .mask03 {
  height: 0;
}
#section07 figure .skybox.active .mask04 {
  width: 0;
}
#section07 figure .mask01 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  #section07 figure .mask01 {
    height: 25%;
  }
}
#section07 figure .mask02 {
  position: absolute;
  top: 0;
  right: -2px;
  width: 50%;
  height: 100%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  #section07 figure .mask02 {
    width: 15%;
  }
}
#section07 figure .mask03 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  #section07 figure .mask03 {
    height: 25%;
  }
}
#section07 figure .mask04 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 50%;
  height: 100%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  #section07 figure .mask04 {
    width: 15%;
  }
}

#section08 {
  position: relative;
  z-index: 5;
}
#section08 .tatetext {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section08 .tatetext {
    width: 17px;
  }
}

#section09 {
  width: 100%;
  position: relative;
  z-index: 30;
  background-color: #f1efe7;
  position: relative;
  z-index: 5;
}
#section09 .minis {
  width: 100%;
  padding: 0.5em;
  text-align: right;
}
#section09 .section__in {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width:800px) {
  #section09 .section__in {
    padding: 15vw 0 20vw 0;
  }
}
#section09 .section__in .ttls {
  width: 100%;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section09 .section__in .ttls {
    line-height: 160%;
  }
}
#section09 .section__in .ttls2 {
  width: 100%;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  margin-top: 3.5em;
}
@media screen and (max-width:800px) {
  #section09 .section__in .ttls2 {
    line-height: 160%;
  }
}
#section09 .section__in .base_text {
  letter-spacing: 0.05em;
  line-height: 210%;
  margin-bottom: 3em;
}
#section09 .section__in ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section09 .section__in ul li {
  width: 32.5%;
}
#section09 .section__in ul li figcaption {
  padding: 0.5em;
  text-align: right;
}

#section_last {
  width: 100%;
  position: relative;
  z-index: 28;
  background-color: #f1efe7;
  color: #000;
  padding: 160px 0 20px 0;
}
@media screen and (max-width:1300px) {
  #section_last {
    padding-top: 12.3076923077vw;
    padding-bottom: 1.5384615385vw;
  }
}
@media screen and (max-width:800px) {
  #section_last {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
#section_last .section__in {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 35;
}
@media screen and (max-width:1300px) {
  #section_last .section__in {
    width: 69.2307692308%;
  }
}
@media screen and (max-width:800px) {
  #section_last .section__in {
    width: 100%;
  }
}
#section_last .attentions {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section_last .attentions {
    width: 90%;
    margin: 0 auto;
  }
}

/******************************************************************/
.photobox_animes {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photobox_animes .imgbox {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  transition: all 3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.photobox_animes .imgbox .movie_contena {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.photobox_animes .imgbox .movie_contena #movie001 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photobox_animes .imgbox .base {
  position: relative;
  z-index: 5;
}
.photobox_animes .imgbox .base .lastcolor {
  filter: grayscale(100%);
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.75s;
}
.photobox_animes .imgbox .base .lastcolor.active {
  filter: grayscale(0%);
}
.photobox_animes .imgbox .base_off {
  position: relative;
  z-index: 5;
  opacity: 0;
}
.photobox_animes .imgbox .base_on {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.photobox_animes .imgbox .base_sky01 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky01.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.35);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes .imgbox .base_sky02 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0%;
  z-index: 3;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky02.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.25);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
  position: relative;
  position: absolute;
  top: calc(100% + 8px);
  right: 5px;
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes.active .imgbox {
  transform: scale(1);
}
.photobox_animes.active .mask01 {
  height: 0;
}
.photobox_animes.active .mask02 {
  width: 0;
}
.photobox_animes.active .mask03 {
  height: 0;
}
.photobox_animes.active .mask04 {
  width: 0;
}
.photobox_animes .mask01 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask01 {
    height: 25%;
  }
}
.photobox_animes .mask02 {
  position: absolute;
  top: 0;
  right: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask02 {
    width: 15%;
  }
}
.photobox_animes .mask03 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask03 {
    height: 25%;
  }
}
.photobox_animes .mask04 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(249, 248, 244);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask04 {
    width: 15%;
  }
}

.k_title {
  width: 100%;
  text-align: center;
  position: relative;
}
.k_title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
}
.k_title span {
  display: inline-block;
  padding: 0 0.75em;
  background-color: #211f1f;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 5;
}

.k_base {
  padding: 1em 0 1.5em 0;
  border-bottom: 1px solid #999;
  margin-bottom: 150px;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  .k_base {
    margin-bottom: 50px;
  }
}

/**********************************************************************/
.photobox_animes01 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01 {
    margin-bottom: 16%;
  }
}
.photobox_animes01.nobotom {
  margin-bottom: 8px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01.nobotom {
    margin-bottom: 0.6153846154%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01.nobotom {
    margin-bottom: 2.1333333333%;
  }
}

.photobox_animes02 {
  margin-bottom: 8px;
}
@media screen and (max-width:1300px) {
  .photobox_animes02 {
    margin-bottom: 0%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02 {
    margin-bottom: 0%;
  }
}
.photobox_animes02.nobotom {
  margin-bottom: 8px;
  /*overflow: visible;*/
}
@media screen and (max-width:1300px) {
  .photobox_animes02.nobotom {
    margin-bottom: 0.6153846154%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02.nobotom {
    margin-bottom: 2.1333333333%;
  }
}

.photobox_animes03 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes03 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes03 {
    margin-bottom: 16%;
  }
}

.comingbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox01 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox01 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox01 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox01 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox01 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox01 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox01 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox01 .text .botanleft {
  text-align: left;
}
.comingbox01 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
  /*
  &::before{
  	content:"";
  	position: absolute;
  	width: 0%;
  	height: 2px;
  	background: rgba(255,255,255,0.75);
  	bottom:0;
  	left:0;
  	transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  }
  &:hover::before{
  	content:"";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	background: rgba(255,255,255,0.75);
  	bottom:0;
  	left:0;
  }
  	*/
}
.comingbox01 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

.comingbox02 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox02 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox02 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox02 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
.comingbox02 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox02 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox02 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox02 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox02 .text .botanleft {
  text-align: left;
}
.comingbox02 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox02 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox02 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox02 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}

.comingbox03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media screen and (max-width:1300px) {
  .comingbox03 {
    margin-bottom: 0%;
  }
}
@media screen and (max-width:800px) {
  .comingbox03 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 0%;
  }
}
.comingbox03 .text {
  width: 50%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  .comingbox03 .text {
    width: 100%;
  }
}
.comingbox03 .text .textin {
  margin-top: 2em;
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox03 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox03 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox03 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
  line-height: 160%;
}
.comingbox03 .text .botanleft {
  text-align: left;
}
.comingbox03 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox03 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox03 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox03 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}
.comingbox03 .photo {
  width: 50%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .comingbox03 .photo {
    width: 100%;
    margin-top: 0.3vw;
  }
}
.comingbox03 .photo figure {
  width: 130%;
  margin-left: -15%;
  margin-right: -15%;
}
@media screen and (max-width:800px) {
  .comingbox03 .photo figure {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.comingbox04 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 350px;
}
@media screen and (max-width:1300px) {
  .comingbox04 {
    margin-bottom: 26.9230769231%;
  }
}
@media screen and (max-width:800px) {
  .comingbox04 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox04 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox04 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox04 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox04 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  .comingbox04 .text .textin01 {
    line-height: 160%;
  }
}
.comingbox04 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox04 .text .botanleft {
  text-align: left;
}
.comingbox04 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox04 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox04 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox04 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}

.comingbox05 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox05 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox05 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox05 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
@media screen and (max-width:800px) {
  .comingbox05 .text {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
  }
}
.comingbox05 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox05 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox05 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox05 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox05 .text .botanleft {
  text-align: left;
}
.comingbox05 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox05 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox05 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox05 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}

/*********************************************************/
.sectiontext__in01 {
  /*background-color: rgba(255,255,0,0.2);*/
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  display: flex;
  align-items: center;
  transform: translate(0, -20%);
  z-index: 35;
}
@media screen and (max-width:800px) {
  .sectiontext__in01 {
    transform: translate(0, -25%);
  }
}
.sectiontext__in01 .textbox {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0em;
}
.sectiontext__in01 .text01 {
  /*background-color: rgba(255,0,0,0.3);*/
  /*
  -webkit-writing-mode:vertical-rl;//縦書きwebkit
  -ms-writing-mode: tb-rl;//縦書きIE
  writing-mode: vertical-rl;//縦書き
  */
  width: 100%;
  display: flex;
  justify-content: center;
  height: 20em;
  color: #fff;
}
.sectiontext__in01 .text01 span.tomainasu {
  margin-top: -0.5em;
}
.sectiontext__in01 .text01 div.intext {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 350%;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  .sectiontext__in01 .text01 div.intext {
    font-size: 4vw !important;
  }
}
.sectiontext__in01 .text01 div.intext span {
  display: inline-block;
}
.sectiontext__in01 .text01 div.intext span.tates {
  text-combine-upright: all;
}
.sectiontext__in01 .text01 div.intext span.tates span {
  opacity: 1 !important;
  transform: translate(0px, 0px) scale(1) !important;
  filter: blur(0px) !important;
}

.widetextinsbots {
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
}

.minisss {
  position: absolute;
  top: calc(100% + 8px);
  right: 8px;
  color: #fff;
}

.minisssbbbb {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  padding-top: 0px;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minisssbbbb {
    margin-bottom: 25px;
  }
}

.minissscccc {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  padding-top: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minissscccc {
    margin-bottom: 25px;
  }
}

.minisssdddd {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minisssdddd {
    margin-bottom: 25px;
  }
}

.minissseeee {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minissseeee {
    padding-top: 8px;
    margin-bottom: 25px;
  }
}

.minisssffff {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minisssffff {
    margin-bottom: 25px;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
  display: inline-block;
  transform: translate(-15px, 0px) scale(1.5);
  filter: blur(6px);
}

.movetext span.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.movetext2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.8);
}

.movetext2.active {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2 span {
  opacity: 0;
  display: inline-block;
  transform: translate(0px, -15px) scale(1.5);
  filter: blur(6px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active span {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.kyuuka {
  text-align: center;
}/*# sourceMappingURL=top.css.map */