:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

main section {
  margin: 0;
}

@media screen and (max-width: 767px) {
  main,
  footer {
    top: 0;
  }
}
.secMv {
  width: 100%;
  height: 240px;
  background-color: #d8a490;
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.secMv h1 {
  font-size: 5.6rem;
  font-family: "Didot-italic";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .secMv {
    height: 180px;
    padding-left: 5%;
    padding-bottom: 0;
  }
  .secMv h1 {
    font-size: 4.2rem;
  }
}

.secList .tabWrap {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px 45px;
  margin: 0 auto 45px;
  border-bottom: 2px solid #d8a490;
}
.secList .tabWrap .tab {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Didot";
  color: #808080;
  padding: 5px 0;
  margin: 0 45px;
  position: relative;
}
.secList .tabWrap .tab:not(:first-of-type):before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #808080;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -45px;
}
.secList .tabWrap .tab.active {
  color: #d8a490;
}
@media screen and (max-width: 820px) {
  .secList .tabWrap .tab {
    margin: 0 30px;
  }
  .secList .tabWrap .tab:not(:first-of-type):before {
    left: -33px;
  }
}
@media screen and (max-width: 767px) {
  .secList .tabWrap {
    padding: 0 40px 35px;
    margin: 0 auto 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .secList .tabWrap .tab {
    padding: 0;
    margin: 0;
  }
  .secList .tabWrap .tab:not(:first-of-type):before {
    content: none;
  }
}
.secList .narrowWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.secList .note {
width: 100%;
padding: 0 10px;
margin: 0 auto 30px;
display: table;
}
.secList .narrowWrap .narrow {
  max-width: 220px;
  width: 100%;
  padding: 0 10px;
  display: table;
  position: relative;
  border: 1.5px solid #d8a490;
  cursor: pointer;
}
.secList .narrowWrap .narrow .acdTtl {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 0;
  position: relative;
}
.secList .narrowWrap .narrow .acdTtl:before {
  content: "";
  width: 1.5px;
  height: 10px;
  background-color: #d8a490;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 20px;
  transition: 0.6s;
}
.secList .narrowWrap .narrow .acdTtl:after {
  content: "";
  width: 10px;
  height: 1.5px;
  background-color: #d8a490;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 20px;
}
.secList .narrowWrap .narrow .acdTtl.active:before {
  transform: translate(50%, -50%) rotate(450deg);
}
.secList .narrowWrap .narrow .acdBox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.secList .narrowWrap .narrow .acdBox a {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  padding: 7px 0;
  border-top: 1px dashed #d8a490;
}
@media screen and (max-width: 767px) {
  .secList .narrowWrap .narrow {
    max-width: 300px;
    padding: 0 10px;
  }
  .secList .narrowWrap .narrow .acdTtl {
    font-size: 1.6rem;
    padding: 7px 0;
  }
  .secList .narrowWrap .narrow .acdBox a {
    font-size: 1.6rem;
    padding: 7px 0;
  }
  .secList .note {
    text-align: center;
    padding: 0 15px;
    margin: 0px auto 20px;
    }
}
.secList .listWrap {
  text-align: justify;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.secList .listWrap .anime img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.secList .listWrap .anime.fadeTtoB {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.6s;
}
.secList .listWrap .anime.fadeTtoB.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.secList .listWrap .anime:nth-of-type(1) {
  transition-delay: 0s;
}
.secList .listWrap .anime:nth-of-type(2) {
  transition-delay: 0.15s;
}
.secList .listWrap .anime:nth-of-type(3) {
  transition-delay: 0.3s;
}
.secList .listWrap .anime:nth-of-type(4) {
  transition-delay: 0.45s;
}
.secList .listWrap .anime:nth-of-type(5) {
  transition-delay: 0.6s;
}
.secList .listWrap .anime:nth-of-type(6) {
  transition-delay: 0.75s;
}
.secList .listWrap .anime:nth-of-type(7) {
  transition-delay: 0.9s;
}
.secList .listWrap .anime:nth-of-type(8) {
  transition-delay: 1.05s;
}
.secList .listWrap .anime:nth-of-type(9) {
  transition-delay: 1.2s;
}
.secList .listWrap .anime:nth-of-type(10) {
  transition-delay: 1.35s;
}
.secList .listWrap .anime:nth-of-type(11) {
  transition-delay: 1.5s;
}
.secList .listWrap .anime:nth-of-type(12) {
  transition-delay: 1.65s;
}
.secList .listWrap .anime:nth-of-type(13) {
  transition-delay: 1.8s;
}
.secList .listWrap .anime:nth-of-type(14) {
  transition-delay: 1.95s;
}
.secList .listWrap .anime:nth-of-type(15) {
  transition-delay: 2.1s;
}
.secList .listWrap .anime:nth-of-type(16) {
  transition-delay: 2.25s;
}
.secList .listWrap .anime:nth-of-type(17) {
  transition-delay: 2.4s;
}
.secList .listWrap .anime:nth-of-type(18) {
  transition-delay: 2.55s;
}
.secList .listWrap .anime:nth-of-type(19) {
  transition-delay: 2.7s;
}
.secList .listWrap .anime:nth-of-type(20) {
  transition-delay: 2.85s;
}
.secList .listWrap .anime:nth-of-type(21) {
  transition-delay: 3s;
}
.secList .listWrap .anime:nth-of-type(22) {
  transition-delay: 3.15s;
}
.secList .listWrap .anime:nth-of-type(23) {
  transition-delay: 3.3s;
}
.secList .listWrap .anime:nth-of-type(24) {
  transition-delay: 3.45s;
}
.secList .listWrap .anime:nth-of-type(25) {
  transition-delay: 3.6s;
}
.secList .listWrap .anime:nth-of-type(26) {
  transition-delay: 3.75s;
}
.secList .listWrap .anime:nth-of-type(27) {
  transition-delay: 3.9s;
}
.secList .listWrap .anime:nth-of-type(28) {
  transition-delay: 4.05s;
}
.secList .listWrap .anime:nth-of-type(29) {
  transition-delay: 4.2s;
}
.secList .listWrap .anime:nth-of-type(30) {
  transition-delay: 4.35s;
}
.secList .listWrap .anime:nth-of-type(31) {
  transition-delay: 4.5s;
}
.secList .listWrap .anime:nth-of-type(32) {
  transition-delay: 4.65s;
}
.secList .listWrap .anime:nth-of-type(33) {
  transition-delay: 4.8s;
}
.secList .listWrap .anime:nth-of-type(34) {
  transition-delay: 4.95s;
}
.secList .listWrap .anime:nth-of-type(35) {
  transition-delay: 5.1s;
}
.secList .listWrap .anime:nth-of-type(36) {
  transition-delay: 5.25s;
}
.secList .listWrap .anime:nth-of-type(37) {
  transition-delay: 5.4s;
}
.secList .listWrap .anime:nth-of-type(38) {
  transition-delay: 5.55s;
}
.secList .listWrap .anime:nth-of-type(39) {
  transition-delay: 5.7s;
}
.secList .listWrap .anime:nth-of-type(40) {
  transition-delay: 5.85s;
}
.secList .listWrap .anime:nth-of-type(41) {
  transition-delay: 6s;
}
.secList .listWrap .anime:nth-of-type(42) {
  transition-delay: 6.15s;
}
.secList .listWrap .anime:nth-of-type(43) {
  transition-delay: 6.3s;
}
.secList .listWrap .anime:nth-of-type(44) {
  transition-delay: 6.45s;
}
.secList .listWrap .anime:nth-of-type(45) {
  transition-delay: 6.6s;
}
.secList .listWrap .anime:nth-of-type(46) {
  transition-delay: 6.75s;
}
.secList .listWrap .anime:nth-of-type(47) {
  transition-delay: 6.9s;
}
.secList .listWrap .anime:nth-of-type(48) {
  transition-delay: 7.05s;
}
.secList .listWrap .anime:nth-of-type(49) {
  transition-delay: 7.2s;
}
.secList .listWrap .anime:nth-of-type(50) {
  transition-delay: 7.35s;
}
.secList .listWrap .anime:nth-of-type(51) {
  transition-delay: 7.5s;
}
.secList .listWrap .anime:nth-of-type(52) {
  transition-delay: 7.65s;
}
.secList .listWrap .anime:nth-of-type(53) {
  transition-delay: 7.8s;
}
.secList .listWrap .anime:nth-of-type(54) {
  transition-delay: 7.95s;
}
.secList .listWrap .anime:nth-of-type(55) {
  transition-delay: 8.1s;
}
.secList .listWrap .anime:nth-of-type(56) {
  transition-delay: 8.25s;
}
.secList .listWrap .anime:nth-of-type(57) {
  transition-delay: 8.4s;
}
.secList .listWrap .anime:nth-of-type(58) {
  transition-delay: 8.55s;
}
.secList .listWrap .anime:nth-of-type(59) {
  transition-delay: 8.7s;
}
.secList .listWrap .anime:nth-of-type(60) {
  transition-delay: 8.85s;
}
@media screen and (max-width: 820px) {
  .secList .listWrap .anime img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .secList .listWrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .secList .listWrap .anime img {
    height: 270px;
  }
}