.home-exhibition-slider {
  background-size: 104%;
  background-position: center;
  padding: 1.4vw 0 2vw;
  width: 100%;
  overflow-x: hidden;
  padding-top: 1.4vw;
  padding-bottom: 10vw;
  overflow-y: hidden;
  background-color: #dadada;
  background-image: url(/images/img/bg_slider.jpg);
  background-size: cover;
}

.home-exhibition-slider .container {
  max-width: 1300px;
}

.home-exhibition-slider .spotlight {
  width: 100%;
}

.home-exhibition-slider .spotlight img {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.home-exhibition-slider .head {
  /* text-align:center; */
  /* margin: 2vw auto 3vw; */
  margin-top: clamp(1.2rem, 2vw, 4vw);
  margin-bottom: clamp(1.2rem, 2vw, 4vw);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.home-exhibition-slider .head .title {
  font-size: clamp(1rem, 2.8vw, 1.4rem);
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  font-family: 'Shippori Mincho B1', serif;
  padding-top: 0.4rem;
}

.home-exhibition-slider .head .en-text {
  font-size: clamp(0.6rem, 1.5vw, 0.85rem);
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
  font-family: 'Shippori Mincho B1', serif;
}

.home-exhibition-slider .head .period {
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 400;
  /* padding-left: clamp(2rem, 2vw, 3.2rem); */
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  line-height: 1;
  left: 1rem;
  display: inline-table;
  margin-top: 10px;
}

.home-exhibition-slider .head .period:before {
  /* content: "";
  width: 6px;
  height: clamp(0.7rem, 3.6vw, 51px);
  background: #000;
  position: absolute;
  left: -0.3rem;
  top: 0; */
}

.home-exhibition-slider .head .period .year {
  /* font-size: clamp(0.8rem, 1.6vw, 1.7rem);
  width: clamp(1.4rem, 2.4vw, 2.6rem);
  display: inline-block;
  word-break: break-all;
  font-weight: 600; */
}

.home-exhibition-slider .head .period .slash {
  /* font-size: clamp(2rem, 2.5vw, 3rem); */
}

.home-exhibition-slider .head .period .end {
  /* position: relative;
  padding-left: clamp(1.5rem, 1.5vw, 2rem);
  padding-left: 2.5rem; */
}

/* .home-exhibition-slider .head .period .end:before {
  content: "";
  position: absolute;
  background-image: url(/images/img/icon-img/arrow_period.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(0.875rem, 1.4vw, 2rem);
  height: 7px;
  top: clamp(1.2rem, 2.2vw, 2.2rem);
  left: clamp(0.5rem, -5vw, -20rem);
} */

.home-exhibition-slider .externals {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-exhibition-slider .externals a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: clamp(1.1rem, 2.2vw, 2.2rem);
}

.home-exhibition-slider .externals .no-link {
  opacity: 0.3;
}

.home-exhibition-slider .externals .svg-inline--fa {
  margin-left: clamp(0.7rem, 1.3vw, 1.3rem) !important;
}

.home-exhibition-slider .owl-carousel.owl-loaded {
  display: block;
}

/* Tablet-specific styles */
@media (min-width: 768px) and (max-width: 1164px) {
  .main-menu-mobile {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: unset !important;
  }
}


@media screen and (max-width: 767px) {
  .home-exhibition-slider .head {
    flex-direction: column;
    text-align: center;
  }

  .home-exhibition-slider .head .period {
    font-weight: 600;
    padding-left: 0;
    left: 0;
    margin-top: 0;
  }

  .home-exhibition-slider .head .period:before {
    content: none;
  }

  .home-exhibition-slider .externals {
    margin-bottom: 1.5rem
  }

  .home-exhibition-slider .head .title {
    font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  }

  .home-exhibition-slider .head .en-text {
    font-size: clamp(0.8rem, 1.2vw, 1.5rem);
    text-align: center;
  }

  .home-exhibition-slider .head .title {
    margin-bottom: 0.5rem;
  }
}

.home-exhibition-slider .owl-carousel .owl-item .item-wrap {
  position: relative;
  width: 62vw;
  /* height: 36vw; */
  height: 38vw;
  margin: auto;
  filter: opacity(100%);
  transition-duration: 0.5s;
}

.home-exhibition-slider .owl-carousel .owl-item .item-wrap:hover {
  filter: opacity(70%);
  transition-duration: 0.5s;
  opacity: 0.9;
}

.home-exhibition-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.home-exhibition-slider .owl-carousel .item .item-wrap .work {
  position: absolute;
}

.home-exhibition-slider .owl-carousel .owl-item .item-wrap img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  display: initial;
}

.home-exhibition-slider .owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% - 4vw);
  font-size: modular-scale(2);
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 4.5rem;
  height: 2.4rem;
  border-radius: 0;
  text-align: center;
  color: #000;
  margin: 0;
  background-color: rgb(255 255 255 / 50%) !important;
  /* -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1); */
  z-index: 99;
}

.home-exhibition-slider .owl-carousel .item .item-wrap:before {
  /*background: #ececec;*/
  content: "";
  width: 66.6666vw;
  height: 25.5vw;
  /* height: 36vw;*/
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.home-exhibition-slider .owl-carousel .owl-item.active .item .item-wrap .prd-title {
  font-size: 1.3rem;
}

.home-exhibition-slider .owl-carousel .item {
  position: relative;
  margin-bottom: 80px;
}

.home-exhibition-slider .owl-carousel .item .icon {
  width: clamp(3.2rem, 6vw, 74px);
  height: clamp(3.2rem, 6vw, 74px);
  position: absolute;
  bottom: clamp(-1.6rem, -3vw, -36px);
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.home-exhibition-slider .owl-carousel .item .icon img {
  border-radius: 50%;
  border: 3px solid #FFF;
  width: 100%;
  height: 100%;
}

.home-exhibition-slider .owl-carousel .item .data {
  position: absolute;
  bottom: -100px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Shippori Mincho B1', serif;
  width: 100%;
}

.home-exhibition-slider .owl-carousel .item .data h3 {
  font-size: clamp(1.125rem, 1.7vw, 1.875rem);
}

.home-exhibition-slider .owl-carousel .item .data h3 span {
  font-size: clamp(0.925rem, 1.1vw, 1.6rem);
  line-height: 1.8;
  padding: 0 12px;
}

.home-exhibition-slider .owl-carousel .item .data h4 {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  font-weight: 600;
}

.home-exhibition-slider .owl-carousel .item .data .a-name {
  font-size: clamp(0.925rem, 1vw, 1.125rem);
  font-weight: 600;
}

.home-exhibition-slider .carousel-padding {
  max-width: 66.6667%;
}

@media only screen and (max-width: 991.98px) {
  .home-exhibition-slider .owl-carousel .item .data {
    bottom: -77px;
  }

  .home-exhibition-slider .owl-carousel .item .data h3,
  .home-exhibition-slider .owl-carousel .item .data h4,
  .home-exhibition-slider .owl-carousel .item .data .a-name {
    line-height: 1.2
  }
}

@media only screen and (max-width: 767px) {
  .home-exhibition-slider .owl-carousel .owl-item .item-wrap {
    width: 100%;
    /* height: 67vw; */
    height: 63vw;
  }

  .home-exhibition-slider .owl-carousel .item .item-wrap:before {
    width: 67vw;
    /* height: 67vw;*/
    height: 48vw;
  }

  .home-exhibition-slider .owl-theme .owl-nav [class*=owl-] {
    top: calc(38%);
    font-size: modular-scale(1);
    width: 2.5rem;
    height: 2.5rem;
    /* display: none; */
  }

  .svg-inline--fa.fa-w-8 {
    width: 0.4rem;
  }

  .home-exhibition-slider .carousel-padding {
    max-width: 100%;
  }
}

.home-exhibition-slider button:hover,
button:focus {
  color: unset !important;
  border: unset !important;
  background: unset !important;
  outline: unset !important
}

/*-----------------------------------------------
|   Owl Carousel
-----------------------------------------------*/
.home-exhibition-slider .owl-nav.disabled {
  display: block !important;
}

.home-exhibition-slider .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}


.home-exhibition-slider .owl-theme .owl-dots .owl-dot {
  padding: 1.25rem 0;
}

.home-exhibition-slider .owl-theme .owl-dots .owl-dot span {
  border-radius: 0.1875rem;
  width: 3rem;
  height: 2px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  /* transition: background-color 0.4s ease-in-out; */
}

.home-exhibition-slider .owl-theme .owl-nav {
  margin-top: 0;
  cursor: pointer;
}

/*
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #fff;
  color: #000;
  opacity: 1 !important;
}
*/
.home-exhibition-slider .owl-theme .owl-nav .owl-prev {
  left: calc(1.1vw);
}

.home-exhibition-slider .owl-theme .owl-nav .owl-next {
  right: calc(-1.5vw);
}

.home-exhibition-slider .owl-theme:hover .owl-nav [class*=owl-],
.owl-theme:focus .owl-nav [class*=owl-] {
  opacity: 0.5;
}

.home-exhibition-slider .owl-theme.nav-square .owl-nav {
  margin-top: 0;
}

.home-exhibition-slider .owl-theme.nav-square .owl-nav [class*=owl-] {
  border-radius: 0;
}

.home-exhibition-slider .owl-theme.owl-nav-outer .owl-nav .owl-prev {
  left: 3.75rem;
}

.home-exhibition-slider .owl-theme.owl-nav-outer .owl-nav .owl-next {
  right: 3.75rem;
}

.home-exhibition-slider .owl-theme.owl-dots-inner .owl-dots {
  bottom: -5vw !important;
}

.home-exhibition-slider .owl-theme.owl-dot-round .owl-dots .owl-dot span {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 50%;
}

.home-exhibition-slider .owl-theme.owl-theme-info .owl-dots .owl-dot span {
  border: 1px solid #17a2b8 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-info .owl-dots .owl-dot.active span {
  background-color: #17a2b8 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-success .owl-dots .owl-dot span {
  border: 1px solid #28a745 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-success .owl-dots .owl-dot.active span {
  background-color: #28a745 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-warning .owl-dots .owl-dot span {
  border: 1px solid #ffc107 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-warning .owl-dots .owl-dot.active span {
  background-color: #ffc107 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-danger .owl-dots .owl-dot span {
  border: 1px solid #dc3545 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-danger .owl-dots .owl-dot.active span {
  background-color: #dc3545 !important;
}

.home-exhibition-slider .owl-theme.owl-theme-black .owl-dots .owl-dot span {
  border: 1px solid black !important;
}

.home-exhibition-slider .owl-theme.owl-theme-black .owl-dots .owl-dot.active span {
  background-color: black !important;
}

.home-exhibition-slider .owl-theme.owl-theme-white .owl-dots .owl-dot span {
  border: 1px solid white !important;
}

.home-exhibition-slider .owl-theme.owl-theme-white .owl-dots .owl-dot.active span {
  background-color: white !important;
}

.home-exhibition-slider .owl-theme.owl-eq-items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-exhibition-slider .owl-theme.owl-eq-items .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  width: 100% !important;
}

/*-----------------------------------------------
|   Owl Carousel Customization
-----------------------------------------------*/
.home-exhibition-slider .owl-loaded.owl-dots-inner .owl-dots {
  bottom: -9rem !important;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .home-exhibition-slider {
    padding: 0.4vw 0 2vw;
  }

  .home-exhibition-slider .owl-theme .owl-nav .owl-prev {
    left: -4px;
  }

  .home-exhibition-slider .owl-loaded.owl-dots-inner .owl-dots {
    bottom: -2rem !important;
  }
}

.home-exhibition-slider .owl-loaded .owl-dots .owl-dot span {
  position: relative;
  /* overflow: hidden; */
  height: 2px;
  width: 3rem;
  display: block;
  margin: 1px;
  border-radius: 0;
}

.home-exhibition-slider .owl-loaded .owl-dots .owl-dot span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  top: 0;
  left: 0;
  /* -webkit-transform: translateX(-100%); */
  -ms-transform: translateX(-100%);
  /* transform: translateX(-100%); */
  /* border-radius: 0.1875rem; */
}

.home-exhibition-slider .owl-loaded .owl-dots .owl-dot.active span:after {
  background-color: #000;
}

.home-exhibition-slider .owl-loaded .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 0) !important;
}

@-webkit-keyframes owlNavAnimate {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  85% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes owlNavAnimate {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  85% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.home-exhibition-slider .owl-theme.owl-theme-vertical .owl-dots {
  height: 1.125rem;
  margin-top: 0 !important;
  -webkit-transform: translate3d(50%, -50%, 0) rotate(90deg);
  transform: translate3d(50%, -50%, 0) rotate(90deg);
  top: 50%;
  right: 0.5625rem;
  margin-right: -2.5rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  text-align: center;
}

.home-exhibition-slider .owl-theme.owl-theme-vertical.owl-dots-inner .owl-dots {
  margin-right: 2.5rem;
}

section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home .overall article {
  width: calc(100% - 370px);
  padding-top: 3.5rem;
  max-width: 898px;
}

.home article .upcoming {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 2.4rem;
}

@media (min-width: 992px) {
  section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.home article .upcoming h2 {
  background: #3b3b3b;
  color: #FFF;
  font-size: clamp(1rem, 1.5vw, 1.375rem);
  font-weight: 600;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: 100%;
  margin-bottom: 3rem;
  font-family: 'Shippori Mincho B1', serif;
}

.home article .upcoming .upcoming-area {
  width: calc(100% - 80px);
  font-family: 'Shippori Mincho B1', serif;
  /* display: flex
; */
  position: relative;
  left: 80px;
}

.home article .upcoming .upcoming-area .period {
  transform: rotate(90deg);
  /* word-wrap: break-word; */
  position: absolute;
  /* width: 400px; */
  left: -10px;
  top: 42px;
  font-family: 'Manrope', sans-serif;
  transform-origin: left top;
}

.home article .upcoming .upcoming-area .period .year {
  transform: rotate(-90deg);
  position: absolute;
  top: 28%;
  left: -12%;
  font-size: 1.5rem;
  font-weight: 600;
}

.home article .upcoming .upcoming-area .period .start,
.home article .upcoming .upcoming-area .period .end {
  transform: rotate(90deg);
  /* display: inline-block; */
  font-size: 3.7rem;
  /* white-space: nowrap; */
  /* width: 200px; */
  /* position: absolute; */
}

.home article .upcoming .upcoming-area .period .start .slash,
.home article .upcoming .upcoming-area .period .end .slash {
  font-size: 2.5rem;
}

.home article .upcoming .upcoming-area .period .end {
  padding-left: 3.5rem;
  position: relative;
}

.home article .upcoming .upcoming-area .period .end:before {
  content: "";
  position: absolute;
  background-image: url(/images/img/icon-img/arrow_period.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(1rem, 1vw, 2rem);
  height: 7px;
  top: 2.5rem;
  left: 1rem;
}

.home article .upcoming .upcoming-area .upcoming-exhibition {
  /* height: calc(100% / 3); */
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home article .upcoming .upcoming-area .upcoming-exhibition:before {
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  left: 0;
  bottom: 1.5rem;
  position: absolute;
}

.home article .upcoming .upcoming-area .upcoming-exhibition .text {
  width: calc(100% - 250px);
}

.home article .upcoming h3 {
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1.5;
  font-size: clamp(0.95rem, 1vw, 1.75rem);
}

.home article .upcoming h3 .type {
  display: block;
  font-size: 1rem;
}

.home article .upcoming .upcoming-area .upcoming-exhibition .pic {
  width: 240px;
  position: relative;
  height: 160px;
}

.home article .upcoming .upcoming-area .upcoming-exhibition .pic img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;';
  display: initial;
  position: relative;
}


@media screen and (max-width: 991px) {
  .overall>.row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home .overall article {
    width: 100%;
    max-width: 100%;
  }

  .home article .container {
    position: relative;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home .overall article {
    padding-top: 2rem;
  }
}

.home article .upcoming {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 2.4rem;
}

.home article .upcoming h2 {
  background: #3b3b3b;
  color: #FFF;
  font-size: clamp(1rem, 1.5vw, 1.375rem);
  font-weight: 600;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: 100%;
  margin-bottom: 3rem;
  font-family: 'Shippori Mincho B1', serif;
}

.home article .upcoming h3 {
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1.5;
  font-size: clamp(0.95rem, 1vw, 1.75rem);
}

.home article .upcoming h3 .type {
  display: block;
  font-size: 1rem;
}

.home article .upcoming .upcoming-area {
  width: calc(100% - 80px);
  font-family: 'Shippori Mincho B1', serif;
  /* display: flex; */
  position: relative;
  left: 80px;
}

.home article .upcoming .upcoming-area .upcoming-exhibition {
  /* height: calc(100% / 3); */
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home article .upcoming .upcoming-area .upcoming-exhibition:hover {
  text-decoration: none;
  opacity: 0.5;
}


.home article .upcoming .upcoming-area .upcoming-exhibition .text {
  width: calc(100% - 250px);
}

.home article .upcoming .upcoming-area .upcoming-exhibition .pic {
  width: 240px;
  position: relative;
  height: 160px;
}

.home article .upcoming .upcoming-area .upcoming-exhibition .pic img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;';
  display: initial;
  position: relative;
}

.home article .upcoming .upcoming-area .upcoming-exhibition:before {
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  left: 0;
  bottom: 1.5rem;
  position: absolute;
}

.home article .upcoming .pic-area {
  width: 64%;
  display: flex;
  max-height: 28rem;
}

.home article .upcoming .pic-area a img {
  transition: all 0.4s ease-in-out;
}

.home article .upcoming .pic-area a:hover img {
  opacity: 0.6;
}

.home article .upcoming .pic-area1 img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
}

.home article .upcoming .pic-area2 img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
}

.home article .upcoming .pic-area .pic-area1,
.home article .upcoming .pic-area .pic-area2 {
  width: 50%;
}

.home article .upcoming .pic-area .pic-area1 .pic1 {
  width: 100%;
  height: 100%;
}

.home article .upcoming .pic-area .pic-area2 .pic2,
.home article .upcoming .pic-area .pic-area2 .pic3 {
  width: 100%;
  height: 50%;
}

.home article .upcoming .pic-area .pic-area2 .pic3 {
  height: calc(50% - 1px);
  margin-top: 1px;
}

.home article .upcoming .upcoming-area .period {
  transform: rotate(90deg);
  /* word-wrap: break-word; */
  position: absolute;
  /* width: 400px;*/
  left: -10px;
  top: 42px;
  font-family: 'Manrope', sans-serif;
  transform-origin: left top;
}

.home article .upcoming .upcoming-area .period .start,
.home article .upcoming .upcoming-area .period .end {
  transform: rotate(90deg);
  /* display: inline-block; */
  font-size: 3.7rem;
  /* white-space: nowrap; */
  /* width: 200px; */
  /* position: absolute; */
}

.home article .upcoming .upcoming-area .period .end {
  padding-left: 3.5rem;
  position: relative;
}

.home article .upcoming .upcoming-area .period .end:before {
  content: "";
  position: absolute;
  background-image: url(/images/img/icon-img/arrow_period.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(1rem, 1vw, 2rem);
  height: 7px;
  top: 2.5rem;
  left: 1rem
}

.home article .upcoming .upcoming-area .period .start .slash,
.home article .upcoming .upcoming-area .period .end .slash {
  font-size: 2.5rem;
}

.home article .upcoming .upcoming-area .period .year {
  transform: rotate(-90deg);
  position: absolute;
  top: 28%;
  left: -12%;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1199.98px) {
  .home article .upcoming .upcoming-area {
    /* width: 100%; */
  }

  .home article .upcoming .pic-area {
    width: 100%;
  }

  .home article .upcoming .upcoming-area .upcoming-area1 .upcoming1:before,
  .home article .upcoming .upcoming-area .upcoming-area1 .upcoming2:before {
    bottom: 0.5rem;
  }

  .home article .upcoming .upcoming-area .upcoming-area1>div {
    height: auto;
    padding-bottom: 1rem
  }

  .home article .upcoming .upcoming-area .upcoming-exhibition .pic {
    width: 180px;
    height: 120px;
  }

  .home article .upcoming .upcoming-area .upcoming-exhibition .text {
    width: calc(100% - 200px);
  }
}

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

  .home article .upcoming h2,
  .group-exhibition h2,
  .interview h2,
  .attention h2,
  .recommend h2 {
    text-align: center
  }
}

@media screen and (max-width: 767px) {
  .overall article {
    width: 100%;
  }

  .home article .upcoming .pic-area {
    max-height: calc(74vw - 40px);
  }

  .home article .upcoming .upcoming-area .period .year {
    top: 32%;
    left: -9%;
    font-size: 0.9rem;
  }

  .home article .upcoming .upcoming-area .period .start,
  .home article .upcoming .upcoming-area .period .end {
    font-size: 2.4rem;
  }

  .home article .upcoming .upcoming-area .period .end:before {
    height: 5px;
    top: 1.5rem;
    left: 1rem
  }

  .home article .upcoming .upcoming-area .period {
    width: 400px;
    left: 0;
    top: 16px;
  }

  .home article .upcoming .upcoming-area {
    left: 50px;
  }

  /* .home article .upcoming h3 {
    font-size: 1.125rem;
  }
*/
  .home article .upcoming h3 .type {
    font-size: 0.725rem;
  }

  .home article .upcoming .upcoming-area {
    width: calc(100% - 50px);
  }

  .home article .upcoming {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .home article .upcoming .upcoming-area .upcoming-exhibition .pic {
    width: 100px;
    height: 75px;
  }

  .home article .upcoming .upcoming-area .upcoming-exhibition .text {
    width: calc(100% - 120px);
  }

  .home article .upcoming .upcoming-area .period .start,
  .home article .upcoming .upcoming-area .period .end {
    font-size: 2rem;
  }

  .home article .upcoming .upcoming-area .period .year {
    top: 39%;
    left: -9%;
    font-size: 0.75rem;
  }

  .home article .upcoming .upcoming-area .period .end:before {
    height: 5px;
    top: 1.2rem;
    left: 1rem
  }
}

.sidebar .container {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  /* padding: 20px; */
}

.sidebar .bnr-area {
  width: 340px;
  padding-top: 50px;
}

.sidebar .bnr-area video {
  width: 340px;
  height: auto;
}

.sidebar .bnr-area .bnr1 {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar .bnr-area .bnr1:hover {
  opacity: 0.6;
}

.sidebar .bnr-area img {
  width: 100%
}

.sidebar .ranking {
  width: 340px;
  background: #ebebeb;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.sidebar .ranking h4 {
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  color: #FFF;
  background: #000;
  line-height: 1.1;
}

.sidebar .ranking .rank-in {
  text-align: center;
  margin-bottom: 1.6rem;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  position: relative;
}

.sidebar .ranking h4 span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffc3b7;
}

.sidebar .ranking h4 span span {
  font-size: 1.8rem;
}

.sidebar .ranking h4:before {
  content: "";
  width: 15px;
  height: 1px;
  top: -1px;
  left: -1px;
  background: #FFF;
  position: absolute;
  z-index: 1;
}

.sidebar .ranking h4:after {
  content: "";
  width: 15px;
  height: 1px;
  bottom: -1px;
  right: -1px;
  background: #FFF;
  position: absolute;
  z-index: 1;
}

.sidebar .ranking .title,
.recommend .recommend-item .title {
  line-height: 1.3;
  font-size: 0.875rem;
  /* padding: 0 14px; */
  font-weight: 600;
  position: relative;
}

.sidebar .ranking .title {
  padding: 0 3.5rem;
}

.sidebar .ranking .artist,
.recommend .recommend-item .artist {
  font-size: 0.875rem;
  font-weight: 400;
}

.sidebar .ranking .price,
.recommend .recommend-item .price {
  font-size: 0.875rem;
  color: #898989;
}

.sidebar .ranking .price.soldout,
.recommend .recommend-item .price.soldout {
  color: #b86978;
}

.sidebar .ranking .price.not-sale,
.recommend .recommend-item .price.not-sale {
  color: #262626;
  font-weight: 600;
}

.sidebar .ranking .rank-in .item-wrap {
  position: relative;
  /* width: 100%; */
  height: 266px;
  background: #f5f5f5;
  margin: 0.8rem 3rem;
}

.sidebar .ranking .rank-in .item-wrap:before {
  content: "";
  width: 36px;
  height: 36px;
  background: #666666;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1
}

.sidebar .ranking .rank-in .item-wrap:after {
  font-size: 1rem;
  position: absolute;
  left: 0;
  height: 0;
  z-index: 1;
  color: #FFF;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.sidebar .ranking .rank-in.top1 .item-wrap:after {
  content: "1";
}

.sidebar .ranking .rank-in.top2 .item-wrap:after {
  content: "2";
}

.sidebar .ranking .rank-in.top3 .item-wrap:after {
  content: "3";
}

.sidebar .ranking .rank-in.top4 .item-wrap:after {
  content: "4";
}

.sidebar .ranking .rank-in.top5 .item-wrap:after {
  content: "5";
}

.sidebar .ranking .rank-in .item-wrap a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar .ranking .rank-in .item-wrap a:hover {
  opacity: 0.6;
}

.sidebar .ranking .rank-in img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  display: initial;
}

.sidebar .sponsored {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 2rem;
}

.sidebar .sponsor {
  width: 340px;
  padding: 10px 14px 20px;
  text-align: center;
}

.sidebar .sponsored h4 {
  text-align: center;
  background: #000;
  color: #FFF;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  padding: 1rem;
}

.sidebar .sponsor a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar .sponsor a:hover {
  opacity: 0.6;
}

.sidebar .sponsor img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
  margin-bottom: 0.5rem
}

.sidebar .sponsor .gallery-name {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 1rem;
}

.navbar .tagline {
  color: #FFF;
  font-size: clamp(0.7rem, 1vw, 0.875rem);
  line-height: 1.3;
  margin-left: 1.5rem;
  letter-spacing: 0.1rem;
  margin-right: 1.5rem;
}

.navbar .form-group {
  margin-bottom: 0;
  /* margin-left: 1.5rem; */
  width: clamp(230px, 23vw, 300px);
  position: relative;
}

.navbar .form-group:before {
  /* content: url(../img-renew2022/icon/search.svg); */
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
}

.l-header__searchArea {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 470px) {
  .l-header__searchArea {
    width: 80%;
  }

  .link-header {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .tagline {
    margin-left: 1rem;
  }

  section aside {
    width: 100%;
  }

  .sidebar .container {
    padding: 0 20px;
  }

  .sidebar .bnr-area {
    width: 100%;
    text-align: center;
  }

  .sidebar .ranking,
  .sidebar .sponsored,
  .sidebar .sponsor {
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .navbar .form-group {
    margin-bottom: 0;
    /* margin-left: 1.5rem; */
    width: 100%;
    position: relative;
  }
}

.side-nav {}

.side-nav h3 {
  color: #FFF;
  font-size: clamp(0.825rem, 1.1vw, 1.25rem);
  background: #000;
  text-align: center;
  padding: clamp(0.825rem, 1.1vw, 1.25rem);
  margin-bottom: 0;
  position: relative;
}

.side-nav h3 span {
  font-size: 0.9375rem;
  display: block;
  line-height: 1.3;
  padding-top: 1.5rem;
  position: relative;
}

.side-nav h3 span:before {
  content: "";
  width: 80%;
  height: 1px;
  background: #686868;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  position: absolute;
}

.side-nav .sub-menu {
  margin-bottom: 2rem;
}

.side-nav .sub-menu li a {
  background: #7a7a7a;
  padding: 1rem 2rem 1rem 4rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  font-family: 'Shippori Mincho B1', serif;
  font-size: clamp(0.825rem, 1vw, 1rem);
  font-weight: 300;
  color: #FFF;
  line-height: 1;
}

.side-nav .sub-menu li a:hover {
  background: #cccccc;
  color: black;
}

.side-nav .sub-menu .parent {
  background: #4f4f4f;
}

.side-nav .sub-menu .parent:hover {
  background: #7e7e7e;
  color: #FFF;
}

.sub-menu .parent {
  position: relative;
  padding-left: 4rem;
}

.icon-favor {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.icon-favor:before {
  content: "";
  background: url(/images/img/icon-img/icon-favor.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -1px;
}



.sidebar .ranking .rank-in .icon-favor {
  /* left: 4.5rem !important; */
}

.remodal .product-content .title .icon-favor {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: auto;
  left: auto !important;
}

.remodal .product-content .title .icon-favor:before {
  width: 20px;
  height: 20px;
  /* top: -0.9rem; */
  right: 0;
  position: absolute;
}


@media only screen and (max-width: 767px) {
  .no-exist-u767 {
    display: none;
  }
}

.no-exist-o768 {
  display: block;
}

@media only screen and (min-width: 768px) {
  .no-exist-o768 {
    display: none;
  }
}

.p-exhibitionBanner__wrap img {
  position: relative;
  z-index: 0;
}

.p-exhibitionBanner__wrap {
  border-left: none;
  text-align: center;
}

.p-exhibitionBanner__wrap img:after {
  content: "";
  width: 8px;
  height: 100%;
  background: #807251;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

nav .breadcrumb {
  display: none;
}

#content-list h1 {
  margin-bottom: 8rem;
}


.recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.group-exhibition h2,
.interview h2,
.attention h2,
.recommend h2 {
  position: relative;
  font-size: clamp(1.125rem, 1.65vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 3.5rem;
  line-height: 1.3;
  font-family: 'Shippori Mincho B1', serif;
  width: 100%;
}

.group-exhibition h2:before,
.interview h2:before,
.recommend h2:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  right: 0;
  bottom: -1rem;
  position: absolute;
}

.group-exhibition h2 .en,
.interview h2 .en,
.attention h2 .en,
.recommend h2 .en {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  display: block;
  font-weight: 400;
  /* font-family: 'Manrope', sans-serif; */
  font-family: 'EB Garamond', 'Shippori Mincho B1', serif;
  padding-left: 0.2rem;
}

.recommend .recommend-item {
  width: calc(100% / 4 - 1.5rem);
  text-align: center;
  margin-bottom: 1.7rem;
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
}

.recommend .recommend-item .item-wrap {
  position: relative;
  /* width: 100%; */
  height: 194px;
  margin-bottom: 0.5rem;
}

.recommend .recommend-item .title {}

.recommend .recommend-item .item-wrap img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  display: initial;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.recommend .recommend-item .item-wrap img:hover {
  opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 992px) {
  .recommend .recommend-item {
    width: calc(100% / 3 - 1.5rem);
  }
}

@media screen and (max-width: 767px) {
  .recommend .recommend-item {
    width: calc(100% / 2 - 0.5rem);
  }

  .banner1 {
    padding: 0;
  }
}

.group-exhibition {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.group-exhibition .current {
  margin-bottom: 14px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: calc(100% / 2 - 7px);
  aspect-ratio: 16 / 11;
}

.group-exhibition.row-3 .current {
  width: calc(100% / 3 - 6px);
}

.group-exhibition.row-1 .current {
  width: 100%;
  padding: 20px 0;
}

.group-exhibition .current:hover {
  opacity: 0.6;
}

.group-exhibition .current img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;';
  display: initial;
}

.group-exhibition .btn,
.interview .btn,
.attention .btn,
.recommend .btn,
.sponsored .btn {
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  /* left: 1rem; */
  /* text-align: left; */
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  min-width: 290px;
}

.group-exhibition .btn:hover,
.interview .btn:hover,
.attention .btn:hover,
.recommend .btn:hover,
.sponsored .btn:hover {
  background: #000;
  color: #FFF !important;
  text-align: center;
}

.group-exhibition .btn:before,
.interview .btn:before,
.attention .btn:before,
.recommend .btn:before,
.sponsored .btn:before {
  content: "";
  background: url(/images/img-renew2022/icon/arrow-btn.svg);
  width: 8px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 13px;
}

.group-exhibition .btn:hover:before,
.interview .btn:hover:before,
.attention .btn:hover:before,
.recommend .btn:hover:before,
.sponsored .btn:hover:before {
  background: url(/images/img-renew2022/icon/arrow-btn-wh.svg);
}


.interview {
  padding: 3.5rem 0;
}

.interview .wrap-interview {
  display: flex;
  font-family: 'Shippori Mincho B1', serif;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
  margin-bottom: 3rem;
}

.interview .wrap-interview .head p {
  margin: 0;
  text-align: right;
}

.interview .area1 img {
  width: 100%;
  object-fit: cover !important;
  font-family: 'object-fit: cover;';
  display: initial;
  overflow: hidden;
  height: 100%;
}

.interview .wrap-interview .pic {
  display: block;
}

.interview .wrap-interview .area1 {
  width: calc(100% / calc(3 / 2) - 4px);
  /* height: calc(100% / calc(3 / 2)); */
  /* height: 100%; */
}

.interview .wrap-interview .area2 {
  width: calc(100% / 3);
  /* height: calc(100% / calc(3 / 2)); */
}

/* area1-tate */
.interview .wrap-interview .area1 .interview1-tate {
  display: flex;
  width: 100%;
  border: 1px solid;
  /* height: calc(100% / calc(3 / 2) ); */
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.interview .wrap-interview .area1 .interview1-tate .pic {
  width: calc(100% / calc(3 / 2));
}

.interview .wrap-interview .area1 .interview1-tate .head {
  width: calc(100% / 3);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.7rem 1.2rem;
  text-orientation: upright;
  /* height: calc(100% / calc(3 / 2)); */
}

.interview .wrap-interview .area1 .interview1-tate .head h3 {
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
  margin: 0;
  margin-left: 1rem;
  line-height: 1.5;
  height: 100%;
  /* padding: 0; */
  /* margin: 0; */
}

.interview .wrap-interview .area1 .interview1-tate .head p {
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .interview .wrap-interview .area1 .interview1-tate .head h3 {
    max-height: 650px;
  }
}

/* interview1-yoko */
.interview .wrap-interview .area1 .interview1-yoko {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid;
  height: 100%;
  /* overflow: hidden; */
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.interview .wrap-interview .area1 .interview1-yoko .pic {
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.interview .wrap-interview .area1 .interview1-yoko .head {
  width: 100%;
  height: 30%;
  padding: 0.5rem;
}

.interview .wrap-interview .area1 .interview1-yoko .head h3 {
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
  margin: 0;
  /* margin-left: 1rem; */
  line-height: 1.5;
  /* padding: 0; */
  margin: 0 1rem;
}

.interview .wrap-interview .area1 .interview1-yoko .head p {
  font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .interview .wrap-interview .area1 .interview1-yoko .head p {
    font-size: 1rem;
  }
}

/* area-yoko */
.interview .area2 .interview2-yoko img,
.interview .area2 .interview3-yoko img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  font-family: 'object-fit: cover;';
  display: initial;
}

.interview .wrap-interview .area2 .interview2-yoko {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid;
  height: calc(100% / 2);
  /* overflow: hidden; */
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* area2-tate */
.interview .area2 .interview2-tate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
}

.interview .wrap-interview .area2 .interview2-tate {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid;
  height: calc(100% / 2);
  /* overflow: hidden; */
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.interview .wrap-interview .area2 .interview2-tate .pic,
.interview .wrap-interview .area2 .interview3-tate .pic {
  width: calc(100% / calc(3 / 2));
  height: 100%;
  overflow: hidden;
}

.interview .wrap-interview .area2 .interview2-tate img,
.interview .wrap-interview .area2 .interview3-tate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
}

.interview .wrap-interview .area2 .interview2-tate .head,
.interview .wrap-interview .area2 .interview3-tate .head {
  width: calc(100% / 3);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.5rem 0.4rem;
}

/* area2-yoko */
.interview .wrap-interview .area2 .interview2-yoko .pic,
.interview .wrap-interview .area2 .interview3-yoko .pic {
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.interview .wrap-interview .area2 .interview2-yoko .head,
.interview .wrap-interview .area2 .interview3-yoko .head {
  width: 100%;
  height: 30%;
  padding: 0.4rem 0.6rem;
}

.interview .wrap-interview .area2 .interview2-yoko .head h3,
.interview .wrap-interview .area2 .interview3-tate .head h3,
.interview .wrap-interview .area2 .interview3-yoko .head h3,
.interview .wrap-interview .area2 .interview2-tate .head h3 {
  line-height: 1.3;
  font-size: 1.125rem;
  margin: 0;
}

.interview .wrap-interview .area2 .interview3-tate .head h3,
.interview .wrap-interview .area2 .interview2-tate .head h3 {
  height: 100%;
}

.interview .wrap-interview .area2 .interview3-tate,
.interview .wrap-interview .area2 .interview3-yoko {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid;
  margin-top: 4px;
  height: calc(100% / 2 - 4px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.interview .wrap-interview .area1 .interview1-tate:hover,
.interview .wrap-interview .area1 .interview1-yoko:hover,
.interview .wrap-interview .area2 .interview2-tate:hover,
.interview .wrap-interview .area2 .interview2-yoko:hover,
.interview .wrap-interview .area2 .interview3-tate:hover,
.interview .wrap-interview .area2 .interview3-yoko:hover {
  text-decoration: none;
  opacity: 0.5;
}

.interview .wrap-interview center {
  text-align: center !important;
}

@media screen and (min-width: 1024px) {

  .interview .wrap-interview .area2 .interview3-tate .head h3,
  .interview .wrap-interview .area2 .interview2-tate .head h3 {
    max-height: 270px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .interview .wrap-interview .area1 {
    width: 100%;
    height: auto;
  }

  .interview .wrap-interview .area1 {
    margin-bottom: 4px
  }

  .interview .wrap-interview .area2 {
    width: 100%;
  }

  .interview .wrap-interview .area1 .interview1-tate {
    height: auto;
  }

  .interview .wrap-interview .area1 .interview1-tate .head {
    height: calc(100% / calc(5 / 4));
  }

  .interview .wrap-interview .area1 .interview1-tate .head h3,
  .interview .wrap-interview .area1 .interview1-yoko .head h3 {
    font-size: 1.125rem;
    letter-spacing: 0.02rem;
    margin: 0;
  }

  .interview .wrap-interview .area1 .interview1-tate .head p {
    font-size: 1rem;
  }
}

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

  .interview .wrap-interview .area1 .interview1-tate .head h3,
  .interview .wrap-interview .area1 .interview1-yoko .head h3 {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin: 0;
  }

  .interview .wrap-interview .area1 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .interview .wrap-interview .area2 {
    width: 100%;
  }

  .interview .wrap-interview .area1 .interview1-tate .head h3 {
    margin-left: 0;
  }

  .interview .wrap-interview .area1 .interview1-tate {
    height: auto;
  }

  .interview .wrap-interview .area1 .interview1-tate .head,
  .interview .wrap-interview .area2 .interview2-tate .head,
  .area2 .interview3-tate .head {
    /* height: 100%; */
    max-height: 83vw;
  }

  .interview .wrap-interview .area1 .interview1-tate .head h3 {
    font-size: 1.125rem;
    letter-spacing: 0.02rem;
    margin: 0;
  }

  .interview .wrap-interview .area1 .interview1-tate .head p {
    font-size: 1rem;
  }

  .group-exhibition .btn,
  .interview .btn,
  .attention .btn,
  .recommend .btn {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-top: 2rem;
    max-width: 320px;
    width: 100%;
    min-width: 290px;
  }

  .interview .wrap-interview .area2 .interview3-tate,
  .interview .wrap-interview .area2 .interview3-yoko {
    margin-top: 1rem;
  }
}

@media (min-width: 500px) and (max-width: 992px) {
  .interview .wrap-interview .head {
    padding: 1.2rem !important;
  }
}

.attention {
  padding: 1rem 0 3rem;
}

.attention .wrap-attention {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 95px);
  left: 95px;
  position: relative;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.attention .wrap-attention .icon-artist {
  text-align: center;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 180px;
  width: 95px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -95px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.attention .wrap-attention .icon-artist:hover {
  text-decoration: none;
  opacity: 0.5;
}

.attention .wrap-attention .icon-artist:before {
  background: #FFF;
  width: 55px;
  height: 180px;
  position: absolute;
  left: 40px;
  top: -1px;
  content: "";
}

.attention .wrap-attention .icon-artist:after {
  background: #FFF;
  width: 50px;
  height: 100px;
  position: absolute;
  left: -1px;
  content: "";
}

.home .icon-favor.item-favorite {
  position: relative;
  left: 0;
  bottom: auto;
}

.attention .wrap-attention .thumb-works .icon-favor:before {
  right: 0 !important;
}

.attention .wrap-attention .icon-artist img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.attention .wrap-attention .icon-artist p {
  font-size: 0.8125rem;
  font-weight: 600;
  z-index: 1;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: -20px;
  z-index: 1;
  font-family: 'Shippori Mincho B1', serif;
}

.attention .wrap-attention .icon-favor {
  left: 1.1rem;
}

.thumb-works {
  width: calc(100% / 4 - 1vw);
  text-align: center;
  position: relative;
}

.thumb-works .item-wrap {
  /* width: calc(100% / 4); */
  height: 180px;
  width: 100%;
  background: #dfdfdf;
  margin-bottom: 0.3rem;
  position: relative;
}

.thumb-works .item-wrap a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.thumb-works .item-wrap a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.thumb-works .item-wrap img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  display: initial;
}

.thumb-works .title {
  font-size: 0.875rem;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  /* padding: 0 14px; */
}

.thumb-works .price {
  color: #898989;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: 'Shippori Mincho B1', serif;
}

.thumb-works .price.soldout {
  color: #b86978;
}

.thumb-works .price.not-sale {
  color: #262626;
}

@media only screen and (max-width: 767px) {
  .thumb-works {
    width: calc(100% / 2 - 2vw);
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
  }
}

@media only screen and (max-width: 599px) {
  .attention .wrap-attention {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    top: 95px;
    position: relative;
    justify-content: space-between;
    margin-bottom: 140px;
  }

  .attention .wrap-attention .icon-artist {
    text-align: center;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;
    height: 95px;
    width: 100%;
    /* z-index:-1; */
    position: relative;
    /* display:flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    position: absolute;
    left: 0;
    top: -110px;
  }

  .attention .wrap-attention .icon-artist:before {
    background: #FFF;
    width: 200px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
  }

  .attention .wrap-attention .icon-artist:after {
    background: #FFF;
    width: calc(100% + 10px);
    height: 50px;
    position: absolute;
    left: -2px;
    top: 45px;
  }
}

.attention h2 {
  border: 1px solid #000;
  padding: 1.185rem;
}

.banner2 {
  padding-top: 0;
}

@media (min-width: 992px) {
  section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.banner1 .bnr,
.banner2 .bnr {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banner1 img,
.banner2 img,
.current img {
  width: 100%;
  margin-bottom: 20px;
}

.row-home {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top-slider .owl-carousel .item .item-wrap:before {
  /* background: #ececec; */
  content: "";
  width: 66.6666vw;
  height: 25.5vw;
  /* height: 36vw; */
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.max-w-home {
  width: 90%;
  max-width: 1040px;
}

.btn-recomment {
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  min-width: 290px;
}

.btn-recomment:hover {
  background: #000;
  color: #FFF !important;
  text-align: center;
}

.home-exhibition-slider .owl-dots:after {
  content: '';
}

.h-full {
  height: 100% !important;
}

.sub-menu .parent::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.sub-menu .parent.parent1::before {
  background: url(/images/img-main2023/icon/icon-submenu1.svg);
  width: 28px;
  height: 23px;
  left: 1.5rem;
  background-size: cover;
}

.sub-menu .parent.parent2::before {
  background: url(/images/img-main2023/icon/icon-submenu2.svg);
  width: 18px;
  height: 26px;
  left: 1.8rem;
  background-size: cover;
}

.sub-menu .parent.parent3::before {
  background: url(/images/img-main2023/icon/icon-submenu3.svg);
  width: 26px;
  height: 24px;
  left: 1.5rem;
  background-size: cover;
}

.sidebar .sub-menu .dropdown-toggle::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/img-main2023/icon/arrow-toggle.svg);
  width: 15px;
  height: 9px;
  background-size: cover;
  border: none;
}

.link-header {
  background: #3f3f3f;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.link-header ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 10px 10px 10px 0;
}

.link-header ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}

.link-header ul li a.language {
  color: #666666;
  font-size: 12px;
}

.link-header ul li a:hover {
  text-decoration: underline;
}

.main-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
}

.main-menu-mobile {
  width: 100%;
}

.main-menu li,
.main-menu-mobile li {
  list-style: none;
}

.main-menu a,
.main-menu-mobile a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.language-selector-pc {
  display: none
}

.language-selector-pc .justify-content-left {
  justify-content: left;
  gap: 5px;
}

.language-selector-mobile {
  display: flex;
  align-items: center;
}

.set-language-mobile {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #b1b1b1;
  position: relative;
}

.language-dropdown {
  background: #3f3f3f;
}

.language-option a {
  color: #ffffff;
}

.language-active {
  background: #515151 !important;
}



/* Khi là màn hình PC (≥768px) */
@media screen and (min-width: 1165px) {
  .language-selector-pc {
    display: block;
  }

  .language-selector-mobile {
    display: none;
  }
}

.text-white {
  color: #ffffff !important;
}



@media (max-width: 767px) {

  .exhibition-carousel .owl-carousel .owl-stage,
  .webgroup-carousel .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }

  .link-header {
    min-height: 32px;
  }

  html[lang='en'] .language-selector-mobile,
  html[lang='fr'] .language-selector-mobile {
    gap: 15px;
  }

  html[lang='en'] .link-header ul li a,
  html[lang='fr'] .link-header ul li a {
    font-size: 13px;
  }

  .set-language-mobile {
    font-size: 12px;
  }

}

@media only screen and (max-width: 430px) {
  .link-header ul {
    gap: 15px !important;
  }

  html[lang='fr'] .link-header ul {
    gap: 3px !important;
  }

  html[lang='en'] .link-header ul {
    gap: 3px !important;
  }

  .link-header ul li a {
    font-size: 13px;
  }

}


@media only screen and (max-width: 375px) {
  .link-header ul {
    gap: 7px !important;
  }

}

.set-max-width-1040 {
  max-width: 1040px;
  margin: 0 auto;
}

section#about {
  padding: 0 !important;
}

.text-white-active {
  color: #a4a4a4 !important;
}