/*----------------------------------------

	COMICS_MUSUBUSAN CSS

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .c-title__wrap {
    padding-block-start: 240px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap {
    padding-block-start: 30.75vw;
  }
}
.c-title__wrap .c-box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box {
    width: min(1280px, 90%);
    grid-template-columns: 1fr auto 1fr;
    align-items: flex-start;
  }
}
.c-title__wrap .c-box .c-title-unique {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box .c-title-unique {
    gap: 1.5vw;
  }
}
.c-title__wrap .c-box .c-title-unique span {
  text-align: center;
  font-weight: var(--font-medium);
}
.c-title__wrap .c-box .c-title-unique .font14_12 {
  color: var(--color-primarydefault);
  line-height: 1;
}
.c-title__wrap .c-box .c-title-unique .font48_28 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique .font48_28 {
    letter-spacing: 0.05em;
    margin-block-start: 12px;
  }
}
.c-title__wrap .c-box .c-title-unique .font32_18 {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique .font32_18 {
    margin-block-start: 18px;
  }
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .upperpage {
    grid-column: 3/4;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-title__wrap .c-box .upperpage {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box .upperpage {
    margin-block-start: 5.25vw;
  }
}
.c-title__wrap .c-box > div {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div {
    grid-column: 1/-1;
    grid-row: 2/3;
    width: min(1100px, 100%);
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 140px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-title__wrap .c-box > div {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box > div {
    margin-block-start: 14.5vw;
    gap: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div figure {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box > div figure {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.c-title__wrap .c-box > div .txt {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div .txt {
    grid-column: 1/2;
    grid-row: 2/3;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box > div .txt {
    padding-inline: 4.75vw;
  }
}
.c-title__wrap .c-box > div .txt p.font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div .txt p:nth-of-type(2) {
    margin-block-start: 16px;
    padding-inline: 0 51px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box > div .txt p:nth-of-type(2) {
    margin-block-start: 2vw;
  }
}
.c-title__wrap .c-box > div .txt p:nth-of-type(2) a {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div .txt p:nth-of-type(2) a {
    padding: 19px 41px;
    width: min(366px, 100%);
  }
}
.c-title__wrap .c-box > div .txt p:nth-of-type(2) a span span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div .txt p:nth-of-type(2) a .c-btn-txt__ic {
    width: 30px;
    height: 30px;
  }
}
.c-title__wrap .c-box > div .txt p:nth-of-type(2) a .c-btn-txt__ic::after {
  background-image: url(/asset/img/common/ic-tabs-pink.svg);
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box > div .txt p:nth-of-type(2) a .c-btn-txt__ic::after {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .c-title__wrap .c-box > div .txt p:nth-of-type(2) a:hover .c-btn-txt__ic::after {
    background-image: url(/asset/img/common/ic-tabs-white.svg);
  }
}

.links {
  background-color: var(--color-ghostwhite);
}
@media screen and (min-width: 769px) {
  .links {
    margin-block-start: 179px;
    padding-block: 26px;
  }
}
@media screen and (max-width: 768px) {
  .links {
    margin-block-start: 20vw;
    padding-block: 5vw;
  }
}
.links a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 0.7em;
}
.links .font16_14 {
  order: 2;
}
@media screen and (min-width: 769px) {
  .links .font16_14 {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .links .font16_14 {
    line-height: 1.5;
  }
}
.links .c-icon-base {
  order: 1;
}
@media screen and (min-width: 769px) {
  .links .c-icon-base {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .links .c-icon-base {
    height: 5vw;
    width: 5vw;
  }
}
.links .c-icon-base::after {
  width: 70%;
  height: 70%;
  background-image: url(/asset/img/common/ic-dots-white.svg);
}
@media (hover: hover) {
  .links a:hover .c-icon-base::after {
    background-image: url(/asset/img/common/ic-dots-white.svg);
  }
}

/*----------------------------------------
	- COMICS MUSUBUSAN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .comics_musubusan {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .comics_musubusan section {
    padding-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section {
    padding-block: 20vw;
  }
}
.comics_musubusan section:nth-of-type(odd) {
  background: linear-gradient(125deg, #F9D3E4 0%, #FFF0F3 100%);
}
@media screen and (max-width: 768px) {
  .comics_musubusan section:nth-of-type(odd) {
    padding-block: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .comics_musubusan section .c-box {
    width: min(1000px, 90%);
  }
}
.comics_musubusan section .font30_22 {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .comics_musubusan section .font30_22 {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section .font30_22 {
    letter-spacing: 0.03em;
  }
}
.comics_musubusan section .font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .comics_musubusan section .font16_14 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section .font16_14 {
    margin-block-start: 5vw;
  }
}
.comics_musubusan section.s01 .font16_14 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s01 .font16_14 {
    gap: 0.75lh;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s01 .font16_14 {
    gap: 0.43lh;
  }
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s01 figure {
    margin-block-start: 64px;
    width: min(640px, 100%);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s01 figure {
    margin-block-start: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s02 figure {
    margin-block-start: 64px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s02 figure {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-block-start: 8vw;
  }
}
.comics_musubusan section.s03 .item01 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s03 .item01 {
    grid-template-columns: 45% 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s03 .item01 .txt {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.comics_musubusan section.s03 .item01 .txt .font16_14 {
  display: grid;
  gap: 1lh;
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s03 .item01 figure {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s03 .item01 figure {
    margin-block-start: 8vw;
  }
}
.comics_musubusan section.s03 .item02 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s03 .item02 {
    margin-block-start: 60px;
    grid-template-columns: 1fr 49.244% 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s03 .item02 {
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s03 .item02 img:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .comics_musubusan section.s03 .item03 {
    margin-block-start: 84px;
    width: min(860px, 100%);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .comics_musubusan section.s03 .item03 {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-block-start: 10.5vw;
  }
}
.comics_musubusan section.s03 .item03 iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 560/315;
}