@charset "utf-8";
/*------------------------------------------------------------------

  製品詳細

------------------------------------------------------------------*/

/* PC以下サイズ------------------------------- */
#model header {
  background: url(../img/common/model_h.png) center no-repeat;
  background-size: cover;
}
.kataban {
  background: #f2f2f2;
  padding: 15px 0
}
.kataban p {
  font-weight: bold;
  font-size: 26px;
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
.img_area {
  width: 400px;
  float: left;
}
.img_area + .right {
  width: calc(100% - 400px);
  float: left;
  padding: 0 0 0 60px;
}
.model_detail {
  overflow: hidden;
}
.category {
  color: #db3737;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}
.kinou h3 {
  font-weight: bold;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.kinou ul {
  letter-spacing: -.5em;
}
.kinou ul li {
  width: 75px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}
.kinou ul li:last-child {
  margin: 0;
}

.product_slide {
  position: relative;
  margin: 0;
  padding: 0;
  border: solid 1px #f0f0f0;
  margin: 0 0 20px;
}
.product_slide li {
  position: relative;
  width: 100%;
  height: 400px;
}
.product_slide li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product_slide li a:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 20px;
  bottom: 20px;
  background: url(../img/model/zoom.png) center no-repeat;
  background-size: 42px;
  z-index: 1;
}
.product_slide li img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.product_slide > .slick-list,
.product_slide > .slick-list > .slick-track,
.product_slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide_nav {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.slide_nav li {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 24%;
  height: 95px;
  margin: 0 1.333% 5px 0;
  padding: 0;
  border: solid 1px #f0f0f0;
}
.slide_nav li:nth-child(4n) {
  margin: 0 0 5px;
}
.slide_nav li img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide_nav .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background: #000;
}

/* ellement */

img{
  width: 100%;
  height: auto;
}

.lightbox {
  position: fixed;
  top: 50%!important;
  margin-top: -300px!important;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lb-outerContainer {
  width: 600px!important;
  height: 600px!important;
}
.lb-container {
  height: 100%;
}
.lightbox .lb-image {
  max-width: 100%!important;
  max-height: 100%!important;
}

.spec_area{
  clear: both;
  padding: 80px 0 0;
}
.spec_area h3 {
  font-weight: bold;
  font-size: 20px;
  color: #1a1a1a;
  margin: 40px 0 20px;
}
.spec_area table{
  width: 100%;
}
.spec_area th{
  padding: 15px 20px;
  background: #F0F0F0;
  border: 1px solid #ddd;
}
.spec_area td{
  width: 42%;
  padding: 15px 20px;
  border: 1px solid #ddd;
}
.spec_area .note{
  margin: 30px 0 0;
}
/* PCのみサイズ------------------------------- */
@media screen and (min-width:1025px) {
.product_slide li a:hover {
  opacity: 0.8;
}
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width:1024px) {
#model header {
  background: url(../img/common/model_h.png) center right -80px no-repeat;
  background-size: cover;
}
}


/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width:1023px) {
.img_area {
  width: 500px;
  float: none;
  margin: 0 auto 40px;
}
.product_slide li {
  height: 500px;
}
.slide_nav li {
  height: 120px;
}
.img_area + .right {
  width: 100%;
  float: none;
  padding: 0;
}
}


/* スマホサイズ------------------------------- */
@media screen and (max-width:767px) {

.spec_area th{
  display: block;
  background: #666;
  color: #fff;
}
  .spec_area th.s_ttl{
    background: #F0F0F0;
    color: inherit;
  }
.spec_area td{
  display: block;
  width: 100%;
}
.kataban {
  padding: 10px 0;
}
.kataban p {
  font-size: 20px;
  width: 92%;
}
.img_area {
  width: 100%;
  max-width: 340px;
}
.product_slide li {
  height: 340px;
}
.product_slide {
  margin: 0 0 10px;
}
.slide_nav li {
  height: 85px;
}
.kinou h3 {
  font-size: 18px;
}
.spec_area h3 {
  font-size: 18px;
}
.lightbox {
  margin-top: -140px!important;
}
.lb-outerContainer {
  max-width: 280px!important;
  width: 75%!important;
  height: 280px!important;
}
.lb-nav a.lb-prev {
  left: -37px;
}
.lb-nav a.lb-next {
  right: -37px;
}

}