@charset "utf-8";
/* CSS Document */

.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.gallery-item{
    flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
}





/*モーダルウィンドウ　SP*/
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
 
.md-contents{
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 80%;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
}

 
.md-inner{
  /*padding: 24px 40px;*/
  background: #000;
  height: auto;
}
/**/
.md-inner h2 {
  font-size: 2.3rem;
  text-align: left;
  padding: 20px 20px;
}
.md-inner img {
  width: 300px;
  height: auto;
}
/**/
 /**/
.md-inner form {
  padding: 0px 10px 30px;
}
.md-inner input {
  width: 280px;
}
.md-inner textarea {
  width: 280px;
}
/**/
 
 
.md-xmark  {
  position: absolute;
  top: 115px;
  right: 5px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
 
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 60%;
  /*height: 2px;*/
  background-color: #fff;
  border-radius: 4px;
  
}
 
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
 
 
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}
/*モーダルウィンドウ　SP*/
/*--------------------------------------------------------------------------------*/

@media(min-width:768px) {
  .md-contents{
  display: none;
  position: fixed;
  top: 10px;
  left: 50%;
  width: 35%;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
    max-width: 700px;
}
 .md-inner{
  /*padding: 24px 40px;*/
  background: #000;
  height: auto;
}
/**/
.md-inner h2 {
  font-size: 3.0rem;
  text-align: left;
  padding: 40px 30px;
}
.md-inner img {
  width: 700px;
  height: auto;
}
/**/
 /**/
.md-inner form {
  padding: 0px 50px 20px;
}
.md-inner input {
  width: 600px;
}
.md-inner textarea {
  width: 600px;
}
  .md-xmark{
  position: absolute;
  top: 255px;
  right: 10px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
 
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  /*height: 2px;*/
  background-color: #fff;
  border-radius: 4px;
}
  }
/*---------------------------------------------------------------*/






/*動画*/
  video {
  object-fit: cover;
  width: 100%;
  height: 150vw;
}
.movieWrap {
  position: relative;
  width: 100%;
  height: 62.5vh;
  object-fit: cover;
  overflow: hidden;
}
.movie {
  position: absolute;
  width: calc(100vh / 9 * 16);
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movie_wide { /* 16:9よりワイドな時はこのスタイル */
  position: absolute;
  width: 100%;
  height: calc(100vw / 16 * 9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .movie_wide { /* Chrome、Opera のみ */
  transform: translate(-50%, -50%) scale(101%);
}
.movieGuard {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/*動画-----------------------------------*/
/*Greeting moblie-------------------------*/
.nova_greeting {
  margin: 40px 0;
}
.greeting-title h1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.greeting-title img {
  width: 100%;
}
.nova_greeting h2 {
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 10px 0;
}
.greeting_image {
  background-image: url("../images/top/novabike.png");
  background-position: right 10% top 0%; /*画像の位置*/
  background-size: auto 70%; /*横の幅は自動　高さは120％に指定*/
  background-repeat: no-repeat; /*繰り返し画像が出ないようにするもの*/
}
.greeting__image-message {
  padding-top: 320px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.greeting__image-message span {
  font-size: 1.4rem;
  font-weight: 600;
}


/*Product--------------------------------*/
.product {
  margin-bottom: 60px;
}
/*Product NOVACORONA moblie-------*/
.product-title img {
  width: 90%;
  margin: 0 20px;
}
.product-title h1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/*Product NOVACORONA moblie---------*/
.product-novacorona {
  margin-bottom: 60px;
}
.product-nova__visual {
  background: url("../images/top/novacorona_logo.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  
}

.product-nova__image-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}
.nova-body {
  display: flex;
  column-gap: 20px;
}
.nova-body img {
  width: 30px;
}
.nova-body p {
  font-size: 1.2rem;
  padding-top: 20px;
  padding-left: 20px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.nova-body span {
  font-size: 1.5rem;
  font-weight: 600;
}
/**/
/*Product Vortex moblie-------------*/
.product-vortex {
  margin-bottom: 60px;
}
.product-vortex__visual {
  background: url("../images/top/vortex__img.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}
.vortex-body {
 margin: 0 10px; 
}
.vortex-body img {
  width: 250px;
  margin-left: 100px;
  padding-top: 30px;
}
.vortex-body p {
  font-size: 1.2rem;
  text-align: right;
  padding: 10px 0 0 40px;
}
.vortex-body span {
  font-size: 1.5rem;
  font-weight: 600;
}
/*Product Vortex moblie--------------*/
/*Product Digrit moblie---------------*/
.product-digrit {
  margin-bottom: 60px;
}
.product-digrit__visual {
  background: url("../images/top/gia1.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 350px;
}
.digrit-body img {
  width: 210px;
  margin: 50px 0 0 140px;
  padding-top: 50px;
}
.digrit-title-sp {
  display: block;
}
.digrit-title-pc {
  display: none;
}
.digrit-body p {
  font-size: 1.2rem;
  text-align: left;
  padding: 20px 0 0 20px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.digrit-body span {
  font-size: 1.5rem;
  font-weight: 600;
}
/*BRAND moblie----------------------------------------*/
.brand {
  margin-bottom: 80px;
}
.brand h1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.brand_h1 {
  width: 90%;
  margin: 0 20px 20px;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-list img {
  max-width: 100%;
}
.item {
  
  margin: 10px 0;
}
.item img{
  width: 180px;
transform: scale(1);
transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.item a:hover img{/*hoverした時の変化*/
transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}
/*BRAND moblie------------------------------------*/


/*SNS moblie----------------------------------------*/
.sns {
  margin-bottom: 120px;
}
.sns h1 {
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.sns-title  {
  width: 80%;
  margin: 0 40px 20px;
}
.sns-logo {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin: 60px auto;
}
.sns-logo img {
  width: 50px;
}

/*SNS moblie----------------------------------------*/

/*NEWS moblie----------------------------------------*/
/*.news {
  margin-bottom: 60px;
}
.news h1 {
  border-bottom: 1px solid #fff;
}
.news_h1 {
  width: 85%;
  margin: 0 30px 20px;
}
.insta, .twitter {
  display: flex;
  margin: 20px 0;
}
.insta h2, .twitter h2 {
  margin: 0 10px 0 20px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.insta img, .twitter img {
  width: 30px;
  height: 30px;
}
.twitter-tweets2 {
  width: 375px !important;
  margin:  0 auto;
  display: block;
}*/
/*NEWS moblie----------------------------------*/

/*CONTACT--------------------------------------*/
.contact img {
  width: 375px;
  height: auto;
}
.contact h2 {
  text-align: left;
  padding: 20px 30px;
  font-size: 2.3rem;
}
.contact form {
  padding: 0px 30px;
  margin-bottom: 80px;
}
.contact input {
  width: 315px;
  height: 25px;
  -webkit-appearance: none;
   border-radius: 0;
   outline: none;
}
.contact textarea {
  width: 315px;
  height: 100px;
}
/*
*{
  border: 1px solid red!important;
}*/