/* ======================================================================
 setting
====================================================================== */
.p_gallery .l_content {
  margin-top: 160px;
}
@media screen and (max-width: 968px) {
  .p_gallery .l_content {
    margin-top: 15.6rem;
  }
}
.p_gallery .intro {
  margin-top: 130px;
  margin-bottom: 150px;
}
.p_gallery .intro-content {
  width: 100%;
}
.p_gallery .intro .border {
  border-top: .1rem solid #2B2B2E;
  margin-top: 20px;
}
.p_gallery .intro-txt {
  margin-top: 20px;
}
.p_gallery .search {
  display: flex;
  background-color: #2B2B2E;
  padding: 25px;
}
.p_gallery .search .h3-category {
  color: #fff;
  padding-right: 15px;
  font-size: 17px;
  line-height: calc(20.4/17);
  position: relative;
}
.p_gallery .search .h3-category .english {
  font-size: 14px;
  line-height: calc(16.8/14);
  display: block;
  margin-bottom: 5px;
}
.p_gallery .search .h3-category::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.p_gallery .search .article {
  margin-right: 105px;
}
.p_gallery .search .article:last-of-type {
  margin-right: 0;
}
.p_gallery .search .cat-link {
  color: #fff;
  line-height: calc(16.8/14);
}
.p_gallery .search .cat-link.active {
  color: #988575;
}
.p_gallery .search .ul-list {
  margin-left: 45px;
}
.p_gallery .search .ul-list .list-items {
  margin-bottom: 10px;
}
.p_gallery .gallery-box-nav {
  display: flex;
  margin: 0 -2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.p_gallery .gallery-box-nav .gallery-box-list-new .figure {
  position: relative;
}
.p_gallery .gallery-box-nav .gallery-box-list-new .figure:before {
  position: absolute;
  content: 'NEW';
  display: inline-block;
  color: #fff;
  background: #988575;
  top: 0;
  left: 0;
  padding: 18px 11.64px;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
  line-height: calc(14.4/12);
  font-weight: 500;
}
.p_gallery .gallery-box-nav .gallery-box-list {
  margin: 2.5rem;
  width: 400px;
}
.p_gallery .gallery-box-nav .gallery-box-list .image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.p_gallery .gallery-box-nav .gallery-box-list .h4-title {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: calc(16.8/14);
}
.p_gallery .gallery-box-nav .gallery-box-list .total {
  font-size: 1.6rem;
  line-height: calc(19.2/16);
  font-weight: 400;
  text-align: center;
}

@media (min-width: 968px) and (max-width: 1129px) {
  .p_gallery .search .article {
    margin-right: calc(100/1130*100vw);
  }
  .p_gallery .search .ul-list {
    margin-left: calc(40/1130*100vw);
  }
}
@media screen and (max-width: 968px) {
  .p_gallery .l_breadcrumbs {
    margin-top: 0;
    background-color: #B3B3B3;
  }
  .p_gallery .l_breadcrumbs .breadcrumbs span, .p_gallery .l_breadcrumbs .breadcrumbs a {
    color: #fff;
  }
  .p_gallery .intro {
    margin-top: 10rem;
    margin-bottom: 10rem;
    flex-direction: column;
  }
  .p_gallery .intro-content {
    width: 100%;
  }
  .p_gallery .intro .border {
    margin-top: 2rem;
  }
  .p_gallery .intro-txt {
    margin-top: 3.5rem;
    font-size: 2.6rem;
    line-height: calc(40/26);
  }
  .p_gallery .intro_txt-bottom {
    font-size: 2.6rem;
    line-height: calc(40/26);
    margin-top: 4rem;
  }
  .p_gallery .intro-image {
    width: 100%;
    margin-top: 6rem;
  }
  .p_gallery .search {
    padding: 4rem 0 0;
    display: block;
  }
  .p_gallery .search .ac_ttl {
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    padding: 0 0 3rem;
    position: relative;
  }
  .p_gallery .search .ac_ttl:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 130px;
  }
  .p_gallery .search .ac_ttl.show:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin: -12px 0 0 130px;
  }
  .p_gallery .search .ac_ttl span {
    margin: 0 0 0 20px;
    width: 20px;
    display: inline-block;
  }
  .p_gallery .search > .inner {
    padding: 3rem 4rem 0;
    display: none;
  }
  .p_gallery .search .inner > .d-flex {
    flex-wrap: wrap;
  }
  .p_gallery .search .h3-category {
    padding-right: 0;
    font-size: 3.4rem;
  }
  .p_gallery .search .h3-category .english {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .p_gallery .search .h3-category::after {
    position: inherit;
  }
  .p_gallery .search .article {
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .p_gallery .search .article:nth-child(2) {
    width: 100%;
  }
  .p_gallery .search .article:last-of-type {
    width: 100%;
  }
  .p_gallery .search .article.d-flex {
    flex-direction: column;
  }
  .p_gallery .search .article:first-child .cat-link {
    padding: 0;
  }
  .p_gallery .search .cat-link {
    font-size: 2.6rem;
    padding: 2.441rem 2rem;
    display: inline-block;
    width: 100%;
  }
  .p_gallery .search .ul-list {
    margin: 0 -1.49rem;
    display: flex;
    flex-wrap: wrap;
  }
  .p_gallery .search .ul-list .list-items {
    text-align: center;
    width: 45.72%;
    margin: 1.8rem 1.49rem;
    border: solid 1px #fff;
  }
  .p_gallery .gallery-box-nav {
    margin: 0;
  }
  .p_gallery .gallery-box-nav .gallery-box-list {
    display: none;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
  }
  .p_gallery .gallery-box-nav .gallery-box-list .image {
    width: 100%;
    height: 60rem;
  }
  .p_gallery .gallery-box-nav .gallery-box-list .h4-title {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
  .p_gallery .gallery-box-nav .gallery-box-list .total {
    font-size: 3.2rem;
  }
  .p_gallery .gallery-box-nav .gallery-box-list-new .figure::before {
    padding: 3rem 1.972rem;
    font-size: 2rem;
  }
  .p_gallery .btn-gallery {
    background-color: #6B6967;
    font-size: 2.6rem;
    width: 100%;
    line-height: calc(31.2/26);
    letter-spacing: 0.05em;
    padding: 1.442rem 2rem;
    border-radius: 0;
  }
  .p_gallery .btn-gallery:hover {
    opacity: .7;
  }
}

/*# sourceMappingURL=p_gallery.css.map */
