@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap');

.u-text-center {
  text-align: center;
}

.c-bg-repeat {
  background: url(/brand/sarasaty/img/comics/comics_bg_repeat.jpg);
}
@media screen and (max-width: 767px) {
  .c-bg-repeat {
    background-image: url(/brand/sarasaty/img/comics/comics_bg_repeat_sp.jpg);
  }
}

.c-bg-color {
  background: #fbe5e6;
}

@media screen and (min-width: 768px) {
  .u-sm-min {
    display: none;
  }
}

@media print,screen and (max-width: 767px) {
  .u-sm-max {
    display: none;
  }
}

.u-justify-center {
  justify-content: center;
}

.mv {
  height: 462px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .mv::before,
  .mv::after {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 80px;
    height: 100%;
    content: "";
  }

  .mv::before {
    left: calc(50% - 1000px);
    background: linear-gradient(to right, #fff 60%, transparent);
  }

  .mv::after {
    right: calc(50% - 1000px);
    background: linear-gradient(to left, #fff 60%, transparent);
  }
}

.mv h1 {
  position: relative;
  left: 50%;
  width: fit-content;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) {
  .mv picture {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .mv img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}


.lead {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 13.33333333vw 0;
  }
}

.lead__ttl {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lead__ttl {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.lead__ttl-img {
  display: inline-block;
  width: 18px;
  margin: 0 0.3em 0 0.1em;
}
@media screen and (max-width: 767px) {
  .lead__ttl-img {
    width: 3.73333333vw;
    font-size: 4.8vw;
  }
}

.lead__ttl-img img {
  display: block;
}

.lead__ttl::after {
  display: block;
  width: 367px;
  height: 44px;
  margin: 0 auto;
  background: url(/brand/sarasaty/img/comics/comics_ttl_deco01.png) no-repeat center / 100% 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .lead__ttl::after {
    width: 77.46666667vw;
    height: 9.33333333vw;
  }
}

.lead__content {
  position: relative;
  z-index: 0;
  padding: 60px 100px 80px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lead__content {
    padding: 20vw 6.66666667vw 18.66666667vw;
    border-radius: 1.33333333vw;
  }
}

.lead__content::before,
.lead__content::after {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  content: "";
}

.lead__content::before {
  top: 0;
  left: 0;
  height: 123px;
  background: url(/brand/sarasaty/img/comics/comics_lead_bg01.png) no-repeat center / 100% 100%;
}
@media screen and (max-width: 767px) {
  .lead__content::before {
    height: 26.66666667vw;
    background-image: url(/brand/sarasaty/img/comics/comics_lead_bg01_sp.png);
  }
}

.lead__content::after {
  bottom: 0;
  left: 0;
  height: 136px;
  background: url(/brand/sarasaty/img/comics/comics_lead_bg02.png) no-repeat center / 100% 100%;
}
@media screen and (max-width: 767px) {
  .lead__content::after {
    height: 25.86666667vw;
    background-image: url(/brand/sarasaty/img/comics/comics_lead_bg02_sp.png);
  }
}

.lead__content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lead__content p {
    font-size: 4.26666667vw;
  }
}

.story {
  padding: 48px 0 80px;
  background: #fbe5e6;
}
@media screen and (max-width: 767px) {
  .story {
    padding: 13.33333333vw 0;
  }
}

.story__ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 468px;
  height: 132px;
  margin: 0 auto 62px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .story__ttl-box {
    width: 83.33333333vw;
    height: 23.46666667vw;
  }
}

.story__ttl-box::before,
.story__ttl-box::after {
  display: block;
  position: absolute;
  z-index: -1;
  width: 501px;
  height: 54px;
  background: url(/brand/sarasaty/img/comics/comics_story_ttl_deco.png) no-repeat center / 100% 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .story__ttl-box::before,
  .story__ttl-box::after {
    width: 89.2vw;
    height: 9.86666667vw;
    background-image: url(/brand/sarasaty/img/comics/comics_story_ttl_deco_sp.png);
  }
}

.story__ttl-box::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -15px);
}
@media screen and (max-width: 767px) {
  .story__ttl-box::before {
    transform: translate(-50%, -2.66666667vw);
  }
}

.story__ttl-box::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15px) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .story__ttl-box::after {
    transform: translate(-50%, 2.66666667vw) rotate(180deg);
  }
}

.story__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .story__ttl {
    font-size: 4.26666667vw;
  }
}

.story__ttl--large {
  font-size: 150%;
}

.story__ttl-img {
  display: block;
  width: 253px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .story__ttl-img {
    width: 50.66666667vw;
  }
}

.story__ttl-img img {
  display: block;
}

.story__content-box {
  padding: 50px 60px 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .story__content-box {
    padding: 10.66666667vw 4vw;
    border-radius: 1.33333333vw;
  }
}

.story__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .story__content {
    gap: 5.33333333vw 0;
  }
}

.story-item {
  display: flex;
  gap: 0 30px;
  width: 435px;
}
@media screen and (max-width: 767px) {
  .story-item {
    width: 100%;
    gap: 0 3.73333333vw;
  }
}

.story-item__img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .story-item__img {
    width: 27.73333333vw;
  }
}

.story-item__name {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .story-item__name {
    font-size: 4.26666667vw;
  }
}

.story-item__txt {
  flex: 1;
}

.story-item__txt p {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .story-item__txt p {
    font-size: 3.73333333vw;
  }
}

.anchor-point {
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .anchor-point {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.comics-read {
  padding: 100px 0 80px;
}

@media screen and (max-width: 767px) {
  .comics-read {
    padding: 19.46666667vw 0 12vw;
  }
}

.spin-off {
  padding: 80px 0 80px;
  background: #fbe5e6;
}

@media screen and (max-width: 767px) {
  .spin-off {
    padding: 21.33333333vw 0 13.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .comics-read__inner {
    padding: 0;
    width: 998px;
  }
}

.comics-read__ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto 65px;
  border-bottom: 3px solid #d48587;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comics-read__ttl {
    margin-bottom: 8vw;
    border-bottom-width: 0.53333333vw;
    font-size: 4.8vw;
  }
}

.comics-read__ttl--color {
  color: #d48587;
}

.comics-read__ttl-img {
  display: block;
  position: absolute;
  bottom: 82%;
  left: 0;
  width: 83px;
  transform: translateX(-30px);
}
@media screen and (max-width: 767px) {
  .comics-read__ttl-img {
    width: 15.73333333vw;
    transform: translateX(-6vw);
  }
}

.comics-read__content {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 60px;
  /* counter-reset: comics-num; */
}

@media screen and (max-width: 767px) {
  .comics-read__content {
    gap: 16.66666667vw 0;
  }
}

.comics-read__content.c-bg-color {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .comics-read__content.c-bg-color {
    margin: 0 -20px;
    padding: 60px 20px;
  }
}

.comics-read__content + .comics-read__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .comics-read__content + .comics-read__content {
    margin-top: 16.66666667vw;
  }
}

.comics-item {
  display: flex;
  flex-direction: column;
  width: 469px;
  /* counter-increment: comics-num; */
}

@media screen and (max-width: 767px) {
  .comics-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .comics-item.u-center {
    margin: 0 calc((100% - 469px) / 2);
  }
}

.comics-item__ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 425px;
  min-height: 57px;
  margin: 0 0 45px auto;
  padding: 5px 5px 5px 60px;
  background: #fff;
  border: 2px solid #e8bebf;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .comics-item__ttl {
    width: 82.66666667vw;
    min-height: 13.33333333vw;
    margin-bottom: 8vw;
    padding: 2.66666667vw 0 2.66666667vw 16vw;
    border-width: 1px;
    border-radius: 1.33333333vw;
    font-size: 4.8vw;
    letter-spacing: -0.02em;
  }
}

.comics-item__ttl.u-justify-center {
  margin-right: auto;
  padding: 5px;
}

.comics-item__ttl--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 92px;
  background: url(/brand/sarasaty/img/comics/comics_ttl_deco03.png) no-repeat center / contain;
  aspect-ratio: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .comics-item__ttl--icon {
    top: 0;
    width: 21.46666667vw;
    font-size: 3.73333333vw;
    transform: translate(-6.66666667vw, -4vw);
  }
}

.comics-item__ttl--icon-inner {
  /* display: flex;
  align-items: baseline; */
  width: 66.30434783%;
}

/* .comics-item__ttl--icon-large::after {
  position: relative;
  top: 0.05em;
  font-size: 180%;
  content: counter(comics-num);
} */

.comics-item__ttl--icon-large {
  position: relative;
  top: 0.05em;
  font-size: 180%;
}

.comics-item__ttl--icon-img {
  position: absolute;
  bottom: 90%;
  left: 0;
  width: 87px;
  transform: translateX(-6px);
}
@media screen and (max-width: 767px) {
  .comics-item__ttl--icon-img {
    width: 16.66666667vw;
    font-size: 3.73333333vw;
    transform: translateX(0.93333333vw);
  }
}

.comics-item__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .comics-item__txt {
    margin-bottom: 6vw;
    font-size: 3.73333333vw;
  }
}

.comics-item__img {
  width: 369px;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .comics-item__img {
    width: 100%;
  }
}

.comics-item__btn-wrap {
  width: fit-content;
  margin: 38px auto 0;
}
@media screen and (max-width: 767px) {
  .comics-item__btn-wrap {
    margin-top: 5.33333333vw;
  }
}

.comics-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 382px;
  height: 72px;
  background: #d48587;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;  
}
@media screen and (max-width: 767px) {
  .comics-item__btn {
    width: 81.33333333vw;
    height: 16vw;
    border-radius: 1.33333333vw;
    font-size: 4.26666667vw;
  }
}

.comics-item__btn:hover {
  opacity: 0.8;
}

.comics-item__btn::before {
  width: 25px;
  height: 15px;
  margin-right: 10px;
  background: url(/brand/sarasaty/img/comics/comics_ico.svg) no-repeat center / contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .comics-item__btn::before {
    width: 6.66666667vw;
    height: 3.86666667vw;
    margin-right: 2.13333333vw;
  }
}

/* .comics-item__btn--number::after {
  display: inline-block;
  content: "第"counter(comics-num)"話";
} */

.spin-off__content {
  justify-content: center;
}

.spin-off-item {
  width: 530px;
}

.spin-off-item__ttl {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .spin-off-item__ttl {
    width: 79.46666667vw;
    margin-bottom: 5.33333333vw;
    padding: 4vw 0 4vw 16vw;
  }
}

.spin-off-item__ttl--icon-inner {
  position: relative;
  top: 0.25em;
}

@media screen and (max-width: 767px) {
  .spin-off-item__ttl--icon {
    transform: translate(-10.4vw, -4vw);
  }
}

.spin-off-item__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .spin-off-item__txt {
    margin-bottom: 5.33333333vw;
  }
}

.moredoor {
  padding: 75px 0 80px;
}
@media screen and (max-width: 767px) {
  .moredoor {
    padding: 14vw 0 16vw;
  }
}

.moredoor-content {
  padding: 40px 65px 30px;
  background: #fff;
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}

@media screen and (max-width: 767px) {
  .moredoor-content {
    padding: 10.66666667vw 8vw 8vw;
    clip-path: polygon(4vw 0, calc(100% - 4vw) 0, 100% 3.46666667vw, 100% calc(100% - 3.46666667vw), calc(100% - 4vw) 100%, 4vw 100%, 0 calc(100% - 3.46666667vw), 0 3.46666667vw);
  }
}

.moredoor-content02 {
  padding: 30px 25px 40px;
}

@media screen and (max-width: 767px) {
  .moredoor-content02 {
    padding: 8vw;
  }
}

.moredoor-content + .moredoor-content {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .moredoor-content + .moredoor-content {
    margin-top: 8vw;
  }
}

.moredoor__ttl01 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .moredoor__ttl01 {
    margin-bottom: 5.33333333vw;
  }
}

.moredoor__ttl01-img {
  width: 192px;
}
@media screen and (max-width: 767px) {
  .moredoor__ttl01-img {
    width: 46.26666667vw;
  }
}

.moredoor__ttl01-img img {
  display: block;
}

.moredoor__txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .moredoor__txt {
    font-size: 4.26666667vw;
  }
}

@media screen and (max-width: 767px) {
  .moredoor__txt01 {
    text-align: left;
  }
}

.moredoor-content__inner {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .moredoor-content__inner {
    margin-top: 8vw;
  }
}

.moredoor-content__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .moredoor-content__inner p {
    font-size: 3.73333333vw;
  }
}

.moredoor__sub-ttl::before {
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  background: #d48587;
  border-radius: 100%;
  aspect-ratio: 1;
  content: "";
}
@media screen and (max-width: 767px) {
  .moredoor__sub-ttl::before {
    width: 2.55319149vw;
    margin-right: 1.6vw;
  }
}

.moredoor__ttl02 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .moredoor__ttl02 {
    margin-bottom: 5.33333333vw;
    font-size: 4.8vw;
  }
}

.moredoor__ttl02::after {
  display: block;
  width: 37px;
  height: 5px;
  margin: 0.1em auto 0;
  background: #d48587;
  border-radius: 100vh;
  content: "";
}
@media screen and (max-width: 767px) {
  .moredoor__ttl02::after {
    width: 7.33333333vw;
    height: 0.93333333vw;
    margin-top: 0.2em;
  }
}

.moredoor-content02__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}

@media screen and (max-width: 767px) {
  .moredoor-content02__inner {
    gap: 8vw 0;
  }
}

.moredoor-content02__img-box {
}

.moredoor-content02__img {
  width: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .moredoor-content02__img {
    width: 42.4vw;
  }
}

.moredoor__name {
  margin-top: 3px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .moredoor__name {
    margin-top: 1.33333333vw;
    font-size: 4.26666667vw;
  }
}

.moredoor-content02__txt {
  width: 755px;
}
@media screen and (max-width: 767px) {
  .moredoor-content02__txt {
    width: 100%;
  }
}

.moredoor-content02__txt p + p {
  margin-top: 0.8em;
}

.moredoor__btn-wrap {
  width: fit-content;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .moredoor__btn-wrap {
    margin-top: 8vw;
  }
}

.moredoor__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 67px;
  background: #000;
  border-radius: 100vh;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .moredoor__btn {
    width: 71.6vw;
    height: 14.26666667vw;
    font-size: 3.73333333vw;
  }
}

.moredoor__btn:hover {
  opacity: 0.8;
}

.moredoor__btn-ico {
  width: 22px;
  height: 24px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .moredoor__btn-ico {
    width: 4.66666667vw;
    margin-right: 4.4vw;
  }
}

.moredoor__btn-ico img {
  display: block;
}

.comic-modal {
  position: relative;
}

.comic-modal .mfp-close {
  top: auto;
  bottom: 100%;
  right: calc(50% - 295px);
  font-size: 0;
  width: 75px;
  height: auto;
  line-height: 1;
  aspect-ratio: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .comic-modal .mfp-close {
    right: 8vw;
    width: 10.26666667vw;
  }
}

.comic-modal .mfp-close:hover {
  opacity: 0.8;
}

.comic-modal .mfp-close::before,
.comic-modal .mfp-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .comic-modal .mfp-close::before,
  .comic-modal .mfp-close::after {
    height: 0.53333333vw;
  }
}

.comic-modal .mfp-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.comic-modal .mfp-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.comic-slider {
  position: relative;
  width: 574px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .comic-slider {
    width: 76.53333333vw;
  }
}

.comic-slider__item:not(.swiper-slide-active) {
  filter: brightness(50%);
}

@media screen and (max-width: 767px) {
  .comic-slider__item {
    width: 76.53333333vw;
  }
}

.comic-slider__prev,
.comic-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 88px;
  background: rgba(201, 136, 136, 0.9);
  border-radius: 100%;
  aspect-ratio: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .comic-slider__prev,
  .comic-slider__next {
    width: 11.73333333vw;
  }
}

.comic-slider__prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.comic-slider__next {
  right: 0;
  transform: translate(50%, -50%);
}

.comic-slider__prev:hover,
.comic-slider__next:hover {
  opacity: 0.8;
}

.comic-slider__prev::after,
.comic-slider__next::after {
  width: 30%;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  aspect-ratio: 1;
  transform: translateX(15%) rotate(-45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .comic-slider__prev::after,
  .comic-slider__next::after {
    border-top-width: 0.53333333vw;
    border-left-width: 0.53333333vw;
  }
}

.comic-slider__next::after {
  transform: translateX(-15%) rotate(135deg);
}

.swiper-button-disabled {
  display: none;
}

.comics__bnr-wrap {
  width: fit-content;
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  .comics__bnr-wrap {
    margin-bottom: 14vw;
  }
}

.comics__bnr {
  display: flex;
  align-items: center;
  position: relative;
  width: 440px;
  height: 82px;
  padding-left: 135px;
  background: #009242;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .comics__bnr {
    width: 89.33333333vw;
    height: 17.33333333vw;
    padding-left: 24.8vw;
    border-radius: 1.33333333vw;
    font-size: 4.26666667vw;
  }
}

.comics__bnr:hover {
  opacity: 0.8;
}

.comics__bnr::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .comics__bnr::after {
    right: 4vw;
  }
}

.comics__bnr-img {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 95px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .comics__bnr-img {
    left: 3.6vw;
    width: 19.46666667vw;
  }
}