.archive-gallery #content-list {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.archive-gallery #content-list h1,
.archive-gallery .archive-list h1 {
  font-size: clamp(1.5rem, 1.8vw, 2.25rem);
  text-align: center;
}

.archive-gallery .gallery-heading {
  color: #000 !important;
  border: none;
  font-weight: 300;
  line-height: 1.5 !important;
  font-size: 2rem;
}

.archive-gallery .archive-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.archive-gallery .gallery-case.pickup-case {
  position: relative;
}

.archive-gallery .gallery-case,
.archive-gallery .cat-case {
  border-radius: 1rem;
  border: 1px solid #d7dada;
  height: 330px;
  overflow: hidden;
}

.archive-gallery .pickup-case {
  padding: 0px;
  border-radius: 1rem;
}

.archive-gallery .pickup-mark {
  position: absolute;
  top: 30px;
  right: 0;
  margin: auto;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  background: #ececec !important;
  color: #262626 !important;
}

.archive-gallery .artist-list-img {
  padding-top: calc(100% - 6rem);
  padding-bottom: 0px;
  position: relative;
  width: 146px;
  height: 152px;
  margin: 64px auto 0;
  margin-bottom: 5px;
}

.archive-gallery .artist-list-img img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.archive-gallery .gallery-case .gallery-title,
.archive-gallery .cat-case .cat-title {
  padding: 5px 10px 0px 10px;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .archive-gallery .gallery-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    height: auto;
    display: block;
  }
}

.archive-gallery .gallery-title,
.archive-gallery .pickup-artist {
  color: #595757 !important;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}

.archive-gallery .gallery-add {
  color: #595757;
}

.archive-gallery .gallery-add,
.archive-gallery .archive-list .top-gallery-title {
  font-size: 0.875rem !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5rem 1rem 1rem;
}

@media (max-width: 575px) {

  .archive-gallery .artist-list-img,
  .archive-gallery .gallery-img,
  .archive-gallery .cat-img {
    width: 116px;
    height: 120px;
  }

  .archive-gallery .gallery-add {
    font-size: 1rem;
  }

  .archive-gallery .gallery-title {
    font-size: 1.2rem;
  }

  .archive-gallery .gallery-case,
  .archive-gallery .cat-case {
    height: 54vw;
    min-height: 290px;
    overflow: visible;
  }
}

.archive-gallery .btn-home-page {
  border: 1px solid #636464 !important;
  padding: 0.7rem;
  border-radius: 0px;
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}

.archive-gallery .gallery-wide {
  margin-top: 20px;
  margin-bottom: 0px;
}

.archive-gallery .btn-home-page:hover {
  background: #636464;
  color: #fff !important;
}

.archive-gallery-detail .exhibition .font-client {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.archive-gallery-detail .exhibition .header-area {
  position: relative;
  width: 100%;
  z-index: 100;
}

.archive-gallery-detail .exhibition .header-area .original-nav-area {
  position: unset !important;
  width: 100% !important;
}

.archive-gallery-detail .exhibition .header-area .top-header .tagline-area {
  height: clamp(20px, 3vw, 30px);
  display: flex;
  align-items: flex-end;
}

.archive-gallery-detail .exhibition .header-area .top-header .tagline-area .tagline {
  color: #fff;
  left: 0;
  font-size: clamp(0.7rem, 1.3vw, 0.875rem);
  line-height: 1;
  font-family: 'Shippori Mincho B1', serif;
}

.archive-gallery-detail .exhibition .logo-showroom {
  margin-bottom: 20px;
}

.archive-gallery-detail .exhibition .alpha-name {
  color: #fff !important;
}

.archive-gallery-detail .exhibition .sortable .menu {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.72888rem;
  letter-spacing: 0.13rem;
  flex-direction: column;
  position: absolute;
  right: calc(100% - 462px);
  top: 40px;
  z-index: 1;
}

.archive-gallery-detail .exhibition .sortable .menu .item {
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0.4rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 0.3125rem;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 0.825rem;
}

.archive-gallery-detail .exhibition .sortable .menu .item.active {
  border: none;
  color: #000;
  border-radius: 0.1rem;
  background: #fff;
}

.archive-gallery-detail .exhibition .classy-nav-container .logo,
.archive-gallery-detail .exhibition .classy-navbar .nav-icons {
  display: block !important;
}

.archive-gallery-detail .exhibition .table1 {
  width: 100%;
  margin-bottom: 3rem;
}

.archive-gallery-detail .exhibition .table1 th {
  width: 7rem;
}

.archive-gallery-detail .exhibition .table1 th,
.archive-gallery-detail .exhibition .table1 td {
  padding: 0.6rem;
  border-bottom: 1px solid #7d7d7f;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}

.gallery-side h1 {
  margin: 0;
  width: 100%;
  font-size: clamp(2rem, 5vw, 3rem);
}

.gallery-side h1 .small3 {
  font-size: clamp(0.75rem, 2vw, 1.2rem);
  display: block;
}

@media (max-width: 1199.98px) {
  .archive-gallery-detail .exhibition .gallery-side {
    padding: 530px 50px 0;
    max-width: 450px;
  }

  .archive-gallery-detail .exhibition .sortable .menu {
    right: calc(100% - 362px);
  }

  .archive-gallery-detail .exhibition .gallery-product {
    padding-right: 0px;
    width: calc(100% - 450px);
  }
}

@media (min-width: 1200px) {
  .archive-gallery-detail .exhibition .gallery-masonry {
    justify-content: space-between;
  }

  .archive-gallery-detail .exhibition .gallery-masonry>div {
    -ms-flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .archive-gallery-detail .exhibition .gallery-product {
    width: 100%;
  }

  .archive-gallery-detail .exhibition .side-by-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .archive-gallery-detail .exhibition .gallery-side {
    padding: 20px 20px 0;
    max-width: 100%;
  }

  .archive-gallery-detail .exhibition .gallery-side .externals {
    margin: auto;
    padding: 3rem 0;
  }

  .archive-gallery-detail .exhibition .gallery-side .btn {
    left: calc(50% - 68px);
  }

  .archive-gallery-detail .exhibition .sortable .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 0.72888rem;
    letter-spacing: 0.13rem;
    flex-direction: row;
    position: relative;
    right: auto;
    top: 0px;
  }

  .archive-gallery-detail .exhibition .sortable .menu .item.active {
    color: #fff;
    background: #262626;
  }

  .archive-gallery-detail .exhibition .table1 tr {
    display: flex;
    width: 100%;
  }

  .archive-gallery-detail .exhibition .table1 tr th {
    width: 9rem;
    font-size: 0.875rem !important;
  }

  .archive-gallery-detail .exhibition .table1 tr td {
    font-size: 0.875rem !important;
  }

  .archive-gallery-detail .exhibition .logo-showroom {
    margin-bottom: 0 !important;
  }
}

.archive-gallery-detail main:before {
  content: "";
  position: absolute;
  background: #2c2c2c;
  width: 100%;
  height: 502px;
}

@media (max-width: 767px) {
  .archive-gallery-detail main:before {
    height: 0px;
  }
}

.archive-gallery-detail .gallery-area .container {
  max-width: 100%;
}

.archive-gallery-detail .gallery-area {
  padding-top: 0;
}

.archive-gallery-detail .externals {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.archive-gallery-detail .externals .no-link img {
  opacity: 0.4;
}

.archive-gallery-detail .externals span {
  display: block;
  margin-right: 0.6rem;
}

.archive-gallery-detail .externals span a {
  display: block;
  color: #7d7d7d;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.archive-gallery-detail .gallery-side {
  padding: 520px 100px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 550px;
  flex-direction: column;
}

.archive-gallery-detail .gallery-side .gallery-fig {
  margin-bottom: 5px;
  position: relative;
  width: 180px;
  height: 180px;
}

.archive-gallery-detail .gallery-side .gallery-fig img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.archive-gallery-detail .gallery-side .summary {
  line-height: 2.2;
  font-weight: 500;
}

.archive-gallery-detail .gallery-side .summary .summary-client {
  color: #262626 !important;
}

.archive-gallery-detail .gallery-side h1 {
  margin: 0;
  width: 100%;
  font-size: clamp(2rem, 5vw, 3rem);
}

.archive-gallery-detail section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0 !important;
}

.archive-gallery-detail .gallery-masonry {
  justify-content: center;
}

.archive-gallery-detail .gallery-masonry .hoverbox-content {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-gallery-detail .gallery-masonry .hoverbox-content .price {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.725rem;
}

.archive-gallery-detail .gallery-masonry .hoverbox-content a {
  display: block;
  font-weight: 600;
  font-family: 'Shippori Mincho B1', serif;
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgb(255 255 255 / 90%);
  border: 1px solid transparent;
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0.1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.archive-gallery-detail .gallery-masonry .hoverbox-content p .artist {
  display: block;
  text-align: center;
  color: #b2b2b2;
  font-weight: 600;
  font-size: 0.725rem;
  line-height: 1;
}

.archive-gallery-detail .w-100 {
  width: 100% !important;
}

.archive-gallery-detail .gallery-fig {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.archive-gallery-detail .gallery-side .btn,
.archive-gallery-detail .btn.back-btn {
  background: #2a292b;
  border-radius: 0;
  color: #fff;
  position: absolute;
  text-indent: -0.5rem;
  padding: 0.175rem 2.4rem;
}

.archive-gallery-detail .gallery-side .btn:after {
  content: url(/images/img-exhibition/arrow_r.svg);
  position: absolute;
  right: 0.5rem;
}

.archive-gallery-detail .gallery-product {
  width: calc(100% - 550px);
  padding-right: 50px;
}

.archive-gallery-detail .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.archive-gallery-detail .hoverbox:hover .hoverbox-content,
.archive-gallery-detail .hoverbox:focus .hoverbox-content {
  opacity: 0.85;
}

.archive-gallery-detail .hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin: 0 !important;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .archive-gallery-detail section {
    padding-top: 4.5rem;
    padding-bottom: 0px;
  }
}

.archive-gallery-detail #about .container {
  max-width: 1040px;
}

.archive-gallery-detail #about h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: normal;
}

.archive-gallery-detail #about h2 span {
  font-size: 1rem;
  display: block;
  color: #000;
  font-weight: 500;
}

.archive-gallery-detail #about p {
  line-height: 2.2;
  color: #fff;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1.5em;
}

.archive-gallery-detail .news h2 span {
  font-size: 1rem;
  display: block;
}

.archive-gallery-detail .about {
  background: #6e6e70;
  margin-top: 3rem;
}

.archive-gallery-detail .about .description {
  font-size: 1rem;
  color: #fff;
}

.archive-gallery-detail .about .map {
  width: 50%;
  padding: 2rem 4.8rem;
}

.archive-gallery-detail .about .map #map {
  width: 100%;
  height: 30vw;
  border: 6px solid #d7d7d7;
}

.archive-gallery-detail .justify-content-center {
  justify-content: center !important;
}

@media (max-width: 991.99px) {
  .archive-gallery-detail .about .map #map {
    height: 40vw;
  }
}

@media screen and (max-width: 767px) {

  .gallery-masonry {
    display: block;
  }

  .gallery-side {
    padding: 20px 20px 0;
    max-width: 100%;
  }

  .artist-price .artist {
    max-width: 100%;
  }

  html[lang='fr'] .search-product-sort,
  html[lang='en'] .search-product-sort {
    font-size: 13px;
    padding: 8px;
    width: max-content;
  }


}

@media (max-width: 575.98px) {
  .archive-gallery-detail .about .map {
    padding: 10px;
  }

  .archive-gallery-detail .about .map #map {
    height: 70vw;
  }

  .archive-gallery-detail .side-by-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
  }

  .archive-gallery-detail .logo-showroom {
    display: flex;
    justify-content: center;
  }

  .archive-gallery-detail .gallery-side h1 {
    margin-bottom: 2rem;
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .archive-gallery-detail .gallery-side .gallery-fig {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
  }

  .archive-gallery-detail .gallery-side .gallery-fig img {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }

  .gallery-side h1 {
    margin-bottom: 2rem;
    /* font-size: 2rem; */
    font-size: clamp(1.5rem, 6vw, 2rem);
    text-align: center;
  }

  .gallery-side .summary {
    font-size: 0.875rem;
    padding: 0;
  }
}

a.guide-icon img,
a.customers-icon img,
a.artists-icon img {
  width: 20px;
}

.gap-10px {
  gap: 10px;
}

.name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.name span.maker {
  display: inline-block;
  padding: 0;
}

.name .type {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 5px;
}

.recommend-slider .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.artist-price .artist {
  display: inline-block;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1144px) {
  .gap-3-5r {
    gap: 1rem !important;
  }
}


.logo-img {
  width: 235px;
  height: 235px;
  object-fit: contain;
}

.text-small-sl {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}

.text-muted-small-sl {
  font-size: 16px;
  color: #989898;
}

.gap-3-5r {
  gap: 3.5rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.grid-item {
  width: calc(33.333% - 10px);
  background-color: #eee;
  padding: 5px;
  box-sizing: border-box;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.set-scroll-item-gallery {
  max-height: 335px;
  overflow-y: auto;
  padding: 10px;
}

.set-scroll-item-gallery::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.set-scroll-item-gallery::-webkit-scrollbar-track {
  background: transparent;
}

.set-scroll-item-gallery::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

.set-scroll-item-gallery::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.item-gallery-mobile {
  display: none !important;
}

.set-img-selection .logo-img {
  aspect-ratio: 5 / 4;
  width: 100%;
  max-width: 270px;
  height: auto;
}

.gallery-side h1 {
  margin: 0;
  width: 100%;
  font-size: clamp(2rem, 5vw, 3rem);
}

.w-auto {
  width: auto !important;
}

@media screen and (max-width: 767px) {

  .text-small-sl,
  .text-muted-small-sl {
    font-size: 12px;
  }

  .item-gallery-pc {
    display: none !important;
  }

  .item-gallery-mobile {
    display: flex !important;
  }

  .set-img-selection .logo-img {
    aspect-ratio: 5 / 4;
    width: 100%;
    max-width: 230px;
    height: auto;
  }

  .title-selection {
    max-width: 100%;
    padding: 0 !important;
  }

  .gap-3-5r {
    gap: 2rem !important;
  }

  .page-selection .search-product .container-fluid.max-w {
    margin-top: 0 !important;
  }

  .search-product.page-selection {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 450px) {

  html[lang='fr'] .search-product-sort,
  html[lang='en'] .search-product-sort {
    font-size: 12px;
  }
}

@media screen and (max-width: 413px) {

  html[lang='fr'] .search-product-sort,
  html[lang='en'] .search-product-sort {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .set-img-selection {
    gap: 2rem;
  }

  .title-selection {
    margin-top: 2rem;
  }
}

.page-selection .container-fluid-selection {
  max-width: 1056px !important;
}

@media (max-width: 768px) {

  .archive-gallery-detail .col-md-1,
  .archive-gallery-detail .col-md-2,
  .archive-gallery-detail .col-md-3,
  .archive-gallery-detail .col-md-4,
  .archive-gallery-detail .col-md-5,
  .archive-gallery-detail .col-md-6,
  .archive-gallery-detail .col-md-7,
  .archive-gallery-detail .col-md-8,
  .archive-gallery-detail .col-md-9,
  .archive-gallery-detail .col-md-10,
  .archive-gallery-detail .col-md-11,
  .archive-gallery-detail .col-md-12 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}