header nav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 1.2rem;
}
header nav a {
  color: #fff;
  font-size: 0.8rem;
  font-family: monospace;
  text-decoration: none;
  transition: 0.2s all;
  padding-right: 1.2rem;
  display: block;
  /* background: red; */
  text-align: left;
  position: relative;
  opacity: 0.7435;
}
header nav a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0px;
  background: red;
  position: absolute;
  top: 1.5rem;
  left: 2.4rem;
  transition: 0.2s all;
}
header nav a:hover:after {
  height: 1px;
  width: 1.5rem;
}
header nav a:hover {
  opacity: 1;
}
header nav li {
  display: inline-block;
  text-align: center;
  width: 153px;
}
span.inof {
  display: inline-block;
  max-height: 1rem;
  overflow: hidden;
  background: #fff;
  width: 1px;
  margin-right: 1.2rem;
  position: relative;
  top: 4px;
  margin-left: calc(1.2rem - 1px);
}
header a:hover span.inof {
  width: calc(1.2rem - 0px);
  background: none;
  overflow: visible;
  margin-left: 0;
}
header a:hover img.inzm {
  max-height: 1rem;
  display: block;
  float: right;
  margin-right: -3px;
  transform: rotateY(0deg);
}
img.inzm {
  max-height: 1rem;
  display: block;
  float: right;
  margin-right: -3px;
  transform: rotateY(89.5deg);
  transition: 0.2s all;
}

header svg {
  fill: #fff;
  width: 1rem;
  display: inline-block;
  position: relative;
  top: 0.5rem;
} /*お問い合わせがある場合のアイコン*/

body,
html {
  margin: 0;
  padding: 0;
  /* width: 100%;
  height: 100%; */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.container768 {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.container960 {
  max-width: 960px;
  margin: 0 auto;
  z-index: 999;
}
.container1200 {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 999;
}

body {
  background: #191919;
  min-height: 200vh;
}
p {
  word-break: break-all;
}
canvas {
  width: 100vw;
  height: 100vh;
  /* cursor: none; */
  filter: blur(10px);
  opacity: 0.8;
  position: fixed;
  top: 0;
  z-index: -10;
}

.mainc {
  /* font-size: 400px; */
  /* position: fixed; */
  /* top: 0;
  left: 0;
  right: 0; */
  z-index: 100;
  color: white;
  position: relative;

  /* text-align: center;
*/
  /* pointer-events: none; */
}
.mainc a {
  pointer-events: all;
}
.hlft {
  background: url(img/1x/hft.png);
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-size: 45px;
}
header {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 1000;
  width: 100%;
  display: flex !important;
  background: #000;
}
img.blogo {
  display: flex;
  justify-content: flex-start;
  height: 25px;
  width: auto;
  padding: 1rem;
}
.sbg {
  /* position: fixed; */
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.conts {
  position: relative;
  /* z-index: 25; */
  /* display: flex; */
  pointer-events: none;
}

video#eyevideo {
  width: auto;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.m0his video#eyevideo {
  width: auto;
  object-fit: cover;
  width: 100%;
  height: 115vh;
}
img.eyeaxentrix {
  width: auto;
  max-width: 24.2vw;
  display: block;
  margin: 0 0 0 auto;
  padding: 4vw 0;
}
.hero {
  min-height: 100vh;
  max-width: calc(100% - 0rem);
}

.edstory:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(img/1x/hft.png);
  position: absolute;
  background-size: 45px;
}
.heitan.grid-middle {
  margin: 0;
  pointer-events: none;
}
.stv p {
  line-height: 1.9841rem;
  letter-spacing: 0.021rem;
  font-size: 0.98rem;
  margin: 2rem 0px;
}

h2 {
  font-family: monospace;
  font-size: 6rem;
  max-width: 100%;
  overflow: hidden;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fuw {
  animation-name: wab;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@keyframes wab {
  0% {
    filter: blur(1.5rem);
    opacity: 0;
    margin-left: 1rem;
    color: #191919;
  }
  100% {
    opacity: 1;
    filter: blur(0rem);
    margin-left: 0rem;
    color: #fff;
  }
}
.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}
.area {
  scroll-snap-align: start;
  min-height: 100vh;
}
.area.stv {
  justify-items: center;
  align-items: center;
  display: flex;
  pointer-events: none;
}
.smat {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.hero:after {
  content: "";
  width: calc(100% + 0.5rem);
  height: 100vh;
  display: block;
  background: url(img/1x/hft.png);
  position: absolute;
  background-size: 45px;
  z-index: -1;
}
.expandralogo {
  max-width: 120px;
  display: inline-block;
  position: relative;
  top: 1rem;
  margin-left: 0.5rem;
}
#aistory:before {
  content: "";
  width: 100%;
  height: 400vh;
  display: block;
  background: url(img/1x/hft.png);
  position: absolute;
  background-size: 45px;
  z-index: -1;
  color: #fff;
}
section#aistory {
  position: relative;
  pointer-events: none;
}
/* ストーリー毎
.area.stv:after {
    content: "";
    position: absolute;
    height: 300vh;
    background: url(img/1x/expandra-logo.png);
    width: 100%;
    z-index: -11;
}
    */

.area.stv.m02:after {
  content: "";
  position: absolute;
  min-height: 400vh;
  background: url(img/1x/olds-opa.png);
  width: 100%;
  z-index: -11;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right -33% center;
  background-size: 60%;
}
.ps {
  font-size: x-small !important;
  opacity: 0.76;
  line-height: 1.2rem !important;
}
/* #aihistory .smat {
  margin: 0;
} */
#aihistory dl {
  padding: 0;
  margin: 0;
}
#aihistory dt,
#aihistory dd {
  margin: 0;
}
#aihistory dt {
  font-family: monospace;
  font-size: 2rem;
  max-width: 100%;
  overflow: hidden;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#aihistory dd {
  margin-bottom: 3rem;
}
#aihistory h3 {
  font-family: monospace;
  font-size: 3.1rem;
  max-width: 100%;
  overflow: hidden;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#aihistory .sbg {
  position: absolute;
  opacity: 0.6;
  /* max-width: calc(100% - 800px); */
  height: 100%;
}
#aihistory dd {
  line-height: 1.9841rem;
  letter-spacing: 0.021rem;
  font-size: 0.98rem;
  margin: 2rem 0px;
}
#aihistory dd {
  line-height: 1.41rem;
  letter-spacing: 0.06rem;
  font-size: 0.88rem;
  margin-top: 0.5rem;
  opacity: 0.6;
  transition: 1s all;
}
#aihistory dd:hover {
  opacity: 1;
}

#aihistory:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(img/1x/hft.png);
  position: absolute;
  background-size: 45px;
  z-index: -1;
  color: #fff;
}
#productspec:before {
  content: "";
  width: 100%;
  height: 400vh;
  display: block;
  background: url(img/1x/hft.png);
  position: absolute;
  background-size: 45px;
  z-index: -1;
  color: #fff;
}
iframe {
  pointer-events: all;
}
.ytb {
  min-height: 100vh;
}
#productspec [class*="grid-"],
#productspec .grid {
  margin: 0;
}
section#aihistory {
  pointer-events: none;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eyecopy {
  text-align: right;
  font-size: 0.8rem;
  margin: 0rem 1.5rem 0rem 0;
}
.eyebots a img {
  max-width: 10px;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 4px;
}
.eyebots a {
  display: block;
  max-width: fit-content;
  background: red;
  padding: 0.75rem 2rem 1rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.085rem;
  float: right;
  /* width: 240px; */
  margin: 1rem;
  opacity: 0.9;
}
.eyebots a:hover {
  opacity: 1;
}
#productspec h2 img {
  max-width: 380px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#productspec .youtube iframe {
  width: calc(100% - 2rem);
  padding: 1rem;
  height: 100%;
}
#productspec {
  pointer-events: none;
}
p.hibikien,
p.hibikija {
  text-align: center;
}
p.hibikien {
  font-size: 2rem;
  font-family: "Cinzel";
  display: block;
  padding: 5rem 0 0rem;
}
.productimage {
  max-width: 100%;
  width: 90%;
  margin: 3rem auto;
  display: block;
}
.container960.last {
  margin: 3rem auto !important;
}
.container960.last ul li {
  font-size: 0.8rem;
  line-height: 2rem;
  list-style-type: none;
}
.container960.last ul li:before {
  content: "";
  background: url(img/2x/inzm@2.png);
  display: inline-block;
  width: 14px;
  background-size: contain;
  height: 1rem;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
  position: relative;
  top: 3px;
}
.seihintext a.buybot {
  background: red;
  display: block;
  text-align: center;
  padding: 1.5rem 0;
  margin: 1.5rem 2rem;
  color: #fff;
}
span.torisetsu a {
  display: block;
  margin-left: 2rem;
  color: #fff;
  font-size: small;
}
span.torisetsu a svg {
  fill: #fff;
  max-width: 13px;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}
span.buyhere {
  font-size: 10px;
  padding: 2rem;
  position: relative;
  top: 1rem;
}
.container960.last {
  margin: 3rem auto !important;
  padding-bottom: 7rem;
}

#productspec h2 img {
  padding: 0 3rem;
}
footer {
  background: #000;
  z-index: 999999999999999999;
  position: relative;
  padding-bottom: 7rem;
  height: 90vh;
  padding-top: 10vh;
}
footer .flogo {
  max-width: 200px;
  padding: 0.5rem 0 0.5rem;
}
footer p,
footer a {
  color: #fff;
}
footer p {
  padding: 0 2rem;
  font-size: 0.8rem;
  line-height: 1.65rem;
}
.col.snss svg {
  max-width: 60px;
  max-height: 3rem;
  fill: #fff !important;
  width: 32px;
  height: 32px;
}
.snss li {
  display: inline-block;
  margin: 1.5rem 0.25rem;
}
.weeggtt .grid-middle,
.weeggtt .grid {
  margin: 0 !important;
  margin-top: 55px !important;
  /* background: red; */
}

/*スクロールダウン*/
.containerscrolldown {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 5rem auto 0 auto;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -25px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  top: -1rem;
  /* background: red; */
  position: relative;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

a.backtotop {
  background: #000;
  border: 1px solid #ccc;
  padding: 2rem 6rem;
  margin: 5rem auto 0;
  display: block;
  text-align: center;
}
a.backtotop {
  background: #000;
  border: 1px solid #ccc;
  padding: 2rem 6rem;
  display: block;
  text-align: center;
  width: fit-content;
  margin-left: 3rem;
  margin-top: 4rem;
}
.bixnews h2 {
  font-size: 2rem !important;
}
.nowbuy {
  flex: auto;
}
.bixnews {
  padding: 2rem 4rem;
  opacity: 0.4;
  transition: all 0.2s;
}
.bixnews:hover {
  opacity: 1;
}
.bixnews li a {
  color: #fff;
  font-size: 0.8rem;
}
.bixnews {
  padding: 2rem 4rem;
  opacity: 0.4;
  transition: 0.5s all;
  display: block;
  pointer-events: all;
}
.none {
  display: none;
}
#productspec h2 {
  padding-top: 7rem;
  margin: 0 !important;
  text-align: center;
}
.seihingazo .slogo {
  max-width: 200px;
  margin-left: 2rem;
}

.area.stv.m0his {
  height: auto !important;
}
#page-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 999999999999999999;
}
#page-top a {
  text-decoration: none;
}
#page-top svg {
  fill: #fff;
  max-width: 2rem;
  height: 2rem;
}
#page-top span {
  color: #fff;
  font-size: 10px;
  transform: rotate(90deg);
  display: block;
  margin-top: 3px;
  margin-left: 3px;
}
@media (max-width: 48em) {
  header nav li {
    display: block;
    text-align: center;
    width: 149px;
  }
  #aihistory .sbg {
    display: none;
  }
  .area {
    height: auto !important;
    scroll-snap-align: end;
  }

  #aihistory h3,
  h2 {
    font-size: 3rem;
  }
  header {
    height: auto;
    background: rgba(0, 0, 0, 0.7864);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7864) 70%, rgba(0, 0, 0, 0) 100%);
  }
  #productspec h2 img {
    padding: 0;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  a.fatl {
    display: flex;
    align-items: center;
  }
}
