@charset "UTF-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&&display=swap');
/*
# =================================================================
# トップページ（LP）
# =================================================================*/
/* 共通 */
main .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
main .inner h2 {
  margin: 0 0 150px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  color: #00338e;
  text-align: center;
  position: relative
}
main .inner h2 span:nth-of-type(1) {
  padding: 0 0 5px 0;
  font-family: gotham-b;
  font-size: 20px;
  display: block;
}
main .inner h2 span:nth-of-type(2) {
  color: #37485c;
}
main .inner h2::after {
  content: '';
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #00338e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
/* フローティングナビ */
.fb {
  width: 70px;
  position: fixed;
  top: 115px;
  right: 0;
  z-index: 1;
}
.fb ul .btnContact a {
  width: 70px;
  display: block;
  position: relative;
}
.fb ul li a picture {
  position: relative;
  z-index: 2;
}
.fb ul li a img {
  display: block;
}
.fb ul li a img:nth-of-type(1) {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: .3s;
}
.fb ul li:nth-of-type(2) a img:nth-of-type(1) {
  top: 179px;
}
.fb ul li a img.img2 {
  width: 325px;
  position: absolute;
  top: 0;
  right: -260px;
  transition: .3s;
}
.fb ul .btnContact a img.img2 {
  top: 179px;
}
.fb ul .btnDl:hover a img:nth-of-type(1) {
  right: -70px;
}
.fb ul .btnContact:hover a img:nth-of-type(1) {
  right: -70px;
}
.fb ul .btnContact:hover a img.img2 {
  right: 0;
}
.fb .btnDl .boxDl {
  width: 305px;
  height: 179px;
  padding: 15px 0 0 0;
  background: #000;
  border-radius: 28px 0 0 28px;
  position: absolute;
  top: 0;
  right: -285px;
  transition: .3s;
}
.fb .btnDl .boxDl::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../../image/fbDl_o.png) no-repeat left top;
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
}
.fb .btnDl:hover .boxDl  {
  right: 0;
}
.fb .btnDl .boxDl h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.fb ul li:nth-of-type(1) .boxDl a {
  width: 212px;
  margin: 0 0 0 45px;
  display: block;
}
.fb ul li:nth-of-type(1) .boxDl a:nth-of-type(1) {
  margin: 0 0 7px 45px;
}
.fb ul li:nth-of-type(1) .boxDl a img {
  width: 212px;
  position: static;
}
/* モーダル処理 */
.modalBox .contents {
  background: #fff!important;
  border-radius: 40px!important;
}
.modalBox .contents .inner ul li::after {
  background: url(../image/iconArrow1.svg) no-repeat left top / 21px;
}
.modalBox.modalBox1 {
  display: none;
}
.modalBox.modalBox2 {
  display: block;
}
.modalBox.modalBox2 .contents .inner h2 {
  margin: 0 0 20px 0;
  color: #000;  
}
.modalMovie {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.4);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  z-index: 200;
}
.modalMovie.act {
  opacity: 1;
  visibility: visible;
}
.modalMovie .contents {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
}
.modalMovie .contents .inner {
  width: 100%;
  position: relative;
}
.modalMovie .contents .inner video {
  width: 650px;
  height: auto;
}
.modalMovie .contents .inner .btnClose {
  width: 28px;
  position: absolute;
  top: -40px;
  right: 0;
}
.modalFeatures {
  width: 100%;
  height: 100vh;
  background: rgba(200,200,200,.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  z-index: 100;
}
.modalFeatures.act {
  opacity: 1;
  visibility: visible;
}
.modalFeatures .contents {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
}
.modalFeatures .contents .inner {
  width: 100%;
  padding: 60px 50px 45px 50px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 20px 0 rgba(0,51,141,0.15);
  position: relative;
}
.modalFeatures .contents .btnClose {
  width: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modalFeatures .contents .inner h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  color: #00338d;
  position: relative;
}
.modalFeatures .contents .inner h3::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../image/iconCheck.svg) no-repeat left top / 25px;
  position: absolute;
  top: 9px;
  left: 0;
}
.modalFeatures .contents .inner .box1 {
  display: flex;
  flex-wrap: wrap;
}
.modalFeatures .contents .inner .box1 .img {
  width: 300px;
  padding: 8px 0 0 0;
}
.modalFeatures .contents .inner .box1 .txt {
  width: calc(100% - 300px);
  padding: 0 0 0 35px;
}
.modalFeatures .contents .inner .box1 .txt p {
  margin: 0 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #35465a;
  letter-spacing: -.06em;
}
.modalFeatures .contents .inner .box1 .txt .effect {
  padding: 20px 25px 10px 25px;
  background: #00338d;
  border-radius: 10px;
}
.modalFeatures .contents .inner .box1 .txt .effect h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.modalFeatures .contents .inner .box1 .txt .effect h4::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../image/iconCheck2.svg) no-repeat left top / 17px;
  position: absolute;
  top: 8px;
  left: 0;
}
.modalFeatures .contents .inner .box1 .txt .effect p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
}
/* navi */
#product.drivecorrector .navi {
  padding: 8px 0;
  background: #00338e;
}
#product.drivecorrector .navi .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#product.drivecorrector .navi .inner ul li a {
  padding: 0 15px;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#product.drivecorrector .navi .inner ul li:nth-last-of-type(1) a {
  border-right: none;
}
/* mv */
#product.drivecorrector .mv {
  overflow: hidden;
  position: relative;
}
#product.drivecorrector .mv .bgVideo {
  height: 1100px;
  position: absolute;
  z-index: -1;
  top: -90px;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scale(1.1);
}
#product.drivecorrector .mv .bgVideo video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 縦横幅指定 */
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#product.drivecorrector .mv .box1 {
  padding: 90px 0 0 0;
  text-align: center;
}
#product.drivecorrector .mv .box1 .inner {
  text-align: center;
}
#product.drivecorrector .mv .box1 .inner h2 {
  margin: 0 0 10px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  text-align: center;
  color: #000;
}
#product.drivecorrector .mv .box1 .inner h2::after {
  content: none;
}
#product.drivecorrector .mv .box1 .inner .img1 {
  max-width: 930px;
  width: 100%;
  margin: 0 auto 30px auto;
  display: block;
}
#product.drivecorrector .mv .box1 .inner p {
  margin: 0 0 60px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #00338e;
  text-align: center;
  letter-spacing: -.01em;
  display: inline-block;
}
#product.drivecorrector .mv .box1 .inner p span {
  padding: 0 10px 3px 10px;
  background: #fff;
}
#product.drivecorrector .mv .box1 .inner .img2 {
  max-width: 894px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#product.drivecorrector .mv .box2 {
  margin: -210px 0 0 0;
  padding: 175px 0 100px 0;
  background: url(../image/mvBg.jpg) no-repeat center top / cover;
}
#product.drivecorrector .mv .box2 .inner {
  max-width: 1050px;
}
#product.drivecorrector .mv .box2 .inner h2 {
  margin: 0 0 60px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
#product.drivecorrector .mv .box2 .inner h2::after {
  content: none;
}
#product.drivecorrector .mv .box2 .inner h2 span {
  margin: 0 10px 0 0;
  padding: 0 10px 5px 10px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  color: #00338e;
  display: inline;
}
#product.drivecorrector .mv .box2 .inner .contents {
  display: flex;
  flex-wrap: wrap;
}
#product.drivecorrector .mv .box2 .inner .contents .img {
  width: 592px;
}
#product.drivecorrector .mv .box2 .inner .contents .img a:hover img {
  opacity: .7;
}
#product.drivecorrector .mv .box2 .inner .contents .txt {
  width: calc(100% - 592px);
  padding: 70px 0 0 10px;
}
#product.drivecorrector .mv .box2 .inner .contents .txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  color: #fff;
}
#product.drivecorrector .mv .box2 .inner .contents .txt p span {
  font-weight: bold;
  text-decoration: underline;
}
/* reason */
#product.drivecorrector .reason {
  padding: 120px 0 240px 0;
  background: url(../image/reasonBgLeft.png) no-repeat left top 70px,
  url(../image/reasonBgRight.png) no-repeat right top 135px,
  url(../image/reasonBg.gif) repeat left top;
}
#product.drivecorrector .reason .inner .info {
  max-width: 480px;
  width: 100%;
  margin: 0 0 240px auto;
}
#product.drivecorrector .reason .inner .info2 {
  margin: 0 auto 140px 0;
}
#product.drivecorrector .reason .inner .info3 {
  margin: 0 0 0 auto;
}
#product.drivecorrector .reason .inner .info h3 {
  margin: 0 0 20px 0;
  font-size: 29px;
  line-height: 2;
}
#product.drivecorrector .reason .inner .info h3 span:nth-of-type(1) {
  margin: 0 0 20px 0;
  padding: 0 0 0 23px;
  font-family: gotham-b;
  font-size: 20px;
  color: #df3447;
  line-height: 1;
  display: block;
  position: relative;
}
#product.drivecorrector .reason .inner .info h3 span:nth-of-type(1)::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../image/iconCheck.svg) no-repeat left top / 17px;
  position: absolute;
  top: 3px;
  left: 0;
}
#product.drivecorrector .reason .inner .info h3 span:nth-of-type(2) {
  padding: 2px 10px 5px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #00338e;
  color: #fff;
}
#product.drivecorrector .reason .inner .info p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #35465a;
}
#product.drivecorrector .reason .inner .info p span {
  font-weight: bold;
}
/* system */
#product.drivecorrector .system {
  padding: 115px 0 50px 0;
  background: url(../image/systemBg.jpg) no-repeat center top / 100%;
}
#product.drivecorrector .system .inner {
  max-width: 1200px;
}
#product.drivecorrector .system .inner h2 {
  color: #37485c;
}
#product.drivecorrector .system .inner h2 span {
  color: #00338e;
}
#product.drivecorrector .system .inner .contents {
  padding: 0 50px 55px 50px;
  background: #6495d8;
  box-shadow: 20px 20px 30px 0 rgba(0,0,0,0.25);
  display: flex;
  flex-wrap: wrap;
}
#product.drivecorrector .system .inner .contents .point1 {
  max-width: 350px;
  width: 32%;
  margin: 0 0 20px 0;
  padding: 60px 40px 0 0;
}
#product.drivecorrector .system .inner .contents .point1 img {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#product.drivecorrector .system .inner .contents .point2 {
  max-width: 400px;
  width: 36%;
  margin: 0 0 20px 0;
  padding: 60px 30px 0 30px;
  border-left: 1px solid #79a4db;
  border-right: 1px solid #79a4db;
}
#product.drivecorrector .system .inner .contents .point2 img {
  max-width: 309px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#product.drivecorrector .system .inner .contents .point3 {
  max-width: 350px;
  width: 32%;
  margin: 0 0 20px 0;
  padding: 60px 0 0 40px;
}
#product.drivecorrector .system .inner .contents .point3 img {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#product.drivecorrector .system .inner .contents .point {
  text-align: center;
}
#product.drivecorrector .system .inner .contents .point .txt {
  height: 230px;
}
#product.drivecorrector .system .inner .contents .point .txt h3 {
  font-size: 22px;
  color: #fff;
}
#product.drivecorrector .system .inner .contents .point .txt h3 > span:nth-of-type(1) {
  font-family: gotham;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
}
#product.drivecorrector .system .inner .contents .point .txt h3 > span:nth-of-type(1) > span {
  padding: 0 0 0 5px;
  font-family: gotham-b;
  font-size: 42px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -4px;
}
#product.drivecorrector .system .inner .contents .point .txt h3 > span:nth-of-type(2) {
  padding: 5px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 1.6;
  text-decoration: underline;
  display: block;
}
#product.drivecorrector .system .inner .contents .point .txt h3 > span:nth-of-type(2) > span {
  font-size: 18px;
}
#product.drivecorrector .system .inner .contents .point .txt p {
  padding: 15px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height: 1.6;
}
#product.drivecorrector .system .inner .contents .point .txt p span {
  font-weight: bold;
}
#product.drivecorrector .system .inner .contents .img {
  width: 100%;
  padding: 50px 0 0 10px;
  border-top: 1px solid #79a4db;
}
#product.drivecorrector .system .inner .contents .img img {
  max-width: 1059px;
  width: 100%;
  display: block;
}
/* features */
#product.drivecorrector .features {
  padding: 0 0 130px 0;
  background: url(../image/featuresBg.gif) repeat-y center top / 100%;
}
#product.drivecorrector .features h2 {
  margin: 0 0 50px 0;
  padding: 90px 0 40px 0;
  background: url(../image/featuresTtlBgLeft.png) no-repeat left 50px top 35px,
  url(../image/featuresTtlBgRight.png) no-repeat right 110px top;
  color: #37485c;
}
#product.drivecorrector .features h2::after {
  bottom: 15px;
}
#product.drivecorrector .features h2 span {
  color: #00338e;
}
#product.drivecorrector .features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product.drivecorrector .features ul li {
  max-width: 320px;
  width: 33%;
  margin: 0 0 40px 0;
  background: #fff;
  border-radius: 120px;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
}
#product.drivecorrector .features ul li:hover {
  opacity: .7;
}
#product.drivecorrector .features ul li a {
  padding: 50px 0 45px 0;
  text-align: center;
  box-shadow: 0 7px 0px 0px #a7becc;
  border-radius: 120px;
  display: block;
}
#product.drivecorrector .features ul li a img {
  width: 95px;
  margin: 0 0 10px 0;
}
#product.drivecorrector .features ul li a h3 {
  text-align: center;
}
#product.drivecorrector .features ul li a h3 span {
  padding: 0 0 0 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #35465a;
  text-decoration: underline;
  line-height: 1;
  position: relative;
}
#product.drivecorrector .features ul li a h3 span:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../image/iconArrow2.svg) no-repeat left top / 23px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* model */
#product.drivecorrector .model {
  padding: 100px 0 250px 0;
  background: #dde1ec;
}
#product.drivecorrector .model .inner h2 {
  color: #37485c;
}
#product.drivecorrector .model .inner h2 span {
  color: #00338e;
}
#product.drivecorrector .model .inner .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product.drivecorrector .model .inner .contents .left {
  max-width: 450px;
  width: 50%;
  padding: 60px 20px 70px 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(0,51,141,0.15);
  text-align: center;
}
#product.drivecorrector .model .inner .contents .right {
  max-width: 450px;
  width: 50%;
  padding: 60px 20px 70px 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(0,51,141,0.15);
  text-align: center;
  position: relative;
}
#product.drivecorrector .model .inner .contents .right > span {
  padding: 5px 15px 7px 15px;
  background: #ff6678;
  border-radius: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
}
#product.drivecorrector .model .inner .contents h3 {
  margin: 0 0 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  line-height: 1.5;
}
#product.drivecorrector .model .inner .contents h3 span {
  font-size: 14px;
  display: block;
}
#product.drivecorrector .model .inner .contents ul {
  margin: 0 0 15px 0;
  line-height: 1;
}
#product.drivecorrector .model .inner .contents ul li {
  padding: 2px 15px 5px 15px;
  background: #000;
  border-radius: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
  display: inline;
}
#product.drivecorrector .model .inner .contents p {
  margin: 0 0 10px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
#product.drivecorrector .model .inner .contents a {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 20px 22px 20px;
  background: #35465a;
  border-radius: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  line-height: 1;
  display: block;
  position: relative;
}
#product.drivecorrector .model .inner .contents a:hover {
  opacity: .7;
}
#product.drivecorrector .model .inner .contents a::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../image/iconArrow3.svg) no-repeat left top / 10px;
  position: absolute;
  top: 20px;
  right: 18px;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1921px) {
}
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1300px) {
  /* reason */
  #product.drivecorrector .reason {
    background: url(../image/reasonBgLeft.png) no-repeat left -170px top 70px,
    url(../image/reasonBgRight.png) no-repeat right -170px top 135px,
    url(../image/reasonBg.gif) repeat left top;
  }
}
@media screen and (max-width: 1200px) {
  /* system */
  #product.drivecorrector .system .inner .contents .point .txt {
    height: auto;
  }
  #product.drivecorrector .system .inner .contents .point .txt p {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1160px) {
  /* フローティングナビ調整 */
  .fb {
    top: 160px;
  }
}
/* laptop NotePC */
@media screen and (max-width: 1024px) {
  /* mv */
  #product.drivecorrector .mv .box2 .inner .contents .img {
    width: 50%;
  }
  #product.drivecorrector .mv .box2 .inner .contents .img a img {
    width: 100%;
  }
  #product.drivecorrector .mv .box2 .inner .contents .txt {
    width: 50%;
    padding: 0 0 0 10px;
  }
  /* reason */
  #product.drivecorrector .reason {
    background: url(../image/reasonBgLeft.png) no-repeat left -350px top 70px,
    url(../image/reasonBgRight.png) no-repeat right -350px top 135px,
    url(../image/reasonBg.gif) repeat left top;
  }
  /* system */
  #product.drivecorrector .system .inner .contents {
    padding: 0 30px 55px 30px;
  }
  #product.drivecorrector .system .inner .contents .point1 {
    padding: 40px 20px 0 0;
  }
  #product.drivecorrector .system .inner .contents .point2 {
    padding: 40px 20px 0 20px;
  }
  #product.drivecorrector .system .inner .contents .point3 {
    padding: 40px 0 0 20px;
  }
}

/* tablet */
@media screen and (max-width: 767.98px) {
  /* モーダル処理 */
  .modalBox.modalBox1 .contents img,
  .modalBox.modalBox2 .contents img {
    width: 45px;
  }
  .modalBox.modalBox1 {
    display: block;
  }
  .modalBox.modalBox1 .contents {
    background: #000!important;
  }
  .modalBox.modalBox1 .contents .inner {
    padding: 40px 20px 30px 20px;
  }
  .modalBox.modalBox1 .contents .inner h2 {
    margin: 0 0 10px 0;
    font-size: 4.2vw;
    color: #fff;
  }
  .modalBox.modalBox1 .contents .inner .btn1 img {
    width: 212px;
  }
  .modalBox .contents {
    border-radius: 30px!important;
  }
  .modalBox.modalBox2 .contents .inner {
    padding: 60px 20px 45px 20px;
  }
  .modalMovie .contents .inner video {
    width: 100%;
  }
  .modalFeatures .contents {
    transform: translate(-50%, -56%);
  }
  .modalFeatures .contents .inner {
    height: 70vh;
    overflow-y: scroll;
  }
  .modalFeatures .contents .inner .box1 {
    display: block;
  }
  .modalFeatures .contents .inner .box1 .img {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .modalFeatures .contents .inner .box1 .img img {
    width: 100%;
  }
  .modalFeatures .contents .inner .box1 .txt {
    width: 100%;
    padding: 0;
  }
  .modalFeatures .contents .btnClose {
    top: -35px;
    right: 0;
  }
  /* フローティングナビ */
  .fb {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .fb ul {
    display: flex;
    flex-wrap: wrap;
  }
  .fb ul li {
    width: 50%;
  }
  .fb ul .btnDl {
    background: none;
  }
  .fb ul .btnContact {
    background: none;
  }
  .fb ul .btnContact a {
    width: 100%;
    position: static;
  }
  .fb ul li a img:nth-of-type(1) {
    width: 100%;
    position: static;
    transition: none;
  }
  .fb ul li a:hover img:nth-of-type(1) {
    opacity: 1;
  }
  .fb ul .btnContact a img.img2 {
    display: none;
  }
  /* navi */
  #product.drivecorrector .navi .sp select {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    display: block;
  }
  /* mv */
  #product.drivecorrector .mv .bgVideo {
    height: 100vh;
  }
  #product.drivecorrector .mv .box2 .inner .contents {
    display: block;
  }
  #product.drivecorrector .mv .box2 .inner .contents .img {
    width: 100%;
  }
  #product.drivecorrector .mv .box2 .inner .contents .txt {
    width: 100%;
  }
  /* reason */
  #product.drivecorrector .reason {
    padding: 120px 0 150px 0;
    background: url(../image/reasonBgSp1.png) no-repeat center top 30px / 100%,
    url(../image/reasonBgSp2.png) no-repeat right top 1300px / 97%,
    url(../image/reasonBgSp3.png) no-repeat left top 2270px / 97%,
    url(../image/reasonBg.gif) repeat left top;
  }
  #product.drivecorrector .reason .inner .info {
    max-width: none;
  }
  #product.drivecorrector .reason .inner .info1 {
    padding: 80vw 0 0 0;
  }
  #product.drivecorrector .reason .inner .info2 {
    padding: 60vw 0 0 0;
  }
  #product.drivecorrector .reason .inner .info3 {
    padding: 80vw 0 0 0;
  }
  /* system */
  #product.drivecorrector .system {
    background: url(../image/systemBg.jpg) no-repeat center top / 180%,
    url(../image/featuresBg.gif) repeat-y center top / 200%;
  }
  #product.drivecorrector .system .inner .contents {
    box-shadow: 10px 10px 15px 0 rgba(0,0,0,0.25);
    display: block;
  }
  #product.drivecorrector .system .inner .contents .point1 {
    max-width: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #79a4db;
  }
  #product.drivecorrector .system .inner .contents .point2 {
    max-width: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 40px 20px 30px 20px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #79a4db;
  }
  #product.drivecorrector .system .inner .contents .point3 {
    max-width: none;
    width: 100%;
    padding: 40px 0 0 0;
  }
  #product.drivecorrector .system .inner .contents .point .txt h3 {
    margin: 0 0 15px 0;
  }
  #product.drivecorrector .system .inner .contents .point > p.sp {
    color: #fff;
    text-align: left;
  }
  /* features */
  #product.drivecorrector .features {
    padding: 0 0 80px 0;
    background: url(../image/featuresBg.gif) repeat-y center top / 200%;
  }
  #product.drivecorrector .features h2 {
    background: url(../image/featuresTtlBgRight.png) no-repeat right top;
  }
  #product.drivecorrector .features ul li {
    max-width: none;
    width: 48%;
    border-radius: 30px;
  }
  #product.drivecorrector .features ul li a {
    border-radius: 30px;
  }
  #product.drivecorrector .features .sp.img1 {
    margin: 30px 0 0 0;
  }
  /* model */
  #product.drivecorrector .model {
    padding: 100px 0 150px 0;
  }
  #product.drivecorrector .model .inner .contents {
    display: block;
  }
  #product.drivecorrector .model .inner .contents .left {
    max-width: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  #product.drivecorrector .model .inner .contents .right {
    max-width: none;
    width: 100%;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  /* 共通 */
  main .inner h2 {
    font-size: 6.2vw;
    line-height: 1.5;
  }
  main .inner h2::after {
    width: 30px;
  }
  main .inner h2 span:nth-of-type(1) {
    font-size: 3.8vw;
  }
  /* モーダル処理 */
  .modalBox.modalBox2 .contents .inner {
    padding: 50px 20px 35px 20px;
  }
  .modalBox.modalBox2 .contents .inner h2 {
    font-size: 6vw;
  }
  .modalFeatures .contents .inner {
    padding: 30px 50px 45px 50px;
  }
  .modalFeatures .contents .inner h3 {
    padding: 0 0 0 29px;
    font-size: 5vw;
  }
  .modalFeatures .contents .inner h3::before {
    width: 21px;
    height: 21px;
    background: url(../image/iconCheck.svg) no-repeat left top / 21px;
  }
  .modalFeatures .contents .inner .box1 .txt p {
    font-size: 3.4vw;
  }
  .modalFeatures .contents .inner .box1 .txt .effect h4 {
    font-size: 3.5vw;
  }
  .modalFeatures .contents .inner .box1 .txt .effect h4::before {
    top: 6px;
  }
  .modalFeatures .contents .inner .box1 .txt .effect p {
    font-size: 3.2vw;
  }
  /* mv */
  #product.drivecorrector .mv .box1 {
    padding: 40px 0 0 0;
  }
  #product.drivecorrector .mv .box1 .inner h2 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  #product.drivecorrector .mv .box1 .inner .img1 {
    margin: 0 auto 20px auto;
  }
  #product.drivecorrector .mv .box1 .inner p {
    margin: 0 0 50px 0;
    font-size: 4.5vw;
    line-height: 2.1;
  }
  #product.drivecorrector .mv .box2 {
    margin: -130px 0 0 0;
    padding: 155px 0 70px 0;
  }
  #product.drivecorrector .mv .box2 .inner h2 {
    margin: 0 0 40px 0;
    font-size: 6.2vw;
  }
  #product.drivecorrector .mv .box2 .inner h2 span {
    font-size: 6.2vw;
  }
  #product.drivecorrector .mv .box2 .inner .contents .txt p {
    font-size: 4vw;
  }
  /* reason */
  #product.drivecorrector .reason {
    padding: 70px 0 80px 0;
    background: url(../image/reasonBgSp1.png) no-repeat center top 30px / 100%,
    url(../image/reasonBgSp2.png) no-repeat right top 970px / 97%,
    url(../image/reasonBgSp3.png) no-repeat left top 1670px / 97%,
    url(../image/reasonBg.gif) repeat left top;
  }
  #product.drivecorrector .reason .inner .info h3 span:nth-of-type(1) {
    font-size: 4.9vw;
  }
  #product.drivecorrector .reason .inner .info h3 {
    font-size: 6vw;
  }
  #product.drivecorrector .reason .inner .info p {
    font-size: 3.6vw;
  }
  #product.drivecorrector .reason .inner .info2 {
    padding: 30vw 0 0 0;
  }
  #product.drivecorrector .reason .inner .info3 {
    padding: 68vw 0 0 0;
  }
  /* system */
  #product.drivecorrector .system {
    padding: 60px 0 30px 0;
  }
  #product.drivecorrector .system .inner h2 {
    margin: 0 0 80px 0;
  }
  #product.drivecorrector .system .inner .contents .point1 {
    margin: 0;
  }
  #product.drivecorrector .system .inner .contents .point2 {
    margin: 0;
    padding: 30px 20px;
  }
  #product.drivecorrector .system .inner .contents .point3 {
    padding: 30px 0 0 0;
  }
  #product.drivecorrector .system .inner .contents .point .txt h3 > span:nth-of-type(2) {
    font-size: 5.2vw;
  }
  #product.drivecorrector .system .inner .contents .point > p.sp {
    font-size: 3.6vw;
  }
  #product.drivecorrector .system .inner .contents .point .txt h3 > span:nth-of-type(2) > span {
    font-size: 4.2vw;
  }
  #product.drivecorrector .system .inner .contents .img {
    padding: 30px 0 0 0;
  }
  /* features */
  #product.drivecorrector .features {
    padding: 0 0 50px 0;
  }
  #product.drivecorrector .features h2 {
    margin: 0 0 30px 0;
    padding: 120px 0 40px 0;
    background: url(../image/featuresTtlBgRight.png) no-repeat right top / 25%;
  }
  #product.drivecorrector .features ul li {
    margin: 0 0 30px 0;
  }
  #product.drivecorrector .features ul li a {
    padding: 45px 0 40px 0;
  }
  #product.drivecorrector .features ul li a img {
    width: 60px;
    margin: 0 0 5px 0;
  }
  #product.drivecorrector .features ul li a h3 span {
    padding: 0;
    font-size: 3.8vw;
  }
  #product.drivecorrector .features ul li a h3 span:before {
    content: none;
  }
  #product.drivecorrector .features .sp.img1 {
    width: 42%;
    margin: 20px 0 0 0;
  }
  /* model */
  #product.drivecorrector .model {
    padding: 70px 0 80px 0;
  }
  #product.drivecorrector .model .inner h2 {
    margin: 0 0 60px 0;
  }
  #product.drivecorrector .model .inner .contents .left {
    padding: 30px 20px 50px 20px;
  }
  #product.drivecorrector .model .inner .contents .left img {
    width: 100%;
  }
  #product.drivecorrector .model .inner .contents .right {
    padding: 30px 20px 50px 20px;
  }
  #product.drivecorrector .model .inner .contents .right img {
    width: 100%;
  }
  #product.drivecorrector .model .inner .contents h3 {
    font-size: 6.6vw;
  }
  #product.drivecorrector .model .inner .contents h3 span {
    font-size: 3.3vw;
  }
  #product.drivecorrector .model .inner .contents ul li {
    font-size: 2.8vw;
  }
  #product.drivecorrector .model .inner .contents p {
    font-size: 3.3vw;
  }
  #product.drivecorrector .model .inner .contents .right > span {
    font-size: 2.8vw;
  }
  #product.drivecorrector .model .inner .contents .right ul li {
    padding: 5px 15px 7px 15px;
    display: inline-block;
  }
  #product.drivecorrector .model .inner .contents .right ul li:nth-of-type(1) {
    margin: 0 0 8px 0;
  }
}

/* mobile M */
@media screen and (max-width: 400px) {
  #product.drivecorrector .reason {
    background: url(../image/reasonBgSp1.png) no-repeat center top 30px / 100%,
    url(../image/reasonBgSp2.png) no-repeat right top 920px / 97%,
    url(../image/reasonBgSp3.png) no-repeat left top 1560px / 97%,
    url(../image/reasonBg.gif) repeat left top;
  }
}
@media screen and (max-width: 375px) {
  .modalBox.modalBox2 .contents .inner {
    padding: 40px 20px;
  }
  .modalBox.modalBox2 .contents .inner h2 {
    font-size: 5vw;
  }
  #product.drivecorrector .reason {
    background: url(../image/reasonBgSp1.png) no-repeat center top 30px / 100%,
    url(../image/reasonBgSp2.png) no-repeat right top 890px / 97%,
    url(../image/reasonBgSp3.png) no-repeat left top 1520px / 97%,
    url(../image/reasonBg.gif) repeat left top;
  }
}

/* mobile S */
@media screen and (max-width: 320px) {
}
