/*　TOP Logo */
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  /*   max-width: 90%; 2019-08-28 */
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #2d2d2d;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

/*　Slider */
#p-slider .bx-controls-direction a {
  display: none;
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  background: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1260px;
}

#p-slider .bx-caption span {
  color: #2d2d2d !important;
  font-family: unset;
  font-size: 36px !important;
  padding: 5%;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #c0c0c0;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: < {
    $setting-slide-currentColor
  }

  >;
}


/*　NEWS */
.under {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #2d2d2d;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.under:hover::after {
  transform: scale(1, 1);
}


.news_h2 {
  position: block;
  font-size: 14px;
  font-weight: lighter;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

.news_section a {
  color: #000000;
}

.news_section a link {
  color: #000000;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}


/*　LATEST NEWS */
.latest_news {
  position: block;
  margin: 5% auto 0%;
  border-top: 1px solid #969393;
  min-width: 300px;
  max-width: 500px;
  padding: 1em 0em;
}

.latest_news_h2 {
  font-weight: lighter;
  text-align: center;
}

.grid_latest_news {
  display: grid;
  column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0px;
  Margin-bottom: 5%;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.item_latest_news img {
  width: 100%;
  height: auto;
}

.latest_h3 {
  font-size: 14px;
  text-align: left;
  margin: 1% 0;
}

.latest_p {
  font-size: 12px;
  text-align: left;
  margin: 1% 0;
}


/* Big Memu */
.big_menu_parent {
  text-align: center;
}

.big_menu {
  margin: 0em 0em;
  padding: 4em 2em;
  display: inline-block;
  border-top: 1px solid #969393;
  border-bottom: 1px solid #969393;
}

.big_menu_lst {
  text-align: center;
}

.big_menu_list {
  position: relative;
  display: inline-block;
  margin: 0 0em;
  padding: 0 1em;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.big_menu_list:hover {
  color: #969393;
  transition: 0.3s;
}


/* Featured Artists */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip1384 {
  font-family: 'Futura PT', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}

figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}

figure.snip1384 h3,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

figure.snip1384 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}

figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

figure.snip1384:hover h3,
figure.snip1384.hover h3,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}



.featured_artists {
  text-align: center;
  margin: 1em auto 0em;
  padding: 1em 10% 0em;
  font-size: 160%;
  font-weight: lighter;
  max-width: 22%;
  border-top: 1px solid #969393
}

.grid_featured_artists {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.item_featured_artists_picture {
  position: relative;
  background: #969393;
}

.item_featured_artists_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Futura PT;
  font-style: Book Oblique;
  font-size: 130%;
}

.item_featured_artists_mask {
  opacity: 1;
  transition: all 0.6s ease;
}

.item_featured_artists img {
  width: 100%;
  height: auto;
  transition-duration: .3s;
}

.featured_artists_h2 {
  font-size: 14px;
  text-align: left;
  margin: 1% 0;
}

.featured_artists_h3 {
  font-size: 10px;
  color: #808080;
  text-align: left;
  margin: 0% 0px 1%;
}

.featured_artists_p {
  font-size: 12px;
  text-align: left;
  margin: 0px 0px 5% 0px;
}

.item_featured_artists:hover img {
  opacity: 0.6;
}

.item_featured_artists_mask:hover {
  opacity: 1;
}

/* ART for Interior */
.art_for_interior {
  position: block;
  text-align: center;
  margin: 2em auto 0em;
  padding: 1em 10% 0em;
  font-size: 160%;
  min-width: 300px;
  max-width: 300px;
  font-weight: lighter;
}

.grid_art_for_interior {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0% auto;
  max-width: 1000px;
  text-align: center;
}

.item_art_for_interior_picture {
  position: relative;
  background: #969393;
}

.item_art_for_interior_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: serif;
  font-style: italic;
  font-size: 130%;
}

.item_art_for_interior_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.item_art_for_interior img {
  width: 100%;
  height: auto;
  transition-duration: .3s;
}

.art_for_interior_h2 {
  font-size: 14px;
  text-align: left;
  margin: 1% 0px 1%;
}

.art_for_interior_h3 {
  font-size: 10px;
  color: #808080;
  text-align: left;
  margin: 0% 0px 5%;

}

.item_art_for_interior:hover img {
  opacity: 0.6;
}

.item_art_for_interior:hover {
  opacity: 1;
}

.LifeArtSub {
  font-size: 14px;
  margin-top: 0;
}

/* NEW ARRIVAL */
.new_item {
  position: block;
  text-align: center;
  margin: 2em auto 0em;
  padding: 1em 10% 0em;
  font-size: 160%;
  min-width: 300px;
  max-width: 300px;
  font-weight: lighter;
  border-top: 1px solid #969393
}

/* RECOMMEND ARTWORKS */
.product-list_artist_top {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  font-size: 12px;
  /* font-family: 'Didot LT Pro';
  font-style: Italic; */
}

/* 2019-08-28 追加 */
.product-list_artist_top a {
  color: #2d2d2d;
  text-decoration: none;
}


/* Insta */
.insta_top {
  font-weight: lighter;
  font-size: 160%;
  max-width: 50%;
  min-width: 400px;
  text-align: center;
  margin: 5% auto 0;
  padding-top: 2%;
  border-top: 1px solid #969393
}

.insta_top:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}




.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #2d2d2d;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: < {
    $setting-custom-textColor
  }

  >;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;

  color: < {
    $setting-custom-textColor
  }

  >;

  background: < {
    $setting-custom-bgColor
  }

  >;
}

.p-custom-banner__unit--text a {
  color: < {
    $setting-custom-textColor
  }

  >;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: -30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
  .product-list_artist_top {
    display: block;
    padding: 10px 0 0;
    font-size: 16px;
    /* font-family: 'Didot LT Pro';
    font-style: Italic; */
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}

/* 追加 */

.concept-section  {
  position: relative;
  background: linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(https://img07.shop-pro.jp/PA01435/331/etc/Concept.jpg?cmsp_timestamp=20220906010654);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
  height: 600px;
}

/* .concept-section .img-box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
} */

.concept-section h2 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -20%);
  font-size: 25pt;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
}

.concept-section .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
  text-align: center;
  z-index: 2;
}

.concept-section .txt-box p {
  line-height: 30px;
}

.concept-section .txt-box p:first-of-type {
  margin-bottom: 40px;
}

.pickup-section {
  width: 80%;
  margin: 0 auto;
}

.pickup-section h2 {
  font-size: 25pt;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding-top: 70px;
}

.pickup-section-box {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 100px auto 0;
}

.pickup-section .box-ch {
  box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  /* display: flex; */
  width: 30%;
  margin: 0 auto 100px;
  padding: 24px;
}

.pickup-section .box-ch:nth-of-type(even) {
  flex-direction: row-reverse;
}

.pickup-section .box-ch .img-box {
  margin: 0 auto 40px;
  width: 70%;
}

.pickup-section .box-ch .img-box img {
  /* width: 100%;
  max-width: 600px;
  height: 450px;
  object-fit: cover; */
}

.pickup-section .box-ch .txt-box {
  /* width: 50%; */
  align-self: center;
  text-align: center;
  /* font-size: 24pt; */
  line-height: 18px;
}
.pickup-section .box-ch .txt-box p {
  font-size: 17px;
}

.pickup-section .box-ch .txt-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  margin: 20px auto 0;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  font-size: 16px;
  text-decoration: none;
}

.pickup-section .box-ch .txt-box a:hover {
  text-decoration: none;
  color: #999;
}

/* jquery fadein*/
.element {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility 2s, transform 2s;
}

.el-left {
  transform: translateX(-50px);
}

.el-right {
  transform: translateX(50px);
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


.recommend_artworks .img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.recommend_artworks {
  width: 100%;
  margin: 100px auto 0;
  padding-top: 40px;

}

.recommend_artworks h2 {
  width: 100%;
  margin: -235px auto 0;
  font-size: 25pt;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .pickup-section .box-ch .txt-box {
    line-height: 24px;
  }
  .pickup-section .box-ch .txt-box p {
    font-size: 20px;
  }
  .pickup-section .box-ch .img-box {
    margin: 0 auto 40px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pickup-section h2,
  .concept-section h2,
  .recommend_artworks h2
   {
    font-size: 36px;
  }
  .pickup-section .box-ch {
    flex-direction: column;
    align-items: center;
  }

  .pickup-section .box-ch:nth-of-type(even) {
    flex-direction: column;
  }
  .pickup-section .box-ch .img-box {
    margin-bottom: 20px;
    width: 100%;
  }
  .pickup-section .box-ch .txt-box p {
    font-size: 18px;
  }
  .pickup-section .box-ch .txt-box a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 30px;
      margin: 0 auto;
      color: #2d2d2d;
      border: 1px solid #2d2d2d;
      font-size: 16px;
  }
  .concept-section  {
    display: none;
  }
  .recommend_artworks .img-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .recommend_artworks {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .recommend_artworks h2 {
    width: 100%;
    margin: -120px auto 15px;
    text-align: center;
  }


}
