 body{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*common*/
#main_contents{
  position: relative;
  z-index: -2;
/*  background-image: url(../img/mv_bg.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -2;*/
}
.inner{
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
  position: relative;
}

.flex{
  display: flex;
  flex-wrap: wrap;
}
img,
video{
  width: 100%;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
/*component*/
.head02{
  height: 54px;
  text-align: center;
  margin-bottom: 50px;
}
.head02 img{
  height: 100%;
  width: auto;
}
.head03{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

/*mv*/
#mv{
  position: relative;
/*  padding: 160px 0 150px;*/
}
.mv_box{
  min-height: 100vh;
  position: relative;
}
.mv_date{
  position: absolute;
  right: 19%;
  top: 135px;
  width: 165px;
}
.main_ttl{
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 555px;
}
.sub_ttl{
  position: absolute;
  width: 335px;
  bottom: 75px;
  left: 13%;
}
.mv_bg{
  position: relative;
  background-image: url(../img/mv_bg01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  padding-top: 78.17%;
}
/*about*/
#about{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/mv_bg02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about_txt{
  font-weight: 600;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
/*fix bg*/
#fix_bg{
  background-image: url(../img/fix_bg.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  position: relative;
}
/*timetable*/
#timetable{
  padding: 100px 0 70px;
  position: relative;
}

.time_ttl{
  border: 1px solid #115da0;
  line-height: 1;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#timetable01 .time_ttl,
#timetable01 .w_box::after{
  background-color: #86ff2b;
}
#timetable02 .time_ttl,
#timetable02 .w_box::after{
  background-color: #ff65c7;
}
#timetable03 .time_ttl,
#timetable03 .w_box::after{
  background-color: #00d2ff;
}
#timetable04 .time_ttl,
#timetable04 .w_box::after{
  background-color: #b95cff;
}
#timetable05 .time_ttl,
#timetable05 .w_box::after{
  background-color: #ffa445;
}
.box_ttl01{
  height: 28px;
  width: auto;
  text-align: center;
  margin-bottom: 25px;
}
.time_copy{
  height: 46px;
  text-align: center;
}
.box_ttl01 img,
.time_copy img{
  height: 100%;
  width: auto;
}
.w_box{
  background-color: #fff;
  border: 1px solid #115da0;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
}
.w_box::after{
  content: '';
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  position: absolute;
  z-index: -1;
}
.time_txt{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.time_list{
  justify-content: space-between;
  margin-bottom: 15px;
}
.time_list .w_box{
  padding: 20px 25px;
}

.time_list li{
  width: calc((100% - 50px) / 2);
}
.time_list .time_txt{
  margin-bottom: 10px;
}
.time_box{
  border-top: 1px solid #115da0;
  border-bottom: 1px solid #115da0;
  padding: 20px 0;
  margin-bottom: 25px;
}
.time_box .box_l{
  width: calc(100% - 120px);
}
.finish{
  margin-bottom: 60px;
}
.txt01,
.time_box .txt01{
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.txt01.red{
  color: red;
}

.time_box .txt01 span{
  font-size: 22px;
  line-height: 1.5;
}
.time_box .box_r{
  width: 120px;
}
.info_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_box .name{
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 600;
}
.info_box .name a{
  position: relative;
 /* display: flex;
  align-items: center;
*/  transition: all .3s;
  border-bottom: 1px solid #115da0;
}
.info_box .name a span.line{
  border-bottom: 1px solid #115da0;
}
.info_box .name a:hover{
  opacity: 0.8;
}
.info_box .name span.link{
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon_link.svg);
  margin-left: 5px;
  display: inline-block;
}
.info_box .btn a{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: #115da0;
  border: 2px solid #115da0;
  border-radius: 30px;
  width: 146px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: all .3s;
}
.info_box .btn.video a{
  background-color: #e60012;
  border-color: #e60012;
  font-size: 18px;
}
.info_box .btn a:hover{
  color: #115da0;
  background-color: #fff;
}
.info_box .btn.video a:hover{
  color: #e60012;
}
/*howto*/
#howto{
  padding-bottom: 115px;
}
#howto .head02{
  margin-bottom: 25px;
}
.head02_sub{
  margin-bottom: 55px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.howto_list{
  justify-content: center;
  margin-bottom: 65px;
}
.howto_list li{
  position: relative;
  margin-right: 95px;
}
.howto_list li:last-child{
  margin-right: 0;
}
.howto_list li .icon{
  width: 124px;
  height: 124px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.howto_list li:nth-child(1) .icon{
  background-image: url(../img/icon_howto01.png);
}
.howto_list li:nth-child(2) .icon{
  background-image: url(../img/icon_howto02.png);
}
.howto_list li:nth-child(3) .icon{
  background-image: url(../img/icon_howto03.png);
}
.howto_list li .txt{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1;
}
.howto_txt{
  line-height: 2;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.btn01 a{
  font-size: 20px;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  width: 280px;
  height: 60px;
  background-color: #115da0;
  border: 2px solid #115da0;
  transition: all .3s;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn01 a:hover{
  color: #115da0;
  background-color: #fff;
}
.done a{
  position: relative;
}
.done a::after{
  transition: all .3s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  opacity: 0;
}
.done a:hover::after{
  opacity: 1;
}
/*neon*/
.neon_l{
  width: 95px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 140px;
  left: 0;
}
.neon_r{
  width: 125px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 140px;
}
.neon_l span,
.neon_r span{
  margin-bottom: 15px;
  position: relative;
}
.neon{
  position: absolute;
  left: 0;
  bottom: 0;
}
.btm01{
  margin-bottom: 5px!important;
}
.btm02{
  margin-bottom: 30px!important;
}
.btm03{
  margin-bottom: 45px!important;
}
.blink01 {
  animation: blinking01 2s ease-in-out infinite alternate;
}
@keyframes blinking01 {
  0%,
  50%,
  100% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }
}
.blink02 {
  animation: blinking02 3s ease-in-out infinite alternate;
}
@keyframes blinking02 {
  0%,
  50%,
  100% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }
}
.blink03 {
  animation: blinking03 2.5s ease-in-out infinite alternate;
}
@keyframes blinking03 {
  0%,
  50%,
  100% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
.head02{
  height: 30px;
  margin-bottom: 25px;
}
.head03{
  font-size: 20px;
}
.about_txt{
  font-size: 15px;
}
.mv_date{
  width: 20%;
  top: 10%;
  right: 10%;
}
.sub_ttl{
  width: 35%;
  bottom: 5%;
  left: 10%;
}
#fix_bg{
  background-size: 150%;
}
.time_ttl{
  padding: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}
.w_box{
  padding: 20px;
  margin-bottom: 20px;
}
.box_ttl01{
  height: auto;
  width: 70%;
  margin: 0 auto 15px;
}
.time_txt{
  font-size: 20px;
  margin-bottom: 15px;
}
.time_copy{
  height: auto;
  width: 100%;
}
.box_ttl01 img,
.time_copy img{
  width: 100%;
  height: auto;
}
.time_list{
  margin-bottom: 20px;
}
.time_list li{
  width: 100%;
}
.time_box{
  padding: 10px 0;
  margin-bottom: 15px;
}
.time_box .box_l{
  width: calc(100% - 80px);
  padding-right: 10px;
}
.finish{
  margin-bottom: 30px;
}
.txt01,
.time_box .txt01{
  font-size: 14px;
  letter-spacing: 0.05em;
}
.time_box .txt01 span{
  font-size: 18px;
}
.time_box .box_r{
  width: 80px;
}
.info_box .name{
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
}
.info_box .btn{
  margin: 0 auto;
}
.info_box .btn a{
  font-size: 16px;
  height: 35px;
  margin: 0 auto;
}
#howto{
  padding-bottom: 60px;
}
.howto_list{
  margin-bottom: 80px;
}
.howto_list li{
  margin-right: 30px;
}
.howto_list li .icon{
  width: 80px;
  height: 80px;
}
.howto_list li .txt{
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.howto_txt{
  font-size: 15px;
  margin-bottom: 20px;
}
.btn01 a{
  height: 40px;
  font-size: 16px;
}
.neon_l{
  width: 40px;
}
.neon_r{
  width: 50px;
}
}