@charset "utf-8";
/* CSS Document */
/*------------------------------------------------
768px～1200pxまで
  ------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1200px) {
/*Greeting moblie-------------------------*/
.nova_greeting {
  margin: 40px 0 80px;
}
  .greeting-title {
    
  }
.greeting-title h1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.greeting-title img {
  width: 100%;
  padding: 0 60px;
}
.nova_greeting h2 {
  font-size: 3.0rem;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 30px 0;
}
.greeting_image {
  background-position: center; /*画像の位置*/
  background-size: auto 100%; /*横の幅は自動　高さは120％に指定*/
}
.greeting__image-message {
  padding-top: 500px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.0em;
  letter-spacing: 0.12em;
   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;
}
.greeting__image-message span {
  font-size: 2.3rem;
  font-weight: 600;
}
/*Product NOVACORONA pc-------*/
/*@media(min-width: 1201px) {*/
  .product {
  margin-bottom: 80px;
}
  .product-title {
    margin-bottom: 50px;
  }
.product-title img {
  width: 500px;
  margin: 0 20px;
}
.product-title h1 {
  width: 50%;
  border-bottom: 1px solid #fff;
   
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-left: 50px;
}
  .product-novacorona {
    width: 90%;
    margin: 0 auto 80px;
  
}
  .product-nova__visual {
   background-position: right 10% top 0%;
}
  .product-nova__image-filter {
   /*width: 50%;*/
    background-color: rgba(0,0,0,0.75);
}
  .nova-body {
    column-gap: 50px;
  }
.nova-body img {
  width: 50px;
}
.nova-body p {
  font-size: 2.0rem;
  padding-top: 50px;
  padding-left: 20px;
  line-height: 2.0em;
  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: 2.5rem;
  font-weight: 600;
}

/*PRODUCT novacorona PC*/

/*Product Vortex pc-------*/
 /*@media(min-width: 1201px) {*/
.product-vortex {
  margin-bottom: 80px;
}
.product-vortex__visual {
  background: url("../images/top/vortex__img.png");
  background-size: auto 100%;
  background-position: left -10% top 0;
  background-repeat: no-repeat;
  height: 700px;
}
.vortex-body {
  display: flex;
  justify-content: right;
  margin: 0px;
  padding: 180px 10px 0 0;

}
.vortex-body img {
  width: 280px;
  height: 50px;
  margin-left: 0px;
  margin-top: 120px;
  padding: 0;
  transform: rotate(90deg);
}
.vortex-body p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2.0em;  
  padding: 0px;
}
.vortex-body span {
  font-size: 2.3rem;
  font-weight: 600;
}

/*PRODUCT vortex PC*/

/*Product Vortex pc-------*/
/*Product digrit pc-------*/
/*@media(min-width: 1201px) {*/
  .product-digrit {
  margin-bottom: 120px;
}
.product-digrit__visual {
  height: 700px;
  background-position: right -15% top 0%;
}
  .digrit-body {
    display: flex;
    width: 100%;
    padding: 200px 0px 0 0;
  }
.digrit-body img {
  width: 250px;
  height: 70px;
  margin: 120px 0 0;
  padding: 0;
  transform: rotate(90deg);
}
  .digrit-title-sp {
    display: none;
  }
  .digrit-title-pc {
  display: block;
}
.digrit-body p {
  font-size: 1.8rem;
  padding-top: 10px;
  padding-left: 20px;
  line-height: 2.2em;
  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: 2.3rem;
  font-weight: 600;
}
}


/*BRAND*/
@media screen and (min-width:768px) and (max-width:1200px) {
  .brand-list {
    justify-content: center;
    margin: 40px auto;
  }
  
/*SNS tablet----------------------------------------*/
.sns {
  margin-bottom: 150px;
}

.sns-title  {
  width: 25%;
  margin: 0 40px 20px;
}
.sns-logo {
  display: flex;
  justify-content: center;
  column-gap: 150px;
  margin: 80px auto;
}
.sns-logo img {
  width: 80px;
}

/*SNS tablet----------------------------------------*/
}