@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_box .entry_btn01, .entry_box .buy_btn01, .buy_box .entry_btn01, .buy_box .buy_btn01 {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
.entry_box .entry_btn01::before, .entry_box .buy_btn01::before, .buy_box .entry_btn01::before, .buy_box .buy_btn01::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;
}
@media screen and (max-width: 414px) {
  .entry_box .entry_btn01::before, .entry_box .buy_btn01::before, .buy_box .entry_btn01::before, .buy_box .buy_btn01::before {
    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) {
  footer .wrap01 {
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 414px) {
  footer .wrap01 {
    padding: 2.4vw 0 2.4vw;
  }
}

#mv {
  background-image: url(../images04_close/mv_bg_blank.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #000;
  overflow: hidden;
}
#mv .mv_bg {
  padding-bottom: 135px;
  position: relative;
  overflow: hidden;
  background-image: url(../images04_close/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 414px) {
  #mv .mv_bg {
    padding-bottom: 32.6vw;
  }
}
#mv .boat01, #mv .boat02 {
  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 .boat01 {
  position: absolute;
  width: 317px;
  left: -128px;
  top: -11px;
  animation: floatXY1 5s linear infinite;
}
@media screen and (max-width: 414px) {
  #mv .boat01 {
    width: 76.6vw;
    left: -30.9vw;
    top: -2.7vw;
  }
}
#mv .boat02 {
  position: absolute;
  width: 289px;
  right: -97px;
  top: 7px;
  animation: floatXY2 6s linear infinite;
}
@media screen and (max-width: 414px) {
  #mv .boat02 {
    width: 69.8vw;
    right: -23.4vw;
    top: 1.7vw;
  }
}
#mv .logo {
  position: absolute;
  width: 100px;
  left: 13px;
  top: 13px;
}
@media screen and (max-width: 414px) {
  #mv .logo {
    width: 24.2vw;
    left: 3.1vw;
    top: 3.1vw;
  }
}
#mv .logo img {
  filter: drop-shadow(0px 0px 3px #000);
}
#mv h1 {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
#mv .txt01 {
  width: 112.1%;
  margin: -50px -6.5% -30px;
  position: relative;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 414px) {
  #mv .txt01 {
    margin: -12.1vw -6.5% -7.2vw;
  }
}
#mv .txt01 .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
#mv .entry_box {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
@media screen and (max-width: 414px) {
  #mv .entry_box {
    margin-top: 3.6vw;
  }
}
#mv .txt02 {
  width: 94.7%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #mv .txt02 {
    margin-top: 2.4vw;
  }
}
#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;
  }
}
#mv .mv_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .mv_movie video {
  width: 100%;
  height: auto;
}

@keyframes floatY {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floatXY1 {
  0% {
    transform: translateY(0%) translateX(0%);
  }
  50% {
    transform: translateY(-10%) translateX(-3%);
  }
  100% {
    transform: translateY(0%) translateX(0%);
  }
}
@keyframes floatXY2 {
  0% {
    transform: translateY(0%) translateX(0%);
  }
  50% {
    transform: translateY(-10%) translateX(3%);
  }
  100% {
    transform: translateY(0%) translateX(0%);
  }
}
#message {
  width: 100%;
  min-height: 670px;
  background-image: url(../images04/message_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  z-index: 2;
  margin-top: -120px;
  padding-top: 140px;
}
@media screen and (max-width: 414px) {
  #message {
    min-height: 161.8vw;
    margin-top: -29vw;
    padding-top: 33.8vw;
  }
}
#message .txt01, #message .title, #message .txt02 {
  position: relative;
  z-index: 2;
}
#message .txt01 {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#message .title {
  width: 104%;
  margin: -20px -2% 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #message .title {
    margin: -4.8vw -2% 0;
  }
}
#message .title .light_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image: url("../images04/message_title_light _cover.png");
          mask-image: url("../images04/message_title_light _cover.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;
}
#message .title .light_cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  /* 細い光の帯 */
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 60%, transparent 100%);
  width: 50%;
  transform: translateX(-100%);
  /* “文字部分だけ光る”の肝はこれ！ */
  mix-blend-mode: screen;
  animation: shine02 1.6s linear infinite;
}
#message .title .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: opacityLoop_light 1.1s linear infinite;
}
#message .title .spark {
  position: absolute;
}
#message .title .spark.spark01 {
  width: 227px;
  top: -67px;
  left: -59px;
  animation: sparkOpacityLoop01 2s linear infinite;
}
@media screen and (max-width: 414px) {
  #message .title .spark.spark01 {
    width: 54.8vw;
    top: -16.2vw;
    left: -14.3vw;
  }
}
#message .title .spark.spark02 {
  width: 167px;
  top: -43px;
  left: 85px;
  animation: sparkOpacityLoop01 2.5s linear infinite;
}
@media screen and (max-width: 414px) {
  #message .title .spark.spark02 {
    width: 40.3vw;
    top: -10.4vw;
    left: 20.5vw;
  }
}
#message .title .spark.spark03 {
  width: 254px;
  bottom: -51px;
  right: -83px;
  animation: sparkOpacityLoop01 1.5s linear infinite;
}
@media screen and (max-width: 414px) {
  #message .title .spark.spark03 {
    width: 61.4vw;
    bottom: -12.3vw;
    right: -20vw;
  }
}
#message .txt02 {
  width: 96.6%;
  margin: 0 auto;
  position: relative;
}
#message .txt03 {
  width: 66.2%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#message .bg_r {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images04/message_bg_reflect.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: 1;
  animation: reflectAnimation 0.8s linear infinite;
}

@keyframes opacityLoop_light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reflectAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sparkOpacityLoop01 {
  0% {
    opacity: 0.8;
    scale: 1;
  }
  25% {
    opacity: 1;
    scale: 1.1;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  75% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 0.8;
    scale: 1;
  }
}
@keyframes shine02 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
#item {
  position: relative;
  z-index: 3;
}
#item .txt03 {
  width: 66.2%;
  position: absolute;
  top: -205px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #item .txt03 {
    top: -49.5vw;
  }
}
#item .switch_info_box {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#item .switch_info_box.switch_info_top {
  top: -110px;
}
@media screen and (max-width: 414px) {
  #item .switch_info_box.switch_info_top {
    top: -26.6vw;
  }
}
#item .switch_info_box.switch_info_top .info_txt01 {
  text-shadow: 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
  margin-bottom: 5px;
}
@media screen and (max-width: 414px) {
  #item .switch_info_box.switch_info_top .info_txt01 {
    margin-bottom: 1.2vw;
  }
}
#item .switch_info_box.switch_info_bottom {
  bottom: -110px;
}
@media screen and (max-width: 414px) {
  #item .switch_info_box.switch_info_bottom {
    bottom: -26.6vw;
  }
}
#item .switch_info_box.switch_info_bottom .info_list li img {
  transform: rotate(180deg);
}
#item .switch_info_box.switch_info_bottom .info_txt01 {
  margin-top: 5px;
}
@media screen and (max-width: 414px) {
  #item .switch_info_box.switch_info_bottom .info_txt01 {
    margin-top: 1.2vw;
  }
}
#item .switch_info_box .info_txt01 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  #item .switch_info_box .info_txt01 {
    font-size: 4.8vw;
  }
}
#item .switch_info_box .info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#item .switch_info_box .info_list li {
  width: 50%;
}
#item .switch_info_box .info_list li img {
  display: block;
  width: 21px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1px;
  line-height: 1px;
}
@media screen and (max-width: 414px) {
  #item .switch_info_box .info_list li img {
    width: 5.1vw;
  }
}
#item .switch_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#item .switch_box .switch_block {
  width: 50%;
  position: relative;
  cursor: pointer;
}
#item .switch_box .switch_block .bg, #item .switch_box .switch_block .line {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#item .switch_box .switch_block .bg img, #item .switch_box .switch_block .line img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1px;
  line-height: 1px;
}
@media screen and (max-width: 414px) {
  #item .switch_box .switch_block .line img {
    width: auto;
    height: 2px;
  }
}
#item .switch_box .switch_block .bg_cover {
  position: absolute;
  left: 0;
}
#item .switch_box .switch_block .icon, #item .switch_box .switch_block .icon_cover {
  position: absolute;
  width: 55.6%;
  left: 50%;
  transform: translateX(-50%);
}
#item .switch_box .switch_block .bg_cover, #item .switch_box .switch_block .icon_cover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#item .switch_box .switch_block .icon_cover {
  z-index: 3;
}
#item .switch_box .switch_block .spark {
  position: absolute;
  width: 264px;
  animation: sparkOpacityLoop03 2.8s linear infinite;
}
@media screen and (max-width: 414px) {
  #item .switch_box .switch_block .spark {
    width: 63.8vw;
  }
}
#item .switch_box .switch_block .arrow {
  width: 17.4%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#item .switch_box .switch_block .arrow img {
  display: block;
  font-size: 1px;
  line-height: 1px;
}
#item .switch_box .switch_block.thumbnail-current .bg_cover, #item .switch_box .switch_block.thumbnail-current .icon_cover {
  opacity: 0;
}
#item .switch_box.switch_top .switch_block .bg_cover {
  top: 0;
}
#item .switch_box.switch_top .switch_block .icon, #item .switch_box.switch_top .switch_block .icon_cover {
  top: -43px;
}
@media screen and (max-width: 414px) {
  #item .switch_box.switch_top .switch_block .icon, #item .switch_box.switch_top .switch_block .icon_cover {
    top: -10.4vw;
  }
}
#item .switch_box.switch_top .switch_block .spark {
  top: -138px;
  left: -18px;
}
@media screen and (max-width: 414px) {
  #item .switch_box.switch_top .switch_block .spark {
    top: -33.3vw;
    left: -4.3vw;
  }
}
#item .switch_box.switch_top .switch_block .arrow {
  bottom: 8px;
}
@media screen and (max-width: 414px) {
  #item .switch_box.switch_top .switch_block .arrow {
    bottom: 1.9vw;
  }
}
#item .switch_box.switch_top .switch_block .arrow img {
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.35));
}
#item .switch_box.switch_bottom .switch_block .bg_cover {
  bottom: 0;
}
#item .switch_box.switch_bottom .switch_block .icon, #item .switch_box.switch_bottom .switch_block .icon_cover {
  bottom: -43px;
}
@media screen and (max-width: 414px) {
  #item .switch_box.switch_bottom .switch_block .icon, #item .switch_box.switch_bottom .switch_block .icon_cover {
    bottom: -10.4vw;
  }
}
#item .switch_box.switch_bottom .switch_block .spark {
  left: -18px;
  bottom: -99px;
}
@media screen and (max-width: 414px) {
  #item .switch_box.switch_bottom .switch_block .spark {
    bottom: -23.9vw;
    left: -4.3vw;
  }
}
#item .switch_box.switch_bottom .switch_block .arrow {
  top: 8px;
}
@media screen and (max-width: 414px) {
  #item .switch_box.switch_bottom .switch_block .arrow {
    top: 1.9vw;
  }
}
#item .switch_box.switch_bottom .switch_block .arrow img {
  transform: rotate(180deg);
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.35));
}
#item .item_box {
  line-height: 0;
  font-size: 0;
}
#item .item_box .message {
  position: relative;
}
#item .item_box .message .spark {
  position: absolute;
  width: 207px;
  /* animation: sparkOpacityLoop02 3s linear infinite; */
}
@media screen and (max-width: 414px) {
  #item .item_box .message .spark {
    width: 50vw;
  }
}
#item .item_box .plutinum .spark {
  top: -6px;
  left: 257px;
}
@media screen and (max-width: 414px) {
  #item .item_box .plutinum .spark {
    top: -1.4vw;
    left: 62.1vw;
  }
}
#item .item_box .gold .spark {
  top: -8px;
  left: 262px;
}
@media screen and (max-width: 414px) {
  #item .item_box .gold .spark {
    top: -1.9vw;
    left: 63.3vw;
  }
}

@keyframes sparkOpacityLoop02 {
  0% {
    opacity: 0.8;
    scale: 1;
  }
  25% {
    opacity: 1;
    scale: 1.5;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  75% {
    opacity: 1;
    scale: 1.5;
  }
  100% {
    opacity: 0.8;
    scale: 1;
  }
}
@keyframes sparkOpacityLoop03 {
  0% {
    opacity: 0.8;
    scale: 1;
  }
  25% {
    opacity: 1;
    scale: 1.1;
  }
  50% {
    opacity: 0.8;
    scale: 1;
  }
  75% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 0.8;
    scale: 1;
  }
}
#schedule {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 150px;
}
@media screen and (max-width: 414px) {
  #schedule {
    padding-top: 33.8vw;
    padding-bottom: 36.2vw;
  }
}
#schedule .txt01 {
  width: 88.4%;
  margin: 85px auto 0;
}
@media screen and (max-width: 414px) {
  #schedule .txt01 {
    margin: 20.5vw auto 0;
  }
}
#schedule .schedule_box {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: center top;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box {
    background-size: 48.3vw auto;
  }
}
#schedule .schedule_box .title {
  margin-left: auto;
  margin-right: auto;
}
#schedule .schedule_box .schedule_img_box {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box .schedule_img_box {
    margin-top: 5.8vw;
  }
}
#schedule .schedule_box .schedule_img_box .img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#schedule .schedule_box .schedule_txt01 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin-top: 1em;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box .schedule_txt01 {
    margin-top: 3.9vw;
  }
}
#schedule .schedule_box .schedule_txt02 {
  font-size: 11px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin-top: 0.4em;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box .schedule_txt02 {
    margin-top: 2.7vw;
  }
}
#schedule .schedule_box.plutinum {
  margin-top: 15px;
  padding-top: 50px;
  background-image: url(../images04/schedule_platinum_bg.png);
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box.plutinum {
    margin-top: 3.6vw;
    padding-top: 12.1vw;
  }
}
#schedule .schedule_box.plutinum .title {
  width: 166px;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box.plutinum .title {
    width: 40.1vw;
  }
}
#schedule .schedule_box.plutinum .schedule_img_box {
  position: relative;
}
#schedule .schedule_box.plutinum .schedule_img_box .light {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  animation: opacityLoop 2s linear infinite;
}
#schedule .schedule_box.gold {
  margin-top: 0;
  padding-top: 60px;
  background-image: url(../images04/schedule_gold_bg.png);
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box.gold {
    padding-top: 14.5vw;
  }
}
#schedule .schedule_box.gold .title {
  width: 161px;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_box.gold .title {
    width: 38.9vw;
  }
}
#schedule .schedule_txt03 {
  width: 46.9%;
  margin: 20px auto 0;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_txt03 {
    margin-top: 4.8vw;
  }
}
#schedule .schedule_txt04 {
  width: 16.7%;
  margin: 20px auto 0;
}
@media screen and (max-width: 414px) {
  #schedule .schedule_txt04 {
    margin-top: 4.8vw;
  }
}

@keyframes opacityLoop {
  0% {
    opacity: 0;
  } /* 透明 */
  25% {
    opacity: 1;
  } /* 表示 */
  50% {
    opacity: 0;
  } /* 透明 */
  75% {
    opacity: 1;
  } /* 表示 */
  100% {
    opacity: 0;
  } /* ループしやすいように最後は透明に戻す */
}
#movie {
  background-image: url(../images04/movie_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 150px;
  padding-bottom: 135px;
  margin-top: -75px;
  min-height: 951px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #movie {
    padding-top: 36.2vw;
    padding-bottom: 32.6vw;
    margin-top: -18.1vw;
    min-height: 229.7vw;
  }
}
#movie h2 {
  width: 85.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 414px) {
  #movie h2 {
    margin-bottom: 10.9vw;
  }
}
#movie .movie_box {
  width: 85.5%;
  margin-left: auto;
  margin-right: auto;
}
#movie .movie_box + .movie_box {
  margin-top: 45px;
}
@media screen and (max-width: 414px) {
  #movie .movie_box + .movie_box {
    margin-top: 10.9vw;
  }
}
#movie .movie_box .movie_content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#movie .movie_box .movie_content .video_poster {
  display: block;
}
#movie .movie_box .movie_content .video_poster .line_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#movie .movie_box .movie_content .video_poster .line_box .line01 {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 1.9%;
  height: 100%;
  background: linear-gradient(0deg, transparent, #ffffff);
  animation: animate3 1.2s linear infinite;
  animation-delay: 1.2s;
}
@keyframes animate3 {
  0% {
    top: 100%;
  }
  50%, 100% {
    top: -100%;
  }
}
#movie .movie_box .movie_content .video_poster .line_box .line02 {
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3.1%;
  background: linear-gradient(90deg, transparent, #ffffff);
  animation: animate4 1.2s linear infinite;
  animation-delay: 1.65s;
}
@keyframes animate4 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
#movie .movie_box h3 {
  width: 55.6%;
  margin: 0 auto;
  margin-top: 17px;
}
@media screen and (max-width: 414px) {
  #movie .movie_box h3 {
    margin-top: 4.1vw;
  }
}

#area {
  background-image: url(../images04/area_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-top: 165px;
  padding-bottom: 130px;
  margin-top: -75px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #area {
    padding-top: 39.9vw;
    padding-bottom: 31.4vw;
    margin-top: -18.1vw;
  }
}
#area .txt01 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#area .area_bg_light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images04/area_bg_light.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  animation: opacityLoop 5s linear infinite;
}

#method {
  position: relative;
  z-index: 2;
  padding-top: 65px;
}
@media screen and (max-width: 414px) {
  #method {
    padding-top: 15.7vw;
  }
}
#method h2 {
  width: 77.8%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  #method h2 {
    margin-bottom: 9.7vw;
  }
}

.bg01 {
  background-image: url(../images04_close/application_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  min-height: 1694px;
}
@media screen and (max-width: 414px) {
  .bg01 {
    min-height: 409.2vw;
  }
}

#application {
  position: relative;
  padding-top: 116px;
  padding-bottom: 103px;
}
@media screen and (max-width: 414px) {
  #application {
    padding-top: 28vw;
    padding-bottom: 24.9vw;
  }
}
#application h3 {
  position: relative;
  z-index: 3;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
  color: #000;
}
@media screen and (max-width: 414px) {
  #application h3 {
    font-size: 8.7vw;
  }
}
#application .entry_box {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  #application .entry_box {
    margin-top: 4.8vw;
  }
}
#application .no {
  position: absolute;
  right: 32px;
  top: 58px;
  width: 135px;
}
@media screen and (max-width: 414px) {
  #application .no {
    width: 32.6vw;
    top: 14vw;
    right: 7.7vw;
  }
}

#buy {
  padding-top: 94px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #buy {
    padding-top: 22.7vw;
  }
}
#buy .no {
  position: absolute;
  right: 20px;
  top: 58px;
  width: 152px;
}
@media screen and (max-width: 414px) {
  #buy .no {
    width: 36.7vw;
    top: 14vw;
    right: 4.8vw;
  }
}
#buy section + section {
  margin-top: 35px;
}
@media screen and (max-width: 414px) {
  #buy section + section {
    margin-top: 8.3vw;
  }
}
#buy h4 {
  width: 198px;
  margin-left: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 414px) {
  #buy h4 {
    width: 47.8vw;
    margin-left: 6.4%;
    margin-bottom: 3.6vw;
  }
}
#buy .txt01 {
  width: 92.5%;
  margin-left: 7.5%;
  margin-right: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (max-width: 414px) {
  #buy .txt01 {
    width: 93.6%;
    margin-left: 6.4%;
    margin-right: 0;
    font-size: 5.5vw;
  }
}
#buy .txt01 .sub_txt {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1em;
  margin-top: -2em;
}
@media screen and (max-width: 414px) {
  #buy .txt01 .sub_txt {
    font-size: 3.5vw;
  }
}
#buy .buy_box {
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  #buy .buy_box {
    margin-top: 12.1vw;
  }
}
#buy .txt_list01 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  #buy .txt_list01 {
    margin-top: 7.2vw;
  }
}
#buy .txt_list01 li {
  font-size: 11px;
  color: #fff;
  line-height: 1.5em;
  text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
@media screen and (max-width: 414px) {
  #buy .txt_list01 li {
    font-size: 2.7vw;
  }
}
#buy .entry_btn02 {
  width: 304px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  #buy .entry_btn02 {
    width: 73.4vw;
    margin-top: 7.2vw;
  }
}

#about {
  background-image: url(../images04/about_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  position: relative;
  padding-top: 155px;
  padding-bottom: 420px;
  margin-top: -80px;
}
@media screen and (max-width: 414px) {
  #about {
    padding-top: 37.4vw;
    padding-bottom: 101.4vw;
    margin-top: -19.3vw;
  }
}
#about .about_bg_light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images04/about_bg_linght.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  animation: opacityLoop 3s linear infinite;
}
#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("../images04/about_title.png");
          mask-image: url("../images04/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) 40%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 60%, transparent 100%);
  width: 50%;
  transform: translateX(-100%);
  /* “文字部分だけ光る”の肝はこれ！ */
  mix-blend-mode: screen;
  animation: shine 1.8s linear infinite;
}
#about h2 {
  font-size: 29px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #about h2 {
    font-size: 7vw;
  }
}
#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: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  #about .link01 {
    width: 62.8vw;
    margin-top: 8.5vw;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
#oute {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 414px) {
  #oute {
    padding-top: 24.2vw;
  }
}
#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 .mv_bg {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
#mv .mv_bg.active {
  opacity: 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 .txt01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: scale(1.2);
}
#mv .txt01.active {
  opacity: 1;
  transform: scale(1);
}
#mv .txt01 .shadow {
  opacity: 0.5;
  transition-property: opacity, transform, filter;
  transition-duration: 1s;
  transition-timing-function: linear;
}
#mv .txt01 .shadow.active {
  opacity: 0;
  transform: scale(1.5);
  filter: blur(10px);
}
#mv .entry_box {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(3%);
}
#mv .entry_box.active {
  opacity: 1;
  transform: translateY(0);
}
#mv .txt02 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#mv .txt02.active {
  opacity: 1;
  transform: translateY(0);
}
#mv .deadline {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translate(-2%, 2%);
}
#mv .deadline.active {
  opacity: 1;
  transform: translate(0, 0);
}

#message .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#message .title {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.5s;
}
#message .txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 1.5s;
}
#message.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#message.deactive .title {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#message.deactive .txt02 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

#item .txt03 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1), translateX(-50%);
  transition-delay: 0s;
}
#item .switch_info_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#item .switch_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
}
#item .item_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
}
#item.deactive .txt03 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1), translateX(-50%);
  transition-delay: 0s;
}
#item.deactive .switch_info_box {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#item.deactive .switch_box {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#item.deactive .item_box {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

#schedule .entry_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#schedule .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.4s;
}
#schedule.deactive .entry_box {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#schedule.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#schedule .schedule_box {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#schedule .schedule_box .title {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#schedule .schedule_box .schedule_img_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 1.5s;
}
#schedule .schedule_box .schedule_txt01, #schedule .schedule_box .schedule_txt02 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 2s;
}
#schedule .schedule_box .schedule_txt03, #schedule .schedule_box .schedule_txt04 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 2.8s;
}
#schedule .schedule_box.deactive {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#schedule .schedule_box.deactive .title {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#schedule .schedule_box.deactive .schedule_img_box {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#schedule .schedule_box.deactive .schedule_txt01, #schedule .schedule_box.deactive .schedule_txt02 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#schedule .schedule_box.deactive .schedule_txt03, #schedule .schedule_box.deactive .schedule_txt04 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

#movie h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0s;
}
#movie .plutinum {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.8s;
}
#movie.deactive h2 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#movie.deactive .plutinum {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
  transition-delay: 0s;
}
#movie .gold {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#movie .gold.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
  transition-delay: 0s;
}

#area .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0s;
}
#area.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}

#method h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#method #application .no {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.6s;
}
#method #application h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.2s;
}
#method #application .close {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.4s;
}
#method #application .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.4s;
}
#method #application .entry_btn01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.6s;
}
#method.deactive h2 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#method.deactive #application .no {
  opacity: 0;
  transition: 0s;
  transform: translateY(8%);
}
#method.deactive #application h3 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#method.deactive #application .close {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 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: translateX(-3%);
  transition-delay: 0s;
}

#buy .no {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#buy .plutinum h4 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.6s;
}
#buy .plutinum .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.8s;
}
#buy .gold h4 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#buy .gold .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#buy .gold.deactive h4 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy .gold.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy .animate_point01 .buy_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#buy .animate_point01 .txt_list01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#buy .animate_point01 .entry_btn02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.4s;
}
#buy .animate_point01.deactive .buy_box {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy .animate_point01.deactive .txt_list01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy .animate_point01.deactive .entry_btn02 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .no {
  opacity: 0;
  transition: 0s;
  transform: translateY(8%);
}
#buy.deactive .plutinum h4 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .plutinum .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

#about .big_txt_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0s;
}
#about h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.1s;
}
#about .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.3s;
}
#about .link01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.5s;
}
#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=style04_top_close.css.map */