@charset 'utf-8';

/* ! FOR TEST ONLY */
/* @font-face {
  font-family: "UniSansHeavyCAPS";
  src: url("../fonts/UniSansHeavyCAPS-webfont.eot");
  src: url("../fonts/UniSansHeavyCAPS-webfont.eot?#iefix") format("embedded-opentype"),
  url("../fonts/UniSansHeavyCAPS-webfont.woff") format("woff"), url("../fonts/UniSansHeavyCAPS-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Glyphicons-Halflings-Regular";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
/* ! ------------- */

div, p, a {
  font-family: "UniSansRegular", "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;
}

#rollStopRespNav .logo {
  float: left;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  transition: .5s ease;
}

#rollStopRespNav:not(.navbar-fixed-top) .logo {
  /* margin-left: -100px; */
  max-width: 0%;
  padding-left: 0;
  opacity: 0;
}

#rollStopRespNav .logo img {
  display: block;
  width: 100%;
  height: 50px;
  object-fit: cover;
}

#rollStopRespNav a.product-logo {
  display: inline-block;
  height: 45px;
}

#rollStopRespNav a.product-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  padding: 10px 0;
}

.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.jpg');
  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/main-pc.jpg'); */
  background-size: cover;
  background-position: right;
}

@media only screen and (max-width: 768px) {
  .jumbotron._cinematic {
    /* background-image: url('../img/main-tab.jpg'); */
  }
}

.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;
  width: 100%;
  max-width: 1090px;
  left: 50%;
  transform: translateX(-50%);
}

.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;
}

/* == BOOSTRAP OVERRIDE == */

.navbar-nav {
  margin: 7.25px -15px;
  line-height: 50px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #333;
}
.navbar-inverse .navbar-collapse {
  padding: 0 30px;
}

.navbar-toggle {
  height: 50px;
  padding: 7.5px;
  margin: 0;
  font-family: Meiryo, メイリオ;
  border: 0;
  line-height: 36px;
  float: left;
  padding: 7.5px 10px;
  margin-top: 8p;
  color: #616161;
  font-size: 16px;
  font-weight: bold;
  font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a {
  color: #616161;
  transition: all 0.5s;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ff0718;
  background: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #F1F0F0;
}

.navbar-nav > li.internal-link > a::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .navbar-toggle  {
    height: auto;
    background: #f00;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    float: right;
    transform: translateY(-1px);
  }
}

.navbar-nav {
  margin: 7.25px -15px;
  line-height: 50px;
}

.navbar-nav li {
  font-size: 13.02px;
}

@media only screen and (min-width:768px){
  .navbar,
  .navbar__inner {
    height: 50px;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
  .navbar {
    border-bottom: 1px solid #F1F0F0;
    border-width: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-right {
    margin: 7.25px 15px;
  }
}

/* Line 4098 */
/* @media (min-width: 768px) { 
  .navbar-toggle {
    display: block;
  }
} */

/* Line 4410 */
navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent; 
}

/* Line 4373 */
.navbar-inverse {
  background-color: #fff;
  border-color: transparent;
  border-bottom: 1px solid #F1F0F0 !important
}

.glyphicon {
  font-family: 'Glyphicons-Halflings-Regular';
}

.navbar-nav > li > a::after {
  position: absolute;
  right: 0;
  top: 49%;
  display: inline-block;
  /* content:"\e116"; */
  font-family: 'Glyphicons-Halflings-Regular';
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navPageTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 30px auto 15px;
  float: left;
  letter-spacing: 0px;
  height: 50px;
  line-height: 52px;
}

/* ------ */

.navbar__inner {
  max-width: 1110px;
  margin: 0 auto;
}

.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 2px #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;
}
.container .product-list .product-name,
.container .product-details .product-name {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.container .product-list .product-name {
  font-size: 15px !important;
  white-space: nowrap;
}

.container .product-details .product-name  {
  font-size: 24px !important;
}

.container .product-details .product-code {
  text-align: center;
  font-size: 13px !important;
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: 400 !important;
}

.container .product-list .price,
.container .product-details .price  {
  text-align: center;
  color: #333;
}

.container .product-list .price {
  font-size: 14px !important;
}

.container .product-details .price {
  font-size: 18px !important;
}

.container .product-list .price::before,
.container .product-details .price::before {
  content: '¥';
}

.container .product-list .price::after,
.container .product-details .price::after {
  content: '(本体価格)＋税';
  font-size: 0.8em;
  margin-left: 10px;
  color: #616161;
  white-space: nowrap;
  font-weight: 400;
}

.product-list .button,
.product-details .button {
  display: block;
  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,
.product-details .button i {
  position: absolute;
  font-style: normal;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%, 0);
          transform: translate3d(0,-50%, 0);
}

.product-list .button:hover,
.product-details .button:hover {
  background-color: hsl(356, 100%, 45%);
}

.product-details .spec {
  margin-top: 15px;
}
.product-details .button {
  margin-top: 15px;
}

.product-details p {
  margin-bottom: 15px;
}

.container .product-details ._fl {
  display: block;
  cursor: zoom-in;
}

.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;
}

.navbar-header__link {
  float: left;
  height: 50px;
  padding: 7.5px 0;
}

.navbar-header__link a {
  display: block;
  height: 100%;
  line-height: 38px;
  color: #616161;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}

.navbar-header__link a:hover {
  color: #FF0718;
}

/* == PRODUCT DETAILS == */
.product-details .details {
  margin-bottom: 0px;
}
.product-details .details h3 {
  margin-bottom: 20px !important;
  color: #616161;
  position: relative;
  padding-left: 40px;
  font-size: 24px !important;
  font-family: Meiryo, メイリオ, sans-serif;
}

.product-details .details h3::before {
  position: absolute;
  left: 0px;
  display: inline-block;
  color: #FFF;
}

.product-details img.not-found {
  width: 100%;
  height: 100%;
  padding: calc(50% / 2) 0;
  background: #eee;
  text-align: center;
  font-size: 14px;
  cursor: initial;
}

.twitter-share-button-container {
  position: absolute;
  right: 30px;
  top: 15px;
}

@media screen and (max-width: 960px) {
  .container .product-list .price::after  {
    display: block;
    margin-left: 0;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) { .product-list .col { width: 33.333% } }
@media screen and (max-width: 480px) { .product-list .col { width: 50% } }

@media screen and (min-width: 1120px) {
  .wpc--nowrap {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .navbar-nav {
    padding: 0px 0;
    height: 100%;
  }

  .navbar-nav > li {
    margin-right: 20px;
    height: 100%;
  }

  .navbar-nav > li > a {
    padding: 0px 30px 0 10px;
    display: inline-block;
    height: 100%;
    border: 0px solid white;
    color: #616161;
  }

  .navbar-collapse.in {
    overflow-y: hidden;
  }

  /* .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px !important;
  } */
  
  .navbar-inverse .navbar-toggle .icon-bar {
    display: none;
  }

  .navbar-nav > li.twitter-button {
    display: none;
  }

  .navbar-toggle {
    float: left;
  }

  .navbar-collapse {
    border: 0;
    height: 149px !important;
    max-height: 0;
    transition: max-height .4s ease, height .4s ease;
  }

  .navbar-collapse[aria-expanded="true"] {
    max-height: 150px;
  } 

  /* .navbar-inverse .navbar-nav > li > a {
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
    height: 100%;
    border: 2px solid white;
  } */

  /* from Hosokawa.css */
  
  #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: 768px) {
  .jumbotron {
    /*background-size: 110% auto;*/
    height: 75vh;
    background-position: left 1000px;
  }

  .jumbotron._light::before {
    opacity: 1;
    background-image: -webkit-gradient(linear, right bottom, right 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: 15px;
  }

  #topttl div {
    bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
  }
  
  .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);
  }

  .navbar-nav > li.twitter-button {
    padding: 15px 30px;
  }

  .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;
  }

  .product-details .details {
    padding: 30px 0 0px;
  }

  .navbar-header .twitter-share-button-container {
    display: none;
  }
}

@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 (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;
  }
  .product-details .details  {
    padding: 0;
  }
  .product-details .details h3 {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 768px){
  .navbar li.twitter-share-button iframe {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px){
  .scrollmagic-pin-spacer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
  }
  #pin {
    position: relative !important;
  }
}