@charset "utf-8";
/* CSS Document */
/*動画*/
@media(min-width: 768px) {
  video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.movieWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  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 pc-----------------------------*/
@media(min-width: 1201px) {
 .nova_greeting {
  margin: 120px 0;
  position: relative;
}
  .greeting-title {
    position: absolute;
    top: 0%;
    left: 45%;
    margin: 0 auto;
    max-width: 1160px;
  }
  .greeting-title h1 {
    width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
  .greeting-title img {
  width: 600px;
}
  .nova_greeting h2 {
    position: absolute;
    top: 8%;
    left: 53%;
  font-size: 4rem;
  
}
  .greeting_image {
   width: 100%;
  background-position: left -20% top 0%; /*画像の位置*/
  background-size: 85%;
  padding-bottom: 300px;
}
.greeting__image-message {
  padding-top: 490px;
  padding-left: 380px;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  line-height: 2.5em;
  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.2rem;
  font-weight: 600;
}
  .greeting-p2 {
    padding-top: 30px;
  }
  .box-greeting {
    height: 280px;
  }
}
/*greeting pc-----------------------------*/
/*product pc------------------------------*/

/*Product NOVACORONA pc-------*/
@media(min-width: 1201px) {
  .product {
  margin-bottom: 80px;
  
}
  .product-title {
    margin-bottom: 60px;
  }
.product-title img {
  width: 500px;
  margin: 0 20px;
}
.product-title h1 {
  width: 50%;
  border-bottom: 1px solid #fff;
  padding-left: 50px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 80px;
}
  .product-novacorona {
    width: 90%;
    margin: 0 auto 120px;
  
}
  .product-nova__visual {
   background-position: right 25% top 0%;
}
  .product-nova__image-filter {
   /*width: 50%;*/
    background-color: rgba(0,0,0,0);
}
  .nova-body {
    column-gap: 100px;
    margin-left: 200px;
  }
.nova-body img {
  width: 50px;
}
.nova-body p {
  font-size: 2.3rem;
  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.8rem;
  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: 900px;
}
.vortex-body {
  display: flex;
  justify-content: right;
  margin: 0px;
  padding: 220px 180px 0 0;

}
.vortex-body img {
  width: 350px;
  height: 100px;
  /*margin-left: 650px;*/
  margin-top: 170px;
  transform: rotate(90deg);
}
.vortex-body p {
  font-size: 2.3rem;
  text-align: left;
  line-height: 2.0em;  
  padding: 0px;
}
.vortex-body span {
  font-size: 2.8rem;
  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: 900px;
  background-position: right -5% top 0%;
}
  .digrit-body {
    display: flex;
    justify-content: left;
    width: 100%;
    padding: 290px 0 0 100px;
  }
.digrit-body img {
  width: 300px;
  height: 80px;
  margin: 160px 0 0;
  padding: 0;
  transform: rotate(90deg);
}
  .digrit-title-sp {
    display: none;
  }
  .digrit-title-pc {
  display: block;
}
.digrit-body p {
  font-size: 2.3rem;
  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.8rem;
  font-weight: 600;
}
}
/*PRODUCT digrit PC*/
/*Product digrit pc-------*/



/*product pc------------------------------*/
/*BRAND pc----------------------------------------*/
@media(min-width: 768px) {
  .brand {
  margin-bottom: 150px;
}
  .brand h1 {
  padding: 0 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
  .brand_h1 {
  width: 30%;
  /*margin-left: 1100px;*/
}
  .brand-list {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    margin: 80px auto;
    justify-content: center;
}
.brand-list img {
  max-width: 100%;
}
.item img {
  width: 340px;
  margin: 10px;
}
}
/*BRAND pc----------------------------------------*/


@media(min-width: 1201px) {
/*SNS pc----------------------------------------*/
.sns {
  margin-bottom: 150px;
}

.sns-title  {
  width: 20%;
  margin: 0 40px 20px;
  padding: 0 30px;
}
.sns-logo {
  display: flex;
  justify-content: center;
  column-gap: 150px;
  margin: 80px auto;
}
.sns-logo img {
  width: 100px;
}
/*SNS pc----------------------------------------*/
/*news pc-------------------------------------*/
/*.news {
  margin-bottom: 100px;
}
.news h1 {
  border-bottom: 1px solid #fff;
}
.news_h1 {
  width: 25%;
  margin: 0 0 20px 100px;
}
.insta-images {
   margin: 0 auto!important;
  
    width: 40%!important;
  }
.twitter-tweets2 {
  width: 400px !important;
  margin:  0 auto;
  display: block;
}*/
/*news pc-------------------------------------*/
}
/*contact pc-------------------------------------*/
@media(min-width: 768px) {
  .contact {
    display: none;
  }
}