@charset "utf-8";

/*-----------------------------------
base
-----------------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

.sp_only{
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.app-wrapper {
  overflow: hidden;
}

a{
  cursor: pointer;
}

img{
  max-width: 100%;
}

.main img{
  width: 100%;
}

.l-inner{
  width: 1100px;
  margin: 0 auto;
}

.sec_ttl{
  height: 130px;
  width: auto;
}

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

.pdf_link{
  color: #918c28;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 70px;
  display: inline-block;
}

.pdf_link:hover{
  opacity: 0.8;
}

.pdf_link::after{
  content: "";
  border-top: 2px solid #918c28;
  border-right: 2px solid #918c28;
  margin-left: 0px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  display: inline-block;
  transition: .2s;
  position: relative;
}

.pdf_link:hover::after{
  margin-left: 5px;
}

@media only screen and (max-width: 1099.9px){
  .pdf_link{
    font-size: 3.6vw;
    margin-top: 6vw;
  }

  .pdf_link::after{
    width: 2.5vw;
    height: 2.5vw;
  }
  
  .pdf_link:hover::after{
    margin-left: 0;
  }
}

@media only screen and (max-width: 1099.9px){
  .pc_only{
    display: none;
  }

  .sp_only{
    display: block;
  }

  .main{
    max-width: 100%;
  }

  .l-inner{
    width: 100%;
    margin: auto;
    padding: 0 4vw;
  }

  .sec_ttl{
    height: 21vw;
    width: auto;
  }
}

/*-----------------------------------
scroll
-----------------------------------*/

.scroll{
  position: fixed;
  z-index: 99;
  width: 200px;
  bottom: 10px;
  right: 10px;
}

.scroll_link:hover{
  opacity: 0.9;
}

@media only screen and (max-width: 1099.9px) {
  .scroll{
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .scroll_link{
    display: block;
    width: 50%;
    text-decoration: none;
  }

  .scroll_link:hover {
    opacity: 1;
  }

  .scroll_txt{
    color: #fff;
    background-color: #4BA892;
    font-size: 2.933vw;
    padding: 3vw;
    font-weight: 600;
    position: relative;
    text-align: center;
  }

  .scroll_txt.is-exhi{
    background-color: #9CA51F;
  }

  .scroll_txt::after{
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 2.3vw;
    height: 2.3vw;
    transform: rotate(45deg);
    margin-left: 1.5vw;
  }
}


/*-----------------------------------
main_visual
-----------------------------------*/

.main_visual{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #9CC2C0;
}

.main_visual img{
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
}

/*-----------------------------------
slogan
-----------------------------------*/

.slogan_inner{
  width: 890px;
  margin: 0 auto;
}

.slogan_ttl {
  font-size: 40px;
  font-weight: 700;
  color: #070707;
  margin-top: 72px;
  background: url(/image/top/pc_paint.png) no-repeat top 0px right 120px;
  padding: 72px 0;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.slogan_txt{
  font-size: 19px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}

.slogan_video {
  width: 890px;
  height: 500px;
  margin-top: 150px;
  position: relative;
  margin-bottom: 200px;
}

.slogan_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.artworks_thumb{
  width: 100%;
  margin-bottom: 80px;
}

.artworks_btn_link{
  width: 450px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 0;
  background: #BA5A4F;
  border-radius: 35px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding-top: 2px;
  padding: 4px 20px 12px 20px;
  letter-spacing: 0.05em;
  transition: 0.2s;
  box-sizing: border-box;
}

.artworks_btn_link:hover{
  padding-top: 8px;
  padding-bottom: 8px;
}

.artworks_btn_link::before{
  content: "";
  background: #DC6A5E;
  position: absolute;
  top: -6px;
  z-index: -1;
  display: block;
  width: 450px;
  min-height: 50px;
  padding: 8px 60px 8px 60px;
  box-sizing: border-box;
  border-radius: 35px;
  transition: 0.2s;
  left: 50%;
  transform: translateX(-50%);
}

.artworks_btn_link.is-2025 {
  background: #6E6A1E;
}

.artworks_btn_link.is-2025::before{
  background: #918C29;
}

.artworks_btn_link:hover::before{
  top: 0px;
}

.artworks_btn_link::after{
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -10px;
  transform: rotate(45deg);
  transition: 0.2s;
}

.artworks_btn_link:hover::after{
  margin-top: -4px;
}


@media only screen and (max-width: 1099.9px) {
  .slogan_inner{
    width: 100%;
    padding: 0 3.5vw;
  }

  .slogan_ttl {
    font-size: 5vw;
    margin-top: 6vw;
    background: url(/image/top/pc_paint.png) no-repeat top 0 right 2vw;
    background-size: contain;
    padding: 8vw 0 3vw;
    letter-spacing: 0.05em;
    margin-bottom: 4vw;
  }

  .slogan_txt{
    font-size: 3.6vw;
    margin-bottom: 3.5vw;
  }

  .slogan_video {
    width: 92vw;
    height: 52vw;
    margin: 16vw auto;
  }

  .artworks_thumb{
    margin-bottom: 10vw;
  }

  .artworks_btn_link{
    width: 90vw;
    font-size: 4vw;
    border-radius: 10vw;
    padding-top: 2vw;
    padding: 0.5vw 12vw 3.5vw;
  }

  .artworks_btn_link:hover{
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .artworks_btn_link::before{
    top: -1.5vw;
    width: 90vw;
    min-height: 10vw;
    padding: 0;
    border-radius: 10vw;
  }

  .artworks_btn_link::after{
    width: 2.5vw;
    height: 2.5vw;
    margin-top: -2.5vw;
  }

  .artworks_btn_link:hover::after{
    margin-top: -1vw;
  }
}


/*-----------------------------------
flow
-----------------------------------*/
.flow{
  margin-top: 200px;
}

.flow_bg{
  background: url(/image/top/flow_bg.png);
  object-fit: cover;
  margin-top: -60px;
  padding-bottom: 360px;
}

.flow_inner{
  max-width: 1920px;
  margin: 0 auto;
}

.flow_area{
  padding-top: 180px;
}

.flow_list{
  position: relative;
  z-index: 0;
  margin-top: -3vw;
}

.flow_list_ttl{
  font-size: 2vw;
  font-weight: 700;
  color: #fff;
  margin-top: 2.5vw;
}

.flow_list_txt{
  font-size: 1.1vw;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  margin-top: 1vw;
}

/*----- SPのみ適用 -----*/
@media only screen and (max-width: 1099.9px) {
  .flow{
    margin-top: 24vw;
  }

  .flow_bg{
    background: url(/image/top/flow_bg.png);
    object-fit: cover;
    margin-top: -12.5vw;
    padding-bottom: 10vw;
  }

  .flow_area{
    padding-top: 24vw;
  }

  .flow_list {
    margin-top: 0;
    margin-bottom: 12vw;
  }

  .flow_list_bg{
    width: 96%;
    box-shadow: 1.5vw 1.5vw 1.5vw rgba(0,0,0,0.2);
    margin-bottom: 5vw;
  }

  .flow_list_thumb{
    padding: 0 4%;
  }

  .flow_list_bg.right{
    margin-left: 4%;
  }

  .flow_list_ttl{
    position: absolute;
    top: 3.5%;
    left: 52%;
    font-size: 6.5vw;
    letter-spacing: 0.05em;
    margin-top: 0;
  }

  .flow_list_ttl02{
    left: 14%;
  }

  .flow_list_ttl03{
    top: 8%;
    left: 49%;
  }

  .flow_list_txt{
    font-size: 3.6vw;
    color: #000;
    width: 92%;
    margin: auto;
    font-weight: 400;
    margin-top: 4vw;
  }
}


/*----- PCのみ適用 -----*/
@media only screen and (min-width: 1100px) {
  .flow_list_textarea{
    position: absolute;
    top: 10%;
    left: 31.5%;
    z-index: 1;
    width: 22%;
  }

  .flow_list_textarea.exhi{
    top: 14%;
  }

  .flow_list_textarea.right{
    left:auto;
    right: 30%;
  }
}

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

  .flow_list{
    margin-top: -60px;
  }

  .flow_list_ttl{
    font-size: 40px;
    margin-top: 50px;
  }

  .flow_list_txt{
    font-size: 22px;
    margin-top: 20px;
  }
}



/*-----------------------------------
eventinfo
-----------------------------------*/

.eventinfo{
  margin-top: -210px;
  color: #fff;
}

.eventinfo_ttl{
  background: url(/image/top/flow_bg.png);
}

.eventinfo_ttl img{
  width: 863px;
  margin:0 auto;
}

.eventinfo_bg{
  background: #BE8246;
}

.eventinfo_inner{
  padding-bottom: 50px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: url(/image/top/eventinfo_bg2.png) no-repeat;
}

.eventinfo_relative{
  position: relative;
  min-height: 480px;
}

.eventinfo_boy{
  position: absolute;
  z-index: 1;
  right: -445px;
  top: -122px;
  width: 956px;
  height: auto;
}

.eventinfo_girl{
  position: absolute;
  z-index: 1;
  right: -210px;
  top: 580px;
  width: 551px;
  height: auto;
}

.info_inner{
  width: 551px;
  padding-top: 183px;
}

.info_area{
  border-bottom: 2px dashed #fff;
  padding: 35px 0;
}

.info_area_ttl{
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
  text-wrap: wrap;
  margin-top: 24px;
}

.info_area_ttl:first-child{
  margin-top: 0;
}

.info_area_txt{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  z-index: 1;
  text-indent: -1em;
  padding-left: 1em;
}

.info_area_txt2{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.info_area_subtxt{
  font-size: 18px;
  font-weight: 700;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.8;
}

.info_area .marker{
  background: linear-gradient(transparent 70%, #f00 70%);
}

.info_area_note{
  font-size: 18px;
  font-weight: 700;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.8;
}

.info_area_artist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.info_area_artist::after{
  width: 170px;
  content: "";
  display: block;
}

.artists_list{
  width: 170px;
  margin-bottom: 20px;
  overflow:hidden;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.artists_list img{
  transition: 0.2s all;
  margin:0 auto;
  overflow:hidden;
}

.artists_list img:hover{
  transform:scale(1.2,1.2);
  cursor: pointer;
}

.info_area_caution{
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}

.info_area_link:hover{
  color: #000;
}

.info_area.is-event{
  padding: 80px 0 20px;
}

.info_area_event{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:0 40px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.info_area_event_list{
  width: 245px;
  margin-bottom: 10px;
  position: relative;
}


.info_area_event_list.is-new a::after{
  position: absolute;
  content: "NEW";
  background-color: #eb3b29;
  color: #fff;
  border-radius: 10px;
  top: 5px;
  left: 143px;
  font-size: 16px;
  font-weight: 500;
  width: 75px;
  text-align: center;
  padding: 8px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}

.info_area_event_list.is-new-left a::after{
  position: absolute;
  content: "NEW";
  background-color: #eb3b29;
  color: #fff;
  border-radius: 10px;
  top: 5px;
  left: 13px;
  font-size: 16px;
  font-weight: 500;
  width: 75px;
  text-align: center;
  padding: 8px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}

.info_area_event_list a:hover{
  cursor: pointer;
  opacity: 0.8;
}

.info_area_event_list_txt{
  margin-top: 10px;
  line-height: 2;
  font-size: 18px;
}

.info_area_event.is-etc{
  gap: 52px;
  padding: 0 12px;
}

.info_area_event.is-etc .info_area_event_list{
  width: 230px;
}

.info_area_event_list .is-noicon{
  padding-top: 22px;
}

.info_area.is-last{
  border: none;
}

.eventinfo_tail{
  background: #f8f7f6 url(/image/top/eventinfo_bg3.png)no-repeat center;
  height: 267px;
}

@media only screen and (max-width: 1099.9px) {
  .eventinfo{
    margin-top: -10vw;
  }

  .eventinfo_ttl img{
    width: 100%;
  }

  .eventinfo_inner{
    padding-bottom: 4vw;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background: #BE8246 url(/image/top/sp/bg2.png) repeat-y;
    background-size: contain;
  }
  /*-----↑ coming soonのときはcoverにする ↑-----*/

  .eventinfo_boy{
    position: absolute;
    z-index: 1;
    right: -10vw;
    top: -11vw;
    width: 60vw;
    height: auto;
  }

  .eventinfo_girl{
    position: absolute;
    z-index: 1;
    right: -9vw;
    top: 23vw;
    width: 40vw;
    height: auto;
  }

  .eventinfo_relative{
    min-height: 8rem;
    padding-top: 2rem;
  }

  .info_inner{
    width: 100%;
    padding: 0;
  }

  .info_area{
    border-bottom: 2px dashed #fff;
    padding: 10vw 0;
  }

  .info_area_ttl{
    font-size: 4vw;
    margin-bottom: 1vw;
    margin-top: 5vw;
  }

  .info_area_txt{
    font-size: 3.6vw;
    font-weight: 600;
  }

  .info_area_txt2{
    font-size: 3.6vw;
    font-weight: 600;
  }

  .info_area_subtxt{
    font-size: 3.4vw;
    font-weight: 600;
  }

  .info_area_note{
    font-size: 3.4vw;
    font-weight: 600;
  }

  .info_area_artist{
    margin-top: 4vw;
  }

  .info_area_artist::after{
    width: 47%;
  }

  .artists_list{
    width: 47%;
    margin-bottom: 5vw;
  }

  .info_area_caution{
    font-size: 3.6vw;
    margin-top: 0;
  }

  .info_area.is-event{
    padding: 10vw 0 5vw;
  }

  .info_area_event{
    gap: 0 1vw;
    margin-bottom: 8vw;
    margin-top: 4vw;
    justify-content: space-between;
  }

  .info_area_event_list{
    width: 49%;
    margin-bottom: 2vw;
  }

  .info_area_event_list.is-new a::after {
    border-radius: 1.5vw;
    top: 0.9vw;
    left: 26.5vw;
    font-size: 3.4vw;
    width: 15vw;
    padding: 1.1vw;
    box-shadow: 0 0.6vw 0.6vw rgba(0, 0, 0, 0.2);
  }

  .info_area_event_list.is-new-left a::after {
    border-radius: 1.5vw;
    top: 0.9vw;
    left: 2.5vw;
    font-size: 3.4vw;
    width: 15vw;
    padding: 1.1vw;
    box-shadow: 0 0.6vw 0.6vw rgba(0, 0, 0, 0.2);
  }

  .info_area_event_list_txt{
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .info_area_event.is-etc{
    gap: 2vw;
    padding: 0 2.8vw;
  }

  .info_area_event.is-etc .info_area_event_list{
    width: 47%;
    margin-bottom: 6vw;
  }


  .info_area_event_list .is-noicon{
    padding-top: 4vw;
  }

  .eventinfo_tail{
    background: #f8f7f6 url(/image/top/sp/bg3.png) no-repeat center;
    height: 15vw;
    width: 100%;
    background-size: cover;
  }
}


/*-----------------------------------
exhibitions
-----------------------------------*/

.exhibitions{
  padding-top: 80px;
  background: #f8f7f6;
  padding-bottom: 100px;
}

.exhi-des{
  font-size: 18px;
  line-height: 2;
  margin-top: 50px;
}

.exhi_link{
  color: #918C28;
}

.exhi_link:hover{
  color: #524f16;
}

.exhi-block {
  margin-top: 85px;
}

.exhi-block.first-block {
  margin-top: 50px;
}

.exhi-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  width: fit-content;
}

.exhi-hover:hover {
  cursor: pointer;
  color: #918C28;
}

.exhi-image {
  width: 350px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
}

.exhi-image:hover{
  opacity: 0.8;
  cursor: pointer;
}

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

.exhi-content .exhi-table td,
.exhi-content .exhi-table th {
  box-sizing: border-box;
  border: 1px solid #cbc3c3;
}

.exhi-table th {
  text-align: left;
  background-color: #918c28;
  color: white;
  padding: 7px 10px;
}

.exhi-table td{
  padding: 7px 10px;
}


.exhi-content .exhi-table {
  border-collapse: collapse;
  font-size: 16px;
  height: 144px;
}

.exhi-content .exhi_tbody td{
  height: 106px;
}

.text-center{
  text-align: center;
}

.exhi-content .exhi-table th:nth-child(1),
.exhi-content .exhi-table td:nth-child(1) {
  width: 120px;
}

.exhi-content .exhi-table th:nth-child(2),
.exhi-content .exhi-table td:nth-child(2) {
  width: 195px;
}

.exhi-content .exhi-table th:nth-child(3),
.exhi-content .exhi-table td:nth-child(3) {
  width: 120px;
}

.exhi-content .exhi-table th:nth-child(4),
.exhi-content .exhi-table td:nth-child(4) {
  width: 245px;
}

@media only screen and (max-width: 1099.9px) {
  .exhibitions{
    padding-top: 18vw;
    padding-bottom: 20vw;
  }

  .exhi-des {
    font-size: 3.7vw;
  }

  .exhi-block {
    margin-top: 14vw;
  }

  .exhi-block.first-block {
    margin-top: 14vw;
  }

  .exhi-title{
    font-size: 4.6vw;
    margin-bottom: 4vw;
  }

  .exhi-table {
    font-size: 3.4vw;
  }

  .exhi-content {
    flex-direction: column;
  }

  .exhi-image {
    order: 1;
    margin-bottom: 6vw;
    width: 100%;
    height: auto;
  }

  .exhi-table {
    order: 2;
  }

  table .revert {
    display: table-row;
  }

  .exhi-content table.exhi-table .revert th {
    text-align: center;
  }

  table .line2em {
    line-height: 2em;
  }

  .exhi-content .exhi-table th:nth-child(1),
  .exhi-content .exhi-table td:nth-child(1) {
    width: 21%;
  }

  .exhi-content .exhi-table th:nth-child(2),
  .exhi-content .exhi-table td:nth-child(2) {
    width: 20%;
  }

  .exhi-content .exhi-table th:nth-child(3),
  .exhi-content .exhi-table td:nth-child(3) {
    width: 23%;
  }

  .exhi-content .exhi-table th:nth-child(4),
  .exhi-content .exhi-table td:nth-child(4) {
    width: 36%;
  }

  .exhi-table th {
    font-size: 3.4vw;
    padding: 2vw 1vw;
  }

  .exhi-table td {
    font-size: 3.2vw;
    padding: 3vw 1vw;
  }

  .exhi-content .exhi-table {
    height: auto;
  }
  
  .exhi_tbody{
    height: auto;
  }
  
}


/*-----------------------------------
news
-----------------------------------*/

.news{
  padding: 100px 0 120px;
}

.comingsoon{
  padding: 30px 30px;
  font-size: 18px;
  color: #333;
}

.news_area{
  border-top: solid 2px #cbc3c3;
  margin-top: 40px;
}

.news_list{
  border-bottom: solid 2px #cbc3c3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px;
}

.news_date{
  width: 8em;
  font-size: 18px;
  color: #000;
}

.news_textarea{
  width: calc(100% - 8em);
  font-size: 18px;
}

.news_link{
  color: #918c28;
  position: relative;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

.news_link:hover{
  opacity: 0.8;
}



@media only screen and (max-width: 1099.9px) {
  .news{
    padding: 12vw 0;
  }
  
  .comingsoon{
    padding: 5vw 0;
    font-size: 3.6vw;
  }

  .news_area{
    margin-top: 10vw;
  }

  .news_list{
    padding: 8vw 2vw;
  }

  .news_date{
    width: 6em;
    font-size: 3.6vw;
    color: #000;
  }

  .news_textarea{
    width: calc(100% - 6em);
    font-size:  3.6vw;
  }
}