@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
//////////////////////////*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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 {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

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を適用 */
@keyframes flash {
  0% {
    filter: brightness(1);
  }
  30% {
    filter: brightness(3);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes flashOut {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@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 productPreorderArrowLoop {
  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.4166666667rem, 0, 0);
    transform: translate3d(0.4166666667rem, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0.4166666667rem, 0, 0);
    transform: translate3d(0.4166666667rem, 0, 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 heroRoboIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 20%, 0) scale3d(1, 1, 1);
    filter: brightness(8);
  }
  50% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
}
@keyframes thunderTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -12.5rem, 0) scale(1, 0) rotate(0deg);
    filter: brightness(8);
    @media screen and (max-width: 750px) {
      transform: translate3d(-50%, -26.6666666667vw, 0) scale(1, 0) rotate(0deg);
    }
  }
  3% {
    opacity: 1;
    transform: translate3d(-40%, -9.375rem, 0) scale(1.8, 0.5) rotate(10deg);
    filter: brightness(1);
    @media screen and (max-width: 750px) {
      transform: translate3d(-40%, -20vw, 0) scale(1.8, 0.5) rotate(10deg);
    }
  }
  6% {
    opacity: 1;
    transform: translate3d(-60%, -15.625rem, 0) scale(0.8, 1.2) rotate(-10deg);
    filter: brightness(10);
    @media screen and (max-width: 750px) {
      transform: translate3d(-60%, -33.3333333333vw, 0) scale(0.8, 1.2) rotate(-10deg);
    }
  }
  9% {
    opacity: 1;
    transform: translate3d(-50%, -10.625rem, 0) scale(1.8, 0.2) rotate(10deg);
    filter: brightness(1);
    @media screen and (max-width: 750px) {
      transform: translate3d(-50%, -22.6666666667vw, 0) scale(1.8, 0.2) rotate(10deg);
    }
  }
  12% {
    opacity: 1;
    transform: translate3d(-40%, -14.375rem, 0) scale(0.2, 0.8) rotate(-10deg);
    filter: brightness(10);
    @media screen and (max-width: 750px) {
      transform: translate3d(-40%, -30.6666666667vw, 0) scale(0.2, 0.8) rotate(-10deg);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -15.625rem, 0) scale(1, 1) rotate(0deg);
    filter: brightness(1);
    @media screen and (max-width: 750px) {
      transform: translate3d(-50%, -33.3333333333vw, 0) scale(1, 1) rotate(0deg);
    }
  }
}
@keyframes thunderTitleIn2 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -15.625rem, 0) scale3d(1.5, 0, 1) rotate(0deg);
    @media screen and (max-width: 750px) {
      transform: translate3d(-50%, -26.6666666667vw, 0) scale3d(1, 1, 1) rotate(0deg);
    }
  }
  70% {
    opacity: 1;
    transform: translate3d(-50%, -15.625rem, 0) scale3d(0.2, 0.1, 1) rotate(0deg);
    @media screen and (max-width: 750px) {
      transform: translate3d(-50%, -26.6666666667vw, 0) scale3d(1, 1, 1) rotate(0deg);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -15.625rem, 0) scale3d(1, 1, 1) rotate(0deg);
    @media screen and (max-width: 750px) {
      transform: translate3d(-50%, -33.3333333333vw, 0) scale(1, 1) rotate(0deg);
    }
  }
}
/* 
================================================================================
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;
  }
}
/* 
================================================================================
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;
}

.tCenter {
  text-align: center;
}

.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: block;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: fit-content;
}

.global_inner {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: fit-content;
}
.global_inner.block {
  display: block;
}
@media screen and (min-width: 750px) {
  .global_inner {
    max-width: 60rem;
  }
}
.grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.nav {
  position: fixed;
  width: 100%;
  height: 4rem;
  left: 0;
  bottom: 0;
  z-index: 1000;
  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: space-between;
  align-items: center;
  padding: 0 0 0 1.875rem;
}
@media screen and (min-width: 750px) {
  .nav__inner {
    width: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .nav__inner {
    width: 86.6666666667vw;
    padding: 0 0 0 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: 4.0625rem;
}
@media screen and (max-width: 750px) {
  .nav-preorder-btn {
    width: 32vw;
    height: 5.3333333333vw;
    margin-left: 0vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.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;
}

.spaceBG {
  position: relative;
  background: url(../img/common/bg/space_pattern.png) center top/100% auto;
}
.spaceBG::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
  background: rgb(89, 107, 46);
  background: linear-gradient(0deg, rgba(89, 107, 46, 0) 0%, rgba(89, 107, 46, 0.7) 30%, rgb(89, 107, 46) 100%);
}

.gridBG {
  background-color: #000;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 0, 0, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 0, 0, 0.2) calc(100% - 1px));
  background-size: 2.375rem 2.375rem;
  background-repeat: repeat;
  background-position: center center;
  border-top: solid 1px #fb0c02;
  border-bottom: solid 1px #fb0c02;
}

dl.dataBg {
  border: solid 2px #ffc000;
  margin: auto;
  font-size: 1.15rem;
}
dl.dataBg .larger {
  font-size: 1.8em;
}
dl.dataBg dt {
  background: #ffc000;
  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: #c00;
  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: translate3d(-50%, -50%, 0);
}
@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 6px #fff;
  border-top: 0;
  border-left: 0;
  top: 50%;
  right: 0%;
  transform: translate3d(-40px, -50%, 0) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .btnWrap .btn.arrowR::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    transform: translate3d(-6.6666666667vw, -50%, 0) rotate(-45deg);
  }
}
.anim {
  transition: all 1500ms cubic-bezier(0.58, 1.15, 0, 1.03);
}
.anim.is--stby {
  opacity: 0;
  transform: translateY(2rem);
}

.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;
}

.fullWidth {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate3d(-50vw, 0, 0);
}
.fullWidth.bgVertical {
  min-height: 23.75rem;
}
.fullWidth.bgVertical::before {
  content: "";
  display: block;
  width: 100%;
  height: 56.875rem;
  position: absolute;
  left: 50%;
  bottom: -15.625rem;
  transform: translate3d(-50%, 0, 0);
}

.skyBG {
  pointer-events: none;
  width: 184.625rem;
  height: 186.6875rem;
  background: url(../img/common/bg/bg_sky_cloud.png) center top/contain;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: linear-gradient(to right, transparent, black 45%, black 55%, transparent);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .skyBG {
    width: 100vw;
    height: 786.6666666667vw;
    background: url(../img/common/bg/bg_sky_cloud_sp.png) center top/contain;
  }
}

.slashBG {
  pointer-events: none;
  width: 125rem;
  height: 99.625rem;
  aspect-ratio: 2000/1594;
  background: url(../img/common/bg/bg_slash_light.png) center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease-in-out;
  mask-image: linear-gradient(to right, transparent, black 45%, black 55%, transparent);
}
@media screen and (max-width: 750px) {
  .slashBG {
    width: 400vw;
    background-size: 120% 90%;
  }
}

.thunderTitle {
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate3d(-50vw, 0, 0);
  min-height: 6.25rem;
}
.thunderTitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 31.25rem;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate3d(-50%, -15.625rem, 0) scale(1);
  background: url(../img/common/bg/bg_spark.png) center center/auto auto no-repeat;
  z-index: -1;
  animation: thunderTitleIn2 0.2s ease-in-out 0s both;
}
@media screen and (max-width: 750px) {
  .thunderTitle::before {
    height: 66.6666666667vw;
    transform: translate3d(-50%, -34.9333333333vw, 0) scale(1) !important;
    background-size: auto 133.3333333333vw;
  }
}
.thunderTitle .inWrap {
  z-index: 2;
  display: flex;
  justify-content: center;
}
.thunderTitle .inWrap .title {
  width: auto;
  transition: all 800ms cubic-bezier(0.09, 1.3, 0.08, 1.04) 400ms;
}
.thunderTitle.red::before {
  background: url(../img/common/bg/bg_thunder_red.png) center center/auto auto no-repeat;
}
@media screen and (max-width: 750px) {
  .thunderTitle.red::before {
    transform: translate3d(-50%, -33.3333333333vw, 0) scale(1) !important;
    background-size: auto 66.6666666667vw;
  }
}
.thunderTitle.is--stby::before {
  animation-play-state: paused;
}
.thunderTitle.is--stby .title {
  opacity: 0;
  transform: scale(1.4);
}

.smallTitle {
  min-height: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .smallTitle {
    width: 100vw !important;
    left: 0;
    right: auto !important;
  }
}
.smallTitle::before {
  content: "";
  display: block;
  width: 87.5rem;
  height: 31.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -15.625rem, 0);
  background: url(../img/common/bg/bg_label_green.png) center center/auto auto no-repeat;
  z-index: 1;
  transition: all 200ms ease-in-out 0ms;
}
.smallTitle.red::before {
  background: url(../img/common/bg/bg_label_red.png) center center/auto auto no-repeat;
}
.smallTitle.blue::before {
  background: url(../img/common/bg/bg_label_blue.png) center center/auto auto no-repeat;
}
.smallTitle .inWrap {
  z-index: 2;
  display: flex;
  justify-content: center;
}
.smallTitle .inWrap .title {
  width: auto;
  height: 8.875rem;
  transition: all 400ms cubic-bezier(0.58, 1.15, 0, 1.03) 200ms;
}
@media screen and (max-width: 750px) {
  .smallTitle .inWrap .title {
    height: 18.9333333333vw;
  }
}
.smallTitle.is--stby::before {
  opacity: 0;
  transform: translate3d(-200%, -15.625rem, 0);
}
.smallTitle.is--stby .title {
  opacity: 0;
  transform: translate3d(50%, 0, 0);
}

.starlight {
  position: absolute !important;
  width: 247.1875rem;
  height: 273.3125rem;
  pointer-events: none;
}
.starlight::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/starlight.png) center center/auto auto;
}

.cloud {
  position: absolute !important;
  width: 291.4375rem;
  height: 125.5625rem;
  pointer-events: none;
}
.cloud .image {
  display: block;
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/cloud.png) center center/contain;
}

.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;
}

.image_box {
  position: relative;
  background-image: linear-gradient(#ffc000, #fe0300);
  padding: 2px;
}
.image_box::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.image_box img {
  display: block;
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  padding: 0;
}
.swiper {
  width: 45rem;
  height: auto;
  margin: auto;
  border: solid 1px #fabc00;
}
@media screen and (max-width: 750px) {
  .swiper {
    width: 74.6666666667vw;
  }
}
.swiper::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/parts/icon_zoom.png) center center/contain no-repeat;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  pointer-events: none;
}
.swiper.swiper2::after {
  display: none;
}

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

.swiper-wrapper {
  /* wrapperのサイズを調整 */
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1120/1330 !important;
  padding: 0 !important;
}

.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 !important;
  top: 50%;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  transform: translate3d(0, -50%, 0) scale(1, 1.4);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -5rem;
  left: auto;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  color: #fabc00;
}
@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% !important;
  position: absolute !important;
}
.swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #fabc00;
  opacity: 0.2;
  margin: 0 0.625rem !important;
}

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

.modalWindow {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
body.modalOpen .modalWindow {
  pointer-events: all;
  opacity: 1;
}
body.modalOpen .modalWindow .swiper-wrapper,
body.modalOpen .modalWindow .swiper-button-prev,
body.modalOpen .modalWindow .swiper-button-next {
  pointer-events: all;
}
.modalWindow .bgCover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalWindow .closeBtn {
  position: absolute;
  top: 0;
  right: -6px;
  width: 40px;
  height: 40px;
  transform: translate3d(0, -120%, 0);
}
.modalWindow .closeBtn::before, .modalWindow .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #fabc00;
}
.modalWindow .closeBtn::before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.modalWindow .closeBtn::after {
  transform: translate3d(-50%, -50%, 0) 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::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffc000, #fe0300);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* Webkit系（Safari, Chromeなど） */
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-clip: border-box, content-box;
  -webkit-mask-composite: xor;
  /* 標準仕様 */
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  mask-clip: border-box, content-box;
  mask-composite: exclude;
  padding: 2px;
  box-sizing: border-box;
}
.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: 100%;
}
.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;
}

/* 
================================================================================
body
================================================================================
*/
html {
  font-size: 16px;
}
html.scrollMode_onepage {
  overflow: hidden;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  html {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.84;
  letter-spacing: 0.05rem;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  font-feature-settings: "palt";
  color: #000;
  scroll-behavior: auto;
  background: #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;
  overflow: 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 {
  display: none;
  position: absolute;
  width: 100%;
  height: 1250rem;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  pointer-events: none;
}
#container #siteBG span {
  display: none;
}
body#home #container #siteBG {
  opacity: 0.4;
  background: url(../img/_dummy/PC_top.png) center top/960px auto no-repeat;
}
@media screen and (max-width: 750px) {
  body#home #container #siteBG {
    background: url(../img/_dummy/SP_top.png) center top/100vw auto no-repeat;
  }
}
#container #siteBG::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: transform 2500ms cubic-bezier(0.35, 0.8, 0, 1), opacity 2500ms cubic-bezier(0.35, 0.8, 0, 1);
  opacity: 1;
  transform: translate(0, 0%);
}
body.topContents #container #siteBG::after {
  opacity: 0;
  transform: translate(0, 0%);
}
#container #siteBG ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#container #siteBG ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 1500ms cubic-bezier(0.35, 0.8, 0, 1);
  background: transparent;
}
#container #siteBG ul li:nth-of-type(4) {
  background: url(../img/bg/preview.jpg) center center/cover no-repeat;
}
#container #siteBG ul li.in {
  opacity: 1;
  transform: translate(0, 0);
}
#container #siteBG ul li.out {
  transform: translate(0%, -100%);
}
#container #siteBG ul li.stby {
  transform: translate(0%, 100%);
}
#container #siteNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  display: none;
}
#container #siteNav .sectionNavWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
}
#container #siteNav .sectionNavWrap ul {
  pointer-events: all;
}
#container #siteNav .sectionNavWrap ul li {
  padding: 0.625rem;
  line-height: 1;
}
#container #siteNav .sectionNavWrap ul li:not(.active) {
  cursor: pointer;
}
#container #siteNav .sectionNavWrap ul li.active {
  background: #000;
  color: #fff;
}
#container #siteNav .sectionNavWrap ul li:not(.active):hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.1);
}
#container .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 255, 0, 0.2);
  z-index: 999;
  pointer-events: none;
  display: none;
}
body.scroll #container section#siteMain {
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
  body.scroll #container section#siteMain {
    padding-top: 0vw;
  }
}
#container section.page {
  min-height: 100%;
  display: flex;
  justify-content: center;
}
body.scroll #container section.page .inFrame {
  width: 100%;
  max-width: 750px;
}
body.scroll #container section.page .inFrame.full {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}
body.scrollMode_onepage #container section.contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
body.scrollMode_onepage #container section.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.35, 0.8, 0, 1);
}
body.scrollMode_onepage #container section.page.out, body.scrollMode_onepage #container section.page.stby {
  opacity: 0;
  transform: translate(0, 100%);
}
body.scrollMode_onepage #container section.page.out {
  transform: translate(0, -100%);
}
body.scrollMode_onepage #container section.page.stby {
  transform: translate(0, 100%);
}
body.scrollMode_onepage #container section.page.in {
  opacity: 1;
  transform: translate(0, 0%);
}
body.scrollMode_onepage #container section.page .inFrame {
  display: flex;
  justify-content: center;
  height: fit-content;
  align-items: center;
  width: 90%;
}
@media screen and (min-width: 750px) {
  body.scrollMode_onepage #container section.page .inFrame {
    max-width: 750px;
  }
}
@media screen and (max-width: 750px) {
  body.scrollMode_onepage #container section.page .inFrame {
    width: 100%;
  }
}
body.scrollMode_onepage #container section.page .inFrame.full {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}
/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

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

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 
================================================================================
contents
================================================================================
*/
#container section#siteMain::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60rem;
  height: 1062.5rem;
  background: url(../img/_guide_pc.png);
  opacity: 0.4;
  pointer-events: none;
}
.lang_zh #container section#siteMain::after {
  background: url(../img/_guide_PC_zh_tw.png);
}
.lang_kr #container section#siteMain::after {
  background: url(../img/_guide_PC_kr.png);
}
@media screen and (max-width: 750px) {
  #container section#siteMain::after {
    width: 100vw;
    height: 2933.3333333333vw;
    background: url(../img/_guide_sp.png) center top/100% auto no-repeat !important;
  }
}
#container section.page {
  position: relative;
  font-size: 0.9rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #container section.page {
    font-size: 1rem;
  }
}
#container section.page * {
  position: relative;
}
#container section.page#kv {
  min-height: 77.375rem;
  transition: all 100ms ease;
}
#container section.page#kv::before {
  content: "";
  display: none;
  width: 100vw;
  height: 45.625rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50vw, 0, 0);
  background: rgb(0, 32, 47);
  background: linear-gradient(0deg, rgb(0, 32, 47) 0%, rgb(0, 32, 47) 76%, rgba(0, 32, 47, 0) 100%);
}
#container section.page#kv .logo {
  width: 11.8125rem;
  position: absolute;
  top: 1.125rem;
  left: 5.625rem;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .logo {
    width: 26.6666666667vw;
    top: 3.3333333333vw;
    left: 2.6666666667vw;
  }
}
#container section.page#kv .mechasma {
  width: 4rem;
  position: absolute;
  top: 1.125rem;
  right: 6.25rem;
  z-index: 4;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .mechasma {
    width: 10.6666666667vw;
    top: 4vw;
    right: 4vw;
  }
}
#container section.page#kv .hero {
  width: 100%;
  min-height: 45rem;
}
#container section.page#kv .hero .mask {
  width: 100vw;
  left: 50%;
  transform: translate3d(-50vw, 0, 0);
  min-height: 31.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .mask {
    min-height: 124vw;
  }
}
#container section.page#kv .hero .emblem {
  width: 125rem;
  position: absolute;
  top: -16.875rem;
  left: 50.5%;
  transform: translate3d(-50%, 0, 0) scale(1);
  transition: all 500ms cubic-bezier(0.55, 1.39, 0.55, 1.02);
  transition-delay: 300ms;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .emblem {
    width: 266.6666666667vw;
    top: -26.6666666667vw;
  }
}
#container section.page#kv .hero .emblem img {
  animation: flashOut 4s ease-out forwards;
}
#container section.page#kv .hero .spark {
  width: 125rem;
  position: absolute;
  top: -16.25rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0) scale(1);
  transition: all 600ms cubic-bezier(0.55, 1.39, 0.55, 1.02);
  transition-delay: 900ms;
  opacity: 0.3;
}
#container section.page#kv .hero .visualWrap {
  width: 36.25rem;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin-left: 4.875rem;
  animation: heroRoboIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .visualWrap {
    width: 77.3333333333vw;
    top: 20.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
#container section.page#kv .hero .visualWrap_2 {
  width: 15.8125rem;
  position: absolute;
  top: 21.5625rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin-left: -13.125rem;
  transition: transform 1s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s, opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition-delay: 1000ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .visualWrap_2 {
    width: 33.7333333333vw;
    top: 62.6666666667vw;
    margin-left: -33.3333333333vw;
  }
}
#container section.page#kv .hero .visualWrap_3 {
  width: 12.3125rem;
  position: absolute;
  top: 25rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin-left: -6.875rem;
  transition: transform 1s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s, opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition-delay: 1000ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .visualWrap_3 {
    width: 26.2666666667vw;
    top: 70vw;
    margin-left: -20.2666666667vw;
  }
}
#container section.page#kv .hero .visualWrap_4 {
  width: 15.375rem;
  position: absolute;
  top: 11.125rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin-left: 11.75rem;
  transition: transform 1s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s, opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, filter 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition-delay: 1000ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .visualWrap_4 {
    width: 32.8vw;
    top: 40vw;
    margin-left: 19.7333333333vw;
  }
}
#container section.page#kv .hero .labelWrap {
  position: absolute;
  top: 4.375rem;
  z-index: 10;
  transition: all 500ms ease-in-out;
  transition-delay: 1700ms;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .labelWrap {
    top: 12.6666666667vw;
  }
}
#container section.page#kv .hero .labelWrap.left {
  width: 10.8125rem;
  left: 4.0625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .labelWrap.left {
    width: 22.6666666667vw;
    left: 1.3333333333vw;
  }
}
.lang_zh #container section.page#kv .hero .labelWrap.left {
  width: 9.9375rem;
  left: 6.25rem;
  top: 10rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#kv .hero .labelWrap.left {
    width: 21.2vw;
    left: 1.3333333333vw;
  }
}
.lang_kr #container section.page#kv .hero .labelWrap.left {
  width: 10rem;
  left: 6.25rem;
  top: 5.625rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#kv .hero .labelWrap.left {
    width: 21.3333333333vw;
    left: 1.3333333333vw;
  }
}
#container section.page#kv .hero .labelWrap.right {
  width: 11.9375rem;
  right: 4.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .labelWrap.right {
    width: 25.3333333333vw;
    right: 0.9333333333vw;
  }
}
.lang_zh #container section.page#kv .hero .labelWrap.right {
  width: 12.0625rem;
  top: 5rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#kv .hero .labelWrap.right {
    width: 25.7333333333vw;
    right: 0.9333333333vw;
  }
}
.lang_kr #container section.page#kv .hero .labelWrap.right {
  width: 11.625rem;
  top: 5.625rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#kv .hero .labelWrap.right {
    width: 24.8vw;
    right: 0.9333333333vw;
  }
}
#container section.page#kv .hero .titleWrap {
  position: absolute;
  top: 31.875rem;
  width: 100%;
  z-index: 10;
  transition: transform 800ms cubic-bezier(0.57, 0.57, 0, 1.01), opacity 600ms ease-in-out;
  transition-delay: 700ms;
}
#container section.page#kv .hero .titleWrap .gattai {
  width: 8.5rem;
  margin: 0 auto -1.5625rem;
  transition: all 500ms ease-in-out 1700ms;
}
#container section.page#kv .hero .titleWrap .title {
  margin: auto;
  width: 36.6875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .hero .titleWrap {
    top: 90.6666666667vw;
  }
  #container section.page#kv .hero .titleWrap .gattai {
    width: 18.1333333333vw;
    margin: 0 auto -3.3333333333vw;
  }
  #container section.page#kv .hero .titleWrap .title {
    margin: auto;
    width: 78.6666666667vw;
  }
}
#container section.page#kv .movieArea {
  margin-top: 0rem;
  padding-top: 0.625rem;
  transition: all 1500ms cubic-bezier(0.58, 1.15, 0, 1.03);
}
#container section.page#kv .movieArea.is--stby {
  opacity: 0;
  transform: translate3d(-50vw, 3rem, 0);
}
#container section.page#kv .movieArea .global_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .movieArea {
    padding-top: 4vw;
  }
}
#container section.page#kv .movieArea .movieTitle {
  width: 20rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .movieArea .movieTitle {
    width: 42.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.lang_zh #container section.page#kv .movieArea .movieTitle {
  width: 10.9375rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#kv .movieArea .movieTitle {
    width: 23.3333333333vw;
  }
}
.lang_kr #container section.page#kv .movieArea .movieTitle {
  width: 10.8125rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#kv .movieArea .movieTitle {
    width: 23.3333333333vw;
  }
}
#container section.page#kv .movieArea .movie {
  position: relative;
  width: 40rem;
  height: 100%;
  aspect-ratio: 16/9;
  top: 0.125rem;
  left: 0.125rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
#container section.page#kv .movieArea .movie iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #container section.page#kv .movieArea .movie {
    width: 85.3333333333vw;
  }
}
#container section.page#kv.is--stby .hero .emblem {
  opacity: 0;
  transform: translate3d(-50%, -10%, 0) scale(0.6);
  filter: brightness(4);
}
#container section.page#kv.is--stby .hero .spark {
  opacity: 0;
  transform: translate3d(-50%, 0, 0) scale(0);
  filter: brightness(4);
}
#container section.page#kv.is--stby .hero .visualWrap {
  opacity: 0;
  transform: translate3d(50%, 50%, 0);
  filter: brightness(4);
  animation-play-state: paused;
}
#container section.page#kv.is--stby .hero .visualWrap_2 {
  opacity: 0;
  transform: translate3d(30%, 0%, 0);
  filter: brightness(4);
}
#container section.page#kv.is--stby .hero .visualWrap_3 {
  opacity: 0;
  transform: translate3d(30%, 0%, 0);
  filter: brightness(4);
}
#container section.page#kv.is--stby .hero .visualWrap_4 {
  opacity: 0;
  transform: translate3d(-100%, 0%, 0);
  filter: brightness(4);
}
#container section.page#kv.is--stby .hero .labelWrap {
  opacity: 0;
}
#container section.page#kv.is--stby .hero .labelWrap.left {
  transform: translate3d(20%, 0, 0);
}
#container section.page#kv.is--stby .hero .labelWrap.right {
  transform: translate3d(-20%, 0, 0);
}
#container section.page#kv.is--stby .hero .titleWrap {
  transform: translate3d(0%, 0, 0) scale(2.5);
  opacity: 0;
}
#container section.page#kv.is--stby .hero .titleWrap .gattai {
  opacity: 0;
}
#container section.page#starting {
  padding-top: 0rem;
  padding-bottom: 4.375rem;
  min-height: 43.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting {
    padding-top: 5.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
#container section.page#starting .thunderTitle {
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .thunderTitle {
    margin-bottom: 4vw;
  }
}
#container section.page#starting .thunderTitle .title {
  height: 16.3125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .thunderTitle .title {
    height: 30.6666666667vw;
  }
}
.lang_zh #container section.page#starting .thunderTitle .title {
  height: 14.3125rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#starting .thunderTitle .title {
    height: 26.6666666667vw;
  }
}
.lang_kr #container section.page#starting .thunderTitle .title {
  height: 16.5rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#starting .thunderTitle .title {
    height: 26.6666666667vw;
  }
}
#container section.page#starting .read {
  width: 38.4375rem;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .read {
    width: 88vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.lang_zh #container section.page#starting .read {
  width: 30.4375rem;
  margin: 0 auto 6.875rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#starting .read {
    width: 88vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.lang_kr #container section.page#starting .read {
  width: 38.9375rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#starting .read {
    width: 88vw;
    margin: 0 auto 13.3333333333vw;
  }
}
#container section.page#starting .unit {
  position: relative;
}
#container section.page#starting .unit .item {
  transition: all 1500ms cubic-bezier(0.58, 1.15, 0, 1.03);
}
#container section.page#starting .unit .item.is--stby {
  opacity: 0;
  transform: translateY(2rem);
}
#container section.page#starting .unit.unit_1 {
  height: 36.5625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 {
    height: 112vw;
  }
}
#container section.page#starting .unit.unit_1 .name {
  width: fit-content;
  position: absolute;
  top: 2.875rem;
  left: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 .name {
    top: 13.3333333333vw;
    left: 26.6666666667vw;
    width: 48vw;
  }
}
#container section.page#starting .unit.unit_1 .item {
  position: absolute;
  z-index: 5;
}
#container section.page#starting .unit.unit_1 .item.robo_1 {
  width: 23.6875rem;
  top: -3.125rem;
  right: 2.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 .item.robo_1 {
    width: 50.5333333333vw;
    top: 20.6666666667vw;
    right: 0.8vw;
  }
}
#container section.page#starting .unit.unit_1 .item.robo_1 .spec {
  position: absolute;
  width: 10.8125rem;
  top: 5rem;
  left: -7.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 .item.robo_1 .spec {
    width: 28vw;
    top: 5.3333333333vw;
    left: -18.6666666667vw;
  }
}
#container section.page#starting .unit.unit_1 .item.robo_2 {
  width: 27.6875rem;
  top: 4.6875rem;
  left: 1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 .item.robo_2 {
    width: 57.3333333333vw;
    top: 33.3333333333vw;
    left: -2.6666666667vw;
  }
}
#container section.page#starting .unit.unit_1 .item.henkei {
  width: 17.1875rem;
  top: 15rem;
  left: 21.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 .item.henkei {
    width: 28vw;
    top: 61.3333333333vw;
    left: 30vw;
  }
}
#container section.page#starting .unit.unit_1 .item.caption {
  top: 27.5rem;
  left: 6.875rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_1 .item.caption {
    top: 101.3333333333vw;
    left: 0vw;
    width: 100vw;
    text-align: center;
  }
}
#container section.page#starting .unit.unit_1.is--stby .slashBG {
  opacity: 0;
  transform: translate(-200%, 0%);
}
#container section.page#starting .unit.unit_2 {
  height: 36.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 {
    height: 86.6666666667vw;
  }
}
#container section.page#starting .unit.unit_2 .smallTitle {
  width: fit-content;
  position: absolute;
  top: 3.125rem;
  left: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .smallTitle {
    top: 5.3333333333vw;
    left: 0vw;
  }
}
#container section.page#starting .unit.unit_2 .smallTitle .title {
  width: auto;
  height: 8.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .smallTitle .title {
    height: 18.6666666667vw;
  }
}
#container section.page#starting .unit.unit_2 .item {
  position: absolute;
  z-index: 5;
}
#container section.page#starting .unit.unit_2 .item.robo_1 {
  width: 33.375rem;
  top: -2.8125rem;
  left: 1.875rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .item.robo_1 {
    width: 69.3333333333vw;
    top: -3.3333333333vw;
    left: -4vw;
  }
}
#container section.page#starting .unit.unit_2 .item.image_1 {
  width: 20rem;
  top: 2.5rem;
  left: 35rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .item.image_1 {
    width: 37.3333333333vw;
    top: 5.3333333333vw;
    left: auto;
    right: 6.6666666667vw;
  }
}
#container section.page#starting .unit.unit_2 .item.image_1 .label {
  position: absolute;
  width: auto;
  height: 2.5rem;
  bottom: 99.5%;
  right: 0rem;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .item.image_1 .label {
    height: 5.3333333333vw;
  }
}
#container section.page#starting .unit.unit_2 .item.image_2 {
  width: 20rem;
  top: 15rem;
  left: 35rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .item.image_2 {
    width: 37.3333333333vw;
    top: 34.6666666667vw;
    left: auto;
    right: 6.6666666667vw;
  }
}
#container section.page#starting .unit.unit_2 .item.image_2 .label {
  position: absolute;
  width: auto;
  height: 2.5rem;
  top: 99.5%;
  left: 0rem;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .item.image_2 .label {
    height: 5.3333333333vw;
  }
}
#container section.page#starting .unit.unit_2 .item.caption {
  display: inline;
  top: 31.25rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_2 .item.caption {
    top: 70.6666666667vw;
  }
}
#container section.page#starting .unit.unit_2.is--stby .slashBG {
  opacity: 0;
  transform: translate(-200%, 0%);
}
#container section.page#starting .unit.unit_3 {
  height: 66.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 {
    height: 194.6666666667vw;
  }
}
#container section.page#starting .unit.unit_3 .smallTitle {
  width: fit-content;
  position: absolute;
  top: 9.375rem;
  right: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .smallTitle {
    top: 4vw;
    left: 0vw;
  }
}
#container section.page#starting .unit.unit_3 .smallTitle .title {
  width: auto;
  height: 8.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .smallTitle .title {
    height: 18.9333333333vw;
  }
}
#container section.page#starting .unit.unit_3 .item {
  position: absolute;
  z-index: 5;
}
#container section.page#starting .unit.unit_3 .item.label {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  left: 1.25rem;
}
#container section.page#starting .unit.unit_3 .item.label img {
  width: 40.375rem;
}
.lang_zh #container section.page#starting .unit.unit_3 .item.label img {
  width: 31.4375rem;
}
.lang_kr #container section.page#starting .unit.unit_3 .item.label img {
  width: 36.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .item.label {
    left: 0rem;
  }
  #container section.page#starting .unit.unit_3 .item.label img {
    width: 86.1333333333vw;
  }
}
#container section.page#starting .unit.unit_3 .item.robo_1 {
  width: 33.5rem;
  top: 12.5rem;
  left: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .item.robo_1 {
    width: 77.3333333333vw;
    top: 18vw;
    left: -3.3333333333vw;
  }
}
#container section.page#starting .unit.unit_3 .item.robo_2 {
  width: 24.5625rem;
  top: 7.125rem;
  right: 2.1875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .item.robo_2 {
    width: 61.3333333333vw;
    top: 48vw;
    right: 0vw;
  }
}
#container section.page#starting .unit.unit_3 .item.robo_3 {
  width: 23.125rem;
  top: 26.25rem;
  left: 21.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .item.robo_3 {
    width: 60vw;
    top: 96vw;
    left: 8.6666666667vw;
  }
}
#container section.page#starting .unit.unit_3 .item.robo_4 {
  width: 19.5625rem;
  top: 25rem;
  left: 38.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .item.robo_4 {
    width: 50.6666666667vw;
    top: 93.3333333333vw;
    left: 51.2vw;
  }
}
#container section.page#starting .unit.unit_3 .item.caption {
  display: inline;
  top: 52.5rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_3 .item.caption {
    top: 165.3333333333vw;
  }
}
#container section.page#starting .unit.unit_3.is--stby .slashBG {
  opacity: 0;
  transform: translate(-200%, 0%);
}
#container section.page#starting .unit.unit_4 {
  height: 31.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_4 {
    height: 78.6666666667vw;
  }
}
#container section.page#starting .unit.unit_4 .item {
  position: absolute;
  z-index: 5;
}
#container section.page#starting .unit.unit_4 .item.name {
  width: 19rem;
  top: 1.25rem;
  left: 5.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_4 .item.name {
    width: 48.8vw;
    top: 2.6666666667vw;
    left: 24vw;
  }
}
#container section.page#starting .unit.unit_4 .item.robo {
  width: 40.75rem;
  top: -0.3125rem;
  left: 9rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_4 .item.robo {
    width: 85.6vw;
    top: 6.6666666667vw;
    left: 7.2vw;
  }
}
#container section.page#starting .unit.unit_4 .item.image {
  width: 15rem;
  top: 14.375rem;
  left: 40rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_4 .item.image {
    width: 31.3333333333vw;
    top: 44vw;
    left: 61.8666666667vw;
  }
}
#container section.page#starting .unit.unit_4 .item.caption {
  display: inline;
  top: 21.25rem;
  left: -5rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_4 .item.caption {
    top: 53.3333333333vw;
    left: 6.6666666667vw;
    width: 40vw;
    text-align: left;
  }
}
#container section.page#starting .unit.unit_4.is--stby .slashBG {
  opacity: 0;
  transform: translate(-200%, 0%);
}
#container section.page#starting .unit.unit_5 {
  height: 31.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_5 {
    height: 93.3333333333vw;
  }
}
#container section.page#starting .unit.unit_5 .item {
  position: absolute;
  z-index: 5;
}
#container section.page#starting .unit.unit_5 .item.label {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  left: 0rem;
}
#container section.page#starting .unit.unit_5 .item.label img {
  width: 33.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_5 .item.label img {
    width: 68.8vw;
  }
}
.lang_zh #container section.page#starting .unit.unit_5 .item.label img {
  width: 21.625rem;
}
.lang_kr #container section.page#starting .unit.unit_5 .item.label img {
  width: 26.6875rem;
}
#container section.page#starting .unit.unit_5 .item.robo {
  width: 29.1875rem;
  top: 3.125rem;
  left: 2.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_5 .item.robo {
    width: 62.2666666667vw;
    top: 6.6666666667vw;
    left: 18.6666666667vw;
  }
}
#container section.page#starting .unit.unit_5 .item.image {
  width: 27.5rem;
  top: 15rem;
  left: 27.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_5 .item.image {
    width: 58.6666666667vw;
    top: 53.3333333333vw;
    left: 20vw;
  }
}
#container section.page#starting .unit.unit_5 .item.caption {
  display: inline;
  top: 27.5rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #container section.page#starting .unit.unit_5 .item.caption {
    top: 74.6666666667vw;
    left: 0vw;
    width: 100%;
  }
}
#container section.page#starting .unit.unit_5.is--stby .slashBG {
  opacity: 0;
  transform: translate(-200%, 0%);
}
#container section.page#braveup {
  min-height: 215rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup {
    min-height: 445.3333333333vw;
  }
}
.lang_kr #container section.page#braveup {
  min-height: 219.375rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#braveup {
    min-height: 445.3333333333vw;
  }
}
#container section.page#braveup .item {
  position: absolute;
  z-index: 5;
}
#container section.page#braveup .item.emblem {
  width: 100%;
  height: 56.25rem;
  top: 0rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.emblem {
    height: 120vw;
    top: 0vw;
    left: 0vw;
  }
}
#container section.page#braveup .item.emblem .bg {
  width: 141.0625rem;
  height: auto;
  position: absolute;
  top: 41.875rem;
  left: 51%;
  transform: translate(-50%, -50%);
  transition: all 600ms ease-out 200ms;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.emblem .bg {
    width: 300.9333333333vw;
    height: auto;
    top: 78.6666666667vw;
  }
}
#container section.page#braveup .item.emblem .main {
  width: 45.5625rem;
  height: auto;
  position: absolute;
  top: 41.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms ease-in;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.emblem .main {
    width: 89.3333333333vw;
    height: auto;
    top: 77.3333333333vw;
  }
}
#container section.page#braveup .item.emblem.is--stby .bg {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
#container section.page#braveup .item.emblem.is--stby .main {
  opacity: 0;
  transform: translate(-50%, -10%) scale(1.2);
}
#container section.page#braveup .item.label {
  width: 42.5rem;
  top: 57.5rem;
  left: 8.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.label {
    width: 90.6666666667vw;
    top: 112vw;
    left: 5.3333333333vw;
  }
}
.lang_zh #container section.page#braveup .item.label {
  width: 25.625rem;
  left: 17.5rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#braveup .item.label {
    width: 66.6666666667vw;
    left: 18.6666666667vw;
  }
}
.lang_kr #container section.page#braveup .item.label {
  width: 27.9375rem;
  left: 16.25rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#braveup .item.label {
    width: 66.6666666667vw;
    left: 18.6666666667vw;
  }
}
#container section.page#braveup .item.robo {
  width: 56.625rem;
  top: 147.5rem;
  left: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.robo {
    width: 102.6666666667vw;
    top: 308.6666666667vw;
    left: -2.6666666667vw;
  }
}
#container section.page#braveup .item.robo img {
  transition: all 500ms ease-in-out;
}
#container section.page#braveup .item.robo::before {
  content: "";
  display: block;
  width: 128.125rem;
  height: 127.9375rem;
  background: url(../img/common/bg/bg_spark_flare.png) center center/contain;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1000ms cubic-bezier(0.58, 1.15, 0, 1.03) 200ms;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.robo::before {
    top: 32%;
    width: 280vw;
    height: 266.6666666667vw;
  }
}
#container section.page#braveup .item.robo.is--stby::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
#container section.page#braveup .item.robo.is--stby img {
  opacity: 0;
  transform: translate(-30%, 20%);
}
#container section.page#braveup .item.image_1 {
  width: 28.75rem;
  top: 71rem;
  left: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.image_1 {
    width: 61.3333333333vw;
    top: 140vw;
    left: 1.3333333333vw;
  }
}
#container section.page#braveup .item.image_2 {
  width: 28.75rem;
  top: 88.4375rem;
  left: 25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.image_2 {
    width: 61.3333333333vw;
    top: 178.6666666667vw;
    left: 36vw;
  }
}
#container section.page#braveup .item.image_3 {
  width: 28.75rem;
  top: 103.3125rem;
  left: 7.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.image_3 {
    width: 61.3333333333vw;
    top: 209.3333333333vw;
    left: 4.6666666667vw;
  }
}
#container section.page#braveup .item.image_4 {
  width: 28.75rem;
  top: 121.25rem;
  left: 21.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#braveup .item.image_4 {
    width: 61.3333333333vw;
    top: 248vw;
    left: 28vw;
  }
}
#container section.page#change {
  min-height: 281.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change {
    min-height: 1036vw;
  }
}
#container section.page#change .blueBG {
  background-color: #181f58;
  position: absolute;
  top: 50rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 287.5rem;
  z-index: -1;
  /* 標準仕様 */
  mask-image: linear-gradient(to right, transparent, black 45%, black 55%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  mask-composite: intersect;
}
@media screen and (max-width: 750px) {
  #container section.page#change .blueBG {
    height: 906.6666666667vw;
    mask-image: linear-gradient(to right, transparent, black 0%, black 100%, transparent), linear-gradient(to bottom, transparent, black 15%, black 95%, transparent);
  }
}
#container section.page#change .blueBG::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  mask-image: linear-gradient(to right, transparent, black 45%, black 55%, transparent);
}
#container section.page#change .skyBG:nth-of-type(2) {
  top: 93.75rem;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #container section.page#change .skyBG:nth-of-type(2) {
    top: 226.6666666667vw;
  }
}
#container section.page#change .skyBG:nth-of-type(3) {
  display: none;
  top: 156.25rem;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #container section.page#change .skyBG:nth-of-type(3) {
    top: 586.6666666667vw;
  }
}
#container section.page#change .title {
  width: 45.25rem;
  margin: 0 auto 1.875rem;
  z-index: 50;
}
@media screen and (max-width: 750px) {
  #container section.page#change .title {
    width: 97.3333333333vw;
    margin: 0 auto 0vw;
  }
}
.lang_zh #container section.page#change .title {
  width: 52.875rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#change .title {
    width: 86.6666666667vw;
    margin: 0 auto 0vw;
  }
}
.lang_kr #container section.page#change .title {
  width: 45.9375rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#change .title {
    width: 86.6666666667vw;
    margin: 0 auto 0vw;
  }
}
#container section.page#change .unit {
  position: relative;
}
#container section.page#change .unit .item {
  position: absolute;
  z-index: 5;
}
#container section.page#change .unit.unit_1 {
  height: 45rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 {
    height: 165.3333333333vw;
  }
}
#container section.page#change .unit.unit_1 .slashBG:nth-of-type(1) {
  top: 15.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .slashBG:nth-of-type(1) {
    position: absolute;
    top: 20rem;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .slashBG:nth-of-type(2) {
    position: absolute;
    top: 51.875rem;
  }
}
#container section.page#change .unit.unit_1 .name_jloader {
  width: 15.25rem;
  top: 5.625rem;
  left: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .name_jloader {
    width: 38.6666666667vw;
    top: 12vw;
    left: 6.6666666667vw;
  }
}
#container section.page#change .unit.unit_1 .name_decard {
  width: 12.75rem;
  top: 35rem;
  left: 14.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .name_decard {
    width: 32.6666666667vw;
    top: 16vw;
    left: 60vw;
  }
}
#container section.page#change .unit.unit_1 .robo_1 {
  width: 35.3125rem;
  top: -0.9375rem;
  left: 25.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .robo_1 {
    width: 75.3333333333vw;
    top: 72.6666666667vw;
    left: 15.2vw;
  }
}
#container section.page#change .unit.unit_1 .robo_1 .robo_1_spec {
  width: 10.8125rem;
  top: 19.5625rem;
  left: 20.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .robo_1 .robo_1_spec {
    width: 26.6666666667vw;
    top: 45.7333333333vw;
    left: 46.6666666667vw;
  }
}
#container section.page#change .unit.unit_1 .robo_2 {
  width: 27.875rem;
  top: 6.5625rem;
  left: 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .robo_2 {
    width: 59.4666666667vw;
    top: 17.3333333333vw;
    left: 1.3333333333vw;
  }
}
#container section.page#change .unit.unit_1 .robo_3 {
  width: 22.125rem;
  top: 24.0625rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .robo_3 {
    width: 47.2vw;
    top: 20vw;
    left: 50.6666666667vw;
  }
}
#container section.page#change .unit.unit_1 .henkei {
  width: 18.4375rem;
  top: 14.625rem;
  left: 13.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_1 .henkei {
    width: 38.6666666667vw;
    top: 35.3333333333vw;
    left: 30.6666666667vw;
  }
}
#container section.page#change .unit.unit_1.is--stby .slashBG {
  opacity: 0;
  transform: translate(-200%, 0%);
}
#container section.page#change .unit.unit_2 {
  height: 31.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_2 {
    height: 162.6666666667vw;
  }
}
#container section.page#change .unit.unit_2 .image_1 {
  width: 23.75rem;
  top: 2.5rem;
  left: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_2 .image_1 {
    width: 60vw;
    top: 92vw;
    left: 20vw;
  }
}
#container section.page#change .unit.unit_2 .image_1 .label {
  position: absolute;
  width: auto;
  height: 2.5rem;
  top: 99.5%;
  left: 0rem;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_2 .image_1 .label {
    height: 5.3333333333vw;
  }
}
#container section.page#change .unit.unit_2 .image_2 {
  width: 24.5rem;
  top: 2.5rem;
  left: 30.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_2 .image_2 {
    width: 60vw;
    top: 13.3333333333vw;
    left: 20vw;
  }
}
#container section.page#change .unit.unit_2 .image_2 .label {
  position: absolute;
  width: auto;
  height: 2.5rem;
  bottom: 99.5%;
  right: 0rem;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_2 .image_2 .label {
    height: 5.3333333333vw;
  }
}
#container section.page#change .unit.unit_2 .caption {
  width: 25rem;
  top: 20.625rem;
  left: 4.375rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_2 .caption {
    width: 100%;
    top: 136vw;
    left: 0vw;
    padding: 0 8vw;
  }
}
#container section.page#change .unit.unit_3 {
  height: 84.375rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_3 {
    height: 173.3333333333vw;
  }
}
#container section.page#change .unit.unit_3 .robo {
  width: 32.4375rem;
  top: -6.25rem;
  left: 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_3 .robo {
    width: 69.2vw;
    top: -14.6666666667vw;
    left: 13.3333333333vw;
  }
}
#container section.page#change .unit.unit_3 .robo .robo_name {
  position: absolute;
  width: 25rem;
  top: 18.75rem;
  left: 30.625rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_3 .robo .robo_name {
    width: 100%;
    top: 94.6666666667vw;
    left: 0vw;
    text-align: center;
  }
}
#container section.page#change .unit.unit_3 .image {
  width: 50rem;
  top: 50rem;
  left: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_3 .image {
    width: 86.6666666667vw;
    top: 110vw;
    left: 6.6666666667vw;
  }
}
#container section.page#change .unit.unit_3 .caption {
  width: 100%;
  top: 79.375rem;
  left: 0rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_3 .caption {
    width: 100%;
    top: 161.3333333333vw;
    left: 0vw;
  }
}
#container section.page#change .unit.unit_4 {
  height: 51.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 {
    height: 146.6666666667vw;
  }
}
#container section.page#change .unit.unit_4 .arrow {
  width: 7.4375rem;
  top: 11.875rem;
  left: 26.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .arrow {
    width: 15.8666666667vw;
    top: 34.6666666667vw;
    left: 42.6666666667vw;
  }
}
#container section.page#change .unit.unit_4 .robo_1 {
  width: 23.6875rem;
  top: 2.1875rem;
  left: 5.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .robo_1 {
    width: 50.5333333333vw;
    top: 8.6666666667vw;
    left: 1.3333333333vw;
  }
}
#container section.page#change .unit.unit_4 .robo_1 .parts {
  position: absolute;
  top: -1.875rem;
  left: 1.875rem;
  width: 17.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .robo_1 .parts {
    top: -6.6666666667vw;
    left: 4.8vw;
    width: 37.3333333333vw;
  }
}
#container section.page#change .unit.unit_4 .robo_2 {
  width: 23.6875rem;
  top: 2.1875rem;
  right: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .robo_2 {
    width: 50.5333333333vw;
    top: 8.6666666667vw;
    right: -1.3333333333vw;
  }
}
#container section.page#change .unit.unit_4 .robo_2 .parts {
  position: absolute;
  top: -1.875rem;
  left: 2.5rem;
  width: 17.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .robo_2 .parts {
    top: -6.6666666667vw;
    left: 4.8vw;
    width: 37.3333333333vw;
  }
}
#container section.page#change .unit.unit_4 .image {
  width: 25.625rem;
  top: 33.75rem;
  left: 8.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .image {
    width: 60vw;
    top: 77.3333333333vw;
    left: 20vw;
  }
}
#container section.page#change .unit.unit_4 .image .image_caption {
  width: 23.6875rem;
  top: 8.125rem;
  left: 26.875rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_4 .image .image_caption {
    width: 100%;
    top: 18.125rem;
    left: 0rem;
    text-align: center;
  }
}
#container section.page#change .unit.unit_5 {
  height: 103.125rem;
}
#container section.page#change .unit.unit_5 .robo {
  width: 51rem;
  top: 10rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .robo {
    width: 108.8vw;
    top: -9.3333333333vw;
    left: 0vw;
  }
}
#container section.page#change .unit.unit_5 .robo_2 {
  width: 30.375rem;
  top: 61.875rem;
  left: 26.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .robo_2 {
    width: 80vw;
    top: 205.3333333333vw;
    left: 13.3333333333vw;
  }
}
#container section.page#change .unit.unit_5 .image_1 {
  top: 24.375rem;
  left: 32.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_1 {
    top: 98.6666666667vw;
    left: 18.6666666667vw;
  }
}
#container section.page#change .unit.unit_5 .image_1 .image_box {
  width: 22.5rem;
  aspect-ratio: 360/240;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_1 .image_box {
    width: 61.3333333333vw;
  }
}
#container section.page#change .unit.unit_5 .image_1 .image_box img {
  position: absolute;
  width: 28.25rem;
  bottom: 2px;
  right: -0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_1 .image_box img {
    width: 77.3333333333vw;
    height: auto;
    bottom: 2px;
    right: 0vw;
  }
}
#container section.page#change .unit.unit_5 .image_2 {
  top: 40.625rem;
  left: 32.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_2 {
    top: 145.3333333333vw;
    left: 18.6666666667vw;
  }
}
#container section.page#change .unit.unit_5 .image_2 .image_box {
  width: 22.5rem;
  aspect-ratio: 360/240;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_2 .image_box {
    width: 61.3333333333vw;
    height: auto;
    bottom: 0vw;
    right: 0vw;
  }
}
#container section.page#change .unit.unit_5 .image_2 .image_box img {
  position: absolute;
  width: 27.3125rem;
  bottom: 2px;
  right: 0.3125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_2 .image_box img {
    width: 74.6666666667vw;
    height: auto;
    bottom: 2px;
    right: 0vw;
  }
}
#container section.page#change .unit.unit_5 .caption {
  width: 100%;
  top: 58.75rem;
  left: 0rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .caption {
    top: 190.6666666667vw;
  }
}
#container section.page#change .unit.unit_5 .image_3 {
  width: 20rem;
  top: 71.875rem;
  left: 10rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_3 {
    width: 60vw;
    top: 293.3333333333vw;
    left: 20vw;
  }
}
#container section.page#change .unit.unit_5 .image_3 .image_box {
  width: 18.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_3 .image_box {
    width: 60vw;
  }
}
#container section.page#change .unit.unit_5 .image_3 .image_caption {
  width: 100%;
  top: 13.125rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #container section.page#change .unit.unit_5 .image_3 .image_caption {
    top: 40vw;
  }
}
#container section.page#plan {
  min-height: 90rem;
}
@media screen and (max-width: 750px) {
  #container section.page#plan {
    min-height: 217.3333333333vw;
  }
}
#container section.page#plan .title {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}
#container section.page#plan .title img {
  width: 34.125rem;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .title img {
    width: 72.8vw;
    margin: 0 auto 4vw;
  }
}
.lang_zh #container section.page#plan .title img {
  width: 39.9375rem;
}
.lang_kr #container section.page#plan .title img {
  width: 34.6875rem;
}
#container section.page#plan .item {
  position: absolute;
  z-index: 5;
}
#container section.page#plan .item.bg {
  width: 67.6875rem;
  top: -10rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .item.bg {
    width: 144.4vw;
    top: -17.3333333333vw;
    left: 38%;
  }
}
#container section.page#plan .item.robo_1 {
  width: 62.1875rem;
  top: 9.375rem;
  left: -0.9375rem;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .item.robo_1 {
    width: 132.6666666667vw;
    top: 25.3333333333vw;
    left: -15.3333333333vw;
  }
}
#container section.page#plan .item.robo_2 {
  width: 25.25rem;
  top: 18.75rem;
  left: 1.125rem;
  z-index: 6;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .item.robo_2 {
    width: 46.6666666667vw;
    top: 50.6666666667vw;
    left: -4vw;
  }
}
#container section.page#plan .item.robo_3 {
  width: 20.5rem;
  top: 33.125rem;
  left: 9.375rem;
  z-index: 6;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .item.robo_3 {
    width: 42.6666666667vw;
    top: 76vw;
    left: 8vw;
  }
}
#container section.page#plan .item.robo_4 {
  width: 32.8125rem;
  top: 31.875rem;
  left: 26.25rem;
  z-index: 6;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .item.robo_4 {
    width: 65.3333333333vw;
    top: 73.3333333333vw;
    left: 40vw;
  }
}
#container section.page#plan .item.robo_5 {
  width: 52.375rem;
  top: 15rem;
  left: 10rem;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .item.robo_5 {
    width: 106.6666666667vw;
    top: 42.6666666667vw;
    left: 6vw;
  }
}
#container section.page#plan .thunderTitle {
  top: 56.875rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #container section.page#plan .thunderTitle {
    top: 140.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.lang_zh #container section.page#plan .thunderTitle .title {
  width: 37.8125rem;
}
@media screen and (max-width: 750px) {
  .lang_zh #container section.page#plan .thunderTitle .title {
    width: 66.6666666667vw;
  }
}
.lang_kr #container section.page#plan .thunderTitle .title {
  width: 50.125rem;
}
@media screen and (max-width: 750px) {
  .lang_kr #container section.page#plan .thunderTitle .title {
    width: 80vw;
  }
}
#container section.page#products {
  background-color: transparent;
  padding-top: 5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products {
    padding-top: 5.3333333333vw;
  }
}
#container section.page#products .global_inner {
  max-width: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .global_inner {
    width: 72vw;
  }
}
#container section.page#products .item {
  transition: all 1500ms cubic-bezier(0.58, 1.15, 0, 1.03);
}
#container section.page#products .item.is--stby {
  opacity: 0;
  transform: translateY(2rem);
}
#container section.page#products h2 {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products h2 {
    margin-bottom: 1.3333333333vw;
  }
}
#container section.page#products h2 .title {
  width: auto !important;
  height: 6.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products h2 .title {
    height: 14.6666666667vw;
  }
}
.lang_zh #container section.page#products h2 .title {
  height: 4.4375rem;
}
.lang_kr #container section.page#products h2 .title {
  height: 4.3125rem;
}
#container section.page#products .swiperUnit {
  width: 100vw;
  left: 0%;
  margin: 0 calc(50% - 50vw);
  height: 60rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .swiperUnit {
    height: 100vw;
    margin-bottom: 8vw;
  }
}
#container section.page#products .swiperUnit .swiperWrap::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffc000, #fe0300);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* Webkit系（Safari, Chromeなど） */
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-clip: border-box, content-box;
  -webkit-mask-composite: xor;
  /* 標準仕様 */
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  mask-clip: border-box, content-box;
  mask-composite: exclude;
  padding: 2px;
  box-sizing: border-box;
}
#container section.page#products .swiperUnit .swiper {
  border: 0;
}
#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 .swiperUnit .swiper-pagination {
  pointer-events: none;
  padding-top: 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .swiperUnit .swiper-pagination {
    padding: 0vw 6.6666666667vw;
    margin: auto;
  }
}
#container section.page#products h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  margin: 0 0 1.875rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products h3 {
    font-size: 3.2vw;
  }
}
#container section.page#products .read {
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products .read {
    margin-bottom: 4vw;
  }
}
#container section.page#products ul.list {
  font-size: 0.875rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#products ul.list {
    margin-bottom: 8.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
#container section.page#products .specData {
  margin: 0 auto 3.75rem;
  padding: 2.5rem;
  border: solid 1px #fff;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData {
    padding: 5.3333333333vw;
  }
}
#container section.page#products .specData dl {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.9375rem 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl {
    grid-gap: 2.6666666667vw 5.3333333333vw;
    font-size: 1.1em;
  }
}
#container section.page#products .specData dl dt {
  font-size: 0.9em;
}
#container section.page#products .specData dl dt span {
  display: inline-block;
  transform: translateY(0.2em);
}
#container section.page#products .specData dl dd {
  display: flex;
  align-items: flex-end;
}
#container section.page#products .specData dl dd.label {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  #container section.page#products .specData dl dd.label {
    font-size: 1.4em;
  }
}
#container section.page#buy {
  background-color: transparent;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy {
    margin-bottom: 12vw;
  }
}
#container section.page#buy .item {
  transition: all 1500ms cubic-bezier(0.58, 1.15, 0, 1.03);
}
#container section.page#buy .item.is--stby {
  opacity: 0;
  transform: translateY(2rem);
}
#container section.page#buy .product-preorder {
  width: 100%;
  margin-bottom: 1.25rem;
  color: #000;
}
#container section.page#buy .product-preorder__link {
  width: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: #e6e6e6;
  margin: auto;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__link {
    margin: 0 auto 8vw;
    width: 86.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#container section.page#buy .product-preorder__link h5 {
  width: 100%;
  text-align: center;
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__link h5 {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#container section.page#buy .product-preorder__link h5 sup {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1em;
  transform: translate3d(0, -0.1em, 0);
}
#container section.page#buy .product-preorder__link a {
  display: block;
  text-align: center;
  text-decoration: underline;
}
#container section.page#buy .product-preorder__link::before {
  position: relative;
  display: block;
  content: " ";
  width: 0;
  height: 6.875rem;
  border-left: #000 0.125rem solid;
  order: 2;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__link::before {
    display: none;
  }
}
#container section.page#buy .product-preorder__badge p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.3125rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
#container section.page#buy .product-preorder__badge p sup {
  display: inline-block;
  font-size: 0.4em;
  line-height: 1em;
  transform: translate3d(0, -0.5em, 0);
}
#container section.page#buy .product-preorder__badge figure {
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__badge figure {
    width: 26.6666666667vw;
  }
}
#container section.page#buy .product-preorder__badge figure figcaption {
  padding-top: 0.2em;
  font-size: 0.875rem;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__badge figure figcaption {
    font-size: 1.8666666667vw;
  }
}
#container section.page#buy .product-preorder__badge figure figcaption .kome {
  display: inline-block;
  transform: translate(0, -10%);
}
#container section.page#buy .product-preorder__btns-note {
  text-align: center;
}
#container section.page#buy .product-preorder__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: opacity 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), transform 0.3s cubic-bezier(0.32, 0, 0.67, 0);
  width: 22.5rem;
  height: 6.875rem;
  order: 3;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__btn {
    width: 46.1333333333vw;
    height: 13.3333333333vw;
  }
}
#container section.page#buy .product-preorder__btn.be--gos {
  background: #c31b00;
}
#container section.page#buy .product-preorder__btn.be--gos.besthobby {
  background-color: #ec770c;
}
#container section.page#buy .product-preorder__btn.center {
  margin: auto;
}
#container section.page#buy .product-preorder__btn.is--stby {
  opacity: 0;
  transform: scale3d(1.4, 1.4, 1);
}
#container section.page#buy .product-preorder__btn.is--stby::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
#container section.page#buy .product-preorder__btn::before, #container section.page#buy .product-preorder__btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
}
#container section.page#buy .product-preorder__btn::before {
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  transform: scale3d(1.4, 1.4, 1);
  opacity: 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);
}
#container section.page#buy .product-preorder__btn::after {
  border: #fff 0.25rem solid;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
}
#container section.page#buy .product-preorder__btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#container section.page#buy .product-preorder__btn span i {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  margin-top: -0.625rem;
  animation: productPreorderArrowLoop 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
#container section.page#buy .product-preorder__btn span i::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  transform: rotate(45deg);
  border-top: 0.25rem #fff solid;
  border-right: 0.25rem #fff solid;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__btn span i::after {
    border-top: 0.8vw #fff solid;
    border-right: 0.8vw #fff solid;
  }
}
@media screen and (max-width: 750px) {
  #container section.page#buy .product-preorder__btn span i {
    right: 7.3333333333vw;
  }
}
#container section.page#buy .product-preorder__title {
  position: relative;
  display: flex;
  width: 100%;
  height: 3.3333333333rem;
  margin: 0 auto -0.0416666667rem;
  justify-content: center;
  align-items: center;
  background: #00ceff;
  color: #000;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
#container section.page#buy .product-preorder__date {
  text-align: center;
  font-size: 1rem;
  padding: 1.875rem 0;
  margin-bottom: 2.0833333333rem;
  border: #00ceff 0.0833333333rem solid;
  background: #000;
}
#container section.page#buy .product-preorder__date b {
  font-size: 1.6em;
  font-weight: 400;
}
#container section.page#buy .product-preorder__note {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.8em;
  margin-bottom: 1.4583333333rem;
}
#container section.page#buy .dataBg {
  margin: 0 auto 1.875rem;
  width: 50rem;
}
@media screen and (max-width: 750px) {
  #container section.page#buy .dataBg {
    margin: 0 auto 8vw;
    width: 86.6666666667vw;
  }
}
#container section.page#buy .uLine {
  margin-bottom: 3.125rem;
}
#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#extra {
  background-color: transparent;
  padding: 3.75rem 0 1.875rem;
  display: block;
}
#container section.page#extra p {
  font-size: 0.6875rem;
  line-height: 2;
}
#container section.page#extra p:not(:last-child) {
  margin-bottom: 1em;
}
#container section.page#banner {
  background-color: #252525;
  padding-top: 1.875rem;
  padding-bottom: 5.875rem;
  display: block;
}
#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 .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: 2.6666666667vw;
  }
}
#container section.page#banner .bannerUnit ul {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #container section.page#banner .bannerUnit ul {
    margin: auto;
  }
}
#container section.page#banner .bannerUnit ul li {
  width: 12rem;
  margin: 0 0.9375rem 0rem;
}
@media screen and (max-width: 750px) {
  #container section.page#banner .bannerUnit ul {
    display: flex;
    justify-content: center;
    width: 93.3333333333vw;
  }
  #container section.page#banner .bannerUnit ul li {
    width: 25.6vw;
    margin: 0 2.1333333333vw 0;
  }
}

/* 
================================================================================
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(254, 214, 24, 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;
  }
}