@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/*** ABOUT Luminox **/
#luminox {
  padding: 117px 0 5rem;
}
@media only screen and (max-width: 1130px) {
  #luminox {
    padding: 0px 0 50px 0 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  #luminox {
    padding: 0px 0 50px 0;
  }
}
@media only screen and (max-width: 600px) {
  #luminox {
    padding: 0 0 50px 0;
  }
}

.logo_ttl {
  position: relative;
  padding: 3rem 0;
}
.logo_ttl h2 {
  position: relative;
  margin: 0 auto;
  width: 300px;
}
@media only screen and (max-width: 600px) {
  .logo_ttl h2 {
    width: 240px;
  }
}
.logo_ttl .bt_online {
  margin: 2.4rem 0 0;
}

#aboutluminox #mv {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 300px;
  background: url("https://jw-shimomura.co.jp/ec_shop/aboutluminox/mv.jpg") center center no-repeat;
  background-size: cover;
  text-align: left;
}

#aboutluminox #mv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
}

#aboutluminox #mv::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), black);
}

#aboutluminox #mv .mv_inner {
  display: table-cell;
  position: relative;
  z-index: 2;
  padding: 50px;
  vertical-align: middle;
}

#aboutluminox #mv h1 {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 36px;
  color: #fff;
}

#aboutluminox #mv h1::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #dc002e;
}

@media (max-width: 767px) {
  #aboutluminox #mv {
    height: 150px;
  }

  #aboutluminox #mv::after {
    width: 5%;
  }

  #aboutluminox #mv .mv_inner {
    padding: 20px;
  }

  #aboutluminox #mv h1 {
    padding-bottom: 12px;
    font-size: 24px;
  }
}
#aboutluminox #contents2 {
  padding: 0 0 1px;
  background: #000;
}

@media (max-width: 767px) {
  #aboutluminox #contents2 {
    padding: 0 0 0;
  }
}
#aboutluminox #contents2 {
  position: relative;
  border-top: 2px solid #dc002e;
}

#aboutluminox .lnav {
  position: relative;
  z-index: 2;
  margin-top: -250px;
}

#aboutluminox #contents:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc002e;
}

#aboutluminox .story_sec {
  width: 100%;
  position: relative;
  max-width: 1600px;
  height: 800px;
  margin: auto;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  color: #fff;
  text-align: left;
}

#aboutluminox .story_sec#technology {
  height: 1000px;
}

#aboutluminox .story_sec:nth-of-type(n+2) {
  margin-top: -200px;
}

#aboutluminox .story_sec figure {
  position: absolute;
  background: #000 url("https://jw-shimomura.co.jp/ec_shop/aboutluminox/essential.jpg") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  -webkit-transform: skew(0deg, -5deg) scale(1.1);
          transform: skew(0deg, -5deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: -100px;
  margin-left: 0;
}

#aboutluminox .story_sec#technology figure {
  background-image: url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/technology.jpg);
}

#aboutluminox .story_sec#trusted figure {
  background: url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/trusted.jpg) center bottom no-repeat;
}

#aboutluminox .story_sec#carbon figure {
  background-image: url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/carbon.jpg);
}

#aboutluminox .story_sec#waterresist figure {
  background: #000 url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/waterresist.jpg) calc(50% - 200px) center no-repeat;
  background-size: 500px;
}

#aboutluminox .story_sec#beargrylls figure {
  background: #000 url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/beargrylls.jpg) right center no-repeat;
  background-size: 50%;
}

#aboutluminox .story_sec .inner {
  width: 100%;
  /*display: table;*/
  height: 100%;
  padding: 0 50px;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#aboutluminox .story_sec:nth-of-type(even) {
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
}

#aboutluminox .story_sec:nth-of-type(even) .inner,
#aboutluminox .story_sec:nth-of-type(even) figure {
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
}

#aboutluminox .story_sec .inner .text {
  /*display: table-cell;*/
  width: 100%;
  padding-left: 50%;
  vertical-align: middle;
}

#aboutluminox #carbon.story_sec .inner .text,
#aboutluminox #beargrylls.story_sec .inner .text {
  width: 50%;
  padding-left: 0;
}

#aboutluminox .story_sec .redbar {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.5;
  text-shadow: 0px 0px 11px #000000;
}

#aboutluminox .story_sec .redbar::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #dc002e;
  content: "";
}

#aboutluminox .story_sec p {
  text-shadow: 0px 0px 5px #000000;
}

#aboutluminox .story_sec p + p {
  margin-top: 1em;
}

#aboutluminox .whiterect {
  width: 230px;
  max-width: 100%;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 10px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#aboutluminox .whiterect:hover {
  border: 1px solid #dc002e;
  background-color: #dc002e;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media (max-width: 1365px) {
  #aboutluminox .story_sec .redbar {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  #aboutluminox .story_sec .redbar::after {
    bottom: -10px;
  }

  #aboutluminox #contents2 p {
    line-height: 1.7;
  }
}
@media (max-width: 1023px) {
  #aboutluminox .story_sec .inner {
    padding: 0 20px;
    padding: 0 5vw;
  }

  #aboutluminox .story_sec .inner .text {
    width: 100%;
    padding-left: 0%;
  }

  #aboutluminox #carbon.story_sec .inner .text,
#aboutluminox #beargrylls.story_sec .inner .text {
    width: 100%;
  }

  #aboutluminox .story_sec#essential figure {
    background-position: 20% center;
  }

  #aboutluminox .story_sec#technology figure {
    background-position: 60% center;
  }

  #aboutluminox .story_sec#trusted figure {
    background-position: 35% bottom;
  }

  #aboutluminox .story_sec#carbon figure {
    background-position: center center;
  }

  #aboutluminox .story_sec#waterresist figure {
    background-position: center center;
  }

  #aboutluminox .story_sec#beargrylls figure {
    background-position: center center;
  }

  #aboutluminox .story_sec .redbar {
    font-size: 21px;
    font-weight: bold;
  }
}
@media (max-width: 959px) {
  #aboutluminox .lnav {
    margin-top: 0;
  }

  #aboutluminox #contents:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc002e;
  }

  #aboutluminox .story_sec {
    width: auto;
    position: relative;
    max-width: 1600px;
    height: auto;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    overflow: hidden;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    padding-bottom: 40px;
  }

  #aboutluminox .story_sec#technology {
    height: auto;
  }

  #aboutluminox .story_sec:nth-of-type(n+2) {
    margin-top: 1px;
  }

  #aboutluminox .story_sec figure {
    position: relative;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    height: 50vw;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-top: 0px;
  }

  #aboutluminox .story_sec#technology figure {
    background-size: cover;
  }

  #aboutluminox .story_sec#trusted figure {
    background-size: cover;
  }

  #aboutluminox .story_sec#carbon figure {
    background-size: cover;
  }

  #aboutluminox .story_sec#waterresist figure {
    background: #000 url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/waterresist.jpg) center calc(50% + 50px) no-repeat;
    background-size: cover;
  }

  #aboutluminox .story_sec#beargrylls figure {
    background: #000 url(https://jw-shimomura.co.jp/ec_shop/aboutluminox/beargrylls.jpg) center center no-repeat;
    background-size: cover;
  }

  #aboutluminox .story_sec .inner {
    width: 100%;
    display: block;
    height: 100%;
    padding: 0 5vw;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }

  #aboutluminox .story_sec:nth-of-type(even) {
    -webkit-transform: none;
            transform: none;
  }

  #aboutluminox .story_sec:nth-of-type(even) .inner,
#aboutluminox .story_sec:nth-of-type(even) figure {
    -webkit-transform: none;
            transform: none;
  }

  #aboutluminox .story_sec .inner .text {
    display: block;
    width: 100%;
    padding-left: 0;
    vertical-align: middle;
  }
}
#aboutluminox .youtube-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#aboutluminox .youtube-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=maps/luminox.css.map */