@charset "UTF-8";
/* Scss Document */
@media print, screen and (min-width: 768px) {
  .gnavi .nav_gallery::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.area_pagetit {
  background: url(../../gallery/images/bg_pagetitle.jpg) no-repeat center 0/cover;
}

@media screen and (max-width: 767px) {
  .section_gallery {
    margin-bottom: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .section_gallery {
    margin-bottom: 5rem;
  }
}

.tit_category {
  margin-bottom: 2rem;
  font-family: "nsfont";
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tit_category {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .tit_category {
    font-size: 1.675rem;
  }
}

.list_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.list_thumb li {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.list_thumb a {
  display: block;
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list_thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .list_thumb li {
    width: 90px;
    height: 67px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
  }
  .list_thumb a {
    width: 90px;
    height: 67px;
  }
}

@media print, screen and (min-width: 768px) {
  .list_thumb li {
    width: 200px;
    height: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .list_thumb a {
    width: 200px;
    height: 150px;
  }
}

@media screen and (max-width: 450px) {
  .list_thumb {
    width: 290px;
  }
  .list_thumb li:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
  .list_thumb {
    width: 390px;
  }
  .list_thumb li:not(:nth-of-type(4n)) {
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .list_thumb {
    width: 640px;
  }
  .list_thumb li:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .list_thumb {
    width: 860px;
  }
  .list_thumb li:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
}

.link_thumb {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.link_thumb:hover {
  opacity: 0.8;
}

.area_modal {
  width: 90%;
  border: 1px solid #dedbd6;
}

@media screen and (max-width: 767px) {
  .area_modal {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .area_modal {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.box_modal_detail {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.box_photo {
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box_photo img {
    max-width: 240px;
  }
}

.tit_product {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
}

.btn_close {
  width: 90%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  background: #FFF;
  margin-top: 1.5rem;
}

.btn_close::after {
  content: "×";
  right: 15px;
  color: #b89676;
  font-family: "nsfont";
}

.btn_close:hover::after {
  right: 10px;
  color: #FFF;
}

.txt_detail {
  text-align: left;
  line-height: 1.5;
}

.btn_contact {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

