@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;
} */

/* base.css */
body, html {
  height: auto;
}

/* ! ------------- */
html, body {
  overflow-x: hidden;
}

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;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.container .h3 {
  display: block;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.container .h4 {
  font-size: 1.875rem !important;
  margin-bottom: 1em !important;
  font-family: "UniSansRegular", "Helvetica Neue", Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}

.h5 {
  font-size: 1.25rem !important;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.8;
  font-weight: 400;
  font-size: 15px;
}

.red {
  color: #FF0718;
}

img {
  max-width: 100%;
}

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;
}

.row.no-gutters {
  margin-left: auto;
  margin-right: auto;
}
.row.no-gutters > [class*="col"]{
  padding-left: 0;
  padding-right: 0;
}


/* flexbox */
.row.flex {
  display: flex;
  flex-wrap: wrap;
}

.row.flex > [class*="col"] {
  float: none;
}

.justify-between {
  justify-content: space-between;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-stretch > [class*="col"]  {
  height: 100%;
}

.align-self-end {
  align-self: flex-end;
}

.col__inner {
  height: 100%;
  position: relative;
}

/* / flexbox */

#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.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/main-pc.jpg');
  background-size: cover;
  background-position: center;
}

@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;
}

.navbar__inner {
  max-width: 1110px;
  margin: 0 auto;
}

.glyphicon {
  font-family: 'Glyphicons-Halflings-Regular';
}

.navbar-nav > li > a::after {
  position: absolute;
  right: 7.5px;
  top: 50%;
  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;
}

.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-top: 15px;
  margin-bottom: 0;
  color: #333;
  min-height: 60px;
  font-weight: bold;
  width: 100%;
}

.container .product-name {
  /* margin-bottom: 15px; */
  font-size: 14px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2 !important;
  /* white-space: nowrap; */
  color: #333;
}

.container .product-code {
  text-align: center;
  font-size: 13px !important;
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: 400 !important;
  padding: 0;
}

.container .price {
  font-size: 14px !important;
  text-align: center;
  color: #333;
}

.container .price::before  {
  content: '¥';
}

.container .price::after  {
  content: '(本体価格)＋税';
  font-size: 0.8em;
  margin-left: 10px;
  color: #616161;
  white-space: nowrap;
  font-weight: 400;
}

@media (max-width: 480px) {
  .container .price::after {
    display: block;
    margin-left: 0;
    line-height: 1
  }
  .product__info {
    padding-top: 20px;
  }
}

.product-list .button,
.product-details .button {
  display: block;
  position: relative;
  background-color: #FF0718;
  color: #fff;
  height: 50px;
  font-size: 15px !important;
  font-weight: 400 !important;
  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;
  width: 100%;
}

.container .product-details .gallery a {
  display: block;
  cursor: zoom-in;
}

.container .product-details .gallery a {
  padding: 2px;
}

.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: 24px !important;
  line-height: 1.3;
  margin-bottom: 20px !important;
  font-weight: bold;
  position: relative;
  /* padding-left: 30px; */
}

@media only screen and (max-width: 480px){
  #no-2 .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

.product-details #no-2 .image-wrapper label {
  position: absolute;
  left: 50%;
}

.product-details #no-2 .image-wrapper label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: hsl(356, 100%, 51%);
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 1.5max
}

.product-details #no-2 .image-wrapper label[for="r-layer-1"] { top: 75%;}
.product-details #no-2 .image-wrapper label[for="r-layer-2"] { top: 50%;}
.product-details #no-2 .image-wrapper label[for="r-layer-3"] { top: 25%;}
.product-details #no-2 .image-wrapper label[for="r-layer-4"] { top: 0%;}

.product-details #no-2 .layer h4 {
  color: #212121;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  text-align: left;
  white-space: nowrap;
}

.product-details #no-2 .layer h4::before {
  background-color: hsl(356, 100%, 51%);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 0;
  vertical-align: middle;
  left: 0;
}

.product-details #no-2 #layer-1 h4::before {
  content: '1';
}
.product-details #no-2 #layer-2 h4::before {
  content: '2';
}
.product-details #no-2 #layer-3 h4::before {
  content: '3';
}
.product-details #no-2 #layer-4 h4::before {
  content: '4';
}

.product-details #no-2 .layer h5 {
  min-height: 60px;
  font-weight: 400 !important;
  font-size: 15px !important;
  text-align: left;
  line-height: 1.2;
  margin-top: 10px !important;
}

.product-details #no-2 .layer #layer-2 h4 {
  color: hsl(356, 100%, 51%);
  font-weight: bold !important;
}


.product-details #no-2 .layer .col {
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.product-details #no-2 .layer .col#layer-2 {
  background: lemonchiffon;
}



.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;
}


.navbar-toggle {
  height: 50px;
  padding: 7.5px;
  margin: 0;
  font-family: Meiryo, メイリオ;
  border: 0;
  line-height: 36px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #616161;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
  background: #F00;
  color: #FFF;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #F1F0F0;
}

.navbar-nav > li.internal-link > a::after {
  display: none;
}

.twitter-share-button-container {
  float: right;
  padding-top: 15px;
}

@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);
  }
}

@media screen and (min-width: 1120px) {
  .wpc--nowrap {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .navbar-nav {
    margin: 7.5px auto;
    padding: 7px 0;
    height: 100%;
    /* max-width: 768px; */
    text-align: left;
  }

  .navbar-nav > li {
    /* margin-top: 7.5px; */
    /* margin-bottom: 7.5px; */
    width: 24%;
    padding: 7.5px;
    margin: 0;
    display: inline-block;
  }

  .navbar-nav > li > a {
    text-align: left;
    padding-right: 30px;
    border: 2px solid #fff;
  }

  .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: 100px;
  } 

  /* .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: center;
  }

  .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: 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-summary > .col-12 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    float: 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: 80px 0 60px;
  } */

  .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: 60px 0 0px;
  }
  .product-details .details h3 {
    font-size: 20px !important;
  }
}

/* Base Layers */

.product-list > .row .row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0 0 0 2px #FF0718;
  border-bottom: 0;
}

@media screen and (min-width: 768px){
  .product-list > .row .row > .main {
    border-right: 1px dashed #FF0718;
  }
}

@media screen and (max-width: 767px) {
  .product-list > .row .row {
    flex-wrap: wrap;
    border: 0;
    box-shadow: none;
  }
  .product-list > .row .row [class*="col-"] {
    margin-bottom: 30px;
  }

  .product-list > .row .row a {
    border: solid 2px #FF0718;
  }
}

.product-list > .row .row > [class*="col-"] {
  float: none;
  align-self: flex-end;
  height: 100%;
}

.product-list > .row .row > [class*="col-"].sub a {
  margin-right: -1px;
}

.product-list > .row .row .sub h4 {
  font-size: 1.25rem !important;
}

.square-box::before {
  content: '■';
  display: inline-block;
  color: #FF0718;
}

span {
  display: inline-block;
}

.spacer  {
  width: 100%;
  height: 30px;
  clear: both;
  float: none;
}

.spacer-m {
  width: 100%;
  height: 60px;
  clear: both;
  float: none;
}

.spacer-l {
  width: 100%;
  height: 90px;
  clear: both;
  float: none;
}

.border--red {
  border: 2px solid #FF0718;
}

.border--grey {
  border: 2px solid #E6E6E6;
}

.border-right--grey {
  border: 0;
  border-right: 1px dashed #E6E6E6;
}

.box-shadow--red {
  box-shadow: 0 0 0 2px #FF0718;
}

.border-right--red {
  border-right: 1px dashed #FF0718;
}

.product-list a:hover img {
  opacity: 0.8;
}
.product-list a:hover .button {
  background-color: hsl(356, 100%, 45%)
}

.product-list h3 {
  padding-bottom: 20px;
}

.product-list .no-gutters {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.row.twin .main,
.row.twin .sub {
  border-top: 2px solid #FF0718;
  border-bottom: 2px solid #FF0718;
}

.row.twin .main {
  border-left: 2px solid #FF0718;
  border-right: 1px dashed #FF0718;
}

.row.twin .main .button {
  margin-top: 16px;
}

.row.twin .sub {
  border-right: 2px solid #FF0718;
}

@media (max-width: 767px) {
  #no-3 .row.twin .col {
    padding-bottom: 7px;
  }
}

@media (max-width: 480px) {
  .row.twin .main,
  .row.twin .sub {
    border: 2px solid #FF0718;
  }
  .row.twin .main {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  #no-3 .row.flex,
  #no-4 .row.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  #no-3 .row.flex .col:first-child,
  #no-4 .row.flex .col:first-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px){
  #no-3 .row.flex .col,
  #no-4 .row.flex .col {
    width: 100% !important;
  }
  .navPageTitle {
    font-size: 16px;
    margin-right: 0;
  }
}

#no-4 .sub {
  height: 
}

#no-5 h3 {
  padding-top: 20px;
  line-height: 1.4;
}

#no-6 h5, #no-7 h5 {
  padding: 20px 10px;
}

#no-6 h5.product-code, #no-7 h5.product-code,
#no-6 h5.price, #no-7 h5.price {
  padding: 0;
}

@media screen and (min-width: 481px){
  .container .product-details .product-name {
    height: 40px;
  }
}

.image,
.image-wrapper {
  text-align: center;
}

.image img,
.image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product__image {
  padding-top: 20px;
}

.layer {
  position: relative;
}

.layer__label {
  display: block;
  line-height: 1.3;
  text-align: center;
  padding: 40px 0 15px;
}

.layer__label-inner {
  display: block;
  width: 100%;
}

.layer-2::before,
.layer-3::before,
.layer-4::before {
  content: '+';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #FF0718;
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  z-index: 10;
  border-radius: 100%;
  text-indent: 1px
}

.layer__num {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  width: 40px;
  height: 40px;
  background: #FF0718;
  color: white;
  font-size: 1.5em;
  line-height: 40px;
  text-align: center;
  font-family: 'UniSansHeavyCAPS', メイリオ, meiryo, sans-serif;
}

.layer__title {
  display: block;
  font-size: 1.5rem !important;
  font-weight: bold;
  color: #202020;
}

.layer__sub-title {
  display: block;
  font-size: 1.125rem !important;
  white-space: nowrap;
} 

.layer-2 .col__inner {
  background: lemonchiffon;
}

.layer-2 .layer__label-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.layer-2 .layer__title {
  color: #FF0718;
  white-space: nowrap;
}

#no-6 .layer-2 .col__inner,
#no-7 .layer-2 .col__inner {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#no-6 .layer-2 .col__inner {
  background-image: url('../img/MIV01666_0302_detail.png');
}
#no-7 .layer-2 .col__inner {
  background-image: url('../img/MIV01691_0302.png');
}

@media screen and (max-width: 991px) {
  .layer {
    margin-bottom: 50px;
  }

  .layer-4::before, 
  .layer-2::before, 
  .layer-3::before {
    top: -5px;
    right: 50%;
    left: unset;
    -webkit-transform: translateX(50%) translateY(-100%);
        -ms-transform: translateX(50%) translateY(-100%);
            transform: translateX(50%) translateY(-100%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  .layer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .layer .image {
    width: 33.333%;
  }

  .layer .product__info {
    width: 50%;
    width: 33.333%;
  }

  .product-list .layer .button, 
  .product-details .layer .button {
    height: 40px;
    font-size: 14px !important;
    line-height: 40px !important;
    max-width: 180px;
    padding-right: 15px;
  }

  .layer__num {
    top: 50%;
    left: -20px;
    -webkit-transform: translateX(0%) translateY(-50%);
        -ms-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }

  .layer .layer__label {
    position: relative;
    top: unset;
    left: unset;
    width: 33.333%;
    text-align: left;
    padding: 0 0 0 30px;
  }

  .layer-2 {
    min-height: 150px;
  }

  .layer-2 .layer__label {
    position: unset;
    text-align: center;
  }

  .layer-2 .layer__label-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }

  .layer__sub-title {
    margin-bottom: 5px;
  }

  .layer .product__info .spec {
    margin-top: 0;
    padding-top: 0;
  }

  .layer .image,
  .layer .spec,
  .layer .button {
    display: inline-block;
  }
  .container[role="main"] {
    max-width: 768px;
  }

  .layer-1 .col__inner::before, .layer-2 .col__inner::before, .layer-3 .col__inner::before {
    top: unset;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%) translateY(50%);
        -ms-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%);
  }
}

@media screen and (max-width: 767px) {
  .product-details #no-4 .spec,
  .product-details #no-7 .spec {
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 605px){
  #no-5 .product__info,
  #no-6 .product__info {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (max-width: 480px) {
  .layer {
    margin-bottom: 100px;
  }
  .layer-4::before, .layer-2::before, .layer-3::before {
    top: -45px;
  }
  .layer .layer__label {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100%;
    -webkit-transform: translateX(0) translateY(-100%);
        -ms-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
    padding-left: 0;
  }
  .layer-2 .layer__label {
    position: unset;
    height: 100%;
    -webkit-transform: translateX(0) translateY(0%);
        -ms-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
  }
  
  .layer__num {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(-100%);
        -ms-transform: translateX(0%) translateY(-100%);
            transform: translateX(0%) translateY(-100%);
  }

  .layer-2 .layer__num {
    top: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
        -ms-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }

  .layer .image {
    width: 50%;
  }
  .layer .product__info {
    width: 50%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .product-list .layer .button, .product-details .layer .button {
    max-width: 100%;
  }
  .product-details #no-5 .button {
    white-space: initial;
    height: auto;
    line-height: 24px !important;
    padding: 10px;
  }
  .product-details #no-7 .product__info {
    padding-bottom: 7px;
  }
}
