/* movie-bg
---------------------------------------------------------------------------- */
.video-container2 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin-top: -2.25%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-mask-image: url(../../assets/img/introduction/movie-mask.svg);
  mask-image: url(../../assets/img/introduction/movie-mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.video-container2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

/* update-list
---------------------------------------------------------------------------- */
.update-list {
  width: 90%;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(81, 29, 84, 0.8);
  padding: 5%;
  padding-top: 25px;
  padding-bottom: 15px;
  z-index: 11;
  font-size: clamp(0.625rem, 0.5197rem + 0.5263vw, 0.75rem);
}

.update-list-title {
  font-size: 150%;
  margin-bottom: 10px;
  position: relative;
}

.update-list li {
  line-height: 1.2;
  padding-bottom: 10px;
  text-indent: -1.8em;
  margin-left: 3em;
}

.update-list .newicon {
  background: #e63803;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 5;
  /* animation: blinking 1s ease-in-out infinite alternate; */
  animation: blinking2 2s infinite;
  width: 20px;
  height: 20px;
  top: -0.5em;
  left: -0.1em;
  position: absolute;
}

.update-list-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
  z-index: 12;
  padding: 3px 3px 3px 6px;
  background: #000;
  border-radius: 30px 0 0 30px;
}

.closemenu {
  display: none;
}

/* main
---------------------------------------------------------------------------- */
.introduction-wp {
  position: relative;
  overflow: hidden;
}

.introduction-ss-box {
  width: 95%;
  padding: 2.5% 2.5% 2.5% 2.5%;
}

.introduction-ss-box2 {
  width: 100%;
  max-width: 1000px;
  padding: 0%;
}

.introduction-system-img {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto 5% auto;
  position: relative;
}

.introduction-system-img2 {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 5% auto;
}

.introduction-system-img3 {
  width: 80%;
  margin: 0 auto 5% auto;
}

.introduction-system-img4 {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto 5% auto;
  position: relative;
}

.introduction-ss-box img {
  width: 100%;
}

.zoom-modaal-item3 {
  position: relative;
}

.slider2 {
  max-width: 1000px;
}

.battle-ss-cont {
  max-width: 1000px;
}

.mg2 {
  margin-top: 2.5%;
}

.zoom-ico {
  width: 10%;
  bottom: 7%;
  right: 5%;
}

.introduction-ss-box2 .zoom-ico {
  width: 10%;
  bottom: 5%;
  right: 2%;
}

@media screen and (max-width: 700px) {
  .introduction-ss-box {
    width: 100%;
  }
  .introduction-system-img {
    width: 90%;
  }
  .introduction-ss-box2 .zoom-ico {
    width: 10%;
  }
  .introduction-system-img2 {
    width: 90%;
  }
  .introduction-system-img3 {
    width: 90%;
  }
  .introduction-system-img4 {
    width: 90%;
  }
}
/* title
---------------------------------------------------------------------------- */
.title-h2 {
  width: 100%;
  font-weight: 600;
}

.title-h2_txt {
  padding-top: 8%;
  font-size: clamp(1em, 4.5vw, 5em);
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-left: 5%;
  filter: drop-shadow(-2px -2px 4px rgb(230, 109, 29)) drop-shadow(2px 2px 4px rgb(138, 23, 203));
}

.title-h2_txt_point1 {
  font-size: 60%;
}

.title-h3 {
  width: 80%;
  font-size: clamp(1em, 3vw, 3em);
  padding-bottom: 17px;
  border-bottom: solid 1px #fff;
  margin: 5% auto 0 auto;
  text-align: center;
}

.title-h3 .newicon {
  background: #e63803;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 5;
  /* animation: blinking 1s ease-in-out infinite alternate; */
  animation: blinking2 2s infinite;
  top: -0.5em;
  left: -0.1em;
  display: inline-block;
}

.product-main-box_ss-img .newicon {
  background: #e63803;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 5;
  /* animation: blinking 1s ease-in-out infinite alternate; */
  animation: blinking2 2s infinite;
  top: 0.2em;
  left: 0.2em;
  position: absolute;
}

.title-h4 {
  width: calc(100% - 20px);
  font-size: clamp(1em, 3vw, 2em);
  padding: 10px;
  text-align: center;
  margin-top: 3%;
  background: url(../../assets/img/main/product-title-left.svg) no-repeat center right, url(../../assets/img/main/product-title-right.svg) no-repeat center left;
}

.story-cont {
  background-image: url(../../assets/img/introduction/title-story.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50% auto;
}

.battle-cont {
  background-image: url(../../assets/img/introduction/cont-battle_wp.png), url(../../assets/img/introduction/title-battle.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top left;
  background-size: 60% auto, 50% auto;
  margin-bottom: 10%;
}

.field-cont {
  background-image: url(../../assets/img/introduction/title-field.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50% auto;
  position: relative;
}

.original-cont {
  background-image: url(../../assets/img/introduction/title-original.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50% auto;
  margin-top: 10%;
}

.introduction-top_maintxt,
.introduction-main-txt,
.introduction-system-txt {
  font-size: clamp(0.7em, 1.5vw, 1.5em);
  line-height: 1.61;
  font-feature-settings: "palt";
}

.introduction-system-txt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0 4% 0;
}

.introduction-system-txt2 {
  font-size: clamp(0.7em, 1.5vw, 1.3em);
  line-height: 1.61;
  font-feature-settings: "palt";
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0 4% 0;
}

.title-h3,
.introduction-main-txt,
.introduction-system-txt,
.introduction-system-txt2 {
  filter: drop-shadow(0px 0px 4px rgb(0, 0, 0)) drop-shadow(0px 0px 4px rgb(0, 0, 0));
}

.introduction-top_maintxt p {
  filter: drop-shadow(0px 0px 4px rgb(0, 0, 0)) drop-shadow(0px 0px 4px rgb(0, 0, 0));
}

@media screen and (max-width: 1000px) {
  .introduction-top_maintxt {
    line-height: 1.61;
  }
  .introduction-system-txt {
    width: 90%;
    line-height: 2;
  }
  .original-cont {
    padding-bottom: 18%;
  }
  .title-h3 {
    width: 90%;
    font-size: clamp(1em, 4vw, 4em);
  }
  .field-cont .title-h2 {
    margin-top: 20%;
  }
}
/* story
---------------------------------------------------------------------------- */
#introduction-story .introduction-top_maintxt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.5;
  padding: 4% 0;
}

.introduction-top_maintxt-btn {
  width: 50%;
  max-width: 450px;
  font-size: 1.5em;
  margin-bottom: 10%;
}

.introduction-top_maintxt-btn a {
  padding: 20px;
}

#introduction-story .base-btn p::after {
  padding: 0 3% 0 3%;
}

.brmargin-pc {
  padding-bottom: 3%;
}

@media screen and (max-width: 1000px) {
  #introduction-story .introduction-top_maintxt {
    width: 75%;
  }
  .brmargin-sp {
    padding-bottom: 3%;
  }
}
/* battle
---------------------------------------------------------------------------- */
.battle-ss-cont .swiper-button-prev {
  left: -30px !important;
}

.battle-ss-cont .swiper-button-next {
  right: -30px !important;
}

.swiper-button-prev.mt0 {
  top: 40% !important;
  left: -30px !important;
}

.swiper-button-next.mt0 {
  top: 40% !important;
  right: -30px !important;
}

.swiper-button-prev.mt1 {
  left: -30px !important;
}

.swiper-button-next.mt1 {
  right: -30px !important;
}

.battle-cont .swiper-pagination {
  bottom: max(-20%, -40px);
}

.battle-cont .swiper-pagination.slider7v {
  bottom: -5%;
}

@media screen and (max-width: 700px) {
  .battle-cont .swiper-pagination.slider7v {
    bottom: -8%;
  }
}
.battle-ss-cont {
  width: 60%;
  margin-left: 5%;
  position: relative;
}

.movie-cont a {
  position: relative;
  display: block;
  padding: 3%;
}

.movie-cont_btn {
  position: absolute;
  top: 0;
}

.battle-ss-cont .movie-cont_btn {
  width: 100%;
}

.battle-ss-cont .movie-cont_btn img {
  width: 100%;
}

.battle-cont .introduction-main-txt {
  width: 70%;
  margin-left: 7%;
  margin-top: 5%;
}

@media screen and (max-width: 1000px) {
  .battle-cont .introduction-main-txt {
    margin-top: 7%;
  }
}
@media screen and (max-width: 700px) {
  .battle-cont .introduction-main-txt {
    width: 80%;
    margin-left: 7%;
    margin-top: 9%;
    margin-bottom: 10%;
  }
}
/* field
---------------------------------------------------------------------------- */
.field-cont .title-h2_txt {
  padding-top: 2%;
}

.field-cont .title-h2_txt_point1 {
  padding-right: 1%;
}

.field-cont .title-h2_txt {
  text-align: right;
}

.field-cont .swiper-container img {
  width: 100%;
}

.field-cont .movie-cont a {
  padding: 0;
}

.field-cont .movie-cont_btn {
  width: 100%;
}

.field-cont .movie-cont_btn img {
  width: 100%;
}

.field-cont .slider1 {
  width: 100%;
  height: 100vh;
  mask-image: url(../../assets/img/introduction/movie-mask.svg);
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: 100% 100%;
  -webkit-mask-image: url(../../assets/img/introduction/movie-mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  -webkit-mask-size: 100% 100%;
}

.field-cont .swiper-pagination {
  text-align: right;
  margin-right: 2%;
  bottom: 18%;
}

.field-cont .introduction-main-txt {
  margin-top: -10%;
  text-align: left;
  margin-left: 7%;
}

.field_text {
  line-height: 2.5;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .field-cont .title-h2_txt {
    margin-right: 3%;
  }
  .field-cont .introduction-main-txt {
    width: 90%;
    margin: -20% auto 0 auto;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-mask-image: url(../../assets/img/introduction/movie-mask.svg);
  mask-image: url(../../assets/img/introduction/movie-mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
  .video-container {
    height: 60vh;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
  .video-container video {
    height: 90vh;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 700px) {
  .video-container {
    height: 30vh;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
  .video-container video {
    height: 50vh;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 350px) {
  .video-container {
    height: 25vh;
  }
}
/* original
---------------------------------------------------------------------------- */
.original-cont .title-h2 {
  text-align: center;
  padding-bottom: 5%;
}

.original-cont .title-h2_txt {
  padding-left: 0;
}

.original-cont .introduction-main-txt {
  width: 70%;
  margin: 5% auto 10% auto;
  text-align: center;
}

.introduction-top {
  width: 100%;
  max-width: 1000px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  flex-wrap: nowrap;
  margin: 2% auto 0 auto;
}

.introduction-top_ss2_sp {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}

.introduction-top img {
  width: 100%;
}

.introduction-top_ss1 {
  width: 64.7%;
  position: relative;
}

.introduction-top_ss2 {
  width: 43.3%;
  margin-left: -8%;
  position: relative;
}

.introduction-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 1.8vw;
  padding: 7% 0 8% 0;
  line-height: 1.2;
}

.introduction-txt span {
  width: 5%;
  display: inline-block;
  padding-left: 2%;
}

.introduction-top_ss2 .introduction-txt {
  padding: 4.85% 0;
}

.introduction-top_ss2 .introduction-txt span {
  width: 3.3%;
  display: inline-block;
}

.introduction-top_maintxt-btn {
  width: 40%;
  margin-top: 5%;
}

.original-cont .swiper-pagination.movien5 {
  bottom: 0;
}

.slider5 .swiper-wrapper {
  padding-bottom: 5%;
}

.swiper-pagination.movien5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #bbb8b5;
  opacity: 0.5;
  transform: rotate(45deg);
  margin: 5px 10px;
  font-size: 0px;
}

.swiper-pagination.movien5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(187, 187, 187, 0.5333333333);
}

@media screen and (max-width: 1000px) {
  .original-cont .introduction-main-txt {
    width: 80%;
  }
  .base-btn.introduction-top_maintxt-btn {
    width: 80%;
    font-size: 0.8em;
    margin-bottom: 20%;
  }
}/*# sourceMappingURL=introduction.css.map */