/* -----------------------------------------------------------
setting
----------------------------------------------------------- */
/* ===================================================================
PRODUCT--DETAIL
=================================================================== */
#main-vis {
  background: url(/assets/product/img/bg-detail-main-pc.jpg) 50% bottom no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main-vis {
    background: url(/assets/product/img/bg-detail-main-sp.jpg) 50% bottom no-repeat;
    background-size: cover;
  }
}

#main-vis .tpl-inner-wrap {
  display: block;
}

@media screen and (max-width: 768px) {
  #main-vis .tpl-inner-wrap {
    text-align: center;
  }
}

#main-vis .sec-ttl {
  width: 100%;
  margin-bottom: .5em;
}

#main-vis .top-read {
  width: 25em;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sp-top-read + .tpl-btn {
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
  }
}

/* sec-detail-content
-----------------------------*/
#sec-detail-content {
  padding-top: 100px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #sec-detail-content {
    padding-top: 14.0625vw;
    padding-bottom: 14.0625vw;
  }
}

@media screen and (max-width: 768px) {
  #sec-detail-content img {
    max-width: 100%;
    height: auto;
  }
}

#sec-detail-content .item-inner + .item-inner {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #sec-detail-content .item-inner + .item-inner {
    margin-top: 11.71875vw;
  }
}

#sec-detail-content .item-inner .txt-supply {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec-detail-content .item-inner .txt-supply {
    margin-bottom: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  #sec-detail-content .tpl-col-wrap.sp-col2 a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #sec-detail-content .tpl-col-wrap.sp-col2 .ph,
  #sec-detail-content .tpl-col-wrap.sp-col2 .sp-col2-inner {
    width: calc(50% - 2.5vw);
  }
  #sec-detail-content .tpl-col-wrap.sp-col2 .txt {
    font-size: 3.4375vw;
  }
}

#sec-detail-content .tpl-col-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#sec-detail-content .tpl-col-wrap a {
  text-decoration: none;
  color: #333;
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sec-detail-content .tpl-col-wrap a:hover {
  opacity: .5;
}

#sec-detail-content .tpl-col-wrap figcaption {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #sec-detail-content .tpl-col-wrap figcaption {
    margin-top: 4.6875vw;
  }
}

#sec-detail-content .tpl-col-wrap .label span {
  display: inline-block;
  border-right: 1px solid #CCC;
  padding-right: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #sec-detail-content .tpl-col-wrap .label span {
    padding-right: 2.34375vw;
    margin-right: 2.34375vw;
  }
}

#sec-detail-content .tpl-col-wrap .product-name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #sec-detail-content .tpl-col-wrap .product-name {
    font-size: 4.375vw;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5em;
  }
}

#sec-detail-content table {
  width: 100% !important;
  margin-top: 20px;
}

#sec-detail-content table th, #sec-detail-content table td {
  padding: 10px 20px !important;
  border: 1px solid #ccc !important;
}

@media screen and (max-width: 768px) {
  #sec-detail-content table th, #sec-detail-content table td {
    padding: 10px 5px !important;
    box-sizing: border-box;
    width: auto !important;
    word-break: break-all;
    white-space: normal;
  }
}

#sec-detail-content table th {
  background-color: #eee !important;
}

@media screen and (max-width: 768px) {
  #sec-detail-content .tpl-btn {
    margin-bottom: 10px;
  }
}

/* mapdata-wrap
-----------------------------*/
#mapdata-wrap {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mapdata-wrap {
    margin-top: 7.8125vw;
    margin-right: -4.6875vw;
    margin-left: -4.6875vw;
  }
}

#mapdata-wrap .mapdata-label {
  font-weight: 700;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  #mapdata-wrap .mapdata-label {
    font-size: 3.75vw;
    margin-bottom: sve(30);
  }
}

#mapdata-wrap img {
  max-width: 100%;
  height: auto;
}

#mapdata {
  border: 2px solid #004696;
  width: 750px;
  height: 710px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #mapdata {
    width: 100%;
    height: auto;
    padding-top: 97.7%;
  }
}

#mapdata .scale-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#mapdata .scale-btn:after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background-color: rgba(150, 150, 150, 0.2);
  position: absolute;
  top: 40px;
  left: calc(50% - 16px);
}

#mapdata .scale-btn li {
  background-color: #004696;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#mapdata .scale-btn li:hover {
  opacity: .8;
}

#mapdata .scale-btn .btn-zoom-in:before, #mapdata .scale-btn .btn-zoom-in:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

#mapdata .scale-btn .btn-zoom-in:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#mapdata .scale-btn .btn-zoom-out:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

#mapdata-svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #mapdata-svg {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* sec-other-product
-----------------------------*/
#sec-other-product {
  height: 400px;
}

@media screen and (max-width: 768px) {
  #sec-other-product {
    height: auto;
  }
}

#sec-other-product .tpl-inner-wrap {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  #sec-other-product .tpl-inner-wrap {
    padding-top: 0;
    padding-bottom: 21.875vw;
    border-top: none;
  }
  #sec-other-product .tpl-inner-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 6.25vw;
  }
}

#sec-other-product .tpl-title {
  text-align: center;
}

#sec-other-product .tpl-title .label {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #sec-other-product .tpl-title .label {
    margin-bottom: 6.25vw;
  }
}

#sec-other-product .other-product-list-wrap {
  position: relative;
}

#sec-other-product .other-product-list {
  width: 880px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-list {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 15.625vw;
  }
}

#sec-other-product .other-product-list li {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-list li {
    padding: 0 10px;
  }
  #sec-other-product .other-product-list li img {
    width: 100%;
  }
}

#sec-other-product .other-product-list li a {
  display: block;
  text-decoration: none;
  color: #333;
}

#sec-other-product .other-product-list .product-label {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-list .product-label {
    margin-top: 2.34375vw;
  }
}

#sec-other-product .other-product-list .ico-slick {
  position: absolute;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  display: block;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-list .ico-slick {
    top: auto;
    width: 6.25vw;
    height: 6.25vw;
    bottom: 0.9375vw;
  }
}

#sec-other-product .other-product-list .ico-slick.next {
  right: -26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-list .ico-slick.next {
    right: 31.25vw;
  }
}

#sec-other-product .other-product-list .ico-slick.prev {
  left: -26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-list .ico-slick.prev {
    left: 31.25vw;
  }
}

#sec-other-product .other-product-list .ico-slick:hover {
  opacity: .5;
}

#sec-other-product .other-product-count {
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #sec-other-product .other-product-count {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0.9375vw;
    font-size: 3.75vw;
  }
}

#sec-other-product .other-product-count .current:after {
  content: '/';
}
