@charset "UTF-8";
.red,
.red * {
  color: #d4412d;
}

.pageTitBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 382px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 100px 60px 60px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.pageTitBar > div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageTitBar .titEn {
  color: white;
  font-size: min(9vw, 65px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 10px;
}
.pageTitBar .titJa {
  color: white;
  font-size: min(7vw, 20px);
  line-height: 1em;
  font-weight: 700;
  background-image: url(../img/common/icon_slush_wh.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .pageTitBar {
    padding: 10px 30px;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 6vh auto;
    width: calc(100% - 20px);
    position: relative;
  }
  .pageTitBar::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border: 20px solid white;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}

.mvWrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mvWrap {
    margin-bottom: 40px;
  }
}

.main {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 50px;
  }
}

.lower-tit01 {
  display: block;
  color: white;
  font-size: 26px;
  margin-bottom: 40px;
  width: 360px;
  text-align: center;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media only screen and (max-width: 767px) {
  .lower-tit01 {
    font-size: 12px;
    min-width: 110px;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.lower-tit02 {
  background-image: url(../img/common/icon_slush.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
  font-weight: 700;
  font-size: 24px;
  padding-left: 35px;
}
.lower-tit02.wh {
  background-image: url(../img/common/icon_slush_wh.svg);
  color: white;
}
.lower-tit02 .txtBu {
  font-family: inherit;
  font-weight: inherit;
}
.lower-tit03 {
  font-size: 18px;
  font-weight: 700;
}
.lower-tit03::before {
  content: "・";
  color: #75dab3;
  display: inline-block;
  margin-right: 5px;
}
.lower-tit04 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 10px 10px 40px;
  background: url(../img/common/icon_browse.svg) no-repeat 0 50%/24px;
  border-bottom: 1px solid #333;
}
.lower-tit04 span {
  font-size: 14px;
}
.lower-tit05 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 10px 10px 40px;
  background: url(../img/common/icon_kira.svg) no-repeat 0 50%/24px;
  border-bottom: 1px solid #0f698a;
}
.lower-tit05 .txt {
  font-size: 0.8em;
  line-height: inherit;
  font-weight: inherit;
}
.lower-tit06 {
  font-size: min(8vw, 72px);
  line-height: 1em;
  text-align: right;
  color: transparent;
  -webkit-text-stroke: 1px #e0e0e0;
  text-stroke: 1px #e0e0e0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lower-tit01, .lower-tit02 {
    font-size: 18px;
  }
  .lower-tit03 {
    font-size: 16px;
  }
}

.cvBox.bg {
  background: url(../img/eco/deodorize/img_eco1_10.png) no-repeat 50% 50%/cover;
  padding: 60px;
  position: relative;
}
.cvBox.bg.unlabel::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 20px solid white;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.cvBox .box .txtCol {
  -webkit-flex-basis: calc(50% - 20px);
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
}
.cvBox .box .txtCol p {
  font-size: min(4.5vw, 24px);
  color: white;
  font-weight: bold;
  line-height: 1.8em;
}
.cvBox .box .txtCol p.cap {
  font-size: min(4vw, 16px);
  font-weight: 400;
}
.cvBox .box .btnCol {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.cvBox .box .btnCol .btnBox {
  text-align: center;
}
.cvBox .box .btnCol .btnBox a {
  display: block;
  border: 1px solid white;
  color: white;
  max-width: 530px;
  width: 100%;
  padding: 30px;
  font-size: min(5vw, 21px);
  text-align: center;
  line-height: 1em;
  background: url(../img/common/arrow_wh.svg) no-repeat top 50% right 20px/20px;
}
@media only screen and (max-width: 767px) {
  .cvBox.bg {
    padding: 30px;
  }
  .cvBox.bg::before {
    width: 30px;
    height: 30px;
    border-width: 15px;
  }
  .cvBox.bg .box .btnCol {
    margin-top: 15px;
  }
}

.link_map {
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  padding-left: 20px;
  color: #0f698a;
  background: url(../img/common/icon_pin.svg) no-repeat 0 50%/10px;
}

.tabWrap ul li.active:hover {
  pointer-events: none;
}
.tabWrap ul li a {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 30px 10px;
  color: white;
  background: #0f6987;
  position: relative;
  z-index: 1;
}
.tabWrap ul li a::after {
  content: "";
  z-index: 2;
  pointer-events: none;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 4px;
  background: url(../img/common/arrow_down_gr.svg) no-repeat 50% 50%/contain;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tabWrap ul li a:hover::after {
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tabWrap ul.col2 li {
    -webkit-flex-basis: calc((100% - 20px) / 2);
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
  }
  .tabWrap ul.col3 li {
    -webkit-flex-basis: calc((100% - 40px) / 3);
        -ms-flex-preferred-size: calc((100% - 40px) / 3);
            flex-basis: calc((100% - 40px) / 3);
  }
  .tabWrap ul.col4 li {
    -webkit-flex-basis: calc((100% - 60px) / 4);
        -ms-flex-preferred-size: calc((100% - 60px) / 4);
            flex-basis: calc((100% - 60px) / 4);
  }
  .tabWrap ul.col5 li {
    -webkit-flex-basis: calc((100% - 80px) / 5);
        -ms-flex-preferred-size: calc((100% - 80px) / 5);
            flex-basis: calc((100% - 80px) / 5);
  }
  .tabWrap ul.col6 li {
    -webkit-flex-basis: calc((100% - 100px) / 6);
        -ms-flex-preferred-size: calc((100% - 100px) / 6);
            flex-basis: calc((100% - 100px) / 6);
  }
}
@media only screen and (max-width: 767px) {
  .tabWrap ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tabWrap ul li {
    -webkit-flex-basis: calc((100% - 10px) / 2);
        -ms-flex-preferred-size: calc((100% - 10px) / 2);
            flex-basis: calc((100% - 10px) / 2);
  }
  .tabWrap ul li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .tabWrap ul li a {
    padding: 10px 10px 20px;
  }
  .tabWrap ul li a.tabWrap ul li a::after {
    bottom: 10px;
  }
}

.tb-01 dl {
  -webkit-flex-basis: calc((100% - 60px) / 2);
      -ms-flex-preferred-size: calc((100% - 60px) / 2);
          flex-basis: calc((100% - 60px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.tb-01 dl dt {
  -webkit-flex-basis: 10em;
      -ms-flex-preferred-size: 10em;
          flex-basis: 10em;
  font-weight: 700;
}
.tb-01 dl dd {
  -webkit-flex-basis: calc(100% - 10em);
      -ms-flex-preferred-size: calc(100% - 10em);
          flex-basis: calc(100% - 10em);
}
.tb-01 dl:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .tb-01 dl dl {
    padding: 10px 0;
  }
  .tb-01 dl dl dt {
    -webkit-flex-basis: 6em;
        -ms-flex-preferred-size: 6em;
            flex-basis: 6em;
  }
  .tb-01 dl dl dd {
    -webkit-flex-basis: calc(100% - 6em);
        -ms-flex-preferred-size: calc(100% - 6em);
            flex-basis: calc(100% - 6em);
  }
}
.tb-02 table,
.tb-02 td {
  border: 1px solid #e0e0e0;
}
.tb-02 th,
.tb-02 td {
  font-size: 14px;
  padding: 1em;
  text-align: center;
}
.tb-02 thead {
  background-color: #333;
}
.tb-02 thead th {
  color: white;
}
.tb-02 thead th:nth-of-type(n + 2) {
  border-left: 1px solid #e0e0e0;
}
.tb-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tb-03 dl {
  -webkit-flex-basis: calc((100% - 20px) / 3);
      -ms-flex-preferred-size: calc((100% - 20px) / 3);
          flex-basis: calc((100% - 20px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.tb-03 dl dt {
  -webkit-flex-basis: 3em;
      -ms-flex-preferred-size: 3em;
          flex-basis: 3em;
  color: #0f698a;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.tb-03 dl dd {
  -webkit-flex-basis: calc(100% - 3em);
      -ms-flex-preferred-size: calc(100% - 3em);
          flex-basis: calc(100% - 3em);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .tb-03 {
    display: block;
  }
  .tb-03 dl:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tbScl {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .tbScl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/common/icon_swipe.svg) no-repeat 50% 50%/150px;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .tbScl.off::after {
    opacity: 0;
  }
  .tbScl table {
    width: 700px;
  }
}

.btnBu {
  text-align: center;
}
.btnBu a,
.btnBu input {
  display: inline-block;
  border: 1px solid #0f698a;
  color: white;
  max-width: 530px;
  width: 100%;
  padding: 30px;
  font-size: min(4vw, 16px);
  text-align: center;
  line-height: 1em;
  background: url(../img/common/arrow_wh.svg) #0f698a no-repeat top 50% right 20px/20px;
  cursor: pointer;
}
.btnBu a:hover,
.btnBu input:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    top: auto;
    bottom: -60px;
  }
}/*# sourceMappingURL=lower.css.map */