@charset "UTF-8";
/**
* Eric Meyer's Reset CSS v2.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block; }

body {
  color: black;
  background: white; }

a {
  color: inherit;
  /*	text-decoration: none;*/ }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* meyerweb css reset end */
textarea:focus, input:focus {
  outline: 0; }

input {
  border-width: 0; }

em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

sup {
  vertical-align: text-top;
  font-size: 58.3%;
  /*Corresponds to Photoshop's font size glyph transformation*/ }

sub {
  vertical-align: text-bottom;
  font-size: 58.3%;
  /*Corresponds to Photoshop's font size glyph transformation*/ }

img,
embed,
object,
video {
  max-width: 100%; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* ie 6/7 */ }

.no-space-between-inline-blocks {
  letter-spacing: -0.31em;
  /* webkit */
  *letter-spacing: normal;
  /* reset IE < 8 */
  word-spacing: -0.43em;
  /* IE < 8 && gecko */ }

/* restore spacing on inner elements */
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal; }

.displace {
  position: absolute;
  left: -5000px; }

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #222 !important;
  background-color: #fbeef2 !important; 
  line-height: 1.6 !important;
  max-width: 460px !important;
  margin: 0 auto !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) !important; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

/*デバイスでの出し分け*/
.pconly {
  display: block; }

.sponly {
  display: none; }

/*ID用divの高さゼロ*/
.hzero {
  height: 0;
  line-height: 0;
  margin-top: -60px;
  padding-top: 60px; }

/*ボタン収縮アニメーション*/
.shrink7 {
  transition: .2s; }

.shrink7:hover {
  transform: scale(0.7); }

.shrink8 {
  transition: .2s; }

.shrink8:hover {
  transform: scale(0.8); }

.shrink9 {
  transition: .2s; }

.shrink9:hover {
  transform: scale(0.9); }

.c-fix {
  margin: 0 auto; }
  .c-fix__navbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 1% 0 auto;
    width: 15%; }
    .c-fix__navbtn .btn_nav_open {
      margin-bottom: 5px; }
      .c-fix__navbtn .btn_nav_open img {
        display: block;
        cursor: pointer; }
    .c-fix__navbtn .btn_bgm {
      width: 80%; }
      .c-fix__navbtn .btn_bgm .on {
        display: block;
        cursor: pointer; }
      .c-fix__navbtn .btn_bgm .off {
        display: none;
        cursor: pointer; }
  .c-fix__moviebtn {
    position: fixed;
    left: 6%;
    bottom: 2%;
    z-index: 10;
    width: 22%; }
    .c-fix__moviebtn img {
      display: block;
      cursor: pointer; }

@media screen and (min-width: 461px) {
  .c-fix {
    width: 100%;
    max-width: 460px;
    /*
    	height: 100vh;
    */
    position: fixed;
    top: 0;
    z-index: 10;
    margin: 0 auto; }
    .c-fix__navbtn {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: calc(460px * 0.15);
      margin: 10px calc((100vw / 2) - 230px) 0 auto; }
      .c-fix__navbtn .btn_nav_open {
        margin-bottom: 5px; }
        .c-fix__navbtn .btn_nav_open img {
          display: block;
          cursor: pointer; }
      .c-fix__navbtn .btn_bgm {
        width: 80%; }
        .c-fix__navbtn .btn_bgm .on {
          display: block;
          cursor: pointer; }
        .c-fix__navbtn .btn_bgm .off {
          display: none;
          cursor: pointer; }
    .c-fix__moviebtn {
      position: fixed;
      bottom: 20px;
      width: calc(460px * 0.25);
      left: calc((100vw / 2) - 210px); }
      .c-fix__moviebtn img {
        display: block;
        cursor: pointer; } }
.c-glonav {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  background: url("../img_2026/cmn/btn_nav_bg.png") no-repeat top center;
  background-size: cover; }
  .c-glonav__navbtn {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 1% 0 auto;
    width: 15%; }
    .c-glonav__navbtn .btn_nav_close {
      margin-bottom: 5px; }
      .c-glonav__navbtn .btn_nav_close img {
        cursor: pointer; }
    .c-glonav__navbtn .btn_bgm {
      width: 80%; }
      .c-glonav__navbtn .btn_bgm .on {
        display: block;
        cursor: pointer; }
      .c-glonav__navbtn .btn_bgm .off {
        display: none;
        cursor: pointer; }
  .c-glonav__list {
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    max-width: 460px;
    text-align: center; }
    .c-glonav__list li {
      margin: 0 auto;
      width: 100%; }
      .c-glonav__list li a {
        display: inline-block;
        text-decoration: none;
        padding: 0.5vh 0; }
        .c-glonav__list li a img {
          width: auto;
          height: 6vh;
          max-height: 50px;
          transition: .2s; }
        .c-glonav__list li a img:hover {
          transform: scale(0.8); }
    .c-glonav__list li:last-child {
      display: flex;
      justify-content: center;
      margin: 4vh 0 0; }
      .c-glonav__list li:last-child a img {
        margin: 0 auto;
        width: 50%;
        height: auto;
        max-height: 100px; }

.c-glonav.is-active {
  display: block; }

.l-main {
  overflow: hidden; }

.l-footer {
  position: relative;
  padding: 0 0 180px;
  width: 100%;
  aspect-ratio: 1126 / 886;
  background: #fff url(../img_2026/cmn/footer_bg.jpg) no-repeat top center;
  background-size: contain;
  text-align: center;
  box-sizing: content-box; }
  .l-footer ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 20px;
    position: absolute;
    bottom: 10rem;
    left: 0;
    right: 0; }
    .l-footer ul li {
      width: 50%;
      margin: 0 0;
      font-size: .8rem; }
      .l-footer ul li a {
        display: block;
        text-decoration: none;
        padding: 16px 0;
        transition: .2s; }
      .l-footer ul li a:hover {
        background-color: #b3282b;
        color: #fff;
        border-radius: 4px; }
  .l-footer p {
    position: absolute;
    bottom: 8rem;
    left: 0;
    right: 0;
    font-size: .8rem; }

.c-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #b3282b;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold; }

.c-btn--ghost {
  background: transparent;
  color: #b3282b;
  border: 2px solid #b3282b; }

.c-popmv {
  display: none;
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75); }
  .c-popmv__navbtn {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 1% 0 auto;
    width: 15%; }
    .c-popmv__navbtn .btn_nav_close {
      margin-bottom: 5px; }
      .c-popmv__navbtn .btn_nav_close img {
        cursor: pointer; }
  .c-popmv__iframe {
    display: flex;
    align-items: center;
    height: 80vh; }
    .c-popmv__iframe iframe {
      width: 92%;
      margin: 0 auto; }

.c-section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px; }

.c-sns-list {
  display: flex;
  gap: 24px;
  justify-content: center; }

/********************/
/*hero part*/
/********************/
@keyframes rumble {
  0% {
    transform: translate(0); }
  25% {
    transform: translate(2px) rotate(5deg); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(-2px) rotate(-5deg); }
  100% {
    transform: translate(0); } }
.p-hero {
  background: #fff;
  padding: 0px 0; }
  .p-hero__icatch {
    background: url("../img_2026/front/hero_bg.jpg") no-repeat top center;
    background-size: contain;
    position: relative;
    width: 100%;
    aspect-ratio: 1126 / 1344; }
    .p-hero__icatch .catchcopy {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }
  .p-hero .rellax {
    position: absolute; }
  .p-hero .hero_yui {
    width: 43%;
    top: 16%;
    right: 0;
    z-index: 0; }
  .p-hero .hero_matsuko {
    width: 60%;
    top: 17%;
    left: -12%;
    z-index: 0; }
  .p-hero .hero_iori {
    width: 45%;
    bottom: 0;
    left: -12%;
    z-index: 1; }
  .p-hero .hero_saki {
    width: 49%;
    bottom: 0;
    right: -5%;
    z-index: 1; }
  .p-hero .hero_karin {
    width: 61%;
    top: 18%;
    left: 14%;
    z-index: 2; }
  .p-hero .hero_mirei {
    width: 51%;
    bottom: 0;
    right: 26%;
    z-index: 2; }
  .p-hero__content {
    margin: -4% 0 0;
    padding: 0 0 20px;
    position: relative;
    z-index: 4; }
    .p-hero__content .mvbox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 60px; }
      .p-hero__content .mvbox .heromv {
        display: block;
        cursor: pointer;
        width: 20%;
        margin: 0 0 3% 6%;
        animation: rumble 1s linear infinite;
        transition: .2s; }
      .p-hero__content .mvbox .heromv:hover {
        animation: none; }
      .p-hero__content .mvbox .mvappeal {
        width: 64%; }
      .p-hero__content .mvbox .herologo {
        padding-bottom: 40px; }

/********************/
/*comics part*/
/********************/
.p-comics {
  background: #fbeef2 url("../img_2026/front/comicsinfo_bg.png") no-repeat top center;
  background-size: contain;
  margin: 0 auto 130px;
  padding: 40px 0 0; }
  .p-comics__heading {
    margin: 0 0 40px; }
  .p-comics__newcomics {
    background: #fff;
    width: 90%;
    margin: 0 auto 50px;
    border-radius: 20px;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .p-comics__newcomics .title {
      font-size: 1.4rem;
      text-align: center;
      font-weight: bold;
      line-height: 1;
      margin: 0 0 20px; }
  .p-comics__list {
    display: flex;
    margin: 0 4%; }
  .p-comics__item a {
    text-align: center;
    text-decoration: none; }
    .p-comics__item a .more {
      width: 86%;
      margin: 0 auto 20px; }
  .p-comics__breaking .title {
    text-align: center;
    margin: 0 0 4px; }
  .p-comics__breaking .box {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto 60px;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .p-comics__breaking .box .heading {
      position: relative;
      margin: 0 auto 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .p-comics__breaking .box .heading .now {
        color: #fff;
        background: #ec7fae;
        display: inline-block;
        border-radius: 2px;
        padding: 0 9px 2px;
        font-weight: bold;
        position: absolute;
        left: 4%;
        transform: scaleX(0.8); }
      .p-comics__breaking .box .heading .whats {
        font-weight: bold;
        line-height: 1;
        transform: scaleX(0.8); }
    .p-comics__breaking .box .game {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1;
      margin: 0 auto 30px;
      transform: scaleX(0.8); }
    .p-comics__breaking .box .detail_popup {
      margin: 0 auto;
      display: block;
      width: 40%;
      height: auto;
      cursor: pointer; }
  .p-comics__detail {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    max-width: 460px;
    height: 100vh;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.75); }
    .p-comics__detail .slider_detail {
      position: relative;
      margin-top: calc(50vh - (100vw / 2)); }
      .p-comics__detail .slider_detail li img {
        width: 100%;
        height: auto; }
      .p-comics__detail .slider_detail .prev-arrow {
        position: absolute;
        left: 1%;
        bottom: -16%;
        z-index: 1;
        width: 14%;
        cursor: pointer;
        transition: .2s; }
      .p-comics__detail .slider_detail .prev-arrow:hover {
        transform: scale(0.8); }
      .p-comics__detail .slider_detail .next-arrow {
        position: absolute;
        right: 0%;
        bottom: -16%;
        width: 14%;
        cursor: pointer;
        transition: .2s; }
      .p-comics__detail .slider_detail .next-arrow:hover {
        transform: scale(0.8); }
  .p-comics__navbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 1% 0 auto;
    width: 15%; }
    .p-comics__navbtn .btn_nav_close {
      margin-bottom: 5px; }
      .p-comics__navbtn .btn_nav_close img {
        cursor: pointer; }
  .p-comics__buy .comicsinfo_list {
    width: 92%;
    margin: 0 auto 50px; }

@media screen and (min-width: 461px) {
  .p-comics__newcomics .title {
    font-size: 2rem; }
  .p-comics__breaking .box .heading .whats {
    font-size: 1.2rem; }
  .p-comics__breaking .box .game {
    font-size: 2.2rem; }
  .p-comics__detail .slider_detail {
    margin-top: calc(50vh - 300px); }
  .p-comics__navbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(460px * 0.15);
    margin: 10px calc((100vw / 2) - 230px) 0 auto; }
    .p-comics__navbtn .btn_nav_close {
      margin-bottom: 5px; }
      .p-comics__navbtn .btn_nav_close img {
        cursor: pointer; } }
/********************/
/*introduction part*/
/********************/
.p-intro {
  background-color: #fbeef2;
  margin: 0 auto 90px;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1126 / 1071; }
  .p-intro__bg {
    position: absolute;
    top: 0; }
  .p-intro a {
    display: block;
    position: absolute;
    right: 1%;
    bottom: 14%; }
    .p-intro a img {
      transition: .2s; }
    .p-intro a img:hover {
      transform: scale(0.9); }

/********************/
/*focus part*/
/********************/
.p-focus {
  position: relative;
  margin: 0 auto 17%;
  padding: 0;
  background: #fbeef2 url("../img_2026/front/focus_bg.jpg") no-repeat top center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1126 / 2608;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
  .p-focus__list {
    margin: 0 auto;
    height: 64%;
    overflow-y: scroll; }
    .p-focus__list li {
      margin: 0 6% 5%; }
      .p-focus__list li a {
        display: block; }
        .p-focus__list li a img {
          transition: .2s; }
        .p-focus__list li a img:hover {
          transform: scale(0.9); }
  .p-focus .c-picbtn {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0; }

.p-focus:before {
  content: "";
  display: block;
  padding: 33% 0 0; }

/********************/
/*character part*/
/********************/
.p-character {
  position: relative; }
  .p-character .slider_chara {
    position: relative;
    margin: 0 2% 20%; }
    .p-character .slider_chara li {
      position: relative;
      border-radius: 20px;
      padding: 10px 20px; }
      .p-character .slider_chara li img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); 
      }
	  .p-character .slider_chara li a {
	    display: block;
	    margin: 0;
	    position: absolute;
	    z-index: 1;
	    bottom: 4%; 
	  }
	  .p-character .slider_chara li a img {
	    border-radius: 0;
	    box-shadow: none;
	  }
  .p-character .prev-arrow {
    position: absolute;
    left: 0%;
    bottom: 16%;
    z-index: 1;
    width: 16%;
    cursor: pointer;
    transition: .2s; }
  .p-character .prev-arrow:hover {
    transform: scale(0.8); }
  .p-character .next-arrow {
    position: absolute;
    right: -2%;
    bottom: 16%;
    width: 16%;
    cursor: pointer;
    transition: .2s; }
  .p-character .next-arrow:hover {
    transform: scale(0.8); }

/********************/
/*special part*/
/********************/
.p-special .heading {
  margin: 0 auto 30px; }
.p-special .pic {
  margin: 0 auto 50px; }
.p-special .goods {
  display: block;
  margin: 0 auto 30px; }
.p-special .battingmovie {
  display: block;
  margin: 0 auto 30px;
  cursor: pointer; }
.p-special .slider_special {
  margin-bottom: 200px;
  margin-inline: auto;
  width: 100%; }
  .p-special .slider_special li {
    margin: 0 10px; }
    .p-special .slider_special li a img {
      width: 100%;
      height: auto; }
  .p-special .slider_special .slick-dots li button:before {
    font-size: 20px;
    color: #fff;
    opacity: 1; }
  .p-special .slider_special .slick-dots li.slick-active button:before {
    color: #eb75a8; }

.p-battingmovie {
  display: none;
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75); }
  .p-battingmovie__navbtn {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 1% 0 auto;
    width: 15%; }
    .p-battingmovie__navbtn .btn_nav_close {
      margin-bottom: 5px; }
      .p-battingmovie__navbtn .btn_nav_close img {
        cursor: pointer; }
  .p-battingmovie__iframe {
    display: flex;
    align-items: center;
    height: 80vh; }
    .p-battingmovie__iframe iframe {
      width: 92%;
      margin: 0 auto; }

/********************/
/*sns part*/
/********************/
.p-sns .heading {
  margin: 0 auto 50px; }
.p-sns .c-sns-list {
  margin: 0 auto; }
  .p-sns .c-sns-list li a img {
    transition: .2s; }
  .p-sns .c-sns-list li a img:hover {
    transform: scale(0.9); }
  .p-sns .c-sns-list li:nth-child(1) {
    margin: 16% 0 0 8%; }
  .p-sns .c-sns-list li:nth-child(2) {
    margin: 0 -2% 0 -3%; }
  .p-sns .c-sns-list li:nth-child(3) {
    margin: 16% 8% 0 0; }
.p-sns .bg {
  margin: 0 auto 30%; }

/********************/
/*news part*/
/********************/
.p-news {
  background: #fbeef2;
  margin: 0 auto;
  padding: 6% 4%; }
  .p-news .inner {
    background: #fff;
    margin: 0 auto;
    padding: 6%;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .p-news__heading {
    width: 25%;
    margin: 0 0 5%; }
  .p-news__list {
    margin: 0 auto 6%;
    color: #b3282b; }
    .p-news__list li {
      margin: 0 auto 4%;
      padding: 0 0 4%;
      border-bottom: 1px solid #b3282b; }
      .p-news__list li .datecate {
        line-height: 1;
        margin: 0 0 2px; }
        .p-news__list li .datecate .date {
          margin-right: 4px; }
        .p-news__list li .datecate .cate {
          background-color: #b3282b;
          color: #fff;
          border-radius: 2px;
          padding: 2px 8px;
          display: inline-block;
          font-size: .9rem; }
      .p-news__list li a {
        display: block;
        text-decoration: none;
        font-weight: bold; }
  .p-news .more {
    display: block;
    width: 20%;
    margin-left: auto; }
    .p-news .more img {
      transition: .2s; }
    .p-news .more img:hover {
      transform: scale(0.8); }

.u-mt-20 {
  margin-top: 20px !important; }

.u-text-center {
  text-align: center !important; }
