<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
.none{
  display: none !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex;
}
.br{display: inline-block;line-height: 1.7;}
.conteiner p, .conteiner span, .conteiner dl, h1, h2, h3, h4, h5, h6{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}
.conteiner{
  margin: 0;
  width: 100%;
  font-size: 20px !important;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.conteiner h1,.conteiner h2{
  font-size: 30px !important;
  font-family: "Arial Black";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

            /*fadeout*/
.fadeout{
  opacity: 0;
  transform: translateY(50px);
  transition:opacity 1s,transform 0.5s;
}
.fadeoutright{
  opacity: 0;
  transform: translateX(50px);
  transition:opacity 2s,transform 1.5s;
}
.fadein{
  opacity: 1;
  transform: translateY(0);
}
.fadeinright{
  opacity: 1;
  transform: translateX(0);
}

              /*marker*/
.marker-animation.active{
    background-position: -100% 1.0em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: linear-gradient(left, transparent 50%, #FCD900 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .5em;
    transition: all 3s ease;
    font-weight: bold;
}
            /*header*/
.header{
  height: 60px;/*高さ指定*/
  width:100%;/*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:transparent;
  color:white;
  text-align: center;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 88;
}
.header .logo img{
  max-height: 40px;
  width: auto;
}
.header .logo-b{
  display: none;
}
.header-box{
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.g-navi{
  display: flex;
}
.g-navi li{
  list-style: none;
}
.g-navi a{
  color: white;
}

/*JSを使いfixedクラスが付与された際の設定*/
.header.fixed{
  position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
  background-color: white;
  color: black;
}
.header.fixed .logo-w{
  display: none;
}
.header.fixed .logo-b{
  display: block;
}
.header.fixed a{
  color: black;
}
.header-next{
  width: 100%;
  text-align: center;
  background-color: #f2f2f2;
  color: black;
  padding: 10px 0;
  position: fixed;
  z-index: 200;
}

              /*top*/
.top{
  width: 100vw;
  height: 90vh;
  background-color: grey;
  position: relative;
  z-index: 1;
}
.top .topimg-ul{
  position: absolute;
  top: 0;
  width: 100vw;
  height: 90vh;
  object-fit: contain;
  object-position: 10% 50%;
}
.top .topimg-ul img{
  width: 100vw;
  height: 90vh;
  object-fit: cover;
}
.top .slick-dots{
  bottom: 5% !important;
}
.top .top-text{
  margin: 0 auto;
  text-align: left;
  color: white;
  position: absolute;
  bottom: 10%;
  left: 15%;
  z-index: 88;
}
.top .topimg-ul li{
  position: relative;
}
.top .topimg-ul .top-text img{
  width: 100%;
  height: auto;
}

.feature{
  margin-top: 50px;
}
.title{
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.title h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.title p{
  color: red;
}

.feature2{
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
}
.feature2 h1{
  width: 100%;
  height: auto;
  z-index: 1;
  color: white;
  top: 40%;
  font-size:20px;
} 
.feature2 p{
    top:58%;
}
.first,.second{
  display: flex !important;
}
.feature2 h1,.feature2 p{
  color: white;
  position: absolute;
  width: 100%;
}
.first h1{
  top: 45%;
    font-size:20px;
}
.first p{
  top: 55%;
}
.secnod h1{
  top: 50%;
    font-size:20px;
}
.second2 h1{
  top: 30%;
}
.second2 p{
  top: 50%;
  width: 100%;
}
.a,.b,.c,.d,.e,.f,.g,.h{
  width: 380px;
  height: 400px;
  margin: 10px;
  background-color: grey;
  overflow-x: hidden;
}
.a a,.b a,.c a{
  display: block;
  width: 380px;
  height: 400px;
}
.a,.b,.c,.c-sp{
  position: relative;/*
  background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/caliper.jpg");
  */
  background-size: cover;
  transition: all .3s ease-out;
  overflow: hidden;
}
.a:after{
  position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(https://gigaplus.makeshop.jp/nxstage2018/second/img/top/caliper.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.a:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.b{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/test.jpg");
}
.b h1{
  line-height: 0;
}
.c{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/autodoor.jpg");
}
.a a::before,.b a::before,.c a::before,.c-sp a::before{
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.5;
}
.d,.e,.f,.g,.h{
  position: relative;
  width: 220px;
  height: 200px;
  background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/crown.jpg");
  background-size: cover;
}
.e{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/lexus.jpg");
}
.f{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/amg.jpg");
}
.g{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/console.jpg");
}
.h{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/second/img/top/key.jpg");
}
.d a::before,.e a::before,.f a::before,.g a::before,.h a::before{
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.5;
}


.product{
  text-align: center;
  margin: 0 auto;
  background-color: #1d1d1d;
  color: white;
}
.product .title{
  margin-bottom: 20px;
}
.product .title p{
  color: white !important;
}
.product-box{
  text-align: center;
  margin: 50px auto;
  padding: 50px 0;
  width: 60%;
  height: auto;
}
.product-img{
  width: 40%;
  max-width: 450px;
  max-height: 500px;
}
.product-img img{
  width: 100%;
  height: auto;
}
.product-text{
  width: 60%;
  font-size: 1.0rem;
  font-weight: normal;

}
.product-text h3{
  font-size: 1.5rem;
}
.product-text hr{
  text-align: center;
  margin: 10px auto 20px auto;
  width: 60%;
  color: white;
}
.text{
  width: 80%;
  margin: 0 auto;
}
.textp{
  text-align: left;
}

.product-ul .flex{
  margin-top: 20px;
}
.slick-dots{
  color: white !important;
  width: 20px;
  height: 20px;
  bottom: -45px !important;
}
.product-img-ul .slick-dots{
  bottom: -10px !important;
}

.slick-dots li button:before{
  color: white !important;
}

.product-img-ul .slick-prev:before,.product-img-ul .slick-next:before{
  display: none !important;
}
.product-ul .slick-next{
  right: -100px;
}
.product-ul .slick-prev{
  left: -100px;
}

.about{
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: url("https://gigaplus.makeshop.jp/nxstage2022/img/top/about-test.webp");
  background-position: center center;
  background-size: cover;
}
.about-text{
  width: 95%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  word-wrap: break-word;
  text-align: center;
  background:rgba(255,255,255,0.8);
  position: relative;
  top: 5%;
}
.about-text h1,.about-text p{
  text-align: center;
  margin: 0 auto;
}
.about-text p{
  width: 80%;
  text-align: center;
}
.text--center{
  font-size: 14px;
  line-height: 30px;
}


      @media screen and (max-width : 1300px) {

.top{
  background-position: 65% center;
}


}
      @media screen and (max-width : 1000px) {
.top .top-text {
  width: 95%;
  left: 5%;
}
.top .topimg-ul .top-text {
  max-width: 500px;
}

}
      @media screen and (max-width : 599px) {


.spnone{
  display: none !important;
}
.spblock{
  display: block !important;
}
#header{
  padding: 20px 0;
}
.header-box{
  width: 100%;
}
.logo{
  margin: 0 auto;
}
.conteiner{
  margin: 0;
  width: 100%;
  font-size: 10px !important;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.conteiner h1,.conteiner h2{
  font-size: 20px !important;
  font-family: "Arial Black";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top .top-text {
  width: 95%;
  left: 5%;
}
.top .topimg-ul .top-text {
  max-width: 380px;
}
.flex{
  display: flex;
}
.first{
  width: 100%;
}
.first h1{
  line-height: 1;
}
.a a{
   display: block;
   height: 300px;

}
.d a{
  display: block;
  height: 150px;
}
.b h1{
  line-height: 1;
}

.width h2{
  display: block;
  height: 300px;
}
.a,.b{
  width: 50%;
  height: 300px;
  }
.a p,.b p{
  margin-top: 10px;
}
.a{
    background-image: url("https://gigaplus.makeshop.jp/nxstage2018/img/second/top/test2.jpg");
}
.c{
  display: none;
}
.c-sp{
  width: 96%;
  height: 150px;
  margin: 0 auto;
}
.d,.e,.f,.g{
  width: 50%;
  height: 150px;
}
.h{
  width: 45%;
  height: 150px;
}
.second2{
  width: 100%;
}
.sp{
  display: flex;
}
.br{display: inline-block;line-height: 1;}
.product .title p{
  font-size: 15px;
}
.product .title h2{
  line-height: 20px;
}
.product-box{
  width: 100%;
  padding-top: 30px;
}
.product-text{
  width: 80%;
  margin: 0 auto;
}
.product-text .text,.product-text h3{
  font-size: 18px;
  line-height: 1;
  margin: 5px 0;
}
.product-text .text-title{
  font-size: 15px;
}
.product-text hr{
  width: 95%;
  margin: 10px auto;
}
.product-text .textp{
  font-size: 15px;
  line-height: 1.2;
}
.product-img{
  width: 100%;
}
.product-img img{
  width: 90%;
  margin: 0 auto;
}
.product-text .text{
  width: 100%;
}
.product-ul .flex{
  display: block;
}

.about-text p{
  width: 90%;
} 


}</pre></body></html>