@charset "UTF-8";
/*----------------------------
* 共通
*----------------------------*/
/*---------------------------------
  1.TOPコンテンツ
    1.1 メインビジュアル
    1.2 展覧会
    1.3 作品
    1.4 MADARA MANZIについて

  2.slider
    1.1 スライド全体


---------------------------------*/
/*----------------------------
* TOPコンテンツ
*----------------------------*/
.contact-area {
  width: 100%;
  overflow: hidden;
}

.contents-area .mv-area {
  width: 87vw;
  padding-left: 13vw;
  position: relative;
  margin-bottom: 18%;
  z-index: 2000;
  height: calc(100vh - 110px);
  position: relative;
}

.contents-area .mv-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../images/cmn/bg_sp.png);
  background-size: cover;
  left: 0;
  top: 0;
  height: 50vh;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .contents-area .mv-area {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.contents-area .mv-area .slide-area {
  height: calc(100vh - 110px);
}

.contents-area .mv-area .slide-area .bg {
  height: calc(100vh - 110px);
  position: relative;
  background-size: cover;
  background-position: 50%;
}

.contents-area .mv-area .slide-area .bg.-bg01 {
  background-image: url(../images/top/ph01.jpg);
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.contents-area .mv-area .slide-area .bg.-bg02 {
  background-image: url(../images/top/ph02.jpg);
}

.contents-area .mv-area .slide-area .bg.-bg03 {
  background-image: url(../images/top/ph03.jpg);
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.contents-area .mv-area .slide-area .bg.-bg04 {
  background-image: url(../images/top/ph04.jpg);
}

@media screen and (max-width: 599px) {
  .contents-area .mv-area .slide-area .bg.-bg01 {
    background-image: url(../images/top/ph01_sp.jpg);
  }
}

.contents-area .mv-area .slide-area img {
  position: absolute;
  z-index: 10;
  width: auto;
  height: 100vh;
  left: -50%;
  transform: translateY(-50%) translateX(-50%);
}

.contents-area .mv-area .logo-area {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .contents-area .mv-area .logo-area {
    width: 38vw;
  }
}

.contents-area .cmn-head {
  position: fixed;
  z-index: 10000;
  top: 10%;
  right: 5%;
}

.contents-area .cmn-head .head_area {
  display: none;
}

.contents-area .cmn-head .icon {
  width: 20px;
  margin-bottom: 15px;
  margin-left: 0;
}

.contents-area .cmn-head .txt_follow {
  writing-mode: vertical-rl;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .contents-area .cmn-head {
    right: 3%;
  }
  .contents-area .cmn-head .icon {
    width: 30px;
  }
  .contents-area .cmn-head .txt_follow {
    line-height: 1.8;
    font-size: 16px;
  }
}

.contents-area .mv-area .news-area {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 50px;
}

@media screen and (min-width: 1024px) {
  .contents-area .mv-area .news-area {
    background-image: url(../images/cmn/bg.png);
    background-position: left center;
    background-size: cover;
  }
}

.contents-area .mv-area .news-area .news_inner {
  background: #928055;
  position: absolute;
  right: 0;
  top: -3vh;
  width: 93%;
}

@media screen and (min-width: 1024px) {
  .contents-area .mv-area .news-area .news_inner {
    width: 60%;
  }
}

.contents-area .mv-area .news-area .news_inner .news_contents {
  display: flex;
  align-items: center;
  padding: 3% 1%;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .contents-area .mv-area .news-area .news_inner .news_contents {
    padding: 10px 0;
  }
}

.contents-area .mv-area .news-area .news_inner .news_contents dt {
  text-align: center;
  font-size: 1.3rem;
  width: 30%;
}

@media screen and (min-width: 600px) {
  .contents-area .mv-area .news-area .news_inner .news_contents dt {
    width: 20%;
    font-size: 18px;
  }
}

.contents-area .mv-area .news-area .news_inner .news_contents dd {
  width: 90%;
  padding-left: 3%;
  margin-left: 0;
  border-left: solid 1px #fff;
  font-size: 1rem;
}

.contents-area .mv-area .news-area .news_inner .news_contents dd time {
  font-size: 0.8rem;
}

@media screen and (min-width: 600px) {
  .contents-area .mv-area .news-area .news_inner .news_contents dd time {
    font-size: 14px;
  }
}

.contents-area .mv-area .news-area .news_inner .news_contents dd .news_title {
  margin-top: 5px;
  margin-bottom: 0;
}

.contents-area .exhibition-area {
  width: 100%;
  padding-top: 8%;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

.contents-area .exhibition-area h2 {
  margin-bottom: 2%;
}

@media screen and (max-width: 599px) {
  .contents-area .exhibition-area h2 {
    margin-bottom: 4%;
  }
}

.contents-area .exhibition-area .exhibition_contents {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
  z-index: 1000;
  margin-bottom: 25px;
}

.contents-area .exhibition-area .exhibition_contents:last-of-type {
  margin-bottom: 0;
}

.contents-area .exhibition-area .exhibition_contents::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130vw;
  top: 50%;
  left: -30vw;
  transform: translateY(-50%);
  background-color: #272727;
  height: 90%;
  max-height: 490px;
}

@media screen and (min-width: 1024px) {
  .contents-area .exhibition-area .exhibition_contents {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
}

.contents-area .exhibition-area .exhibition_contents .-box_txt {
  padding: 9% 3% 0;
  max-width: 340px;
  margin-top: -15%;
}

@media screen and (min-width: 1024px) {
  .contents-area .exhibition-area .exhibition_contents .-box_txt {
    margin-top: 0;
    padding: 3%;
  }
}

.contents-area .exhibition-area .exhibition_contents .-box_txt h3 {
  margin-bottom: 3%;
}

@media screen and (min-width: 1024px) {
  .contents-area .exhibition-area .exhibition_contents .-box_txt h3 {
    margin-bottom: 20px;
  }
}

.contents-area .exhibition-area .exhibition_contents .-box_txt .period {
  margin-bottom: 3%;
}

@media screen and (min-width: 1024px) {
  .contents-area .exhibition-area .exhibition_contents .-box_txt .period {
    margin-bottom: 20px;
  }
}

.contents-area .exhibition-area .exhibition_contents .-box_txt button {
  margin-top: 10%;
  margin-left: 38%;
}

@media screen and (min-width: 1024px) {
  .contents-area .exhibition-area .exhibition_contents .-box_txt button {
    margin-left: 0;
  }
}

.works-area {
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 10%;
  margin-bottom: 20%;
}

@media screen and (min-width: 1024px) {
  .works-area {
    padding-top: 8%;
    margin-bottom: 0;
    overflow: visible;
  }
}

.works-area .slick-list {
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .works-area h2 {
    margin-bottom: 25px;
  }
}

.works-area h3 {
  margin-top: 10px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .works-area h3 {
    font-size: 24px;
  }
}

.works-area h3 span {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .works-area h3 span {
    font-size: 21px;
  }
}

.works-area .slide-area2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .works-area {
    max-width: 1000px;
    margin: 0 auto 180px;
  }
}

.profile-area {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .profile-area {
    margin-bottom: 200px;
  }
}

.profile-area:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -8%;
  height: 41%;
  background: url(../images/top/prof_bg_sp.png) no-repeat bottom center;
}

@media screen and (min-width: 1024px) {
  .profile-area:before {
    bottom: 0;
    height: 300px;
    background: url(../images/top/prof_bg.png) no-repeat bottom center;
  }
}

.profile-area h2 {
  position: absolute;
  z-index: 1000;
  top: 4%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.profile-area h2 span {
  color: #fff;
}

.profile-area h2:before {
  display: none;
}

@media screen and (max-width: 599px) {
  .profile-area h2 {
    top: 2%;
  }
}

.profile-area .profile_contents {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .profile-area .profile_contents {
    display: flex;
  }
}

.profile-area .profile_contents .-box_txt {
  background: rgba(255, 255, 255, 0.8);
  padding: 5%;
  color: #000;
  width: 80%;
  margin: -5% auto 0;
  position: relative;
  z-index: 1000;
}

@media screen and (min-width: 1024px) {
  .profile-area .profile_contents .-box_txt {
    max-width: 420px;
    padding: 2% 2% 3%;
    height: auto;
    width: 30.5%;
    position: absolute;
    bottom: 3%;
    right: 12%;
  }
}

.profile-area .profile_contents .-box_txt h3 {
  text-align: center;
  margin-bottom: 4%;
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .profile-area .profile_contents .-box_txt h3 {
    font-size: 25px;
    margin-bottom: 3%;
  }
}

.profile-area .profile_contents .-box_txt .txt {
  line-height: 2;
  margin-bottom: 5%;
}

.profile-area .profile_contents .-box_txt button {
  position: absolute;
  right: -3%;
  bottom: -10%;
}

@media screen and (min-width: 1024px) {
  .profile-area .profile_contents .-box_txt button {
    width: 330px;
  }
}

.contents-area .news-area {
  margin: 0 auto 15%;
  padding-top: 20%;
}

@media screen and (min-width: 1024px) {
  .contents-area .news-area {
    padding-top: 0;
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 599px) {
  .contents-area .news-area h2 {
    margin-bottom: 6%;
  }
}

.contents-area .news-area .contents_list {
  display: flex;
  flex-wrap: wrap;
}

.contents-area .news-area .contents_list .news_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area .contents_list .news_box {
    width: 32%;
    max-width: 290px;
    display: block;
  }
}

.contents-area .news-area .contents_list .news_box .ph {
  margin-bottom: 10px;
  width: 50%;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area .contents_list .news_box .ph {
    width: 100%;
  }
}

.contents-area .news-area .contents_list .news_box .-box_txt {
  width: 47%;
  padding-left: 3%;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area .contents_list .news_box .-box_txt {
    width: 100%;
    padding-left: 0;
  }
}

.contents-area .news-area .contents_list .news_box .color-y {
  font-size: 1.2rem;
  color: #928055;
  display: block;
  margin-top: 2%;
  margin-bottom: 5%;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area .contents_list .news_box .color-y {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.contents-area .news-area .contents_list .news_box p {
  line-height: 1.6;
}

.contents-area .news-area .contents_list button {
  background: none;
  color: #928055;
  text-align: right;
  width: 100%;
  height: 100px;
  padding-right: 40%;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area .contents_list button {
    padding-right: 75px;
  }
}

.contents-area .news-area .contents_list button::before {
  content: "";
  background: url(../images/cmn/arrow_y.png) no-repeat;
  height: 13px;
  width: 46px;
}

.contents-area .news-area .contents_list button:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  background: url(../images/cmn/arrow_bg.png) no-repeat;
  background-size: 100% auto;
  width: 16vw;
  height: 32vw;
  top: 15%;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area .contents_list button:after {
    top: 0;
    width: 86px;
    height: 106px;
  }
}

.contents-area .news-area .contents_list button p {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .contents-area .news-area {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto 100px;
  }
  .contents-area .news-area .contents_list {
    display: flex;
    justify-content: space-between;
  }
}

.contents-area .video-area {
  background: url(../images/top/video_bg.png) no-repeat center;
  background-size: cover;
  padding: 5% 0 10%;
}

@media screen and (min-width: 1024px) {
  .contents-area .video-area {
    padding: 2% 0 5%;
  }
}

.contents-area .video-area h2 {
  margin-bottom: 7%;
}

@media screen and (min-width: 1024px) {
  .contents-area .video-area h2 {
    margin-bottom: 50px;
  }
}

.contents-area .video-area h2:before {
  display: none;
}

.contents-area .video-area .slick-list {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .contents-area .video-area .slick-list {
    height: 415px;
  }
}

.contents-area .video-area .video_inner {
  position: relative;
  max-height: 670px;
}

.contents-area .video-area .video_inner .button_diamond {
  background: rgba(146, 128, 85, 0.6);
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 30vw;
  height: 30vw;
  transform: translate(-50%, -50%) rotate(45deg);
}

.contents-area .video-area .video_inner .button_diamond:hover {
  background: #928055;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .contents-area .video-area .video_inner .button_diamond {
    width: 210px;
    height: 210px;
  }
}

.contents-area .video-area .video_inner .btn {
  position: absolute;
  z-index: 1000;
  top: 53%;
  left: 53%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  padding: 5%;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  height: 30px;
}

@media screen and (min-width: 1024px) {
  .contents-area .video-area .video_inner .btn {
    height: 70px;
    font-size: 22px;
  }
}

.contents-area .video-area .video_inner .btn::before {
  content: "";
  position: absolute;
  z-index: 1000;
  background-image: url(../images/cmn/arrow_w.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .contents-area .video-area .video_inner .btn::before {
    width: 50px;
    height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .contents-area .video-area .video {
    width: 662px !important;
  }
}
