@charset "UTF-8";
.artdays {
  margin-top: 80px;
}
.artdays__hero {
  position: relative;
  height: 70vh;
  background: url(../img/hero_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .artdays__hero {
    background-image: url(../img/hero_sp.jpg);
    height: 130vw;
  }
}
.artdays__hero-inner {
  position: absolute;
  top: 60%;
  left: 5%;
  height: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .artdays__hero-inner {
    width: 90%;
    height: auto;
    top: inherit;
    bottom: 20vw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(0);
  }
}
.artdays__hero-inner img {
  display: block;
  width: auto;
  height: 100%;
}
.artdays__hero-inner img.pc {
  display: block;
}
.artdays__hero-inner img.sp {
  display: none;
}
@media (max-width: 768px) {
  .artdays__hero-inner img {
    width: 100%;
    height: auto;
  }
  .artdays__hero-inner img.pc {
    display: none;
  }
  .artdays__hero-inner img.sp {
    display: block;
  }
}
.artdays__hero-inner a {
  display: inline-block;
  margin-top: 28px;
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  color: #ffffff;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .artdays__hero-inner a {
    display: none;
  }
}
.artdays__hero-bottom {
  display: none;
  margin: 5vw 5%;
}
@media (max-width: 768px) {
  .artdays__hero-bottom {
    display: block;
  }
}
.artdays__hero-bottom img {
  width: 100%;
}
.artdays__hero-bottom a {
  display: inline-block;
  margin-top: 28px;
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  color: #666;
  padding-bottom: 2px;
  border-bottom: 1px solid #666;
}
.artdays__hero-credit {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 5%;
}
@media (max-width: 768px) {
  .artdays__hero-credit {
    width: 70%;
    bottom: 40px;
  }
}
.artdays__h2 {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #727272;
}
.artdays__h2 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e4007f;
}
@media (max-width: 768px) {
  .artdays__h2 {
    font-size: 40px;
  }
  .artdays__h2 span {
    font-size: 12px;
  }
}
.artdays__msg {
  position: relative;
}
.artdays__msg-badge {
  position: absolute;
  top: -80px;
  right: 5%;
  width: 182px;
}
@media (max-width: 768px) {
  .artdays__msg-badge {
    width: 90px;
    top: -30px;
  }
}
.artdays__msg-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.artdays__msg-title {
  padding: 70px 0 0;
  background: #fff2f3;
  color: #e4007f;
  font-weight: 700;
  font-size: 36px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
.artdays__msg-title span {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .artdays__msg-title {
    padding: 35px 0 0;
    font-size: 20px;
  }
  .artdays__msg-title span {
    display: block;
    margin-left: 0;
    font-size: 27px;
  }
}
.artdays__msg-text {
  background: #fff2f3;
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .artdays__msg-text {
    padding: 35px 0;
  }
}
.artdays__msg-text br.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .artdays__msg-text br.is-pc {
    display: none;
  }
}
.artdays__msg-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .artdays__msg-wrap {
    display: block;
  }
}
.artdays__msg-cell {
  width: 48%;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #333333;
}
.artdays__msg-cell.is-en {
  font-size: 14px;
  font-family: "Avenir Next";
}
@media (max-width: 768px) {
  .artdays__msg-cell {
    width: 100%;
  }
  .artdays__msg-cell.is-en {
    margin-top: 35px;
  }
}
.artdays__flyer {
  padding: 80px 0 0;
}
.artdays__flyer-inner {
  width: 90%;
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.artdays__flyer-inner img {
  width: 100%;
  cursor: pointer;
}
.artdays__flyer-inner a {
  margin: 30px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 360px;
  height: 60px;
  color: #e4007f;
  text-align: center;
  font-family: Avenir Next;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.6px;
  border: 1px solid #e4007f;
  padding-top: 4px;
}
.artdays__flyer-inner a span {
  font-size: 12px;
}
.artdays__flyer__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.artdays__flyer__modal.is-show {
  opacity: 1;
  visibility: visible;
}
.artdays__flyer__modal-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.artdays__flyer__modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .artdays__flyer__modal-inner {
    width: 90%;
    max-height: 80%;
    height: 100%;
  }
}
.artdays__flyer__modal-content {
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.artdays__flyer__modal-content.is-show {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .artdays__flyer__modal-content.is-show {
    display: block;
  }
}
@media (max-width: 768px) {
  .artdays__flyer__modal-content {
    position: relative;
  }
}
.artdays__flyer__modal-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: default;
}
.artdays__flyer__modal-content__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.artdays__flyer__modal-content__close::before, .artdays__flyer__modal-content__close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.artdays__flyer__modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .artdays__flyer__modal-content__close {
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
  }
}
.artdays__about {
  padding: 140px 0 0;
}
.artdays__about-inner {
  width: 90%;
  max-width: 820px;
  margin: auto;
}
.artdays__about-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.artdays__about-title {
  margin-top: 16px;
  width: 160px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #e4007f;
}
@media (max-width: 768px) {
  .artdays__about-title {
    font-size: 12px;
    width: 100px;
  }
}
.artdays__about-text {
  margin-top: 16px;
  width: calc(100% - 160px);
  font-size: 14px;
  font-weight: bold;
  line-height: 180%;
  color: #333333;
}
@media (max-width: 768px) {
  .artdays__about-text {
    font-size: 12px;
    width: calc(100% - 100px);
  }
}
.artdays__about-text p {
  display: inline-block;
}
.artdays__about-text small {
  font-size: 12px;
  font-weight: normal;
}
.artdays__about-text span {
  font-weight: normal;
  color: #8c8c8c;
}
.artdays__about-text span::before {
  content: "（";
}
.artdays__about-text span::after {
  content: "）";
}
@media (max-width: 768px) {
  .artdays__about-text span {
    display: block;
  }
  .artdays__about-text span::before, .artdays__about-text span::after {
    display: none;
  }
}
.artdays__about-text a.covid {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  text-decoration-line: underline;
  color: #666666;
}
.artdays__about-text a.map {
  color: #e4007f;
  margin-left: 30px;
  font-size: 12px;
  font-weight: normal;
}
.artdays__about-text a.map::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #e4007f;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .artdays__about-text a.map {
    display: block;
    margin: 0;
  }
}
.artdays__about-text__donation {
  margin: 8px 0 20px;
  border: 1px solid #e4007f;
  padding: 16px;
  font-weight: 400;
  font-size: 10px;
  line-height: 180%;
  color: #727272;
}
.artdays__about-text__donation b {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #e4007f;
  margin-bottom: 8px;
}
.artdays__about-text__donation b p {
  display: inline-block;
}
@media (max-width: 768px) {
  .artdays__about-text__donation b {
    font-size: 12px;
  }
}
.artdays__about-map {
  margin-top: 24px;
}
.artdays__about-map iframe {
  width: 100%;
  height: 300px;
}
.artdays__artists {
  background: #fff2f3;
  margin-top: 140px;
  padding: 140px 0 100px;
}
.artdays__artists-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10%;
  margin-top: 64px;
  gap: 60px;
}
@media (max-width: 768px) {
  .artdays__artists-wrap {
    padding: 0 5%;
    gap: 30px;
  }
}
.artdays__artists-cell {
  width: calc(33.3333333333% - 40px);
  box-sizing: border-box;
  letter-spacing: 0.1em;
  color: #666666;
  cursor: pointer;
  transition: 0.3s opacity ease;
}
@media (max-width: 768px) {
  .artdays__artists-cell {
    width: calc(50% - 15px);
  }
}
.artdays__artists-cell::after {
  content: ">more";
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 150%;
  color: #e4007f;
}
.artdays__artists-cell:hover {
  opacity: 0.6;
}
.artdays__artists-cell__img {
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.artdays__artists-cell__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.artdays__artists-cell__name {
  margin-top: 16px;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
}
.artdays__artists-cell__name span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .artdays__artists-cell__name {
    font-size: 16px;
    margin-top: 16px;
  }
  .artdays__artists-cell__name span {
    font-size: 14px;
  }
}
.artdays__artists-cell__jp {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999;
}
.artdays__artists-cell__jp span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .artdays__artists-cell__jp {
    font-size: 12px;
  }
  .artdays__artists-cell__jp span {
    font-size: 10px;
  }
}
.artdays__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.artdays__modal.is-show {
  opacity: 1;
  visibility: visible;
}
.artdays__modal-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.artdays__modal-inner {
  border-top: 6px solid #e4007f;
  border-bottom: 6px solid #e4007f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: 80%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 30px 35px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .artdays__modal-inner {
    width: 90%;
    max-height: 80%;
    padding: 30px 16px;
    height: 100%;
  }
}
.artdays__modal-content {
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px 0 40px 20px;
  box-sizing: border-box;
}
.artdays__modal-content.is-show {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .artdays__modal-content.is-show {
    display: block;
  }
}
@media (max-width: 768px) {
  .artdays__modal-content {
    position: relative;
    padding: 30px 0 50px;
    overflow-y: auto;
  }
}
.artdays__modal-content__prof {
  width: 217px;
  margin: 0 80px 0 0;
  letter-spacing: 0.1em;
  color: #666666;
}
@media (max-width: 768px) {
  .artdays__modal-content__prof {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: flex-start;
  }
}
.artdays__modal-content__prof img {
  width: 100%;
}
@media (max-width: 768px) {
  .artdays__modal-content__prof img {
    width: 100px;
    margin-right: 30px;
  }
}
.artdays__modal-content__name {
  margin-top: 16px;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
}
.artdays__modal-content__name span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .artdays__modal-content__name {
    font-size: 16px;
    margin-top: 8px;
  }
  .artdays__modal-content__name span {
    font-size: 12px;
  }
}
.artdays__modal-content__jp {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #999;
}
.artdays__modal-content__jp span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .artdays__modal-content__jp {
    font-size: 12px;
  }
  .artdays__modal-content__jp span {
    font-size: 10px;
  }
}
.artdays__modal-content__text {
  position: relative;
  padding-right: 20px;
  padding-bottom: 30px;
  width: calc(100% - 297px);
  height: 100%;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #333333;
}
@media (max-width: 768px) {
  .artdays__modal-content__text {
    width: 100%;
    height: auto;
    overflow: initial;
    margin-top: 20px;
    padding: 0;
  }
}
.artdays__modal-content__text a {
  color: #e4007f;
}
.artdays__modal-content__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.artdays__modal-content__close::before, .artdays__modal-content__close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.artdays__modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .artdays__modal-content__close {
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
  }
}
.artdays__report {
  padding: 140px 0 0;
}
.artdays__report iframe {
  display: block;
  margin: 64px auto 0;
  width: 800px;
  height: 450px;
}
@media (max-width: 768px) {
  .artdays__report iframe {
    width: 100%;
    height: 60vw;
  }
}
.artdays__report-text {
  margin-top: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 180%;
  color: #838383;
}
.artdays__report-text a {
  font-family: "Avenir Next";
  color: #838383;
  margin: 0 15px 0 10px;
  border-bottom: 2px solid #838383;
}
@media (max-width: 768px) {
  .artdays__report-text {
    font-size: 20px;
  }
}
.artdays__photo {
  padding: 140px 0 0;
}
.artdays__photo-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .artdays__photo-wrap {
    padding: 0 4px;
  }
}
.artdays__photo-cell {
  width: calc(25% - 8px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4px;
}
.artdays__photo-cell::after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 768px) {
  .artdays__photo-cell {
    width: calc(33.3333333333% - 4px);
    margin: 2px;
  }
}
.artdays__sponsor {
  padding: 140px 0 180px;
}
.artdays__sponsor-wrap {
  display: flex;
  align-items: center;
  width: 687px;
  margin: auto;
}
@media (max-width: 768px) {
  .artdays__sponsor-wrap {
    width: 90%;
    display: block;
  }
}
.artdays__sponsor-wrap img {
  width: 200px;
  margin-right: 56px;
}
@media (max-width: 768px) {
  .artdays__sponsor-wrap img {
    display: block;
    margin: auto;
  }
}
.artdays__sponsor-wrap p {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #333333;
}
@media (max-width: 768px) {
  .artdays__sponsor-wrap p {
    margin-top: 32px;
  }
}
.artdays__sponsor-img {
  display: block;
  margin: 90px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .artdays__sponsor-img {
    width: 80%;
  }
  .artdays__sponsor-img img {
    width: 100%;
  }
}/*# sourceMappingURL=artdays.css.map */