@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¹²Í¨¤³¤³¤Þ¤Ç***/
main {
  position: relative;
  z-index: 10;
}

#topcontena {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#topcontena .back01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffff1d;
}
#topcontena .back02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff91ff;
  opacity: 0;
  transition: all 0.75s ease-out 0.01s;
}
#topcontena .back02.active {
  opacity: 1;
}
#topcontena .ill_all {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#topcontena .ill {
  position: absolute;
  width: 86%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*
  background:url(/EDGE-PRIME_Initiative_2023/phase02/images/ill_color.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  opacity: 0.4;
  */
  transition: all 0.3s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topcontena .ill {
    width: 92%;
    top: 52.5%;
  }
}
#topcontena .ill01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: url(/EDGE-PRIME_Initiative_2023/phase02/images/ill.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  mix-blend-mode: multiply;
  transition: all 0.8s ease-out 0.04s;
  opacity: 0.4;
}
#topcontena .ill01.active {
  opacity: 0;
}
#topcontena .ill02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: url(/EDGE-PRIME_Initiative_2023/phase02/images/ill_color.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  opacity: 0;
  transition: all 1.4s ease-out 0.01s;
}
#topcontena .ill02.active {
  opacity: 1;
}
#topcontena .copywaku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0.01s;
}
#topcontena .summer_text_waku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0.01s;
}
#topcontena .copybox {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 5%;
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
}
#topcontena .copybox.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #topcontena .copybox {
    width: 90%;
    top: 70px;
  }
}
#topcontena .copybox .img01 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #topcontena .copybox .img01 {
    width: 67%;
    right: auto;
    left: 0;
  }
}
#topcontena .copybox .img01.active {
  opacity: 1;
}
#topcontena .copybox .img02 {
  position: relative;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #topcontena .copybox .img02 {
    width: 100%;
  }
}
#topcontena .copybox .img02.active {
  opacity: 1;
}
#topcontena .copybox img.copy01 {
  width: 100%;
}
#topcontena .copybox img.copy02 {
  width: auto;
  height: calc(85vh - 150px);
}
@media screen and (max-width:800px) {
  #topcontena .copybox img.copy02 {
    height: auto;
    width: 100%;
  }
}
#topcontena .summer_text {
  position: absolute;
  top: 100px;
  left: 5%;
  width: calc(90% - 300px);
}
@media screen and (max-width:800px) {
  #topcontena .summer_text {
    bottom: 50px;
    top: auto;
    left: 5%;
  }
}
#topcontena .summer_text img.copy03 {
  width: auto;
  height: calc(100vh - 150px);
}
@media screen and (max-width:800px) {
  #topcontena .summer_text img.copy03 {
    height: auto;
    width: 100%;
  }
}
#topcontena .summer_text p.text01 {
  font-size: 2vw;
  margin-bottom: 1em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #topcontena .summer_text p.text01 {
    font-size: 3.2vw;
    margin-top: 1.25em;
  }
}
#topcontena .summer_text .text02 {
  font-weight: 500;
  font-size: 2vw;
  margin-top: 1.75em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #topcontena .summer_text .text02 {
    font-size: 3.4vw;
    margin-top: 1.25em;
  }
}
#topcontena .scrollwaku {
  width: 55px;
  position: absolute;
  bottom: 125px;
  right: 5%;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #topcontena .scrollwaku {
    bottom: 15px;
    right: 5%;
    width: 36px;
  }
}
#topcontena .scrollwaku figure {
  animation: scrllanime 2s infinite;
}
@keyframes scrllanime {
  0% {
    transform: translate(0, -100%);
  }
  50% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 0%);
  }
}

#section00 {
  width: 100%;
  height: 150vh;
  pointer-events: none;
}

#section02 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #e95006;
  border-radius: 100px 100px 0 0;
  padding: 50px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    border-radius: 12vw 12vw 0 0;
    padding: 50px 0 75px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section02 h2 {
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 40px;
  }
}
#section02 h2 span.eng {
  font-weight: 500;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin-bottom: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 h2 span.eng {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0.15em;
  }
}
#section02 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02 h2 span.jpn {
    font-size: 2.5vw;
    text-align: center;
  }
}
#section02 .messagebox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#section02 .messagebox .messagebox__text {
  width: 700px;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .sp_center {
    width: 80%;
    margin: 0vw auto 6vw auto;
    display: flex;
    justify-content: space-between;
  }
}
#section02 .messagebox .messagebox__text .ill001 {
  position: absolute;
  top: 5%;
  right: 130%;
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001 {
    width: 34%;
    margin: -2vw auto 0vw 3vw;
    top: auto;
    right: auto;
    position: relative;
  }
}
#section02 .messagebox .messagebox__text .ill001 figure {
  animation: fuwafuwa 1s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001 figure {
    animation: fuwafuwa_sp 1s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwa_sp {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
#section02 .messagebox .messagebox__text .ill001a {
  position: absolute;
  top: 50%;
  right: 109%;
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001a {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill001a figure {
  animation: fuwafuwab 1.8s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001a figure {
    animation: fuwafuwab_sp 1.8s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwab {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwab_sp {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
#section02 .messagebox .messagebox__text .ill001b {
  position: absolute;
  bottom: 0%;
  right: 140%;
  width: 25%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001b {
    width: 36%;
    margin: 0vw 5vw 0vw auto;
    top: auto;
    right: auto;
    position: relative;
  }
}
#section02 .messagebox .messagebox__text .ill001b figure {
  animation: fuwafuwab 1.4s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001b figure {
    animation: fuwafuwab_sp 1.4s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwab {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwab_sp {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
#section02 .messagebox .messagebox__text .ill001c {
  position: absolute;
  top: 0%;
  right: 105%;
  width: 10%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001c {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill001c figure {
  animation: fuwafuwab 1.4s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001c figure {
    animation: fuwafuwab_sp 1.4s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwab {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwab_sp {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
#section02 .messagebox .messagebox__text .ill002 {
  position: absolute;
  top: 34%;
  right: -10%;
  width: 22%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill002 {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill002 figure {
  animation: fuwafuwa2 1.1s ease-in-out infinite alternate;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#section02 .messagebox .messagebox__text h3 {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 0.65em;
  }
}
#section02 .messagebox .messagebox__text p {
  font-weight: 700;
  line-height: 210%;
  margin-bottom: 2.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 3em;
  }
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p.last {
    margin-bottom: 0em;
  }
}
#section02 .messagebox .messagebox__text .ill002b {
  position: absolute;
  top: -10%;
  right: 0%;
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill002b {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill002b figure {
  animation: fuwafuwa2 1.3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#section02 .messagebox .messagebox__text h3 {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 0.65em;
  }
}
#section02 .messagebox .messagebox__text p {
  font-weight: 700;
  line-height: 210%;
  margin-bottom: 2.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 3em;
  }
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p.last {
    margin-bottom: 0em;
  }
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #cfee21;
  padding: 50px 0 60px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0 0px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section03 h2 {
  color: #343332;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    margin-bottom: 40px;
  }
}
#section03 h2 span.eng {
  font-weight: 400;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin-bottom: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 h2 span.eng {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0.15em;
  }
}
#section03 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 h2 span.jpn {
    font-size: 2.5vw;
    text-align: center;
  }
}
#section03 ul.contentsbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 ul.contentsbox li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#section03 ul.contentsbox li a {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 ul.contentsbox li a:hover .base {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li a:hover .base {
    transform: scale(1);
  }
}
#section03 ul.contentsbox li .photo {
  width: 69%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .photo {
    width: 65%;
  }
}
#section03 ul.contentsbox li .photo .base {
  transform: scale(1);
  transition: all 0.4s ease-out 0.01s;
}
#section03 ul.contentsbox li .photo .photo__intext {
  width: 41.2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .photo .photo__intext {
    width: 59%;
  }
}
#section03 ul.contentsbox li .photo .photo__intext .dtext {
  text-align: left;
  font-size: 1.2vw;
  margin-bottom: 0.25em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .photo .photo__intext .dtext {
    font-size: 2.8vw;
  }
}
#section03 ul.contentsbox li .photo .photo__intext .boxtext {
  text-align: left;
  font-size: 2.6vw;
  text-align: center;
  border: 1px solid #fff;
  padding: 0.5em 0 0.6em 0;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .photo .photo__intext .boxtext {
    font-size: 5.2vw;
    padding: 0.35em 0 0.4em 0;
  }
}
#section03 ul.contentsbox li .photo .photo__intext .timetext {
  text-align: left;
  font-size: 0.9vw;
  margin-top: 0.75em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .photo .photo__intext .timetext {
    font-size: 2.6vw;
  }
}
#section03 ul.contentsbox li .text {
  width: 31%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.2vw;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .text {
    font-size: 2.6vw;
    width: 35%;
  }
}
#section03 ul.contentsbox li .text .text__intext {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.5em;
  padding-left: 1.5em;
}
#section03 ul.contentsbox li .text .text__intext .bigs {
  margin-bottom: 0.75em;
  font-size: 3.6vw;
  font-weight: 500;
  letter-spacing: 0.125em;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .text .text__intext .bigs {
    font-size: 7.5vw;
    padding-left: 0.1em;
  }
}
#section03 ul.contentsbox li .text .text__intext .minis {
  font-size: 1.4vw;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 ul.contentsbox li .text .text__intext .minis {
    font-size: 2.8vw;
  }
}
#section03 ul.contentsbox li .text1 {
  background-color: #f5bd1c;
  position: relative;
}
#section03 ul.contentsbox li .text1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 1.7vw 1.5vw 0;
  border-color: transparent #f5bf1c transparent transparent;
  position: absolute;
  top: 50%;
  right: 99%;
  transform: translate(0, -50%);
}
#section03 ul.contentsbox li .text2 {
  background-color: #fba03b;
  position: relative;
}
#section03 ul.contentsbox li .text2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 1.7vw 1.5vw 0;
  border-color: transparent #fba03b transparent transparent;
  position: absolute;
  top: 50%;
  right: 99%;
  transform: translate(0, -50%);
}
#section03 ul.contentsbox li .text3 {
  background-color: #6ec8f2;
  position: relative;
}
#section03 ul.contentsbox li .text3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 1.7vw 1.5vw 0;
  border-color: transparent #6ec8f2 transparent transparent;
  position: absolute;
  top: 50%;
  right: 99%;
  transform: translate(0, -50%);
}
#section03 ul.contentsbox li .text4 {
  background-color: #4794b4;
  position: relative;
}
#section03 ul.contentsbox li .text4::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 1.7vw 1.5vw 0;
  border-color: transparent #4794b4 transparent transparent;
  position: absolute;
  top: 50%;
  right: 99%;
  transform: translate(0, -50%);
}

.links_d1:hover, .links_d2:hover, .links_d3:hover, .links_d4:hover {
  cursor: pointer;
}

#section04 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 80px 0 115px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 25vw 0 60px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 .incontena {
  width: 100%;
  position: relative;
  padding: 15px 80px 115px 80px;
}
@media screen and (max-width:1200px) {
  #section04 .incontena {
    padding: 15px 6vw 100px 6vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .incontena {
    padding: 6vw 5vw 20vw 5vw;
  }
}
#section04 .incontena.colors01 {
  background-color: #f5bd1c;
  position: relative;
}
#section04 .incontena.colors01 .ill01 {
  width: 6.37%;
  position: absolute;
  z-index: 10;
  left: 4.867%;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors01 .ill01 {
    width: 12%;
    top: 2%;
    left: auto;
    right: 8%;
    transform: translate(0%, -50%);
  }
}
#section04 .incontena.colors02 {
  background-color: #fba03b;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors02 {
    margin-bottom: 7vw;
    padding: 6vw 5vw 18vw 5vw;
  }
}
#section04 .incontena.colors02 .ill02 {
  width: 9.2%;
  position: absolute;
  z-index: 10;
  left: 21.68%;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors02 .ill02 {
    width: 16%;
    top: -6.5%;
    left: 15%;
    transform: translate(0%, -50%);
  }
}
#section04 .incontena.colors02 .ill02b {
  position: absolute;
  width: 6.9%;
  left: auto;
  right: 8.5%;
  top: auto;
  bottom: 7.5%;
  transform: translate(0%, 0%);
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors02 .ill02b {
    display: block;
    width: 10%;
    left: auto;
    right: 10.5%;
    top: auto;
    bottom: 3%;
    transform: translate(0%, 0%);
  }
}
#section04 .incontena.colors03 {
  background-color: #6ec8f2;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors03 {
    margin-bottom: 7vw;
    padding: 6vw 5vw 18vw 5vw;
  }
}
#section04 .incontena.colors03 .titles {
  position: relative;
}
#section04 .incontena.colors03 .titles .ill03 {
  width: 69%;
  position: absolute;
  z-index: 10;
  left: 54.5%;
  top: 46%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors03 .titles .ill03 {
    width: 7.46%;
    left: auto;
    top: 5%;
    right: -2.5%;
    transform: translate(0%, -50%);
  }
}
#section04 .incontena.colors03 .ill03b {
  width: 69%;
  position: absolute;
  z-index: 10;
  left: 54.5%;
  top: 46%;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors03 .ill03b {
    display: block;
    width: 10%;
    left: 8.5%;
    top: auto;
    bottom: 3%;
    transform: translate(0%, 0%);
  }
}
#section04 .incontena.colors04 {
  background-color: #4794b4;
}
#section04 .incontena.colors04 .titles {
  position: relative;
}
#section04 .incontena.colors04 .titles .ill04 {
  width: 79%;
  position: absolute;
  z-index: 10;
  left: -7.2%;
  top: 40%;
  transform: translate(0%, -50%);
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors04 .titles .ill04 {
    width: 23.2%;
    top: 0;
    transform: translate(0%, -50%);
    right: 0%;
    left: auto;
  }
}
#section04 .incontena.colors04 .ill05 {
  width: 7%;
  position: absolute;
  z-index: 10;
  right: 11.32%;
  top: calc(100% + 25px);
  transform: translate(0, 0%);
}
@media screen and (max-width:800px) {
  #section04 .incontena.colors04 .ill05 {
    width: 14.4%;
    top: auto;
    bottom: 2.75vw;
    right: auto;
    left: 12.5%;
  }
}
#section04 .incontena .titletab {
  width: 22.13%;
  max-width: 250px;
  position: absolute;
  right: 35px;
  padding: 15px 0 18px 0;
  text-align: center;
  z-index: 5;
  top: 1px;
  transform: translate(0, -100%);
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width:800px) {
  #section04 .incontena .titletab {
    width: 54%;
    max-width: 800px;
    right: 50%;
    text-align: center;
    transform: translate(50%, -100%);
    padding: 2.35vw 0 0.6em 0;
  }
}
#section04 .incontena .titletab .day_text {
  width: 42.5%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
}
@media screen and (max-width:800px) {
  #section04 .incontena .titletab .day_text {
    display: none;
  }
}
#section04 .incontena .titletab .t01 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0.25em;
  font-size: 19px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .incontena .titletab .t01 {
    font-size: 4vw;
  }
}
#section04 .incontena .titletab .t02 {
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 15px;
}
@media screen and (max-width:800px) {
  #section04 .incontena .titletab .t02 {
    font-size: 3.6vw;
  }
}
#section04 .incontena .titletab.colors01 {
  background-color: #f5bd1c;
}
#section04 .incontena .titletab.colors02 {
  background-color: #fba03b;
}
#section04 .incontena .titletab.colors03 {
  background-color: #6ec8f2;
}
#section04 .incontena .titletab.colors04 {
  background-color: #4794b4;
}
#section04 .incontena .titles {
  width: 97%;
  margin-bottom: 36px;
}
@media screen and (max-width:800px) {
  #section04 .incontena .titles {
    width: 100%;
    margin-bottom: 20px;
  }
}
#section04 .incontena .base_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 210%;
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04 .incontena .base_text {
    font-size: 3.6vw;
    margin-bottom: 26px;
    text-align: left;
  }
}
#section04 .incontena .photo {
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
}

.waku {
  background-color: #fff;
}

#section05 {
  width: 100%;
  position: relative;
  z-index: 5;
  background: url(/EDGE-PRIME_Initiative_2023/phase02/images/back_st.jpg) repeat center;
  background-size: 323px 163px;
  padding: 50px 0 150px 0;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width:800px) {
  #section05 {
    background-size: 143px 75px;
    padding: 50px 0 80px 0;
    border-radius: 12vw 12vw 0 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section05 h2 {
  color: #343332;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section05 h2 {
    margin-bottom: 40px;
  }
}
#section05 h2 span.eng {
  font-weight: 400;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin-bottom: 0.05em;
}
@media screen and (max-width:800px) {
  #section05 h2 span.eng {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0.15em;
  }
}
#section05 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section05 h2 span.jpn {
    font-size: 2.5vw;
    text-align: center;
  }
}
#section05 .incontena {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  padding: 20px 54px 20px 54px;
}
@media screen and (max-width:1200px) {
  #section05 .incontena {
    padding: 20px 54px 20px 54px;
  }
}
@media screen and (max-width:800px) {
  #section05 .incontena {
    width: 100%;
    padding: 5vw;
  }
}
#section05 .incontena.colors01 {
  background-color: #fbff04;
  background-image: url(/EDGE-PRIME_Initiative_2023/phase02/images/back_ten.png);
  background-size: 14px 14px;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section05 .incontena.colors01 {
    margin-top: 18vw;
    margin-bottom: 22.5vw;
  }
}
#section05 .incontena.colors02 {
  background-color: #fabe00;
  background-image: url(/EDGE-PRIME_Initiative_2023/phase02/images/back_ten.png);
  background-size: 14px 14px;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section05 .incontena.colors02 {
    margin-bottom: 22.5vw;
  }
}
#section05 .incontena.colors03 {
  background-color: #64ff00;
  background-image: url(/EDGE-PRIME_Initiative_2023/phase02/images/back_ten.png);
  background-size: 14px 14px;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section05 .incontena.colors03 {
    margin-bottom: 22.5vw;
  }
}
#section05 .incontena.colors04 {
  background-color: #fd78ff;
  background-image: url(/EDGE-PRIME_Initiative_2023/phase02/images/back_ten.png);
  background-size: 14px 14px;
}
#section05 .incontena .incontena__in {
  width: 100%;
  background-color: #fff;
  padding: 50px 60px 70px 60px;
}
@media screen and (max-width:1200px) {
  #section05 .incontena .incontena__in {
    padding: 50px 60px;
  }
}
@media screen and (max-width:800px) {
  #section05 .incontena .incontena__in {
    padding: 7.5vw 5vw;
  }
}
#section05 .incontena .titletab {
  width: 365px;
  position: absolute;
  right: 0px;
  padding: 15px 0 0 0;
  text-align: center;
  z-index: 5;
  top: 1px;
  transform: translate(0, -100%);
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width:800px) {
  #section05 .incontena .titletab {
    width: 70%;
    right: 50%;
    text-align: center;
    transform: translate(50%, -100%);
    padding: 3vw 0 0 0;
  }
}
#section05 .incontena .titletab .t01 {
  color: #000;
  font-weight: 500;
  margin-bottom: 0.15em;
  font-size: 30px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .titletab .t01 {
    font-size: 6vw;
  }
}
#section05 .incontena .titletab .t02 {
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .titletab .t02 {
    font-size: 3.6vw;
  }
}
#section05 .incontena .titletab.colors01 {
  background-color: #fbff04;
}
#section05 .incontena .titletab.colors02 {
  background-color: #fabe00;
}
#section05 .incontena .titletab.colors03 {
  background-color: #64ff00;
}
#section05 .incontena .titletab.colors04 {
  background-color: #fd78ff;
}
#section05 .incontena .titles {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .titles {
    font-size: 4.6vw;
    width: 100%;
    margin-bottom: 45px;
  }
}
#section05 .incontena .titles span {
  width: 100%;
  max-width: 580px;
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000;
}
@media screen and (max-width:800px) {
  #section05 .incontena .titles span {
    width: auto;
    max-width: 800px;
  }
}
#section05 .incontena .titles2 {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .titles2 {
    font-size: 4.6vw;
    width: 100%;
    margin-bottom: 45px;
    line-height: 140%;
  }
}
#section05 .incontena .titles2 span {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 0 1em 0.5em 1em;
}
#section05 .incontena .base_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 210%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .base_text {
    font-size: 3.6vw;
    margin-bottom: 30px;
  }
}
#section05 .incontena .photo1 {
  width: 100%;
  max-width: 645px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #section05 .incontena .photo1 {
    margin-bottom: 25px;
  }
}
#section05 .incontena .photo2 {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:800px) {
  #section05 .incontena .photo2 {
    max-width: 645px;
    margin-bottom: 30px;
  }
}
#section05 .incontena .hyouka {
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
}
#section05 .incontena .hyouka h3 {
  width: 100%;
  padding: 0.75em 0 0 0;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .hyouka h3 {
    font-size: 4vw;
  }
}
#section05 .incontena .hyouka h3 span {
  display: inline-block;
  padding: 0 3em 0.5em 3em;
  text-align: center;
  border-bottom: 1px solid #000;
  color: #000;
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
#section05 .incontena .hyouka .inbase {
  line-height: 200%;
  font-size: 15px;
}
@media screen and (max-width:800px) {
  #section05 .incontena .hyouka .inbase {
    font-size: 3.4vw;
  }
}

/**********************************************************************************************/
.backcolor01 {
  background-color: #ffff1d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor01.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

.backcolor02 {
  background-color: #fabe00;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor02.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

.backcolor03 {
  background-color: #64ff00;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor03.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

.backcolor04 {
  background-color: #fd78ff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor04.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.backcolor04.active02 {
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}/*# sourceMappingURL=top.css.map */