@charset "utf-8";

/* ----------------------------------
base
---------------------------------- */
.pc_only{
  display: block;
}

.sp_only{
  display: none;
}


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

  .sp_only{
    display: block;
  }
}

body {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

body::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

img{
  max-width: 100%;
}

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

@media only screen and (max-width: 1099.9px){
  .l-inner{
    padding: 0 2.5vw;
  }
}

.main{
  background: #F8F7F6;
}

.main_bg{
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 160px;
  background-position: 0px 260px;
  background-size: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1099.9px){
  .main_bg{
    max-width: 1100px;
    margin: 0 auto;
    background-position: 0 0;
    background-size: 100%;
    padding-top: 26.5vw;
  }
}

@media only screen and (max-width: 1099.9px){
  .sec_ttl{
    height: 8.8vw;
    width: auto;
  }

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


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

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

.scroll:hover{
  opacity: 0.9;
}

.scroll_img{
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1099.9px) {
  .scroll{
    width: 45vw;
    bottom: 2vw;
    right: 0;
  }
  
  .scroll:hover {
    opacity: 1;
  }
}


/* ----------------------------------
main
---------------------------------- */

.page_ttl{
  height: 130px;
}

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

@media only screen and (max-width: 1099.9px){
  .page_ttl{
    width: auto;
    height: 21vw;
  }
}

.lead_txt{
  font-size: 18px;
  margin: 40px 0 80px;
  padding-left: 25px;
}

@media only screen and (max-width: 1099.9px){
  .lead_txt{
    font-size: 3.73vw;
    margin: 2vw 0 14vw;
    padding-left: 4vw;
  }
}

.lead_link{
  color: #918C28;
}

.lead_link:hover{
  color: #000;
}

.artworks{
  padding-bottom: 100px;
}

@media only screen and (max-width: 1099.9px){
  .artworks{
    padding-bottom: 14vw
  }
}

.sec_ttl{
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 1099.9px){
  .sec_ttl{
    font-size: 4.6vw;
    padding-top: 1.5vw;
  }

  .sec_ttl.is-long{
    font-size: 3.6vw;
    padding-top: 0;
    line-height: 1.5;
    margin-top: -2vw;
  }
}

.sec_ttl_date{
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1099.9px){
  .sec_ttl_date{
    width: 28vw;
    font-size: 3.4vw;
    padding-top: 4vw;
  }
}

.artworks_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

@media only screen and (max-width: 1099.9px){
  .artworks_area{
    padding-top: 1.5vw;
    padding-bottom: 8vw;
  }
}

.artworks_list{
  width: 23.5%;
  margin-bottom: 80px;
  line-height: 2;
}

@media only screen and (max-width: 1099.9px){
  .artworks_list{
    width: 48%;
    margin-bottom: 7vw;
  }
}

.artworks_list img{
  width: 100%;
}

.artworks_txt{
  font-size: 18px;
}

.artworks_txt.is-red{
  color: #DC6A5E;
  font-weight: 600;
}

@media only screen and (max-width: 1099.9px){
  .artworks_txt{
    font-size: 3.8vw;
  }
}


/*------------------------------
event一覧
------------------------------*/

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

.info_area{
  border-bottom: 3px dashed #707070;
  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;
}

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

.info_area_link:hover{
  color: #000;
}

.info_area.is-event{
  padding: 0 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: 35px;
  position: relative;
}


.info_area_event_list.is-new a::after{
  position: absolute;
  content: "NEW";
  background-color: #eb3b29;
  color: #fff;
  border-radius: 10px;
  top: -15px;
  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;
  padding-top: 80px;
}

@media only screen and (max-width: 1099.9px) {
  .info_area{
    border-bottom: 2px dashed #707070;
    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%;
  }

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

  .info_area.is-event{
    padding: 0 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: 4vw;
  }

  .info_area_event_list.is-new a::after {
    border-radius: 1.5vw;
    top: -2.5vw;
    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;
  }

  .info_area.is-last{
    padding-top: 14vw;
  }
}