/* tag reset
##################################### */
/*! 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* font setting
##################################### */
html {
  font-size: 62.5%;
}

/* base
##################################### */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

table {
  border: 0;
  border-collapse: collapse;
  font-size: inherit;
  /* for modern browser */
  width: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: inherit;
  *font-size: 108%;
  /* for IE whole */
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

object {
  margin: 0;
  padding: 0;
}

a {
  color: #111;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol,
li {
  list-style-type: none;
}

::-moz-selection {
  background: rgba(10, 171, 171, 0.4);
}

::selection {
  background: rgba(10, 171, 171, 0.4);
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  position: relative;
}

button {
  outline: none;
}

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

/* module
##################################### */
.m_fontS {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontSM {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontM {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontLM {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontL {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontLL {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.7;
}

.blinder {
  background-size: 100% auto !important;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
  z-index: 500;
}

.blinder:before {
  content: "";
  display: block;
  height: 100%;
  padding: 1px;
  width: 100%;
}

.blinder.open {
  background: #fe9fc2 no-repeat 50% 0;
  bottom: -1px;
  padding-top: 57.83333%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.blinder.open:before {
  background: #fe9fc2;
  margin-top: -2px;
}

.blinder.close {
  left: -2px;
  margin-top: 1px;
  top: -1px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.blinder.close.layer01 {
  background: #fff no-repeat center top;
  padding-bottom: 72.75%;
}

.blinder.close.layer01:before {
  background: #fff;
}

.blinder.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* media
##################################### */
.m_media {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m_media_imgWp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27.58333%;
      -ms-flex: 0 1 27.58333%;
          flex: 0 1 27.58333%;
  margin-right: 3.33333%;
}

.m_media_imgWp > img {
  width: 100%;
}

.m_media_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m_media_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.m_media p,
.m_media ul {
  margin-bottom: 15px;
}

.m_media_body > *:last-child {
  margin-bottom: 0;
}

.m_media.m_media__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m_media__rev .m_media_imgWp {
  margin-right: 0;
}

.m_media__rev .m_media_body {
  margin-right: 3.33333%;
}

/* card
##################################### */
.m_cardUni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m_cardUni.m_cardUni__col3 {
  margin-bottom: -80px;
}

.m_cardUni__col3 > .m_card {
  margin-bottom: 80px;
  margin-right: 2.43902%;
  width: 31.707%;
}

.m_cardUni__col3 > .m_card:nth-of-type(3n) {
  margin-right: 0;
}

.m_cardUni.m_cardUni__col4 {
  margin-bottom: -20px;
}

.m_cardUni__col4 > .m_card {
  margin-bottom: 20px;
  margin-right: 1.62602%;
  width: 23.78%;
}

.m_cardUni__col4 > .m_card:nth-of-type(4n) {
  margin-right: 0;
}

/* modal
##################################### */
/******* modal ***********/
.modal_containts {
  z-index: 10;
}

.js-modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.modal_btn_tw:hover {
  text-decoration: none;
}

.modalWp {
  width: 100%;
}

.js-modal.modal {
  display: block;
}

.modal__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal .js-modal-close.cast_more_btn {
  position: absolute;
}

.ico_close_outer {
  -webkit-animation: anim-circle 20s linear infinite;
          animation: anim-circle 20s linear infinite;
}

.modal_wp {
  left: 50%;
  padding-bottom: 50px;
  position: absolute;
  top: 25%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.modal_cont.c_inner {
  width: 100%;
}

.modal__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  max-width: 800px;
  position: absolute;
  top: 20%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90vw;
}

.modal__content iframe {
  height: 450px;
  width: 100%;
}

.close_btn_inner {
  height: 50px;
  position: relative;
  width: 50px;
}

.close_btn_inner img {
  left: 0;
  position: absolute;
  top: 0;
}

.decolation_line {
  height: 100%;
  position: absolute;
  width: 100%;
}

.decolation_line .decolation_top::before {
  content: "";
  position: absolute;
}

#stage {
  min-height: 100vh;
  width: 100%;
}

.particletext {
  font-size: 48px;
  position: relative;
  text-align: center;
}

.particletext.lines {
  display: block;
}

.particletext.lines > .particle {
  -webkit-animation: lines 5s linear infinite;
          animation: lines 5s linear infinite;
  background-color: #d1f6c5;
  position: absolute;
}

.particletext.lines > .particle.particle2 {
  background-color: #c8eaf8;
}

@-webkit-keyframes lines {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  75% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes lines {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  75% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.textcontainer {
  position: absolute;
  text-align: center;
  z-index: -1;
}

.textcontainer.textcontainer2 {
  bottom: -70%;
  height: 100%;
  left: 2vw;
  padding: 40px 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: auto;
  width: 200px;
  z-index: -1;
}

#character .textcontainer,
#mechanical .textcontainer,
#story .textcontainer,
#news .textcontainer {
  height: 70vh;
  padding: 0;
  position: fixed;
  right: 25vw;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
}

.line_layer {
  background: url(../img/common/line_bg.png) left top;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.line_layer02 {
  background: url(../img/common/line_bg02.png) left top;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 550px 1447px;
  position: absolute;
  z-index: -1;
}

.cursor_outer {
  border: 1px solid #7ae458;
  border-radius: 100%;
  height: 25px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 25px;
  z-index: 9999999999;
}

.cursor_outer div {
  -webkit-animation: anim-circle 7s linear infinite;
          animation: anim-circle 7s linear infinite;
  background: url(../img/common/pointer.png);
  background-position: center;
  background-size: 100%;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(calc(-50%), -50%);
          transform: translate(calc(-50%), -50%);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 60px;
}

@-webkit-keyframes anim-circle {
  0% {
    -webkit-transform: translate(calc(-50%), -50%) rotate(360deg);
            transform: translate(calc(-50%), -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(calc(-50%), -50%) rotate(0deg);
            transform: translate(calc(-50%), -50%) rotate(0deg);
  }
}

@keyframes anim-circle {
  0% {
    -webkit-transform: translate(calc(-50%), -50%) rotate(360deg);
            transform: translate(calc(-50%), -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(calc(-50%), -50%) rotate(0deg);
            transform: translate(calc(-50%), -50%) rotate(0deg);
  }
}

.cursor_inner {
  background-color: #51bbe8;
  border-radius: 100%;
  height: 5px;
  opacity: 0;
  opacity: 0.9;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  width: 5px;
  z-index: 9999999999;
}

.hover {
  background-color: #51bbe8;
  border-color: #51bbe8;
  height: 20px;
  opacity: 0.5 !important;
  width: 20px;
}

.cursorinnerhover {
  height: 5px;
  opacity: 0.5;
  width: 5px;
}

.mainWp {
  overflow: hidden;
  position: relative;
}

.mainWp::before {
  background-image: url("../img/common/pt_bg01.png");
  background-repeat: repeat;
  background-size: 30px;
  content: "";
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.item_hoverWp {
  will-change: transform;
}

.item_hoverWp .item_hover {
  color: #000;
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
}

.item_hoverWp .item_hover:hover {
  background: #fff;
  text-decoration: none;
  -webkit-transform: rotateY(0deg) rotateX(-15deg) translateZ(0px) skew(20deg, 0deg) rotateX(-15deg) translateX(10px) translateZ(0px) scaleY(1.05) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) skewX(0deg) translate(-10px, 0px);
          transform: rotateY(0deg) rotateX(-15deg) translateZ(0px) skew(20deg, 0deg) rotateX(-15deg) translateX(10px) translateZ(0px) scaleY(1.05) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) skewX(0deg) translate(-10px, 0px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
}

/* common
##################################### */
.common__content-wrap:not(:first-of-type) {
  margin-top: 10%;
}

.common__content-wrap .label {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: #ebebeb;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
}

.common__content-wrap .label.products {
  -webkit-text-stroke: 0px #fff;
  font-size: 20px;
  line-height: 2.5;
}

.common__content-wrap .date {
  color: #ebebeb;
  font-weight: bold;
  text-align: right;
}

.common__content-wrap .date .year {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.common__content-wrap .ebebeb {
  background-color: #ebebeb;
  position: relative;
}

.common__content-wrap .ebebeb > span {
  position: absolute;
}

.common__content-wrap .ebebeb > span:nth-of-type(1) {
  background-color: #66c1e8;
  height: 1px;
  left: 0;
  top: 0;
  width: 25px;
}

.common__content-wrap .ebebeb > span:nth-of-type(2) {
  background-color: #66c1e8;
  height: 25px;
  left: 0;
  top: 0;
  width: 1px;
}

.common__content-wrap .ebebeb > span:nth-of-type(3) {
  background-color: #7ae458;
  height: 1px;
  right: 0;
  top: 0;
  width: 25px;
}

.common__content-wrap .ebebeb > span:nth-of-type(4) {
  background-color: #7ae458;
  height: 25px;
  right: 0;
  top: 0;
  width: 1px;
}

.common__content-wrap .ebebeb > span:nth-of-type(5) {
  background-color: #7ae458;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 25px;
}

.common__content-wrap .ebebeb > span:nth-of-type(6) {
  background-color: #7ae458;
  bottom: 0;
  height: 25px;
  left: 0;
  width: 1px;
}

.common__content-wrap .ebebeb > span:nth-of-type(7) {
  background-color: #66c1e8;
  bottom: 0;
  height: 1px;
  right: 0;
  width: 25px;
}

.common__content-wrap .ebebeb > span:nth-of-type(8) {
  background-color: #66c1e8;
  bottom: 0;
  height: 25px;
  right: 0;
  width: 1px;
}

.common__content-wrap .ebebeb .f7f7f7 {
  background-color: #f7f7f7;
}

.common__content-wrap .ebebeb .f7f7f7.news {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 3%;
}

.common__content-wrap .ebebeb .f7f7f7.news .pictures {
  text-align: center;
}

.common__content-wrap .ebebeb .f7f7f7.news a {
  color: #51bbe8;
}

.common__content-wrap .ebebeb .f7f7f7.special {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 3%;
}

.common__content-wrap .ebebeb .f7f7f7.special .pictures {
  text-align: center;
}

.common__content-wrap .ebebeb .f7f7f7.special a {
  color: #51bbe8;
}

.common__content-wrap .ebebeb .f7f7f7.products {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 3%;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__title {
  font-size: 20px;
  font-weight: 400;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__part {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.5vmax;
  letter-spacing: 0.05em;
  text-align: center;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__date {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 16px;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification li.margin {
  margin-top: 5%;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification li.margin2 {
  margin-top: 10px;
}

.common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification a {
  background-color: #51bbe8;
  color: #fff;
  display: block;
  text-align: center;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special {
  margin-top: 10%;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__title {
  padding: 30px 0 60px;
  position: relative;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__title span {
  background-color: black;
  color: white;
  font-weight: 400;
  padding: 0 2%;
  position: relative;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__title::before {
  border-left: solid 1px #7ae458;
  content: "";
  height: 100%;
  position: absolute;
  top: 5%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 1px;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__specification .bold {
  font-weight: bold;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__specification > ul ul {
  padding-left: 20px;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__specification > ul ul li {
  list-style-type: disc;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__picture {
  padding: 3%;
  text-align: right;
}

.common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__link {
  background-color: #51bbe8;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.common__content-wrap .ebebeb .f7f7f7.products a {
  color: #51bbe8;
}

.common__content-wrap .social__list-wrap {
  margin-left: auto;
}

.common__content-wrap .social__list-wrap .social__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.common__content-wrap .social__list-wrap .social__list a {
  display: inline-block;
  width: 100%;
}

.common__content-wrap .social__list-wrap .social__list .twitter {
  background-image: url("../img/common/tw_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

.common__content-wrap .social__list-wrap .social__list .twitter:hover {
  background-image: url("../img/common/tw_on.png");
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

.common__content-wrap .social__list-wrap .social__list .fb {
  background-image: url("../img/common/fb_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

.common__content-wrap .social__list-wrap .social__list .fb:hover {
  background-image: url("../img/common/fb_on.png");
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

.common__content-wrap .social__list-wrap .social__list .line {
  background-image: url("../img/common/line_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

.common__content-wrap .social__list-wrap .social__list .line:hover {
  background-image: url("../img/common/line_on.png");
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

.item__link-wrap .item__link-list {
  display: grid;
  margin: 0 auto 10%;
}

.item__link-wrap .item__link-list.character, .item__link-wrap .item__link-list.story {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item__link-wrap .item__link-list.mechanical, .item__link-wrap .item__link-list.landship {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item__link-wrap .item__link-list.news, .item__link-wrap .item__link-list.special {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.item__link-wrap .item__link-list.special__detail, .item__link-wrap .item__link-list.news__detail {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.item__link-wrap .item__link-list .item__link {
  padding-top: 100%;
  position: relative;
}

.item__link-wrap .item__link-list .item__link .c_btn {
  color: #7ae458;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item__link-wrap .item__link-list .item__link .line {
  height: 100%;
  position: relative;
  width: 100%;
}

.item__link-wrap .item__link-list .item__link .line .inner {
  height: 94%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 94%;
}

.item__link-wrap .item__link-list .item__link .line .inner svg {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.item__link-wrap .item__link-list .item__link .line .center {
  height: 94%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 94%;
  z-index: 9;
}

.item__link-wrap .item__link-list .item__link .line .center .ico_arrow {
  height: 41px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 22px;
}

.item__link-wrap .item__link-list .item__link .line .center .ico_scope {
  height: 260px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 260px;
}

.item__link-wrap .item__link-list .item__link .line .outer {
  -webkit-animation: rotate-anim 5s linear infinite;
          animation: rotate-anim 5s linear infinite;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.item__link-wrap .item__link-list .item__link .line .text {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.item__link-wrap .item__link-list .item__link .line .text svg {
  margin: auto;
  width: 100%;
}

.item__link-wrap .item__link-list .item__link .line .text span {
  -webkit-animation: change-color3 3s ease-in-out infinite alternate;
          animation: change-color3 3s ease-in-out infinite alternate;
  color: #7ae458;
  display: block;
  line-height: 1;
}

.c_btn {
  color: #7ae458;
  display: block;
}

.c_btn .line .text svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_btn:hover .line .text svg {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.line {
  height: 100%;
  position: relative;
  width: 100%;
}

.line .inner {
  height: 94%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 94%;
}

.line .inner svg {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.line .center {
  height: 94%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 94%;
  z-index: 9;
}

.line .center .ico_arrow {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.line .center .ico_scope {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.line .outer {
  -webkit-animation: rotate-anim 5s linear infinite;
          animation: rotate-anim 5s linear infinite;
}

.line .text {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.line .text svg {
  margin: auto;
}

.line .text span {
  -webkit-animation: change-color3 3s ease-in-out infinite alternate;
          animation: change-color3 3s ease-in-out infinite alternate;
  color: #7ae458;
  display: block;
  line-height: 1;
}

@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  11% {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  22% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  33% {
    -webkit-transform: rotate(106deg);
            transform: rotate(106deg);
  }
  66% {
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
  77% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  88% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  11% {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  22% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  33% {
    -webkit-transform: rotate(106deg);
            transform: rotate(106deg);
  }
  66% {
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
  77% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  88% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate-anim2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate-anim2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes change-color1 {
  0% {
    fill: #67c2e8;
  }
  100% {
    fill: #7fe55e;
  }
}

@keyframes change-color1 {
  0% {
    fill: #67c2e8;
  }
  100% {
    fill: #7fe55e;
  }
}

@-webkit-keyframes change-color2 {
  0% {
    fill: #7fe55e;
  }
  100% {
    fill: #67c2e8;
  }
}

@keyframes change-color2 {
  0% {
    fill: #7fe55e;
  }
  100% {
    fill: #67c2e8;
  }
}

@-webkit-keyframes change-color3 {
  0% {
    color: #7fe55e;
  }
  100% {
    color: #67c2e8;
  }
}

@keyframes change-color3 {
  0% {
    color: #7fe55e;
  }
  100% {
    color: #67c2e8;
  }
}

.in_logo {
  position: fixed;
  top: 30px;
  z-index: 999;
}

.in_logo .logoWp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.in_logo .logoWp h1:nth-child(1) {
  margin-right: 20px;
}

/* project
##################################### */
#loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 999999999;
}

.loaderInner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loaderInner .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.loaderInner .progress {
  margin: 0 1em;
}

.loaderInner .progress img {
  opacity: 0;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaderInner .progress.is-active {
  background: none;
}

.loaderInner .progress.is-active img {
  opacity: 1;
  top: 0;
}

.loaderInner .progress20 {
  background: url("../img/loading_20.png") no-repeat 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress40 {
  background: url("../img/loading_40.png") no-repeat 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress60 {
  background: url("../img/loading_60.png") no-repeat 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress80 {
  background: url("../img/loading_80.png") no-repeat 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress100 {
  background: url("../img/loading_100.png") no-repeat 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .loaderTxt {
  margin: 0 auto 20px;
  position: relative;
  width: 600px;
}

.loaderInner .loaderTxt img {
  position: relative;
}

.loaderInner #logo {
  display: block;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}

.loaderInner #logo svg {
  height: 100vh !important;
  width: auto !important;
}

/* structure
##################################### */
/* ito
##################################### */
.pointer {
  cursor: pointer;
}

.scrolldown {
  height: 160px;
  position: absolute;
  right: 3%;
  top: 74vh;
}

.scrolldown span {
  -webkit-animation: bounce 2.5s infinite;
          animation: bounce 2.5s infinite;
  color: #111;
  font-size: 0.7rem;
  font-size: 2rem;
  font-weight: bold;
  left: -34px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-38%) rotate(-180deg);
          transform: translateY(-38%) rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.scrolldown:before {
  background: #111;
  content: "";
  height: 32px;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  width: 2px;
}

.scrolldown:after {
  -webkit-animation: scroll-down-line 2s ease infinite;
          animation: scroll-down-line 2s ease infinite;
  background: #111;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 2px;
}

@-webkit-keyframes scroll-down-line {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  20% {
    -webkit-transform: scale(0.001, 1);
            transform: scale(0.001, 1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  20.01% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  38% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}

@keyframes scroll-down-line {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  20% {
    -webkit-transform: scale(0.001, 1);
            transform: scale(0.001, 1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  20.01% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  38% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}

@-webkit-keyframes bounce {
  0%,
  15%,
  38%,
  60%,
  75% {
    -webkit-transform: translateX(0) translateY(-38%) rotate(-180deg);
            transform: translateX(0) translateY(-38%) rotate(-180deg);
  }
  30% {
    -webkit-transform: translateY(10px) translateY(-38%) rotate(-180deg);
            transform: translateY(10px) translateY(-38%) rotate(-180deg);
  }
  45% {
    -webkit-transform: translateY(5px) translateY(-38%) rotate(-180deg);
            transform: translateY(5px) translateY(-38%) rotate(-180deg);
  }
}

@keyframes bounce {
  0%,
  15%,
  38%,
  60%,
  75% {
    -webkit-transform: translateX(0) translateY(-38%) rotate(-180deg);
            transform: translateX(0) translateY(-38%) rotate(-180deg);
  }
  30% {
    -webkit-transform: translateY(10px) translateY(-38%) rotate(-180deg);
            transform: translateY(10px) translateY(-38%) rotate(-180deg);
  }
  45% {
    -webkit-transform: translateY(5px) translateY(-38%) rotate(-180deg);
            transform: translateY(5px) translateY(-38%) rotate(-180deg);
  }
}

#gnav {
  display: none;
  height: 100%;
  position: fixed;
  width: 375px;
  will-change: transform;
  z-index: 99999;
}

.p_gnav {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 6px;
  -webkit-transform: skew(0deg, 10deg) rotateY(-24deg) rotateX(3deg) translateZ(0);
          transform: skew(0deg, 10deg) rotateY(-24deg) rotateX(3deg) translateZ(0);
  will-change: transform;
}

@-webkit-keyframes nav-flow {
  from {
    -webkit-transform: skew(0deg, 10deg) rotateY(-24deg) rotateX(3deg);
            transform: skew(0deg, 10deg) rotateY(-24deg) rotateX(3deg);
  }
  to {
    -webkit-transform: skew(0deg, 0deg) rotateY(0deg) rotateX(0deg);
            transform: skew(0deg, 0deg) rotateY(0deg) rotateX(0deg);
  }
}

@keyframes nav-flow {
  from {
    -webkit-transform: skew(0deg, 10deg) rotateY(-24deg) rotateX(3deg);
            transform: skew(0deg, 10deg) rotateY(-24deg) rotateX(3deg);
  }
  to {
    -webkit-transform: skew(0deg, 0deg) rotateY(0deg) rotateX(0deg);
            transform: skew(0deg, 0deg) rotateY(0deg) rotateX(0deg);
  }
}

.page.on .menu-main {
  pointer-events: all;
}

.page.on #gnav {
  display: block !important;
}

.page.on #gnav .p_gnav {
  background: rgba(238, 238, 238, 0.8);
}

.page.on .hamb_btn.on .hamb_menu span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.page.on .hamb_btn.on .hamb_menu span:nth-child(2) {
  width: 0;
}

.page.on .hamb_btn.on .hamb_menu span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}

.p-gnav_list_item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 20px 6px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-gnav_list_item a:hover {
  text-decoration: none;
}

.hamb_btn {
  cursor: pointer !important;
  position: fixed;
  z-index: 9999999;
}

.hamb_btn .hamb_btn__inner {
  background: none;
  border: none;
  cursor: pointer !important;
  height: 100%;
  width: 100%;
}

.hamb_btn .hamb_btn__inner .hamb_btn_desc {
  color: #000 !important;
  cursor: pointer !important;
  font-weight: 300;
  -webkit-transform: skew(0deg, 15deg);
          transform: skew(0deg, 15deg);
}

.hamb_menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skew(0deg, 15deg);
          transform: skew(0deg, 15deg);
  width: 100%;
}

.hamb_menu span {
  background-color: #000;
  display: block;
  left: 50%;
  opacity: 1;
  -webkit-perspective: 800px;
          perspective: 800px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 200ms, rotate 200ms 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, rotate 200ms 200ms, -webkit-transform 200ms;
  transition: transform 200ms, opacity 200ms, rotate 200ms 200ms;
  transition: transform 200ms, opacity 200ms, rotate 200ms 200ms, -webkit-transform 200ms;
  width: 100%;
}

.hamb_menu span:nth-child(1) {
  top: 0px;
}

.hamb_menu span span {
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.footerWp {
  position: relative;
}

#footer {
  position: relative;
}

#footer::before {
  background-color: #7ae458;
  content: "";
  position: absolute;
  right: 0;
  z-index: 2;
}

#footer .f_bnr_list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .f_bnr_list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .cresit {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .cresit img {
  vertical-align: baseline;
}

#btn_ptop {
  z-index: 9;
}

#btn_ptop a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

#btn_ptop a .text_pagetop {
  display: block;
  margin: 10px auto 0;
}

#btn_ptop a .text_pagetop text tspan {
  font-size: 1.6rem;
  font-weight: bold;
}

#footer .social__list-wrap {
  margin-left: auto;
}

#footer .social__list-wrap .social__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

#footer .social__list-wrap .social__list .share {
  color: #a6a6a6;
  font-weight: bold;
}

#footer .social__list-wrap .social__list a {
  display: inline-block;
  width: 100%;
}

#footer .social__list-wrap .social__list .twitter {
  background-image: url("../img/common/tw_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

#footer .social__list-wrap .social__list .twitter:hover {
  background-image: url("../img/common/tw_on.png");
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

#footer .social__list-wrap .social__list .fb {
  background-image: url("../img/common/fb_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

#footer .social__list-wrap .social__list .fb:hover {
  background-image: url("../img/common/fb_on.png");
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

#footer .social__list-wrap .social__list .line {
  background-image: url("../img/common/line_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

#footer .social__list-wrap .social__list .line:hover {
  background-image: url("../img/common/line_on.png");
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}

:root {
  --scenePerspective: 1;
  --cameraSpeed: 100;
  --cameraZ: 0;
  --viewportHeight: 0;
}

html body {
  min-width: 375px;
}

.stage__title {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  color: #ebebeb;
  font-weight: 900;
  left: 0;
  padding-left: 3.515625%;
  position: absolute;
  -webkit-transform: rotate(-5deg) skewX(-5deg) translateX(-1%);
          transform: rotate(-5deg) skewX(-5deg) translateX(-1%);
}

.viewport {
  height: calc(var(--viewportHeight) * 1px);
}

.viewport .scene3D-container {
  height: 100%;
  left: 0;
  -webkit-perspective: calc(var(--scenePerspective) * var(--cameraSpeed) * 1px);
          perspective: calc(var(--scenePerspective) * var(--cameraSpeed) * 1px);
  -webkit-perspective-origin: calc(var(--scenePerspectiveOriginX) * 1%) calc(var(--scenePerspectiveOriginY) * 1%);
          perspective-origin: calc(var(--scenePerspectiveOriginX) * 1%) calc(var(--scenePerspectiveOriginY) * 1%);
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  will-change: perspective-origin;
}

@-moz-document url-prefix() {
  .viewport .scene3D-container .scene3D {
    pointer-events: none;
  }
}

.viewport .scene3D-container .scene3D {
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(calc(var(--cameraZ) * 1px));
          transform: translateZ(calc(var(--cameraZ) * 1px));
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  will-change: transform;
}

.viewport .scene3D-container .scene3D .mecha__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.viewport .scene3D-container .scene3D .mecha__item:hover .item__image-wrap {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.viewport .scene3D-container .scene3D .mecha__item a {
  display: block;
}

.viewport .scene3D-container .scene3D .mecha__item .item__image-wrap {
  pointer-events: initial !important;
  text-align: center;
  text-align: center;
  width: 100%;
}

.viewport .scene3D-container .scene3D .mecha__item .item__image-wrap:hover + .item__text-wrap {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.viewport .scene3D-container .scene3D .mecha__item .item__image-wrap img {
  width: 100%;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap {
  background-color: rgba(235, 235, 235, 0.6);
  margin-left: 50px;
  margin-top: 100px;
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span {
  position: absolute;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(1) {
  background-color: #66c1e8;
  height: 2px;
  left: 0;
  top: 0;
  width: 25px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(2) {
  background-color: #66c1e8;
  height: 25px;
  left: 0;
  top: 0;
  width: 2px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(3) {
  background-color: #7ae458;
  height: 2px;
  right: 0;
  top: 0;
  width: 25px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(4) {
  background-color: #7ae458;
  height: 25px;
  right: 0;
  top: 0;
  width: 2px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(5) {
  background-color: #7ae458;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 25px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(6) {
  background-color: #7ae458;
  bottom: 0;
  height: 25px;
  left: 0;
  width: 2px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(7) {
  background-color: #66c1e8;
  bottom: 0;
  height: 2px;
  right: 0;
  width: 25px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap > span:nth-of-type(8) {
  background-color: #66c1e8;
  bottom: 0;
  height: 25px;
  right: 0;
  width: 2px;
}

.viewport .scene3D-container .scene3D .mecha__item .item__text-wrap .item__name {
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}

#landship.detail .viewport {
  height: initial !important;
}

#landship.detail .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-bottom: 10%;
  margin-top: 31.25%;
  position: relative;
  width: 100%;
}

#landship.detail .container.container2 .container__bg .container_bg-image, #landship.detail .container.container3 .container__bg .container_bg-image, #landship.detail .container.container4 .container__bg .container_bg-image, #landship.detail .container.container5 .container__bg .container_bg-image, #landship.detail .container.container6 .container__bg .container_bg-image {
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: luminosity;
  opacity: 0.15;
  position: absolute;
}

#landship.detail .mecha__item {
  pointer-events: none;
}

#landship.detail .mecha__item .item__name {
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}

#landship.detail .mecha__item .item__name .mecha {
  position: relative;
}

#landship.detail .mecha__item .item__image-wrap {
  pointer-events: initial !important;
  text-align: center;
  text-align: center;
}

#landship.detail .mecha__item .item__image-wrap:hover + .item__text-wrap {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#landship.detail .mecha__item .item__text-wrap {
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#landship.detail .mecha__item .item__text-wrap .item__text {
  font-size: 16px;
  position: relative;
}

#landship.detail .container__title {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  bottom: 100%;
  color: #ebebeb;
  font-weight: 900;
  left: 0;
  padding-left: 3.515625%;
  position: absolute;
  -webkit-transform: rotate(-5deg) skewX(-5deg) translateX(-1%);
          transform: rotate(-5deg) skewX(-5deg) translateX(-1%);
}

#landship.detail .container__bg {
  background-color: #e4c158;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-5deg) skewX(-5deg) translateX(-1%);
          transform: rotate(-5deg) skewX(-5deg) translateX(-1%);
  width: 102%;
}

#landship.detail .container__bg::before {
  height: 100%;
  left: 0;
  position: absolute;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-5deg) skewX(-5deg) translateX(-2%);
          transform: rotate(-5deg) skewX(-5deg) translateX(-2%);
  width: 103%;
}

#landship.detail .container__bg .container_bg-image {
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: luminosity;
  opacity: 0.15;
  position: absolute;
}

#landship.detail .container__link {
  left: 3.90625%;
  position: absolute;
}

#landship.detail .container__link .item__link {
  height: 100%;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

#landship.detail .container__link .item__link .c_btn {
  color: #7ae458;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

#landship.detail .container__link .item__link .line {
  height: 100%;
  position: relative;
  width: 100%;
}

#landship.detail .container__link .item__link .line .inner {
  height: 94%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 94%;
}

#landship.detail .container__link .item__link .line .inner svg {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

#landship.detail .container__link .item__link .line .center {
  height: 94%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 94%;
  z-index: 9;
}

#landship.detail .container__link .item__link .line .center .ico_arrow {
  height: 41px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 22px;
}

#landship.detail .container__link .item__link .line .center .ico_scope {
  height: 260px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 260px;
}

#landship.detail .container__link .item__link .line .outer {
  -webkit-animation: rotate-anim 5s linear infinite;
          animation: rotate-anim 5s linear infinite;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#landship.detail .container__link .item__link .line .text {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

#landship.detail .container__link .item__link .line .text svg {
  margin: auto;
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  transition: transform linear 0.2s, -webkit-transform linear 0.2s;
  width: 100%;
}

#landship.detail .container__link .item__link .line .text span {
  -webkit-animation: change-color3 3s ease-in-out infinite alternate;
          animation: change-color3 3s ease-in-out infinite alternate;
  color: #7ae458;
  display: block;
  line-height: 1;
}

#landship.detail .container__link:hover .text svg {
  -webkit-transform: translate(-25%);
          transform: translate(-25%);
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  transition: transform linear 0.2s, -webkit-transform linear 0.2s;
}

#landship.detail .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#landship.detail .swiper-pagination {
  position: relative;
}

#landship.detail .swiper-pagination-bullet {
  background: #ebebeb;
  height: 12px;
  margin: 0 3%;
  opacity: 1;
  width: 12px;
}

#landship.detail .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cdcdcd;
  opacity: 1;
}

#landship.detail .in_logo .item__link-wrap {
  display: none;
}

.in_logo .item__link-wrap .item__link-list {
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  margin: 0;
}

.in_logo .item__link-wrap .item__link-list .item__link {
  padding-top: initial;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .m_media {
    display: block;
  }
  .m_media_imgWp {
    margin: auto;
    margin-bottom: 20px;
  }
  .m_media__rev .m_media_body {
    margin: auto;
  }
  .bl_cardUni > .m_card {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .m_cardUni.m_cardUni__col3 {
    margin-bottom: -20px;
  }
  .modal .js-modal-close.cast_more_btn {
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .modal__content #movie_frame {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .modal__content iframe {
    height: 290px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .close_btn_inner {
    height: 50px;
    width: 50px;
  }
  .pc_only {
    display: none !important;
  }
  .pc_br {
    display: none !important;
  }
  .particletext.lines {
    height: 400px;
    width: 85px;
  }
  .textcontainer {
    height: 100%;
    left: 0;
    top: 5%;
    width: 85px;
  }
  #character .textcontainer,
  #mechanical .textcontainer,
  #story .textcontainer,
  #news .textcontainer {
    left: auto;
    right: 0;
  }
  .line_layer {
    right: 0;
    top: -10%;
  }
  .line_layer02 {
    background-size: 100%;
    bottom: -10%;
    height: 100%;
    right: -50%;
    width: 100%;
  }
  .common__content-wrap .date {
    font-size: 33px;
  }
  .common__content-wrap .date .year {
    font-size: 11px;
  }
  .common__content-wrap .ebebeb {
    padding: 20px 20px;
  }
  .common__content-wrap .ebebeb .f7f7f7.news > * {
    margin-top: 5%;
  }
  .common__content-wrap .ebebeb .f7f7f7.special > * {
    margin-top: 5%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products > *:not(:first-child) {
    margin-top: 5%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail > *:not(:first-child) {
    margin-top: 5%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__part {
    line-height: 2;
    width: 100%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__date {
    margin-top: 10px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification .left {
    font-weight: bold;
    min-width: 70px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification a {
    width: 100%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__title::before {
    left: 30px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__specification > ul > li {
    margin-top: 10%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__link {
    margin-top: 3%;
    width: 100%;
  }
  .common__content-wrap .social__list-wrap {
    margin-top: 5%;
    width: 48%;
  }
  .item__link-wrap .item__link-list.character, .item__link-wrap .item__link-list.story {
    gap: 25px;
    grid-template-columns: repeat(3, 106px);
  }
  .item__link-wrap .item__link-list.mechanical, .item__link-wrap .item__link-list.landship {
    gap: 25px;
    grid-template-columns: repeat(3, 106px);
  }
  .item__link-wrap .item__link-list.news, .item__link-wrap .item__link-list.special {
    gap: 120px;
  }
  .item__link-wrap .item__link-list.special__detail, .item__link-wrap .item__link-list.news__detail {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .item__link-wrap .item__link-list .item__link .c_btn {
    font-size: 1.2rem;
    height: 106px;
    width: 106px;
  }
  .item__link-wrap .item__link-list .item__link .c_btn.mechanical, .item__link-wrap .item__link-list .item__link .c_btn.landship {
    font-size: 1rem;
    height: 106px;
    width: 106px;
  }
  .c_btn {
    font-size: 1.2rem;
    height: 106px;
    width: 106px;
  }
  .line .center .ico_arrow {
    height: calc(41px / 2);
    width: calc(22px / 2);
  }
  .line .center .ico_scope {
    height: 130px;
    width: 130px;
  }
  .line .text svg {
    margin-bottom: 5px;
    width: 52px;
  }
  .in_logo {
    left: 20px;
    width: 60vw;
  }
  .in_logo .logoWp h1 {
    width: 100px;
  }
  .loaderInner #logo svg {
    height: auto !important;
    width: 1200px !important;
  }
  #gnav {
    max-width: 375px;
    right: 20px;
    top: 45px;
    width: 92vw;
  }
  .p-gnav_list_item a {
    font-size: 3rem;
    line-height: 1.5;
    opacity: 0;
    padding: 4px 20px 4px;
  }
  .hamb_btn {
    height: 90px;
    right: 20px;
    top: 25px;
    width: 85px;
  }
  .hamb_btn .hamb_btn__inner .hamb_btn_desc {
    font-size: 2.5rem;
  }
  .hamb_menu {
    height: 40px;
  }
  .hamb_menu span {
    height: 5px;
  }
  .hamb_menu span:nth-child(1) {
    height: 6px;
  }
  .hamb_menu span:nth-child(2) {
    top: 15px;
  }
  .hamb_menu span:nth-child(3) {
    top: 30px;
  }
  .footerWp .textcontainer {
    bottom: -100%;
    left: 30%;
    top: auto;
    width: 30px;
  }
  .footerWp .textcontainer .particletext.lines {
    height: 300px;
    width: 30px;
  }
  #footer {
    border-top: solid 1px #51bbe8;
    margin: 100px auto 0;
    padding-bottom: 115px;
    padding-top: 50px;
    width: calc(100vw - 40px);
  }
  #footer::before {
    height: 1px;
    top: -1px;
    width: 20vw;
  }
  #footer .f_bnr_list02 {
    margin-bottom: -20px;
    margin-top: 30px;
  }
  #footer .f_bnr_list02 .f_bnr_list02_item {
    margin-bottom: 20px;
    width: 46%;
  }
  #footer .cresit {
    margin-top: 30px;
  }
  #footer .cresit .desc {
    font-size: 1rem;
    margin-left: 1em;
  }
  #btn_ptop {
    bottom: -30px;
    display: block;
    height: 64px;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64px;
  }
  #btn_ptop a .text_pagetop {
    margin: 5px auto 0;
    width: 100%;
  }
  #btn_ptop a .text_pagetop text tspan {
    font-size: 1.2rem;
  }
  _::-webkit-full-page-media,
  _:future,
  :root #btn_ptop a .text_pagetop text tspan {
    font-size: 1.1rem;
  }
  #footer .social__list-wrap {
    margin-top: 0%;
    max-width: 250px;
    width: 50%;
  }
  #footer .social__list-wrap .social__list .share {
    font-size: 12px;
  }
  :root {
    --scenePerspectiveOriginX: 75;
    --scenePerspectiveOriginY: 30;
    --itemZ: 2;
  }
  .stage__title {
    font-size: 5.5vmax;
    line-height: 1.5;
    top: 120px;
  }
  .viewport .scene3D-container .scene3D .mecha__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    left: 20%;
    top: 30%;
    width: 100%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(2), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(3), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(4), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(5), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(6) {
    top: 40%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(0) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 0 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 0 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(1) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 1 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 1 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(2) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 2 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 2 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(3) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 3 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 3 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(4) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 4 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 4 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(5) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 5 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 5 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(6) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 6 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 6 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(7) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 7 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 7 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(8) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 8 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 8 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(9) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 9 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 9 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(10) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 10 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 10 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(11) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 11 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 11 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(12) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 12 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 12 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(13) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 13 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 13 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(14) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 14 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 14 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(15) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 15 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 15 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(16) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 16 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 16 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(17) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 17 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 17 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(18) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 18 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 18 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(19) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 19 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 19 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(20) {
    -webkit-transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 20 * -1px));
            transform: translate3D(-50%, 0, calc(var(--itemZ) * var(--cameraSpeed) * 20 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item .item__text-wrap {
    padding: 5%;
  }
  .viewport .scene3D-container .scene3D .mecha__item .item__text-wrap .item__name .mecha {
    font-size: 60px;
  }
  #landship.detail .container {
    margin-top: 180px;
  }
  #landship.detail .container.container2, #landship.detail .container.container3, #landship.detail .container.container4, #landship.detail .container.container5, #landship.detail .container.container6 {
    margin-top: 180px;
  }
  #landship.detail .container.container2 .container__bg .container_bg-image, #landship.detail .container.container3 .container__bg .container_bg-image, #landship.detail .container.container4 .container__bg .container_bg-image, #landship.detail .container.container5 .container__bg .container_bg-image, #landship.detail .container.container6 .container__bg .container_bg-image {
    background-position: center;
    background-size: 100% auto;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: rotate(5deg) skewX(5deg) translateX(-30%);
            transform: rotate(5deg) skewX(5deg) translateX(-30%);
    width: 100%;
  }
  #landship.detail .mecha__item {
    padding: 10% 5% 10%;
    width: 100%;
  }
  #landship.detail .mecha__item.mecha2, #landship.detail .mecha__item.mecha3, #landship.detail .mecha__item.mecha4, #landship.detail .mecha__item.mecha5, #landship.detail .mecha__item.mecha6 {
    width: 100%;
  }
  #landship.detail .mecha__item .item__name {
    position: relative;
  }
  #landship.detail .mecha__item .item__name::before {
    border-left: solid 1px white;
    content: "";
    height: 120px;
    left: 40px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    width: 1px;
  }
  #landship.detail .mecha__item .item__name .mecha {
    font-size: 25px;
  }
  #landship.detail .mecha__item .item__image-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 10% 0;
    width: 70%;
  }
  #landship.detail .mecha__item.mecha2, #landship.detail .mecha__item.mecha3, #landship.detail .mecha__item.mecha4, #landship.detail .mecha__item.mecha5, #landship.detail .mecha__item.mecha6 {
    padding: 10% 5% 10%;
    width: 100%;
  }
  #landship.detail .container__title {
    font-size: 5.5vmax;
    line-height: 1.5;
  }
  #landship.detail .container__bg .container_bg-image {
    background-position: top 0 left 0%;
    background-size: 120% auto;
    height: 100%;
    left: 50%;
    top: 50px;
    -webkit-transform: rotate(5deg) skewX(5deg) translateX(-30%);
            transform: rotate(5deg) skewX(5deg) translateX(-30%);
    width: 100%;
  }
  #landship.detail .container__link {
    bottom: -5%;
    width: 34%;
  }
  #landship.detail .container__link .item__link .c_btn {
    font-size: 3.5vmin;
  }
  #landship.detail .swiper-pagination {
    padding-top: 12%;
  }
  .in_logo .item__link-wrap {
    bottom: 0;
    margin-top: 30px;
    position: fixed;
  }
  .in_logo .item__link-wrap .item__link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: initial;
    height: 106px;
  }
  .in_logo .item__link-wrap .item__link-list .item__link {
    height: 106px;
    width: 106px;
  }
  .in_logo .item__link-wrap .item__link-list .item__link:not(:first-of-type) {
    margin-left: 25px;
  }
  .in_logo .item__link-wrap .item__link-list .item__link .c_btn.mechanical, .in_logo .item__link-wrap .item__link-list .item__link .c_btn.landship {
    font-size: 1rem;
    height: 106px;
    width: 106px;
  }
}

@media only screen and (min-width: 769px) {
  .modal .js-modal-close.cast_more_btn {
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp_only {
    display: none !important;
  }
  .sp_br {
    display: none !important;
  }
  .particletext.lines {
    height: 500px;
    width: 200px;
  }
  .textcontainer {
    height: 100%;
    padding: 40px 0;
    right: 0vw;
    top: 10%;
    width: 200px;
  }
  .line_layer {
    left: -60px;
    top: -20px;
  }
  .line_layer02 {
    bottom: 10%;
    height: 100%;
    right: 0;
    width: 100%;
  }
  .common__content-wrap .date {
    font-size: 56px;
  }
  .common__content-wrap .date .year {
    font-size: 17px;
  }
  .common__content-wrap .ebebeb {
    padding: 40px 20px;
  }
  .common__content-wrap .ebebeb .f7f7f7.news > * {
    margin-top: 2.8%;
  }
  .common__content-wrap .ebebeb .f7f7f7.news .title {
    font-size: 20px;
    font-weight: bold;
  }
  .common__content-wrap .ebebeb .f7f7f7.news .sentence {
    font-size: 16px;
  }
  .common__content-wrap .ebebeb .f7f7f7.special > * {
    margin-top: 2.8%;
  }
  .common__content-wrap .ebebeb .f7f7f7.special .title {
    font-size: 20px;
    font-weight: bold;
  }
  .common__content-wrap .ebebeb .f7f7f7.special .sentence {
    font-size: 16px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products > *:not(:first-child) {
    margin-top: 2.8%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .title {
    font-size: 20px;
    font-weight: bold;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .pictures {
    width: 48%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail {
    margin-left: 4%;
    width: 48%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail > *:not(:first-child) {
    margin-top: 10%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__part {
    width: 80%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__date {
    margin-top: 10px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification .left {
    font-weight: bold;
    margin-right: 2%;
    min-width: 70px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .detail .detail__specification a {
    width: 80%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__title::before {
    left: 40px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__specification > ul > li {
    margin-top: 5%;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .special-wrap .special__link {
    margin-top: 1%;
    width: 320px;
  }
  .common__content-wrap .ebebeb .f7f7f7.products .sentence {
    font-size: 16px;
  }
  .common__content-wrap .social__list-wrap {
    margin-top: 2.8%;
    width: 17%;
  }
  .item__link-wrap .item__link-list.character, .item__link-wrap .item__link-list.story {
    gap: 100px;
    grid-template-columns: repeat(3, 170px);
  }
  .item__link-wrap .item__link-list.mechanical, .item__link-wrap .item__link-list.landship {
    gap: 100px;
    grid-template-columns: repeat(3, 170px);
  }
  .item__link-wrap .item__link-list.news, .item__link-wrap .item__link-list.special {
    gap: 170px;
    padding: 0 16%;
  }
  .item__link-wrap .item__link-list.special__detail, .item__link-wrap .item__link-list.news__detail {
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 11%;
  }
  .item__link-wrap .item__link-list .item__link .c_btn {
    font-size: 2rem;
    height: 170px;
    width: 170px;
  }
  .item__link-wrap .item__link-list .item__link .c_btn.mechanical, .item__link-wrap .item__link-list .item__link .c_btn.landship {
    font-size: 1.5rem;
    height: 170px;
    width: 170px;
  }
  .c_btn {
    font-size: 2rem;
    height: 170px;
    width: 170px;
  }
  .line .center .ico_arrow {
    height: 41px;
    width: 22px;
  }
  .line .center .ico_scope {
    height: 260px;
    width: 260px;
  }
  .line .text svg {
    width: 81px;
  }
  .in_logo {
    left: 20px;
    width: 380px;
  }
  .in_logo .logoWp h1 {
    width: 200px;
  }
  #gnav {
    right: 100px;
    top: 100px;
  }
  .p-gnav_list_item a {
    font-size: 3.5rem;
  }
  .hamb_btn {
    height: 140px;
    right: 20px;
    top: 45px;
    width: 130px;
  }
  .hamb_btn .hamb_btn__inner .hamb_btn_desc {
    font-size: 4rem;
  }
  .hamb_menu {
    height: 90px;
  }
  .hamb_menu span {
    height: 10px;
  }
  .hamb_menu span:nth-child(1) {
    height: 11px;
  }
  .hamb_menu span:nth-child(2) {
    top: 30px;
  }
  .hamb_menu span:nth-child(3) {
    top: 60px;
  }
  #footer {
    border-top: solid 2px #51bbe8;
    margin: 200px auto 0;
    padding-bottom: 40px;
    padding-top: 100px;
    width: calc(100vw - 90px);
  }
  #footer::before {
    height: 2px;
    top: -2px;
    width: 340px;
  }
  #footer .f_bnr_list02 {
    margin-top: 60px;
  }
  #footer .f_bnr_list02 .f_bnr_list02_item {
    width: 23%;
  }
  #footer .cresit {
    margin-top: 60px;
  }
  #footer .cresit .desc {
    font-size: 1.4rem;
    margin-left: 2em;
  }
  #btn_ptop {
    bottom: 80px;
    display: none;
    height: 80px;
    position: fixed;
    right: 40px;
    width: 80px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root #btn_ptop a .text_pagetop text tspan {
    font-size: 1.35rem;
  }
  #footer .social__list-wrap {
    margin-top: 0%;
    max-width: 250px;
    width: 22%;
  }
  #footer .social__list-wrap .social__list .share {
    font-size: 16px;
  }
  :root {
    --scenePerspectiveOriginX: 65;
    --scenePerspectiveOriginY: 30;
    --itemZ: 1;
  }
  .stage__title {
    font-size: 10.5vmax;
    line-height: 1;
    top: 150px;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(odd) {
    left: -80%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(even) {
    right: -60%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(2), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(3), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(4), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(5), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(6) {
    top: 60%;
    width: 100%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha1 {
    left: -50%;
    top: 35%;
    width: 80%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha3 {
    right: -60%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha5 {
    right: -60%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha6 {
    right: 20%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(0) {
    -webkit-transform: translate3D(0, calc(0 * 0 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 0 * -1px));
            transform: translate3D(0, calc(0 * 0 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 0 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(1) {
    -webkit-transform: translate3D(0, calc(0 * 1 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 1 * -1px));
            transform: translate3D(0, calc(0 * 1 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 1 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(2) {
    -webkit-transform: translate3D(0, calc(0 * 2 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 2 * -1px));
            transform: translate3D(0, calc(0 * 2 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 2 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(3) {
    -webkit-transform: translate3D(0, calc(0 * 3 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 3 * -1px));
            transform: translate3D(0, calc(0 * 3 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 3 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(4) {
    -webkit-transform: translate3D(0, calc(0 * 4 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 4 * -1px));
            transform: translate3D(0, calc(0 * 4 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 4 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(5) {
    -webkit-transform: translate3D(0, calc(0 * 5 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 5 * -1px));
            transform: translate3D(0, calc(0 * 5 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 5 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(6) {
    -webkit-transform: translate3D(0, calc(0 * 6 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 6 * -1px));
            transform: translate3D(0, calc(0 * 6 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 6 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(7) {
    -webkit-transform: translate3D(0, calc(0 * 7 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 7 * -1px));
            transform: translate3D(0, calc(0 * 7 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 7 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(8) {
    -webkit-transform: translate3D(0, calc(0 * 8 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 8 * -1px));
            transform: translate3D(0, calc(0 * 8 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 8 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(9) {
    -webkit-transform: translate3D(0, calc(0 * 9 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 9 * -1px));
            transform: translate3D(0, calc(0 * 9 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 9 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(10) {
    -webkit-transform: translate3D(0, calc(0 * 10 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 10 * -1px));
            transform: translate3D(0, calc(0 * 10 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 10 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(11) {
    -webkit-transform: translate3D(0, calc(0 * 11 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 11 * -1px));
            transform: translate3D(0, calc(0 * 11 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 11 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(12) {
    -webkit-transform: translate3D(0, calc(0 * 12 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 12 * -1px));
            transform: translate3D(0, calc(0 * 12 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 12 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(13) {
    -webkit-transform: translate3D(0, calc(0 * 13 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 13 * -1px));
            transform: translate3D(0, calc(0 * 13 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 13 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(14) {
    -webkit-transform: translate3D(0, calc(0 * 14 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 14 * -1px));
            transform: translate3D(0, calc(0 * 14 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 14 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(15) {
    -webkit-transform: translate3D(0, calc(0 * 15 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 15 * -1px));
            transform: translate3D(0, calc(0 * 15 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 15 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(16) {
    -webkit-transform: translate3D(0, calc(0 * 16 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 16 * -1px));
            transform: translate3D(0, calc(0 * 16 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 16 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(17) {
    -webkit-transform: translate3D(0, calc(0 * 17 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 17 * -1px));
            transform: translate3D(0, calc(0 * 17 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 17 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(18) {
    -webkit-transform: translate3D(0, calc(0 * 18 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 18 * -1px));
            transform: translate3D(0, calc(0 * 18 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 18 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(19) {
    -webkit-transform: translate3D(0, calc(0 * 19 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 19 * -1px));
            transform: translate3D(0, calc(0 * 19 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 19 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-child(20) {
    -webkit-transform: translate3D(0, calc(0 * 20 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 20 * -1px));
            transform: translate3D(0, calc(0 * 20 * 1%), calc(var(--itemZ) * var(--cameraSpeed) * 20 * -1px));
  }
  .viewport .scene3D-container .scene3D .mecha__item .item__text-wrap {
    opacity: 0;
    padding: 2.5%;
  }
  .viewport .scene3D-container .scene3D .mecha__item .item__text-wrap .item__name .mecha {
    font-size: 80px;
  }
  #landship.detail .container.container2 .container__bg .container_bg-image, #landship.detail .container.container3 .container__bg .container_bg-image, #landship.detail .container.container4 .container__bg .container_bg-image, #landship.detail .container.container5 .container__bg .container_bg-image, #landship.detail .container.container6 .container__bg .container_bg-image {
    background-position: top 0 right 19.8125%;
    background-size: auto 100%;
    height: 110%;
    left: 0;
    top: 0px;
    -webkit-transform: rotate(5deg) skewX(5deg) translateX(-1%);
            transform: rotate(5deg) skewX(5deg) translateX(-1%);
    width: 102%;
  }
  #landship.detail .mecha__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 8% 0 2%;
    top: 50%;
    width: 56.25%;
  }
  #landship.detail .mecha__item.mecha2, #landship.detail .mecha__item.mecha3, #landship.detail .mecha__item.mecha4, #landship.detail .mecha__item.mecha5, #landship.detail .mecha__item.mecha6 {
    width: 56.25%;
  }
  #landship.detail .mecha__item .item__name {
    margin-left: -6%;
  }
  #landship.detail .mecha__item .item__name::before {
    border-left: solid 1px white;
    content: "";
    height: 200px;
    left: 60px;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 1px;
  }
  #landship.detail .mecha__item .item__name .mecha {
    font-size: 46px;
  }
  #landship.detail .mecha__item .item__image-wrap {
    width: 45%;
  }
  #landship.detail .mecha__item .item__text-wrap {
    width: 50%;
  }
  #landship.detail .mecha__item .item__text-wrap .item__text {
    padding: 5% 0 5% 10%;
  }
  #landship.detail .mecha__item.mecha2, #landship.detail .mecha__item.mecha3, #landship.detail .mecha__item.mecha4, #landship.detail .mecha__item.mecha5, #landship.detail .mecha__item.mecha6 {
    padding: 3% 0 0%;
  }
  #landship.detail .container__title {
    font-size: 10.5vmax;
    line-height: 1;
  }
  #landship.detail .container__bg .container_bg-image {
    background-position: top 0 right 19.8125%;
    background-size: auto 128%;
    height: 117%;
    left: 0;
    top: 0px;
    -webkit-transform: rotate(5deg) skewX(5deg) translateX(-1%);
            transform: rotate(5deg) skewX(5deg) translateX(-1%);
    width: 102%;
  }
  #landship.detail .container__link {
    bottom: -20%;
    width: 13.28125%;
  }
  #landship.detail .container__link .item__link .c_btn {
    font-size: 2vmax;
  }
  #landship.detail .swiper-pagination {
    padding-top: 6%;
  }
  .in_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .in_logo .item__link-wrap {
    margin-left: 30px;
  }
  .in_logo .item__link-wrap .item__link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: initial;
    height: 100%;
  }
  .in_logo .item__link-wrap .item__link-list .item__link {
    height: 130px;
    width: 130px;
  }
  .in_logo .item__link-wrap .item__link-list .item__link:not(:first-of-type) {
    margin-left: 20px;
  }
  .in_logo .item__link-wrap .item__link-list .item__link .c_btn.mechanical, .in_logo .item__link-wrap .item__link-list .item__link .c_btn.landship {
    font-size: 1.1rem;
    height: 130px;
    width: 130px;
  }
}

@media only screen and (min-width: 1441px) {
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(odd) {
    left: -80%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(even) {
    right: -60%;
  }
  .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(2), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(3), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(4), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(5), .viewport .scene3D-container .scene3D .mecha__item:nth-of-type(6) {
    top: 60%;
    width: 90%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha1 {
    left: -50%;
    top: 30%;
    width: 70%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha3 {
    right: -60%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha5 {
    right: -60%;
  }
  .viewport .scene3D-container .scene3D .mecha__item.mecha6 {
    right: 20%;
  }
  .viewport .scene3D-container .scene3D .mecha__item .item__text-wrap .item__name .mecha {
    font-size: 90px;
  }
}
