@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
/*/////////////////////////
 reset
//////////////////////////*/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  color: inherit;
}

a:hover, a:active {
  text-decoration: none;
}

b {
  font-weight: bold;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

/* 
================================================================================
tag
================================================================================
*/
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

a, a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
class
================================================================================
*/
.sans {
  font-family: YakuHanJP, "Noto Sans", sans-serif;
}

.serif {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.wBlack {
  font-weight: 900;
}

.tLeft {
  text-align: left !important;
}

.tCenter {
  text-align: center !important;
}

.cWhite {
  color: #fff;
}

.cBlack {
  color: #000;
}

@media screen and (min-width: 750px) {
  .onlyPC {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .onlySP {
    display: inline-block;
  }
}

.bgWhite {
  background: #fff;
  color: #000;
}

.bgBlue {
  background: #37386c;
  color: #fff;
}

.cBlack {
  color: #000;
}

.palalax {
  display: inline-block;
}
.palalax.auto {
  width: auto;
  height: auto;
}
.palalax.full {
  width: 100%;
}
.palalax.fullfull {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wFull {
  width: 100%;
}
.wFull div {
  margin-left: auto;
  margin-right: auto;
}

.inFrame {
  margin: 0 auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: fit-content;
}

.global_inner {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: fit-content;
}
.global_inner.block {
  display: block;
}
@media screen and (min-width: 750px) {
  .global_inner {
    max-width: 60rem;
  }
}
.global_inner_sub {
  margin: auto;
  max-width: 45rem;
}
@media screen and (max-width: 750px) {
  .global_inner_sub {
    max-width: 86.6666666667vw;
  }
}

.caption + p {
  margin-top: 0.625rem;
}

.tDeco {
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 103, 244), 0px 0px 5px rgb(0, 103, 244), 0px 0px 5px rgb(0, 103, 244), 0px 0px 5px rgb(0, 103, 244);
}

.grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.nav {
  position: fixed;
  width: 100%;
  height: 5rem;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.4s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-transform 0.4s cubic-bezier(0.2, 0.6, 0.4, 1);
  background: #000;
}
@media screen and (min-width: 750px) {
  .nav {
    height: 4rem;
  }
}

.nav__inner {
  position: relative;
  width: 40rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0rem;
}
@media screen and (min-width: 750px) {
  .nav__inner {
    width: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .nav__inner {
    width: 86.6666666667vw;
  }
}
.nav__inner .nav-share {
  position: absolute;
  right: 0;
}

.lang-selector {
  position: absolute;
  left: 0;
}

.lang-selector__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.lang-selector__btn span {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  margin-left: 0.8125rem;
}
@media screen and (min-width: 750px) {
  .lang-selector__btn span {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-left: 0.1875rem;
  }
}

.lang-selector__list {
  position: absolute;
  left: -6.25rem;
  bottom: 3.125rem;
  padding: 1.875rem 5rem;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1), transform 0s linear 0.1s;
  background: #000;
}
@media screen and (max-width: 750px) {
  .lang-selector__list {
    left: 0vw;
    bottom: 9.6vw;
    padding: 4vw 10.6666666667vw;
  }
}

.lang-selector__list li {
  opacity: 0;
  transform: translate3d(-0.8333333333rem, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.lang-selector__list li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.lang-selector__list li:nth-of-type(1) {
  transition-delay: 0s;
}

.lang-selector__list li:nth-of-type(2) {
  transition-delay: 0.1s;
}

.lang-selector__list li:nth-of-type(3) {
  transition-delay: 0.2s;
}

.lang-selector__list li:nth-of-type(4) {
  transition-delay: 0.3s;
}

.lang-selector__list.is--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: visible;
  transition: opacity 0.1s cubic-bezier(0.32, 0, 0.67, 0);
}

.lang-selector__list.is--open li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lang-selector-item {
  display: block;
  position: relative;
  width: 100%;
  color: #fff !important;
  text-align: left;
  transition: opacity 0.2s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.lang-selector-item:hover {
  opacity: 0.6;
}

.lang-selector-item span {
  position: relative;
  font-size: 1.1666666667rem;
  white-space: nowrap;
  line-height: 0.8em;
  transform: scale3d(0.9, 1, 1);
}

.lang-selector-item::after {
  position: absolute;
  display: block;
  content: " ";
  display: block;
  width: 0.5833333333rem;
  height: 0.5833333333rem;
  transform: rotate(45deg);
  border-top: 0.1666666667rem #fff solid;
  border-right: 0.1666666667rem #fff solid;
  top: 0.5833333333rem;
  left: -1.5rem;
  opacity: 0;
}

.lang-selector-item.is--cur span {
  border-bottom: 0.0833333333rem #fff solid;
}

.lang-selector-item.is--cur::after {
  opacity: 1;
}

.nav-preorder-btn {
  display: block;
  position: relative;
  background: #fff;
  width: 11.875rem;
  height: 2.5rem;
  margin-left: 0rem;
}
@media screen and (max-width: 750px) {
  .nav-preorder-btn {
    width: 25.6vw;
    height: 5.3333333333vw;
    margin-left: 0vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.nav-preorder-btn::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #c31b00;
}

.nav-preorder-btn__label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.nav-preorder-btn__label i {
  display: block;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  margin-top: -0.5rem;
  -webkit-animation: navPreorderArrowLoop 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: navPreorderArrowLoop 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media screen and (max-width: 750px) {
  .nav-preorder-btn__label i {
    right: 3.4666666667vw;
    margin-top: -1.0666666667vw;
  }
}

.nav-preorder-btn__label i::after {
  position: absolute;
  display: block;
  content: " ";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  transform: rotate(45deg);
  border-bottom: 0.1875rem #fff solid;
  border-right: 0.1875rem #fff solid;
  box-sizing: border-box;
}
.nav-preorder-btn__label img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.nav-share {
  display: inline-block;
}

.nav-share__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.125rem;
}

.nav-share-item {
  width: 1.625rem;
}

.lang-selector__btn {
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.lang-selector__btn:hover {
  opacity: 0.6;
}

ul.list {
  list-style: disc;
  text-align: left;
}
ul.list li {
  margin-left: 1.5em;
  padding-left: 0em;
}

.lineCenter {
  display: inline-block;
  width: 3em;
  height: 1em;
  position: relative;
}
.lineCenter::after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 3px;
  background: #fff;
}

.gridBG {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 100, 195, 0.4) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 100, 195, 0.4) calc(100% - 1px));
  background-size: 2.375rem 2.375rem;
  background-repeat: repeat;
  background-position: center center;
}
.gridBG::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/_guide2.png) center top/auto auto no-repeat;
  z-index: 100;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .gridBG::after {
    background: url(../img/_guide2_sp.png) center top/100% auto no-repeat;
  }
}
body.kr .gridBG::after {
  background: url(../img_kr/_guide2.png) center top/50% auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.kr .gridBG::after {
    background: url(../img_kr/_guide2_sp.png) center top/100% auto no-repeat;
  }
}
body.zh .gridBG::after {
  background: url(../img_zh/_guide2.png) center top/auto auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.zh .gridBG::after {
    background: url(../img_zh/_guide2_sp.png) center top/100% auto no-repeat;
  }
}

.blackOut {
  position: relative;
}
.blackOut::before {
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .blackOut.section_9::before {
    display: none;
  }
}
.blackOut.kv::before {
  height: 150%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 750px) {
  .blackOut.kv::before {
    height: 250%;
  }
}

.blackOut_sp {
  position: relative;
}
@media screen and (max-width: 750px) {
  .blackOut_sp::before {
    content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgb(0, 0, 0) 100%);
    position: absolute;
    top: 0;
  }
}

dl.dataBg {
  border: solid 2px #ead900;
  margin: auto;
  font-size: 1.15rem;
}
dl.dataBg .larger {
  font-size: 1.8em;
}
dl.dataBg dt {
  background: #ead900;
  padding: 0.625rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 750px) {
  dl.dataBg dt {
    font-size: 1.4rem;
  }
}
dl.dataBg dd {
  padding: 1.875rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.btnWrap.col_2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .btnWrap.col_2 {
    display: block;
  }
}
.btnWrap .btn {
  display: block;
  margin: auto;
  position: relative;
}
.btnWrap .btn.bgRed {
  background: #9e0b0f;
  border: 0 !important;
}
.btnWrap .btn.bgOrange {
  background: #ec770c;
  border: 0 !important;
}
.btnWrap .btn.inLine::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 2px #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .btnWrap .btn.inLine::before {
    border-width: 0.5333333333vw;
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
  }
}
.btnWrap .btn.arrowR::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 3px #fff;
  border-top: 0;
  border-left: 0;
  top: 50%;
  right: 0%;
  transform: translate(-40px, -50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .btnWrap .btn.arrowR::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    transform: translate(-6.6666666667vw, -50%) rotate(-45deg);
  }
}
.uLine {
  display: inline-block;
  margin: auto;
  border-bottom: solid 1px #fff;
  line-height: 1.6;
}

ul.banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
ul.banner li {
  width: 25.625rem;
  margin: 0 0.625rem;
}

.inView {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.75, 0.02, 0.02, 1);
}
.inView.is-show {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.inView.page {
  transform: translate3d(0, 0%, 0);
  transition: all 500ms ease-out;
}

.onView {
  transition: all 500ms ease-out;
  opacity: 0;
}

.swiper {
  width: 35rem;
  height: 41.875rem;
  margin: auto;
  border: solid 1px #00acf5;
}
@media screen and (max-width: 750px) {
  .swiper {
    width: 72vw;
    height: 86.1333333333vw;
  }
}

.swiperWrap {
  position: relative;
  width: 35rem;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .swiperWrap {
    width: 74.6666666667vw;
    height: 89.3333333333vw;
  }
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 119.643%;
}
.swiper-slide::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/parts/icon_zoom.png) center center/contain no-repeat;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}

.swiper-slide:nth-child(3n+1) {
  /*1、4、7、3n+1枚目の背景色 */
}

.swiper-slide:nth-child(3n+2) {
  /*2、5、8、3n+2枚目の背景色 */
}

.swiper-slide:nth-child(3n+3) {
  /*3、6、9、3n+3枚目の背景色 */
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  transform: translate(0, -50%) scale(1, 1.4);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3.125rem;
  height: 3.125rem;
  border: solid 3px #00acf5;
}
@media screen and (max-width: 750px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.swiper-button-next::after {
  border-top: 0;
  border-left: 0;
}

.swiper-button-prev::after {
  border-right: 0;
  border-bottom: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -5rem;
  right: auto;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  color: #00acf5;
}
@media screen and (max-width: 750px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10.6666666667vw;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -5rem;
  left: auto;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  color: #00acf5;
}
@media screen and (max-width: 750px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -10.6666666667vw;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -2.5rem;
  bottom: auto;
  top: 105%;
}
@media screen and (max-width: 750px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 99%;
  }
}

.swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #00acf5;
  opacity: 0.2;
  margin: 0 0.5rem !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.modalWindow {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
body.modalOpen .modalWindow {
  pointer-events: all;
  opacity: 1;
}
body.modalOpen .modalWindow .swiper-wrapper,
body.modalOpen .modalWindow .swiper-button-prev,
body.modalOpen .modalWindow .swiper-button-next {
  pointer-events: all;
}
.modalWindow .bgCover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalWindow .closeBtn {
  position: absolute;
  top: 0;
  right: -6px;
  width: 40px;
  height: 40px;
  transform: translate(0, -120%);
}
.modalWindow .closeBtn::before, .modalWindow .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #00acf5;
}
.modalWindow .closeBtn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modalWindow .closeBtn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalWindow .swiperUnit {
  width: 100vw;
  left: 0%;
  margin: 0 calc(50% - 50vw);
  height: auto;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  .modalWindow .swiperUnit {
    height: 96vw;
    margin-bottom: 4.6666666667vw;
  }
}
.modalWindow .swiperUnit .swiperWrap {
  width: 70vw;
  max-width: 700px;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .modalWindow .swiperUnit .swiperWrap {
    width: 78vw;
  }
}
.modalWindow .swiperUnit .swiperWrap .swiper {
  width: 70vw;
  max-width: 700px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .modalWindow .swiperUnit .swiperWrap .swiper {
    width: 78vw;
  }
}
.modalWindow .swiperUnit .swiperWrap .swiper .swiper-slide {
  height: auto;
  line-height: inherit;
  position: relative;
}
.modalWindow .swiperUnit .swiperWrap .swiper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 119.63%;
}
.modalWindow .swiperUnit .swiperWrap .swiper .swiper-slide:after {
  display: none;
}
.modalWindow .swiperUnit .swiperWrap .swiper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.modalWindow .swiper-horizontal > .swiper-pagination-bullets, .modalWindow .swiper-pagination-bullets.swiper-pagination-horizontal, .modalWindow .swiper-pagination-custom, .modalWindow .swiper-pagination-fraction {
  top: 105%;
}

@-webkit-keyframes navPreorderArrowLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes navPreorderArrowLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* 
================================================================================
body
================================================================================
*/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
html.scrollMode_onepage {
  overflow: hidden;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  html {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.84;
  letter-spacing: 0rem;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  font-feature-settings: "palt";
  color: #000;
  background-color: #000;
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

#scrollBody {
  position: relative;
  width: 100%;
  scrollbar-color: #000 #000;
}
@media screen and (max-width: 750px) {
  #scrollBody {
    overflow: hidden;
  }
}
body.scrollMode_easing #scrollBody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
body.scrollMode_static #scrollBody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  body.scrollMode_static #scrollBody {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

/* 
================================================================================
maintenance
================================================================================
*/
#maintenanceContents {
  display: flex;
  height: calc(var(--vh, 1vh) * 100);
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#maintenanceContents h3 {
  margin-bottom: 3.125rem;
  color: #999;
}
#maintenanceContents p {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.4;
}

/* 
================================================================================
debugWrap
================================================================================
*/
#debugWrap {
  position: fixed;
  width: auto;
  height: auto;
  min-width: 0.625rem;
  min-height: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  z-index: 999999;
  color: #ddd500;
  font-size: 0.875rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.9);
}
#debugWrap .contents {
  padding: 1rem;
}

/* 
================================================================================
container,base
================================================================================
*/
#siteWrap {
  opacity: 0;
  pointer-events: none;
}
body.loadingFinish #siteWrap {
  opacity: 1;
  pointer-events: all;
}

#fixFrame {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  margin: 0;
  pointer-events: none;
}
#fixFrame header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  height: 60px;
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  #fixFrame header {
    height: 13.3333333333vw;
  }
}
#fixFrame header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 100%;
  left: 0;
  background: #eb5505;
}
@media screen and (max-width: 750px) {
  #fixFrame header::after {
    height: 5.3333333333vw;
  }
}
body.noAuLine #fixFrame header::after {
  display: none;
}
#fixFrame header h1 {
  display: inline-block;
}
#fixFrame header h1 .logo {
  width: 265px;
}
@media screen and (max-width: 750px) {
  #fixFrame header h1 .logo {
    width: 44.5333333333vw;
  }
}
#fixFrame header .account {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  #fixFrame header .account {
    right: 2.6666666667vw;
  }
}
#fixFrame::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background: #eb5505;
}
@media screen and (max-width: 750px) {
  #fixFrame::after {
    height: 5.3333333333vw;
  }
}
body.noAuLine #fixFrame::after {
  display: none;
}
#fixFrame .attentionItem {
  position: absolute;
  top: 100px;
  right: 50px;
  font-family: YakuHanJP, "Noto Sans", sans-serif;
}
@media screen and (max-width: 750px) {
  #fixFrame .attentionItem {
    top: 21.3333333333vw;
    right: 2.6666666667vw;
  }
}
#fixFrame .attentionItem #previewAttention {
  width: 150px;
  height: 150px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 600ms ease;
}
@media screen and (max-width: 750px) {
  #fixFrame .attentionItem #previewAttention {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
#fixFrame .attentionItem #previewAttention::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #eb5505;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: opacity 300ms ease, transform 300ms ease, background 150ms ease;
  opacity: 0;
}
#fixFrame .attentionItem #previewAttention span {
  z-index: 2;
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
  transition: opacity 300ms ease-in-out 500ms, color 150ms ease 0ms;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #fixFrame .attentionItem #previewAttention span {
    font-size: 4vw;
  }
}
#fixFrame .attentionItem #previewAttention span small {
  font-size: 0.8em;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
body.notTouchDevice #fixFrame .attentionItem #previewAttention:hover::before {
  border: solid 1px #eb5505;
  background: #fff;
}
body.notTouchDevice #fixFrame .attentionItem #previewAttention:hover span {
  color: #eb5505;
}
body.attentionActive #fixFrame .attentionItem #previewAttention {
  pointer-events: all;
}
body.attentionActive #fixFrame .attentionItem #previewAttention::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
body.attentionActive #fixFrame .attentionItem #previewAttention span {
  opacity: 1;
}
body.modalOpen #fixFrame .attentionItem #previewAttention {
  pointer-events: none;
  opacity: 0;
}
#fixFrame .scrollArrow {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 50px;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
}
@media screen and (max-width: 750px) {
  #fixFrame .scrollArrow {
    bottom: 13.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#fixFrame .scrollArrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  animation: tenmetsu 2s linear infinite;
}
body.scrollArrowActive #fixFrame .scrollArrow {
  opacity: 1;
}
body.modalOpen #fixFrame .scrollArrow {
  opacity: 0;
}

#container {
  position: relative;
  width: 100%;
  visibility: hidden;
}
body.loadingFinish #container {
  visibility: visible;
}
#container.fixed, body.scrollMode_onepage #container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
body.scrollMode_easing #container {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
#container #siteBG {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#container #siteBG span {
  display: none;
}
#container #siteBG::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: transform 2500ms cubic-bezier(0.35, 0.8, 0, 1), opacity 2500ms cubic-bezier(0.35, 0.8, 0, 1);
  opacity: 1;
  transform: translate(0, 0%);
}
body.topContents #container #siteBG::after {
  opacity: 0;
  transform: translate(0, 0%);
}
#container #siteBG ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#container #siteBG ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 1500ms cubic-bezier(0.35, 0.8, 0, 1);
  background: transparent;
}
#container #siteBG ul li:nth-of-type(4) {
  background: url(../img/bg/preview.jpg) center center/cover no-repeat;
}
#container #siteBG ul li.in {
  opacity: 1;
  transform: translate(0, 0);
}
#container #siteBG ul li.out {
  transform: translate(0%, -100%);
}
#container #siteBG ul li.stby {
  transform: translate(0%, 100%);
}
#container #siteNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  display: none;
}
#container #siteNav .sectionNavWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
}
#container #siteNav .sectionNavWrap ul {
  pointer-events: all;
}
#container #siteNav .sectionNavWrap ul li {
  padding: 0.625rem;
  line-height: 1;
}
#container #siteNav .sectionNavWrap ul li:not(.active) {
  cursor: pointer;
}
#container #siteNav .sectionNavWrap ul li.active {
  background: #000;
  color: #fff;
}
#container #siteNav .sectionNavWrap ul li:not(.active):hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.1);
}
#container .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 255, 0, 0.2);
  z-index: 999;
  pointer-events: none;
  display: none;
}
#container section#siteMain::before {
  content: "";
  display: none;
  width: 60rem;
  height: 1250rem;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/_guide.png) center top/60rem auto no-repeat;
  border: solid 1px #c00;
}
@media screen and (max-width: 750px) {
  #container section#siteMain::before {
    background: url(../img/_guide_sp.png) center top/100% auto no-repeat;
    width: 100vw;
    height: 2676vw;
  }
}
body.scroll #container section#siteMain {
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
  body.scroll #container section#siteMain {
    padding-top: 0vw;
  }
}
#container section.page {
  min-height: 100%;
  display: flex;
  justify-content: center;
}
body.scroll #container section.page .inFrame {
  width: 100%;
  max-width: 750px;
}
body.scroll #container section.page .inFrame.full {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}
body.scrollMode_onepage #container section.contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
body.scrollMode_onepage #container section.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.35, 0.8, 0, 1);
}
body.scrollMode_onepage #container section.page.out, body.scrollMode_onepage #container section.page.stby {
  opacity: 0;
  transform: translate(0, 100%);
}
body.scrollMode_onepage #container section.page.out {
  transform: translate(0, -100%);
}
body.scrollMode_onepage #container section.page.stby {
  transform: translate(0, 100%);
}
body.scrollMode_onepage #container section.page.in {
  opacity: 1;
  transform: translate(0, 0%);
}
body.scrollMode_onepage #container section.page .inFrame {
  display: flex;
  justify-content: center;
  height: fit-content;
  align-items: center;
  width: 90%;
}
@media screen and (min-width: 750px) {
  body.scrollMode_onepage #container section.page .inFrame {
    max-width: 750px;
  }
}
@media screen and (max-width: 750px) {
  body.scrollMode_onepage #container section.page .inFrame {
    width: 100%;
  }
}
body.scrollMode_onepage #container section.page .inFrame.full {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}
/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 
================================================================================
contents
================================================================================
*/
#container section.page {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #container section.page {
    font-size: 0.96rem;
  }
}
#container section.page#kv {
  min-height: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv {
    min-height: 113.3333333333vw;
  }
}
#container section.page#kv::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
}
#container section.page#kv .sky {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73.125rem;
  background: url(../img/top/bg.png) center top/2379px auto no-repeat;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .sky {
    background: url(../img/top/bg.png) center top/317.2vw auto no-repeat;
  }
}
#container section.page#kv .logo {
  position: absolute;
  top: 1.25rem;
  right: 6.25rem;
  width: 10.40625rem;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .logo {
    top: 2.6666666667vw;
    left: auto;
    right: 2.6666666667vw;
    width: 22.6666666667vw;
  }
}
#container section.page#kv .mechasma {
  position: absolute;
  top: 2rem;
  left: 6.25rem;
  width: 4.625rem;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .mechasma {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 10vw;
  }
}
#container section.page#kv .robot {
  position: absolute;
  top: 4.0625rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30.5rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot {
    width: 52vw;
    top: 24vw;
  }
}
#container section.page#kv .robot .robotBody {
  position: absolute;
  top: 7.1875rem;
  margin-left: 8.125rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28.6875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .robotBody {
    width: 68.1333333333vw;
    top: 2.6666666667vw;
    margin-left: 21.3333333333vw;
    transform: translate(-56%, 0%);
  }
}
#container section.page#kv .robot .robotBody img {
  opacity: 0;
  transform: translate(-10%, 5%) scale(0.95);
  transition: transform 600ms ease-in-out 1600ms, opacity 300ms ease-in-out 1600ms;
}
#container section.page#kv .robot .robotBody2 {
  position: absolute;
  top: 4.375rem;
  margin-left: -11.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20.5rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .robotBody2 {
    width: 48.5333333333vw;
    top: -1.5625rem;
    transform: translate(-45%, 0);
  }
}
#container section.page#kv .robot .robotBody2 img {
  opacity: 0;
  transform: translate(10%, 5%) scale(0.95);
  transition: transform 600ms ease-in-out 1700ms, opacity 300ms ease-in-out 1700ms;
}
#container section.page#kv .robot .robotBody3 {
  position: absolute;
  top: -10.625rem;
  margin: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 38.25rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .robotBody3 {
    width: 90.6666666667vw;
    top: -16.25rem;
  }
}
#container section.page#kv .robot .robotBody3 img {
  opacity: 0;
  transform: translate(0, 5%) scale(1);
  transition: transform 1500ms ease-in-out 2000ms, opacity 1000ms ease-in-out 2000ms;
}
#container section.page#kv .robot .title {
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translate(-50%, 0) scale(2.5);
  width: 100%;
  height: auto;
  opacity: 0;
  transition: transform 800ms cubic-bezier(0.57, 0.57, 0, 1.01), opacity 600ms ease-in-out;
  transition-delay: 700ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .title {
    top: 57.3333333333vw;
  }
}
#container section.page#kv .robot .title .granbird {
  position: relative;
  width: 30rem;
  margin: 0;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .title .granbird {
    top: 3.3333333333vw;
    width: 61.3333333333vw;
  }
}
#container section.page#kv .robot .text {
  position: absolute;
  top: 25.625rem;
  left: 50%;
  transform: translate(-50%, 0) scale(2.5);
  width: 100%;
  height: auto;
  opacity: 1;
  transition: transform 800ms cubic-bezier(0.57, 0.57, 0, 1.01), opacity 600ms ease-in-out;
  transition-delay: 700ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .text {
    top: 57.3333333333vw;
  }
}
#container section.page#kv .robot .text .gattai {
  position: relative;
  width: 3.125rem;
  margin: 0;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: transform 800ms cubic-bezier(0.57, 0.57, 0, 1.01), opacity 600ms ease-in-out;
  transition-delay: 1000ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .text .gattai {
    top: -0.6666666667vw;
    width: 7.3333333333vw;
  }
}
#container section.page#kv .label {
  position: absolute;
  height: auto;
}
#container section.page#kv .label.formup {
  top: 5rem;
  left: 4.375rem;
  width: 11rem;
}
#container section.page#kv .label.formup img {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate(20%, 0);
  transition-delay: 2100ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .label.formup {
    top: 10.6666666667vw;
    left: -2vw;
    width: 23.3333333333vw;
  }
}
body.kr #container section.page#kv .label.formup {
  top: 9.25rem;
  left: 4.6875rem;
  width: 11rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#kv .label.formup {
    top: 16.6666666667vw;
    left: -2.2666666667vw;
    width: 23.6vw;
  }
}
body.zh #container section.page#kv .label.formup {
  top: 7.375rem;
  left: 4.6875rem;
  width: 11rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#kv .label.formup {
    top: 16.6666666667vw;
    left: -2.2666666667vw;
    width: 23.6vw;
  }
}
#container section.page#kv .label.kenzan {
  top: 4.375rem;
  right: 6.25rem;
  width: 11.75rem;
}
#container section.page#kv .label.kenzan img {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate(-20%, 0%);
  transition-delay: 2200ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .label.kenzan {
    top: 9.3333333333vw;
    right: -0.6666666667vw;
    width: 25.3333333333vw;
  }
}
body.kr #container section.page#kv .label.kenzan {
  top: 4.375rem;
  right: 4.375rem;
  width: 13rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#kv .label.kenzan {
    top: 7.0666666667vw;
    right: -1.6vw;
    width: 27.7333333333vw;
  }
}
#container section.page#kv.is-show .bg {
  animation: flash 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards 1300ms;
  opacity: 1;
  transform: translate(0, 0) scale(1);
  background-position: center top;
  background-size: 125rem auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv.is-show .bg {
    background-position: center top;
    background-size: 266.6666666667vw auto;
  }
}
#container section.page#kv.is-show .robot .robotBody img {
  filter: brightness(1);
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
#container section.page#kv.is-show .robot .fog img {
  filter: brightness(1);
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
#container section.page#kv.is-show .robot .robotBody2 img {
  filter: brightness(1);
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
#container section.page#kv.is-show .robot .robotBody3 img {
  filter: brightness(1);
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
#container section.page#kv.is-show .robot .title {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
#container section.page#kv.is-show .robot .gattai {
  opacity: 1;
}
#container section.page#kv.is-show .robot .gattai img {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#kv.is-show .robot .changer img {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#kv.is-show .label.formup img {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#kv.is-show .label.kenzan img {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#movie {
  min-height: 35rem;
  padding-top: 6.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #container section.page#movie {
    min-height: 77.3333333333vw;
    padding-top: 14.6666666667vw;
  }
}
#container section.page#movie .title {
  width: 100%;
  margin: 0 auto 1.5625rem 1.875rem;
}
#container section.page#movie .title img {
  width: 18.125rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#movie .title img {
    width: 41.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#movie .title {
    margin: 0 auto 2.6666666667vw;
  }
}
body.kr #container section.page#movie .title {
  margin-bottom: 1.25rem;
}
body.kr #container section.page#movie .title img {
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#movie .title img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#movie .title {
    margin-bottom: 0.75rem;
  }
}
body.zh #container section.page#movie .title {
  margin-bottom: 1.25rem;
}
body.zh #container section.page#movie .title img {
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#movie .title img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#movie .title {
    margin-bottom: 0.75rem;
  }
}
#container section.page#movie .movie {
  position: relative;
  width: 40rem;
  border: solid 2px #00acf5;
}
@media screen and (max-width: 750px) {
  #container section.page#movie .movie {
    width: 86.6666666667vw;
    margin: auto;
  }
}
#container section.page#movie .movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#container section.page#movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container section.page#section_1 {
  padding-top: 3.125rem;
}
#container section.page#section_1 .title img {
  width: 77.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .title img {
    width: 165.3333333333vw;
  }
}
#container section.page#section_1 .unit {
  width: 100%;
}
#container section.page#section_1 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_1 .unit .item.jet {
  min-height: 20.625rem;
}
#container section.page#section_1 .unit .item.jet .text {
  position: absolute;
  width: 6.875rem;
  top: 22.5rem;
  left: 12.5rem;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.jet .text {
    top: 42.6666666667vw;
    left: 13.3333333333vw;
    width: 13.8666666667vw;
  }
}
#container section.page#section_1 .unit .item.jet .robo {
  position: absolute;
  width: 33.875rem;
  top: -1.875rem;
  left: 15.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.jet .robo {
    width: 69.3333333333vw;
    top: -8.6666666667vw;
    left: 21.3333333333vw;
  }
}
#container section.page#section_1 .unit .item.jet .label {
  position: absolute;
  width: auto;
  height: 2.3125rem;
  top: 2.5rem;
  left: 14.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.jet .label {
    top: -1.3333333333vw;
    left: 5.3333333333vw;
    height: 6vw;
  }
}
#container section.page#section_1 .unit .item.brester {
  min-height: 17.5rem;
}
#container section.page#section_1 .unit .item.brester .robo {
  position: absolute;
  width: 27.25rem;
  top: -5rem;
  left: 28.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.brester .robo {
    top: -16.6666666667vw;
    left: 46.6666666667vw;
    width: 53.3333333333vw;
  }
}
#container section.page#section_1 .unit .item.brester .label {
  position: absolute;
  width: auto;
  height: 2.25rem;
  top: 0rem;
  left: 25.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.brester .label {
    top: -13.3333333333vw;
    left: 34.6666666667vw;
    height: 6vw;
  }
}
#container section.page#section_1 .unit .item.stand {
  min-height: 37.8125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand {
    min-height: 58.6666666667vw;
  }
}
#container section.page#section_1 .unit .item.stand .arrow_1 {
  position: absolute;
  width: 4rem;
  top: -18.75rem;
  left: 20rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .arrow_1 {
    top: -57.3333333333vw;
    left: 24vw;
    width: 8.8vw;
  }
}
#container section.page#section_1 .unit .item.stand .text_1 {
  position: absolute;
  width: 6.875rem;
  top: -13.125rem;
  left: 12.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .text_1 {
    top: -45.3333333333vw;
    left: 9.3333333333vw;
    width: 13.8666666667vw;
  }
}
#container section.page#section_1 .unit .item.stand .arrowSet {
  position: absolute;
  width: 18.75rem;
  height: 37.5rem;
  top: 0rem;
  left: 33.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .arrowSet {
    top: -14.6666666667vw;
    left: 56vw;
    width: 40vw;
  }
}
#container section.page#section_1 .unit .item.stand .arrowSet .arrow_2 {
  position: absolute;
  width: 11rem;
  top: 0rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .arrowSet .arrow_2 {
    top: 0vw;
    left: 0vw;
    width: 20.8vw;
  }
}
#container section.page#section_1 .unit .item.stand .arrowSet .text_2 {
  position: absolute;
  width: 3.4375rem;
  top: 9.375rem;
  left: 11.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .arrowSet .text_2 {
    top: 17.3333333333vw;
    left: 21.3333333333vw;
    width: 8vw;
  }
}
#container section.page#section_1 .unit .item.stand .robo {
  position: absolute;
  width: 36.4375rem;
  top: -5rem;
  left: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .robo {
    top: -23.3333333333vw;
    left: -2.6666666667vw;
    width: 66.6666666667vw;
  }
}
#container section.page#section_1 .unit .item.stand .label {
  position: absolute;
  width: auto;
  height: 2.25rem;
  bottom: 2.5rem;
  left: 20rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.stand .label {
    bottom: 5.3333333333vw;
    left: 10.6666666667vw;
    height: 6vw;
  }
}
#container section.page#section_1 .unit .item.gattai {
  min-height: 71.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.gattai {
    min-height: 125.3333333333vw;
  }
}
#container section.page#section_1 .unit .item.gattai .bg {
  position: absolute;
  width: 75.5625rem;
  top: -3.75rem;
  left: -6.25rem;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.gattai .bg {
    width: 160vw;
    top: -17.3333333333vw;
    left: -37.3333333333vw;
  }
}
#container section.page#section_1 .unit .item.gattai .robo {
  position: relative;
  width: 56.9375rem;
  top: -4.375rem;
  left: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.gattai .robo {
    top: -10.6666666667vw;
    left: -4vw;
    width: 113.3333333333vw;
  }
}
#container section.page#section_1 .unit .item.gattai .label {
  position: absolute;
  width: auto;
  height: 2.3125rem;
  top: 56.25rem;
  left: 21.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.gattai .label {
    top: 110.6666666667vw;
    left: 24vw;
    height: 6vw;
  }
}
#container section.page#section_1 .unit .item.gattai .global_inner_sub {
  padding-bottom: 0rem;
}
#container section.page#section_1 .unit .item.gattai p {
  margin-top: -9.375rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit .item.gattai p {
    margin-top: -20vw;
  }
}
#container section.page#section_1 .global_inner_sub {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .global_inner_sub {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_1 {
    margin-bottom: 5.3333333333vw;
  }
}
#container section.page#section_2 {
  margin-top: -1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_2 {
    margin-top: 5.3333333333vw;
  }
}
#container section.page#section_2 .title {
  min-height: 9.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .title {
    min-height: 41.3333333333vw;
  }
}
#container section.page#section_2 .title img {
  width: 77.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .title img {
    width: 165.3333333333vw;
  }
}
#container section.page#section_2 .title .text_1 {
  position: absolute;
  bottom: 0;
  left: 16.875rem;
  transform: translate(0, -0.625rem);
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .title .text_1 {
    left: 40vw;
  }
}
body.kr #container section.page#section_2 .title {
  min-height: 9.375rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .title {
    min-height: 41.3333333333vw;
  }
}
body.kr #container section.page#section_2 .title img {
  width: 65.625rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .title img {
    width: 138.6666666667vw;
  }
}
body.kr #container section.page#section_2 .title .text_1 {
  bottom: 0;
  left: 10.625rem;
  transform: translate(0, -0.625rem);
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .title .text_1 {
    bottom: 4vw;
    left: 26.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_2 .title .text_1 {
    bottom: 4vw;
  }
}
#container section.page#section_2 .unit {
  width: 100%;
  position: relative;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit {
    margin-bottom: 21.3333333333vw;
  }
}
body.kr #container section.page#section_2 .unit {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .unit {
    margin-bottom: 17.3333333333vw;
  }
}
#container section.page#section_2 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_2 .unit .item.jet {
  min-height: 36.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit .item.jet {
    min-height: 100vw;
  }
}
body.zh #container section.page#section_2 .unit .item.jet {
  min-height: 38.125rem;
}
#container section.page#section_2 .unit .item.jet .robo {
  position: absolute;
  width: 33.875rem;
  top: -4.375rem;
  left: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit .item.jet .robo {
    width: 70.6666666667vw;
    top: -3.3333333333vw;
    left: -2vw;
  }
}
body.kr #container section.page#section_2 .unit .item.jet .robo {
  top: -2.5rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .unit .item.jet .robo {
    top: -3.125rem;
  }
}
body.zh #container section.page#section_2 .unit .item.jet .robo {
  top: -2.5rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_2 .unit .item.jet .robo {
    top: -3.125rem;
  }
}
#container section.page#section_2 .unit .item.jet .robo_2 {
  position: absolute;
  width: 48.375rem;
  top: 16.25rem;
  left: 8.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit .item.jet .robo_2 {
    width: 104vw;
    top: 56vw;
    left: -2.6666666667vw;
  }
}
body.kr #container section.page#section_2 .unit .item.jet .robo_2 {
  top: 17.5rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .unit .item.jet .robo_2 {
    top: 53.3333333333vw;
  }
}
body.zh #container section.page#section_2 .unit .item.jet .robo_2 {
  top: 17.5rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_2 .unit .item.jet .robo_2 {
    top: 53.3333333333vw;
  }
}
#container section.page#section_2 .unit .item.jet p {
  position: absolute;
  bottom: -2.5rem;
  left: 10.625rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit .item.jet p {
    bottom: -12vw;
    left: 6.6666666667vw;
  }
}
body.kr #container section.page#section_2 .unit .item.jet p {
  bottom: -3.75rem;
}
body.kr #container section.page#section_2 .unit .item.jet p {
  bottom: -3.75rem;
}
#container section.page#section_2 .unit .item.jet_image {
  position: absolute;
  width: 16.875rem;
  top: 2.5rem;
  right: 7.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit .item.jet_image {
    width: 36vw;
    top: 23.3333333333vw;
    right: 6.6666666667vw;
  }
}
#container section.page#section_2 .unit .item.jet_image p {
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  text-align: right !important;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit .item.jet_image p {
    position: absolute;
    top: 26.6666666667vw;
    left: auto;
    right: 0vw;
    white-space: nowrap;
  }
}
body.kr #container section.page#section_2 .unit .item.jet_image {
  top: 3.75rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_2 .unit .item.jet_image {
    top: 18.6666666667vw;
  }
}
body.zh #container section.page#section_2 .unit .item.jet_image {
  top: 3.75rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_2 .unit .item.jet_image {
    top: 18.6666666667vw;
  }
}
#container section.page#section_2 .unit_2 {
  width: 100%;
  justify-content: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit_2 {
    margin-bottom: 1.3333333333vw;
  }
}
#container section.page#section_2 .unit_2 .item {
  position: relative;
  display: inline-flex;
  width: auto;
  height: auto;
  margin: auto;
}
#container section.page#section_2 .unit_2 .item img {
  width: auto;
  height: 11.25rem;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_2 .unit_2 .item img {
    height: 22.6666666667vw;
    margin: 0;
  }
}
#container section.page#section_3 .unit {
  width: 100%;
  position: relative;
}
#container section.page#section_3 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_3 .unit .item.robo {
  margin: -1.25rem auto 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_3 .unit .item.robo {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_3 .unit .item.robo {
    margin-bottom: 10.6666666667vw;
  }
}
#container section.page#section_3 .unit .item.robo img {
  width: 30rem;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_3 .unit .item.robo img {
    width: 60vw;
    margin: 5.3333333333vw auto 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_3 .unit .item.robo img {
    width: 60vw;
    margin: 5.3333333333vw auto 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_3 .unit .item.robo img {
    width: 60vw;
    margin: 5.3333333333vw auto 6vw;
  }
}
#container section.page#section_3 .unit .item.image_1 {
  width: 30rem;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_3 .unit .item.image_1 {
    width: 63.7333333333vw;
    margin: 0vw auto 0.6666666667vw;
  }
}
#container section.page#section_3 .unit .item.image_1 p {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_3 .unit .item.image_1 {
    margin: 0vw auto 6vw;
  }
}
#container section.page#section_4 .title img {
  width: 77.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .title img {
    width: 165.3333333333vw;
  }
}
#container section.page#section_4 .unit {
  width: 100%;
  position: relative;
  min-height: 32.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit {
    min-height: 104vw;
    margin-bottom: 1.3333333333vw;
  }
}
#container section.page#section_4 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_4 .unit .item.robo {
  position: absolute;
  top: -6.875rem;
  left: 0rem;
  width: 41.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit .item.robo {
    top: -14.6666666667vw;
    left: 4vw;
    width: 96vw;
  }
}
#container section.page#section_4 .unit .item.robo p {
  transform: translate(0, -5rem);
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit .item.robo p {
    position: absolute;
    top: 52vw;
    left: 8vw;
    width: auto;
    text-align: left;
  }
}
#container section.page#section_4 .unit .item.image_1 {
  position: absolute;
  top: 13.125rem;
  right: 7.5rem;
  width: 18.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit .item.image_1 {
    top: 56vw;
    right: 13.3333333333vw;
    width: 40vw;
  }
}
#container section.page#section_4 .unit .item.image_1 img {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit .item.image_1 img {
    margin-bottom: 1.3333333333vw;
  }
}
#container section.page#section_4 .unit .item.image_1 p {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit .item.image_1 p {
    position: absolute;
    top: 100%;
    right: 0vw;
    width: 93.3333333333vw;
    text-align: right;
  }
}
#container section.page#section_4 .unit_2 {
  margin-bottom: -3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 {
    margin-bottom: -2.6666666667vw;
  }
}
#container section.page#section_4 .unit_2 .itemFlex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex {
    width: 100vw;
    margin: auto;
  }
}
#container section.page#section_4 .unit_2 .itemFlex .itemFlexItem {
  margin: 0 0.625rem;
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 600ms ease-in-out;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex .itemFlexItem {
    margin: 0;
  }
}
#container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(1) {
  width: 28.8125rem;
  transition-delay: 200ms;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(1) {
    width: 50%;
  }
}
#container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(1) .caption {
  transform: translate(3.125rem, 0);
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(1) .caption {
    width: 61.3333333333vw;
    transform: translate(-5.3333333333vw, 2.6666666667vw);
  }
}
#container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(1) .arrow {
  position: absolute;
  top: 14.375rem;
  left: 26.25rem;
  width: 6.125rem;
  opacity: 0;
  transform: translate(0%, 0);
  transition: 600ms ease-in-out;
  transition-delay: 700ms;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(1) .arrow {
    top: 34.6666666667vw;
    left: 42.6666666667vw;
    width: 11.3333333333vw;
  }
}
#container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(2) {
  width: 28.375rem;
  transition-delay: 800ms;
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(2) {
    width: 50%;
  }
}
#container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(2) .caption {
  transform: translate(-2.5rem, 0);
}
@media screen and (max-width: 750px) {
  #container section.page#section_4 .unit_2 .itemFlex .itemFlexItem:nth-of-type(2) .caption {
    width: 61.3333333333vw;
    transform: translate(-6vw, 2.6666666667vw);
  }
}
#container section.page#section_4 .unit_2 .item.is-show .itemFlex .itemFlexItem {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#section_4 .unit_2 .item.is-show .itemFlex .itemFlexItem:nth-of-type(1) .arrow {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#section_5 .title img {
  width: 77.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .title img {
    width: 165.3333333333vw;
  }
}
#container section.page#section_5 .unit {
  width: 100%;
  position: relative;
  min-height: 35.625rem;
  transform: translate(0, -5rem);
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit {
    min-height: 87.3333333333vw;
  }
}
#container section.page#section_5 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_5 .unit .item.robo {
  position: absolute;
  top: -0.625rem;
  left: 6.25rem;
  width: 27.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit .item.robo {
    top: 0vw;
    left: -0.6666666667vw;
    width: 58.1333333333vw;
  }
}
#container section.page#section_5 .unit .item.robo p {
  position: absolute;
  top: 9.375rem;
  left: 26.25rem;
  width: 25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit .item.robo p {
    top: 20vw;
    left: 52vw;
    width: 53.3333333333vw;
  }
}
#container section.page#section_5 .unit .item.robo_2 {
  position: absolute;
  top: 13.75rem;
  right: 4.375rem;
  width: 42.1875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit .item.robo_2 {
    top: 41.3333333333vw;
    right: 0vw;
    width: 88vw;
  }
}
#container section.page#section_5 .unit .item.robo_2 p {
  position: absolute;
  top: 10rem;
  right: 21.875rem;
  width: 25rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit .item.robo_2 p {
    top: 12vw;
    right: 32vw;
    text-align: left;
  }
}
#container section.page#section_5 .unit_2 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit_2 {
    margin-bottom: 0vw;
  }
}
#container section.page#section_5 .unit_2 .itemFlex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit_2 .itemFlex {
    margin: auto;
    width: 88vw;
  }
}
#container section.page#section_5 .unit_2 .itemFlex .itemFlexItem {
  margin: 0 0.625rem;
  width: 21.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_5 .unit_2 .itemFlex .itemFlexItem {
    width: 42.6666666667vw;
    margin: 0 0.6666666667vw;
  }
}
#container section.page#section_6 {
  min-height: 125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 {
    min-height: 360vw;
  }
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_6 {
    min-height: 428vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_6 {
    min-height: 428vw;
  }
}
#container section.page#section_6 .title {
  position: relative;
  z-index: 2;
}
#container section.page#section_6 .title img {
  width: 77.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .title img {
    width: 165.3333333333vw;
    margin: 0;
  }
}
#container section.page#section_6 .unit {
  width: 100%;
  position: relative;
  min-height: 88.125rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit {
    min-height: 225.3333333333vw;
  }
}
#container section.page#section_6 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_6 .unit .item.face {
  position: absolute;
  top: -6.875rem;
  left: 1.875rem;
  width: 53.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit .item.face {
    top: -14.6666666667vw;
    left: -7.3333333333vw;
    width: 114.9333333333vw;
  }
}
#container section.page#section_6 .unit .item.robo {
  position: absolute;
  top: 33.75rem;
  left: 0rem;
  width: 100%;
  min-height: 54.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit .item.robo {
    top: 72vw;
    min-height: 93.3333333333vw;
  }
}
#container section.page#section_6 .unit .item.robo .fire {
  position: absolute;
  bottom: -6.25rem;
  left: -3.125rem;
  z-index: -1;
  width: 63.5625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit .item.robo .fire {
    bottom: -34.6666666667vw;
    left: -14.6666666667vw;
    width: 130.6666666667vw;
  }
}
#container section.page#section_6 .unit .item.robo .stand {
  position: absolute;
  top: -8.125rem;
  left: -5rem;
  width: 53.9375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit .item.robo .stand {
    top: -14.6666666667vw;
    left: -4vw;
    width: 115.0666666667vw;
  }
}
#container section.page#section_6 .unit .item.robo .text {
  position: absolute;
  top: 12.5rem;
  left: 26.875rem;
  width: 28.1875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit .item.robo .text {
    top: 81.3333333333vw;
    left: 1.3333333333vw;
    width: 60vw;
  }
}
body.kr #container section.page#section_6 .unit .item.robo .text {
  top: 11.875rem;
  width: 25rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_6 .unit .item.robo .text {
    top: 81.3333333333vw;
    left: 1.3333333333vw;
    width: 50.6666666667vw;
  }
}
body.zh #container section.page#section_6 .unit .item.robo .text {
  top: 12.5rem;
  width: 25rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_6 .unit .item.robo .text {
    top: 81.3333333333vw;
    left: 1.3333333333vw;
    width: 50.6666666667vw;
  }
}
#container section.page#section_6 .unit .item.robo .tag {
  position: absolute;
  top: 28.125rem;
  left: 38.75rem;
  width: 14.1875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit .item.robo .tag {
    top: 112vw;
    left: 29.3333333333vw;
    width: auto;
    height: 6vw;
  }
}
body.kr #container section.page#section_6 .unit .item.robo .tag {
  top: 26.25rem;
  left: 36.25rem;
  width: 16.25rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_6 .unit .item.robo .tag {
    top: 112vw;
    left: 29.3333333333vw;
    width: auto;
    height: 6vw;
  }
}
body.zh #container section.page#section_6 .unit .item.robo .tag {
  top: 26.25rem;
  left: 36.25rem;
  width: 16.25rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_6 .unit .item.robo .tag {
    top: 112vw;
    left: 29.3333333333vw;
    width: auto;
    height: 6vw;
  }
}
#container section.page#section_6 .unit_2 {
  width: 100%;
  position: relative;
  margin-top: -14.375rem;
  margin-bottom: 0rem;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit_2 {
    margin-top: -28vw;
  }
}
#container section.page#section_6 .unit_2 .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_6 .unit_2 .item .itemFlex {
  width: 45rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit_2 .item .itemFlex {
    width: 88vw;
  }
}
#container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(1) {
  position: relative;
  width: 19.375rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(1) {
    width: 37.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(1) p {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(1) p {
    top: 50%;
    left: 40vw;
    transform: translate(0, -50%);
  }
}
#container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(2) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(2) {
    width: 88.5333333333vw;
    margin-left: -1.3333333333vw;
    margin-bottom: 6vw;
  }
}
#container section.page#section_6 .unit_2 .item .itemFlex .itemFlexItem:nth-of-type(3) {
  margin-bottom: 0rem;
}
#container section.page#section_7 {
  min-height: 53.75rem;
}
body.kr #container section.page#section_7 {
  min-height: 57.5rem;
}
body.zh #container section.page#section_7 {
  min-height: 57.5rem;
}
#container section.page#section_7 .title {
  z-index: 2;
  margin-top: -2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_7 .title {
    margin: -10.6666666667vw 0 3.3333333333vw;
  }
}
#container section.page#section_7 .title img {
  width: 65.9375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_7 .title img {
    width: 165.3333333333vw;
    margin: 0 0.6666666667vw;
  }
}
body.kr #container section.page#section_7 .title {
  margin-top: 1.25rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_7 .title {
    margin: -10.6666666667vw 0 25.3333333333vw;
  }
}
body.kr #container section.page#section_7 .title img {
  width: 75rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_7 .title img {
    width: 165.3333333333vw;
    margin: 0 0.6666666667vw;
  }
}
body.zh #container section.page#section_7 .title {
  margin-top: 1.25rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_7 .title {
    margin: -10.6666666667vw 0 25.3333333333vw;
  }
}
body.zh #container section.page#section_7 .title img {
  width: 75rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_7 .title img {
    width: 165.3333333333vw;
    margin: 0 0.6666666667vw;
  }
}
#container section.page#section_7 .unit {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #container section.page#section_7 .unit {
    width: 86.6666666667vw;
    min-height: 113.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_7 .unit {
    min-height: 120vw;
  }
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_7 .unit {
    min-height: 120vw;
  }
}
#container section.page#section_7 .unit .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_7 .unit .item.image_1 {
  position: absolute;
  top: -11.875rem;
  left: -10.625rem;
  width: 65rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_7 .unit .item.image_1 {
    top: -42vw;
    left: -24vw;
    width: 130.6666666667vw;
  }
}
#container section.page#section_7 .unit .item.image_2 {
  position: absolute;
  top: -10rem;
  left: -1.875rem;
  width: 15.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_7 .unit .item.image_2 {
    top: 45.3333333333vw;
    left: 19.3333333333vw;
    width: 46.6666666667vw;
  }
}
#container section.page#section_7 .unit .item.image_2 p {
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #container section.page#section_7 .unit .item.image_2 p {
    text-align: center;
    width: 93.3333333333vw;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#container section.page#section_8 .bg {
  position: absolute;
  top: -8.125rem;
  width: 123.8125rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 0.55;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .bg {
    top: -26.6666666667vw;
    width: 280vw;
  }
}
#container section.page#section_8 .title {
  z-index: 2;
  margin-top: -2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .title {
    margin-top: -4vw;
  }
}
#container section.page#section_8 .title img {
  width: 65.9375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .title img {
    width: 130.6666666667vw;
    margin: 0 0.6666666667vw;
  }
}
body.kr #container section.page#section_8 .title img {
  width: 76.875rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_8 .title img {
    width: 165.3333333333vw;
    margin: 0 0.6666666667vw;
  }
}
body.zh #container section.page#section_8 .title img {
  width: 76.875rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_8 .title img {
    width: 165.3333333333vw;
    margin: 0 0.6666666667vw;
  }
}
#container section.page#section_8 .unit {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-top: -12.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit {
    margin-top: -24vw;
  }
}
body.kr #container section.page#section_8 .unit {
  margin-top: -6.875rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_8 .unit {
    margin-top: -14.6666666667vw;
  }
}
body.zh #container section.page#section_8 .unit {
  margin-top: -6.875rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_8 .unit {
    margin-top: -14.6666666667vw;
  }
}
#container section.page#section_8 .unit .image {
  position: relative;
  width: 40.75rem;
  left: 2rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit .image {
    width: 86.9333333333vw;
    left: 6.6666666667vw;
  }
}
#container section.page#section_8 .title2 {
  z-index: 6;
  margin-top: -3.125rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .title2 {
    margin-top: -3.3333333333vw;
  }
}
#container section.page#section_8 .title2 img {
  width: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .title2 img {
    width: 93.3333333333vw;
  }
}
body.kr #container section.page#section_8 .title2 {
  margin-top: -1.875rem;
}
body.kr #container section.page#section_8 .title2 img {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_8 .title2 img {
    width: 93.3333333333vw;
  }
}
body.zh #container section.page#section_8 .title2 {
  margin-top: -1.875rem;
}
body.zh #container section.page#section_8 .title2 img {
  width: 46.25rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_8 .title2 img {
    width: 93.3333333333vw;
  }
}
#container section.page#section_8 .unit_3 {
  width: 100%;
  position: relative;
  margin-top: -0.625rem;
  margin-bottom: 2.5rem;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit_3 {
    margin-bottom: 0vw;
  }
}
#container section.page#section_8 .unit_3 .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_8 .unit_3 .item .itemFlex {
  width: 45rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit_3 .item .itemFlex {
    margin: auto;
    width: 86.6666666667vw;
  }
}
#container section.page#section_8 .unit_3 .item .itemFlex .itemFlexItem {
  margin: 0 0rem;
  height: 22.8125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit_3 .item .itemFlex .itemFlexItem {
    height: 48.5333333333vw;
  }
  #container section.page#section_8 .unit_3 .item .itemFlex .itemFlexItem img {
    width: auto;
    height: 100%;
  }
}
#container section.page#section_8 .unit_4 {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-top: 0rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit_4 {
    width: 86.6666666667vw;
    padding-bottom: 16vw;
  }
}
#container section.page#section_8 .unit_4 .image {
  position: relative;
  width: 32.5rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#section_8 .unit_4 .image {
    width: 86.6666666667vw;
  }
}
#container section.page#section_9 {
  overflow: hidden;
}
#container section.page#section_9 .bg {
  position: absolute;
  top: 41.875rem;
  width: 63.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .bg {
    top: 86.6666666667vw;
    width: 138.6666666667vw;
  }
}
#container section.page#section_9 .title {
  z-index: 6;
  margin-top: -1.25rem;
  margin-bottom: 0rem;
}
#container section.page#section_9 .title img {
  width: 77.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .title img {
    width: 149.3333333333vw;
    margin: 0 0.6666666667vw;
  }
}
body.kr #container section.page#section_9 .title {
  margin-top: -2.5rem;
  margin-bottom: 0rem;
}
body.zh #container section.page#section_9 .title {
  margin-top: -2.5rem;
  margin-bottom: 0rem;
}
#container section.page#section_9 .unit {
  width: 45rem;
  min-height: 41.25rem;
  margin: auto;
  position: relative;
  z-index: 5;
  margin-top: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit {
    min-height: 85.3333333333vw;
  }
}
#container section.page#section_9 .unit .image_1 {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95.9375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit .image_1 {
    width: 204.6666666667vw;
  }
}
#container section.page#section_9 .unit .image_2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit .image_2 {
    width: 128vw;
  }
}
#container section.page#section_9 .unit_2 {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-top: -1.875rem;
  margin-bottom: 0rem;
}
#container section.page#section_9 .unit_2 .image {
  position: relative;
  width: 48.625rem;
  top: 0rem;
  left: -1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_2 .image {
    width: 106.6666666667vw;
    top: 2.6666666667vw;
    left: 0vw;
  }
}
#container section.page#section_9 .unit_2 .image_2 {
  position: absolute;
  width: 11.6875rem;
  top: 36.875rem;
  left: auto;
  right: -0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_2 .image_2 {
    width: 24.9333333333vw;
    top: 130.6666666667vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#container section.page#section_9 .unit_2 p {
  transform: translate(0, -3.125rem);
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_2 p {
    transform: translate(0, -6.6666666667vw);
  }
}
#container section.page#section_9 .unit_3 {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-top: -2.5rem;
}
#container section.page#section_9 .unit_3 .image {
  position: relative;
  width: 49.875rem;
  left: -1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_3 .image {
    width: 109.3333333333vw;
    top: -2.6666666667vw;
    left: 1.3333333333vw;
  }
}
#container section.page#section_9 .unit_3 p {
  position: absolute;
  top: 23.125rem;
  left: 5.625rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_3 p {
    top: 42.6666666667vw;
    left: 12vw;
  }
}
#container section.page#section_9 .unit_4 {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-top: -4.375rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_4 {
    margin-bottom: 22.6666666667vw;
  }
}
body.kr #container section.page#section_9 .unit_4 {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_9 .unit_4 {
    margin-bottom: 22.6666666667vw;
  }
}
body.zh #container section.page#section_9 .unit_4 {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_9 .unit_4 {
    margin-bottom: 22.6666666667vw;
  }
}
#container section.page#section_9 .unit_4 .image {
  position: relative;
  width: 35.75rem;
  left: -4.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_4 .image {
    width: 77.3333333333vw;
    top: -8vw;
    left: 5.3333333333vw;
  }
}
#container section.page#section_9 .unit_4 p {
  position: absolute;
  top: 20.625rem;
  left: 25.625rem;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_4 p {
    width: 77.3333333333vw;
    top: 81.3333333333vw;
    left: 34.6666666667vw;
  }
}
body.kr #container section.page#section_9 .unit_4 p {
  top: 22.5rem;
}
@media screen and (max-width: 750px) {
  body.kr #container section.page#section_9 .unit_4 p {
    top: 81.3333333333vw;
    left: 34.6666666667vw;
  }
}
body.zh #container section.page#section_9 .unit_4 p {
  top: 22.5rem;
}
@media screen and (max-width: 750px) {
  body.zh #container section.page#section_9 .unit_4 p {
    top: 81.3333333333vw;
    left: 34.6666666667vw;
  }
}
#container section.page#section_9 .unit_5 {
  width: 100%;
  position: relative;
  margin-top: -6.25rem;
  padding-bottom: 15.625rem;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_5 {
    margin-top: -18.6666666667vw;
    padding-bottom: 53.3333333333vw;
  }
}
#container section.page#section_9 .unit_5 .item {
  position: relative;
  width: 100%;
  height: auto;
}
#container section.page#section_9 .unit_5 .item .itemFlex {
  width: 45rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_5 .item .itemFlex {
    margin: auto;
    width: 88vw;
  }
}
#container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem {
  margin: 0 0rem;
}
#container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem:nth-of-type(1) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem:nth-of-type(1) {
    margin-bottom: 0vw;
  }
}
#container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem:nth-of-type(2) {
  position: relative;
  width: 20.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem:nth-of-type(2) {
    width: 74.6666666667vw;
    margin: auto;
  }
}
#container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem:nth-of-type(2) p {
  position: absolute;
  top: 50%;
  left: 100%;
  text-align: left;
  white-space: nowrap;
  transform: translate(1.25rem, -50%);
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#section_9 .unit_5 .item .itemFlex .itemFlexItem:nth-of-type(2) p {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
  }
}
#container section.page#section_9 .unit_6 {
  width: 45rem;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-top: 0rem;
  padding-bottom: 9.375rem;
}
#container section.page#section_9 .unit_6 .image {
  position: relative;
  width: 32.5rem;
  margin: auto;
}
#container section.page#products {
  border-top: solid 0.25rem #00acf5;
  padding-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products {
    padding-top: 6.6666666667vw;
  }
}
#container section.page#products .title {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .title {
    margin-bottom: 1.3333333333vw;
  }
}
#container section.page#products .title img {
  width: 12.1875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .title img {
    width: 32vw;
  }
}
#container section.page#products .swiperUnit {
  width: 100vw;
  left: 0%;
  margin: 0 calc(50% - 50vw);
  height: 45.625rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .swiperUnit {
    height: 86.1333333333vw;
    margin-bottom: 14vw;
  }
}
#container section.page#products .swiperUnit .swiper .swiper-slide {
  position: relative;
}
#container section.page#products .swiperUnit .swiper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
#container section.page#products h3 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  width: 45rem;
  margin: 0 0 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products h3 {
    text-align: center !important;
    width: 72vw;
    margin-bottom: 4vw;
  }
}
#container section.page#products .read {
  margin: 0 0 1.25rem;
  font-size: 1.3rem;
  width: 45rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .read {
    width: 72vw;
    margin-bottom: 5.3333333333vw;
    text-align: center !important;
  }
}
#container section.page#products ul.list {
  width: 45rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products ul.list {
    width: 72vw;
    margin-bottom: 14.6666666667vw;
  }
}
#container section.page#products .specData {
  margin: 0 auto 3.75rem;
  width: 45rem;
  padding: 2.5rem;
  border: solid 1px #fff;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData {
    width: 72vw;
    padding: 5.3333333333vw;
  }
}
#container section.page#products .specData dl {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.9375rem 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl {
    grid-template-columns: 1fr;
    grid-gap: 0vw 5.3333333333vw;
    font-size: 1.1em;
  }
}
#container section.page#products .specData dl dt {
  font-size: 0.9em;
}
#container section.page#products .specData dl dt span {
  display: inline-block;
  transform: translateY(0.2em);
}
#container section.page#products .specData dl dd {
  display: flex;
  align-items: flex-end;
}
#container section.page#products .specData dl dd.label {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl dd:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
}
#container section.page#buy {
  border-bottom: solid 0.25rem #00acf5;
  padding-bottom: 10rem;
  min-height: 39.375rem;
}
#container section.page#buy .dataBg {
  margin: 0 auto 2.5rem;
  width: 45rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .dataBg {
    margin: 0 auto 8vw;
    width: 72vw;
  }
}
#container section.page#buy .point {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .point {
    margin-bottom: 6vw;
  }
}
#container section.page#buy .btnWrap {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .btnWrap {
    margin-bottom: 6vw;
  }
}
#container section.page#buy .btnWrap.col_2 {
  width: 48.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .btnWrap.col_2 {
    display: block;
    width: 100%;
  }
}
#container section.page#buy .btnWrap.col_2 .btn {
  margin-bottom: 0.625rem;
  width: 21.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .btnWrap.col_2 .btn {
    width: 72vw;
  }
}
#container section.page#buy .btnWrap .btn {
  width: 23.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .btnWrap .btn {
    width: 72vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#buy .btnWrap .btn img {
    width: 73.3333333333vw;
    margin: auto;
  }
}
#container section.page#banner {
  padding-bottom: 5rem;
  display: block;
}
@media screen and (min-width: 750px) {
  #container section.page#banner {
    padding-bottom: 4rem;
  }
}
#container section.page#banner .inFrame {
  width: 100%;
  display: block;
}
#container section.page#banner .inFrame:nth-of-type(2) {
  background: #252525;
  padding: 1.875rem 0 0.9375rem 0;
}
@media screen and (max-width: 750px) {
  #container section.page#banner .inFrame:nth-of-type(2) {
    padding: 4.2666666667vw 0;
  }
}
#container section.page#banner .bannerImage {
  display: block;
  margin: 0 auto 3.125rem;
  width: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#banner .bannerImage {
    width: 88vw;
    margin-bottom: 13.3333333333vw;
  }
}
#container section.page#banner .copyright {
  font-size: 10px;
  margin-bottom: 1.25rem;
  line-height: 3;
}
@media screen and (max-width: 750px) {
  #container section.page#banner .copyright {
    font-size: 2.1333333333vw;
    margin-bottom: 0vw;
  }
}
#container section.page#banner .bannerUnit ul {
  margin-bottom: 0;
}
#container section.page#banner .bannerUnit ul li {
  width: 12rem;
  margin: 0 0.9375rem 0.9375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#banner .bannerUnit ul {
    display: flex;
    justify-content: center;
    width: 100% li;
    width-width: 25.6vw;
    width-margin: 0 2.1333333333vw 0;
  }
}
#container section.page#banner {
  background: #000;
}
#container section.page#banner .inFrame:nth-of-type(1) {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@keyframes flash {
  0% {
    filter: brightness(1);
  }
  30% {
    filter: brightness(3);
  }
  100% {
    filter: brightness(1);
  }
}
/* 
================================================================================
loader
================================================================================
*/
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
  z-index: 50000;
  transition: all 1000ms ease 500ms;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 250ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  width: 2.5rem;
  height: 2.5rem;
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px rgba(0, 100, 190, 0.3);
  opacity: 0;
  animation-name: loading_circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
#loader #loadingCircle::after {
  animation-delay: 600ms;
}

@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}