@charset 'utf-8';

div, p, a {
  font-family: "UniSansRegular", "Source Sans", "Helvetica Neue", Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "UniSansHeavy", "UniSansHeavyCAPS", "Helvetica Neue", Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}

p {
  line-height: 1.8;
  font-weight: 400;
  font-size: 15px;
}

section::before,
section::after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

section {
  margin-bottom: 60px;
  clear: both;
}

figure > img + figcaption {
  margin-top: 15px;
  line-height: 1.618;
}

.mb {
  display: block;
}

.container a {
  text-decoration: none;
}

#gl-head nav#category-nav ul.level0>li {
  padding: 10px 1.5% 0 !important;
}

#rollStopRespNav:not(.navbar-fixed-top) {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.no-gutters > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  border: 0;
  /* height: 50px; */
}

.jumbotron {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-image: url('../img/jumbotron.png');
  background-color: #000;
  background-size: 50vw;
  background-position: center right;
}

.jumbotron::before {
  opacity: 0.5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.jumbotron._light::before {
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0,0%,100%,1)),color-stop(33%, hsla(0,0%,100%,0.5)), color-stop(50%, hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
  background-image: -webkit-linear-gradient(bottom, hsla(0,0%,100%,1),hsla(0,0%,100%,0.5) 33%, hsla(0,0%,100%,0) 50%, hsla(0,0%,100%,0));
  background-image: -o-linear-gradient(bottom, hsla(0,0%,100%,1),hsla(0,0%,100%,0.5) 33%, hsla(0,0%,100%,0) 50%, hsla(0,0%,100%,0));
  background-image: linear-gradient(0deg, hsla(0,0%,100%,1),hsla(0,0%,100%,0.5) 33%, hsla(0,0%,100%,0) 50%, hsla(0,0%,100%,0));
}

.jumbotron._dark::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0,0%,0%,1)),color-stop(33%, hsla(0,0%,0%,0.5)), color-stop(50%, hsla(0,0%,0%,0)), to(hsla(0,0%,0%,0)));
  background-image: -webkit-linear-gradient(bottom, hsla(0,0%,0%,1),hsla(0,0%,0%,0.5) 33%, hsla(0,0%,0%,0) 50%, hsla(0,0%,0%,0));
  background-image: -o-linear-gradient(bottom, hsla(0,0%,0%,1),hsla(0,0%,0%,0.5) 33%, hsla(0,0%,0%,0) 50%, hsla(0,0%,0%,0));
  background-image: linear-gradient(0deg, hsla(0,0%,0%,1),hsla(0,0%,0%,0.5) 33%, hsla(0,0%,0%,0) 50%, hsla(0,0%,0%,0));
}

.jumbotron._cinematic {
  background-repeat: no-repeat;
  background-image: url('../img/bg_pc.jpg');
  background-size: cover;
  background-position: center;
}

.jumbotron h1 {
  margin-top: 15px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}

.jumbotron h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

.jumbotron__inner {
  color: #fff;
  position: absolute;
  bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.8;
}

.jumbotron._light {
  background-color: #fff;
}

.jumbotron._light .jumbotron__inner {
  color: #1e1e1e;
}

.jumbotron__img {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.navbar__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.glyphicon {
  font-family: 'Glyphicons-Halflings-Regular';
}

.navbar-nav > li > a::after {
  display: inline-block;
  content:"\e116";
  font-family: 'Glyphicons-Halflings-Regular';
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.navPageTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 30px auto 15px;
  float: left;
  letter-spacing: 0px;
  line-height: 50px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container[role="main"] {
  padding-top: 90px;
  max-width: 1140px;
}

.container>* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-summary {
  padding-top: 60px;
  text-align: left; }

  .product-summary h1 {
    margin-bottom: 30px !important;
    line-height: 1;
    color: #212121;
    font-size: 45px !important;
    font-weight: bold;
    font-family: "UniSansHeavyCAPS", "Helvetica Neue", Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
  }

  .product-summary h2 {
    display: inline;
    border-bottom: 3px solid;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 2px;
    color: #ff0718;
    line-height: 1.5; }

    .product-summary h2::after {
      content: '';
      display: block;
      float: none;
      clear: both;
    }

  .product-summary h3 {
    margin: 30px 0 !important;
    font-size: 15px !important;
    text-indent: 2px;
  }

  .product-summary p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
  }

.product-list > .row {
  margin-right: -15px;
  margin-left: -15px;
}

  .product-list a {
    display: block;
    /* padding: 10px; */
    color: #FF0718;
    text-decoration: none;
    text-align: center;
    border: solid 1px #FF0718;
    background-color: #fff;
  }

    .product-list > .row > [class^="col-"] {
      margin-bottom: 15px;
    }

    .product-list .image {
      padding: 10px;
    }

    .product-list .spec {
      position: relative;
      /* background: #ddd; */
      padding: 15px;
      margin-bottom: 0;
      color: #333;
      min-height: 60px;
      font-weight: bold;
    }

    .product-list .name {
      font-size: 15px;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .product-list .price {
      font-size: 15px; }

      .product-list .price::before {
        content: '¥'; }

      .product-list .price::after {
        content: '(本体価格)＋税';
        font-size: 0.8em;
        margin-left: 10px;
        color: #666;}

  .product-list .button {
    position: relative;
    background-color: #FF0718;
    color: #fff;
    height: 50px;
    font-size: 15px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 50px !important; }

  .product-list .button i {
    position: absolute;
    font-style: normal;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%, 0);
            transform: translate3d(0,-50%, 0);
  }

  .product-list a:hover {
    border-color: hsl(356, 100%, 45%); }

    .product-list a:hover .button {
      background-color: hsl(356, 100%, 45%);
    }

.product {
  /* padding: 15px 60px; */
  /* background-color: hsla(0, 7%, 97%, 1); */
}

.product > section::before,
.product > section::after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

.product-details hr {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 40px;
}

.product-details > section p + p {
  margin-top: 1rem;
}

.product-details > section > [class^="col-"]:first-of-type {
  height: 100%;
}

/* .product-details .section-title {
  font-size: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0 10px 25px;
  padding: 20px 0 15px;
  letter-spacing: 0.1em;
} */
.product-details .section-titles {
  width: 100%;
  padding: 25px 10px 60px; }

  .product-details .section-titles::after {
    content: '';
    display: block;
    width: 60px;
    height: 10px;
    margin: 20px auto 0;
    background-color: #ff0718;
  }

  .product-details .section-titles h2 {
    margin-bottom: 20px !important;
    color: #ff0718;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .product-details .section-titles h3 {
    color: #616161;
    font-size: 24px !important;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }

.product-details h3 {
  color: hsl(356, 100%, 51%);
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 10px !important;
  font-weight: bold;
  position: relative;
  /* padding-left: 30px; */
}
.video-wrapper {
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: auto;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[id^="no-"] h3::before {
  background-color: hsl(356, 100%, 51%);
  display: inline-block;
  /*border-radius: 100%;*/
  margin-right: 10px;
  width: 26px;
  height: 26px;
  line-height: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 0;
  vertical-align: middle;
  left:  0;
}

[id^="no-1"] h3::before {content: '1'}
[id^="no-2"] h3::before {content: '2'}
[id^="no-3"] h3::before {content: '3'}
[id^="no-4"] h3::before {content: '4'}
[id^="no-5"] h3::before {content: '5'}
[id^="no-6"] h3::before {content: '6'}
[id^="no-7"] h3::before {content: '7'}
[id^="no-8"] h3::before {content: '8'}
[id^="no-9"] h3::before {content: '9'}
[id^="no-10"] h3::before {content: '10'}
[id^="no-11"] h3::before {content: '11'}
[id^="no-12"] h3::before {content: '12'}
[id^="no-13"] h3::before {content: '13'}
[id^="no-14"] h3::before {content: '14'}
[id^="no-15"] h3::before {content: '15'}

.link-bar {
  text-align: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 15px; }

  .link-bar a {
    display: inline-block;
    width: auto;
    height: 60px;
    padding: 0px 60px 0px 30px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: hsl(356, 100%, 51%);
    letter-spacing: 3px;
    /*border-radius: 4px;*/
    white-space: nowrap;
    position: relative;
    }
    
    .link-bar a:hover {
      background-color: hsl(356, 100%, 48%);
    }

    .link-bar a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-size: contain, 100%;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg stroke-width='2' stroke='%23fff' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15'/%3E%3Cpolyline points='11.6,7 20.6,16 11.6,25 '/%3E%3C/svg%3E");
    }

    .link-bar a::after {
      width: 24px;
      height: 24px;
      margin-left: 5px;
    }

    .product-list .button::after {
      width: 20px;
      height: 20px;
      
    }


@media screen and (min-width: 1120px) {
  .wpc--nowrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .mb {
    display: none;
  }
  .product-details .col-12 > [class^="col-"]:first-child {
    margin-bottom: 15px;
  }
  .link-bar {
    height: auto;
  }
  .link-bar a {
    font-size: 16px;
    width: 100%;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 769px) {
  .navbar-nav {
    padding: 7px 0;
    height: 100%;
  }

  .navbar-nav > li {
    margin-right: 20px;
    height: 100%;
  }

  .navbar-inverse .navbar-nav > li > a {
    /*border-radius: 4px;*/
    padding: 5px 10px;
    display: inline-block;
    height: 100%;
    border: 1px solid white;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron {
    background-size: 110% auto;
    height: 75vh;
    background-position: center;
  }
  
.jumbotron._cinematic {
  background-image: url('../img/bg_sp.jpg');
}
 

  .jumbotron._light::before {
    opacity: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0,0%,100%,1)),color-stop(50%, hsla(0,0%,100%,0.5)), color-stop(75%, hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(bottom, hsla(0,0%,100%,1),hsla(0,0%,100%,0.5) 50%, hsla(0,0%,100%,0) 75%, hsla(0,0%,100%,0));
    background-image: -o-linear-gradient(bottom, hsla(0,0%,100%,1),hsla(0,0%,100%,0.5) 50%, hsla(0,0%,100%,0) 75%, hsla(0,0%,100%,0));
    background-image: linear-gradient(0deg, hsla(0,0%,100%,1),hsla(0,0%,100%,0.5) 50%, hsla(0,0%,100%,0) 75%, hsla(0,0%,100%,0));
  }

  .jumbotron h1 {
    font-size: 32px;
  }

  .navPageTitle {
    margin-left: 30px;
  }

  #topttl div {
    bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 30px;
  }

  .navbar-nav > li > a::after {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
  }

  .product {
    padding: 15px;
  }

  .product-summary h2 br {
    display: none;
  }
  
  #product-list .pBox a {
    bottom: 12px;
    left: 11px;
    right: 3px;
  }
  
  #product-list .specBox {
    margin-left: -3px !important;
    margin-bottom: 4%;
  }
  
  .product-details > section > [class^="col-"]:first-child {
    margin-bottom: 15px;
  }
}


/* from Hosokawa.css */
@media screen and (min-width: 769px) {
  #gl-head .header-info-bar {
    width: 100% !important;
    height: 32px;
  }
  #gl-head .header-info-bar a {
    color: #999999;
  }
  #gl-head .header-bottom {
    font-size: 0;
  }
  #gl-head nav#category-nav {
   vertical-align: text-bottom;
   font-size: 12px;
  }
  #gl-head nav#category-nav ul.level0 > li:nth-child(4) .level1 {
    font-size: 0;
  }
  #gl-head #header-search-box {
    vertical-align: text-bottom;
  }
  #gl-head h1.logo a {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .product-details .section-titles {
    text-align: left;
  }
  .product-details .section-titles h2 {
    text-align: left;
  }
  .product-details .section-titles h3 {
    text-align: left;
  }
  .product-details .section-titles::after {
    margin: 20px 0 0;
  }
}