.l-futari {
  display: block;
}
.l-futari img {
  width: 100%;
  height: auto;
}

.c-hover-arrow {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  .c-hover-arrow:hover .c-arrow {
    background: #fff;
  }
  .c-hover-arrow:hover .c-arrow span::before {
    background: #264BA0;
  }
}

.c-arrow {
  width: 5.9rem;
  height: 5.9rem;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.c-arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.4rem;
  mask: url(../img/common/icn_arrow.svg) center/100% auto no-repeat;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-arrow span::before {
    width: 1.6rem;
    height: 1.3rem;
  }
}

.c-nav {
  max-width: 120rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-nav {
    flex-flow: column;
    gap: 1.8rem 0;
    padding: 0 2.4rem;
  }
}
.c-nav__item {
  width: calc((100% - 7.2rem) / 3);
  height: 8.2rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-nav__item {
    width: 100%;
    height: 5.8rem;
    font-size: 2rem;
  }
}
.c-nav__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1E51B0;
  border: 1px solid #1E51B0;
  background: transparent;
  padding: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-nav__item a {
    padding: 0 2.4rem;
  }
}
.c-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  mask: url(../img/common/icn_arrow.svg) center/75% auto no-repeat;
  background: #264BA0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-nav__item a::before {
    right: 2.4rem;
  }
}
.c-nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8rem;
  width: 1px;
  height: 4.8rem;
  background: #1E51B0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-nav__item a::after {
    right: 7.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .c-nav__item a:hover {
    opacity: 1;
    background: #1E51B0;
    color: #fff;
  }
  .c-nav__item a:hover::before {
    right: 2.8rem;
    background: #fff;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-nav__item a:hover::before {
    right: 2.2rem;
  }
}
@media (any-hover: hover) {
  .c-nav__item a:hover::after {
    background: #fff;
  }
}
.c-nav__item.is-current a {
  pointer-events: none;
  color: #AEC0D9;
  border-color: #AEC0D9;
}
.c-nav__item.is-current a::before, .c-nav__item.is-current a::after {
  background-color: #AEC0D9;
}
.c-nav.-bl .c-nav__item a {
  background: #1E51B0;
  color: #fff;
}
.c-nav.-bl .c-nav__item a::before {
  background: #fff;
}
.c-nav.-bl .c-nav__item a::after {
  background: #fff;
}
@media (any-hover: hover) {
  .c-nav.-bl .c-nav__item a:hover {
    background: #fff;
    color: #1E51B0;
  }
  .c-nav.-bl .c-nav__item a:hover::before {
    background: #1E51B0;
  }
  .c-nav.-bl .c-nav__item a:hover::after {
    background: #1E51B0;
  }
}

.c-mv {
  background: url(../img/common/bg_mv.jpg) center/cover no-repeat;
  padding: 9.6rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-mv {
    background: url(../img/common/bg_mv_sp.jpg) center/cover no-repeat;
    padding: 7.2rem 2.4rem 1.8rem;
  }
}
.c-mv__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.c-mv__en {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8FAAD1;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-mv__en {
    font-size: 1.2rem;
  }
}
.c-mv__ttl {
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 2rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .c-mv__ttl {
    font-size: 3.6rem;
    letter-spacing: 0;
    margin: 1.2rem 0 0.8rem;
  }
  .c-mv__ttl.-small {
    font-size: 3.2rem;
  }
}
.c-mv__sub {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-mv__sub {
    font-size: 1.6rem;
    margin: 0.6rem 0 0;
  }
  .c-mv__sub.-small {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
.c-mv:has(.c-mv__sub) .c-mv__ttl {
  margin: 0.2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-mv:has(.c-mv__sub) .c-mv__ttl {
    margin: 0.2rem 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv-bg {
    padding: 7.2rem 2.4rem 0;
  }
}
.c-mv-bg__inner {
  position: relative;
  max-width: 120rem;
  height: 24rem;
  margin: 0 auto;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-mv-bg__inner {
    height: auto;
    padding: 0;
  }
}
.c-mv-bg__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28rem;
  background: #F3F7FD;
  padding: 2.6rem 4rem 0;
}
.c-mv-bg__content.-wh {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv-bg__content {
    position: relative;
    bottom: auto;
    left: auto;
    width: 24rem;
    margin: 1.8rem 0 0 -2.4rem;
    padding: 2rem 2.8rem 0;
  }
}
.c-mv-bg__en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #264BA0;
  line-height: 1;
  letter-spacing: 0.125em;
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-mv-bg__en {
    margin: 0 0 0.8rem;
  }
}
.c-mv-bg__ttl {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-mv-bg__ttl {
    font-size: 3.6rem;
  }
}

.c-bread {
  max-width: 120rem;
  margin: 0 auto;
}
.c-bread ol {
  line-height: 1.4;
}
.c-bread ol li {
  display: inline;
  font-size: 1.3rem;
  color: #AEC0D9;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-bread ol li {
    font-size: 1.3rem;
  }
}
.c-bread ol li::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icn_chevron.svg) center center/90% auto no-repeat;
  vertical-align: text-top;
  margin: 0.6rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .c-bread ol li::after {
    width: 0.6rem;
    height: 1rem;
    margin: 0.6rem 0.5rem 0;
  }
}
.c-bread ol li:last-child::after {
  content: none;
}
.c-bread ol li a {
  color: #fff;
}
.c-bread.-bk ol li {
  color: #333;
}
.c-bread.-bk ol li::after {
  mask: url(../img/common/icn_chevron.svg) center/90% auto no-repeat;
  background: #264BA0;
}
.c-bread.-bk ol li a {
  color: #264BA0;
}

.c-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.6rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-pager {
    gap: 0 0.7rem;
    margin: 5.6rem 0 0;
  }
}
.c-pager .item {
  width: 4.4rem;
  height: 4.4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-pager .item {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-pager .item.current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #264BA0;
  color: #fff;
  border-radius: 100%;
  padding: 0 0 0.2rem;
}
.c-pager .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #B0B0B0;
  padding: 0 0 0.1rem;
  transition: 0.3s;
  text-decoration: none;
  color: #264BA0;
}
.c-pager .item a:hover {
  background: #264BA0;
  color: #fff;
  opacity: 1;
  border: 1px solid #264BA0;
}
.c-pager .item.dot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.4rem;
  font-size: 2.4rem;
  color: #B0B0B0;
}
.c-pager .item.prev, .c-pager .item.next {
  width: 1.6rem;
  height: 3.6rem;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .c-pager .item.prev, .c-pager .item.next {
    width: 4rem;
    height: 4rem;
    font-size: 0;
  }
}
.c-pager .item.prev a, .c-pager .item.next a {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0;
}
.c-pager .item.prev a::before, .c-pager .item.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.2rem);
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #264BA0;
  border-right: 1px solid #264BA0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pager .item.prev a:hover, .c-pager .item.next a:hover {
  background: none;
  opacity: 0.7;
}
.c-pager .item.prev span, .c-pager .item.next span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.c-pager .item.prev span::before, .c-pager .item.next span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.2rem);
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #264BA0;
  border-right: 1px solid #264BA0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pager .item.next {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-pager .item.next {
    margin-left: 0rem;
  }
}
.c-pager .item.prev {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .c-pager .item.prev {
    margin-right: 0rem;
  }
}
.c-pager .item.prev a::before,
.c-pager .item.prev span::before {
  left: calc(50% + 0.2rem);
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
}

.c-top {
  width: 48rem;
  height: 7.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-top {
    width: auto;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.c-top a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1E51B0;
  border: 1px solid #1E51B0;
  padding: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-top a {
    justify-content: flex-start;
    padding: 0 2.4rem;
  }
}
.c-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  mask: url(../img/common/icn_arrow.svg) center/75% auto no-repeat;
  background: #264BA0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-top a::before {
    right: 2.4rem;
  }
}
.c-top a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8rem;
  width: 1px;
  height: 4.8rem;
  background: #1E51B0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-top a::after {
    right: 7.2rem;
    height: 4.4rem;
  }
}
@media (any-hover: hover) {
  .c-top a:hover {
    opacity: 1;
    background: #1E51B0;
    color: #fff;
  }
  .c-top a:hover::before {
    right: 2.8rem;
    background: #fff;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-top a:hover::before {
    right: 2.2rem;
  }
}
@media (any-hover: hover) {
  .c-top a:hover::after {
    background: #fff;
  }
}

.c-scroll-down {
  position: absolute;
  right: 12rem;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-scroll-down {
    display: none;
  }
}
.c-scroll-down__txt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}
.c-scroll-down__line {
  position: relative;
  display: block;
  width: 1px;
  height: 5.6rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}
.c-scroll-down__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scrollDownLine 1.8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .c-scroll-down__line {
    height: 8rem;
  }
}

@keyframes scrollDownLine {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }

/* --------------------------------------------------
colorset
-------------------------------------------------- */
.-u34 .grad {
  background: linear-gradient(135deg, #FFAE18 0%, #FFC526 73%);
}
.-u34 .bg {
  background: #FFF4D7;
}
.-u34 .txt {
  color: #FFA700;
}

.-u56 .grad {
  background: linear-gradient(135deg, rgb(255, 105, 24) 0%, rgb(255, 147, 38) 73%);
}
.-u56 .bg {
  background: #FFEEE4;
}
.-u56 .txt {
  color: #FF5E19;
}

.-jr1 .grad {
  background: linear-gradient(135deg, #16B970 0%, #26D084 73%);
}
.-jr1 .bg {
  background: #EBFFF6;
}
.-jr1 .txt {
  color: #00A259;
}

.-jr2 .grad {
  background: linear-gradient(135deg, #00867C 0%, #00ADA0 73%);
}
.-jr2 .bg {
  background: #EBFFF6;
}
.-jr2 .txt {
  color: #00736B;
}

.-jr3 .grad {
  background: linear-gradient(135deg, #05A1EA 0%, #2CA7E0 73%);
}
.-jr3 .bg {
  background: #EEFAFF;
}
.-jr3 .txt {
  color: #008DCF;
}

.-jr1a .grad,
.-jr2a .grad,
.-jr3a .grad {
  background: linear-gradient(135deg, #0862EA 0%, #2471E5 73%);
}
.-jr1a .bg,
.-jr2a .bg,
.-jr3a .bg {
  background: #D9E8FF;
}
.-jr1a .txt,
.-jr2a .txt,
.-jr3a .txt {
  color: #1F6EE6;
}

.-youth .grad {
  background: linear-gradient(135deg, #B05BE9 0%, #BD7BEA 73%);
}
.-youth .bg {
  background: #F1DBFF;
}
.-youth .txt {
  color: #B05BE9;
}

.-skill1 .grad,
.-skill2 .grad {
  background: linear-gradient(135deg, #DF3573 0%, #F35A92 73%);
}
.-skill1 .txt,
.-skill2 .txt {
  color: #DA2668;
}

.js-fadeUp,
.js-fade {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fadeUp {
  transform: translateY(2rem);
}

.js-fade {
  transform: none;
}

.js-fadeUp.is-show,
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-teaser {
  background-image: url(../img/teaser/bg_teaser_top.jpg), url(../img/teaser/bg_teaser_bottom.jpg);
  background-position: right -100px, 0 calc(100% + 240px);
  background-repeat: no-repeat, no-repeat;
  background-size: 1440px auto, 1439px auto;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-teaser {
    background-image: url(../img/teaser/bg_teaser_top_sp.jpg), url(../img/teaser/bg_teaser_bottom_sp.jpg);
    background-position: 0 -19vw, 0 calc(100% + 90px);
    background-size: 100% auto, 100% auto;
    padding: 23vw 0;
  }
}
.p-teaser img {
  width: 100%;
}
.p-teaser picture {
  display: block;
  line-height: 0;
}
.p-teaser__img {
  max-width: 360px;
  margin: 0 auto 68px;
}
@media screen and (max-width: 767px) {
  .p-teaser__img {
    width: 53.3vw;
    margin: 0 auto 7vw;
  }
}
.p-teaser__ttl {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-teaser__ttl {
    width: 76.8vw;
  }
}
.p-teaser__txt {
  max-width: 580px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-teaser__txt {
    width: 77.3vw;
    margin: 16vw auto 0;
  }
}
.p-teaser__product {
  width: 570px;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-teaser__product {
    width: 80vw;
    margin: 4.8vw auto 0;
  }
}
.p-teaser__product img {
  width: 100%;
}

.p-mv {
  background: url(../img/bg_mv.png) center center/min(92.7%, 1335px) auto no-repeat;
  padding: min(8.3333333333vw, 120px) 0 min(9.0277777778vw, 130px);
}
@media screen and (max-width: 767px) {
  .p-mv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160vw;
    background: url(../img/bg_mv_sp.png) center center/auto 100% no-repeat;
    padding: 0;
  }
}
.p-mv__ttl {
  width: min(31.3888888889vw, 452px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    width: 62.9333333333vw;
  }
}

.p-chara {
  position: relative;
  margin-top: min(15.9722222222vw, 230px);
  padding-bottom: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-chara {
    margin-top: 26.6666666667vw;
    padding: 0;
  }
}
.p-chara::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(90.625vw, 1305px);
  height: min(98.1944444444vw, 1414px);
  background: url(../img/bg_character.png) center bottom/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-chara::after {
    bottom: -2.6666666667vw;
    width: 100%;
    height: 100%;
    background: url(../img/bg_character_sp.png) center bottom/100% auto no-repeat;
  }
}
.p-chara__ttl {
  position: relative;
  width: min(56.3194444444vw, 811px);
  line-height: 0;
  margin: 0 auto min(9.7222222222vw, 140px);
}
@media screen and (max-width: 767px) {
  .p-chara__ttl {
    width: 80.2666666667vw;
    padding-top: 26.6666666667vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.p-chara__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + min(4.1666666667vw, 60px));
  width: min(13.3333333333vw, 192px);
  height: min(9.0972222222vw, 131px);
  background: url(../img/img_character.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-chara__ttl::after {
    top: 0;
    left: 50%;
    width: 29.8666666667vw;
    height: 22.1333333333vw;
    transform: translateX(-50%);
  }
}
.p-chara__txt {
  display: block;
  width: min(76.3194444444vw, 1099px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-chara__txt {
    width: 82.9333333333vw;
  }
}
.p-chara__txt + .p-chara__txt {
  margin-top: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-chara__txt + .p-chara__txt {
    margin-top: 21.3333333333vw;
  }
}

.p-comic {
  margin-top: min(15.9722222222vw, 230px);
  padding-bottom: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-comic {
    margin-top: 32vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-comic-head {
  margin: 0 0 min(6.25vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-comic-head {
    margin: 0 0 10.6666666667vw;
  }
}
.p-comic-head__ttl {
  position: relative;
  width: min(44.4444444444vw, 640px);
  line-height: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-comic-head__ttl {
    width: 85.3333333333vw;
    padding-top: 26.6666666667vw;
  }
}
.p-comic-head__ttl::after {
  content: "";
  position: absolute;
  top: min(2.7777777778vw, 40px);
  right: calc(100% + min(5.1388888889vw, 74px));
  width: min(10.4166666667vw, 150px);
  height: min(8.4722222222vw, 122px);
  background: url(../img/img_comic_01.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-comic-head__ttl::after {
    top: 0;
    right: auto;
    left: 50%;
    width: 25.6vw;
    height: 20.8vw;
    transform: translateX(-50%);
  }
}
.p-comic-head__txt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, 1.5277777778vw, 22px);
  margin: min(3.4722222222vw, 50px) 0 0;
}
@media screen and (max-width: 767px) {
  .p-comic-head__txt {
    font-size: 4.8vw;
    line-height: 1.7;
    margin-top: 13.3333333333vw;
    line-height: 1.7;
  }
}
.p-comic-episode {
  max-width: 1550px;
  margin: 0 auto;
}
.p-comic-episode .splide__track {
  margin-bottom: -20px;
  padding-bottom: 20px;
}
.p-comic-episode .splide__slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-comic-episode .splide__slide.is-prev .p-comic-episode__item {
  opacity: 0.75;
  transform: translateX(-30%) scale(0.7);
}
@media screen and (max-width: 767px) {
  .p-comic-episode .splide__slide.is-prev .p-comic-episode__item {
    transform: scale(0.7);
  }
}
.p-comic-episode .splide__slide.is-next .p-comic-episode__item {
  opacity: 0.75;
  transform: translateX(30%) scale(0.7);
}
@media screen and (max-width: 767px) {
  .p-comic-episode .splide__slide.is-next .p-comic-episode__item {
    transform: scale(0.7);
  }
}
.p-comic-episode .splide__slide.is-active {
  z-index: 2;
}
.p-comic-episode .splide__slide.is-active .p-comic-episode__item {
  opacity: 1;
  transform: scale(1);
}
.p-comic-episode .splide__arrow {
  width: min(5.5555555556vw, 80px);
  height: min(5.5555555556vw, 80px);
  background: url(../img/icn_slider_next.png) 0 0/100% auto no-repeat;
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-comic-episode .splide__arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    transform: translateY(-50%);
  }
}
.p-comic-episode .splide__arrow svg {
  display: none;
}
.p-comic-episode .splide__arrow--prev {
  right: auto;
  left: calc(50% + max(-14.2361111111vw, -205px));
  background: url(../img/icn_slider_prev.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-comic-episode .splide__arrow--prev {
    left: 0;
  }
}
.p-comic-episode .splide__arrow--next {
  left: calc(50% + min(14.2361111111vw, 205px));
}
@media screen and (max-width: 767px) {
  .p-comic-episode .splide__arrow--next {
    left: auto;
    right: 0;
  }
}
.p-comic-episode__item {
  opacity: 0.5;
  transform: scale(0.58);
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-comic-episode__item {
    width: 61.8666666667vw;
  }
}
.p-comic-episode__item img {
  border-radius: 1rem;
}
.p-comic-episode__btn {
  position: relative;
  margin-top: min(4.5833333333vw, 66px);
}
@media screen and (max-width: 767px) {
  .p-comic-episode__btn {
    margin-top: 16vw;
  }
}
.p-comic-episode__btn::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(49.0972222222vw, 707px);
  height: min(10.8333333333vw, 156px);
  background: url(../img/img_comic_02.png) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-comic-episode__btn::after {
    width: 88.5333333333vw;
    height: 24.8vw;
  }
}
.p-comic-episode__btn button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(33.3333333333vw, 480px);
  height: min(8.3333333333vw, 120px);
  font-size: clamp(24px, 2.5vw, 36px);
  color: #fff;
  background: #FF8432;
  letter-spacing: 0.15em;
  border-radius: 10em;
  line-height: 1;
  font-weight: 900;
  border: 4px solid #FF8432;
  padding: 0;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-comic-episode__btn button {
    width: 57.3333333333vw;
    height: 14.9333333333vw;
    font-size: 4.8vw;
  }
}
@media (any-hover: hover) {
  .p-comic-episode__btn button:hover {
    background: #fff;
    color: #FF8432;
  }
}
.p-comic-episode-tabs {
  width: min(83.3333333333vw, 1200px);
  margin: min(6.9444444444vw, 100px) auto 0;
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs {
    width: 89.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
}
.p-comic-episode-tabs__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #FFBB99;
  border-top-left-radius: min(2.0833333333vw, 30px);
  border-top-right-radius: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs__scroll {
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .p-comic-episode-tabs__scroll::-webkit-scrollbar {
    display: none;
  }
}
.p-comic-episode-tabs__tab {
  position: relative;
  width: 20%;
  height: min(5.5555555556vw, 80px);
  font-weight: 700;
  font-size: min(1.3888888889vw, 20px);
  background: none;
  letter-spacing: 0.1em;
  font-family: inherit;
  color: #fff;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs__tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
    width: 20%;
    height: 18.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-comic-episode-tabs__tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FF8432;
}
.p-comic-episode-tabs__tab::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 4px;
  height: min(3.4722222222vw, 50px);
  background: #fff;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs__tab::after {
    left: -1px;
    width: 2px;
    height: 11.2vw;
  }
}
.p-comic-episode-tabs__tab:first-child::after {
  content: none;
}
.p-comic-episode-tabs__tab.is-active {
  background: #fff;
  color: #333;
  border-top: 4px solid #FF8432;
  border-left: 4px solid #FF8432;
  border-right: 4px solid #FF8432;
  border-top-left-radius: min(2.0833333333vw, 30px);
  border-top-right-radius: min(2.0833333333vw, 30px);
}
.p-comic-episode-tabs__tab.is-active::before, .p-comic-episode-tabs__tab.is-active::after {
  content: none;
}
.p-comic-episode-tabs__tab.is-active + .p-comic-episode-tabs__tab::after {
  content: none;
}
.p-comic-episode-tabs__tab .num {
  font-size: min(1.8055555556vw, 26px);
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs__tab .num {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs__tab .and {
    writing-mode: vertical-lr;
  }
}
.p-comic-episode-tabs-thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(2.4305555556vw, 35px) 0;
  list-style: none;
  border-bottom: 4px solid #FF8432;
  border-left: 4px solid #FF8432;
  border-right: 4px solid #FF8432;
  border-bottom-left-radius: min(2.0833333333vw, 30px);
  border-bottom-right-radius: min(2.0833333333vw, 30px);
  padding: min(4.1666666667vw, 60px) min(5.8333333333vw, 84px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs-thumb {
    gap: 5.3333333333vw 0;
    list-style: none;
    padding: 8vw 4vw;
  }
}
.p-comic-episode-tabs-thumb__item {
  width: min(12.5vw, 180px);
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs-thumb__item {
    width: 48%;
  }
}
.p-comic-episode-tabs-thumb__img {
  display: block;
  line-height: 1;
}
.p-comic-episode-tabs-thumb__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 700;
  gap: 0 min(0.6944444444vw, 10px);
  margin: min(0.6944444444vw, 10px) 0 0;
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs-thumb__txt {
    font-size: 3.2vw;
    gap: 0 1.3333333333vw;
    margin: 0.8vw 0 0;
  }
}
.p-comic-episode-tabs-thumb__txt span {
  font-size: min(0.8333333333vw, 12px);
  font-weight: 900;
  color: #FF8432;
}
@media screen and (max-width: 767px) {
  .p-comic-episode-tabs-thumb__txt span {
    font-size: 2.6666666667vw;
  }
}
.p-comic-episode-tabs-thumb__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}