.p-mv__wrap {
  max-width: 980px;
  margin: 0 auto;
}
.p-mv .slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-mv .slick-dots li {
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
}
.p-mv .slick-dots li.slick-active button {
  background-color: #000;
}
.p-mv .slick-dots li button {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0rem;
  background-color: #808080;
}

.p-bnr--fellow {
  margin-top: 15px;
}
.p-bnr--works {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-bnr--works {
    margin-top: 40px;
  }
}
.p-bnr__wrap {
  max-width: 980px;
  margin: 0 auto;
}
.p-bnr__wrap > a {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-bnr__wrap > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-bnr__wrap > a:hover {
    opacity: 0.7;
  }
}
.p-bnr__img {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-bnr__box {
  max-width: 840px;
  width: 100%;
  margin: auto;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-bnr__box {
    width: 89.333333%;
    margin-bottom: 0;
    padding-bottom: 5%;
  }
}
.p-bnr__ttl {
  color: #fff;
}
.p-bnr__ttl--eng {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-bnr__ttl--txt {
  margin-top: 10px;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-bnr__btn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-color: #FFEBBB;
}
.p-bnr__btn::after {
  content: "";
  width: 37.5%;
  height: 2px;
  border-radius: 99px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EB6120;
}
.p-bnr__arrow {
  width: 16.6%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-bnr__arrow::before, .p-bnr__arrow::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #EB6120;
}
.p-bnr__arrow::before {
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
}
.p-bnr__arrow::after {
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
}

.p-intro {
  margin-top: 69px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin-top: 40px;
  }
}
.p-intro__wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro__wrap {
    width: 89.333333%;
  }
}
.p-intro__list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-intro__list {
    margin-top: 15px;
    gap: 15px;
  }
}
.p-intro__item {
  width: calc((100% - 60px) / 4);
  min-height: 200px;
  border: 2px solid #EB6120;
  border-radius: 8px;
  padding: 14px 0 19px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-intro__item {
    width: calc((100% - 15px) / 2);
    min-height: min(185px, 49.3333333333vw);
    border-width: 1px;
    padding-top: min(14px, 3.7333333333vw);
    padding-bottom: min(13px, 3.4666666667vw);
  }
}
.p-intro__item-img {
  height: 58px;
}
@media screen and (max-width: 767px) {
  .p-intro__item-img {
    height: min(48px, 12.8vw);
  }
}
.p-intro__item-img img {
  width: auto;
  height: 100%;
}
.p-intro__item-txt {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intro__item-txt {
    margin-top: min(12px, 3.2vw);
    font-size: min(18px, 4.8vw);
  }
}
.p-intro__item-number {
  margin-top: 12px;
  color: #EB6120;
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "din-2014", "DIN 2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-intro__item-number {
    margin-top: min(17px, 4.5333333333vw);
    font-size: min(40px, 10.6666666667vw);
  }
}
.p-intro__item-number--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__item-number--small {
    font-size: min(18px, 4.8vw);
  }
}
.p-intro__item-box {
  margin-top: 7px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-intro__item-box {
    margin-top: min(15px, 4vw);
    gap: min(10px, 2.6666666667vw);
  }
}
.p-intro__item-number2 {
  color: #EB6120;
}
.p-intro__item-number2--txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intro__item-number2--txt {
    font-size: min(14px, 3.7333333333vw);
  }
}
.p-intro__item-number2--big {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  font-family: "din-2014", "DIN 2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-intro__item-number2--big {
    margin-top: min(9px, 2.4vw);
    font-size: min(40px, 10.6666666667vw);
  }
}
.p-intro__item-number2--small {
  margin-top: 4px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-intro__item-number2--small {
    margin-top: min(4px, 1.0666666667vw);
    font-size: min(18px, 4.8vw);
  }
}

.p-manga {
  margin-top: 56px;
  padding: 40px 0;
  background-color: #FFF9EB;
}
@media screen and (max-width: 767px) {
  .p-manga {
    margin-top: 42px;
    padding: 33px 0 37px;
  }
}
.p-manga__wrap {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-manga__wrap {
    width: 89.333333%;
  }
}
.p-manga__ttl {
  text-align: center;
}
.p-manga__ttl--deco {
  border: 1px solid #000;
  padding: 8px 23px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #EB6120;
}
.p-manga__ttl--deco::before, .p-manga__ttl--deco::after {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-manga__ttl--deco::before {
  top: 100%;
  background-color: #000;
}
.p-manga__ttl--deco::after {
  top: calc(100% - 2px);
  background-color: #EB6120;
}
.p-manga__ttl--txt {
  margin-top: 23px;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-manga__list {
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-manga__list {
    margin-top: 27px;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
}
.p-manga__item {
  width: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-manga__item-for {
  padding: 0 10px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-manga__item-for::before, .p-manga__item-for::after {
  content: "";
  width: 2px;
  height: 22px;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
  background-color: #000;
}
.p-manga__item-for::before {
  left: 0;
  transform: rotate(-20deg);
}
.p-manga__item-for::after {
  right: 0;
  transform: rotate(20deg);
}
.p-manga__item-thumb {
  width: 94%;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-manga__item-thumb a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-manga__item-thumb a:hover {
    opacity: 0.7;
  }
}
.p-manga__item-thumb img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.p-manga__item-btn {
  width: 100%;
  margin-top: 24px;
}
.p-manga__item-btn > a {
  height: 48px;
  border: 2px solid #EB6120;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #EB6120;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 4px 0 #EB6120;
}
@media print, screen and (min-width: 768px) {
  .p-manga__item-btn > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-manga__item-btn > a:hover {
    opacity: 0.7;
  }
}
.p-manga__box {
  max-width: 980px;
  width: 600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-manga__box {
    width: 89.333333%;
  }
}
.p-manga__box .slick-arrow {
  cursor: pointer;
  z-index: 10;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
}
.p-manga__box .slick-prev {
  right: 0;
}
.p-manga__box .slick-next {
  left: 0;
}
.p-manga__box-item {
  background-color: #fff;
}
.p-manga__box-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.p-manga__page {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: auto;
  bottom: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  html:has(body.mfp-zoom-out-cur) {
    overflow: hidden;
    position: relative;
  }
}
.p-message {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-top: 38px;
  }
}
.p-message__wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    width: 89.333333%;
  }
}
.p-message__box {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    margin-top: 21px;
    display: block;
  }
}
.p-message__img {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    margin-top: 0;
  }
}
.p-message__name {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    margin-top: 37px;
  }
}
.p-message__txt {
  margin-bottom: 30px;
  grid-column: 2/3;
  grid-row: 1/3;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-message__txt {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.p-message__btn {
  margin-top: 1px;
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .p-message__btn {
    margin-top: 22px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-message__btn a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-message__btn a:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=top.css.map */
