@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

img {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.section--detail {
  max-width: 1100px;
  margin-inline: auto;
  min-height: calc(100vh - 240px);
}

.section--detail .section-tit {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: clamp(36px, 4vw, 50px);
  margin-bottom: 0.8em;
}

.section--detail .section-tit.font-jp {
  font-size: clamp(24px, 4vw, 35px);
  font-weight: 500;
}

.section--detail .section-tit {
  animation: fadeUp 0.8s ease;
}

.section--detail ul.delighter li {
  opacity: 0;
}

.section--detail ul.delighter.started li {
  animation: fadeUp 0.5s forwards;
}

.section--detail ul.delighter.started li:nth-of-type(1) {
  animation-delay: 0s;
}

.section--detail ul.delighter.started li:nth-of-type(2) {
  animation-delay: 0.2s;
}

.section--detail ul.delighter.started li:nth-of-type(3) {
  animation-delay: 0.4s;
}

.section--detail ul.delighter.started li:nth-of-type(4) {
  animation-delay: 0.6s;
}

.section--detail ul.delighter.started li:nth-of-type(5) {
  animation-delay: 0.8s;
}

.section--detail ul.delighter.started li:nth-of-type(6) {
  animation-delay: 1s;
}

.section--detail ul.delighter.started li:nth-of-type(7) {
  animation-delay: 1.2s;
}

.section--detail ul.delighter.started li:nth-of-type(8) {
  animation-delay: 1.4s;
}

.section--detail ul.delighter.started li:nth-of-type(9) {
  animation-delay: 1.6s;
}

.section--detail ul.delighter.started li:nth-of-type(10) {
  animation-delay: 1.8s;
}

.section--detail ul.delighter.started li:nth-of-type(11) {
  animation-delay: 2s;
}

.section--detail ul.delighter.started li:nth-of-type(12) {
  animation-delay: 2.2s;
}

.section--detail ul li.delighter.started {
  animation: fadeUp 0.8s ease;
}
.section--detail .inner {
  background: #fff;
  border-radius: 6px;
  padding: 2em;
  animation: fadeUp 0.8s ease;
}

.section--detail {
  color: #000;
}
.section--detail .block--tit {
  animation: fadeUp 0.8s ease;
}
.section--detail .block--tit .title {
  margin-bottom: 0.5em;
  font-size: 2.8em;
}

.section--detail .block--tit .sub--title {
  font-size: 1.8em;
  margin-bottom: 1em;
}

.section--detail .block--tit .title span{
  background: #000;
  color: #fff;
  padding: 0.5rem 2rem 0.8rem;
}

.section--detail .block--tit .sub--title span{
  background: #494949;
  color: #fff;
  padding: 0.5rem 2rem 0.6rem;
}

@media screen and (max-width: 767px) {
  .section--detail .block--tit .title {
    margin-bottom: 1.5em;
    font-size: 1.3em;
  }

  .section--detail .block--tit .sub--title {
    margin-bottom: 2em;
    font-size: 1.1em;
  }
}


.section--detail .list--contents li .thumb {
  aspect-ratio: 1/1;
  border-radius: 3px;
}
.section--detail .list--contents li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* list
  ------------------------------ */
 @media screen and (min-width: 961px) {
    .list--contents {
        gap: 30px;
    }
}

  .list--contents {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 961px) {
    .list--contents li {
        width: calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 960px) {
    .list--contents li {
        width: calc((100% - 20px) / 2);
    }
    .list--contents {
        gap: 20px;
    }
}