@charset "UTF-8";
@media screen and (max-width: 414px) {
  .visible_pc {
    display: none;
  }
}

.visible_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .visible_sp {
    display: block;
  }
}

.close {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 414px) {
  .close {
    box-shadow: 0px 1.2vw 1.2vw 0px rgba(0, 0, 0, 0.3);
  }
}

.spark img {
  mix-blend-mode: screen;
}

.white_txt_shadow {
  text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
}

/* .entry_box,.buy_box {
	width: 87.2%;
	margin-left: auto;
	margin-right: auto;
	.entry_btn01,.buy_btn01 {
		width: 100%;
		position: relative;
		z-index: 1;
		background-color: #fff;
		overflow: hidden;
		&::before {
			position: absolute;
			content: '';
			display: inline-block;
			top: -180px;
			left: 0;
			width: 30px;
			height: 100%;
			background-color: #fbfbfb;
			animation: btn_animation 1.7s ease-in-out infinite;
			@include mq(sp){
				top: -43.5vw;
				width: 7.2vw;
			}
		}		
	}
} */
@keyframes btn_animation {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  60% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  61% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.sp_menu_list {
  transition-property: bottom;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1080px) {
  .sp_menu_list {
    bottom: -90px !important;
  }
}
@media screen and (max-width: 414px) {
  .sp_menu_list {
    bottom: -21.7vw;
  }
}
@media screen and (max-width: 1080px) {
  .sp_menu_list.active {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .sp_menu_list.active {
    bottom: 0 !important;
  }
}

/* スマホエントリーボタン削除用 */
/* footer {
	.wrap01 {
		padding: 10px 0 10px;
		@media screen and (max-width: 1080px) {
			padding: 10px 0 10px;
		}
		@include mq(sp){
			padding: 2.4vw 0 2.4vw;
		}
	}
} */
#mv {
  background-color: #000;
  overflow: hidden;
}
#mv .mv_bg {
  padding-top: 124px;
  min-height: 1164px;
  position: relative;
  overflow: hidden;
  background-image: url(../images05/mv_bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 414px) {
  #mv .mv_bg {
    min-height: 281.2vw;
    padding-top: 30vw;
  }
}
#mv .phoenix {
  z-index: 1;
}
#mv .logo {
  z-index: 5;
}
#mv h1 {
  z-index: 7;
}
#mv .deadline {
  z-index: 6;
}
#mv .txt01 {
  z-index: 2;
}
#mv .entry_box {
  z-index: 4;
}
#mv .txt02 {
  position: relative;
  z-index: 3;
}
#mv .phoenix {
  position: absolute;
  width: 730px;
  left: 50%;
  transform: translateX(-50%);
  top: -99px;
}
@media screen and (max-width: 414px) {
  #mv .phoenix {
    width: 176.3vw;
    top: -23.9vw;
  }
}
#mv .logo {
  position: absolute;
  width: 49px;
  right: 8px;
  top: 134px;
}
@media screen and (max-width: 414px) {
  #mv .logo {
    width: 11.8vw;
    right: 1.9vw;
    top: 32.5vw;
  }
}
#mv h1 {
  width: 330px;
  margin: 0 auto 0;
  position: relative;
}
#mv .txt01 {
  position: relative;
  width: 411px;
  margin-left: 4px;
  margin-top: 2px;
}
@media screen and (max-width: 414px) {
  #mv .txt01 {
    width: 99.3vw;
    margin-left: 1vw;
    margin-top: 0.5vw;
  }
}
#mv .entry_box {
  position: relative;
  z-index: 2;
  margin-top: 19px;
}
@media screen and (max-width: 414px) {
  #mv .entry_box {
    margin-top: 3.6vw;
  }
}
#mv .entry_box .entry_btn01 {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 414px) {
  #mv .entry_box .entry_btn01 {
    width: 70vw;
  }
}
#mv .entry_box .entry_btn01 a {
  display: block;
  position: relative;
  overflow: hidden;
}
#mv .entry_box .entry_btn01 a .light {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-mask-image: url("../images05/mv_entry_btn01_mask.png");
          mask-image: url("../images05/mv_entry_btn01_mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#mv .entry_box .entry_btn01 a .light::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 1.7s ease-in-out infinite;
}
@media screen and (max-width: 414px) {
  #mv .entry_box .entry_btn01 a .light::before {
    top: -43.5vw;
    width: 4.8vw;
  }
}
#mv .txt02 {
  width: 88.4%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7px;
}
@media screen and (max-width: 414px) {
  #mv .txt02 {
    margin-top: -1.7vw;
  }
}
#mv .txt03 {
  margin-left: 27px;
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4em;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #mv .txt03 {
    margin-left: 6.5vw;
    margin-top: 8.5vw;
    font-size: 3.6vw;
  }
}
#mv .txt03 strong {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  #mv .txt03 strong {
    font-size: 5vw;
  }
}
#mv .deadline {
  position: absolute;
  width: 268px;
  left: 0;
  top: -14px;
}
@media screen and (max-width: 414px) {
  #mv .deadline {
    width: 64.7vw;
    left: 0;
    top: -3.4vw;
  }
}

#message {
  width: 100%;
  position: relative;
  margin-top: -175px;
  padding-top: 94px;
  padding-bottom: 227px;
  background-image: url(../images05/message_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 414px) {
  #message {
    margin-top: -42.3vw;
    padding-top: 22.7vw;
    padding-bottom: 54.8vw;
  }
}
#message .phoenix {
  position: absolute;
  width: 403px;
  left: -68px;
  top: -49px;
}
@media screen and (max-width: 414px) {
  #message .phoenix {
    width: 97.3vw;
    left: -16.4vw;
    top: -11.8vw;
  }
}
#message .txt01 {
  width: 100%;
  position: relative;
  z-index: 2;
}
#message h2 {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 2px;
}
@media screen and (max-width: 414px) {
  #message h2 {
    margin-top: 0.5vw;
  }
}
#message .txt02 {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -2px;
}
@media screen and (max-width: 414px) {
  #message .txt02 {
    margin-top: -0.5vw;
  }
}
#message .img {
  width: 65.2%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}
@media screen and (max-width: 414px) {
  #message .img {
    margin-top: 0.5vw;
  }
}
#message .txt03 {
  margin-top: 2px;
}
@media screen and (max-width: 414px) {
  #message .txt03 {
    margin-top: 0.5vw;
  }
}

#area {
  background-image: url(../images05/area_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 236px;
  padding-bottom: 175px;
  margin-top: -110px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #area {
    padding-top: 57vw;
    padding-bottom: 42.3vw;
    margin-top: -26.6vw;
  }
}
#area .phoenix {
  position: absolute;
  width: 305px;
  right: -73px;
  top: -65px;
}
@media screen and (max-width: 414px) {
  #area .phoenix {
    width: 73.7vw;
    right: -17.6vw;
    top: -15.7vw;
  }
}
#area .entry_btn {
  position: absolute;
  width: 390px;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
}
@media screen and (max-width: 414px) {
  #area .entry_btn {
    width: 94.2vw;
    top: -6.8vw;
  }
}
#area .entry_btn a {
  display: block;
  position: relative;
  overflow: hidden;
}
#area .entry_btn a .light {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-mask-image: url("../images05/area_entry01_mask.png");
          mask-image: url("../images05/area_entry01_mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#area .entry_btn a .light::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 1.7s ease-in-out infinite;
}
@media screen and (max-width: 414px) {
  #area .entry_btn a .light::before {
    top: -43.5vw;
    width: 4.8vw;
  }
}
#area .txt01 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#area .movie_box {
  width: 100%;
  height: 305px;
  background-image: url(../images05/movie_wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 162px;
  padding-top: 52px;
  position: relative;
}
#area .movie_box .movie_content {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
#area .movie_box .m_txt01 {
  position: absolute;
  width: 177px;
  left: 27px;
  top: 39px;
  z-index: 3;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}
@media screen and (max-width: 414px) {
  #area .movie_box .m_txt01 {
    width: 42.8vw;
    left: 6.5vw;
    top: 9.4vw;
  }
}
#area .movie_box .m_txt02 {
  position: absolute;
  width: 232px;
  right: 27px;
  bottom: 46px;
  z-index: 4;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}
@media screen and (max-width: 414px) {
  #area .movie_box .m_txt02 {
    width: 56vw;
    right: 6.5vw;
    bottom: 11.1vw;
  }
}
#area .m_txt03 {
  display: block;
  width: 323px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}
#area .m_txt03 img {
  display: block;
}
@media screen and (max-width: 414px) {
  #area .m_txt03 {
    width: 78vw;
    margin-top: -3.1vw;
  }
}

#method {
  position: relative;
  z-index: 2;
  padding-top: 115px;
  padding-bottom: 245px;
  margin-top: -115px;
  background-image: url(../images05/method_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 414px) {
  #method {
    padding-top: 27.8vw;
    padding-bottom: 59.2vw;
    margin-top: -27.8vw;
  }
}
#method h2 {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 414px) {
  #method h2 {
    width: 45.9vw;
  }
}
#method .phoenix {
  position: absolute;
  width: 477px;
  left: -75px;
  top: -61px;
}
@media screen and (max-width: 414px) {
  #method .phoenix {
    width: 115.2vw;
    left: -18.1vw;
    top: -14.7vw;
  }
}

#application {
  position: relative;
  margin-top: 214px;
}
@media screen and (max-width: 414px) {
  #application {
    margin-top: 51.7vw;
  }
}
#application .txt01 {
  position: relative;
  z-index: 3;
  width: 263px;
  margin-left: 36px;
}
@media screen and (max-width: 414px) {
  #application .txt01 {
    width: 63.5vw;
    margin-left: 8.7vw;
  }
}
#application .entry_box {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  #application .entry_box {
    margin-top: 4.8vw;
  }
}
#application .entry_box .entry_btn01 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
#application .entry_box .entry_btn01 a {
  display: block;
  position: relative;
  overflow: hidden;
}
#application .entry_box .entry_btn01 a .light {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-mask-image: url("../images05/application_entry_mask.png");
          mask-image: url("../images05/application_entry_mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#application .entry_box .entry_btn01 a .light::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 1.7s ease-in-out infinite;
}
@media screen and (max-width: 414px) {
  #application .entry_box .entry_btn01 a .light::before {
    top: -43.5vw;
    width: 4.8vw;
  }
}
#application .no {
  position: absolute;
  right: 20px;
  top: -70px;
  width: 173px;
}
@media screen and (max-width: 414px) {
  #application .no {
    width: 41.8vw;
    top: -16.9vw;
    right: 4.8vw;
  }
}

#buy {
  margin-top: 103px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #buy {
    margin-top: 24.9vw;
  }
}
#buy .no {
  position: absolute;
  left: 17px;
  top: -79px;
  width: 198px;
}
@media screen and (max-width: 414px) {
  #buy .no {
    width: 47.8vw;
    top: -19.1vw;
    left: 4.1vw;
  }
}
#buy .txt01 {
  position: relative;
  z-index: 3;
  width: 356px;
  margin-left: 26px;
}
@media screen and (max-width: 414px) {
  #buy .txt01 {
    width: 86vw;
    margin-left: 6.3vw;
  }
}
#buy .buy_box {
  margin-top: 29px;
}
@media screen and (max-width: 414px) {
  #buy .buy_box {
    margin-top: 7vw;
  }
}
#buy .buy_box .buy_btn01 {
  width: 82.1%;
  margin-left: auto;
  margin-right: auto;
}
#buy .txt_list01 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #buy .txt_list01 {
    margin-top: 2.4vw;
  }
}
#buy .txt_list01 li {
  font-size: 12px;
  color: #fff;
  line-height: 1.5em;
  /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1); */
}
@media screen and (max-width: 414px) {
  #buy .txt_list01 li {
    font-size: 2.9vw;
  }
}
#buy .entry_btn02 {
  width: 321px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 414px) {
  #buy .entry_btn02 {
    width: 77.5vw;
    margin-top: 9.2vw;
  }
}

#about {
  background-image: url(../images05/about_bg_blank.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  z-index: 5;
}
#about .bg {
  background-image: url(../images05/about_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 398px;
  margin-top: -198px;
  min-height: 1213px;
}
@media screen and (max-width: 414px) {
  #about .bg {
    padding-top: 96.1vw;
    margin-top: -47.8vw;
    min-height: 293vw;
  }
}
#about .big_txt_box,
#about .h2,
#about .txt01,
#about .link01 {
  position: relative;
  z-index: 2;
}
#about .big_txt_box {
  width: 79.2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #about .big_txt_box {
    margin-bottom: 14.5vw;
  }
}
#about .big_txt_box .big_txt01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}
#about .big_txt_box img {
  display: block;
  width: 100%;
}
#about .big_txt_box .big_txt02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: url("../images05/about_title.png");
          mask-image: url("../images05/about_title.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#about .big_txt_box .big_txt02 .txt-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
#about .big_txt_box .big_txt02 {
  /* &::after {
  	content: "";
  	position: absolute;
  	inset: 0;
  	z-index: 3;

  	background: linear-gradient(
  	  115deg,
  	  transparent 0%,
  	  rgba(255,255,255,0.0) 40%,
  	  rgba(255,255,255,0.9) 50%,
  	  rgba(255,255,255,0.0) 60%,
  	  transparent 100%
  	);

  	width: 50%;
  	transform: translateX(-100%);

  	mix-blend-mode: screen;

  	animation: shine 1.8s linear infinite;
    } */
}
#about h2 {
  width: 219px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  #about h2 {
    width: 52.9vw;
    margin-top: 7.2vw;
  }
}
#about .txt01 {
  width: 72.9%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #about .txt01 {
    margin-top: 5.8vw;
    font-size: 3.6vw;
  }
}
#about .link01 {
  width: 321px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
@media screen and (max-width: 414px) {
  #about .link01 {
    width: 77.5vw;
    margin-top: 10.9vw;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
#oute {
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 414px) {
  #oute {
    padding-top: 10.9vw;
  }
}
#oute #result {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
#oute #result h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #oute #result h3 {
    font-size: 5.8vw;
  }
}
#oute #result .txt01 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #oute #result .txt01 {
    font-size: 3.9vw;
    margin-top: 2.4vw;
  }
}
#oute #result .txt_list01 {
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #oute #result .txt_list01 {
    margin-top: 2.4vw;
  }
}
#oute #result .txt_list01 li {
  font-size: 10px;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #oute #result .txt_list01 li {
    font-size: 2.4vw;
  }
}
#oute #send {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  #oute #send {
    margin-top: 7.2vw;
  }
}
#oute #send h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #oute #send h3 {
    font-size: 5.8vw;
  }
}
#oute #send .txt01 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #oute #send .txt01 {
    font-size: 3.9vw;
    margin-top: 2.4vw;
  }
}
#oute #send .txt01 a {
  text-decoration: underline;
  color: #fff;
}

#slide .slide_content img {
  display: block;
  width: 100%;
  height: auto;
}
#slide .slick-slide > div {
  line-height: 0;
  font-size: 0;
}

#mv .phoenix img {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(-20%) scale(0.4);
}
#mv .phoenix img.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#mv h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#mv h1.active {
  opacity: 1;
  transform: scale(1);
}
#mv .logo {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#mv .logo.active {
  opacity: 1;
  transform: scale(1);
}
#mv .txt01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translate(-15%, 10%);
}
#mv .txt01.active {
  opacity: 1;
  transform: translate(0, 0);
}
#mv .entry_box {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: scale(1.1);
}
#mv .entry_box.active {
  opacity: 1;
  transform: scale(1);
}
#mv .txt02 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#mv .txt02.active {
  opacity: 1;
  transform: translateY(0);
}
#mv .txt03 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#mv .txt03.active {
  opacity: 1;
  transform: translateY(0);
}

#message .phoenix img {
  opacity: 1;
  transform: translate(0, 0);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#message .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
#message h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 1.5s;
}
#message .txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 2s;
}
#message.deactive .phoenix img {
  opacity: 0;
  transform: translate(30%, -30%);
  transition: 0s;
  transition-delay: 0s;
}
#message.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translate(-15%, 10%);
  transition-delay: 0s;
}
#message.deactive h2 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#message.deactive .txt02 {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
  transition-delay: 0s;
}
#message .phase2 .img {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0;
}
#message .phase2 .txt03 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.5s;
}
#message .phase2.deactive .img {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#message .phase2.deactive .txt03 {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
  transition-delay: 0s;
}

#area .phoenix img {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
  transition-delay: 0s;
}
#area .entry_btn {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateX(-50%) scale(1);
  transition-delay: 0.5s;
}
#area .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 1s;
}
#area.deactive .phoenix img {
  opacity: 0;
  transition: 0s;
  transform: translate(-30%, -20%);
  transition-delay: 0s;
}
#area.deactive .entry_btn {
  opacity: 0;
  transition: 0s;
  transform: translateX(-50%) scale(1.2);
  transition-delay: 0s;
}
#area.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
  transition-delay: 0s;
}
#area .phase2 .movie_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0;
}
#area .phase2 .movie_box .m_txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
#area .phase2 .movie_box .m_txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
  transition-delay: 0.7s;
}
#area .phase2 .m_txt03 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 1.2s;
}
#area .phase2.deactive .movie_box {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#area .phase2.deactive .movie_box .m_txt01 {
  opacity: 0;
  transition: 0s;
  transform: translate(-20%, 10%);
  transition-delay: 0s;
}
#area .phase2.deactive .movie_box .m_txt02 {
  opacity: 0;
  transition: 0s;
  transform: translate(-5%, 5%);
  transition-delay: 0s;
}
#area .phase2.deactive .m_txt03 {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
  transition-delay: 0s;
}

#method .phoenix img {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
  transition-delay: 0s;
}
#method h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#method #application .no {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
}
#method #application .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.5s;
}
#method #application .entry_btn01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 2s;
}
#method.deactive .phoenix img {
  opacity: 0;
  transition: 0s;
  transform: translate(30%, -20%);
  transition-delay: 0s;
}
#method.deactive h2 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#method.deactive #application .no {
  opacity: 0;
  transition: 0s;
}
#method.deactive #application .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#method.deactive #application .entry_btn01 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.2);
  transition-delay: 0s;
}

#buy .no {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#buy .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.5s;
}
#buy .buy_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1s;
}
#buy .txt_list01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.2s;
}
#buy .entry_btn02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.4s;
}
#buy.deactive .no {
  opacity: 0;
  transition: 0s;
}
#buy.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .buy_box {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .txt_list01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .entry_btn02 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

#about .bg {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#about .big_txt_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.5s;
}
#about h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.6s;
}
#about .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.8s;
}
#about .link01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 2s;
}
#about.deactive .bg {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#about.deactive .big_txt_box {
  opacity: 0;
  transition: 0s;
  transform: scale(1.2);
  transition-delay: 0s;
}
#about.deactive h2 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#about.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#about.deactive .link01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

#oute #result h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#oute #result .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#oute #result .txt_list01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.4s;
}
#oute #result.deactive h3 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
}
#oute #result.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#oute #result.deactive .txt_list01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#oute #send h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#oute #send .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#oute #send.deactive h3 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
}
#oute #send.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

.video_content {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 3;
}

.video_content video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.video_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.video_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style05_top.css.map */