@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

/* ==========================================================================
   製品紹介
   ========================================================================== */
/* 共通
  ========================================================================== */
/* レイアウト */
#main {
  position: relative;
}

.main-cnt {
  float: right;
  width: 1016px;
}

.sub-cnt {
  float: left;
  width: 200px;
  margin-right: 63px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .sub-cnt.fixed {
    position: fixed;
    top: 20px;
  }
  .sub-cnt.absolute {
    position: absolute;
    top: inherit;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-cnt {
    float: none;
    padding-top: 86px;
    width: 100%;
  }
  .sub-cnt {
    background-color: #f7f6f4;
    float: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .topicpath {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .topicpath li:first-child {
    margin-left: 0;
  }
}

/* マーク */
.mark span {
  padding: 2px 16px;
  border-radius: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1.75;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.mark .new {
  background: #92c708;
}

.mark .end {
  background: #737a7e;
}

.mark .limited {
  background: #f04978;
}

.mark .order {
  background: #ffce10;
}

@media screen and (max-width: 767px) {
  .mark span {
    padding-top: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* タイトル */
.main-ttl {
  margin-bottom: 60px;
  padding: 0 0 30px 40px;
  border-bottom: 2px solid #e6e6e6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main-ttl {
    padding-left: 20px;
  }
}

/* 製品検索 */
.prd-sch {
  border: 8px solid #f7f6f4;
  margin-bottom: 28px;
  padding: 20px 10px;
}

.prd-sch-ttl {
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 6px 15px 6px;
}

.prd-sch-list li {
  margin-bottom: 10px;
}

.prd-sch-list input[type="text"] {
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  font-family: inehrit;
  height: 34px;
  line-height: 1.4;
  outline: none;
  padding: 6px 10px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

.prd-sch-list input[type="text"]::-ms-clear {
  visibility: hidden;
}

.prd-sch-list input[type="text"]::-ms-reveal {
  visibility: hidden;
}

.prd-sch-list input[type="text"]::-webkit-input-placeholder {
  color: #000;
}

.prd-sch-list input[type="text"]::-moz-placeholder {
  color: #000;
}

.prd-sch-list input[type="text"]:-ms-input-placeholder {
  color: #000;
}

.prd-sch-list input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.prd-sch-list input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}

.prd-sch-list select {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  height: 34px;
  line-height: 1.4;
  outline: none;
  padding: 6px 10px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

.prd-sch-list select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.prd-sch-list select:disabled {
  opacity: .5;
}

.prd-sch-list label {
  font-size: 12px;
  font-size: 1.2rem;
}

.prd-sch-item-keyword .keyword-input input {
  padding-right: 1.8em;
}

.prd-sch-item-keyword .keyword-btn {
  display: none;
}

.prd-sch-btn button[type="submit"] {
  cursor: pointer;
  width: 100%;
}

.prd-sch-btn button[type="submit"] span {
  font-size: 13px;
  font-size: 1.3rem;
}

.prd-sch-btn button[type="submit"] span:before {
  position: relative;
  top: 2px;
}

.prd-nav {
  border-right: 1px solid #e6e6e6;
  padding-bottom: 90px;
}

.prd-nav li {
  border-bottom: 1px dotted #ccc;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.prd-nav a {
  color: #000 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 0;
}

.prd-nav a:hover {
  color: #0fbedf !important;
}

@media screen and (max-width: 767px) {
  .prd-sch {
    background-color: #f7f6f4;
    border: none;
    box-sizing: border-box;
    height: 55px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 0;
  }
  .prd-sch .prd-sch-list li,
  .prd-sch .prd-sch-btn {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .prd-sch.open {
    height: auto;
  }
  .prd-sch.open .prd-sch-list li,
  .prd-sch.open .prd-sch-btn {
    opacity: 1;
  }
  .prd-sch-ttl {
    background-color: #fff;
    border-bottom: none;
    box-sizing: border-box;
    height: 54px;
    margin-bottom: 0;
    padding: 18px 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .prd-sch-list {
    padding: 20px 20px 0;
  }
  .prd-sch-list input[type="text"] {
    border-radius: 0;
    font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .prd-sch-list select {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .prd-sch-item-keyword {
    margin-right: 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    opacity: 1 !important;
  }
  .prd-sch-item-keyword .keyword-input {
    display: block;
    padding: 0 20px 0 95px;
  }
  .prd-sch-item-keyword .keyword-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 30px;
  }
  .prd-sch-item-check {
    text-align: right;
    position: relative;
    padding-right: 25px;
  }
  .prd-sch-item-check input {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .prd-sch-btn {
    padding: 0 20px;
  }
  .prd-sch-btn button[type="submit"] span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .prd-nav {
    display: none;
  }
  #sub-cnt-btn {
    background-color: #adadad;
    height: 32px;
  }
  #sub-cnt-btn a {
    color: #fff !important;
    display: block;
    line-height: 1;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #sub-cnt-btn span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  #sub-cnt-btn.open span:after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #fff transparent;
  }
}

/* 一覧
   ========================================================================== */
/* レイアウト */
@media screen and (max-width: 767px) {
  #product-list #main.sp-no-pdg {
    padding-top: 0;
  }
}

/* タイトル */
#product-list .cat-l-ttl {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  height: 300px;
  letter-spacing: .1em;
  line-height: 1.2;
  padding: 0 10px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-size: 1.6rem;
}

#product-list .cat-l-ttl span {
  display: inline-block;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -msz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product-list .cat-l-ttl strong {
  color: #fff;
  display: block;
  font-weight: 700;
  padding-top: 5px;
  font-size: 40px;
  font-size: 4rem;
}

#product-list .cat-m-ttl {
  color: #000;
  line-height: 1.4;
  margin-bottom: 18px;
  font-size: 34px;
  font-size: 3.4rem;
}

#product-list .cat-m-ttl-wrap {
  border-bottom: 1px solid #e6e6e6;
  min-height: 240px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 464px;
  position: relative;
}

#product-list .cat-m-ttl-wrap .cat-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 240px;
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
}

#product-list .cat-m-ttl-wrap .cat-list {
  transform: none;
}

#product-list .cat-s-ttl {
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  line-height: 1.2;
  margin: 0 40px 35px;
  padding-left: 24px;
  padding-bottom: 12px;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}

#product-list .cat-s-ttl:before {
  background-color: #92c708;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 767px) {
  #product-list .cat-l-ttl {
    height: 200px;
  }
  #product-list .cat-l-ttl strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #product-list .cat-m-ttl {
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 30px 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  #product-list .cat-m-ttl-wrap {
    min-height: inherit;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  #product-list .cat-m-ttl-wrap .cat-img {
    height: 160px;
    margin-bottom: 30px;
    width: 100%;
    position: static;
  }
  #product-list .cat-s-ttl {
    margin: 0 20px 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #product-list .cat-s-ttl:before {
    height: 12px;
    width: 12px;
    top: 4px;
  }
}

/* カテゴリボックス */
#product-list .cat-box {
  border-bottom: 1px solid #e6e6e6;
  min-height: 130px;
  padding: 50px 35px 50px 464px;
  position: relative;
}

#product-list .cat-box:last-child {
  border-bottom: none;
}

#product-list .cat-box-ttl {
  border-right: 1px dotted #e6e6e6;
  box-sizing: border-box;
  width: 400px;
  padding-right: 32px;
  position: absolute;
  left: 35px;
  top: 50px;
}

#product-list .cat-box-ttl a {
  display: block;
  text-decoration: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product-list .cat-box-ttl a:hover .cat-m-ttl {
  color: #0fbedf;
}

#product-list .cat-box-ttl .cat-img {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
}

#product-list .cat-box-ttl .cat-img span {
  border: 1px solid #e6e6e6;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 65px;
  display: block;
  height: 128px;
  width: 128px;
}

#product-list .cat-box-ttl .cat-m-ttl {
  display: table-cell;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  padding-left: 28px;
  vertical-align: middle;
  -webkit-transition: color ease 0.25s;
  transition: color ease 0.25s;
  font-size: 22px;
  font-size: 2.2rem;
}

#product-list .cat-list {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  padding-top: 15px;
}

#product-list .cat-list li {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 13px;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

#product-list .cat-list a {
  color: #585858;
  display: inline-block;
  text-decoration: none;
  padding: 0 18px;
  position: relative;
}

#product-list .cat-list a:before {
  font-family: 'icomoon';
  color: #0fbedf;
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
}

#product-list .cat-list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #product-list .cat-box {
    border-bottom: 1px solid #e6e6e6;
    min-height: inherit;
    padding: 30px 20px;
    position: relative;
  }
  #product-list .cat-box-ttl {
    width: 100%;
    position: static;
    border-right: none;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 16px;
  }
  #product-list .cat-box-ttl a {
    transform: none;
  }
  #product-list .cat-box-ttl .cat-img {
    width: 70px;
  }
  #product-list .cat-box-ttl .cat-img span {
    width: 68px;
    height: 68px;
  }
  #product-list .cat-box-ttl .cat-m-ttl {
    padding: 0 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #product-list .cat-list {
    transform: none !important;
    font-size: 0;
    margin-top: 20px;
    padding-top: 0;
  }
  #product-list .cat-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #product-list .cat-list li:last-child {
    margin-bottom: 0;
  }
  #product-list .cat-list li:nth-last-child(n+10),
  #product-list .cat-list li:nth-last-child(n+10) ~ li {
    width: 100%;
    display: block;
  }
  #product-list .cat-list a {
    padding-right: 0;
  }
  #product-list .cat-list a:before {
    height: 5px;
    width: 5px;
  }
}

/* 製品ボックス */
#product-list .prd-box-wrap {
  font-size: 0;
  padding: 0 40px;
}

#product-list .prd-box {
  vertical-align: top;
  display: inline-block;
  margin-right: 48px;
  margin-bottom: 55px;
  position: relative;
  width: 280px;
  font-size: 15px;
  font-size: 1.5rem;
}

#product-list .prd-box:nth-child(3n) {
  margin-right: 0;
}

#product-list .prd-box a {
  text-decoration: none;
}

#product-list .prd-box a:hover .prd-name {
  color: #0fbedf;
}

#product-list .prd-box a:hover .prd-desc {
  left: 0;
  opacity: 1;
}

#product-list .prd-box .mark {
  position: absolute;
  top: -16px;
  left: 24px;
  z-index: 100;
}

#product-list .prd-txt {
  overflow: hidden;
}

#product-list .prd-txt-in {
  position: relative;
}

#product-list .prd-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
}

#product-list .prd-code {
  color: rgba(88, 88, 88, 0.6);
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}

#product-list .prd-name {
  color: #000;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  font-size: 18px;
  font-size: 1.8rem;
}

#product-list .prd-desc {
  color: #585858;
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  box-sizing: border-box;
  position: absolute;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.95);
  bottom: 100%;
  left: 100%;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 10;
}

#product-list .prd-price {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}

#product-list .prd-price span {
  color: #a7a7a7;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  #product-list .prd-box-wrap {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #product-list .prd-box {
    margin-bottom: 64px;
    margin-right: 0;
    width: 100%;
  }
  #product-list .prd-img {
    width: 70%;
    margin: 0 15% 16px;
    height: 0;
    padding-top: 70%;
  }
  #product-list .prd-code {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #product-list .prd-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #product-list .prd-desc {
    margin-bottom: 5px;
    padding: 0;
    position: static;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ページャー */
#product-list #pager {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

#product-list #pager li {
  position: relative;
  margin: 0 4px;
  display: inline-block;
}

#product-list #pager li a {
  line-height: 3.2;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: relative;
  color: #585858;
}

#product-list #pager li a:hover {
  border: 1px solid #0fbedf;
  background: #0fbedf;
  color: #fff;
}

#product-list #pager .btn-back {
  margin-right: 24px;
}

#product-list #pager .btn-back a {
  color: #0fbedf;
  border: 1px solid #0fbedf;
}

#product-list #pager .btn-next {
  margin-left: 24px;
}

#product-list #pager .btn-next a {
  color: #0fbedf;
  border: 1px solid #0fbedf;
}

#product-list #pager .current {
  display: inline-block;
  position: relative;
  border: 1px solid #e6e6e6;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #0fbedf;
  background: #0fbedf;
  color: #fff;
  line-height: 3.2;
}

#product-list #pager .disabled {
  line-height: 3.2;
  border: 1px solid #e6e6e6;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  opacity: .2;
  pointer-events: none;
  color: #0fbedf;
  border: 1px solid #0fbedf;
}

@media screen and (max-width: 767px) {
  #product-list #pager li {
    margin: 0 2px;
  }
  #product-list #pager li.current,
  #product-list #pager li a {
    width: 36px;
    height: 36px;
  }
  #product-list #pager li.disabled {
    width: 36px;
    height: 36px;
  }
  #product-list #pager .btn-back {
    margin-right: 8px;
  }
  #product-list #pager .btn-next {
    margin-left: 8px;
  }
}

/* 詳細
   ========================================================================== */
/* レイアウト */
#product-detail .main-cnt {
  float: none;
}
#product-detail .sub-cnt {
  float: none;
}
@media screen and (min-width: 768px) {
  #product-detail .main-cnt {
    margin-left: 263px;
  }
  #product-detail .sub-cnt {
    position: absolute;
    top: 63px;
  }

  #product-detail .sub-cnt.fixed {
    position: fixed;
    top: 20px;
  }
  #product-detail .sub-cnt.absolute {
    position: absolute;
    top: inherit;
    bottom: 0;
  }
}

/* タイトル */
#product-detail .main-ttl {
  position: relative;
  padding-right: 160px;
}

#product-detail .main-ttl .prd-code {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

#product-detail .main-ttl .prd-name {
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
}

#product-detail .main-ttl .mark {
  position: absolute;
  right: 0;
  bottom: 35px;
}

@media screen and (max-width: 767px) {
  #product-detail .main-ttl {
    border-bottom: none;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #product-detail .main-ttl .prd-code {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #product-detail .main-ttl .prd-name {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #product-detail .main-ttl .mark {
    position: static;
  }
  #product-detail .main-ttl .mark span {
    display: inline-block;
    vertical-align: top;
  }
}

/* ページ内リンク */
#product-detail {
  /*
  .page-link {
    background-color: #ededed;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    min-height: 32px;
    margin: 0 40px 40px;
    padding: 3px 37px 0;

    li {
      display: inline-block;
      margin-right: 57px;
      @include fontsize(14);
      &:last-child {
        margin-right: 0;
      }
    }

    a {
      color: $color-base;
      text-decoration: none;

      &:before {
        font-family: 'icomoon';
        color: $color-link;
        content: '\f107';
        margin-right: 5px;
        position: relative;
        top: 2px;
      }

      &:hover {
        color: $color-link;
      }
    }
  }

  @include mq-sp {

    .page-link {
      border-radius: 16px;
      display: block;
      font-size: 0;
      min-height: 32px;
      margin: 0 20px 30px;
      padding: 5px 20px 0;

      li {
        margin-right: 20px;
        @include fontsize(13);
      }

      a {
        &:before {
          margin-right: 3px;
        }
      }
    }

  }// mq-sp end
  */
}

#product-detail .prd-anchor {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  #product-detail .prd-anchor {
    padding: 0 20px;
  }
}

/* 基本情報 */
#product-detail .prd-base {
  margin-bottom: 60px;
  padding: 0 40px;
}

#product-detail .prd-base .prd-img {
  float: left;
  width: 450px;
}

#product-detail .prd-base .prd-txt {
  float: right;
  width: 450px;
}

#product-detail .prd-base .prd-img-l {
  margin-bottom: 20px;
}

#product-detail .prd-base .prd-img-s {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  width: 450px;
  font-size: 0;
  padding: 15px 31px 0 32px;
}

#product-detail .prd-base .prd-img-s li {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  height: 85px;
  width: 85px;
}

#product-detail .prd-base .prd-img-s li:nth-child(4n) {
  margin-right: 0;
}

#product-detail .prd-base .prd-copy {
  color: #92c708;
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  font-size: 27px;
  font-size: 2.7rem;
}

#product-detail .prd-base .prd-price {
  color: #000;
  margin-bottom: 11px;
  font-size: 22px;
  font-size: 2.2rem;
}

#product-detail .prd-base .prd-price .label {
  position: relative;
  top: -2px;
  font-size: 14px;
  font-size: 1.4rem;
}

#product-detail .prd-base .prd-price .tax {
  font-size: 20px;
  font-size: 2rem;
}

#product-detail .prd-base .mark {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  margin-bottom: 20px;
  padding: 12px 8px 6px;
}

#product-detail .prd-base .mark span {
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}

#product-detail .prd-base .mark span:last-child {
  margin-right: 0;
}

#product-detail .prd-base .prd-desc {
  margin-bottom: 34px;
  font-size: 14px;
  font-size: 1.4rem;
}

#product-detail .prd-base .prd-online {
  margin-bottom: 30px;
}

#product-detail .prd-base .prd-link li {
  margin-bottom: 5px;
}

#product-detail .prd-base .prd-link li:last-child {
  margin-bottom: 0;
}

#product-detail .prd-base .prd-link li:before {
  font-family: 'icomoon';
  color: #0fbedf;
  content: '\f105';
}

#product-detail .prd-base .prd-link a {
  color: #585858;
}

#product-detail .prd-base .prd-link a:hover {
  color: #0fbedf;
  text-decoration: none;
}

#product-detail .prd-base .prd-link .icon-pdf:before {
  color: #fa000a;
}

#product-detail .prd-base .prd-link .icon-file:before {
  background: url(img/icon_file.png) no-repeat left top;
  background-size: 13px 15px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  #product-detail .prd-base {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  #product-detail .prd-base .prd-img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #product-detail .prd-base .prd-img img {
    height: auto;
    width: 100%;
  }
  #product-detail .prd-base .prd-txt {
    float: none;
    width: 100%;
  }
  #product-detail .prd-base .prd-img-s {
    width: 100%;
    padding: 10px 40px 0 10px;
  }
  #product-detail .prd-base .prd-img-s li {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    height: auto;
    width: 25%;
  }
  #product-detail .prd-base .prd-img-s li:nth-child(4n) {
    margin-right: -30px;
  }
  #product-detail .prd-base .prd-img-s img {
    height: auto;
    width: 100%;
  }
  #product-detail .prd-base .prd-copy {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #product-detail .prd-base .prd-price {
    margin-bottom: 15px;
    line-height: 1;
  }
  #product-detail .prd-base .prd-price .label {
    display: block;
    margin-bottom: 8px;
    position: static;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 仕様・関連製品 */
#product-detail .prd-detail-sct {
  margin-bottom: 60px;
  padding: 0 40px;
}

#product-detail .prd-detail-sct .tbl-cmn th {
  width: 280px;
}

#product-detail .sct-ttl {
  background-color: #92c708;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 24px;
  font-size: 24px;
  font-size: 2.4rem;
}

#product-detail #spec .spec-list {
  margin-bottom: 5px;
  font-size: 0;
}

#product-detail #spec .spec-list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

#product-detail #spec .spec-list li:last-child {
  margin-right: 0;
}

#product-detail #related .slider-wrap {
  border: 8px solid #f7f6f4;
  padding: 40px 0;
}

#product-detail #related .slider {
  margin: 0 auto;
  width: 732px;
  text-align: center;
}

#product-detail #related .slider li {
  display: inline-block;
  vertical-align: top;
}

#product-detail #related .slider .slide-inner {
  box-sizing: border-box;
  padding-right: 20px;
  width: 244px;
}

#product-detail #related .slider .prd {
  margin-bottom: 30px;
  min-height: 80px;
  position: relative;
  padding-left: 92px;
  text-align: left;
}

#product-detail #related .slider .prd:last-child {
  margin-bottom: 0;
}

#product-detail #related .slider .prd a {
  color: #000;
  text-decoration: none;
}

#product-detail #related .slider .prd a:hover .prd-name {
  color: #0fbedf;
}

#product-detail #related .slider .prd-img {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

#product-detail #related .slider .prd-code {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

#product-detail #related .slider .prd-name {
  line-height: 1.4;
  -webkit-transition: color ease 0.25s;
  transition: color ease 0.25s;
  font-size: 14px;
  font-size: 1.4rem;
}

#product-detail #related .slick-next,
#product-detail #related .slick-prev {
  z-index: 100;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 1px solid #0fbedf;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

#product-detail #related .slick-next:before,
#product-detail #related .slick-prev:before {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  opacity: 1;
  font-family: 'icomoon';
  color: #0fbedf;
}

#product-detail #related .slick-next:hover,
#product-detail #related .slick-prev:hover {
  background: #0fbedf;
}

#product-detail #related .slick-next:hover:before,
#product-detail #related .slick-prev:hover:before {
  color: #fff;
}

#product-detail #related .slick-prev {
  left: -73px;
}

#product-detail #related .slick-prev:before {
  content: '\f104';
}

#product-detail #related .slick-next {
  right: -73px;
}

#product-detail #related .slick-next:before {
  content: '\f105';
}

@media screen and (max-width: 767px) {
  #product-detail .prd-detail-sct {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  #product-detail .prd-detail-sct .tbl-cmn th {
    width: 100%;
  }
  #product-detail .sct-ttl {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #product-detail #spec .spec-list {
    margin-bottom: 20px;
  }
  #product-detail #spec .spec-list li {
    margin-right: 10px;
  }
  #product-detail #spec .spec-list img {
    width: auto;
    height: 40px;
  }
  #product-detail #related {
    margin-bottom: 50px;
  }
  #product-detail #related .slider-wrap {
    border: 4px solid #f7f6f4;
    padding: 20px 0;
  }
  #product-detail #related .slider {
    width: 100%;
  }
  #product-detail #related .slider .slide-inner {
    padding: 0 20px;
    width: auto;
  }
  #product-detail #related .slick-slider {
    padding-bottom: 60px;
  }
  #product-detail #related .slick-next,
  #product-detail #related .slick-prev {
    top: inherit;
    bottom: -30px;
  }
  #product-detail #related .slick-prev {
    left: 15px;
  }
  #product-detail #related .slick-next {
    right: 15px;
  }
  #product-detail #related .slick-dots {
    bottom: 14px;
  }
  #product-detail #related .slick-dots li {
    display: inline-block;
    float: none;
    height: 20px;
    width: 20px;
  }
  #product-detail #related .slick-dots li button {
    height: 20px;
    width: 20px;
  }
  #product-detail #related .slick-dots li button:before {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    top: 6px;
    height: 20px;
    width: 20px;
    font-size: 16px;
    color: #585858;
  }
  #product-detail #related .slick-dots li.slick-active button:before {
    top: 7px;
    font-size: 24px;
    color: #0fbedf;
  }
}

/* フリーエリア */
#product-detail .ve-area {
  margin-bottom: 60px;
}

#product-detail .ve-area h2 {
  color: #000;
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 2rem;
}

#product-detail .ve-area h3 {
  color: #000;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

#product-detail .ve-area p {
  margin-bottom: 16px;
}

#product-detail .ve-area table {
  margin-bottom: 3.9534883721%;
  width: 100%;
}

#product-detail .ve-area table td,
#product-detail .ve-area table th {
  border-right: 1px dotted #cdcccc;
  border-top: 1px dotted #cdcccc;
  line-height: 1.5;
  padding: 16px 20px;
  vertical-align: middle;
}

#product-detail .ve-area table td:last-child,
#product-detail .ve-area table th:last-child {
  border-right: none;
}

#product-detail .ve-area table th {
  border-right: 1px solid rgba(146, 199, 8, 0.4);
  border-top: 1px solid rgba(146, 199, 8, 0.4);
  background-color: rgba(146, 199, 8, 0.1);
  color: #000;
  text-align: center;
  font-weight: bold;
}

#product-detail .ve-area table tr:last-child th {
  border-bottom: 1px solid rgba(146, 199, 8, 0.4);
}

#product-detail .ve-area table tr:last-child td {
  border-bottom: 1px dotted #cdcccc;
}

#product-detail .ve-area ul {
  margin-bottom: 16px;
}

#product-detail .ve-area ul li {
  list-style-type: disc;
  margin-left: 1em;
}

#product-detail .ve-area ol {
  margin-bottom: 16px;
}

#product-detail .ve-area ol li {
  list-style-type: decimal;
  margin-left: 1em;
}

#product-detail .ve-area dl {
  margin-bottom: 16px;
}

#product-detail .ve-area dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 14px;
  padding-left: 16px;
  position: relative;
}

#product-detail .ve-area dl dt:before {
  background-color: #92c708;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 8px;
  top: 8px;
  width: 8px;
}

#product-detail .ve-area dl dt:first-child {
  margin-top: 0;
}

#product-detail .ve-area dl dd {
  padding-left: 16px;
}

#product-detail .ve-area img {
  max-width: 100%;
  height: auto;
}

#product-detail .ve-area .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#product-detail .ve-area .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #product-detail .ve-area {
    margin-bottom: 30px;
  }
  #product-detail .ve-area h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #product-detail .ve-area h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #product-detail .ve-area table td,
  #product-detail .ve-area table th {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
  }
  #product-detail .ve-area dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 12px;
  }
  #product-detail .ve-area dl dt:before {
    height: 6px;
    top: 6px;
    width: 6px;
  }
  #product-detail .ve-area dl dd {
    padding-left: 12px;
  }
  #product-detail .ve-area img {
    display: block;
    margin: 8px auto !important;
    float: none !important;
    max-width: 100%;
    height: auto;
  }
}

/* 関連カテゴリ */
#product-detail #related-category .topicpath {
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}

#product-detail #related-category .topicpath li {
  font-size: 16px;
  font-size: 1.6rem;
}

/*# sourceMappingURL=style.css.map */
