@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: 50rem;
  }
}
@media screen and (max-width: 750px) {
  .global_inner {
    width: 86.6666666667vw;
  }
}

.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: 1fr 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;
}

.plx {
  width: 100%;
}

.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-color: #000;
  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: 49.75rem;
  height: auto;
  margin: auto;
  border: solid 1px #f6c31c;
  aspect-ratio: 796/776;
}
@media screen and (max-width: 750px) {
  .swiper {
    width: 100%;
  }
}

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

.swiper--frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.swiper--frame::before {
  position: absolute;
  display: block;
  content: " ";
  left: -0.2916666667rem;
  right: -0.2916666667rem;
  top: -0.2916666667rem;
  bottom: -0.2916666667rem;
  background: url(../img/products/slide-frame.png) 50% 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.swiper--frame::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}

.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: 100%;
}
.swiper-slide::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: url(../img/parts/zoom.png) center center/contain no-repeat;
  position: absolute;
  right: 0.125rem;
  bottom: 0.125rem;
}

.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: 2.5rem;
  height: 6.375rem;
  margin-top: 0;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/products/arrow-l.png) center center/contain no-repeat;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 6.375rem;
}
@media screen and (max-width: 750px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.swiper-button-next {
  background: url(../img/products/arrow-r.png) center center/contain no-repeat;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -3.75rem;
  right: auto;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  color: #f6c31c;
}
@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: -3.75rem;
  left: auto;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  color: #f6c31c;
}
@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: 105%;
  }
}

.swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #f6c31c;
  opacity: 0.2;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 750px) {
  .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1.0666666667vw !important;
  }
}

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

figure.content-image .box, figure.content-image .box_auto {
  position: relative;
}
figure.content-image .box {
  height: 0;
  padding-top: 57.5384615385%;
  position: relative;
}
figure.content-image .box i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
figure.content-image .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
figure.content-image .box .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc;
}
figure.content-image .bg-box {
  background: #000;
}
figure.content-image .line-box i {
  border: #faca00 0.25rem solid;
}
figure.content-image .tag {
  background-color: #f6c31c;
  color: #000;
  padding: 0.5em 2em;
  position: absolute;
  line-height: 1;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans", sans-serif;
}
figure figcaption {
  padding-top: 1.25rem;
}

.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;
}
.modalWindow .swiper-fade .swiper-slide-active, .modalWindow .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: none;
}
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: #f6c31c;
}
.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: 97%;
}
.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);
  }
}
.content-shout {
  animation: shoutIn 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.content-zoom {
  animation: zoomIn 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.content-fade {
  animation: fadeIn 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.inShout.is--stby .content-shout,
.inShout.is--stby .content-zoom,
.inShout.is--stby .content-fade {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
}

@keyframes shoutIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale3d(4, 4, 4);
    transform: translate3d(0, 0, 0) scale3d(4, 4, 4);
  }
  1% {
    opacity: 1;
  }
  5% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(4, 4, 4);
    transform: translate3d(0, 0, 0) scale3d(4, 4, 4);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  60% {
    -webkit-transform: translate3d(2%, 5%, 0) scale3d(1, 1, 1);
    transform: translate3d(2%, 5%, 0) scale3d(1, 1, 1);
  }
  70% {
    -webkit-transform: translate3d(-3%, -1%, 0) scale3d(1, 1, 1);
    transform: translate3d(-3%, -1%, 0) scale3d(1, 1, 1);
  }
  80% {
    -webkit-transform: translate3d(-1%, 2%, 0) scale3d(1, 1, 1);
    transform: translate3d(-1%, 2%, 0) scale3d(1, 1, 1);
  }
  90% {
    -webkit-transform: translate3d(1%, -1%, 0) scale3d(1, 1, 1);
    transform: translate3d(1%, -1%, 0) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0) scale3d(1, 1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
/* 
================================================================================
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: 3.2vw;
  }
}

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;
  background-color: #000;
}
#container #siteBG::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
  background: url(../img/_sample/PC_bangdragon.jpg?v=3) center 700px no-repeat;
  background-size: 2400px auto;
  z-index: 1000;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  #container #siteBG::after {
    opacity: 0;
  }
}
#container #siteBG i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#container #siteBG i:nth-child(1) {
  background: url(../img/bg/bg-honeycomb.png) 0 0 repeat;
  background-size: 7.4375rem 6.375rem;
  animation: bgLoopA 40s linear infinite;
  top: -20%;
}
@media screen and (max-width: 750px) {
  #container #siteBG i:nth-child(1) {
    background-size: 4.9583333333rem 4.25rem;
    animation: bgLoopA_sp 40s linear infinite;
  }
}
#container #siteBG i:nth-child(2) {
  background: url(../img/bg/bg-dot.png) 0 0 repeat;
  background-size: 5.5rem;
  animation: bgLoopB 20s linear infinite;
}
@media screen and (max-width: 750px) {
  #container #siteBG i:nth-child(2) {
    background-size: 3.6666666667rem;
    animation: bgLoopB_sp 20s linear infinite;
  }
}
#container #siteBG i:nth-child(3) {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150rem;
  height: 163.125rem;
  background: url(../img/top/earth.png) center -71.875rem/auto auto no-repeat;
}
#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;
}
@keyframes bgLoopA {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -6.375rem;
    @media screen and (max-width: 750px) {
      background-position: 0 -4.25rem;
    }
  }
}
@keyframes bgLoopA_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -4.25rem;
  }
}
@keyframes bgLoopB {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -5.5rem;
    @media screen and (max-width: 750px) {
      background-position: 0 -3.6666666667rem;
    }
  }
}
@keyframes bgLoopB_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -3.6666666667rem;
  }
}
/* 
================================================================================
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 .title {
  margin: 0 0 3.125rem;
}
#container section.page .unit {
  width: 100%;
}
#container section.page .unit .item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 3.125rem;
}
#container section.page .unit .grid {
  margin: 0 0 1.25rem;
  grid-gap: 1.25rem;
}
#container section.page#kv {
  min-height: 81.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv {
    min-height: 146.6666666667vw;
  }
}
#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: 50%;
  transform: translate(-50%, 0);
  width: 150rem;
  height: 163.125rem;
  background: url(../img/top/earth.png) center -71.875rem/auto auto no-repeat;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .sky {
    background: url(../img/top/earth.png) center -126.6666666667vw/auto 306.6666666667vw no-repeat;
  }
}
#container section.page#kv .logo {
  position: absolute;
  top: 1.125rem;
  right: -3.75rem;
  width: 13.125rem;
  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: 2.375rem;
  left: -2.5rem;
  width: 6.6875rem;
  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 .earth {
  display: block;
  opacity: 0.8;
  position: absolute;
  top: -28.125rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 112.5rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .earth {
    width: 173.3333333333vw;
    top: -20vw;
  }
}
#container section.page#kv .earth img {
  opacity: 0;
  transform: translate(0, 0%) scale(0.5);
  transition: transform 1500ms cubic-bezier(0.08, 0.945, 0, 0.995) 1300ms, opacity 1000ms cubic-bezier(0.08, 0.945, 0, 0.995) 1300ms;
}
#container section.page#kv .emblemWrap {
  position: absolute;
  top: 0rem;
  margin-left: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 65rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .emblemWrap {
    width: 117.3333333333vw;
    top: 13.3333333333vw;
  }
}
#container section.page#kv .emblemWrap .emblem {
  opacity: 0;
  transform: translate(0, 5%) scale(1);
  transition: transform 1000ms ease-in-out 1500ms, opacity 1500ms ease-in-out 1500ms;
}
#container section.page#kv .emblemWrap .emblemGhost {
  position: absolute;
  top: 50%;
  margin-left: 0rem;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 65rem;
  height: auto;
  opacity: 0.2;
  filter: brightness(8);
  transition: all 800ms ease-in 100ms;
}
#container section.page#kv .robot {
  position: absolute;
  top: 0rem;
  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: 21.3333333333vw;
  }
}
#container section.page#kv .robot .robotBody {
  position: absolute;
  top: 1.875rem;
  margin-left: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .robotBody {
    width: 98.6666666667vw;
    top: -6.6666666667vw;
    margin-left: 6.6666666667vw;
    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: 24.0625rem;
  margin-left: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .robotBody2 {
    width: 80vw;
    top: 40vw;
    transform: translate(-45%, 0);
  }
}
#container section.page#kv .robot .robotBody2 img {
  opacity: 0;
  transform: translate(10%, -10%) scale(0.95);
  transition: transform 800ms ease-out 1700ms, opacity 600ms ease-out 1700ms;
}
#container section.page#kv .robot .title {
  position: absolute;
  top: 59.375rem;
  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: 96vw;
  }
}
#container section.page#kv .robot .title .image {
  position: relative;
  width: 50rem;
  margin: 0;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .title .image {
    top: 3.3333333333vw;
    width: 88vw;
  }
}
#container section.page#kv .robot .text {
  position: absolute;
  top: 50rem;
  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: 93.3333333333vw;
  }
}
#container section.page#kv .robot .text .gattai {
  position: relative;
  width: 5rem;
  margin: 0;
  top: 1.875rem;
  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: 1500ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .robot .text .gattai {
    top: 0vw;
    width: 8vw;
  }
}
#container section.page#kv .spark {
  position: absolute;
  top: 30rem;
  left: 50%;
  width: 117.5rem;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 1200ms ease-out 900ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .spark {
    top: 66.6666666667vw;
    width: 240vw;
  }
}
#container section.page#kv .label {
  position: absolute;
  height: auto;
}
#container section.page#kv .label.phrase_1 {
  top: 15.625rem;
  left: -2.5rem;
  width: 6.5625rem;
}
#container section.page#kv .label.phrase_1 img {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate(20%, 0);
  transition-delay: 1300ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .label.phrase_1 {
    top: 32vw;
    left: 0vw;
    width: 12.9333333333vw;
  }
}
#container section.page#kv .label.phrase_2 {
  top: 8.75rem;
  right: -2.8125rem;
  width: 8.9375rem;
}
#container section.page#kv .label.phrase_2 img {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate(-20%, 0%);
  transition-delay: 1300ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .label.phrase_2 {
    top: 21.3333333333vw;
    right: 0vw;
    width: 16vw;
  }
}
#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 .emblemWrap .emblem {
  animation: heroEmblemIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}
#container section.page#kv.is-show .emblemWrap .emblemGhost {
  opacity: 0;
  filter: brightness(1);
  transform: translate(-50%, -50%) scale(2);
}
#container section.page#kv.is-show .earth img {
  filter: brightness(1);
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
#container section.page#kv.is-show .robot .robotBody img {
  animation: heroRoboIn 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
}
#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 {
  animation: heroJetIn 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.7s both;
}
#container section.page#kv.is-show .robot .title {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
#container section.page#kv.is-show .robot .title img {
  animation: heroTitleIn 2s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
}
#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 .spark {
  opacity: 0.5;
  transform: translate(-50%, -45%) scale(1);
}
#container section.page#kv.is-show .label.phrase_1 img {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#kv.is-show .label.phrase_2 img {
  opacity: 1;
  transform: translate(0, 0);
}
#container section.page#movie {
  min-height: 35rem;
  padding-top: 6.875rem;
  margin-bottom: 18.75rem;
  z-index: 10;
  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.875rem 0rem;
}
#container section.page#movie .title img {
  width: 33rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#movie .title img {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#movie .title {
    margin: 0 auto -2.6666666667vw;
  }
}
#container section.page#movie .movie {
  position: relative;
  width: 40rem;
  border: solid 2px #f6c31c;
}
@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 .title {
  margin: 0rem auto 12.5rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .title {
    width: 86.6666666667vw;
  }
}
#container section.page#section_1 .title.summary {
  position: relative;
  min-height: 28.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .title.summary {
    min-height: 66.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
#container section.page#section_1 .title.summary .full {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
#container section.page#section_1 .title.summary .bg {
  position: absolute;
  top: 31.25rem;
  left: 50%;
  width: 158.8125rem;
  height: 137.3125rem;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .title.summary .bg {
    top: 37.3333333333vw;
    width: 266.6666666667vw;
    height: 133.3333333333vw;
  }
}
#container section.page#section_1 .title.summary .robo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87.1875rem;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .title.summary .robo {
    width: 186vw;
  }
}
#container section.page#section_1 .title.summary .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54.8125rem;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .title.summary .text {
    width: 86.6666666667vw;
  }
}
#container section.page#section_1 .unit.overview .grid {
  margin-bottom: 1.875rem;
}
#container section.page#section_1 .unit.overview .grid .gridItem {
  margin: 0;
}
#container section.page#section_1 .unit.overview .item:nth-of-type(1) .box, #container section.page#section_1 .unit.overview .item:nth-of-type(2) .box {
  padding-top: 56.316%;
}
#container section.page#section_1 .unit.overview .item:nth-of-type(3) .box {
  padding-top: 56.25%;
}
#container section.page#section_1 .unit.overview2 {
  position: relative;
  min-height: 59.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 {
    min-height: 126.6666666667vw;
    margin-bottom: 0vw;
  }
}
#container section.page#section_1 .unit.overview2 .item {
  position: absolute;
}
#container section.page#section_1 .unit.overview2 .item:nth-of-type(1) {
  top: 0.625rem;
  right: 3.125rem;
  width: 37.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 .item:nth-of-type(1) {
    left: 1.3333333333vw;
    width: 80vw;
  }
}
#container section.page#section_1 .unit.overview2 .item:nth-of-type(2) {
  top: 1.25rem;
  left: -2.5rem;
  width: 54.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 .item:nth-of-type(2) {
    top: 18.6666666667vw;
    left: 0vw;
    width: 86.6666666667vw;
  }
}
#container section.page#section_1 .unit.overview2 .item:nth-of-type(2) .tag {
  top: 6.875rem;
  left: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 .item:nth-of-type(2) .tag {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
#container section.page#section_1 .unit.overview2 .item:nth-of-type(3) {
  top: 28.75rem;
  left: 16.875rem;
  width: 37.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 .item:nth-of-type(3) {
    top: 60vw;
    left: 40vw;
    width: 46.6666666667vw;
  }
}
#container section.page#section_1 .unit.overview2 .item:nth-of-type(4) {
  top: 42.5rem;
  left: -3.75rem;
  width: 28.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 .item:nth-of-type(4) {
    top: 64vw;
    left: 0vw;
    width: 40vw;
  }
}
#container section.page#section_1 .unit.overview2 .item:nth-of-type(5) {
  top: 50rem;
  right: 0rem;
  width: 27.5rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview2 .item:nth-of-type(5) {
    top: 94.6666666667vw;
    left: 0vw;
    width: 100%;
  }
}
#container section.page#section_1 .unit.overview3 .item:nth-of-type(1) {
  top: -1.5625rem;
  left: 1.25rem;
  width: 55rem;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview3 .item:nth-of-type(1) {
    left: 0vw;
    width: 100%;
  }
}
#container section.page#section_1 .unit.overview3 .item:nth-of-type(1) figcaption {
  padding-top: 0rem;
  margin-top: -3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview3 .item:nth-of-type(1) figcaption {
    padding-top: 10.6666666667vw;
    text-align: left;
  }
}
#container section.page#section_1 .unit.overview3 .item:nth-of-type(2) {
  top: -3.75rem;
  left: -1.875rem;
  width: 53.75rem;
  margin: 0 auto 9.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview3 .item:nth-of-type(2) {
    left: 0vw;
    width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
}
#container section.page#section_1 .unit.overview3 .item:nth-of-type(2) .tag {
  bottom: 3.75rem;
  right: 4.375rem;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview3 .item:nth-of-type(2) .tag {
    bottom: 0vw;
    right: 0vw;
  }
}
#container section.page#section_1 .unit.overview3 .item:nth-of-type(2) figcaption {
  position: relative;
  width: 41.25rem;
  margin: -2.5rem 0 0 0;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.overview3 .item:nth-of-type(2) figcaption {
    width: 88vw;
    margin: -5.3333333333vw 0 0 0;
  }
}
#container section.page#section_1 .unit.soshitegattai .item:nth-of-type(1) {
  width: 35rem;
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.soshitegattai .item:nth-of-type(1) {
    width: 88vw;
    margin: 0 auto 13.3333333333vw;
  }
}
#container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) {
  margin: 0 auto -1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) {
    margin: 0 auto 4vw;
  }
}
#container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) .content-image {
  position: relative;
}
#container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) .content-image:nth-of-type(1) img {
  width: 150rem;
  margin-left: -50rem;
  transform: translate(0%, 0);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) .content-image:nth-of-type(1) img {
    width: 186.6666666667vw;
    margin-left: -46.6666666667vw;
  }
}
#container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) .content-image:nth-of-type(2) {
  position: absolute;
  width: 25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.soshitegattai .item:nth-of-type(2) .content-image:nth-of-type(2) {
    width: 53.3333333333vw;
  }
}
#container section.page#section_1 .unit.mirai {
  margin-bottom: -15.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.mirai {
    width: 93.3333333333vw;
    margin-bottom: -46.6666666667vw;
  }
}
#container section.page#section_1 .unit.mirai .item:nth-of-type(1) img {
  width: 56.25rem;
  margin-left: -3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.mirai .item:nth-of-type(1) img {
    width: 93.3333333333vw;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.mirai .item:nth-of-type(1) {
    margin-bottom: 33.3333333333vw;
  }
}
#container section.page#section_1 .unit.mirai .item:nth-of-type(2) {
  width: 150rem;
  margin-top: -13.75rem;
  margin-left: -50rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.mirai .item:nth-of-type(2) {
    width: 213.3333333333vw;
    margin-left: -66.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
#container section.page#section_1 .unit.bomb {
  margin-bottom: 3.125rem;
}
#container section.page#section_1 .unit.bomb .item {
  position: relative;
}
#container section.page#section_1 .unit.bomb .item.text {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .item.text {
    margin-bottom: 24vw;
  }
}
#container section.page#section_1 .unit.bomb .item figure {
  position: relative;
}
#container section.page#section_1 .unit.bomb .item figcaption {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  display: inline-flex;
  height: fit-content;
}
#container section.page#section_1 .unit.bomb .item:nth-child(1) {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .item:nth-child(1) {
    margin-bottom: 20vw;
  }
}
#container section.page#section_1 .unit.bomb .item:nth-child(1) figcaption {
  top: -16.875rem;
  left: -8.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .item:nth-child(1) figcaption {
    top: -33.3333333333vw;
    left: -18.6666666667vw;
  }
}
#container section.page#section_1 .unit.bomb .item:nth-child(2) figcaption {
  top: auto;
  bottom: -17.5rem;
  right: -8.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .item:nth-child(2) figcaption {
    bottom: -40vw;
    right: -17.3333333333vw;
  }
}
#container section.page#section_1 .unit.bomb .item:nth-child(3) {
  width: 35rem;
  margin: 0 auto 16.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .item:nth-child(3) {
    width: 100%;
  }
}
#container section.page#section_1 .unit.bomb .item:nth-child(3) figcaption {
  top: auto;
  width: 43.75rem;
  bottom: -30rem;
  right: -20rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .item:nth-child(3) figcaption {
    width: 93.3333333333vw;
    bottom: -64vw;
    right: -29.3333333333vw;
  }
}
#container section.page#section_1 .unit.bomb .grid .item {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.bomb .grid .item {
    margin-bottom: 13.3333333333vw;
  }
}
#container section.page#section_1 .unit.yuukigattai {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(1) {
    height: 106.6666666667vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(1) .bg {
  width: 65rem;
  margin-left: -7.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(1) .bg {
    width: 133.3333333333vw;
    margin-left: -16vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(1) .content-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47.5rem;
  margin-top: -3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(1) .content-image {
    width: 93.3333333333vw;
    margin-top: -1.3333333333vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) {
    margin-bottom: 20vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot {
  height: 53.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot {
    top: 24vw;
    height: 106.6666666667vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .robotBody {
  position: absolute;
  top: -24.375rem;
  margin-left: 8.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 71.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .robotBody {
    top: -2.6666666667vw;
    margin-left: 20vw;
    width: 113.3333333333vw;
    transform: translate(-56%, 0%);
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .robotBody img {
  opacity: 1;
  transform: translate(-10%, 5%) scale(0.95);
  transition: transform 600ms ease-in-out 1600ms, opacity 300ms ease-in-out 1600ms;
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .robotBody3 {
  position: absolute;
  top: -17.5rem;
  margin-left: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 61.25rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .robotBody3 {
    width: 101.3333333333vw;
    top: 8vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .robotBody3 img {
  opacity: 1;
  transform: translate(0, 5%) scale(1);
  transition: transform 1500ms ease-in-out 2000ms, opacity 1000ms ease-in-out 2000ms;
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .earth {
  position: absolute;
  top: -37.5rem;
  margin-left: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150rem;
  height: 108.125rem;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .earth {
    width: 293.3333333333vw;
    height: 164vw;
    top: -41.3333333333vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(2) .robot .earth img {
  opacity: 1;
  transform: translate(0, 5%) scale(1);
  transition: transform 1500ms ease-in-out 2000ms, opacity 1000ms ease-in-out 2000ms;
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(3) {
  margin-bottom: 6.25rem;
  min-height: 14.375rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(3) {
    margin-bottom: -4vw;
    min-height: 30.6666666667vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(3) .bg {
  position: absolute;
  width: 114rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(3) .bg {
    width: 243.2vw;
  }
}
#container section.page#section_1 .unit.yuukigattai .item:nth-of-type(3) .text {
  position: absolute;
  width: 62.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.yuukigattai .item:nth-of-type(3) .text {
    width: 100vw;
  }
}
#container section.page#section_1 .unit.frontback {
  margin-bottom: 3.75rem;
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(1) {
  margin-bottom: 1.25rem;
  grid-template-columns: 28.75rem auto;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(1) {
    grid-template-columns: 1fr;
  }
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(1) .content-image:nth-of-type(1) {
  width: 41.25rem;
  margin-top: 2.5rem;
  margin-left: -6.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(1) .content-image:nth-of-type(1) {
    width: 106.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: -8vw;
  }
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(1) .content-image:nth-of-type(2) {
  width: 31.25rem;
  margin-top: -5rem;
  margin-left: -5.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(1) .content-image:nth-of-type(2) {
    width: 106.6666666667vw;
    margin-top: -16vw;
    margin-left: -10.6666666667vw;
  }
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(1) .content-image:nth-of-type(2) figcaption {
  text-align: left;
  padding-top: 6.25rem;
  margin-left: 6.25rem;
  width: 18.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(1) .content-image:nth-of-type(2) figcaption {
    padding-top: 2.6666666667vw;
    padding-left: 13.3333333333vw;
    padding-right: 13.3333333333vw;
    margin: 0;
    width: 100%;
  }
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(2) .content-image {
  position: relative;
  width: 31.25rem;
  margin-left: -3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(2) .content-image {
    width: 106.6666666667vw;
    margin-left: 0vw;
    margin-left: -10.6666666667vw;
  }
  #container section.page#section_1 .unit.frontback .item:nth-of-type(2) .content-image .box_auto {
    width: 64vw;
    margin-left: 4vw;
  }
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(2) .content-image figcaption {
  position: absolute;
  top: 28.75rem;
  left: 100%;
  transform: translate(0%, 0);
  width: 18.75rem;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(2) .content-image figcaption {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-left: 13.3333333333vw;
    padding-right: 13.3333333333vw;
    margin: 0;
    width: 100%;
  }
}
#container section.page#section_1 .unit.frontback .item:nth-of-type(2) .parts {
  position: absolute;
  top: 14.375rem;
  right: 12.5rem;
  transform: translate(0%, 0);
  width: 15.625rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.frontback .item:nth-of-type(2) .parts {
    top: 33.3333333333vw;
    right: 6.6666666667vw;
    width: 26.6666666667vw;
  }
}
#container section.page#section_1 .unit.helping .item:nth-of-type(1) {
  margin-bottom: -11.25rem;
}
#container section.page#section_1 .unit.helping .item:nth-of-type(1) img {
  width: 56.25rem;
  margin-left: -3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.helping .item:nth-of-type(1) img {
    width: 93.3333333333vw;
    margin-left: -2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.helping .item:nth-of-type(1) {
    margin-bottom: -29.3333333333vw;
  }
}
#container section.page#section_1 .unit.helping .item:nth-of-type(2) {
  margin-bottom: -1.25rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.helping .item:nth-of-type(2) {
    margin-bottom: -2.6666666667vw;
  }
}
#container section.page#section_1 .unit.helping .item:nth-of-type(2) .content-image {
  position: relative;
  width: 81.25rem;
  margin-top: -6.25rem;
  margin-left: -12.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.helping .item:nth-of-type(2) .content-image {
    width: 100%;
    margin-top: -20vw;
    margin-left: 0vw;
    margin-bottom: 29.3333333333vw;
  }
  #container section.page#section_1 .unit.helping .item:nth-of-type(2) .content-image .box_auto {
    width: 117.3333333333vw;
    margin-top: -6.6666666667vw;
    margin-left: -9.3333333333vw;
  }
}
#container section.page#section_1 .unit.helping .item:nth-of-type(2) .content-image figcaption {
  position: absolute;
  top: 12.5rem;
  left: 37.5rem;
  transform: translate(0%, 0);
  width: 18.75rem;
  height: auto;
  text-align: left;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.helping .item:nth-of-type(2) .content-image figcaption {
    width: 100%;
    top: 96vw;
    left: 0vw;
    text-align: center;
  }
}
#container section.page#section_1 .unit.helping .item:nth-of-type(3) {
  margin-bottom: 6.25rem;
  display: flex;
  justify-content: flex-end;
}
#container section.page#section_1 .unit.helping .item:nth-of-type(3) .content-image {
  position: relative;
  width: 30rem;
}
#container section.page#section_1 .unit.helping .item:nth-of-type(3) .content-image figcaption {
  position: absolute;
  top: 6.25rem;
  left: -18.75rem;
  transform: translate(0%, 0);
  width: 18.75rem;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.helping .item:nth-of-type(3) .content-image figcaption {
    position: relative;
    width: 100%;
    top: -10.6666666667vw;
    left: 0vw;
    text-align: center;
  }
}
#container section.page#section_1 .unit.ougi .item:nth-of-type(1) {
  margin-left: -6.25rem;
  margin-bottom: -1.25rem;
  width: 48.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.ougi .item:nth-of-type(1) {
    width: 90.6666666667vw;
    margin-left: -2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.ougi .item:nth-of-type(2) {
    margin-bottom: 26.6666666667vw;
  }
}
#container section.page#section_1 .unit.ougi .item:nth-of-type(2) .box {
  padding-top: 75%;
}
#container section.page#section_1 .unit.ougi .item:nth-of-type(2) .box .itemRobo {
  width: 70.46875rem;
  height: auto;
  position: absolute;
  top: -5rem;
  left: -13.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.ougi .item:nth-of-type(2) .box .itemRobo {
    width: 133.3333333333vw;
    top: -10.6666666667vw;
    left: -29.3333333333vw;
  }
}
#container section.page#section_1 .unit.ougi .item:nth-of-type(2) .box .itemRobo img {
  position: relative;
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(1) {
  position: relative;
  margin-bottom: 10.625rem;
  min-height: 96.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.zubash .item:nth-of-type(1) {
    margin-bottom: 20vw;
    min-height: 146.6666666667vw;
  }
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(1) .bg {
  position: absolute;
  top: -6.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  width: 150rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(1) .bg {
    width: 240vw;
  }
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(1) .robo {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  margin-left: -9.375rem;
  transform: translate(-50%, 0);
  width: 119.75rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(1) .robo {
    width: 146.6666666667vw;
    margin-left: -13.3333333333vw;
  }
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 55rem;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(2) {
    width: 93.3333333333vw;
    transform: translate(-50%, 0);
  }
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(1) .content-image:nth-of-type(2) .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114rem;
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(2) {
  position: relative;
  min-height: 25rem;
  margin: 0 0 9.375rem 0;
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.zubash .item:nth-of-type(2) {
    min-height: 53.3333333333vw;
    margin: 0 0 20vw 0;
  }
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(2) .box_auto {
  position: relative;
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(2) .box_auto img {
  position: absolute;
  width: 52.5rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
  #container section.page#section_1 .unit.zubash .item:nth-of-type(2) .box_auto img {
    width: 93.3333333333vw;
  }
}
#container section.page#section_1 .unit.zubash .item:nth-of-type(2) figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#container section.page#products {
  border-top: solid 0.25rem #f6c31c;
  padding-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products {
    padding-top: 6.6666666667vw;
  }
}
#container section.page#products .global_inner {
  max-width: 50rem !important;
}
#container section.page#products .specWrap {
  width: 100%;
}
#container section.page#products .title {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .title {
    margin-bottom: 6.6666666667vw;
  }
}
#container section.page#products .title img {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .title img {
    width: 66.6666666667vw;
  }
}
#container section.page#products .swiperUnit {
  width: 100vw;
  left: 0%;
  margin: 0 calc(50% - 50vw);
  height: 51.875rem;
  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: 100%;
    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: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products ul.list {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
#container section.page#products .specData {
  position: relative;
  margin: 0 auto 3.75rem;
  width: 100%;
  padding: 2.5rem;
  border: solid 0.25rem #f6c31c;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData {
    width: 100%;
    padding: 5.3333333333vw;
  }
}
#container section.page#products .specData::after {
  content: "";
  display: block;
  border: solid 0.0625rem #f6c31c;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container section.page#products .specData dl {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0rem 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl {
    grid-template-columns: 21.3333333333vw 1fr;
    grid-gap: 0vw 5.3333333333vw;
    font-size: 1.1em;
  }
}
#container section.page#products .specData dl dt {
  font-size: 0.9em;
  padding: 0.9375rem 3.125rem 0.9375rem 0rem;
  position: relative;
}
#container section.page#products .specData dl dt span {
  display: inline-block;
  transform: translateY(0.2em);
}
#container section.page#products .specData dl dt::after {
  content: "";
  display: block;
  background-color: #f6c31c;
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0%;
  right: 0rem;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl dt {
    padding: 2.6666666667vw 6.6666666667vw 1.25rem 0vw;
    display: flex;
    align-items: center;
  }
}
#container section.page#products .specData dl dd {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0 0 0;
}
#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 {
    padding: 0vw 0vw 0rem 0vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl dd:not(:last-child) {
    margin-bottom: 0vw;
  }
}
#container section.page#buy {
  border-bottom: solid 0.25rem #f6c31c;
  padding-bottom: 10rem;
  min-height: 39.375rem;
}
#container section.page#buy .dataBg {
  margin: 0 auto 2.5rem;
  width: 100%;
}
@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#buy a {
  display: block;
}
#container section.page#buy .unit {
  position: relative;
}
#container section.page#buy .unit.doing {
  margin: -3.125rem auto;
}
#container section.page#buy .unit.saisoku {
  background-color: #e9e9e6;
  padding: 1.875rem 3.75rem;
  margin-bottom: 1.25rem;
}
#container section.page#buy .unit.saisoku p {
  font-size: 1.625rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
#container section.page#buy .unit.saisoku .grid {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
  }
}
#container section.page#buy .unit.saisoku .grid::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1875rem;
  height: 80%;
  background-color: #000;
  top: 50%;
  left: 16.875rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid::after {
    display: none;
  }
}
#container section.page#buy .unit.saisoku .grid .gridItem {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid .gridItem {
    width: 100%;
  }
}
#container section.page#buy .unit.saisoku .grid .gridItem .btnWrap {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid .gridItem .btnWrap {
    width: 100%;
  }
}
#container section.page#buy .unit.saisoku .grid .gridItem:nth-of-type(1) {
  width: 13.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid .gridItem:nth-of-type(1) {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid .gridItem:nth-of-type(1) .btnWrap {
    width: 33.3333333333vw;
    margin: auto;
  }
}
#container section.page#buy .unit.saisoku .grid .gridItem:nth-of-type(2) {
  width: 22.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.saisoku .grid .gridItem:nth-of-type(2) {
    width: 100%;
  }
}
#container section.page#buy .unit.saisoku .grid .gridItem:nth-of-type(2) .btnWrap {
  background-color: #c31b00;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.yoyaku dl {
    width: 100%;
  }
}
#container section.page#buy .unit.relatedProducts {
  position: relative;
  min-height: 43.75rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.relatedProducts {
    min-height: 93.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
#container section.page#buy .unit.relatedProducts .item {
  position: absolute;
}
#container section.page#buy .unit.relatedProducts .item:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container section.page#buy .unit.relatedProducts .item:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.relatedProducts .item:nth-of-type(2) {
    grid-template-columns: 1fr;
    width: 53.3333333333vw;
    transform: translate(-50%, -100%);
  }
}
#container section.page#buy .unit.relatedProducts .item:nth-of-type(3) {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 36.1875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.relatedProducts .item:nth-of-type(3) {
    width: 80vw;
  }
}
#container section.page#buy .unit.relatedProducts .item:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#container section.page#buy .unit.voiceUnit {
  position: relative;
  min-height: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.voiceUnit {
    min-height: 93.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.voiceUnit .item {
    font-size: 3.3333333333vw !important;
  }
}
#container section.page#buy .unit.voiceUnit .item:nth-of-type(1) {
  top: 0rem;
  left: 0rem;
  width: 50rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.voiceUnit .item:nth-of-type(1) {
    top: 0vw;
    left: 0vw;
    width: 100%;
  }
}
#container section.page#buy .unit.voiceUnit .item:nth-of-type(2) {
  position: absolute;
  bottom: -14.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 141rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.voiceUnit .item:nth-of-type(2) {
    top: 64vw;
    left: 50%;
    width: 186.6666666667vw;
    transform: translate(-50%, 0);
  }
}
#container section.page#buy .unit.displaySpace {
  position: relative;
  min-height: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.displaySpace {
    min-height: 93.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.displaySpace .item {
    font-size: 3.3333333333vw !important;
  }
}
#container section.page#buy .unit.displaySpace .item:nth-of-type(1) {
  top: 0rem;
  left: 0rem;
  width: 50rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.displaySpace .item:nth-of-type(1) {
    top: 0vw;
    left: 0vw;
    width: 100%;
  }
}
#container section.page#buy .unit.displaySpace .item:nth-of-type(2) {
  position: absolute;
  bottom: -14.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 141rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .unit.displaySpace .item:nth-of-type(2) {
    top: 66.6666666667vw;
    left: 50%;
    width: 213.3333333333vw;
    transform: translate(-50%, 0);
  }
}
#container section.page#production {
  border-bottom: solid 0.25rem #f6c31c;
  padding-top: 5.625rem;
  padding-bottom: 3.125rem;
  min-height: 39.375rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #container section.page#production {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw;
    min-height: 84vw;
  }
}
#container section.page#production .bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  background: #000;
}
#container section.page#production .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/_sample/PC_bangdragon.jpg) center -1459.0625rem no-repeat;
  background-size: 2400px auto;
}
#container section.page#production .bg i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#container section.page#production .bg i:nth-child(1) {
  background: url(../img/bg/purple/bg-honeycomb.png) 0 0 repeat;
  background-size: 7.4375rem 6.375rem;
  animation: bgLoopA 40s linear infinite;
  top: -20%;
}
@media screen and (max-width: 750px) {
  #container section.page#production .bg i:nth-child(1) {
    background-size: 4.9583333333rem 4.25rem;
    animation: bgLoopA_sp 40s linear infinite;
  }
}
#container section.page#production .bg i:nth-child(2) {
  background: url(../img/bg/purple/bg-dot.png) 0 0 repeat;
  background-size: 5.5rem;
  animation: bgLoopB 20s linear infinite;
}
@media screen and (max-width: 750px) {
  #container section.page#production .bg i:nth-child(2) {
    background-size: 3.6666666667rem;
    animation: bgLoopB_sp 20s linear infinite;
  }
}
#container section.page#production .item:nth-of-type(1) {
  width: 38.75rem;
  margin: 0 auto 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#production .item:nth-of-type(1) {
    width: 80vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#container section.page#production .item:nth-of-type(2) {
  width: 103.125rem;
  margin: -23.75rem auto 4.375rem -26.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#production .item:nth-of-type(2) {
    width: 160vw;
    margin: -33.3333333333vw auto 9.3333333333vw -37.3333333333vw;
  }
}
#container section.page#production .item:nth-of-type(3) {
  width: 141rem;
  margin: -30rem auto 4.375rem -45.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#production .item:nth-of-type(3) {
    width: 160vw;
    margin: -46.6666666667vw auto 0vw auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#container section.page#production .item:nth-of-type(3) a {
  margin-top: 3.125rem;
  display: inline-flex;
  width: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#production .item:nth-of-type(3) a {
    width: 88vw;
  }
}
#container section.page#production .copyright {
  padding-top: 12.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#production .copyright {
    padding-top: 26.6666666667vw;
  }
}
#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);
  }
}
@keyframes heroTitleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  35% {
    -webkit-filter: brightness(8);
    filter: brightness(8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@keyframes heroRoboIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0) scale3d(1, 1, 1);
    filter: brightness(8);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
}
@keyframes heroJetIn {
  0% {
    opacity: 0;
    transform: translate3d(35%, -20%, 0) scale3d(1, 1, 1);
    filter: brightness(8);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
}
@keyframes heroEmblemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0%, 0) scale3d(0.5, 0.5, 0.5);
    filter: brightness(8);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    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;
  }
}