@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 {
  position: absolute;
  width: 86%;
  height: 90%;
  top: 50%;
  left: 50%;
  background: url(/EDGE-PRIME_Initiative_2023/phase01/images/ill.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: 0.4;
  transition: all 0.3s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topcontena .ill {
    width: 92%;
  }
}
#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%;
}
#topcontena .copybox .img01 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
#topcontena .copybox .img01.active {
  opacity: 1;
}
#topcontena .copybox .img02 {
  position: relative;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
#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: 45vh;
  }
}
#topcontena .summer_text {
  position: absolute;
  bottom: 75px;
  left: 7.5%;
  width: calc(90% - 300px);
}
@media screen and (max-width:800px) {
  #topcontena .summer_text {
    bottom: 60px;
    left: 5%;
  }
}
#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: #b3ff7d;
  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: #666666;
  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: #4d4d4d;
  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: 135%;
  width: 24%;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@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 .ill001b {
  position: absolute;
  bottom: 0%;
  right: 110%;
  width: 35%;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@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 .ill002 {
  position: absolute;
  top: 38%;
  right: 0%;
  width: 26%;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@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;
  }
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #60ff82;
  padding: 50px 0 100px 0;
}
#section03 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section03 h2 {
  color: #343332;
  margin-bottom: 50px;
}
@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 .contentsbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .base_text {
  width: 45.45%;
  line-height: 240%;
  color: #343332;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    width: 100%;
    font-size: 3.4vw;
    text-align: left;
    margin-bottom: 2.5em;
  }
}
#section03 .base_img {
  width: 52%;
}
@media screen and (max-width:800px) {
  #section03 .base_img {
    width: 100%;
  }
}
#section03 .base_img .base_imgbox {
  position: relative;
}
#section03 .base_img .base_imgbox .base_img_damis {
  opacity: 0;
}
#section03 .base_img .base_imgbox .mk01 {
  width: 25.74%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section03 .base_img .base_imgbox .mk01 figure {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
#section03 .base_img .base_imgbox .mk01 figure.active {
  opacity: 1;
}
#section03 .base_img .base_imgbox .mk02 {
  width: 16.7%;
  position: absolute;
  z-index: 90;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
#section03 .base_img .base_imgbox .mk02 figure {
  transform: translate(0, -100%);
  transition: all 2.1s ease-out 0.01s;
}
#section03 .base_img .base_imgbox .mk02 figure.active {
  transform: translate(0, 0);
}
#section03 .base_img .base_imgbox .mk03 {
  width: 46.2%;
  position: absolute;
  z-index: 80;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section03 .base_img .base_imgbox .mk03 figure {
  transform: scale(0);
  transition: all 0.75s linear 0.01s;
  transform-origin: center top;
}
#section03 .base_img .base_imgbox .mk03 figure.active {
  transform: scale(1);
}
#section03 .base_img .base_imgbox .mk03text {
  width: 31.68%;
  position: absolute;
  z-index: 82;
  top: 27%;
  left: 35.3%;
}
#section03 .base_img .base_imgbox .mk03text figure {
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#section03 .base_img .base_imgbox .mk03text figure.active {
  opacity: 1;
}
#section03 .base_img .base_imgbox .mk04 {
  width: 68.31%;
  position: absolute;
  z-index: 70;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
#section03 .base_img .base_imgbox .mk04.active {
  opacity: 1;
}
#section03 .base_img .base_imgbox .mk04 figure {
  transform: scale(0.67);
  transition: all 0.75s linear 0.01s;
  transform-origin: center top;
}
#section03 .base_img .base_imgbox .mk04 figure.active {
  transform: scale(1);
}
#section03 .base_img .base_imgbox .mk04text {
  width: 35.31%;
  position: absolute;
  z-index: 74;
  top: 49%;
  left: 35.3%;
}
#section03 .base_img .base_imgbox .mk04text figure {
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#section03 .base_img .base_imgbox .mk04text figure.active {
  opacity: 1;
}
#section03 .base_img .base_imgbox .mk05 {
  width: 100%;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
#section03 .base_img .base_imgbox .mk05.active {
  opacity: 1;
}
#section03 .base_img .base_imgbox .mk05 figure {
  transform: scale(0.685);
  transition: all 0.75s linear 0.01s;
  transform-origin: center top;
}
#section03 .base_img .base_imgbox .mk05 figure.active {
  transform: scale(1);
}
#section03 .base_img .base_imgbox .mk05text {
  width: 36.96%;
  position: absolute;
  z-index: 74;
  top: 75%;
  left: 35.3%;
}
#section03 .base_img .base_imgbox .mk05text figure {
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#section03 .base_img .base_imgbox .mk05text figure.active {
  opacity: 1;
}

#section04 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 50px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 50px 0 0px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section04 h2 {
  color: #343332;
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section04 h2 {
    padding-bottom: 30px;
  }
}
#section04 h2 span.eng {
  font-weight: 400;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin-bottom: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 h2 span.eng {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0.15em;
  }
}
#section04 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 h2 span.jpn {
    font-size: 2.5vw;
    text-align: center;
  }
}
#section04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
}
#section04 ul li {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section04 ul li {
    width: 100%;
    margin-bottom: 2px;
  }
}
#section04 ul li:nth-child(1) {
  background-color: #e7ff86;
}
#section04 ul li:nth-child(2) {
  background-color: #b3ff7d;
}
#section04 ul li:nth-child(3) {
  background-color: #60ff82;
}
#section04 ul li:nth-child(4) {
  background-color: #ff91ff;
}
#section04 ul li .daybox {
  width: 100%;
  padding: 25px 11.76%;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox {
    padding: 25px 6%;
  }
}
#section04 ul li .daybox h3 {
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox h3 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox h3 {
    font-size: 6.6666666667vw;
  }
}
#section04 ul li .daybox .step {
  padding-top: 0.4em;
  padding-bottom: 1.25em;
  font-size: 20px;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .step {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .step {
    font-size: 4vw;
  }
}
#section04 ul li .daybox .text01 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .text01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .text01 {
    font-size: 5.4vw;
  }
}
#section04 ul li .daybox .text02 {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0.6em 0 1em 0;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .text02 {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .text02 {
    font-size: 3.6vw;
    letter-spacing: 0.1em;
  }
}
#section04 ul li .daybox .days2 {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .days2 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .days2 {
    font-size: 5.8vw;
  }
}
#section04 ul li.color01 .color {
  color: #979402;
}
#section04 ul li.color02 .color {
  color: #019202;
}
#section04 ul li.color03 .color {
  color: #019202;
}
#section04 ul li.color04 .color {
  color: #ff00ff;
}
#section04 ul li .timebox {
  width: 100%;
  padding: 40px 11.76% 5px 11.76%;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox {
    padding: 25px 6% 0 6%;
  }
}
#section04 ul li .timebox .time01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .time01 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .time01 {
    font-size: 4.6vw;
  }
}
#section04 ul li .timebox .subeng {
  font-size: 14px;
  font-weight: 400;
  padding-top: 0.15em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .subeng {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .subeng {
    font-size: 3.4vw;
  }
}
#section04 ul li .timebox .text01 {
  font-size: 19px;
  padding: 0.5em 0 1em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text01 {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text01 {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox .text01b {
  font-size: 19px;
  padding: 0.5em 0 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text01b {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text01b {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox .text02 {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text02 {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text02 {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox .text03 {
  font-size: 23px;
  line-height: 140%;
  margin-top: 0.4em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text03 {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text03 {
    font-size: 4.6vw;
  }
}
#section04 ul li .timebox .endspace {
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .endspace {
    margin-bottom: 30px;
  }
}
#section04 ul li .timebox2 {
  width: 100%;
  padding: 30px 11.76% 5px 11.76%;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 {
    padding: 25px 6% 0 6%;
  }
}
#section04 ul li .timebox2 .time01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .time01 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .time01 {
    font-size: 4.6vw;
  }
}
#section04 ul li .timebox2 .subeng {
  font-size: 14px;
  font-weight: 400;
  padding-top: 0.15em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .subeng {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .subeng {
    font-size: 3.4vw;
  }
}
#section04 ul li .timebox2 .text01 {
  font-size: 19px;
  padding: 0.5em 0 1em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text01 {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text01 {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox2 .text01b {
  font-size: 19px;
  padding: 0.5em 0 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text01b {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text01b {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox2 .text02 {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text02 {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text02 {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox2 .text03 {
  font-size: 23px;
  line-height: 140%;
  margin-top: 0.4em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text03 {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text03 {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox2 .endspace {
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .endspace {
    margin-bottom: 30px;
  }
}
#section04 ul li .timeH1 {
  margin-bottom: 45px;
}
#section04 ul li .lastbox {
  width: 100%;
  padding: 20px 11.76% 30px 11.76%;
}
@media screen and (max-width:800px) {
  #section04 ul li .lastbox {
    padding: 25px 6% 25px 6%;
  }
}
#section04 ul li .lastbox .text01c {
  font-size: 15px;
  padding: 0.5em 0 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .lastbox .text01c {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .lastbox .text01c {
    font-size: 3.6vw;
  }
}
#section04 ul li .lastbox .endspace {
  margin-bottom: 45px;
}/*# sourceMappingURL=top.css.map */