/* [ -- Master Stylesheet -- ]


/* :: Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('../bootstrap.min.css');
@import url('../classy-nav.css');
@import url('../animate.css');
@import url('../owl.carousel.css');
@import url('../flexslider.css');
@import url('../remodal.css');
@import url('../remodal-default-theme.css');
@import url('../font-awesome.min.css');
@import url('../smartphoto.min.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');



/* :: Import All CSS */
/* :: Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #262626;
  text-align: left;
  background-color: #fff;
  /* letter-spacing: 0.1em; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  /* font-family: biz-udpmincho, sans-serif; */
  font-family: 'Shippori Mincho B1', serif;
}

p {
  color: #262626;
  font-size: 1rem;
  line-height: 1.8;
  font-family: 'Shippori Mincho B1', serif;
}

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  color: #262626;
}

a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  /* font-size: 14px; */
}

.header-max-w,
.footer-max-w {
  max-width: 1040px;
}

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

.page-head {
  padding-top: 3.4rem;
  padding-bottom: 3rem;
}

.footer-link-custom-tablet-show {
  display: none;
}

/* Tablet-specific styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-link-custom-tablet-hidden {
    display: none !important;
  }

  .footer-link-custom-tablet-show {
    display: block !important;
    width: 100%;
    margin-left: 8rem;

  }

  .footer-link-custom-tablet-show a {
    display: block !important;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
  }





}

@media only screen and (max-width: 991px) {
  .page-head {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-head {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  a.note-external {
    left: 0px !important;
  }
}

.category-field .page-head h1 {
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 400;
}

.nav-functions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.classy-navbar .logo img {
  width: 66px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 27px;
  /* padding-right: 15px; */
  margin-bottom: 15px;
}

.nav-icons a {
  position: relative;
  /* margin: 0 14px; */
}

.nav-icons a:before {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  text-align: center;
  font-size: clamp(0.6rem, 0.5vw, 0.675rem);
  letter-spacing: 0;
}

.nav-icons a.cart img {
  min-width: 24px;
  width: 29.3px;
}

.classy-menu .classynav ul li a,
.classy-menu .classynav a.home,
.classy-menu .classynav a.guide,
.classy-menu .classynav a.login {
  margin: 0 !important;
}

.classynav ul li.solo {
  margin-bottom: 10px;
}

.nav-icons a.login:before {
  /* content: "ログイン/登録"; */
}

.nav-icons a.cart:before {
  content: "カート";
  bottom: -22px;
}

.nav-icons a.favor2:before {
  content: "お気に入り";
}

.nav-icons .favor2 img {
  min-width: 34px;
}

@media only screen and (max-width: 767px) {
  .nav-icons a {
    /* margin: 0 15px; */
  }

  .nav-icons a img {
    width: 16px !important;
  }

  .nav-icons .favor2 img {
    min-width: 26px;
  }

  .header-area .original-nav-area .classy-navbar .logo {
    top: 57px;
  }
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d0d0d;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#afterloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#original-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2400ms linear infinite;
  animation: original 2400ms linear infinite;
  z-index: 999;
}

#original-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2700ms linear infinite;
  animation: original 2700ms linear infinite;
}

#original-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 1800ms linear infinite;
  animation: original 1800ms linear infinite;
}

@-webkit-keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

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

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-50-0 {
  padding: 50px 0 0 0;
}

.section-padding-100-70 {
  padding: 100px 0 70px;
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

.section-padding-0-100 {
  padding: 0 0 100px;
}

.section-padding-100-20 {
  padding: 100px 0 20px 0;
}

#scrollUp {
  bottom: 60px;
  right: 60px;
  font-size: 13px;
  text-align: center;
  color: #878787;
  letter-spacing: 2px;
  border-bottom: 2px solid #878787;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1;
}

#scrollUp:hover {
  color: #30336b;
  border-color: #30336b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 52px;
    right: 30px;
  }
}

.bg-gray {
  background-color: #f1f1f1;
}

.background-overlay {
  position: relative;
  z-index: 2;
}

.background-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

/* :: Header Area CSS */
.header-area {
  position: relative;
  width: 100%;
  z-index: 100;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .header-area {
    position: relative;
    background: #FFF;
    /* height: 140px; */
    /* position: fixed; */
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

.header-area .top-header .top-social-area {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header .top-social-area {
    text-align: left;
  }
}

.header-area .top-header .top-social-area a {
  display: inline-block;
  padding: 5px 15px;
  color: #000000;
  font-size: 13px;
}

.header-area .top-header .top-social-area a:hover,
.header-area .top-header .top-social-area a:focus {
  color: #30336b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 7px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 4px;
  }
}

.header-area .logo-area {
  height: 170px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .header-area .logo-area {
    height: 100px;
  }
}

.header-area .original-nav-area {
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  z-index: 1000;
}

.header-area .original-nav-area.smaller {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#stickyNavPlaceholder {
  height: 0;
}

.header-area .original-nav-area .subscribe-btn a {
  display: inline-block;
  min-width: 140px;
  height: 40px;
  background-color: #0d0d0d;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0;
}

.header-area .original-nav-area .subscribe-btn a:hover,
.header-area .original-nav-area .subscribe-btn a:focus {
  background-color: #30336b;
}

.header-area .original-nav-area .classynav ul li a {
  /* text-transform: uppercase; */
  color: #b6b6b6;
  opacity: 1 !important;
}

.header-area .original-nav-area .classy-nav-container {
  background-color: #2d2c2c;
}

.header-area .original-nav-area .classy-navbar {
  height: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header-area .original-nav-area .classy-navbar .logo {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.classy-navbar .logo img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: 0.1s;
}

.classynav .menu-logo {
  height: 54px;
}


.header-area .is-sticky .original-nav-area {
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}

.header-area .is-sticky .original-nav-area .classy-navbar {
  height: 178px;
}

@media screen and (max-width: 767px) {
  .header-area .is-sticky .original-nav-area .classy-navbar {
    height: 70px;
  }

  .header-area .is-sticky .original-nav-area {
    height: 70px;
  }
}

#breakingNewsTicker.ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 20px !important;
  font-size: 12px;
}

.exhibition #breakingNewsTicker.ticker {
  height: 28px !important;
}

#breakingNewsTicker.ticker ul {
  width: 100%;
  position: relative;
}

#breakingNewsTicker.ticker ul li {
  display: none;
  width: 100%;
  font-size: 0.875rem;
  top: 6px !important;
}

#breakingNewsTicker.ticker ul li a {
  color: #fff;
  /* font-size: 0.875rem; */
  text-transform: uppercase;
}

#breakingNewsTicker.ticker ul li a:hover {
  color: #f3f3f3;
}

.modal-backdrop.show {
  opacity: .8 !important;
}

.subscribe-newsletter-area .modal-content {
  border-radius: 0;
}

.subscribe-newsletter-area .modal-content .modal-body {
  padding: 70px;
}

@media only screen and (max-width: 767px) {
  #breakingNewsTicker.ticker ul li {
    font-size: 10px;
    padding-left: 0;
  }

  .exhibition #breakingNewsTicker.ticker ul li {
    font-size: 10px;
  }

  .exhibition #breakingNewsTicker .text-truncate {
    padding: 0 10px;
  }

  .subscribe-newsletter-area .modal-content .modal-body {
    padding: 40px 30px;
  }
}

.subscribe-newsletter-area .modal-content .modal-body .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm {
  position: relative;
  z-index: 1;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm input {
  width: 100%;
  height: 60px;
  border: 1px solid #787878;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-style: italic;
  margin-bottom: 15px;
  padding: 0 30px;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm input:focus {
  border: 1px solid #000000;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type="submit"] {
  background-color: #ffffff;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type="submit"]:hover {
  background-color: #30336b;
  color: #ffffff;
}

.subscribe-newsletter-area .close {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: red !important;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: 400;
}

.subscribe-newsletter-area .close:hover {
  color: #ffffff;
}

/* :: Hero Slides Area CSS */
.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .single-hero-slide {
  position: relative;
  z-index: 1;
  height: 670px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide {
    height: 250px;
  }
}

.hero-slides .single-hero-slide .slide-content {
  display: none;
}

.hero-slides .single-hero-slide .slide-content .post-tag {
  margin-bottom: 15px;
  display: block;
}

.hero-slides .single-hero-slide .slide-content .post-tag a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #000000;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #ffffff;
}

.hero-slides .single-hero-slide .slide-content h2 a {
  font-size: 40px;
  display: inline-block;
  padding: 12px 20px 5px;
  background-color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 12px;
    padding: 12px 10px 5px;
  }
}

.hero-slides .center .single-hero-slide .slide-content {
  display: block;
}

.hero-slides .owl-nav .owl-prev,
.hero-slides .owl-nav .owl-next {
  background-color: #cbcbcb;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  left: 7%;
  position: absolute;
  z-index: 20;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 42px;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.hero-slides .owl-nav .owl-prev:hover,
.hero-slides .owl-nav .owl-prev:focus,
.hero-slides .owl-nav .owl-next:hover,
.hero-slides .owl-nav .owl-next:focus {
  background-color: #0d0d0d;
  color: #ffffff;
}

.hero-slides .owl-nav .owl-next {
  left: auto;
  right: 7%;
}

/* Blog Content Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-area .single-blog-thumbnail {
  position: relative;
  z-index: 1;
}

.single-blog-area .single-blog-thumbnail img {
  width: 100%;
}

.single-blog-area .single-blog-thumbnail .post-date {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 15px;
  border: 1px solid #787878;
  background-color: #ffffff;
  padding: 20px 8px;
  text-align: center;
}

.single-blog-area .single-blog-thumbnail .post-date a {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  font-family: "helveticaneuemedium";
}

.single-blog-area .single-blog-thumbnail .post-date a span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #878787;
}

.single-blog-area .single-blog-content .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}

.single-blog-area .single-blog-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}

.single-blog-area .single-blog-content .post-tag:hover,
.single-blog-area .single-blog-content .post-tag:focus {
  color: #000000;
}

.single-blog-area .single-blog-content h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
}

.single-blog-area .single-blog-content h4 a:hover,
.single-blog-area .single-blog-content h4 a:focus {
  color: #30336b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content h4 a {
    margin-bottom: 20px;
  }
}

.single-blog-area .single-blog-content>p {
  line-height: 2;
  margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content>p {
    margin-bottom: 30px;
  }
}

.single-blog-area .single-blog-content .post-meta p {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  display: inline-block;
}

.single-blog-area .single-blog-content .post-meta p:first-of-type {
  margin-right: 30px;
}

.single-blog-area .single-blog-content .post-meta p a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
}

.single-blog-area.blog-style-2 .single-blog-content>p {
  margin-bottom: 30px;
}

.single-blog-area img {
  padding: 2rem
}

.single-catagory-area {
  position: relative;
  z-index: 1;
}

.single-catagory-area .catagory-title {
  background-color: #000000;
  top: 50%;
  left: 50%;
  width: 226px;
  height: 156px;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-catagory-area .catagory-title:hover {
  background-color: #30336b;
}

.single-catagory-area .catagory-title a {
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.post-tag-content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-tag-content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-tag-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .post-tag-content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sidebar-widget-area .search-form {
  position: relative;
  z-index: 1;
}

.sidebar-widget-area .search-form input[type="search"] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #bbbec1;
  font-size: 12px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  color: #bbbec1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidebar-widget-area .search-form input[type="search"]:focus {
  border-bottom: 1px solid #000000;
}

.sidebar-widget-area .search-form input[type="submit"] {
  display: none;
}

.sidebar-widget-area .newsletterForm {
  position: relative;
  z-index: 1;
}

.sidebar-widget-area .newsletterForm input {
  width: 100%;
  height: 40px;
  border: 1px solid #787878;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-style: italic;
  color: #b2b2b2;
  margin-bottom: 15px;
  padding: 0 25px;
}

.sidebar-widget-area .newsletterForm input:focus {
  border: 1px solid #000000;
}

.sidebar-widget-area .newsletterForm button[type="submit"] {
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidebar-widget-area .newsletterForm button[type="submit"]:hover {
  background-color: #30336b;
}

.sidebar-widget-area .title {
  font-size: 18px;
  margin-bottom: 52px;
}

.sidebar-widget-area .title.subscribe-title {
  margin-bottom: 20px;
}

.sidebar-widget-area .single-blog-post {
  margin-bottom: 25px;
}

.sidebar-widget-area .single-blog-post .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  min-width: 115px;
  padding-right: 15px;
}

.sidebar-widget-area .single-blog-post .post-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sidebar-widget-area .single-blog-post .post-content .post-tag:hover,
.sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
  color: #000000;
}

.sidebar-widget-area .single-blog-post .post-content h4 {
  margin-bottom: 10px;
  line-height: 1;
}

.sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
  font-size: 16px;
  color: #000000;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p a {
  font-size: 11px;
  color: #878787;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover,
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
  color: #000000;
}

.sidebar-widget-area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}

.sidebar-widget-area .tags a {
  display: block;
  padding: 0 35px;
  border: 1px solid #c5c5c5;
  font-size: 12px;
  color: #000000;
  height: 45px;
  line-height: 43px;
  margin: 5px;
}

.sidebar-widget-area .tags a:hover,
.sidebar-widget-area .tags a:focus {
  border: 1px solid #30336b;
  color: #ffffff;
  background-color: #30336b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .tags a {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget-area .tags a {
    padding: 0 15px;
  }
}

.instagram-feed-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #dcdcdc;
}

.instagram-feed-area .insta-title {
  text-align: center;
}

.instagram-feed-area .insta-title h5 {
  margin-bottom: 0;
  padding: 40px 0;
  font-size: 18px;
}

.instagram-feed-area .single-insta-feed {
  position: relative;
  z-index: 1;
  clear: both;
}

.instagram-feed-area .single-insta-feed .hover-effects a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(48, 51, 107, 0.95);
  opacity: 0;
  visibility: hidden;
}

.instagram-feed-area .single-insta-feed:hover .hover-effects a,
.instagram-feed-area .single-insta-feed:focus .hover-effects a {
  opacity: 1;
  visibility: visible;
}

.breadcumb-area {
  position: relative;
  z-index: 1;
  height: 210px;
}

.breadcumb-area .breadcumb-content h2 {
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-size: 48px;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .breadcumb-content h2 {
    font-size: 30px;
  }
}

.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c5c5c5;
}

.blog-post-author .author-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  min-width: 132px;
  padding-right: 20px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.blog-wrapper.maker .header-col .header .header-text,
.blog-wrapper.item-data .header-col .header .header-text {
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  margin-bottom: 2rem;
}

.blog-wrapper.maker .header-col h1 {
  font-size: 1.5rem;
}

.blog-wrapper.maker .header-col h1 span {
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
}

.blog-wrapper.maker .header-col .header .header-text h1 span.en {
  font-size: 0.975rem;
  display: block;
  text-indent: 5px;
}

.blog-wrapper.maker .header-col .header .header-text h1:before {
  content: none;
}

.blog-wrapper.item-data .header-col .header-title {
  position: relative;
}

.blog-wrapper.item-data .header-title {
  line-height: 2.5;
}

.blog-wrapper.item-data .header-title .price,
.remodal .product-data .header-title .price {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 700;
}

.blog-wrapper.item-data .header-title .price .price_head {
  padding-right: 1rem;
}

.blog-wrapper.item-data .header-title .price .include_tax {
  font-size: 0.875rem;
}

.ship_days {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.blog-wrapper.maker .header-col .header-title {
  width: 100%;
}

.blog-wrapper.maker .header-col .header-title.sp-header-title {

  margin-bottom: 2rem;
}

.blog-wrapper.item-data .header-title .inquiry,
.remodal .product-data .header-title .inquiry {
  color: #878787;
  position: relative;
  left: 1.3rem;
  text-decoration: underline;
}

.blog-wrapper.item-data .header-title .note,
.remodal .product-data .header-title .note {
  display: block;
  line-height: 1.3;
  font-size: 0.75rem;
  color: #878787;
}


.blog-wrapper.item-data .header-title .inquiry,
.remodal .product-data .header-title .inquiry,
.blog-wrapper.item-data .header-title .note,
.remodal .product-data .header-title .note {
  font-family: 'Shippori Mincho B1', serif;
}

.blog-wrapper.item-data .header-title .inquiry:before,
.remodal .product-data .header-title .inquiry:before {
  content: "";
  background: url(/images/img/icon-img/icon-mail.svg);
  width: 19px;
  height: 11px;
  background-size: contain;
  position: absolute;
  left: -1.3rem;
  bottom: 12px;
}

.blog-wrapper.maker .header-col .header-title:before,
.blog-wrapper.item .header-col .header .header-text .header-title:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1.5rem;
  position: absolute;
  background: #000;
  /*bottom: auto;*/
  top: 7.5rem;
  z-index: 1;
}


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

  .blog-wrapper.maker .header-col .header-title {
    display: none;
  }

  .blog-wrapper.maker .header-col .header-title.sp-header-title {
    display: block;
  }
}

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

  .blog-wrapper.maker .header-col .header-title.sp-header-title {
    display: none;
  }
}

.blog-wrapper.maker .header-col .header-title.sp-header-title:before {
  left: 15px;
  width: calc(100% - 30px);
}


.blog-wrapper.maker .header-col .header-title .mark {
  position: absolute;
  right: 0;
  top: -1.55rem;
  padding: 0;
  background: none;
  max-width: 150px;
  max-height: 140px;
  overflow: hidden;
}

.blog-wrapper.maker .header-col .header-title .mark {
  width: 140px;
  height: 140px;
}

.blog-wrapper.maker .header-col .header-title .category,
.blog-wrapper.item-data .header-col .header .header-text .header-title .category,
.remodal .header-text .header-title .category {
  position: absolute;
  padding: 0.1rem;
  border-radius: 1px;
  color: #FFF;
  background: #000;
  display: inline-block;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  /* bottom: -4.5rem; */
  left: 0.5rem;
  min-width: 100px;
  text-align: center;
  top: 9rem;
}


.blog-wrapper.maker .header-col .header-title.sp-header-title .category {
  left: 1rem;
}

.blog-wrapper.item-data .header-col .header .header-text .header-title .category,
.remodal .product-data .header-text .header-title .category {
  position: relative;
  display: inline-block;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  bottom: auto;
  top: 0;
  margin-bottom: 1rem;
}

.blog-wrapper.maker .header-col .header-title .school {
  position: absolute;
  /* bottom: -4.4rem; */
  left: 120px;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  top: 9.1rem;
}

.blog-wrapper.item .header-col .header .header-text .header-title .school {
  position: relative;
  top: 0;
  left: 120px;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
}

.blog-wrapper.item-data .header-col .header .header-text .header-title .school,
.remodal .header-text .header-title .school {
  position: relative;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  display: inline-block;
  margin-left: 1rem;
}

.blog-wrapper.item-data .header-col .header .header-text .header-title .place,
.remodal .product-data .header-text .header-title .place {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  position: relative;
}

.blog-wrapper.item-data .header-col .header .header-text .header-title h1 span.favor,
.remodal .product-data .header-text .header-title h1 span.favor {
  width: 100%;
  display: block;
  top: 0.5rem;
  position: absolute;
}


.blog-wrapper.item-data .header-col .header .header-text .header-title .item_num,
.remodal .product-data .header-text .header-title .item_num {
  font-size: clamp(0.75rem, 1.2vw, 0.9375rem);
  color: #878787;
}


.blog-wrapper.item .header-col .header .header-text .header-title {
  position: relative;
}

.blog-wrapper.item .header-col .header .header-text .header-title .category {
  position: relative;
  padding: 0.1rem;
  border-radius: 1px;
  color: #FFF;
  background: #000;
  display: inline-block;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  top: 0;
  left: 0;
  min-width: 100px;
  text-align: center;
}

.blog-wrapper.item-data .header-col .header .header-text .header-title .school,
.remodal .product-data .header-text .header-title .school {}

.blog-wrapper.maker .header-col .header-title .school .area,
.blog-wrapper.item-data .header-col .header .header-text .header-title .school .area,
.remodal .product-data .header-text .header-title .school .area {
  display: inline-block;
  padding-right: 1rem;
}

.blog-wrapper.maker .header-col .header .header-text h4 {
  position: relative;
  padding: 0 0 0.8rem 0;
  border-radius: 1px;
  font-size: 1rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}

.blog-wrapper.maker .header-col .header .header-text .text>div {
  margin-bottom: 2rem;
}

.blog-wrapper.maker .header-col .header .header-text .text>div>div {
  margin-top: 1rem;
}

.blog-wrapper.maker .header-col .header .header-text table th,
.blog-wrapper.maker .header-col .header .header-text table td {
  font-weight: normal;
}

.blog-wrapper.maker .header-col .header .header-text table th {
  min-width: 80px;
  padding-right: 1rem;
}

.blog-wrapper.maker-results .anchor {
  border-bottom: 1px solid #000;
  margin-bottom: 3rem;
  z-index: 1;
  position: relative;
}

.blog-wrapper.maker-results .anchor ul {
  display: flex;
  justify-content: flex-end;
}

.blog-wrapper.maker-results .anchor ul li {
  margin-right: 1.5rem;
  font-size: clamp(0.875rem, 1.3vw, 1.125rem);
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  margin-bottom: 0.5rem;
}

.blog-wrapper.maker-results .anchor ul li a:hover {}

.blog-wrapper.maker-results .h2-head h2,
.blog-wrapper.maker-events .h2-head h2 {
  text-align: left;
  margin-bottom: 2rem;
}


/*
.blog-wrapper.maker-results .anchor ul li:before {
    content: "";
    background: url(/images/img/icon-img/arrow_down_line.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: -1.2rem;
    bottom: 0.3rem;
}
*/

.blog-wrapper.maker-interview,
.blog-wrapper.maker-interview-article {
  background: #ececed;
  padding: 4rem 0;
}

.blog-wrapper.maker-events {
  padding: 4rem 0;
}

.blog-wrapper.maker-interview .h2-head h2,
.blog-wrapper.maker-interview-article .h2-head h2 {
  margin-bottom: 2rem;
  text-align: left;
}

.blog-wrapper.maker-interview .name {
  display: none;
}

.blog-wrapper h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
}

@media only screen and (max-width: 767px) {
  .blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-wrapper.maker-results .anchor ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .blog-wrapper.maker-results .anchor ul li {
    padding: 0.2rem 0;
  }
}

.blog-post-author .author-thumbnail img {
  border-radius: 50%;
}

.blog-post-author .author-info .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}

.blog-post-author .author-info .author-role {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}

.blog-post-author .author-info h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 0;
}

.blog-post-author .author-info p {
  line-height: 2;
  margin-bottom: 0;
}

.single-blog-wrapper .single-blog-area .single-blog-content p {}

.blog-wrapper h1 {
  position: relative;
  margin-bottom: 4rem
}

.blog-wrapper h1:before,
.remodal .product-data h1:before {
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -2rem;
  position: absolute;
  background: #000;
}

.blog-wrapper.maker h1:before {
  content: none;
}

.blog-wrapper.item-data h1,
.remodal .product-data h1 {
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  margin-bottom: 2rem;
  font-weight: 600;
  position: relative;
}


.blog-wrapper.item-data h1 span,
.remodal .product-data h1 span {
  width: calc(100% - 25px);
  display: inline-block;
}

.blog-wrapper.item-data h1:before,
.remodal .product-data h1:before {
  height: 1px;
  bottom: -1rem;
  z-index: 1;
}




.blog-wrapper.interview h1,
.blog-wrapper.column h1,
.maker-interview-article h1 {
  position: relative;
  margin-bottom: 1.8rem;
  font-size: clamp(1.3rem, 2vw, 2.25rem);
  line-height: 1.55;
  font-weight: 300;
}

.blog-wrapper.interview h1:before,
.blog-wrapper.column h1:before,
.maker-interview-article h1:before {
  content: none;
}

.blog-wrapper.item h1 {
  font-size: clamp(1.3rem, 2vw, 1.875rem);
}

.blog-wrapper .header-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.blog-wrapper .header-col .header {
  width: 50%;
}

.blog-wrapper .header-col .head-pic,
.blog-wrapper .header-col .head-slider {
  width: calc(50% - 3rem);
  overflow: hidden;
}

.blog-wrapper .header-col .head-pic img {
  padding: 0 18% 3rem;
}

.blog-wrapper .header .name {
  font-family: 'Shippori Mincho B1', serif;
  font-size: clamp(1.3rem, 2.1vw, 2.125rem);
  display: flex;
  align-items: center;
  line-height: 1;
}

.blog-wrapper .header .name span {
  font-size: clamp(0.875rem, 1vw, 1rem);
  padding: 0 1rem 0 0.5rem;
  font-weight: 100;
}

.blog-wrapper .header .lead {
  padding-top: 3rem;
  color: #505050;
  font-size: clamp(0.875rem, 1.3vw, 1.125rem);
}

.blog-wrapper .index-row {
  /* width:100%; */
}

.blog-wrapper .index {
  background: #a1a1a1;
  padding: 24px;
  margin: 2rem 0;
}

.blog-wrapper .index ul {
  border: 1px solid #c2c2c2;
  padding: 20px;
  position: relative;
  padding-left: 100px;
}

.blog-wrapper .index ul li {
  padding: 10px 5px;
  position: relative;
}

.blog-wrapper .index ul li:before,
.blog-wrapper.column .index ul li:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 3px;
  position: absolute;
  background: #c2c2c2;
}

.blog-wrapper .index ul li a,
.blog-wrapper.column .index ul li a {
  color: #FFF;
}

.blog-wrapper .index ul:before {
  content: url(/images/img/icon-img/index.svg);
  width: 46px;
  height: 46px;
  left: 46px;
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
  position: absolute;
}

.blog-wrapper .index ul:after {
  content: "index";
  color: #FFF;
  position: absolute;
  left: 46px;
  top: calc(50% + 27px);
  transform: translate(-50%, -50%);
}

.blog-wrapper .article-section {}

.blog-wrapper .article-section.reverse {
  flex-direction: row-reverse;
}

.blog-wrapper .article-section .pic {
  padding: 4rem 16% 2rem;
  /* margin-top: 15%; */
}

.blog-wrapper .article-section .pic .caption {
  display: block;
  padding-top: 6px;
}

.blog-wrapper .article-section.all-pics .pic {
  padding: 2rem 4% 1rem;
}

.blog-wrapper .article-section.all-pics.two-cols .pic {
  padding: 2rem 10% 1rem;
}

.blog-wrapper .article {
  position: relative;
  padding-bottom: 3rem;
}

.blog-wrapper.item-data .article {
  padding-bottom: 0;
}

.blog-wrapper .article:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}

.blog-wrapper.item-data .article:before {
  content: none;
}

.blog-wrapper.maker-interview-article .article:before {
  height: 0;
}

.blog-wrapper.maker .article:before {
  height: 0;
}

.blog-wrapper.event-text .article:before {
  content: none;
}

.blog-wrapper .article-section .text {
  font-family: 'Shippori Mincho B1', serif;
}

.blog-wrapper .article-section .text h2 {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 3.3rem;
  margin-top: 3.5rem;
}

.blog-wrapper .article-section .text h3 {
  position: relative;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.blog-wrapper .article-section .text h3.interviewer:before {
  position: relative;
  content: "";
  width: 20px;
  height: 1px;
  background: #262626;
  left: 0;
  bottom: 0.25rem;
  display: inline-block;
  margin-right: 5px;
}

.blog-wrapper .article-section .text h2:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1rem;
  position: absolute;
  background: #000;
}

.blog-wrapper .article-section .text>div {
  margin-bottom: 2.5rem;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
}

.blog-wrapper .sub-section h3 {
  font-size: 1.25rem;
  border: 1px solid #000;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 3rem 0 4rem;
  min-width: 200px;
  text-align: center;
  position: relative;
}



.item-single .blog-wrapper .sub-section h3 {
  padding: 0.5rem 0.1rem;
  display: block;
  margin: 3rem 0 4rem;
  min-width: 200px;
  text-align: left;
  border: none;
}

.item-single .blog-wrapper .sub-section h3:before {
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  bottom: -1rem;
  position: absolute;
  background: #000;
}

.blog-wrapper .sub-section .prof {
  padding-bottom: 6rem;
}

.item-single .blog-wrapper .sub-section .prof {
  padding-bottom: 0;
}

.blog-wrapper .period {
  font-weight: 500;
  font-size: clamp(0.6rem, 1.3vw, 0.875rem) !important;
  letter-spacing: 0.1vw;
  font-family: 'Shippori Mincho B1', serif;
}

.comment_area {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 40px;
}

.comment_area .title {
  margin-bottom: 50px;
}

.blog-wrapper .article-section h2:before {
  content: " ";
  margin-top: -150px;
  height: 150px;
  display: block;
  visibility: hidden;
}

.maker-single #anchor1,
.maker-single #anchor2,
.maker-single #anchor3 {
  position: relative;
}

.maker-single #anchor1:before,
.maker-single #anchor2:before,
.maker-single #anchor3:before {
  content: " ";
  margin-top: -126px;
  height: 126px;
  display: block;
  visibility: hidden;
  position: relative;
}


.blog-wrapper.about .header-col {
  padding-top: 3rem;
}

.blog-wrapper.about h1 {
  margin-bottom: 3rem;
}

.blog-wrapper.about h1:before {
  content: none;
}

.blog-wrapper.about .header-col .head-pic {
  height: 50vw;
}

.blog-wrapper.about .header-col .head-pic 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;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content {
    padding: 20px 15px;
  }

  .blog-wrapper .header-col .header {
    width: 100%;
  }

  .blog-wrapper .header-col .head-pic,
  .blog-wrapper .header-col .head-slider {
    width: 100%;
  }

  .blog-wrapper .header-col .head-pic img {
    padding: 10% 5% 0 5%;
  }

  .blog-wrapper .article-section .pic {
    padding: 2rem 16% 2rem;
  }

  .blog-wrapper .article-section.all-pics .pic {
    padding: 2rem 4% 1rem !important;
  }

  .blog-wrapper .index ul:before {
    top: 35px;
    left: 50%;
    transform: scale(0.75) translate(-50%, -50%);
  }

  .blog-wrapper .index ul:after {
    left: calc(50% + 0.5rem);
    top: 68px;
    transform: translate(-50%, -50%);
  }

  .blog-wrapper .index ul {
    padding-left: 20px;
    padding-top: 80px;
  }

  .maker-single #anchor1:before,
  .maker-single #anchor2:before,
  .maker-single #anchor3:before {
    margin-top: -100px;
    height: 100px;
  }

  .blog-wrapper.about .header-col .head-pic {
    height: 88vw;
  }
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79px;
  flex: 0 0 79px;
  min-width: 79px;
  margin-right: 55px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    margin-right: 15px;
  }
}

.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-date {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  display: block;
}

.comment_area .comment-content .comment-meta .post-author {
  margin-bottom: 15px;
  display: block;
}

.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 2;
}

.comment_area .comment-content .comment-meta .comment-reply {
  font-size: 11px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.comment_area .single_comment_area {
  margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .comment_area .children .single_comment_area {
    margin-left: 15px;
  }
}

.single_comment_area .children .single_comment_area .comment-meta {
  margin-bottom: 0;
}

.cool-facts-area {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.cool-facts-area .single-blog-area .line {
  margin: 0 auto 15px;
  background-color: #ffffff;
}

.cool-facts-area .single-blog-area .post-tag {
  color: #ffffff;
}

.cool-facts-area .single-blog-area .post-headline {
  color: #ffffff;
}

.cool-facts-area .single-blog-area p {
  color: #ffffff;
}

.cool-facts-area .single-cool-facts-area h2 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1;
}

.cool-facts-area .single-cool-facts-area p {
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}

/* Contact Area CSS */
.contact-form h5,
.post-a-comment-area h5 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}

.contact-form button,
.post-a-comment-area button {
  background-color: #ffffff;
}

/* Form CSS */
.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.group input,
.group textarea {
  display: block;
  width: 100%;
  height: 2.5rem;
  border: none;
  border-bottom: 2px solid;
  border-color: #000000;
  font-size: 1.125rem;
  color: #222;
  font-weight: 500;
}

.group input:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
}

.group label {
  color: #6f6f6f;
  font-weight: 600;
  position: relative;
  pointer-events: none;
  transition: 0.5s ease all;
  font-size: 1rem !important;
  font-family: 'Shippori Mincho B1', serif;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .bar:before,
.group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background-color: #30336b;
  transition: 0.5s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.group textarea {
  min-height: 90px;
}

/* Form Active State */
input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
  top: -15px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  /* margin: 0; */
}

input:focus~.bar:before,
textarea:focus~.bar:before,
input:focus~.bar:after,
textarea:focus~.bar:after {
  width: 50%;
}

input:focus~.highlight,
textarea:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }

  to {
    width: 0;
    background-color: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }

  to {
    width: 0;
    background-color: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }

  to {
    width: 0;
    background-color: transparent;
  }
}

.map-area {
  position: relative;
  z-index: 1;
}

.map-area #googleMap {
  width: 100%;
  height: 690px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-area #googleMap {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area #googleMap {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .map-area #googleMap {
    height: 400px;
  }
}

/* Search bar */
#search-wrapper {
  display: inline-block;
  position: relative;
  right: 7px;
  margin-left: 28px;
  top: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    /* margin-top: 15px; */
    padding-left: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper {
    /* margin-top: 15px; */
    padding-left: 1em;
  }
}

#search-wrapper #search {
  background: none;
  border: 1px solid;
  border-color: #c1c1c1;
  border-radius: 1000px;
  width: 22px;
  height: 22px;
  transition: all 0.3s 0.6s;
  font-size: 11px;
  line-height: 1;
  color: #2d2c2c;
  cursor: pointer;
  /* background: #FFF; */
  line-height: 1.1rem;
}

#search-wrapper.search-expanded #close-icon:before {
  -webkit-animation: cross-1-in 0.25s linear 0s forwards;
  animation: cross-1-in 0.25s linear 0s forwards;
}

#search-wrapper.search-expanded #close-icon:after {
  -webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
  animation: cross-2-in 0.25s linear 0.2s forwards;
}

#search-wrapper.search-expanded:after {
  -webkit-animation: lens-out 0.5s linear 1 forwards;
  animation: lens-out 0.5s linear 1 forwards;
}

#search-wrapper:after {
  position: absolute;
  bottom: 4px;
  right: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #c1c1c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 0 50%;
  /* -webkit-animation: lens-in 0.6s linear 0.9s forwards; */
  /* animation: lens-in 0.6s linear 0.9s forwards; */
}

#search-wrapper:before {
  position: absolute;
  left: calc(50% - 17px);
  bottom: -25px;
  content: "æ¤œç´¢";
  font-size: 10px;
  display: block !important;
  width: 40px;
  font-weight: 500;
  text-align: center;
}

#search-wrapper.search-expanded:before {
  display: none;
}

#search-wrapper.search-expanded #search {
  font-size: 14px;
}

#search-wrapper #search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#search-wrapper #search:focus {
  width: 500px;
  padding: 7px 15px;
  outline: -webkit-focus-ring-color auto 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper #search:focus {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper #search:focus {
    width: 270px;
  }

  #search-wrapper #search {
    /* background: none; */
    /* border: 1px solid; */
    /* border-color: #262626; */
    /* outline: none; */
    padding: 0 8px;
    /* border-radius: 1000px; */
    transition: all 0.3s 0.6s;
    line-height: 1;
    /* color: #2d2c2c; */
    /* cursor: pointer; */
    /* background: #FFF; */
    line-height: 1;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    min-height: 20px;
  }

}

#search-wrapper #close-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: 0.2s all;
  display: none;
}

#search-wrapper #close-icon[style*="display: block"] {
  color: red;
}

#search-wrapper #close-icon[style*="display: block"]:before {
  -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
  transform: rotate(45deg) scaleX(1) translateY(10px);
}

#search-wrapper #close-icon[style*="display: block"]:after {
  -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
  transform: rotate(-45deg) scaleX(1) translateY(-10px);
}

#search-wrapper #close-icon:before,
#search-wrapper #close-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #878787;
  transform-origin: 100% 50%;
}

#search-wrapper #close-icon:before {
  -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
  transform: rotate(45deg) scaleX(0) translateY(10px);
}

#search-wrapper #close-icon:after {
  -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
  transform: rotate(-45deg) scaleX(0) translateY(-10px);
}

#search-wrapper #close-icon.closing:before {
  -webkit-animation: cross-1-out 0.25s linear 0s forwards;
  animation: cross-1-out 0.25s linear 0s forwards;
}

#search-wrapper #close-icon.closing:after {
  -webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
  animation: cross-2-out 0.25s linear 0.2s forwards;
}

@-webkit-keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}

@keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}

@-webkit-keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}

@keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}

@-webkit-keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }

  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}

@keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }

  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}

@-webkit-keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }

  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}

@keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }

  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}

@-webkit-keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}

@keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}

@-webkit-keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}

@keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}

/* Footer Area CSS */
footer {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #000; */
  background: #f1f1f1;
  font-family: "Shippori Mincho B1", serif;
}

.footer-area .footer-social-area a {
  display: inline-block;
  padding: 5px 15px;
  color: #000000;
  font-size: 13px;
}

.footer-area .classynav ul li a {
  text-transform: uppercase;
  color: #4f4d4d;
}

.footer-area .classynav ul li a:focus,
.footer-area .classynav ul li a:hover {
  color: #000000;
}

.footer-area .logo {
  width: 22px;
  font-size: 0.875rem;
}

.footer-area .logo img {
  width: 100%;
  max-width: 102px;
}

.footer-area {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 5rem;
}

.footer-area .logo-area {
  position: relative;
  left: 0;
  top: 0;
}

.footer-area .other-menu {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 0;
}

.footer-area .other-menu .bnr-area {
  width: 125px;
  height: 125px;
  margin-bottom: 1rem;
  border: 1px solid #333333;
}

.footer-area .other-menu ul {
  width: 150px;
  position: relative;
  padding-left: 0;
}

/* .footer-area .other-menu ul:before,
.footer-area .other-menu ul li:before {
  width: 100%;
  content: "";
  height: 1px;
  background: #d9d9d9;
  top: 0;
  left: 0;
  position: absolute;
} */

.footer-area .other-menu ul li {
  position: relative;
  font-size: 0.815rem;
}

/* .footer-area .other-menu ul li:before {
  bottom: 0;
  top: auto;
}

.footer-area .other-menu ul:before,
.footer-area .other-menu ul li:before {
  width: 100%;
  content: "";
  height: 1px;
  background: #d9d9d9;
  top: 0;
  left: 0;
  position: absolute;
} */

.footer-area .other-menu ul li.menu1:after {
  background: url(/images/img/core-img/icon-pencil.svg);
}

.footer-area .other-menu ul li:after {
  content: "";
  left: 2px;
  top: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
}

.footer-area .other-menu ul li.menu2:after {
  background-image: url(/images/img/core-img/icon-subscribe.svg);
  width: 15px;
  height: 20px;
}

.f-nav-area ul li ul li:before {
  content: "";
  width: 0.5rem;
  height: 1px;
  left: 2px;
  top: 0.6rem;
  background: #000;
  position: absolute;
}

.f-nav-area ul.contents-nav1.exhibitions {
  width: 50%;
}

.f-nav-area .contents .contents-nav ul {
  margin-bottom: 1rem;
}

.f-nav-area ul.contents-nav1 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.f-nav-area ul.contents-nav1.exhibitions ul.group li {
  width: 100%;
}

.f-nav-area ul.contents-nav1.exhibitions ul li {
  width: 50%;
}

.f-nav-area ul.contents-nav1>li li {
  font-weight: 500;
}

.f-nav-area ul li ul li {
  padding-left: 1rem;
}

.f-nav-area ul li {
  line-height: 1.6;
}

.f-nav-area {
  width: calc(100% - 350px);
}

.f-nav-area h4 {
  text-align: left;
  width: 100%;
  margin: 0 0 0.8em;
  font-size: 22px;
}

.f-nav-area h4 span {
  font-size: 0.75rem;
  display: block;
  color: #808080;
}

.f-nav-area h5 {
  /* text-align: left; */
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
}

.f-nav-area .row>div {
  padding-bottom: 1.5rem;
}

.f-nav-area .contents,
.f-nav-area .guide {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.f-nav-area ul.contents-nav,
.f-nav-area ul.guide-nav {
  padding-right: 1rem;
}

.f-nav-area ul li {
  font-size: 0.8725rem;
  line-height: 1.9;
  position: relative;
  color: #4D4D4D;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.f-nav-area ul li a {
  color: #4D4D4D;
  font-weight: 400;
  font-size: 0.75rem;
}

.f-nav-area ul li {
  font-weight: 400;
}

.f-nav-area ul li a:hover {
  text-decoration: underline;
}

.f-nav-area .nowrap ul li {
  white-space: nowrap;
}

/* .f-nav-area ul li ul li,
.f-nav-area .contents2 .contents-nav2 li li,
.f-nav-area .contents2 .contents-nav1 li,
.f-nav-area .guide ul li {
  padding-left: 1rem;
} */

.f-nav-area .contents1 li li:before,
.f-nav-area .contents2 li li:before,
.f-nav-area .contents2 .contents-nav1 li:before {
  content: "";
  width: 0.5rem;
  height: 1px;
  left: 2px;
  top: 0.6rem;
  background: #848484;
  position: absolute;
}

.f-nav-area .contents1n li:before {
  content: none;
}

.f-nav-area .contents2 .contents-nav1 {
  /* display:flex; */
  /* flex-wrap: nowrap; */
  /* width: 30%; */
  margin-bottom: 1rem;
}

.f-nav-area .contents1 .contents-nav li {
  width: 100%;
}

.f-nav-area .contents1 .contents-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.f-nav-area .contents1 .contents-nav ul li {
  width: 50%;
}

.f-nav-area .contents1 .contents-nav1 {
  width: 100%;
}

.f-nav-area .contents1 .contents-nav2 {
  width: 100%;
}

.f-nav-area .contents2 {
  /* display:flex; */
  /* flex-wrap: wrap; */
}

footer .bottom-nav {
  background: #282828;
  padding: 2rem 1rem 0.5rem;
  margin-top: 2rem;
}

footer .bottom-nav ul {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
}

footer .bottom-nav ul li a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Inter', sans-serif;

}



footer .bottom-nav .copyright {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 2rem;
  font-family: biz-udpmincho, sans-serif;
  letter-spacing: 0;
  color: #c0c0c0;
  margin-bottom: 1rem;
}


@media (min-width: 1025px) and (max-width: 1199px) {
  .ft-guide {
    width: 50%;
  }
}

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

  .ft-guide {
    width: 50%;
  }

}

footer .footer-link-custom {
  margin-left: 10rem;
}

@media only screen and (max-width: 1000px) {
  footer .footer-link-custom {
    margin-left: 7rem;
  }

}

@media only screen and (max-width: 767px) {
  footer .bottom-nav ul {
    display: block;
  }

  footer .footer-link-custom {
    margin-left: 0rem;
  }

  footer .container-fluid.footer-max-w.link-ft-sns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ft-guide {
    width: 100%;
  }


}

@media screen and (max-width: 575px) {
  /* .f-nav-area .guide ul {
    display: flex;
    flex-wrap: wrap;
  } */

  .f-nav-area .guide ul li {
    width: 100%;
  }

  .f-nav-area .contents2 .contents-nav1 li {
    width: 100%;
  }

  .f-nav-area .contents2 .contents-nav1,
  .f-nav-area .contents2 .contents-nav2 {
    width: 100%;
  }
}

.footer-area .buyers-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.footer-area .buyers-menu ul {
  width: 138px;
  position: relative;
}

.footer-area .buyers-menu ul li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.6rem;
  font-size: 0.815rem;
}

.footer-area .buyers-menu ul:before,
.footer-area .buyers-menu ul li:before {
  width: 100%;
  content: "";
  height: 1px;
  background: #d9d9d9;
  top: 0;
  left: 0;
  position: absolute;
}

.footer-area .buyers-menu ul li:before {
  bottom: 0;
  top: auto;
}

.footer-area .buyers-menu ul li:after {
  content: "";
  left: 2px;
  top: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
}

.footer-area .buyers-menu ul li.menu1:after {
  background: url(/images/img/icon-img/icon-pencil.svg);
}

.footer-area .buyers-menu ul li.menu2:after {
  background: url(/images/img/icon-img/icon-login2.svg);
}

.coming-soon-area {
  position: relative;
  z-index: 1;
}

.coming-soon-area #breakingNewsTicker.ticker ul li a {
  color: #ffffff;
}

.coming-soon-area .header-area .top-header .top-social-area a {
  color: #ffffff;
}

.coming-soon-area .header-area .logo-area {
  height: auto;
  padding: 130px 0 100px;
  border-top: 1px solid #999da4;
  border-bottom: none;
}

@media only screen and (max-width: 991px) {
  .footer-area .logo-area {
    margin-bottom: 1.8rem;
    left: 11px;
  }

  .f-nav-area {
    width: 100%;
  }

  .footer-area .logo img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .header-area .logo-area {
    padding: 80px 0 50px 0;
  }
}

.coming-soon-area .coming-soon-timer {
  border-bottom: 1px solid #999da4;
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-timer .coming-soon-content {
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-timer p {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 2px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.coming-soon-area .coming-soon-timer #clock {
  padding: 100px 0;
  color: #ffffff;
  font-size: 72px;
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer #clock {
    font-size: 30px;
  }
}

.coming-soon-area .coming-soon-timer #clock span {
  color: #ffffff;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer #clock span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .f-nav-area h4 {
    font-size: 1.125rem;
  }

  .f-nav-area h4 span {
    font-size: .75rem;
  }

  .f-nav-area h5 {
    font-size: .8rem;
  }
}

.coming-soon-area .contact-form h5 {
  color: #ffffff;
}

.coming-soon-area .contact-form .group input,
.coming-soon-area .contact-form .group textarea {
  border-color: #999da4;
  background-color: transparent;
  color: #ffffff;
}

.coming-soon-area .contact-form .group label {
  color: #ffffff;
}

.coming-soon-area .sidebar-widget-area .title {
  color: #ffffff;
}

.sonar-wrapper {
  position: relative;
  z-index: 0;
}

.sonar-wrapper .sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 35%;
  height: 20px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .sonar-wrapper .sonar-emitter {
    width: 60%;
  }
}

.sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 50px;
  animation: sonarWave 1200ms linear infinite;
}

@keyframes sonarWave {
  0% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

/* The End */
/*# sourceMappingURL=style.css.map */
.event-text .article-photo-right,
.interview-text .article-photo-right {
  flex-direction: row;
}

.event-text .article-photo-left,
.interview-text .article-photo-left {
  flex-direction: row-reverse;
}

.event-text,
.event-data,
.interview,
.event-text,
.event-data,
.column,
.maker {
  padding: 3rem 0 0;
}

.cart {
  padding: 0;
}

.maker-results {
  padding-bottom: 3rem;
}

.event-data h3 {
  margin-bottom: 3rem;
}

.column-line .container-fluid {
  border: 1px solid #000;
  padding: 5rem 3rem;
}

.map {
  width: 50%;
  padding: 2rem 3rem;
}

.map #map {
  width: 100%;
  height: 36vw;
  border: 6px solid #d7d7d7;
}

.table1 {
  width: 100%;
  margin-bottom: 3rem;
}

.table1 th {
  width: 8rem;
}

.table1 th,
.table1 td {
  padding: 0.6rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Shippori Mincho B1', serif;
}

@media (max-width: 767px) {
  .event-data {
    padding: 50px 0 0;
  }

  .blog-wrapper h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .blog-wrapper.maker h1 {
    margin-bottom: 4rem;
  }

  .blog-wrapper h1:before {
    height: 4px;
    bottom: -1rem;
  }

  .blog-wrapper.item-data h1:before {
    height: 1px;
    bottom: -1rem;
  }


  .event-data h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .column-line .container-fluid {
    padding: 2rem 1.5rem;
  }

  .table1 th {
    font-weight: 700;
    padding-bottom: 0;
  }

  .table1 th,
  .table1 td {
    font-size: 0.875rem;
    width: 100%;
    display: block;
  }

  .map #map {
    height: 80vw;
  }

  .event-text .article-photo-right {
    flex-direction: column-reverse;
  }
}

.externals svg {
  margin: 0 0.3rem;
  font-size: 1.125rem;
}

.externals {
  display: flex;
  align-items: center;
}

.externals .web-icon {
  margin: 0 0 0.3rem 0;
  padding: 0 0.3rem;
}

.externals .web-icon img {
  width: 27px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.externals .web-icon img:hover {
  opacity: 0.4;
}

.s-red {
  font-size: 0.875rem;
  color: red;
}

.blog-wrapper .sub-section .prof>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 0; */
  position: relative;
}

.category-field {
  /* padding: 2rem 0 0; */
  position: relative;
  overflow-x: hidden;
  position: relative;
  /* padding-top: 178px; */
  overflow-y: hidden;
}

.container-fluid {
  position: relative;
  height: 100%;
}

/*
.category-field-interview .container-fluid:before, .category-field-column .container-fluid:before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background: #000;
  right: 10%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.category-field-interview .container-fluid:after {
  content: url(/images/img/icon-img/icon-interview.svg);
  width: 113px;
  height: 69px;
  right: calc(10% - 32px);
  top: 75px;
  position: absolute;
  display: block;
  z-index: 1;
  transform: translate(-50%, -50%);
}


.category-field-column .container-fluid:after {
  content: url(/images/img/icon-img/icon-column.svg);
  width: 87px;
  height: 68px;
  right: calc(10% - 7px);
  top: 75px;
  position: absolute;
  display: block;
  z-index: 1;
  transform: translate(-50%, -50%);
}

*/
.category-field h2 {
  position: relative;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: clamp(1.625rem, 2.8vw, 2.35rem) !important;
  /* left: -1rem; */
  font-weight: 100;
  color: #262626;
  letter-spacing: 0.05em;
}

.category-field-interview h2,
.category-field-column h2 {
  margin-bottom: 2.3rem;
  /* padding-right: 120px; */
}

.category-field h2 span.cate {
  color: #FFF;
  background: #000;
  padding: 0.3rem 1rem;
  min-width: 200px;
  display: inline-block;
  font-size: clamp(0.875rem, 0.9vw, 1rem);
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  left: 1px;
}

.category-field h3 {
  position: relative;
  padding: 1rem 1.2rem;
  margin-bottom: 3rem;
  font-size: clamp(0.875rem, 1.8vw, 1.5rem);
  left: -3%;
}

.category-field h3:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.category-field h3:after {
  content: "";
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.category-field .btn.back {
  padding: 0 4rem;
  width: auto;
  height: auto;
  line-height: 3;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}

.category-field .btn.back:before {
  content: url(/images/img/icon-img/icon-arrow-down2.svg);
  width: 14px;
  height: 8px;
  left: 50px;
  top: calc(50% - 4px);
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.category-field .btn.back:hover:before {
  content: url(/images/img/icon-img/icon-arrow-down2-wh.svg);
}

.readmore {
  display: flex;
  justify-content: center;
}

button.result-loadmore,
button.interview-loadmore,
button.event-loadmore {
  background: #000;
  padding: 0.1rem;
  border-radius: 0;
  color: #FFF !important;
  min-width: 210px;
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  left: 50%;
  position: relative;
  border: none;
  transform: translate(-50%, -50%);
  border-radius: 0 !important;
  cursor: pointer;
}

button.result-loadmore.active,
button.interview-loadmore.active,
button.event-loadmore.active {
  border-radius: 0 !important;
  border: none;
}

button.result-loadmore {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .category-field .btn.back:before {
    content: url(/images/img/icon-img/icon-arrow-down2.svg) !important;
    transform: scale(0.5, 0.5) rotate(90deg);
    top: calc(50% - 2px);
  }

  .category-field .link-back:before {
    content: url(/images/img/icon-img/icon-arrow-down2.svg) !important;
    transform: scale(0.5, 0.5) rotate(90deg);
    top: calc(50% - 5px);
    left: 0.6rem;
  }
}

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

  .category-field .link-back:before {}

  /*
  .category-field-interview .container-fluid:before, .category-field-column .container-fluid:before {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
  .category-field-interview .container-fluid:after {
    width: 113px;
    height: 69px;
    right: calc(10% + 5px);
    top: 24px;
    transform: scale(0.75);
  }
  .category-field-column .container-fluid:after {
    right: calc(10% + 15px);
    top: 24px;
    transform: scale(0.75);
  }

  */
}

@media screen and (max-width: 767px) {
  .category-field {
    /* padding-top: 140px; */
  }
}

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

  .category-field-interview .container-fluid:before,
  .category-field-column .container-fluid:before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }

  .category-field-interview .container-fluid:after {
    right: calc(10% + -16px);
    top: 5px;
    transform: scale(0.5);
  }

  .category-field-column .container-fluid:after {
    right: calc(10% + -6px);
    top: 5px;
    transform: scale(0.5);
  }

  .category-field .link-back {
    padding: 0 1rem;
    width: 50%;
    min-width: 230px;
  }

  .category-field .btn.back:before {
    left: 40px;
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f9f9f9;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  /* border-radius: 0.1875rem; */
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

.card-title {
  margin-bottom: 1.25rem;
}

.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.25rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.25rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  /* border-top-left-radius: calc(0.1875rem - 1px); */
  /* border-top-right-radius: calc(0.1875rem - 1px); */
  margin-bottom: 1.6rem;
  position: relative;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group>.card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  orphans: 1;
  widows: 1;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.card-columns .card {
  display: inline-block;
  width: 100%;
}

@media (min-width: 1199px) {
  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    margin-bottom: 1.25rem;
  }
}

.archive .card-regular .card,
.single .card-regular .card,
.top-event .card,
.top-interview .card,
.search-results .card-regular .card {
  width: calc(100% / 3 - 20px);
  padding: 20px;
}

.single .card-regular .card {
  border: none;
}

.single .maker-events .card-regular .card {
  background: #f4f4f4;
}

.single .maker-events .card-regular .card .state {
  display: none;
}

.archive .card-regular.two-grids .card {
  width: calc(100% / 2 - 1.5vw);
  padding-bottom: 30px;
}

.archive .card-regular.two-grids .card-img-top {
  height: 25vw;
  max-height: 390px;
}

.top-event .card-regular .card-body,
.archive .card-regular .card-body,
.single .card-regular .card-body {
  padding: 0
}

.archive .current h2 {
  /* background: #262626; */
  /* color:#FFF; */
  display: inline-block;
  padding: 2vw 4vw;
  border: 1px solid #262626;
}

.archive .card-regular,
.single .card-regular,
.top-event .card-regular,
.top-interview .card-regular {
  display: flex;
  gap: 30px;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.top-interview .card-regular {
  margin-bottom: 2rem;
}

.archive .card-regular.two-grids {
  display: flex;
  justify-content: center;
}

.archive .card-img-top,
.single .card-img-top,
.top-event .card-img-top,
.top-interview .card-img-top,
.search-results .card-img-top {
  height: 17vw;
  max-height: 280px;
}

.archive .current .card-img-top {
  height: 24vw;
  max-height: 390px;
}

.archive .card-img-top img,
.single .card-img-top img,
.search-results .card-img-top img,
.search-results .card-img-top 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;
}

.top-event .card-body,
.archive .card-body,
.single .card-body,
.top-interview .card-body,
.exhibitions-archive .card-body,
.events-archive .card-body,
.interviews-archive .card-body {
  font-family: biz-udpmincho, sans-serif;
  position: relative;
}


.archive .card-body .period,
.archive-exhibition-slider .text .period,
.archive-exhibition-slider-next .text .period,
.top-event .card-body .period,
.top-column .date,
.top-interview .card-body .period,
.exhibitions-archive .card-body .period,
.events-archive .card-body .period,
.interviews-archive .card-body .period {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  color: #747171;
  font-weight: 400;
  margin-bottom: 12px;
}

.top-interview .card-body .period,
.top-column .date {
  font-size: clamp(0.6rem, 1.3vw, 0.875rem);
  color: #909090;
  font-weight: 600 !important;
  font-family: 'Shippori Mincho B1', serif;
  padding: 0;
}

.top-event .card-body .state,
.archive .card-body .state,
.archive .card-body .cate,
.single .card-body .cate,
.archive-exhibition-slider .text .period .state,
.archive-exhibition-slider-next .text .period .state,
.top-interview .card-body .cate,
.events-archive .card-body .state {
  background: #262626;
  color: #FFF;
  border-radius: 1px;
  padding: 0.2rem;
  margin-right: 5px;
  font-size: 0.875rem;
  line-height: 1;
  min-width: 68px;
  text-align: center;
  display: inline-block;
}

.archive-exhibition-slider .text .period {
  background: #000;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 0.5em 1em;
  line-height: 1;
  width: fit-content;
}

.result .card-img-top .cate,
.result .card-img-top .state {
  position: absolute;
  background: rgb(62 62 62 / 90%);
  color: #FFF;
  border-radius: 1px;
  padding: 0.4rem;
  margin-right: 5px;
  font-size: clamp(0.7rem, 1vw, 0.875rem);
  line-height: 1;
  min-width: 102px;
  text-align: center;
  display: inline-block;
  z-index: 1;
  letter-spacing: 0.1em;
  bottom: -8px;
  left: 5px;
  border: 1px solid rgb(62 62 62 / 90%);
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
}

.result .card-img-top .cate.cate-column {
  /* background: rgb(106 106 106 / 90%); */
  /* border: 1px solid rgb(106 106 106 / 90%); */
}

.archive .card-body .cate,
.single .card-body .cate,
.top-interview .card-body .cate {
  min-width: 107px;
}

.top .card-body .state,
.archive .card-body .state,
.archive .card-body .cate,
.single .card-body .cate,
.top-interview .card-body .cate,
.events-archive .card-body .state,
.interviews-archive .card-body .cate {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
}

.archive .card-body .type,
.archive-exhibition-slider .text .type,
.archive-exhibition-slider-next .text .type,
.exhibitions-archive .card-body .type {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 1;
  color: #000;
  font-weight: 500;
  background: #FFF;
  border: 1px solid #585858;
  padding: 0.3rem;
  min-width: 100px;
  display: table-cell;
  text-align: center;
  margin-bottom: 0.5rem;
  max-width: 100px;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}

.archive .card-body .cate.cate-interview,
.single .card-body .cate.cate-interview,
.top-interview .card-body .cate.cate-interview,
.interviews-archive .card-body .cate.cate-interview {
  color: #FFF;
  background: #000;
}

.archive .card-body .cate.cate-column,
.single .card-body .cate.cate-column,
.top-interview .card-body .cate.cate-column {
  color: #000;
  background: #FFF;
  border: 1px solid #000;
}

.archive .card-body .type.group,
.archive-exhibition-slider .text .type.group,
.archive-exhibition-slider-next .text .type.group,
.exhibitions-archive .card-body .type.group {
  color: #FFF;
  background: #585858;
}

.archive .card-body .author,
.archive-exhibition-slider .text .author,
.archive-exhibition-slider-next .text .author,
.exhibitions-archive .card-body .author {
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.archive .card-body .author,
.archive-exhibition-slider-next .text .author {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
}

.archive.archive-event .card-body .card-title,
.archive-exhibition-slider .text .card-title,
.maker-events .card-body .card-title,
.top-event .card-body .card-title,
.top-interview .card-body .card-title {
  font-size: clamp(1rem, 1vw, 1.175rem);
  margin-bottom: 0.5rem;
}

.archive .card-body .card-title,
.archive-exhibition-slider-next .text .card-title,
.single .card-body .card-title,
.exhibitions-archive .card-body .card-title,
.events-archive .card-body .card-title,
.interviews-archive .card-body .card-title {
  font-size: clamp(0.875rem, 1vw, 1.175rem) !important;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.top-event .card-body .card-text,
.archive .card-body .card-text,
.archive-exhibition-slider .text .card-text,
.archive-exhibition-slider-next .text .card-text,
.single .card-body .card-text,
.top-interview .card-body .card-text {
  line-height: 1.5;
  font-size: clamp(0.75rem, 1.3vw, 0.935rem);
  color: #7e7e7e;
  font-weight: 500;
}

.archive-event .sort {
  padding-top: 2rem;
}

.archive.archive-interview .card-body .name {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.2;
  font-weight: 500;
}

.archive.archive-interview .card-body .name span,
.top-interview .card-body .name span {
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
}

.archive.archive-interview .card-body .card-title,
.single .card-body .card-title,
.top-interview .card-body .period {
  margin-bottom: 0.5rem;
  font-weight: 600;
  padding-top: 0.5rem;
}


.top-interview .card-body .name-and-period {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.single .maker-events .card-body .card-title {
  padding-top: 0;
}

.archive.archive-interview .card-body .card-text,
.maker-interview .card-body .card-text .maker-interview-article,
.top-interview .card-body .card-text {
  padding-top: 0.5rem;
}

.top-event .card-body .card-text,
.archive .card-body .card-text,
.archive-exhibition-slider .text .card-text,
.archive-exhibition-slider-next .text .card-text,
.single .card-body .card-text,
.top-interview .card-body .card-text,
.exhibitions-archive .card-body .card-text {
  line-height: 1.5;
  font-size: clamp(0.75rem, 1.3vw, 0.935rem);
  color: #7e7e7e;
  font-weight: 500;
}

.exhibitions-archive .card-body .card-text,
.events-archive .card-body .card-text,
.interviews-archive .card-body .card-text {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
  height: 74px;
}

.collapse-btn.filters,
btn-tostore {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
  position: absolute;
  right: 15px;
  width: clamp(20%, 12vw, 17%);
  font-size: clamp(0.8rem, 1.4vw, 1.25rem);
  width: 16%;
  min-width: 100px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 74px;
  /* margin-bottom: 0.3rem; */
  line-height: 72px;
}

@media screen and (max-width: 767px) {
  .collapse-btn.filters {
    /* position: absolute; */
    /* right: 0; */
    position: relative;
    /* right: 0; */
    width: 150px;
    height: 35px;
    margin-top: 0.3rem;
    line-height: 38px;
    /* left: 15px; */
    right: auto;
    /* bottom: -40px; */
  }

  html[lang='en'] .collapse-btn.filters,
  html[lang='fr'] .collapse-btn.filters {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.keyword {
  margin-bottom: 3rem;
}

#filter-search {
  width: 300px;
  border: 1px solid #000;
  padding: 0.22rem 0.5rem;
}

.btn-search {
  background: #000;
  padding: 0.385rem 1.5rem;
  border-radius: 0;
}

.btn-search2 {
  background: #000;
  padding: 0.385rem 2.5rem;
  border-radius: 0;
  color: #FFF;
  margin-right: 0.5rem;
}

.btn-clear {
  background: #FFF;
  padding: 0.385rem 2.5rem;
  border-radius: 0;
  color: #000;
  /* margin-right:1.5rem; */
  border: 1px solid #000;
}

.btn-search2:hover {
  color: #c6c6c6;
  background: #474747;
}

.filter-search {
  margin-top: 2rem;
}

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

.archive-event .sort-menu {
  /* width:auto; */
}

.archive-event .sort-menu .card-body {
  /* position: absolute; */
  /* right: -103px; */
  /* left:auto; */
  /* top: 74px; */
}

.archive-event .sort-menu .search-menu,
.archive-interview .sort-menu .search-menu {
  display: flex;
  /* justify-content: flex-end; */
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}

.archive-event .sort-menu .form-inline,
.archive-interview .sort-menu .form-inline {
  justify-content: center;
}

.archive-event .search-menu .state,
.maker-archive .search-menu .state {
  display: inline-block;
}

.archive-event .search-menu .state .checkbox01,
.maker-archive .search-menu .state .checkbox01 {
  padding-right: 15px;
  min-width: 80px;
}

.archive-event .search-menu .filter-search,
.maker-archive .search-menu .filter-search {
  text-align: center;
}

.search-menu .filter1 {
  width: 20%;
  /* min-width: 240px; */
  /* margin-bottom: 2rem; */
}

.search-menu .filter2 {
  width: 20%;
  /* min-width: 230px; */
}

.search-menu .filter3 {
  width: 53%;
  /* min-width: 250px; */
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.search-menu .filter4 {
  width: 70%;
  min-width: 240px;
  margin-bottom: 2rem;
}

.search-menu .filter-center {
  width: 50%;
  min-width: 240px;
  margin-bottom: 2rem;
}

.archive-interview .search-menu .filter-center h4 {
  text-align: center;
}

.archive-interview .search-menu .filter-search {
  display: flex;
  justify-content: center;
}

.search-menu .filter3>ul {
  width: 100%;
}

.search-menu .other-conditions {
  padding-top: 2rem;
  /* right: 0; */
  /* position: relative; */
}

.search-menu .other-conditions label {
  /*font-size:0.875rem;*/
}

@media screen and (max-width: 1199px) {
  .search-menu .filter1 {
    width: 48%;
  }

  .search-menu .filter2 {
    width: 48%;
  }

  .search-menu .filter3 {
    width: 100%;
  }

  .search-menu .filter-center {
    width: 75%;
  }
}

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

  .search-menu .filter1,
  .search-menu .filter-center,
  .search-menu .filter4 {
    width: 100%;
  }

  #filter-search {
    width: calc(100% - 65px);
  }

  .search-menu .filter2 {
    width: 100%;
  }

  .filter3 {
    /* margin-top: 2rem; */
  }

  .btn-search2 {
    padding: 0.385rem 1.5rem;
  }

  .btn-clear {
    padding: 0.385rem 1.5rem;
  }
}

.search-menu .parent-menu {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  margin-bottom: 1.3rem;
  width: 100%;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  display: block;
  color: #000;
}

.search-menu h4 {
  font-size: 1.125rem;
}

.search-menu .parent-menu:before {
  content: url(/images/img/icon-img/icon-arrow-down.svg);
  width: 9px;
  height: 9px;
  left: 2px;
  top: 0;
  position: absolute;
}

.search-menu .parent-menu:after {
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  left: 0;
  top: 1.9rem;
  position: absolute;
}

.search-menu .parent-menu:hover .search-menu .parent-menu:focus {
  opacity: 1;
  color: #000;
}

.search-menu .tech,
.search-menu .size2 {
  padding: 0;
  margin: 0;
}

.search-menu .size2 {}

.search-menu #size2-menu {
  width: 100%;
}

.search-menu #size2-menu li {
  display: flex;
  flex-wrap: wrap;
}

.search-menu .size2 span {
  font-size: 0.825rem;
}

.search-menu .allcheck {
  width: 100%;
}

.form-check-input {
  position: relative;
  margin-top: 0.3rem;
  margin-left: 0;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹01 */
input[type=checkbox] {
  display: none;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  width: auto;
}

.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  left: 5px;
}

.checkbox01::after {
  border-right: 3px solid #595959;
  border-bottom: 3px solid #595959;
  content: '';
  display: block;
  height: 14px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

#color-menu li {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

#color-menu .checkbox01 {
  padding: 5px 5px;
  position: relative;
  width: auto;
  font-size: 0.75rem;
  letter-spacing: 0;
}

#color-menu .color .checkbox01::before {
  border-radius: 14px;
  height: 28px;
  width: 28px;
  margin-top: 0;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

#color-menu .color .checkbox01.color1::before {
  border-color: #c5c5c5;
}

#color-menu .color {
  margin-top: 1.5rem;
}

#color-menu .color .checkbox01::after {
  left: calc(50% - 4px);
  top: -8px;
  border-right: 3px solid #a4a4a4;
  border-bottom: 3px solid #a4a4a4;
}

#color-menu .color .checkbox01.color2::before {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}

#color-menu .color .checkbox01.color3::before {
  border-color: #000;
  background-color: #000;
}

#color-menu .color .checkbox01.color4::before {
  border-color: #ab7444;
  background-color: #ab7444;
}

#color-menu .color .checkbox01.color5::before {
  border-color: #d5bc95;
  background-color: #d5bc95;
}

#color-menu .color .checkbox01.color6::before {
  border-color: #e2e07b;
  background-color: #e2e07b;
}

#color-menu .color .checkbox01.color7::before {
  border-color: #91ce65;
  background-color: #91ce65;
}

#color-menu .color .checkbox01.color8::before {
  border-color: #5893c5;
  background-color: #5893c5;
}

#color-menu .color .checkbox01.color9::before {
  border-color: #5877c5;
  background-color: #5877c5;
}

#color-menu .color .checkbox01.color10::before {
  border-color: #ea9696;
  background-color: #ea9696;
}

#color-menu .color .checkbox01.color11::before {
  border-color: #F44336;
  background-color: #F44336;
}

#color-menu .color .checkbox01.color12::before {
  border-color: #eaac51;
  background-color: #eaac51;
}

#color-menu .color .checkbox01.color13::before {
  border-color: #e3e2d5;
  background: rgb(227, 226, 213);
  background: linear-gradient(0deg, rgba(227, 226, 213, 1) 0%, rgba(201, 147, 33, 1) 100%);
}

#color-menu .color .checkbox01.color14::before {
  border-color: #dfdfdf;
  background: rgb(223, 223, 223);
  background: linear-gradient(0deg, rgba(223, 223, 223, 1) 0%, rgba(172, 172, 172, 1) 100%);
}

#color-menu .color .checkbox01.color15::before {
  border-color: #cef5f5;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(206, 245, 245, 1) 100%);
}

input[type=checkbox]:checked+.checkbox01::after {
  opacity: 1;
}

/* ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³01 */
input[type=radio] {
  display: none;
}

.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.radio01::after {
  background: #ed7a9c;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

input[type=radio]:checked+.radio01::after {
  opacity: 1;
}

input:valid~label,
textarea:valid~label {
  top: 0;
  margin: 0;
}

.size1,
.price-distance {
  display: flex;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1rem;
}

.size1 input {
  margin: 0 0.3rem;
  width: calc(50% - 3rem);
}

.price-distance {
  margin-bottom: 2rem;
}

.price-distance input {
  margin: 0 0.3rem;
  width: calc(50%);
}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f545a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dadcdf;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*
.form-control {
  border: 1px solid #000;
}
*/
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4f545a;
}

.form-control:focus {
  color: #4f545a;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #9ba0a7;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #9ba0a7;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9ba0a7;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #9ba0a7;
  opacity: 1;
}

.form-control::placeholder {
  color: #9ba0a7;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ecedee;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #4f545a;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.9375rem + 1px);
  padding-bottom: calc(0.9375rem + 1px);
  font-size: 1.2rem;
  line-height: 0.7368;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.72888rem;
  line-height: 1.273;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5f656c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.273em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.72888rem;
  line-height: 1.273;
  border-radius: 0.1875rem;
}

.form-control-lg {
  height: calc(0.7368em + 1.875rem + 2px);
  padding: 0.9375rem 0.9375rem;
  font-size: 1.2rem;
  line-height: 0.7368;
  border-radius: 0.1875rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  display: flex;
  align-items: center;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #b6babf;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
  background: #282828;
  color: #FFF;
}

.price-distance input {
  margin: 0 0.3rem;
  width: calc(50% - 1.8rem);
}

.result-summary h3 {
  margin-bottom: 0rem;
  left: 0;
  padding: 0;
}

.result-summary h3:before,
.result-summary h3:after {
  content: none;
}

.result-summary h3 span {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  padding-left: 1rem;
}

.result-summary p span {
  background: #4a4a4a;
  color: #FFF;
  font-weight: 100 !important;
  padding: 0.2em;
}

.result {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 3vw;
  padding-bottom: 3rem;
}

.result.card-regular {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  /* padding-bottom: 3rem; */
}

.result .result-item {
  width: calc(100% / 4 - 2.3vw);
  font-family: biz-udpmincho, sans-serif;
  position: relative;
  letter-spacing: 0;
}

.result .result-item .item-wrap {
  position: relative;
  width: 100%;
  max-height: 290px;
  margin-bottom: 0.5rem;
  background: #e3e3e3;
  height: 20vw;
}

.result .result-item .item-wrap.soldout a img {
  filter: brightness(40%) grayscale(30%);
  ;
}

.result .result-item .item-wrap.soldout:after {
  content: "SOLD OUT";
  color: #e0e0e0;
  position: absolute;
  left: 50%;
  top: calc(50%);
  font-size: 1rem;
  transform: translate(-50%, -50%);
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 300;
}

.result .result-item .title,
.sub-section .text .title {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1rem;
}

.result .result-item .item-wrap img {
  margin: 0 auto;
  position: relative;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  display: initial;
  max-height: 290px;

}

.result .result-item .artist-price,
.sub-section .item-wrap .artist-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-top: 0.5rem; */
}

.result .result-item .artist-price .price,
.sub-section .text .price,
.thumb-works .price {
  color: #959595;
  font-weight: 100;
  font-family: 'Shippori Mincho B1', serif;
}

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

.result .title span {
  position: relative;
  /* right:0; */
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-left: 0.5rem;
}

.result-item .utsuwa-type {
  /* width:100%; */
  position: relative;
}

.result-item .utsuwa-type span.favor {
  width: 100%;
  display: block;
  top: 0.25rem;
  position: absolute;
}

.result-item .utsuwa-type span .icon-favor,
.recommend-slider .owl-carousel .owl-item .utsuwa-type span .icon-favor {
  position: absolute;
  left: auto;
  bottom: auto;
  right: 0;
  top: 0.1rem;
}

.blog-wrapper.maker-results .result .result-item {
  width: calc(100% / 5 - 2.4vw);
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
}

.blog-wrapper.maker-results .result .result-item .item-wrap {
  position: relative;
  width: 100%;
  max-height: 221px;
  margin-bottom: 0.5rem;
  background: #e3e3e3;
  height: 20vw;
}

.blog-wrapper.maker-results .result .result-item .utsuwa-type .touki,
.blog-wrapper.maker-results .result .result-item .utsuwa-type .glass,
.blog-wrapper.maker-results .result .result-item .utsuwa-type .shikki,
.blog-wrapper.maker-results .result .result-item .utsuwa-type .kinkou,
.blog-wrapper.maker-results .result .result-item .utsuwa-type .mokkou {
  display: none;
}

.blog-wrapper.maker-results .result .result-item .title {
  width: calc(100% - 2rem);
}

.blog-wrapper.maker-results .result-item .utsuwa-type span .icon-favor {
  top: -0.2rem;
}

@media only screen and (min-width: 912px) and (max-width: 1199px) {
  .blog-wrapper.maker-results .result {
    gap: 11vw 3vw;
    padding-bottom: 3rem;
  }

  .blog-wrapper.maker-results .result .result-item {
    width: calc(100% / 4 - 2.3vw);
  }

  .blog-wrapper.maker-results .result .result-item .item-wrap {
    height: calc(30vw - 5% - 15px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 911x) {
  .blog-wrapper.maker-results .result .result-item {
    width: calc(100% / 3 - 2vw);
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrapper.maker-results .result .result-item {
    width: calc(100% / 2 - 2vw);
  }



  .blog-wrapper.maker-results .result .result-item .item-wrap {
    height: calc(44vw - 5% - 15px);
  }

}

.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: 0.1rem;
}

.blog-wrapper.item-data .header-col .header .header-text .header-title h1 span.favor .icon-favor:before,
.remodal .product-data .header-text .header-title h1 span.favor .icon-favor:before {
  width: 18px;
  height: 18px;
  top: -0.1rem;
}


.icon-favor.on:before {
  content: "";
  background: url(/images/img/icon-img/icon-favor-on.svg);
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}

.pagenation a,
.pagenation span {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 1rem;
}

.pagenation a:hover {
  opacity: 50%;
}

.pagenation span:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.pagenation .first {
  background: url(/images/img/icon-img/icon-pager-first.svg);
  width: 33px;
  height: 33px;
  background-size: cover;
}

.pagenation .first:before {}

.pagenation .last {
  background: url(/images/img/icon-img/icon-pager-first.svg);
  width: 33px;
  height: 33px;
  background-size: cover;
  background-size: cover;
  transform: scale(-1, 1);
}

.pagenation .last:before {}

.pagenation .prev {
  background: url(/images/img/icon-img/icon-pager-prev.svg);
  width: 33px;
  height: 33px;
  background-size: cover;
}

.pagenation .prev:before {}

.pagenation .next {
  background: url(/images/img/icon-img/icon-pager-prev.svg);
  width: 33px;
  height: 33px;
  background-size: cover;
  transform: scale(-1, 1);
}

.pagenation .next:before {}

.pagenation span:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.pagenation span.continue:before {
  content: none;
  width: 0;
  height: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .result {
    gap: 11vw 3vw;
    padding-bottom: 3rem;
  }

  .result .result-item {
    width: calc(100% / 3 - 2vw) !important;
  }

  .result .result-item .item-wrap {
    height: calc(30vw - 5% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .result {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw 3vw;
    /* padding-bottom: 2rem; */
  }

  .result .result-item {
    width: calc(100% / 2 - 2vw);
  }

  .top .result {
    width: 100%;
    gap: 20px 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    min-height: 292px;
  }

  .top .result .result-item {
    width: calc(200% / 4 - 2vw);
  }

  .result .result-item .item-wrap {
    height: calc(35vw - 5% - 15px);
  }

  .top .result .result-item .item-wrap {
    /* width: 160px; */
    min-width: 160px;
  }

  .result .result-item .artist-price .price {
    font-size: 0.825rem;
    font-weight: 400;
  }

  .result .result-item .artist-price {
    /* margin-top: 0.4rem; */
    flex-direction: column;
  }

  .result {
    display: flex;
    flex-wrap: wrap;
    gap: 14vw 3vw;
  }

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

  .result .title span {
    position: relative;
    /* right:0; */
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    padding-left: 0.5rem;
  }

  .title span .icon-favor {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .pagenation {
    display: flex;
    align-items: center;
    padding: 3rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagenation a,
  .pagenation span {
    position: relative;
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1rem;
  }

  .pagenation a:hover {
    opacity: 50%;
  }

  .pagenation .first,
  .pagenation .last,
  .pagenation .prev,
  .pagenation .next {
    width: 28px;
    height: 28px;
  }

  .pagenation a,
  .pagenation span {
    margin: 0 0.3rem;
    font-size: 0.925rem;
  }


  .blog-wrapper.item-data .header-col .header .header-text .header-title h1 span.favor .icon-favor:before,
  .remodal .product-data .header-text .header-title h1 span.favor .icon-favor:before {
    width: 15px;
    height: 15px;
  }

}

@media screen and (max-width: 575px) {
  .result .result-item .item-wrap.soldout:after {
    font-size: 0.8rem;
  }
}

.artcollection {
  height: 200px;
  width: 100px;
  background: #e1e1e1;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artcollection div {
  font-size: 2rem;
  color: #b3b3b3;
}

.btn.modal-w {
  background: #3d3d3d;
  color: #FFF;
  font-size: 0.8125rem;
  padding: 0.1rem 1.2rem;
  border-radius: 0.08rem;
}

.recommend .recommend-item .title span,
.thumb-works .title span,
.rank-in .title span {
  position: relative;
  /* right: 0; */
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-left: 0.5rem;
}

.recommend .recommend-item .title span .icon-favor,
.thumb-works .title span .icon-favor,
.ranking .title span .icon-favor {
  position: relative;
  left: 0;
}

.archive .page-head h1 {
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 400;
}

.archive h2 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  margin-bottom: 1em;
}

.archive .page-head {
  padding-top: 3.4rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .archive .page-head {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.sort-wrap {
  position: relative;
  /* width: 100%; */
}

.sort-btn {
  display: flex;
  /* justify-content: center; */
  align-content: flex-end;
  /* padding-left: 0; */
  flex-wrap: wrap;
  /* padding-right: 0; */
  /* width: 100%; */
}

.sort-btn a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.original-btn {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 16%;
  min-width: 100px;
  height: 35px;
  border-right: 1px solid #E5E5E5;
  font-size: clamp(0.8rem, 1.4vw, 1.25rem);
  border-radius: 0;
  line-height: 72px;
  font-family: 'Shippori Mincho B1', serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.original-btn:hover,
.original-btn:focus {
  background-color: #282828;
  color: #FFF;
  opacity: 1.0;
}

.original-btn.down:before,
.collapse-btn.filters:before {
  content: url(/images/img-renew2025/icons/arrow-down-bl.svg);
  width: 14px;
  height: 8px;
  left: 10px;
  top: -2px;
  position: absolute;
}

.collapse-btn.filters:hover:before {
  transform: scale(1, -1);
  top: calc(100% - 0px);
}

.collapse-btn.filters.collapsed:before {
  transform: scale(1, 1);
  top: -3px;
}

.original-btn.down.active:before {
  content: url(/images/img/icon-img/icon-arrow-down2-wh.svg);
}

.original-btn.down:hover:before,
.original-btn.down.active:focus:before {
  content: url(/images/img/icon-img/icon-arrow-down2-wh.svg);
}

.sort-btn .card-body {
  padding: 1.25rem;
  width: auto;
  /* position: relative; */
}

.sort-menu {
  width: 100%;
}

.archive .sort-menu .card-body .state {
  position: relative;
  background: none;
  text-align: left;
}

.archive .sort-menu .card-body #category-menu {
  display: flex;
  justify-content: center;
}

.archive .sort-menu .card-body #category-menu .category {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .original-btn:before {
    content: none !important;
  }
}

@media screen and (max-width: 767px) {
  .original-btn {
    /* width: calc(25% - 3px); */
    height: 35px;
    /* line-height: 60px; */
    /* margin: auto; */
    /* width: auto; */
    min-width: 120px;
  }

  .checkbox01 {
    padding-right: 0 !important;
  }

  .sort-btn {
    /* margin-bottom:30px; */
  }

  .btn.search-product-sort {
    box-shadow: none !important
  }

  .btn.btn-primary.collapse-btn.filters {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 520px) {
  .original-btn {
    width: calc(25% - 3px) !important;
    /* min-width: 69px; */
    height: 35px;
    line-height: 1;
    min-width: 70px !important;
  }

  .original-btn span {
    display: block;
    font-size: 0.5rem;
    line-height: 1.4;
  }

  .search-menu .size2 span {
    display: block;
    line-height: 1;
  }

  .result-summary p {
    font-size: 0.875rem
  }
}

/* :: Header Area CSS */
/* Search bar */
#search-wrapper {
  display: inline-block;
  position: relative;
  right: 2px;
  margin-left: 5px;
  top: -2px;
  /* display: none; */
}

.web-exhibition #search-wrapper {
  margin-bottom: 20px;
  right: auto;
  margin-left: 10px;
  margin-right: 16px;
}

.web-exhibition .search-expanded {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    /* margin-top: 15px; */
    padding-left: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper {
    /* margin-top: 15px; */
    padding-left: 1em;
  }
}

#search-wrapper.search-expanded #close-icon:before {
  -webkit-animation: cross-1-in 0.25s linear 0s forwards;
  animation: cross-1-in 0.25s linear 0s forwards;
}

#search-wrapper.search-expanded #close-icon:after {
  -webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
  animation: cross-2-in 0.25s linear 0.2s forwards;
}

#search-wrapper.search-expanded:after {
  -webkit-animation: lens-out 0.5s linear 1 forwards;
  animation: lens-out 0.5s linear 1 forwards;
}

#search-wrapper:before {
  position: absolute;
  left: calc(50% - 19px);
  bottom: -25px;
  content: "検索";
  font-size: 10px;
  display: block;
  width: 40px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  /* border: 1px solid #000; */
}

@media screen and (max-width: 991px) {
  #search-wrapper:before {
    left: calc(50% - 10px);
    bottom: -25.3px;
  }

  html[lang='fr'] #search-wrapper:before {
    left: calc(50% - 11px);
  }
}


#search-wrapper input::placeholder {
  color: #2d2c2c;
}

#search-wrapper.search-expanded #search {
  font-size: 13px;
  background: #FFF;
  height: 30px;
}

#search-wrapper #search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#search-wrapper #search:focus {
  width: 280px;
  padding: 7px 15px;
}

.web-exhibition #search-wrapper #search:focus {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper #search:focus {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper #search:focus {
    width: 180px;
  }

  .isGuardLogin {
    top: -22px !important;
  }
}

#search-wrapper #close-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: 0.2s all;
  display: none;
}

#search-wrapper #close-icon[style*="display: block"] {
  color: red;
}

#search-wrapper #close-icon[style*="display: block"]:before {
  -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
  transform: rotate(45deg) scaleX(1) translateY(10px);
}

#search-wrapper #close-icon[style*="display: block"]:after {
  -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
  transform: rotate(-45deg) scaleX(1) translateY(-10px);
}

#search-wrapper #close-icon:before,
#search-wrapper #close-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #050505;
  transform-origin: 100% 50%;
}

#search-wrapper #close-icon:before {
  -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
  transform: rotate(45deg) scaleX(0) translateY(10px);
}

#search-wrapper #close-icon:after {
  -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
  transform: rotate(-45deg) scaleX(0) translateY(-10px);
}

#search-wrapper #close-icon.closing:before {
  -webkit-animation: cross-1-out 0.25s linear 0s forwards;
  animation: cross-1-out 0.25s linear 0s forwards;
}

#search-wrapper #close-icon.closing:after {
  -webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
  animation: cross-2-out 0.25s linear 0.2s forwards;
}

@-webkit-keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}

@keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}

@-webkit-keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}

@keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}

@-webkit-keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }

  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}

@keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }

  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}

@-webkit-keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }

  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}

@keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }

  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}

@-webkit-keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}

@keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}

@-webkit-keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}

@keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}

a:hover {
  opacity: 0.6;
  color: #262626;
}

.footer-area .externals {
  display: flex;
  justify-content: space-around;
  width: 80px;
  margin-top: 1.5rem;
}

.footer-area .externals a {
  color: #262626;
}

.two-columns.text-photo {
  display: flex;
}

.show_more,
.show_more2 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(180deg, rgb(249, 249, 249, 0) 0%, rgb(249, 249, 249, 1) 70%) !important;
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 0.7rem;
  /* text-decoration: underline; */
  z-index: 1;
}

.maker .show_more,
.maker .show_more2 {
  padding-left: 0;
  width: 100px;
  bottom: 12px;
  padding-top: 30px;
  color: #cacaca;
  text-align: center;
}

.artist2 .show_more {
  left: 1.5rem;
  margin-top: 0.5rem;
}

.tab-content .show_more {
  position: absolute;
  bottom: -0.5rem;
  left: 0px;
  width: 100%;
  height: 26px;
  padding-top: 24px;
  text-align: center;
  line-height: 24px;
  background: linear-gradient(180deg, rgb(244, 244, 244, 0) 0%, rgb(244 244 244) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 0.7rem;
  z-index: 0;
}


.show_more:before,
.show_more2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 24px;
  left: 0px;
  border-radius: 12px;
  z-index: -1;
}

.tab-content .show_more:before,
.artist2 .show_more:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 24px;
  border: 1px solid #dcdcdc;
  left: calc(50% - 50px);
  border-radius: 12px;
  z-index: -1;
}

.tab-content .show_more:after {
  position: absolute;
  left: calc(50% - 40px);
}



.artist2 .show_more:before {
  left: -1.5rem;
}

.maker .show_more:before,
.maker .show_more2:before {
  background: #000;
  color: #FFF;
  left: -4px;
}

.show_more:after,
.show_more2:after {
  position: absolute;
  content: url(/images/img/icon-img/arrow_readmore.png);
  left: -12px;
}

.maker .show_more:after,
.maker .show_more2:after {
  position: absolute;
  content: url(/images/img/icon-img/arrow_readmore_wh.png);
  left: 4px;
}

.show_more.active:after,
.show_more2.active:after {
  transform: scale(1, -1);
}


.flexslider .slides {
  width: 400px;
  height: 400px;
}

.flexslider .slides 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;
}

.qty-btn {
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1.7;
}

.qty-btn .quantity {
  margin-left: 1rem;
}

.qty-plus,
.qty-minus {
  font-size: 1rem;
  color: #999;
}


.qty-text {
  text-align: center;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  border-color: #bebebe;
  border-style: solid;
  line-height: 1.8;
}

.item-data .add_cart,
.product-data .add_cart {
  background: #262626;
  color: #FFF;
  padding: 0.4rem 3.5rem;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1rem;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
}

.nav-tabs {
  border-bottom: 1px solid #dadcdf;
  padding-top: 90px;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  color: #9f0808;
  text-decoration: underline;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #ecedee #ecedee #dadcdf;
}

.nav-tabs .nav-link.disabled {
  color: #c7c7c7;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000;
  FONT-VARIANT: JIS04;
  border-color: #dadcdf #dadcdf #f9f9f9;
  text-decoration: none;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.1875rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
  background: #f9f9f9;
}


.tab-content>.active {
  display: block;
  margin-bottom: 3rem;
}

.tab-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.tab-content ul li {
  margin-bottom: 0.5rem;
}

.tab-content ul li span {
  font-weight: 600;
  color: #000000;
  width: 5rem;
  display: inline-block;
}

.product-content-a .tab-content ul li span {
  width: 4rem;
}

html[lang='fr'] .product-content-a .tab-content ul li span {
  width: 5rem;
}


.tab-content {
  /* background: #f9f9f9; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* background: #f4f4f4; */
  /* border: none; */
  opacity: 1;
}

.text_wrapper {
  position: relative;
  margin-bottom: 24px;
}

.text_wrapper .text {
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tab-content>.active {
    margin-bottom: 1rem;
  }
}


/*-----------------------------------------------
|   remodal
-----------------------------------------------*/
.remodal {
  padding: 80px 46px;
  background: url(../img-renew2022/bg_modal.png) #FFF;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal .product-content {
  display: flex;
  width: 100%;
  position: relative;
  text-align: left;
  flex-wrap: wrap;
  font-family: 'Shippori Mincho B1', serif;
}

.remodal .product-content .title {
  position: absolute;
  left: calc(50% + 60px);
  font-size: 1.375rem;
  width: calc(50% - 80px);
}

.remodal .product-content .title .worked {
  font-size: 0.875rem;
  display: block;
}

.remodal .product-content .product {
  position: relative;
  width: 50%;
  top: 0;
}

.remodal .product-content .product-data {
  width: 50%;
  padding-left: 60px;
}

.remodal .product-content .product-data .header-title {
  line-height: 2.5;
}


.remodal .product-content .product-bg {
  background: #f0f0f0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.remodal .product .product-bg img {
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* width: 75%; */
  /* height: 75%; */
  object-fit: contain;
  max-height: 490px;
}

/*-----------------------------------------------
|   Remodal [video lightbox]
-----------------------------------------------*/
.remodal-video {
  padding: 0;
  min-width: 75%;
}

.remodal-overlay {
  background-color: rgba(23, 25, 27, 0.9);
}

.remodal-close {
  top: -1.5rem;
  left: -2rem;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #fff;
  background: transparent;
  border: unset;
  outline: unset;
}

.remodal-video .embed-responsive {
  background-color: #000;
}

.back-btn {
  margin-bottom: 1rem;
  text-indent: 0 !important;
  position: absolute !important;
  left: 46px;
  top: 28px;
  border-radius: 2px !important;

}

/*-----------------------------------------------
|   Remodal [Language selection]
-----------------------------------------------*/
.remodal-select-language {
  max-width: 12.5rem;
  padding: 0;
}

.remodal-select-language .remodal-close {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  padding: 0.5rem;
  cursor: pointer;
}

@media only screen and (min-width: 1100px) {
  .remodal {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1260px) {
  .remodal {
    max-width: 1040px;
    /* height: auto; */
    background-repeat: no-repeat;
    /* overflow: auto; */
  }
}

@media only screen and (max-width: 1099px) {
  .remodal {
    padding: 40px 30px;
    background: url(../img/bg_modal.png) #FFF;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .remodal .product-content .product-data {
    width: 100%;
    padding-left: 0;
  }

  .remodal .product-content .product {
    width: 100%;
  }

  .nav-tabs {
    padding-top: 3rem;
  }

  .remodal .product-content .title {
    position: relative;
    left: 1rem;
    font-size: 1.375rem;
    width: calc(100% - 60px);
  }

  .remodal .artist .bio .text_wrapper {
    width: calc(100% - 200px);
  }

  .remodal .artist .bio .pic {
    width: 200px;
  }
}

@media only screen and (max-width: 767.99px) {
  .remodal-close {
    top: -1.8rem;
    left: -0.5rem;
  }

  .remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
  }
}

.remodal .artist {
  width: 100%;
  margin-top: 2rem;
  height: auto;
}

.remodal .artist h3 {
  font-size: 1.25rem;
}

.remodal .artist h3 span {
  color: #8f7a2f;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem
}

.remodal .artist .bio {
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.remodal .artist .bio .text_wrapper {
  width: calc(100% - 300px);
}

.remodal .artist .bio .text_wrapper p {
  color: #262626;
  word-break: break-word;
  word-wrap: break-word;
}

.card-text.mce-content-body.card-text-event p {
  word-break: break-word;
  word-wrap: break-word;
}

.remodal .artist .bio .pic {
  width: 300px;
  text-align: center;
}

.remodal .artist .bio .pic img {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
}

@media only screen and (min-width: 1100px) {
  .remodal {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1260px) {
  .remodal {
    max-width: 1040px;
    /* height: auto; */
    background-repeat: no-repeat;
    /* overflow: auto; */
  }
}

@media only screen and (max-width: 1099px) {
  .remodal {
    padding: 40px 30px;
    background: url(../img/bg_modal.png) #FFF;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .remodal .product-content .product-data {
    width: 100%;
    padding-left: 0;
  }

  .remodal .product-content .product {
    width: 100%;
  }

  .nav-tabs {
    padding-top: 3rem;
  }

  .remodal .product-content .title {
    position: relative;
    left: 1rem;
    font-size: 1.375rem;
  }

  .remodal .artist .bio .text_wrapper {
    width: calc(100% - 200px);
  }

  .remodal .artist .bio .pic {
    width: 200px;
  }
}

@media only screen and (max-width: 767.99px) {
  .remodal-close {
    top: -1.8rem;
    left: -0.5rem;
  }

  .remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .remodal .artist .bio .text_wrapper {
    width: 100%;
  }

  .remodal .artist .bio .pic {
    position: absolute;
    width: 50px;
    right: 0px;
    top: -54px;
  }

  .remodal .artist .bio .pic img {
    width: 50px;
    height: 50px;
  }

  .marks .icons .certificate {
    padding-top: 55px;
    background: url(../img/icons/certificate.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
    background-position: center top;
  }

  .marks .icons .certificate {
    padding-top: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
  }

  .marks .icons .guarantee {
    padding-top: 30px;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    background-size: 34px;
  }

  .modal-name-artist {
    width: calc(100% - 64px) !important;
  }
}

/*-----------------------------------------------
|   remodal additionally "soldout"
-----------------------------------------------*/
.remodal .product-content .product.soldout .product-bg:before {
  position: absolute;
  background: rgb(0 0 0 / 38%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}

.remodal .product-content .product.soldout .product-bg:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "SOLD OUT";
  z-index: 2;
  color: #f28282;
  font-size: 1.075rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-data .btn.soldout {
  padding: 0.28rem 3.5rem;
  background: #a8a8a8;
  color: #FFF;
  cursor: default;
  /* font-weight: 700; */
}







/*-----------------------------------------------
|   Owl Carousel
-----------------------------------------------*/
.owl-theme .owl-dots {
  position: absolute;
  left: calc(50% - 0.5rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
  padding: 1.25rem;
}

.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;
}

.owl-theme .owl-dots .owl-dot.active span {
  /* background-color: #007bff; */
}

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

.owl-theme .owl-nav [class*=owl-] {
  opacity: 0.5;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: modular-scale(2);
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 2.5rem;
  /* height: 2.5rem; */
  text-align: center;
  color: #777e87;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4) !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;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus {}

.owl-theme .owl-nav .owl-prev {
  left: 2px;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

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

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

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

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

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

.owl-theme.owl-dots-inner .owl-dots {
  bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-theme.owl-eq-items .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

/*-----------------------------------------------
|   Owl Carousel Customization
-----------------------------------------------*/
.owl-loaded.owl-dots-inner .owl-dots {
  /* bottom: 0.315rem !important; */
  /* bottom: -3rem!important; */
  /* bottom: auto; */
}

.owl-loaded .owl-dots .owl-dot.active span {
  /* background-color: rgba(255, 255, 255, 0.6); */
}

@-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%);
  }
}

.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;
}

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

.owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: 100%;
  left: 50%;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
}

.owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 100;
  vertical-align: middle;
  color: #666;
  margin-left: 2px;
  font-family: biz-udpmincho, sans-serif;
  opacity: .4;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
}

.owl-dot span:after {}

.owl-dot.active span {
  font-size: 1rem;
  position: relative;
}

.owl-dot.active span:after {
  content: counter(slides-num) " / ";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  position: relative;
  left: 0;
  top: 1px;
  color: #262626;
  opacity: .4;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 100;
}

.owl-nav button {
  border-radius: 0;
}

.sub-section .owl-carousel .owl-dots {
  display: none;
}

@media screen and (min-width: 1467px) {
  /*
	.recommend-slider .owl-carousel .owl-item .item-wrap {
    width: 270px;
  }
  .recommend-slider .owl-carousel .owl-item .item-wrap .item {
    height: 270px;
  }
	*/
}

@media screen and (max-width: 991px) {
  .recommend-slider .owl-theme .owl-nav [class*=owl-] {
    width: 1.6rem;
    height: 2.8rem;
    border-radius: 0;
    text-align: center;
    color: #000;
    margin: 0;
    top: calc(42% - 1.4rem);
    /* background-color: rgb(0 0 0 / 90%) !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;
    /* transform: translateY(-50%); */
  }

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

  .recommend-slider .owl-carousel .owl-nav button.owl-next,
  .recommend-slider .owl-carousel .owl-nav button.owl-prev {
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .recommend-slider .owl-carousel .owl-item .item-wrap .item {
    height: 72vw;
    max-height: 500px;
  }

  .exhibition-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
  }

  .exhibition-slider .owl-theme .owl-nav .owl-next {
    right: 0;
  }

  .recommend-slider .owl-theme .owl-nav [class*=owl-] {
    top: calc(50% - 3rem);
  }
}

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

  .recommend-slider .owl-carousel .owl-nav button.owl-prev,
  .recommend-slider .owl-carousel .owl-nav button.owl-next {
    /* top: 3rem; */
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 464px) {
  .recommend-slider .owl-theme .owl-nav [class*=owl-] {
    top: calc(50% - 5rem);
  }
}














.remodal .carousel.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  object-fit: contain;
}





#big .item {
  width: 100%;
  height: 39vw;
  max-height: 597px;
}

.big-modal .item {
  width: 100%;
  height: 39vw;
  max-height: 554px;
}

#thumbs .item {
  background: #FFF;
  height: 10vw;
  cursor: pointer;
  width: 100%;
  max-height: 149px;
}

.thumbs-modal .item {
  background: #FFF;
  height: 10vw;
  cursor: pointer;
  width: 100%;
  max-height: 138px;
}

#big .item img,
#thumbs .item img,
.big-modal .item img,
.thumbs-modal .item 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: cover;';
  display: initial;
}

#thumbs .current .item img,
.thumbs-modal .current .item img {
  opacity: 0.4;
}




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

  #big .item {
    height: 39vw;
    max-height: 597px;
  }

  .big-modal .item {
    height: 640px;
    max-height: 640px;
  }

  .thumbs-modal .item {
    height: 19vw;
    max-height: 160px;
  }
}

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

  #big .item {
    height: calc(100vw - 47px);
    max-height: 730px;
  }

  .big-modal .item {
    height: calc(96vw - 80px);
    max-height: 640px;
  }

  #thumbs .item {
    height: calc(30vw - 47px);
    max-height: 177px;
  }

}



.blog-wrapper.item-data .head-slider h1:before {
  content: none;
  height: 0;
}



.recommend-slider,
.archive-exhibition-slider,
.archive-exhibition-slider-next {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.recommend-slider .owl-carousel .owl-item,
.archive-exhibition-slider .owl-carousel .owl-item,
.archive-exhibition-slider-next .owl-carousel .owl-item {
  /* margin-right: 1px!important; */
}

.recommend-slider .owl-carousel .owl-item .item-wrap,
.archive-exhibition-slider .owl-carousel .owl-item .item-wrap,
.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap {
  width: 100%;
  /* background: #EEE; */
  margin-right: -30px;
}

.archive-exhibition-slider .owl-carousel .owl-item .item-wrap,
.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap,
.sub-section .owl-carousel .owl-item .item-wrap {
  width: 100%;
  position: relative;
  z-index: 0;
  /* gap: 3vw; */
  /* display: flex; */
  /* margin-right: 0; */
  flex-wrap: wrap;
  min-height: 345px;
}


.sub-section .owl-carousel .owl-item .item-wrap {
  min-height: 383px;
  height: calc(29vw - 60px);
}

.sub-section .owl-carousel .owl-item .item-wrap {
  border: 1px solid #000;
}

.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.recommend-slider .owl-carousel .owl-item .item-wrap .item,
.archive-exhibition-slider .owl-carousel .owl-item .item-wrap .item,
.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .item {
  background: #ececed;
  height: 25vw;
  max-height: 440px;
}

.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .item {
  height: 21vw;
  max-height: 310px;
}

.sub-section .owl-carousel .owl-item .item-wrap .item {
  height: 20vw;
  max-height: 290px;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker,
.maker-archive .result .result-item .lay-maker {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .icon-maker {
  width: 50px;
  margin: 0.8rem 0 0 0.2rem;
}

.maker-archive .result .result-item .lay-maker .icon-maker,
.maker-archive .result .result-item .lay-maker .icon-maker {
  width: 42px;
  margin: 0rem 0.5rem 0.5rem 0.2rem;
  height: 42px;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .icon-maker img,
.maker-archive .result .result-item .lay-maker .icon-maker img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: initial;
  z-index: 0;
  border-radius: 50%;
}

.maker-archive .result .result-item .lay-maker .icon-maker img {
  width: 42px;
  height: 42px;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .name {
  font-size: 1.625rem;
}

.maker-archive .result .result-item .lay-maker .text .name {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-all;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .name span,
.maker-archive .result .result-item .lay-maker .text .name span {
  font-size: 0.875rem;
  display: block;
  margin-left: 0.1rem;
}

.maker-archive .result .result-item .lay-maker .text .name span {
  font-size: 0.75rem;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type,
.maker-archive .result .result-item .lay-maker .text .maker-type {
  display: flex;
  position: absolute;
  right: 0;
  top: 1rem;
}

.maker-archive .result .result-item .lay-maker .text .maker-type {
  top: 0.1rem;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .state,
.maker-archive .result .result-item .lay-maker .text .state {
  display: flex;
  position: absolute;
  right: 0;
  top: 2.4rem;
}

.maker-archive .result .result-item .lay-maker .text .state {
  top: 1.4rem;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type span,
.maker-archive .result .result-item .lay-maker .text .maker-type span {
  background: #989898;
  color: #FFF;
  border-radius: 1px;
  padding: 0;
  margin-right: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  min-width: 68px;
  text-align: center;
  display: inline-block;
}

.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .state span,
.maker-archive .result .result-item .lay-maker .text .state span {
  background: #FFF;
  color: #000;
  border-radius: 1px;
  padding: 0;
  margin-right: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  min-width: 68px;
  text-align: center;
  display: inline-block;
  border: 1px solid #878787;
}

.maker-archive .result .result-item .lay-maker .text .maker-type span,
.maker-archive .result .result-item .lay-maker .text .state span {
  min-width: 54px;
  font-size: 0.75rem;
}


@media (min-width: 768px) and (max-width: 992px) {
  .sub-section .owl-carousel .owl-item .item-wrap {
    min-height: 320px;
    height: calc(29vw - 60px);
  }
}


@media screen and (max-width: 767px) {
  .archive-exhibition-slider .owl-carousel .owl-item .item-wrap .item {
    height: 62vw;
    max-height: 440px;
  }

  .archive-exhibition-slider .owl-carousel .owl-item .item-wrap .item {
    height: 64vw;
  }

  .archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .item {
    height: 32vw;
  }

  .sub-section .owl-carousel .owl-item .item-wrap {
    min-height: 289px;
    height: 90vw;
  }

  .sub-section .owl-carousel .owl-item .item-wrap .item {
    height: calc(44vw - 20px);
  }

}

.recommend-slider .owl-carousel .owl-item .item-wrap .text,
.archive-exhibition-slider .owl-carousel .owl-item .item-wrap .text,
.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .text,
.top-column .column-body {
  font-family: biz-udpmincho, sans-serif;
  line-height: 1.1;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  justify-content: space-between;
}

.maker-archive .result .result-item .lay-maker .text {
  line-height: 1.1;
}

.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .text {
  justify-content: stretch;
  flex-direction: column;
}

.archive-exhibition-slider .owl-carousel .owl-item .item-wrap .text,
.archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .text {
  padding: 10px 20px 20px;
}

.archive-exhibition-slider .owl-carousel .owl-item .item-wrap .text {
  padding: 0;
}

.sub-section .owl-carousel .owl-item .item-wrap .text {
  padding: 10px 15px 15px;
  position: relative;
  font-family: 'Shippori Mincho B1', serif;
}

.sub-section .owl-carousel .owl-item .item-wrap .text .utsuwa-type {
  position: relative;
}




@media screen and (max-width: 767px) {
  .archive-exhibition-slider-next .owl-carousel .owl-item .item-wrap .text {
    padding: 0 10px 10px;
  }
}

.recommend-slider .owl-carousel .owl-item .item-wrap .text h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
}

.recommend-slider .owl-carousel .owl-item .item-wrap .text h3 .sub,
.past .owl-carousel .owl-item .item-wrap .text name {
  display: block;
  font-size: 0.875rem;
}

.recommend-slider .owl-carousel .owl-nav button.owl-prev,
.exhibition-slider .owl-carousel .owl-nav button.owl-prev,
.archive-exhibition-slider .owl-carousel .owl-nav button.owl-prev,
.archive-exhibition-slider-next .owl-carousel .owl-nav button.owl-prev,
.exhibition-slider .owl-carousel .owl-nav button.owl-prev,
.head-slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.33;
}

#big.owl-carousel .owl-nav button.owl-prev,
#big.owl-carousel .owl-nav button.owl-next,
.big-modal.owl-carousel .owl-nav button.owl-prev,
.big-modal.owl-carousel .owl-nav button.owl-next {
  display: none;
}

.recommend-slider .owl-carousel .owl-nav button.owl-next,
.exhibition-slider .owl-carousel .owl-nav button.owl-next,
.archive-exhibition-slider .owl-carousel .owl-nav button.owl-next,
.archive-exhibition-slider-next .owl-carousel .owl-nav button.owl-next,
.exhibition-slider .owl-carousel .owl-nav button.owl-next,
.sub-section .owl-carousel .owl-nav button.owl-next,
.head-slider .owl-carousel .owl-nav button.owl-next,
.remodal .owl-carousel .owl-nav button.owl-next {
  font-size: 1.8rem;
  right: 0;
  color: #000;
  line-height: 1.35;
}

.remodal .owl-carousel .owl-nav button.owl-next,
.remodal .owl-carousel .owl-nav button.owl-prev {
  font-size: 1.5rem !important;
}


.archive-exhibition-slider .owl-carousel .owl-nav button.owl-next {
  right: 3px;
}

.archive-exhibition-slider .owl-carousel .owl-nav button.owl-prev {
  left: 1px;
}

.recommend-slider .owl-carousel .owl-nav button.owl-next:before {}

.recommend-slider .owl-carousel .owl-item .item a img,
.exhibition-slider .owl-carousel .owl-item .item a img,
.archive-exhibition-slider .owl-carousel .owl-item .item a img,
.archive-exhibition-slider-next .owl-carousel .owl-item .item a img {
  transition: all 0.4s ease-in-out;
}

.recommend-slider .owl-carousel .owl-item .item img,
.exhibition-slider .owl-carousel .owl-item .item img,
.archive-exhibition-slider .owl-carousel .owl-item .item img,
.archive-exhibition-slider-next .owl-carousel .owl-item .item a img,
.sub-section .owl-carousel .owl-item .item a img,
.top-column .column-second .column-img 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: cover;';
  display: initial;
  z-index: 0;
}

.recommend-slider .owl-carousel .owl-item .item a:hover img,
.exhibition-slider .owl-carousel .owl-item .item a:hover img,
.archive-exhibition-slider .owl-carousel .owl-item .item a:hover img,
.archive-exhibition-slider-next .owl-carousel .owl-item .item a:hover img {
  opacity: 0.6;
}

.recommend-slider .owl-carousel .owl-item .item.soldout a {
  position: relative;
}

.recommend-slider .owl-carousel .owl-item .item.soldout a img {
  filter: brightness(40%) grayscale(30%);
  ;
}

.recommend-slider .owl-carousel .owl-item .item.soldout:after {
  content: "SOLD OUT";
  color: #e0e0e0;
  position: absolute;
  left: 50%;
  top: calc(50% - 1rem);
  font-size: 1.2rem;
  z-index: 1;
  transform: translate(-50%, -100%);
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 300;
}

.recommend-slider h3,
.past p {
  margin-bottom: 0.3rem;
}

.recommend-slider p.name,
.recommend-slider p.price {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 0.9375rem;
  color: #262626;
}

.recommend-slider p.name span.type {
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  position: relative;
  background: #a64e18;
  position: relative;
  line-height: 1.3;
  padding: 0 0.2rem;
  color: #FFF;
}

.recommend-slider p.name span.type.artist {
  background: #636363;
}

.recommend-slider p.name span:before {}

.recommend-slider p.price {
  /* padding-right:1.5rem; */
  font-weight: 600;
}

.recommend-slider .text {
  height: auto;
}

.recommend-slider .text .utsuwa-type {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
}

.recommend-slider .text .utsuwa-type span,
.result-item .utsuwa-type span,
.sub-section .utsuwa-type span {
  /* position: absolute; */
  padding: 0.3em;
  border-radius: 1px;
  margin-right: 4px;
  color: #FFF;
  min-width: 55px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: clamp(0.75rem, 0.8vw, 0.875rem);
}

.utsuwa-type span.touki,
.result-item .utsuwa-type span.touki,
.maker-archive .result .result-item .lay-maker .text .maker-type span.touki,
.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type span.touki {
  background: #767676;
}

.utsuwa-type span.glass,
.maker-archive .result .result-item .lay-maker .text .maker-type span.glass,
.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type span.glass {
  background: #767676;
}

.utsuwa-type span.shikki,
.result-item .utsuwa-type span.shikki,
.maker-archive .result .result-item .lay-maker .text .maker-type span.shikki,
.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type span.shikki {
  background: #767676;
}

.utsuwa-type span.mokkou,
.result-item .utsuwa-type span.mokkou,
.maker-archive .result .result-item .lay-maker .text .maker-type span.mokkou,
.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type span.mokkou {
  background: #767676;
}

.utsuwa-type span.kinkou,
.result-item .utsuwa-type span.kinkou,
.maker-archive .result .result-item .lay-maker .text .maker-type span.kinkou,
.maker-archive .recommend-slider .owl-carousel .owl-item .item-wrap .lay-maker .text .maker-type span.kinkou {
  background: rgb(110 114 128);
}

.head-slider .owl-theme .owl-dots,
.remodal .owl-theme .owl-dots,
.recommend-slider .owl-theme .owl-dots,
.archive-exhibition-slider .owl-theme .owl-dots,
.archive-exhibition-slider-next .owl-theme .owl-dots {
  display: none;
}

.top-event .owl-theme .owl-nav [class*=owl-],
.top-interview .owl-theme .owl-nav [class*=owl-],
.recommend-slider .owl-theme .owl-nav [class*=owl-],
.exhibition-slider .owl-theme .owl-nav [class*=owl-],
.top-slider .owl-theme .owl-nav [class*=owl-],
.archive-exhibition-slider .owl-theme .owl-nav [class*=owl-],
.archive-exhibition-slider-next .owl-theme .owl-nav [class*=owl-],
.sub-section .owl-theme .owl-nav [class*=owl-],
.head-slider .owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  top: calc(50% - 0.6rem);
  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: 3.2rem;
  height: 3.2rem;
  border-radius: 0;
  text-align: center;
  color: #000;
  margin: 0;
  background-color:
    rgb(255 255 255 / 20%) !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;
  border: 0.5px solid rgb(255 255 255 / 60%);
  outline: none;
  /* transform: translateY(-25%); */
}

.top-slider .owl-theme .owl-nav {
  position: absolute;
  top: calc(44vw / 2 + 2.25rem);
  /* left: calc(50vw + 67px); */
}

.top-slider .owl-theme .owl-dots {
  position: absolute;
  bottom: auto !important;
  right: 2rem;
  top: calc(44vw - 58px);
  left: auto;
}

.top-event .owl-theme .owl-nav [class*=owl-],
.top-interview .owl-theme .owl-nav [class*=owl-],
.archive-exhibition-slider .owl-theme .owl-nav [class*=owl-],
.archive-exhibition-slider-next .owl-theme .owl-nav [class*=owl-],
.sub-section .owl-theme .owl-nav [class*=owl-],
.head-slider .owl-theme .owl-nav [class*=owl-],
.remodal .owl-theme .owl-nav [class*=owl-] {
  background-color: rgb(0 0 0 / 60%) !important;
  color: #FFF;
  border: 0;
  width: 1.6rem;
  height: 3.2rem;
  opacity: 1;
}

.top-interview .owl-theme .owl-nav .owl-next {
  right: 2px;
}

.archive-exhibition-slider .owl-theme .owl-nav [class*=owl-] {
  background-color: rgb(255 255 255 / 30%) !important;
  top: calc(45% - 50px);
}


.top-interview .owl-carousel .owl-nav button.owl-next,
.top-interview .owl-carousel .owl-nav button.owl-prev,
.top-event .owl-carousel .owl-nav button.owl-next,
.top-event .owl-carousel .owl-nav button.owl-prev,
.archive-exhibition-slider .owl-carousel .owl-nav button.owl-next,
.archive-exhibition-slider .owl-carousel .owl-nav button.owl-prev,
.archive-exhibition-slider-next .owl-carousel .owl-nav button.owl-next,
.archive-exhibition-slider-next .owl-carousel .owl-nav button.owl-prev,
.sub-section .owl-carousel .owl-nav button.owl-next,
.sub-section .owl-carousel .owl-nav button.owl-prev,
.head-slider .owl-carousel .owl-nav button.owl-next,
.head-slider .owl-carousel .owl-nav button.owl-prev,
.remodal .owl-carousel .owl-nav button.owl-next,
.remodal .owl-carousel .owl-nav button.owl-pre {
  color: #FFF;
  font-size: 1.8rem;
}

.head-slider #thumbs.owl-carousel .owl-nav button.owl-next,
.head-slider #thumbs.owl-carousel .owl-nav button.owl-prev {
  /* color:#000; */
  /* background-color: rgb(0 0 0 / 0) !important; */
}

.recommend-slider .owl-theme .owl-nav [class*=owl-] {
  top: calc(50% - 4rem);
}

.featuredProducts .recommend-slider .owl-theme .owl-nav [class*=owl-] {
  top: calc(50% - 60px);
}


.recommend-slider .owl-carousel .owl-stage-outer,
.archive-exhibition-slider .owl-carousel .owl-stage-outer,
.archive-exhibition-slider-next .owl-carousel .owl-stage-outer,
.sub-section .owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.result .result-item .artist-price .price.soldout,
.recommend-slider p.price.soldout,
.archive .soldout {
  color: #d7682c;
}

.exhibition .header-area {
  position: absolute;
}

.exhibition .classy-navbar {
  justify-content: right;
}

.exhibition .classy-nav-container .logo,
.exhibition .classy-navbar .nav-icons {
  display: none;
}

.exhibition-slider .row {
  height: 100vh;
  display: flex;
  align-items: center;
}

.exhibition-slider .owl-carousel .owl-item .item 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;
  z-index: 0;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* width: 90%; */
  /* max-width: 920px; */
  height: calc(100vh - 150px);
  margin: 0 0 2rem;
  overflow-y: auto;
  /* align-content: space-around; */
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .text {
  padding: 2rem 0;
  /* text-align: center; */
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .text .name {
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .text .name .author {
  display: block;
  padding-top: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .logo,
.exhibition-slider .owl-carousel .owl-item .item-wrap .title,
.exhibition-slider .owl-carousel .owl-item .item-wrap .item {
  width: 100%;
  position: relative;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .logo img {
  width: clamp(103px, 16vw, 16%);
  padding: 5%;
  left: 50%;
  height: auto;
  position: relative;
  transform: translateX(-50%);
}

.exhibition-slider .owl-carousel .owl-item .title {
  width: calc(100% - 2rem);
  padding: 0;
  padding: 0 0 0 0.5rem;
}

.exhibition-slider .owl-carousel .owl-item .title h3 {
  font-size: 1.125rem;
  position: relative;
  padding: 1rem 1.2rem;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .title h3 span {
  font-size: 0.9375rem;
  display: block;
}

.exhibition-slider .owl-carousel .owl-item .title h3:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.exhibition-slider .owl-carousel .owl-item .title h3:after {
  content: "";
  height: 50px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.first .title {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  width: 90%;
  max-width: 920px;
  /* max-height: 70vh; */
  /* overflow: auto; */
  padding: 0;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .title h2 {
  font-size: clamp(1.5rem, 1.8vw, 2.25rem);
  line-height: 2;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .title h2 span {
  font-size: clamp(1.2rem, 1.5vw, 1.75rem);
  display: block;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .title .period {
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .title .lead {
  font-size: clamp(0.8rem, 1vw, 1rem);
  padding: 3.2rem 0 0;
  text-align: left;
  line-height: 2.4;
  /* max-width: 920px; */
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof {
  /* display:flex; */
  /* width: 90%; */
  /* max-width: 920px; */
  max-height: 80vh;
  /* overflow-y: scroll; */
  height: calc(100vh - 150px);
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof>div {
  width: 90%;
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 0; */
  position: relative;
}


.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 {}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .pic,
.blog-wrapper .sub-section .prof .artist1 .pic {
  width: 206px;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .pic img,
.blog-wrapper .sub-section .prof .artist1 .pic img {
  width: 100%;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .data,
.blog-wrapper .sub-section .prof .artist1 .data {
  padding: 1.5rem 0 0;
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .type,
.blog-wrapper .sub-section .prof .artist1 .type {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .name,
.blog-wrapper .sub-section .prof .artist1 .name {
  font-size: 1.875rem;
  line-height: 1.4;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .name span,
.blog-wrapper .sub-section .prof .artist1 .name span {
  font-size: 0.75rem;
  display: block;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .pottery,
.blog-wrapper .sub-section .prof .artist1 .pottery {
  font-weight: 600;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist2,
.blog-wrapper .sub-section .prof .artist2 {
  width: calc(100% - 300px);
  position: absolute;
  right: 0;
}

.blog-wrapper .sub-section .prof .artist2 {
  position: relative;
}

.blog-wrapper .sub-section .prof .artist2:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translate(-50%, -50%);
}

.blog-wrapper .sub-section .prof:last-child .artist2:before {
  height: 0px;
  width: 0px;
  content: none;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .artist2 .text,
.blog-wrapper .sub-section .prof .artist2 .text {
  padding: 0;
  /* width: 100%; */
  padding-right: 1rem;
}

.blog-wrapper .sub-section .prof .artist2 .text {
  padding-right: 0;
}

.blog-wrapper .sub-section .prof .artist2 .text_wrapper .text,
.blog-wrapper.maker .header .header-text .text_wrapper .text {
  height: 200px;
  overflow: hidden;
  z-index: -1;
  position: relative;
  /* z-index: -1; */
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist2 .text .history,
.blog-wrapper .sub-section .prof .artist2 .text .history {
  /* height:180px; */
  /* overflow-y:scroll; */
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist2 .text .history table tr th,
.blog-wrapper .sub-section .prof .artist2 .text .history table tr th {
  padding: 0.2rem 0.5rem 0.2rem 0.2rem;
  font-weight: 400;
  min-width: 90px;
}

.blog-wrapper .sub-section .prof .history2 {
  padding-top: 2rem;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist2 .text .history h4,
.blog-wrapper .sub-section .prof .artist2 .text .history h4 {
  position: relative;
  padding: 0.1rem 1rem;
  border-radius: 1px;
  color: #FFF;
  background: #000;
  display: inline-block;
  font-size: 1rem;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist2 .text .history>div,
.blog-wrapper .sub-section .prof .artist2 .text .history>div {
  font-family: 'Shippori Mincho B1', serif;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap .item {
  background: #FFF;
  height: 30vw;
  max-height: 460px;
}

.exhibition-slider .owl-theme.owl-dots-inner .owl-dots {
  top: auto;
  bottom: 0 !important;
}

.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;
}

.exhibition-slider .owl-theme .owl-nav [class*=owl-],
.exhibition-slider .owl-theme .owl-nav [class*=owl-] {
  /* opacity: 1; */
  /* position: absolute; */
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  top: 50%;
  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: 3.2rem; */
  height: 2.4rem;
  /* border-radius: 0; */
  /* text-align: center; */
  /* color: #000; */
  /* margin: 0; */
  background-color: rgb(0 0 0 / 5%) !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;
  /* border: 0.5px solid rgb(255 255 255 / 60%); */
  outline: none;
}

.exhibition-slider .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof>div {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 75vh;
  overflow-y: scroll;
}

#archive-exhibition-carousel .owl-theme .owl-dots {
  display: block;
}

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

  .lower .container {
    max-width: 1040px;
  }

}


@media screen and (max-width: 991px) {
  .exhibition-slider .owl-carousel .owl-nav button.owl-prev {
    left: -5%;
  }

  .exhibition-slider .owl-carousel .owl-nav button.owl-next {
    right: -5%;
  }

  .exhibition-slider .owl-carousel .owl-item .item-wrap .item {
    background: #FFF;
    height: auto;
    width: 100%;
  }

  .exhibition-slider .owl-carousel .owl-item .item img {
    width: 80%;
  }

  .exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist2,
  .blog-wrapper .sub-section .prof .artist2 {
    width: 100%;
    position: relative;
  }
}



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

  .top-slider .owl-theme .owl-dots {
    position: absolute;
    top: calc(71vw);
    left: auto;
    right: 1rem;
  }


  .exhibition-slider .owl-carousel .owl-item .item-wrap.prof>div {
    max-height: 70vh;
  }

  .top .archive-exhibition-slider .owl-theme .owl-dots {
    right: 1rem;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .exhibition-slider .owl-carousel .owl-nav button.owl-prev {
    left: -10%;
  }

  .exhibition-slider .owl-carousel .owl-nav button.owl-next {
    right: -10%;
  }
}

@media screen and (max-width: 575px) {
  .exhibition-slider .owl-carousel .owl-item .item-wrap.first .title {
    width: 80%;
  }

  .exhibition-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .exhibition-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .exhibition-slider .owl-theme .owl-nav [class*=owl-],
  .exhibition-slider .owl-theme .owl-nav [class*=owl-] {
    top: 50%;
    width: 1.8rem;
    height: 2.4rem;
  }

}


.lower section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  font-family: 'Shippori Mincho B1', serif;
}


.lower section:before {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  content: "";
  bottom: 0.5rem;
  left: 0;
}

.lower section:last-of-type:before {
  content: none;
}

.lower h3 {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
}

.lower h4 {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  padding-top: 1rem;
}

.lower p,
.lower li {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 400;
}

.lower ul,
.lower ol {
  margin-bottom: 1.5rem;

}

.lower ul li {
  line-height: 2;
  list-style: disc;
  margin-left: 2rem;
  font-weight: 400;
}

.lower ol li {
  line-height: 2;
  margin-left: 2rem;
  list-style: decimal;
  font-weight: 400;
}

.faq.lower ul li {
  list-style-type: none;
  margin-left: 0;
}


.top-slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  overflow-y: hidden;
  background-image: url(/images/img/bg_slider.jpg);
  background-size: cover;
}

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

.top-slider .spotlight {
  width: 100%;
}

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

.top-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;
}

.top-slider .head .title {
  font-size: clamp(1rem, 2.8vw, 2.25rem);
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  font-family: 游ゴシック, "Yu Gothic", sans-serif;
  padding-top: 0.4rem;
}

.top-slider .head .en-text {
  font-size: clamp(0.8rem, 1vw, 1.6rem);
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 900;
  display: block;
  font-family: 'Shippori Mincho B1', serif;
}

.top-slider .head .period {
  font-size: clamp(1.9rem, 3.6vw, 3.6rem);
  font-weight: 400;
  padding-left: clamp(2rem, 2vw, 3.2rem);
  font-family: 'Manrope', sans-serif;
  position: relative;
  line-height: 1;
  left: 2rem;
}

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

.top-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;
}

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

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

.top-slider .head .period .end:before {
  content: "";
  position: absolute;
  background-image: url(../img-renew2022/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);
}

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

.top-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);
}

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

.top-slider .container-fluid {
  width: 100%;
  /* width: calc(100%); */
  overflow-x: hidden;
  /* margin-left: 67px; */
  /* margin-right: auto; */
  /* padding-left: 67px; */
  overflow-y: hidden;
}

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

.top-slider .owl-carousel .owl-nav button.owl-prev,
.exhibition-slider .owl-carousel .owl-nav button.owl-next,
.exhibition-slider .owl-carousel button.owl-dot {
  /* font-size:1.6rem; */
  /* color:#000; */
  /* opacity: 1; */
  /* right: -50px; */
}

.top-slider .owl-carousel {}

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

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

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

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

  .top-slider .externals {
    margin-bottom: 1.5rem
  }

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

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

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


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

@media screen and (max-width: 767px) {
  .top-slider {
    /* padding-top: 140px; */
  }

}

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

.top-slider .owl-carousel .owl-item .item-wrap {
  position: relative;
  width: 63vw;
  height: 38vw;
  margin: auto;
  filter: opacity(100%);
  transition-duration: 0.5s;
}


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

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

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

.top-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: cover;
  font-family: 'object-fit: contain;';
  display: initial;
  z-index: 0;
}

.item .img-hover {
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.item .img-hover.img-hover-white {
  background: #fff;
  opacity: 0.3;
}


.top-slider .owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(25% - 2rem);
  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: clamp(1.5rem, 4vw, 4.5rem);
  height: clamp(4.5rem, 4vw, 4.5rem);
  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: 0;
  border: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.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%); */
}

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

.top-slider .owl-carousel .item {
  position: relative;
  margin-bottom: 30px;
  padding: 100px;
}



.top-slider .owl-carousel .item .data {
  position: absolute;
  width: 86%;
  padding: 30px 0 25px 25px;
  bottom: 0;
  font-family: biz-udpmincho, sans-serif;
  text-align: center;
  font-size: clamp(0.75rem, 0.8vw, 1.125rem);
}

.top-slider .owl-carousel .item .data .title {
  font-family: mizoletbokutoh, sans-serif;
}


.top-slider .owl-carousel .item .data .btn {
  background: rgb(255 255 255 / 53%);
  color: #000;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  border-radius: 0;
  padding: 0.2em 2em;
  margin-top: 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-slider .owl-carousel .item .data.text-black .btn {
  background: rgb(0 0 0 / 46%);
  color: #fff;
}

.top-slider .owl-carousel .item .data span {
  display: block !important;
}





.top-slider .owl-carousel .item .data .category {
  padding: 0.2em 2em;
  display: inline-block;
  line-height: 1;
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  font-weight: 100;
  margin-bottom: 0.2em;
  min-width: 150px;
  text-align: center;
}


.top-slider .owl-carousel .item .data .title {
  font-size: clamp(0.875rem, 1.1vw, 1.25rem);
  margin-bottom: 0.2em;
  display: inherit;
  overflow: hidden;
}

.top-slider .owl-carousel .item .data .title span {
  font-size: clamp(0.925rem, 1.1vw, 1.6rem);
  display: block;
  line-height: 2;
}

.top-slider .owl-carousel .item .data .title-small {
  font-size: clamp(1rem, 1.5vw, 1.75rem);
  font-weight: 500;
}

.top-slider .carousel-row {
  /* max-width: 100%; */
  /* position: relative; */
}


.top-slider .owl-carousel .owl-nav button.owl-prev {
  left: -100px;
}

.top-slider .owl-carousel .owl-nav button.owl-next {
  right: calc(-100vw + 485px);
}

.top-statement {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.top-statement h2 {
  text-align: center;
  font-size: clamp(1.25rem, 3vw, 2.75rem);
  padding: 0.3em 0;
}

.top-statement p {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}


.purpose-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
}

.purpose-menu .purpose {
  padding: 0 60px 0 150px;
  font-size: clamp(0.625rem, 1.1vw, 1.25rem);
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  display: flex;
  /* align-content: stretch; */
  flex-wrap: wrap;
}



.purpose-menu .purpose:before {
  content: "";
  background: #000;
  width: 1px;
  height: 67px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.purpose-menu .purpose:after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 72px;
  bottom: -6px;
}

.purpose-menu .purpose.purpose1:after {
  content: "";
  background-image: url(/images/img/icon-img/text_purpose1.svg);
  width: 64px;
  height: 52px;
}

.purpose-menu .purpose.purpose2:after {
  content: "";
  background-image: url(/images/img/icon-img/text_purpose2.svg);
  width: 68px;
  height: 52px;
}

.purpose-menu .purpose.purpose3:after {
  content: "";
  background-image: url(/images/img/icon-img/text_purpose3.svg);
  width: 67px;
  height: 52px;
}

.purpose-menu .purpose span {
  position: relative;
}

.purpose-menu .purpose .arrow:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
  ;
  position: absolute;
  top: 50%;
  left: -130px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.purpose-menu .purpose .arrow:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
  ;
  position: absolute;
  top: 50%;
  left: -120px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.purpose-menu .purpose:hover .arrow:before {
  left: -122px;
}

.purpose-menu .purpose:hover .arrow:after {
  left: -112px;
}


.purpose-menu .purpose:nth-child(1):before {
  content: none;
}

.less-466-br {
  display: none;
}


.btn-top-link {
  background: #000;
  color: #FFF !important;
  padding: 0.8rem;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  border: 1px solid #000;
  text-align: center;
  line-height: 1;
  font-family: biz-udpmincho, sans-serif;
  min-width: 260px;
  position: relative;
}

.btn-top-link:after {
  content: url(/images/img/icon-img/arrow_s_button.svg);
  width: 8px;
  height: 14px;
  right: 10px;
  top: 50%;
  position: absolute;
  z-index: 1;
  display: block;
  transform: translateY(-50%);
}

.btn-next {
  background: #000;
  color: #FFF;
  /* padding: 0.8rem 4.5rem; */
  border-radius: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1rem;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  border: 1px solid #000;
  text-align: center;
}

.btn-modify {
  color: #262626;
  border: 1px solid #262626;
  padding: 0.75rem 3rem;
  border-radius: 1px;
}

button:hover,
button:focus {
  color: #262626;
  border: 1px solid #262626;
  background: #FFF;
}

@media only screen and (max-width: 991px) {
  .purpose-menu .purpose .arrow:before {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    left: -83px;
  }

  .purpose-menu .purpose .arrow:after {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    left: -77px;
  }


  .top-slider .owl-carousel .item .data {}

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

  .purpose-menu .purpose {
    padding: 0 30px 0 82px;
  }

  .purpose-menu .purpose.purpose1:after {
    width: 35.8px;
    height: 29px;
  }

  .purpose-menu .purpose.purpose2:after {
    width: 38px;
    height: 29px;
  }

  .purpose-menu .purpose.purpose3:after {
    width: 37.2px;
    height: 29px;
  }

  .purpose-menu .purpose:after {
    bottom: -1px;
    background-repeat: no-repeat;
  }

  .purpose-menu .purpose:after {
    left: 33px;
  }

  .purpose-menu .purpose:hover .arrow:before {
    left: -80px;
  }

  .purpose-menu .purpose:hover .arrow:after {
    left: -74px;
  }
}

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



  .top-slider:before,
  .top-slider:after {
    content: none;
  }

  .top-slider .owl-carousel .item {
    width: 100vw;
  }

  .top-slider .owl-carousel .owl-item .item-wrap {
    height: 68vw;
  }

  .top-slider .owl-carousel .item .data {
    margin: 0;
    padding: 15px 10px;
    width: 100%;
  }

  .top-slider .container-fluid {
    width: 100%;
  }

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

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

  .top-slider .carousel-padding {
    /* max-width: 100%; */
  }

  .purpose-menu .purpose {
    padding: 5px 10px 0 10px;
    min-width: 160px;
    justify-content: center;
  }

  .purpose-menu .purpose:after {
    left: 50px;
    top: -25px;
  }

  .purpose-menu .purpose .arrow:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    left: -20px;
    top: 0;
  }

  .purpose-menu .purpose .arrow:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    left: -26px;
    top: 0;
  }

  .purpose-menu .purpose:hover .arrow:before {
    left: -15px;
  }

  .purpose-menu .purpose:hover .arrow:after {
    left: -21px;
  }


  .purpose-menu .purpose.purpose1:after {
    left: 60px;
  }

  .purpose-menu .purpose.purpose2:after {
    left: 62px;
  }

  .purpose-menu .purpose.purpose3:after {
    left: 54px;
  }

  .top-slider .owl-theme .owl-nav {
    position: absolute;
    top: calc(94vw / 2 + 2.25rem);
    left: calc(50vw - 2rem);
  }

  .top-slider .owl-carousel .owl-nav button.owl-prev {
    left: calc(-50vw - -2rem);
  }

  .top-slider .owl-carousel .owl-nav button.owl-next {
    right: calc(-50vw - 32px);
  }
}

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

  .less466-none {
    display: none;
  }

  .less-466-br {
    display: block;
  }

  .purpose-menu {
    height: 6rem;
  }

  .purpose-menu .purpose {
    line-height: 1.1;
  }

  .purpose-menu .purpose .txt {
    min-height: 1.7rem;
    padding-top: 0.3rem;
    text-align: center;
  }

  .purpose-menu .purpose {
    padding: 5px 10px 0 10px;
    min-width: 125px;
    justify-content: center;
  }

  .purpose-menu .purpose.purpose1:after {
    left: 47px;
  }

  .purpose-menu .purpose.purpose2:after {
    left: 43px;
  }

  .purpose-menu .purpose.purpose3:after {
    left: 40px;
  }
}

.top .nav-tabs .nav-item,
.toshop-btn,
.faq .nav-tabs .nav-item {
  width: 19%;
  min-width: 100px;
  margin-right: 3px;
}

.toshop-btn:hover {
  background: #000;
  color: #FFF;
  opacity: 1;
}

.top .nav-tabs,
.top-maker .nav-tabs,
.faq .nav-tabs {
  width: 100%;
  padding: 0;
}

.top .nav-tabs .nav-link,
.toshop-btn,
.faq .nav-tabs .nav-link {
  position: relative;
  padding: 0;
  height: 74px;
  border: 1px solid #000 !important;
  font-size: clamp(0.75rem, 0.9vw, 1rem);
  border-radius: 0;
  line-height: 72px;
  font-family: biz-udpmincho, sans-serif;
  color: #262626;
  font-weight: 400;
  margin-bottom: 1rem;
  background: rgb(255 255 255 / 0%);
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
}

.top .nav-tabs .nav-link:before,
.toshop-btn:before {
  content: url(/images/img/icon-img/icon-arrow-down2.svg);
  width: 14px;
  height: 8px;
  left: 10px;
  top: auto;
  position: absolute;
  z-index: 1;
  /* display: block; */
}

.top .nav-tabs .nav-link.active,
.faq .nav-tabs .nav-link.active {
  background: #000;
  color: #FFF;
}

.top .nav-tabs .nav-link.active:before {
  content: url(/images/img/icon-img/icon-arrow-down2.svg);
}

.top .tab-and-btn {
  display: flex;
}

.top .tab-content {
  background: none;
}

.top-link {
  display: flex;
  justify-content: center;
  width: 100%;
}


.scroll-guide {
  display: none;
}

.top .archive-exhibition-slider .owl-theme .owl-dots {
  display: none;
}

.top #archive-exhibition-carousel {
  margin-bottom: 3rem;
}



.top .wrap-attention .maker-artist {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  margin-right: 12px;
  z-index: 2;
}

.top .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;
  z-index: 1;
  min-width: 95px;
}

.top .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;
}

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

.top .wrap-attention .icon-artist p {
  font-size: 0.8125rem;
  font-weight: 400;
  z-index: 1;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: -20px;
  z-index: 1;
  font-family: biz-udpmincho, sans-serif;
}

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



.top .thumb-works {
  width: calc(100% / 6 - 1vw);
  text-align: center;
  position: relative;
  min-width: 170px;
  padding: 0 0.5rem;
}

.top .thumb-works .item-wrap {
  width: 1;
  height: 170px;
  width: 100%;
  background: #dfdfdf;
  margin-bottom: 0.3rem;
  position: relative;
}

.top .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;
}

.top .thumb-works .item-wrap 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;
}

.thumb-works .title {
  font-size: 0.875rem;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
  /* padding: 0 14px; */
}

.thumb-works .icon-favor:before {
  right: -1rem;
}

.top .blog-wrapper h2,
.remodal .top-search h2,
.top-column h2,
.top-interview h2,
.top-search h2,
.feature h2,
.top-info h2,
.blog-wrapper .sort-title h2 {
  margin-bottom: 3.5em;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 100;
}


.top-info h2 {
  margin-bottom: 1.5em;
}

.remodal .top-search h2 {
  text-align: left;
}

.top .blog-wrapper h2:after,
.top-column h2:after,
.top-interview h2:after,
.top-search h2:after,
.feature h2:after,
.top-info h2:after,
.blog-wrapper .sort-title h2:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -0.6em;
  left: 0;
  position: relative;
  background: #262626;
  display: block;
}

.top-info {
  padding-bottom: 3.5rem;
}

.top-info h2:after {
  background: #FFF;
  height: 2px;
}

.top-info .info-wrap {
  background: #efefef;
  padding: 2.5vw 2vw 1.8vw;
}

.top-info .info-wrap ul {
  padding-bottom: 1.5rem;
}

.top-info .info-wrap ul li {
  position: relative;
  padding: 1em 0 1em;
  line-height: 1.3;
  font-family: biz-udpmincho, sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  color: #262626;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-info .info-wrap ul li .date {
  padding-right: 1em;
}

.top-info .info-wrap .btn {
  background: #dddddd;
  font-family: biz-udpmincho, sans-serif;
  font-size: clamp(0.875rem, 1vw, 1rem);
  border-radius: 0;
  padding: 0.375em 1.75em;
  position: relative;
}

.top-info .info-wrap .btn:after {
  content: url(/images/img/icon-img/arrow_s_button_blk.svg);
  width: 6px;
  height: 18px;
  right: 10px;
  top: 50%;
  position: absolute;
  z-index: 1;
  display: block;
  transform: translateY(-50%);
}

.top-info .info-wrap ul li .cate {
  background: #585858;
  color: #d6d6d6;
  padding: 0.25em;
  min-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-info .info-wrap ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -0.4em;
  left: 0;
  position: relative;
  background: #c9c9c9;
  display: block;
}

.top-maker .feature {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 3rem;
}

.top-maker .feature img {
  max-width: 50%;
}



.top-event-wrap {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  gap: 15px 15px;
  flex-wrap: wrap;
}




.top-event .card-title {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.top-event .card-text {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
}

.top-event .card-img-top,
.top-interview .card-img-top {
  position: relative;
  width: 100%;
  max-height: 220px;
  margin-bottom: 0.5rem;
  background: #e3e3e3;
  height: 16vw;
}

.top-event .card-img-top img,
.top-interview .card-img-top 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;
}

.top-column {}

.top-column .column-first {
  margin-bottom: 2rem;
}

.top-column .column-first .column-img {
  display: flex;
  width: calc(50%);
}

.top-column .column-second {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.top-column .column-second>div {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 1em);
  align-content: flex-start;
}

.top-column .column-second .column-img {
  height: 25vw;
  max-height: 440px;
  width: 100%;
}


.top-column .column-body {
  flex-direction: column;
  padding: 0;
}

.top-column .column-first .column-body {}

.top-column .column-first .column-body .title,
.top-column .column-second .column-body .title {
  font-size: clamp(1.2rem, 2.2vw, 2.3rem);
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: 100;
}

.top-column .column-second .column-body .title {
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
}

.top-column .column-img img {
  width: 100%;
}

.top-search {
  margin-bottom: 4rem;
}

.top-search .btn-link {
  width: 100%;
  text-align: left;
  color: #262626;
  font-size: clamp(1.125rem, 1.2vw, 1.175rem);
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  padding-left: 38px;
  background-color: #FFF;
  position: relative;
}

.top-search .btn-link:before {
  content: url(/images/img/icon-img/arrow_searchmenu.svg);
  position: absolute;
  right: 12px;
  bottom: 3px;
}

.top-search button.btn.btn-link.collapsed {
  /* left: 2rem; */
}



.top-search .btn-link:hover {
  color: #262626;
  text-decoration: none;
  background-color: none;
  border-color: transparent;
}

.top-search .card-header {
  padding: 0.5rem;
  margin-bottom: 0;
  background-color: #FFF;
  border-bottom: 1px solid #000;
  position: relative;
}

.top-search .card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.top-search .card {
  border: none;
}

.top-search .card-body {
  background: #FFF;
  display: flex;
  gap: 2px;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.top-search .card-body a {
  display: block;
  background: #f1f1f1;
  padding: 15px;
  width: calc(100% / 3 - 2px);
  position: relative;
}

.top-search .card-body a:hover {
  background: #d8d8d8;
  opacity: 1;
}


.top-search .card-body a:before {
  content: url(/images/img/icon-img/arrow_searchmenu2.svg);
  position: absolute;
  right: 12px;
  bottom: 10px;
}

.top-search .btn:not(:disabled):not(.disabled):active {
  background: #FFF;
}

.top-search .card-header:before {
  content: "";
  width: 30px;
  height: 22px;
  background-size: contain;
  position: absolute;
  left: 5px;
  bottom: 17px;
  z-index: 1;
}

.top-search .card-header.product1:before {
  background: url(/images/img/icon-img/icon_search1.png);
  width: 30px;
  height: 22px;
  background-size: contain;
}

.top-search .card-header.product2:before {
  background: url(/images/img/icon-img/icon_search2.png);
  width: 28px;
  height: 22px;
  background-size: contain;
}

.top-search .card-header.product3:before {
  background: url(/images/img/icon-img/icon_search3.png);
  width: 23px;
  height: 22px;
  background-size: contain;
}

.top-search .card-header.product4:before {
  background: url(/images/img/icon-img/icon_search1.png);
  width: 30px;
  height: 22px;
  background-size: contain;
}

.top-search .card-header.product5:before {
  background: url(/images/img/icon-img/icon_search4.png);
  width: 25px;
  height: 22px;
  background-size: contain;
}

.top-search .card-header.product6:before {
  background: url(/images/img/icon-img/icon_search5.png);
  width: 32px;
  height: 17px;
  background-size: contain;
}

.top-search .card-header.product7:before {
  background: url(/images/img/icon-img/icon_search3.png);
  width: 23px;
  height: 22px;
  background-size: contain;
}

.top-search .card-header.product8:before {
  background: url(/images/img/icon-img/icon_search6.png);
  width: 30px;
  height: 24px;
  background-size: contain;
}

.top-search .card-header.product9:before {
  background: url(/images/img/icon-img/icon_search7.png);
  width: 23px;
  height: 26px;
  background-size: contain;
}


#color-menu input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}


#color-menu {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

#color-menu a {
  padding-left: 3rem;
}

#color-menu a:after {
  border-radius: 14px;
  height: 28px;
  width: 28px;
  margin-top: 0;
  top: 1.75rem;
  left: 1.5rem;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
  border: 1px solid;
  position: absolute;
}


#color-menu a.color1::after {
  border-color: #c6c6c6;
  background-color: #FFFFFF;
}

#color-menu a.color2::after {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}

#color-menu a.color3::after {
  border-color: #000;
  background-color: #000;
}

#color-menu a.color4::after {
  border-color: #ab7444;
  background-color: #ab7444;
}

#color-menu a.color5::after {
  border-color: #d5bc95;
  background-color: #d5bc95;
}

#color-menu a.color6::after {
  border-color: #e2e07b;
  background-color: #e2e07b;
}

#color-menu a.color7::after {
  border-color: #91ce65;
  background-color: #91ce65;
}

#color-menu a.color8::after {
  border-color: #5893c5;
  background-color: #5893c5;
}

#color-menu a.color9::after {
  border-color: #5877c5;
  background-color: #5877c5;
}

#color-menu a.color10::after {
  border-color: #ea9696;
  background-color: #ea9696;
}

#color-menu a.color11::after {
  border-color: #F44336;
  background-color: #F44336;
}

#color-menu a.color12::after {
  border-color: #eaac51;
  background-color: #eaac51;
}

#color-menu a.color13::after {
  border-color: #e3e2d5;
  background: rgb(227, 226, 213);
  background: linear-gradient(0deg, rgba(227, 226, 213, 1) 0%, rgba(201, 147, 33, 1) 100%);
}

#color-menu a.color14::after {
  border-color: #dfdfdf;
  background: rgb(223, 223, 223);
  background: linear-gradient(0deg, rgba(223, 223, 223, 1) 0%, rgba(172, 172, 172, 1) 100%);
}

#color-menu a.color15::after {
  border-color: #cef5f5;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(206, 245, 245, 1) 100%);
}

.remodal .search-form {
  text-align: left;
  margin-bottom: 1.5rem;
  width: 100%;
}



.remodal .search-form input {
  width: calc(100% - 80px);
  padding: 0.375rem 0.625rem;
  border: 1px solid #262626;
  border-radius: 0;
}

.remodal .search-form button {
  background: #262626;
  color: #FFF;
  border-radius: 0;
  width: 80px;
}

.remodal .search-form form {
  display: flex;
}

.remodal .top-search .btn-archive {
  position: absolute;
  background: #262626;
  color: #FFF;
  right: 2rem;
  top: 0;
  border-radius: 0;
  padding: 0.2rem 1.5rem;
  font-size: 0.875rem;
}

.remodal .top-search .btn-archive:hover {
  color: #FFF;
}

.top-search.remodal2 .card {
  background: none;
  margin-bottom: 2rem;
}

.top-search.remodal2 .card .card-body {}

.top-search.remodal2 .card .card-body a {
  width: calc(100% / 2 - 2px);
}

.remodal .top-search.remodal2 h2 {
  margin-bottom: 1.5rem;
}

.remodal .top-search.remodal2 h2:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1rem;
  left: 0;
  position: relative;
  background: #262626;
  display: block;
}

.top-search.remodal2 .column-img {
  display: flex;
  flex-wrap: nowrap;
}



.top-search.remodal2 .column-img img {
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .top .wrap-attention .icon-artist:before {
    content: "";
    background: url(/images/img/icon-img/arrow_right_line.svg);
    width: 32px;
    height: 7px;
    background-size: contain;
    position: absolute;
    top: calc(100% + 32px);
    left: 5px;
    bottom: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  .top-event .card {
    width: calc(100% / 2 - 15px);
  }

  .top-event .card-img-top {
    height: 26vw;
  }

  /* .top-interview .card {
  width: 100%;
  border: none;
  padding: 0;
  flex-direction: row;
} */

  .top-interview .card {
    background: none;
  }

  /* .top-interview .card-img-top {
    width: clamp(85px, 15vw, 16vw);
    height: clamp(85px, 15vw, 16vw);
    margin-right: 0.5rem;
  } */

}

@media screen and (max-width: 1099px) {
  .top-search.remodal2 .card .card-body a {
    width: 100%;
    text-align: left;
  }

  .top-search.remodal2 .column-img {
    flex-wrap: wrap;
  }

  .top-search.remodal2 .column-img>a {
    display: block !important;
  }

  .top-search.remodal2 .column-img img {
    width: 100%;
    padding-bottom: 1rem;
  }

  .top-search.remodal2 .column-img img:nth-child(1) {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .btn-top-link {
    width: 100%;
  }

  .scroll-guide {
    display: block;
    margin-left: 0.3rem;
  }

  .top-maker .feature {
    flex-wrap: wrap;
  }

  .top-maker .feature img {
    max-width: 100%;
    width: 100%;
    padding: 0 0 1rem;
  }

  .top-event .card-regular {
    flex-wrap: nowrap;
    /* overflow-x: auto; */
    width: 100%;
  }

  .top-event .card {
    width: 300px;
    min-width: 300px;
  }

  .top-interview .card-img-top,
  .top-event .card-img-top {
    height: 60vw;
  }

  .top-column .column-first>div {
    display: flex;
    flex-direction: column-reverse;
  }

  .top-column .column-first .column-body {
    margin-bottom: 0.5rem;
  }

  .top-column .column-first {
    margin-bottom: 0;
  }

  .top-search .card-body a {
    width: calc(100% / 2 - 2px);
  }


}

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

  .top .nav-tabs .nav-link,
  .toshop-btn {
    height: auto;
    line-height: 1;
    min-width: 70px;
    padding: 1rem 0;
  }

  .top .nav-tabs {
    padding-bottom: 70px;
  }

  .top .top-maker .nav-tabs,
  .top .top-search .nav-tabs {
    padding-bottom: 20px;
  }

  .top .top-search .nav-tabs {
    padding-bottom: 0;
  }


  .toshop-btn {
    position: absolute;
    left: 1rem;
    top: 60px;
    padding: 0.5rem 0;
    width: 140px;
  }

  .top .nav-tabs .nav-item,
  .toshop-btn {
    width: 24%;
    min-width: auto;
    margin-right: 1%;
  }
}

.card-text {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-text-2 {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-text-3 {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.event-content {
  margin-right: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 640px) {
  .mobile-other-conditions {
    display: block !important;
  }
}

.order-top {
  order: 2 !important;
}

.order-2 {
  order: 2 !important;
}

.order-mobile-2 {
  order: initial;
}


@media screen and (max-width: 767px) {
  .order-2 {
    order: initial !important;
  }

  .order-mobile-2 {
    order: 2 !important;
  }
}

/* .title-maker {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.submit-search-maker {
  margin-top: 12px;
}

/* css page  */
.faq.lower ul li {
  list-style-type: none;
  margin-left: 0;
}

.top .nav-tabs .nav-item,
.toshop-btn,
.faq .nav-tabs .nav-item {
  width: 19%;
  min-width: 100px;
  margin-right: 3px;
}

.top .nav-tabs,
.top-maker .nav-tabs,
.faq .nav-tabs {
  width: 100%;
  padding: 0;
}

.top .nav-tabs .nav-link,
.toshop-btn,
.faq .nav-tabs .nav-link {
  position: relative;
  padding: 0;
  height: 74px;
  border: 1px solid #000000 !important;
  font-size: clamp(0.8rem, 1.4vw, 1.25rem);
  border-radius: 0;
  line-height: 72px;
  font-family: 'Shippori Mincho B1', serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 1rem;
  background: rgb(255 255 255 / 0%);
  text-decoration: none;
  text-align: center;
}

.top .nav-tabs .nav-link.active,
.faq .nav-tabs .nav-link.active {
  background: #000;
  color: #FFF;
}

.faq .tab-content>.tab-pane {
  background-color: #FFF;
}

.faq .btn-link {
  color: #000;
  width: 100%;
  height: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 1rem;
  cursor: pointer;
  position: relative;
}

.faq .btn-link:after {
  content: url(/images/img/icon-img/icon-arrow-down2.svg);
  width: 12px;
  height: 8px;
  right: 25px;
  top: 1rem;
  position: absolute;
  transform-origin: 50% 50%;
}

.question>.btn-link {
  padding: 1rem 2.5rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
}

.question>.btn-link:after {
  transform: scale(0.75, 0.75);
}

.question>.btn-link:before {
  content: "Q";
  font-size: 1.35rem;
  top: 1rem;
  position: absolute;
  left: 10px;
  top: 9px;
}

.faq .btn-link:hover {
  text-decoration: none;
}

.faq .btn-link.focus,
.faq .btn-link:focus {
  text-decoration: none;
  border-color: none;
  box-shadow: none;
}

.faq .card {
  background: #FFF;
  border: none;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  margin-bottom: 1rem;
  /* background: #FFF; */
}

.faq button:focus {
  outline: none;
}

.faq-cate .btn-link {
  background: #EEE;
  padding: 1rem;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.question-body .question {
  border-bottom: 1px solid #262626;
}

.question-body .card-body {
  padding: 1rem;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
}


.lower.faq {
  padding-top: 2rem;
}

.faq .nav-tabs {
  margin-bottom: 1rem;
  position: relative;
}

.faq .nav-tabs:after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0.8rem;
}

.faq .collapse {
  margin-bottom: 2rem;
}


.search-menu input[type="checkbox"] {
  display: none;
}

.custom-toast {
  width: 350px !important;
  /* Điều chỉnh độ rộng theo mong muốn */
  /* Các thuộc tính khác... */
}

.white-space-wrap {
  white-space: pre-wrap;
  word-break: break-all;
}

.tab-content .show-more {
  position: absolute;
  bottom: -0.5rem;
  left: 0px;
  width: 100%;
  height: 26px;
  padding-top: 24px;
  text-align: center;
  line-height: 24px;
  background: linear-gradient(180deg, rgb(244, 244, 244, 0) 0%, rgb(244 244 244) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 0.7rem;
  z-index: 0;
}

.tab-content .show-more:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 24px;
  border: 1px solid #dcdcdc;
  left: calc(50% - 50px);
  border-radius: 12px;
  z-index: -1;
}

.tab-content .show-more:after {
  position: absolute;
  left: calc(50% - 40px);
}

.show-more.active:after {
  transform: scale(1, -1);
}

.tab-content .show_more:after {
  position: absolute;
  left: calc(50% - 40px);
}

.tab-content .show-more:after {
  content: url(/images/img/icon-img/arrow_readmore.png);
}

.white-space-nowrap {
  white-space: nowrap
}

.w-60 {
  width: 60%;
}

.gap-1rem {
  gap: 1rem;
}

table .title-info {
  font-weight: 600;
  color: #000000;
  width: 5rem;
  display: inline-block;
  font-size: 14px;
}

table.list-product-info tr td {
  margin-bottom: 0.5rem;
}

.text-14px {
  font-size: 14px !important;
}

.circle {
  border-radius: 50%;
}

.circle img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 1px solid #c5c5c4;
}

.white-space-pre-line {
  white-space: pre-line;
}

.archive .card-img-top {
  height: 17vw;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .pic img,
.blog-wrapper .sub-section .prof .artist1 .pic img,
.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .pic {
  width: 206px;
  height: 206px;
  object-fit: cover;
}

.blog-wrapper.event-text .header-pic-mobile img {
  width: 100%;
}

.blog-wrapper.event-text .header-pic {
  float: right;
  max-width: 50%;
}

.blog-wrapper.event-text .header-pic-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .blog-wrapper.event-text .header-pic {
    display: none;
  }

  .blog-wrapper.event-text .header-pic-mobile {
    display: block;
    padding: 0;
    margin-bottom: 1rem !important;
  }
}

.read-more {
  position: absolute;
  bottom: -0.5rem;
  left: 0px;
  width: 100%;
  height: 26px;
  padding-top: 24px;
  line-height: 24px;
  background: linear-gradient(180deg, rgb(244, 244, 244, 0) 0%, rgb(255 255 255) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 0.7rem;
}

.read-more p {
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  width: 100px;
  height: 24px;
  padding-left: 22px;
  font-size: 11.2px;
  color: #262626
}

.read-more p:after {
  position: absolute;
  content: url(/images/img/icon-img/arrow_readmore.png);
  left: 10px;
}

.read-more.active p::after {
  transform: scale(1, -1);
}

.count_cart .count_badge_cart {
  background-color: #ff3923;
  border-radius: 11px;
  color: white;
  padding: 0 6px;
  font-size: 11px;
  line-height: 1px;
  position: absolute;
  min-width: 18px;
  height: 18px;
  /* font-weight: 600; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.count_cart .count_badge_cart.circle_cart {
  width: 18px;
  border-radius: 50%;
  padding: 0 6px;
}

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

  .top .nav-tabs .nav-item,
  .toshop-btn {
    width: 24%;
    min-width: auto;
    margin-right: 1%;
  }
}

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

  .top .nav-tabs .nav-link,
  .toshop-btn {
    height: auto;
    line-height: 1;
    min-width: 70px;
    padding: 1rem 0;
  }

  .top .nav-tabs .nav-link:before,
  .toshop-btn:before {
    display: none;
  }
}

.top-interview .card,
.top-event .card {
  width: 100%;
}

.top-interview .card-body {
  height: 206px;
}

.top-event .card-body {
  height: 182px;
}

.top-interview .name {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.top-interview .card-title,
.top-event .card-title {
  width: 100%;
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.top-exhibition .author,
.top-exhibition .card-title {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tab-content .info-work ul li span {
  min-width: 100px;
}

.tab-content-works>.tab-pane {
  min-height: 250px;
}

.tab-content-works>.active {
  display: block;
  margin-bottom: 1rem;
}

.blog-wrapper.about .header-col {
  padding-top: 3rem;
}

.blog-wrapper.about h1 {
  margin-bottom: 3rem;
}

.blog-wrapper.about h1:before {
  content: none;
}

.blog-wrapper.about .header-col .head-pic {
  height: 50vw;
}

.blog-wrapper.about .header-col .head-pic 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;
}

.about-page h2 {
  position: relative;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem) !important;
  font-weight: 100;
  color: #262626;
  letter-spacing: 0.05em;
}

.cursor-pointer {
  cursor: pointer;
}

.maker-type-category span {
  color: #FFF;
  border-radius: 1px;
  padding: 0;
  margin-right: 6px;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  min-width: 54px;
  font-size: 0.75rem;
  border: 1px solid #878787;

}

.state-maker span {
  background: #FFF;
  color: #000;
  border-radius: 1px;
  padding: 0;
  margin-right: 6px;
  font-size: 0.75rem;
  line-height: 1.4;
  min-width: 54px;
  text-align: center;
  display: inline-block;
  border: 1px solid #878787;
}

.icon-maker-fix {
  flex: 0 0 auto;
}

.icon-maker-fix img {
  top: 0 !important;
  left: 0 !important;
  transform: unset !important;
}

@media only screen and (max-width: 390px) {
  .lay-maker-mobile {
    display: block !important;
  }

  .lay-maker-mobile .text {
    margin-top: 1rem;
  }
}

.border-radius-none {
  border-radius: 0 !important;
}

.archive-maker .card-img-top {
  height: 17vw;
}

button.swal2-confirm.swal2-styled {
  width: 140px;
  padding: 0.5em 1em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  width: 140px;
  padding: 0.5em 1em;
}

#breakingNewsTicker.ticker ul li.set-hover a:hover {
  color: #000000;
  opacity: 1 !important;
}

.word-break-all {
  word-break: break-all
}

.history table td {
  padding-bottom: 1rem;
}

.swal2-popup .swal2-title {
  font-size: 16px !important;
  line-height: 1.25em !important;
}

.swal2-popup .swal2-actions {
  margin: 1.25em auto 1.875em;
}

div.swal2-icon {
  width: 4.5em;
  height: 4.5em;
  line-height: 4.5em;
}

.mobile-maker-single {
  position: relative;
}

.mobile-maker-single .mark {
  top: 0 !important
}

.mobile-maker-single .mark img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  float: right;
  border: 1px solid #c5c5c4;
}

@media (max-width: 767px) {
  .mobile-maker-single h1 {
    width: 75%;
    font-size: 1.8125rem !important;
  }

  .mobile .result {
    gap: 4vw 3vw;
    padding-bottom: 2rem !important;
  }

  .mobile-maker-single .category {
    left: 0 !important;
  }

  .mobile-maker-single.header-title.sp-header-title:before {
    left: 0 !important;
    width: calc(100% - 0px) !important;
  }

  .head-slider-mobile {
    margin-top: 1rem;
  }

  .maker-mobile {
    padding: 1rem 0 0 !important;
  }

  .maker-mobile .school {
    left: 115px !important;
  }
}

@media (max-width: 420px) {
  .mobile-maker-single h1 {
    width: 65%;
    font-size: 1.8125rem !important;
  }
}

button.result-close {
  margin-top: 2.5rem;
}

button.result-close,
button.interview-close,
button.event-close {
  background: #000;
  padding: 0.1rem;
  border-radius: 0;
  color: #FFF !important;
  min-width: 210px;
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  left: 50%;
  position: relative;
  border: none;
  transform: translate(-50%, -50%);
  border-radius: 0 !important;
  cursor: pointer;
}

.blog-wrapper .sub-section .prof .artist1 .name {
  width: 206px !important;
  word-break: break-all;
}

@media (max-width: 991px) {
  .blog-wrapper .sub-section .prof>div {
    display: block !important;
  }

  .exhibition-slider .owl-carousel .owl-item .item-wrap.prof .artist1 .data,
  .blog-wrapper .sub-section .prof .artist1 .data {
    width: 100%;

  }

  .blog-wrapper .sub-section .prof .artist1 .name {
    width: 100% !important;
  }
}

.top-slider .owl-theme .owl-dots {
  /* position: absolute; */
  /* top: calc(39.5vw) !important; */
  /* left: 73% !important; */
}

@media only screen and (max-width: 767px) {
  .top-slider .owl-theme .owl-dots {
    position: absolute;
    top: calc(79vw) !important;
    left: auto !important;
    right: 1rem;
  }
}

@media only screen and (max-width: 375px) {
  .top-slider .owl-theme .owl-dots {
    top: calc(81vw) !important;
  }
}

.add_cart_fix {
  background: #262626;
  color: #FFF;
  padding: 0.4rem 3.5rem;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1rem;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.result .result-item .title,
.sub-section .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Shippori Mincho B1", serif;
}

.product-image-360 {
  margin-bottom: 0.75rem;
}

.product-detail .product-image-360-icon {
  width: 20px;
}

.product-detail .product-image-360-text {
  font-size: 20px;
  margin-left: 8px;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-image-360-icon {
    width: 18px;
  }

  .product-detail .product-image-360-text {
    font-size: 18px;
    margin-left: 6px;
    letter-spacing: 2px;
  }
}

.guidance {
  letter-spacing: 0.05em;
}

.guidance section {
  padding-top: 3rem
}


.guidance .guide-index {
  counter-reset: number 0;
  margin-bottom: 3rem;
}

.guidance .guide-index a {
  display: block;
  color: #000;
  width: 100%;
  height: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  padding: 1rem 2.5rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-family: 'Shippori Mincho B1', serif;
  border-bottom: 1px solid #262626;
}


.guidance .guide-index a:after {
  transform: scale(0.75, 0.75);
  content: url(/images/img/icon-img/icon-arrow-down2.svg);
  width: 12px;
  height: 8px;
  right: 25px;
  top: 1rem;
  position: absolute;
  transform-origin: 50% 50%;
}

.guidance .column.connect a {
  display: block;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  position: relative;
}

.guidance .column.connect h6 {
  background: #717171;
  color: #FFF;
  font-weight: 100;
}

.guidance .column.connect a.tel:before {
  content: "Tel: "
}

.guidance .column.connect a.email:before {
  content: "Email: ";
}

.guidance .guide-index a:before {
  content: "";
  font-size: 1.35rem;
  top: 1rem;
  position: absolute;
  left: 10px;
  top: 12px;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  /* 表示形式を指定 */
}

.guidance h3 {
  margin-bottom: 2.5rem;
  position: relative;
}

.guidance h4 {
  padding: 8px;
  border: solid 1px #262626;
  font-weight: 400;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  background: #262626;
  color: #FFF;
  margin-bottom: 2rem;
}

.guidance h5 {
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 1em;
}

.guidance h6 {
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  position: relative;
  background: #f1f1f1;
  padding: 8px;
  min-width: 279px;
  border-radius: 1px;
}

.guidance .column {
  padding: 2rem 2.5rem;
  border: solid 1px #262626;
  margin-bottom: 3rem;
}

.guidance p {
  /* font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', Verdana, Arial, Helvetica, sans-serif; */
  margin-bottom: 2rem;
}

.guidance .column p span {
  font-weight: 500;
}

.guidance .column p.order span {
  padding: 0.2em 1em;
  border: 1px solid #262626;
  font-weight: 400;
  display: inline-block;
  margin-top: 0.5em;
}

.guidance {
  counter-reset: number 0;
}

.guidance .flow {
  padding-bottom: 2rem;
}

.guidance .flow h5 {
  position: relative;
  padding-left: 2rem;
}

.guidance .flow h5:before {
  background: #8b8b8b;
  padding: 5px 0;
  left: 1px;
  position: absolute;
  top: -2px;
  width: 24px;
  height: 24px;
  content: "";
}

.guidance .flow h5:after {
  font-size: clamp(0.75rem, 0.875vw, 1rem);
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  /* 表示形式を指定 */
  position: absolute;
  left: 10px;
  top: 2px;
  color: #FFF;
}

.lower.guidance ul li {
  margin-left: 1.5rem
}

.guidance .note {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  display: block;
}

/*
.guidance h6:before {
  content:"《"
}
.guidance h6:after {
  content:"》"
}
*/

.search-results .result-summary {
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog-wrapper .sort-title h2 {
  /* margin-bottom:1em; */
  /* font-weight: 100; */
}

.search-results .search-archives {
  padding-bottom: 6rem;
}


.search-results .card-regular .card {
  width: calc(100% / 3 - 20px);
}

.owl-carousel .owl-stage-outer {
  /* padding-left: 3px; */
}

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

  .archive .card-img-top,
  .single .card-img-top,
  .search-results .card-img-top {
    height: 26vw;
  }

  .archive .card-regular .card,
  .single .card-regular .card,
  .search-results .card-regular .card {
    width: calc(100% / 2 - 3vw) !important;
  }


  .archive .current .card-regular .card {
    width: 100%;
  }

  .archive .current .card-img-top {
    height: 56vw;
    max-height: 390px;
  }
}

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

  .archive .card-regular .card,
  .single .card-regular .card,
  .search-results .card-regular .card {
    width: calc(100% / 2 - 2px) !important;
    padding: 10px;
  }

  .archive .card-regular,
  .single .card-regular,
  .search-results .card-regular {
    gap: 4px;
    flex-wrap: wrap;
  }

  .archive .card-img-top,
  .single .card-img-top,
  .search-results .card-img-top {
    height: 26vw;
  }

  .top-interview .card-regular {
    margin-bottom: 0;
  }

  .guidance .column {
    padding: 2rem 1.5rem;
    border: solid 1px #262626;
    margin-bottom: 3rem;
  }

  .guidance h6 {
    width: 100%;

  }

  .guidance section h3:before {
    height: 60px;
  }

  .search-results .search-archives {
    padding-bottom: 3rem
  }
}

@media screen and (max-width: 575px) {
  .single .card-body .cate {
    font-size: 0.75rem;
    position: relative;
    padding: 0.1rem;
    display: inline-block;
  }

  .archive .card-regular .card,
  .single .card-regular .card {
    padding: 10px;
  }

  .archive .card-img-top,
  .single .card-img-top,
  .search-results .card-img-top {
    margin-bottom: 0.8rem;
  }

  .archive .card-body .period,
  .archive-exhibition-slider-next .text .period {
    font-size: 0.5rem;
    letter-spacing: 0;
  }

  .archive .card-body .period .state {
    font-size: 0.75rem;
    display: table;
    padding: 0 0.2rem;
  }

  .archive.archive-event .card-body .card-title,
  .maker-events .card-body .card-title {
    font-size: 0.875rem;
  }

  .archive .card-body .card-text,
  .archive-exhibition-slider-next .text .card-text {
    font-size: 0.75rem;
  }


  .archive .card-body .card-text span,
  .single .card-body .card-text span,
  .top-event .card-body .card-text span {
    display: none;
  }

  .archive .card-body .state,
  .events-archive .card-body .state {
    position: relative;
    padding: 0 8px;
    font-size: 0.6rem;
  }

  .result-item .lay-maker {
    display: block !important;
  }

  .archive .card-body .type,
  .archive-exhibition-slider .text .type,
  .archive-exhibition-slider-next .text .type,
  .exhibitions-archive .card-body .type {
    /* width:100%;
    min-width: 100%; */
  }
}

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

  .result .card-img-top .cate,
  .result .card-img-top .state {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* custom default */
.header-area .top-header {
  /* height: 32px; */
  /* min-height: 32px; */
  background: #2d2c2c;
}


.top-interview .card-body .card-title {
  min-height: 62px;
}

#exhibition .text .card-text {
  font-family: biz-udpmincho, sans-serif;
  padding: 1em 0.3em;
  line-height: 1.8;
}

.top-info .info-wrap ul li .text {
  line-height: 1.8;
  margin-bottom: 4px;
}

.top-info .info-wrap ul li:after {
  bottom: -0.7em;
}

.result .result-item .item-wrap {
  width: 100%;
  /* height: unset; */
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .result .result-item .item-wrap {
    width: 100%;
    height: calc(35vw - 5% - 15px);
    max-height: 160px;
    min-height: 160px;
    aspect-ratio: 1/1;
  }
}

.item-single__status {
  background: #262626;
  color: #FFF;
  padding: 0.4rem 3.5rem;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1rem;
  font-size: clamp(0.875rem, 1.3vw, 1rem);
}

.nav-icons a:before {
  position: absolute;
  font-size: 10px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  text-align: center;
  color: #FFF;
}

.nav-icons a.favorite:before {
  content: "お気に入り";
}

.nav-icons a.icon-history:before {
  content: "閲覧履歴";
  bottom: -17px;

}

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

.tagline-area {
  height: clamp(20px, 3vw, 30px);
  display: flex;
  align-items: flex-end;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.f-nav-area h4 {
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: 'Shippori Mincho B1', serif;
}

@media screen and (max-width: 767px) {
  /* .footer-max-w {
    width: 90%;
  } */

  .footer-area {
    flex-direction: column;
    gap: 0rem;
  }

  .header-area .original-nav-area .classy-nav-container {
    height: 56px;
  }

  .exhibition .header-area .original-nav-area .classy-nav-container {
    height: 70px;
  }


}

@media only screen and (max-width: 520px) {
  .f-nav-area ul.contents-nav1.exhibitions {
    width: 50%;
  }

  .f-nav-area ul.contents-nav1>li {
    margin-bottom: 0.5rem;
  }
}

/* ======================================== */
/* custom css sidebar  */
.breakpoint-on .classynav {
  padding-top: 90px;
  position: relative;
  font-family: 'Shippori Mincho B1', serif;
}

.classynav h3 {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 160px;
}

.breakpoint-on .classycloseIcon {
  display: block;
}

.classycloseIcon {
  position: absolute;
  top: 11px;
  right: 14px;
  z-index: 12;
  display: none;
}

.classycloseIcon .cross-wrap {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.classycloseIcon .cross-wrap span.top {
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}

.classycloseIcon .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #ffffff;
}

.classycloseIcon .cross-wrap span.bottom {
  bottom: 8px;
  left: 0;
  transform: rotate(-45deg);
}

.classynav a.home {
  position: absolute;
  left: 41px;
  top: 58px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.classynav a.home:before {
  background: url(/images/img/icon-img/icon-home-nihon-2025.svg);
  width: 25px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  filter: brightness(0) invert(1);
}

.classynav>a {
  position: relative;
  color: #c1c1c1;
  display: block;
  left: 41px;
  top: 15px;
  height: 30px;
  font-size: 0.875rem;
}

.classynav>a:before {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

a.external {
  left: 0;
  top: 15px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #c1c1c1;
  margin: 0 10px;
  border-radius: 2px;
}

/*
a.external:before {
  background: url(/images/img/icon-img/icon-external.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 0.6;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: 1;
} */

.header-artist a {
  color: #b97850;
}

.header-artist a:hover {
  color: #ffffff;
}

.header-artist p {
  margin-bottom: 0;
}

.not-for-sale {
  color: #cc4b4b;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

select {
  position: relative;
  background-color: white;
  padding: 8px;
  border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  /* border-radius: 4px; */
  color: #000;
}

.footer-area .other-menu .register-button {
  display: flex;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
  margin-bottom: 16px;
  white-space: pre-line;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
}

footer .footer-link-bt-pc {
  padding: 2rem 1rem;
  width: 100%;
}

footer .footer-link-bt-pc ul {
  display: flex;
  justify-content: space-between;
}

footer .link-ft-sns {
  display: flex;
  align-items: center;
  padding: 0;
}

footer .link-ft-sns .externals a {
  color: white;
}

a.logo-new {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contents-nav.contents-nav1.others {
  padding-left: 1rem;
}

#breakingNewsTicker ul.top-ul li a:hover {
  color: white !important;
  opacity: 1;
}

.set-icon-h {
  height: 40px !important;
}

a.note-external {
  left: 10px;
  color: #c1c1c1 !important;
}

.exhibition .classynav a.home:before {
  left: -34px !important;

}

.exhibition .classynav a.guide:before {
  left: -30px !important;
  top: 1px !important;
}

.exhibition .classynav a.login:before {
  left: -30px !important;
  top: -8px !important;
}

.mce-content-body p a {
  word-break: break-all;
}

footer .contents ul {
  max-width: 50%;
}

.justifycontent-between {
  justify-content: space-between;
}

.width-exhibition .header-max-w {
  max-width: 1500px;
}

.width-exhibition .footer-max-w {
  max-width: 1040px;
}

#header-logo.logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.search-product-sort,
.search-product-sort:hover {
  font-size: 14px;
}


@media screen and (max-width: 767px) {
  #header-logo.logo {
    position: static;
    transform: none;
  }
}

.price-text-sp {
  display: none !important;
}

.price-text-pc {
  display: inline !important;
}

.set-padding {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .price-text-sp {
    display: inline !important;
  }

  .price-text-pc {
    display: none !important;
  }
}

.white-space-nowrap {
  white-space: nowrap;
}

html[lang='fr'] footer ul.white-space-nowrap,
html[lang='en'] footer ul.white-space-nowrap {
  white-space: unset !important;
}

html[lang='fr'] .f-nav-area .nowrap ul li,
html[lang='en'] .f-nav-area .nowrap ul li {
  white-space: unset !important;
}

.font-inter,
.font-inter * {
  font-family: 'Inter', sans-serif !important;
}

.btn.btn-primary.collapse-btn.filters {
  background-color: #ffffff;
  color: #000000;
  border: none;
  margin-bottom: 3px;
  font-size: 16px;
}



#search-wrapper #search::placeholder {
  color: #2d2c2c;
  opacity: 1;
}

.btn.btn-primary.collapse-btn.filters:focus {
  box-shadow: unset;
  background: #ffffff !important;
}

.show-title-header-pc {
  display: block;
}

.show-title-header-mb {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-title-header-pc {
    display: none;
  }

  .show-title-header-mb {
    display: block;
    width: 100%;
    padding-top: 2px;
  }

  .show-title-header-mb li {
    font-size: 10px;
    padding-left: 0;
  }

  .header-area .original-nav-area .classy-navbar {
    height: 56px;
  }

  .smaller .classy-navbar .logo img {
    width: 54px;
  }

  .nav-icons a.cart:before {
    bottom: -17px;
  }

  #search-wrapper:before {
    bottom: -19px;
  }

  .btn.btn-primary.collapse-btn.filters,
  .btn.btn-primary.collapse-btn.filters:focus {
    background-color: #f5f5f5 !important;
  }


}

.break-word {
  word-break: break-word;
}


.custom-padding-left {
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1060px) {
  .custom-padding-left {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .custom-padding {
    padding-left: 15px;
  }

  .university-art .btn.btn-primary.collapse-btn.filters,
  .university-art .btn.btn-primary.collapse-btn.filters:focus {
    background-color: #ffffff !important;
    color: #000000;
    margin-left: 0;
  }

  .search-product .container-fluid.max-w {
    width: 100%;
  }

  .search-product .result-summary h3 {
    font-size: 20px !important;
    margin-bottom: 0.625rem;
  }

  .search-product .result-summary h3 span {
    font-size: 1rem;
    padding-left: 1rem;
  }


}

#collapseExample input:focus {
  box-shadow: unset;
  border-color: #000;
}

#collapseExample input,
#collapseExample label {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}

.featuredProducts.recommend-slider .owl-carousel .owl-nav button.owl-prev {
  left: 2px !important;
  border: none;
}

.featuredProducts.recommend-slider .owl-carousel .owl-nav button.owl-next {
  right: 2px !important;
  border: none;
}

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

.u-wrap-cart {
  width: 90% !important;
  max-width: 900px !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.page-head.thanks-title {
  padding-bottom: 0 !important;
}

.thanks-title h2 {
  font-size: 18px !important;
  font-weight: 500;
}

.artist-price .artist {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Shippori Mincho B1", serif;
}

.thanks .send {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .thanks-title h2 {
    font-size: clamp(1.125rem, 2.8vw, 2.35rem) !important;
  }

  .thanks.text-center {
    text-align: left !important;
  }
}

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

  html[lang='ja'] .collapse-btn.filters {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
}

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

  html[lang='fr'] .collapse-btn.filters,
  html[lang='en'] .collapse-btn.filters {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
}

.aa-humberger {
  padding-right: 0;
}

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

  .aa-humberger {
    padding-right: 15px !important;
  }
}

.header-area .original-nav-area .classynav ul li a:focus,
.header-area .original-nav-area .classynav ul li a:hover {
  color: #ffffff;
}

.product-data:has(.nav-tabs.line-3) {
  padding-bottom: 115px;
}