@charset "UTF-8";
/*-----------------------------------------------/
　Copyright © ニプロ 松山株式会社
/-----------------------------------------------*/
body {
  position: relative;
  background-color: #000;
  color: #FFF;
  padding: 0;
  margin: 0; }
  body.white {
    background-color: #FFF;
    color: 000; }

.wrapper {
  width: 100%;
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.container {
  width: 1600px;
  max-width: 100%; }

h1 {
  display: none; }

.stage {
  position: relative;
  width: 100%; }
  .stage img {
    max-width: 100%; }

#controller {
  position: relative;
  width: 100%;
  opacity: 0; }

#movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999; }

.skip {
  display: block;
  width: 8em;
  padding: 0.6em 1em;
  border-radius: 10px;
  text-align: center;
  background-color: #B90003;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  margin: auto;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600; }

.controller_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden; }

.movie_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .movie_wrap img {
    width: 100%; }
  .movie_wrap video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.product_wrap {
  display: block; }

.product {
  width: 100%;
  margin: auto; }
  .product .ytb_wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative; }
    .product .ytb_wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .product h2 {
    font-size: 1.6em;
    text-align: center;
    color: #00419A;
    margin-bottom: 1rem; }
  .product h3 {
    text-align: center;
    color: #999;
    font-size: 0.9em;
    margin-top: 2rem; }
  .product h4 {
    font-size: 1em;
    text-align: center;
    margin-bottom: 1rem; }
  .product ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .product ul li:first-child {
      width: 60%; }
      @media only screen and (max-width: 600px) {
        .product ul li:first-child {
          width: 100%; } }
    .product ul li:last-child {
      width: 35%; }
      @media only screen and (max-width: 600px) {
        .product ul li:last-child {
          width: 100%; } }
    .product ul li img {
      width: 100%; }
    .product ul li a {
      display: block;
      text-align: center;
      color: #333;
      margin: 1rem 0;
      padding: 0.5rem 1rem;
      border-radius: 10px;
      font-size: 0.9em; }
      .product ul li a.btn1 {
        background-color: #F8A964; }
      .product ul li a.btn2 {
        background-color: #C1E066; }

.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  width: 1200px;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer_wrap img {
    width: 100%; }
  .footer_wrap .niplokun {
    width: 15%;
    padding-right: 5%; }
  .footer_wrap .copy {
    width: 65%; }

.home {
  position: absolute;
  display: flex;
  width: 95%;
  top: 3rem;
  justify-content: flex-end;
  flex: none; }
  .home a {
    margin: 0 0 0 auto;
    display: block;
    width: 280px;
    max-width: 18%; }
  .home img {
    display: block;
    width: 100%;
    height: auto; }

.marquee_wrap {
  width: 100%;
  margin: 1rem auto 0 auto;
  overflow: hidden; }
  .marquee_wrap > p {
    animation: 20s linear 0s infinite marquee;
    /* スクロールする文字列の改行を防ぐ */
    white-space: nowrap;
    width: fit-content; }
@keyframes marquee {
  from {
    /* 決め打ち */
    transform: translate(100%); }
  to {
    /* 符号反転し決め打ち */
    transform: translate(-100%); } }
footer {
  margin: 0;
  padding: 2rem;
  text-align: center; }
  footer .copy {
    display: inline-block;
    text-align: left;
    font-size: 0.9rem; }
  footer .foot_sns {
    text-align: center; }
    footer .foot_sns a {
      display: inline-block;
      width: 3rem;
      vertical-align: middle;
      margin: 1rem; }
      footer .foot_sns a img {
        width: 100%; }
		
.link360 {
width: 200px;
}
.link360 img {
width: 100%;
}

