@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共通ここまで***/
#section02 {
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 81, 126) 0%, rgb(2, 58, 73) 100%);
  padding: 48px 0;
  position: relative;
  z-index: 10;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02.movieon {
  margin-top: -8.4vw;
}
@media screen and (max-width:800px) {
  #section02.movieon {
    margin-top: 0vw;
  }
}
#section02 .atens {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: -8px;
  right: 8px;
  display: none;
  transform: translate(0, -100%);
}
@media screen and (max-width:800px) {
  #section02 .atens {
    display: block;
    opacity: 0;
  }
}
#section02 .atens.active {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  opacity: 1;
}
#section02 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
#section02 .section__in .base_text {
  text-align: center;
  margin-bottom: 2em;
  line-height: 160%;
}
#section02 .section__in ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .section__in ul li {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .section__in ul li {
    width: 50%;
    border-right: 0;
  }
}
#section02 .section__in ul li.leftline {
  border-left: 1px solid #fff;
}
@media screen and (max-width:800px) {
  #section02 .section__in ul li.leftline {
    border-left: 0;
  }
}
@media screen and (max-width:800px) {
  #section02 .section__in ul li:nth-child(2n-1) {
    border-right: 1px solid #fff;
  }
}

#section03 {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 5vw 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#section03 h2 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    margin-bottom: 0.5em;
  }
}
#section03 .infobox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#section03 .infos_text {
  text-align: left;
}
#section03 dl {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.25em;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 dl {
    margin-bottom: 0.75em;
  }
}
#section03 dl dt {
  width: 9em;
  color: #999;
  font-size: 16px;
  text-align: left;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 dl dt {
    width: 100%;
    margin-bottom: 0em;
    font-size: 3.2vw;
  }
}
#section03 dl dd {
  width: calc(100% - 9.5em);
  font-size: 16px;
  text-align: left;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 dl dd {
    width: 100%;
    font-size: 3.2vw;
  }
}
#section03 dl dd p a {
  color: #4991f0;
  text-decoration: underline;
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 75px 0 40px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 15vw 0;
  }
}
#section04 .text {
  width: 37.5%;
  max-width: 206px;
  margin: 0 auto;
}

#section05 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section05 figure {
  position: relative;
}
#section05 .intext {
  display: inline-block;
  padding: 0.4em 1em 0.4em 1em;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section06 {
  width: 100%;
  position: relative;
  background-color: #ece9e6;
  padding: 50px 0 80px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 10vw 0 15vw 0;
  }
}
#section06 .atens {
  position: absolute;
  z-index: 10;
  color: #000;
  top: 4px;
  right: 8px;
}
@media screen and (max-width:800px) {
  #section06 .atens {
    display: block;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section06 h2 {
  text-align: center;
  margin-bottom: 0.2em;
}
#section06 .base_text {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    margin-bottom: 25px;
  }
}
#section06 .botan_more {
  width: 44px;
  margin: 0 auto 0 auto;
  transform: translate(0, 35%);
}
#section06 .botan_more:hover {
  cursor: pointer;
}
#section06 .adc_contena {
  width: 100%;
  border-top: 1px solid #999;
  background-color: #fff;
  display: none;
}
#section06 .adc_contena .adc_contena__in {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section06 .adc_contena .adc_contena__in {
    padding: 10vw 0 7.5vw 0;
  }
}
#section06 .adc_contena .adc_contena__in .text {
  width: 43.88%;
}
@media screen and (max-width:800px) {
  #section06 .adc_contena .adc_contena__in .text {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section06 .adc_contena .adc_contena__in .text .text01 {
  margin-bottom: 1.25em;
  line-height: 180%;
}
#section06 .adc_contena .adc_contena__in .text .text02 {
  line-height: 180%;
  margin-bottom: 1.25em;
}
#section06 .adc_contena .adc_contena__in .text .text03 {
  line-height: 160%;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section06 .adc_contena .adc_contena__in .text .text03 {
    text-align: center;
  }
}
#section06 .adc_contena .adc_contena__in .text .text03 span {
  font-size: 68%;
}
#section06 .adc_contena .adc_contena__in .photo {
  width: 51.66%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section06 .adc_contena .adc_contena__in .photo {
    width: 100%;
  }
}
#section06 .adc_contena .adc_contena__in .photo figcaption {
  position: absolute;
  z-index: 5;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section07 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section07 figure {
  position: relative;
}
#section07 .intext {
  display: inline-block;
  padding: 0.4em 1em 0.4em 1em;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

#section08 {
  width: 100%;
  position: relative;
  background-color: #ece9e6;
  padding: 50px 0 120px 0;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 10vw 0 15vw 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section08 h2 {
  text-align: center;
  margin-bottom: 0.2em;
}
#section08 .base_text {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section08 .base_text {
    margin-bottom: 25px;
  }
}
#section08 .botan_more {
  width: 44px;
  margin: 0 auto 0 auto;
  transform: translate(0, 35%);
}
#section08 .botan_more:hover {
  cursor: pointer;
}
#section08 .adc_contena {
  width: 100%;
  border-top: 1px solid #999;
  background-color: #fff;
  display: none;
}
#section08 .adc_contena .adc_contena__in {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section08 .adc_contena .adc_contena__in {
    padding: 10vw 0 7.5vw 0;
  }
}
#section08 .adc_contena .adc_contena__in .text {
  width: 43.88%;
}
@media screen and (max-width:800px) {
  #section08 .adc_contena .adc_contena__in .text {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section08 .adc_contena .adc_contena__in .text .text01 {
  margin-bottom: 1.25em;
  line-height: 180%;
}
#section08 .adc_contena .adc_contena__in .text .text02 {
  line-height: 180%;
  margin-bottom: 1.25em;
}
#section08 .adc_contena .adc_contena__in .text .text03 {
  line-height: 160%;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section08 .adc_contena .adc_contena__in .text .text03 {
    text-align: center;
  }
}
#section08 .adc_contena .adc_contena__in .text .text03 span {
  font-size: 68%;
}
#section08 .adc_contena .adc_contena__in .photo {
  width: 51.66%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section08 .adc_contena .adc_contena__in .photo {
    width: 100%;
  }
}
#section08 .adc_contena .adc_contena__in .photo .tright {
  text-align: right;
  padding-top: 0.5em;
}
#section08 .adc_contena .adc_contena__in .photo .uetext {
  position: absolute;
  z-index: 5;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section08 .skyimg {
  margin: 120px 0 30px 0;
}
@media screen and (max-width:800px) {
  #section08 .skyimg {
    margin: 15vw 0 5vw 0;
  }
}
#section08 .skyimg figcaption {
  position: relative;
  padding-top: 0.5em;
  text-align: right;
}

#section09 {
  width: 100%;
  background-color: #000;
  padding: 75px 0 40px 0;
}
@media screen and (max-width:800px) {
  #section09 {
    padding: 15vw 0;
  }
}
#section09 .text {
  width: 37.5%;
  max-width: 206px;
  margin: 0 auto;
}

#section09_img {
  width: 100%;
  background-color: #000;
}

#section10 {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 50px 0 120px 0;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section10 {
    padding: 10vw 0 15vw 0;
  }
}
#section10 .uetext {
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 8px;
  color: #fff;
}
#section10 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section10 h2 {
  text-align: center;
  margin-bottom: 0.2em;
}
#section10 .base_text {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section10 .base_text {
    margin-bottom: 25px;
  }
}
#section10 .botan_more {
  width: 44px;
  margin: 0 auto 0 auto;
  transform: translate(0, 35%);
}
#section10 .botan_more:hover {
  cursor: pointer;
}
#section10 .adc_contena {
  width: 100%;
  border: 1px solid #999;
  background-color: #000;
  display: none;
}
#section10 .adc_contena .adc_contena_b .text {
  width: 30% !important;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena_b .text {
    width: 100% !important;
    margin-bottom: 0em;
  }
}
#section10 .adc_contena .adc_contena_b .photo {
  width: 65% !important;
  position: relative;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena_b .photo {
    width: 100% !important;
  }
}
#section10 .adc_contena .adc_contena__in {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena__in {
    padding: 10vw 0 7.5vw 0;
  }
}
#section10 .adc_contena .adc_contena__in .text {
  width: 47.88%;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena__in .text {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section10 .adc_contena .adc_contena__in .text .text01 {
  margin-bottom: 1.25em;
  line-height: 180%;
}
#section10 .adc_contena .adc_contena__in .text .text02 {
  line-height: 180%;
  margin-bottom: 1.25em;
}
#section10 .adc_contena .adc_contena__in .text .text03 {
  line-height: 160%;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena__in .text .text03 {
    text-align: center;
  }
}
#section10 .adc_contena .adc_contena__in .text .text03 span {
  font-size: 68%;
}
#section10 .adc_contena .adc_contena__in .text .text04 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section10 .adc_contena .adc_contena__in .text .text04 span {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 8px;
  text-align: center;
  width: 49%;
  padding: 1.2em 0 1.35em 0;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena__in .text .text04 span {
    width: 100%;
    margin-bottom: 0.75em;
  }
}
#section10 .adc_contena .adc_contena__in .photo {
  width: 48.66%;
}
@media screen and (max-width:800px) {
  #section10 .adc_contena .adc_contena__in .photo {
    width: 100%;
  }
}
#section10 .adc_contena .adc_contena__in .photo figcaption {
  position: relative;
  top: 8px;
  text-align: right;
  color: #fff;
}
#section10 .skyimgue {
  margin: 60px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section10 .skyimgue {
    margin: 10vw 0 15vw 0;
  }
}
#section10 .skyimgue figcaption {
  position: relative;
  padding-top: 0.5em;
  text-align: right;
}
#section10 .skyimg {
  margin: 0px 0 30px 0;
}
@media screen and (max-width:800px) {
  #section10 .skyimg {
    width: 112%;
    margin: 0vw -6% 5vw -6%;
  }
}
#section10 .skyimg .untext {
  text-align: right;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section10 .skyimg .untext {
    padding: 0.5em 1em;
    text-align: left;
  }
}
#section10 .mapuntext {
  padding-top: 0.25em;
  text-align: right;
  line-height: 160%;
}
#section10 .mapuntext2 {
  padding-top: 0.25em;
  text-align: right;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section10 .mapuntext2 {
    text-align: left !important;
  }
}
#section10 .footbanasss {
  width: 90%;
  max-width: 1100px;
  margin: 150px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section10 .footbanasss {
    margin: 15vw auto 0 auto;
  }
}
#section10 .footbanasss a {
  width: 49%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section10 .footbanasss a {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section10 .footbanasss a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
#section10 .footbanasss a:hover {
  cursor: pointer;
}
#section10 .footbanasss a:hover figure {
  transform: scale(1.05);
}
#section10 .footbanasss a figure {
  transition: all 0.4s ease-out 0.01s;
}
#section10 .footbanasss a .text {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
}
#section10 .footbanasss a .text .textmini {
  text-align: center;
  padding-top: 0.75em;
  line-height: 160%;
}
#section10 .footbanasss span {
  width: 49%;
  display: block;
  position: relative;
}
@media screen and (max-width:800px) {
  #section10 .footbanasss span {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section10 .footbanasss span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 8;
}
#section10 .footbanasss span .text {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
}
#section10 .footbanasss span .text .textmini {
  text-align: center;
  padding-top: 0.75em;
  line-height: 160%;
}

#section__01 {
  position: relative;
  z-index: 1;
  background-color: #000;
}
#section__01 .base {
  position: relative;
  z-index: 2;
}
#section__01 .base .atens {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width:800px) {
  #section__01 .base .atens {
    display: none;
  }
}
#section__01 .base figure {
  position: relative;
  z-index: 1;
}
#section__01 .base .baseintext {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5%;
  color: #fff;
  z-index: 20;
}
#section__01 .base .baseintext .bigs {
  text-align: center;
  margin-bottom: 0.5em;
}
#section__01 .base .baseintext .minis {
  text-align: center;
}
#section__01 .base .titles {
  width: 28.57%;
  position: absolute;
  right: 5%;
  top: 35%;
  z-index: 20;
  opacity: 0;
  transition: all 1.2s linear 0.01s;
}
#section__01 .base .titles.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section__01 .base .titles {
    width: 47.5%;
    right: 50%;
    transform: translate(50%, 0);
    top: auto;
    bottom: 17.5%;
  }
}
#section__01 .base .imgpcblack_sp {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  mix-blend-mode: multiply;
}
@media screen and (max-width:800px) {
  #section__01 .base .imgpcblack_sp {
    display: block;
  }
}
#section__01 .base .maru {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s linear 0.01s;
}
#section__01 .base .maru.active {
  opacity: 1;
}
#section__01 .base .text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  transition: all 1.2s linear 0.01s;
}
#section__01 .base .text.active {
  opacity: 1;
}
#section__01 .base .hikari {
  position: absolute;
  width: 24%;
  top: -101.25%;
  left: 38.5%;
  z-index: 9;
  mix-blend-mode: screen;
  opacity: 0.7;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section__01 .base .hikari {
    opacity: 0.85;
    width: 35%;
    left: 28.5%;
    top: -39.8%;
  }
}
#section__01 .base .hikari .hikari__in {
  transform: translate(0, 100%);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  position: relative;
}
#section__01 .base .hikari .hikari__in.active {
  transform: translate(0, 0%);
}
#section__01 .base .hikari .hikari__in .hikari__in1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: roophikarisyoko1 2.5s ease-in-out infinite;
}
@keyframes roophikarisyoko1 {
  0% {
    transform: scale(1, 1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.4;
  }
}
#section__01 .base .hikari .hikari__in .hikari__in2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  animation: roophikarisyoko 3s ease-in-out infinite;
}
@media screen and (max-width:800px) {
  #section__01 .base .hikari .hikari__in .hikari__in2 {
    bottom: auto;
    top: 0;
  }
}
@keyframes roophikarisyoko {
  0% {
    transform: scale(0.8, 1);
    opacity: 1;
  }
  50% {
    transform: scale(0.8, 1);
    opacity: 0.1;
  }
  100% {
    transform: scale(0.8, 1);
    opacity: 1;
  }
}
#section__01 .start01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden;
  background-color: #000;
  transition: all 1.2s linear 0.01s;
}
#section__01 .start01.active {
  opacity: 0;
}
#section__01 .start01 figure {
  position: relative;
  width: 100%;
  transition: all 6s linear 0.01s;
  transform: scale(1.1);
  filter: blur(5px);
}
#section__01 .start01 figure.active {
  transform: scale(1);
  filter: blur(0px);
}
#section__01 .start01 .base {
  position: relative;
  width: 100%;
  transition: all 0.8s linear 0.01s;
  opacity: 0;
}
#section__01 .start01 .base.active {
  opacity: 1;
}
#section__01 .start01 .sankaku {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  mix-blend-mode: multiply;
  opacity: 0;
}
#section__01 .start01 .sankaku.active {
  opacity: 1;
}
#section__01 .start01 .text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 17;
  opacity: 0;
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  transform: translate(20px, 0);
}
@media screen and (max-width:800px) {
  #section__01 .start01 .text {
    transform: translate(15px, 0);
  }
}
#section__01 .start01 .text.active {
  opacity: 1;
  transform: translate(0px, 0);
}
#section__01 .start01 .logo {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 15;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
}
@media screen and (max-width:800px) {
  #section__01 .start01 .logo {
    top: 40px;
  }
}
#section__01 .start01 .logo.active {
  opacity: 1;
}
#section__01 .start02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  background-color: #000;
  transition: all 1.2s linear 0.01s;
}
#section__01 .start02.active {
  opacity: 0;
}
#section__01 .start02 figure {
  position: relative;
  width: 100%;
  transition: all 3s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  transform: scale(1.05);
  filter: blur(5px);
}
#section__01 .start02 figure.active {
  transform: scale(1);
  filter: blur(0px);
}
#section__01 .start02 .base {
  position: relative;
  width: 100%;
  transition: all 0.8s linear 0.01s;
  opacity: 0;
}
#section__01 .start02 .base.active {
  opacity: 1;
}
#section__01 .start02 .base2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section__01 .start02 .sankaku {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 25;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  mix-blend-mode: multiply;
  opacity: 0;
}
#section__01 .start02 .sankaku.active {
  opacity: 1;
}
#section__01 .start02 .text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 28;
  opacity: 0;
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  transform: translate(20px, 0);
}
@media screen and (max-width:800px) {
  #section__01 .start02 .text {
    transform: translate(15px, 0);
  }
}
#section__01 .start02 .text.active {
  opacity: 1;
  transform: translate(0px, 0);
}
#section__01 .start02 .mark {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 18;
  transition: all 3s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  transform: scale(1.05);
}
#section__01 .start02 .mark.active {
  transform: scale(1);
}
#section__01 .start02 .mark .mark_base02 {
  position: relative;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  z-index: 20;
}
#section__01 .start02 .mark .mark_base02.active {
  opacity: 1;
}
#section__01 .start02 .mark .mark_base03, #section__01 .start02 .mark .mark_base04 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  z-index: 30;
}
#section__01 .start02 .mark .mark_base03.active, #section__01 .start02 .mark .mark_base04.active {
  opacity: 1;
}
#section__01 .start02 .mark_base04 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.01s;
  z-index: 23;
}
@media screen and (max-width:800px) {
  #section__01 .start02 .mark_base04 {
    z-index: 30;
  }
}
#section__01 .start02 .mark_base04.active {
  opacity: 1;
}

/***********wordpress***************/
#infowp {
  /* WYSIWYG で選択した文字色を強制的に反映 */
  /*
  span[style*="color"],
  これけしてみないとブロックエディタ内のクラシック入力の文字色が反映されなかった
  */
  /* TinyMCE（旧エディタ）の文字色 */
  /* Gutenberg エディタの文字色対応 */
}
#infowp p {
  margin-bottom: 0.25em;
}
#infowp .has-x-large-font-size, #infowp h1 {
  font-size: 30px;
  line-height: 140%;
  padding-bottom: 0.25em;
}
@media screen and (max-width:1100px) {
  #infowp .has-x-large-font-size, #infowp h1 {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width:800px) {
  #infowp .has-x-large-font-size, #infowp h1 {
    font-size: 4vw;
  }
}
#infowp .has-large-font-size, #infowp h2 {
  color: auto !important;
  font-size: 22px;
  line-height: 140%;
  padding-bottom: 0.25em;
}
@media screen and (max-width:1100px) {
  #infowp .has-large-font-size, #infowp h2 {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  #infowp .has-large-font-size, #infowp h2 {
    font-size: 4vw;
  }
}
#infowp .has-medium-font-size, #infowp h3 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  #infowp .has-medium-font-size, #infowp h3 {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  #infowp .has-medium-font-size, #infowp h3 {
    font-size: 3.4vw;
  }
}
#infowp .has-small-font-size, #infowp h4 {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  #infowp .has-small-font-size, #infowp h4 {
    font-size: 1.1818181818vw;
  }
}
@media screen and (max-width:800px) {
  #infowp .has-small-font-size, #infowp h4 {
    font-size: 3vw;
  }
}
#infowp h5 {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  #infowp h5 {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  #infowp h5 {
    font-size: 2.2vw;
  }
}
#infowp nav ul {
  list-style: disc;
}
#infowp ul li {
  list-style: disc;
}
#infowp .has-text-align-center {
  text-align: center;
}
#infowp .has-text-align-right {
  text-align: right;
}
#infowp dl {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.25em;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #infowp dl {
    margin-bottom: 0.75em;
  }
}
#infowp dl dt {
  width: 9em;
  color: #999;
  font-size: 16px;
  text-align: left;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #infowp dl dt {
    width: 100%;
    margin-top: 0em;
    font-size: 3.2vw;
  }
}
#infowp dl dd {
  width: calc(100% - 9.5em);
  font-size: 16px;
  text-align: left;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #infowp dl dd {
    width: 100%;
    font-size: 3.2vw;
  }
}
#infowp font[color],
#infowp .mce-content-body [style*=color] {
  color: inherit !important; /* 既存テーマの色をリセット */
}
#infowp .mce-content-body span[style*=color] {
  color: auto !important; /* インラインの color を優先 */
}
#infowp .editor-styles-wrapper [style*=color] {
  color: auto !important;
}/*# sourceMappingURL=top.css.map */