@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --experience-bg-color: #EBE4D0;
  --modal-color: #EF7526;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

#mv .container {
  max-width: none;
}

#archive_mv {
  background: var(--experience-bg-color);
}
#archive_mv .container {
  max-width: none;
  padding: 0;
  text-align: center;
}
#archive_mv .container h1 img {
  width: min(100%, 1400px);
}

#intro {
  padding-bottom: 4rem;
}
#intro .lead {
  font-size: 2.1rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  padding-block: 1em;
}
@media print, screen and (min-width: 768px) {
  #intro .lead {
    text-align: center;
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 768px) {
  #intro .button-about {
    text-align: center;
    margin-top: 2rem;
  }
  #intro .button-about img {
    width: 56rem;
  }
}

#page-body #article-header .article-title {
  color: initial;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

#archive {
  background: var(--experience-bg-color);
  padding-bottom: 10rem;
  margin-bottom: -8rem;
}
#archive .experience-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
#archive .experience-list li {
  width: 100%;
}
#archive .experience-list li a .title {
  background: #000;
  color: #fff;
  padding-block: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
}
#archive .experience-list li a .thumb {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #archive .experience-list {
    gap: 5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #archive .experience-list li {
    width: calc(33.3333333333% - 3.3333333333rem);
  }
}
#archive .more {
  text-align: right;
}
#archive .more img {
  width: 12rem;
}
#archive .end {
  margin-top: 10rem;
}
#archive .end h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #archive .end h3 br {
    display: none;
  }
}
#archive .end p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #archive .end p {
    text-align: center;
  }
}

#about {
  background: #fff;
  border: 2px solid var(--modal-color);
  padding: 2rem;
  border-radius: 2rem;
  height: 80vh;
  margin: 0 auto;
}
#about .inner {
  height: 100%;
  overflow-y: auto;
}
#about h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 1em 0;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  #about h2 {
    font-size: 3.4rem;
  }
}
#about img {
  width: min(100%, 480px);
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #about img {
    width: min(100%, 840px);
  }
}

.lity-container {
  width: min(100%, 840px);
}/*# sourceMappingURL=page-experience.css.map */