@charset 'UTF-8';


/* Reset ----------------------------*/
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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

sub {
  font-size: 70%;
  vertical-align: sub !important;
}

sup {
  font-size: 70%;
  vertical-align: super !important;
}


/* Basic Structure ----------------------------*/
html {
  overflow-y: scroll;
  font-size: calc(100vw * (32 / 750) * 0.625 * 0.5);
}

body {
  margin: 0 auto;
  background-color: #ff5000;
  color: #141414;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.is-fixed,
body.is-fixed {
  overflow: hidden !important;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc((100vh * 0.5) * (32 / 750) * 0.625 * 0.5);
  }
}


/* Common ----------------------------*/
/* Image */
img {
  width: 100%;
  max-width: 100%;
  pointer-events: none;
}

/* Link */
a,
.c-modal a,
.c-hover {
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
  text-decoration: none;
}

/* Lists, Comments */
.c-lists,
.c-comments { list-style: none; }

.c-lists > li,
.c-comments > li {
  padding-left: 1em;
  text-indent: -1em;
}

/* Wrapper */
.c-wrapper {
  position: relative;
  width: 100%;
}

/* Clearfix */
.c-clearfix:after {
	display: block;
	clear: both;
	height: 0;
  content: ' ';
}
.c-clearfix {
  display: inline-block;
}
.c-clearfix {
  display: block;
}

@media screen and (max-width: 767px) {
  /* Element */
  .c-is-pc:not(.c-is-sp) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* Element */
  .c-is-sp:not(.c-is-pc) {
    display: none;
  }

  /* Link */
  a:hover,
  .c-modal a:hover,
  .c-hover:hover {
    opacity: 0.7;
  }
}


/* Container ----------------------------*/
.c-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-container {
    max-width: calc((100vh * 0.5));
  }
}


/* loader ----------------------------*/
.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: #ff5000;
  transition: height 0.2s ease-out 1.0s;
}

body.is-loaded .c-loader {
  height: 0;
}

.c-loader::before,
.c-loader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  transition: all 0.2s linear 0.5s;
  content: '';
}

.c-loader::before {
  width: 4.0rem;
  height: 4.0rem;
  margin-top: 20.0rem;
  background-image: url(/hagoromoarare/assets/common/img/2603/loader_wt.png);
}

.c-loader::after {
  width: 20.0rem;
  height: 36.0rem;
  margin-top: -5.0rem;
  background-image: url(/hagoromoarare/assets/common/img/2603/logo_65thanniv_hagoromoarare.png);
  
}

body.is-loaded .c-loader::before,
body.is-loaded .c-loader::after {
  opacity: 0;
  visibility: hidden;
}


/* Header ----------------------------*/
.c-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-header {
    max-width: calc((100vh * 0.5));
  }
}

.c-header_logo {
  position: absolute;
  top: 3.5rem;
  left: 3.3rem;
  z-index: 1;
  width: 11.2rem;
}

.c-header_logo > a {
  display: block;
  width: 100%;
}

.c-header_logo > a:hover {
  opacity: 1;
}

.c-header_gnav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: #ff5000;
  transition: 0.3s;
}

.c-header_gnav.is-active {
  transform: translate(-50%, 0);
}

.c-header_gnavInner {
  position: relative;
  width: 100%; 
  height: 100%;
  margin: 0 auto;
  padding: 9.5rem 5.0rem 16.0rem 5.0rem;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center;
}

.c-header_gnavTtl > a:hover {
  opacity: 1;
}

.c-header_gnavTtl img {
  width: 63.0rem;
}

.c-header_gnavMenu {
  margin-top: 5.6rem;
}

.c-header_burgerBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 11.6rem;
  height: 9.4rem;
  cursor: pointer;
}

.c-header_burgerBtn > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.0rem;
  height: 0.5rem;
  background-color: #141414;
  transition: 0.2s all ease-out;
}

.c-header_burgerBtn > div:nth-of-type(1) {
  margin-top: -1.2rem;
}

.c-header_burgerBtn > div:nth-of-type(3) {
  margin-top: 1.2rem;
}

.c-header_burgerBtn.is-active > div:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-header_burgerBtn.is-active > div:nth-child(2) {
  width: 0;
  height: 0;
}

.c-header_burgerBtn.is-active > div:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 1280px) {
  .c-header_gnav,
  .c-header_burgerBtn {
    display: none;
  }
}


/* Main -----------------------*/
.c-main {
  display: block;
  position: relative;
  z-index: 1;
}


/* Footer -----------------------*/
.c-footer {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.c-footer_inner {
  position: relative;
  padding: 1.5rem 2.0rem 10.0rem 2.0rem;
}

.c-footer_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

.c-footer_nav li {
  font-size: 2.4rem;
  color: #666;
}

.c-footer_nav li a {
  color: #666;
}

.c-footer_nav li::before {
  position: relative;
  top: 0.5rem;
  margin-right: 0.1em;
  font-family: FontAwesome;
  font-size: 175%;
  content: '\f0da';
}

.c-footer_copyright {
  color: #666;
  font-size: 2.2rem;
  text-align: center;
}

.c-footer_copyright small {
  display: block;
  margin-bottom: 1.5rem;
}

.c-footer_logo {
  display: inline-block;
  width: 20.0rem;
}

.c-footer_logo > a {
  display: block;
}

.c-footer_logo > a img {
  width: 100%;
}

.c-footer_pageTop {
  position: fixed;
  bottom: 6.0rem;
  right: 2.0rem;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

body.is-scrolled .c-footer_pageTop {
  visibility: visible;
  opacity: 1;
}

.c-footer_pageTop a {
  display: block;
  position: relative;
  width: 7.0rem;
  height: 7.0rem;
  border: 0.3rem solid #ff5000;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.9);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.c-footer_pageTop a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.3rem;
  border-top: 0.3rem solid #ff5000;
  border-right: 0.3rem solid #ff5000;
  content: '';
}

@media print {
  .c-footer_pageTop {
    display: none;
    visibility: hidden;
  }
}


/* Products Link List ----------------------------*/
.prodlink img {
  vertical-align: top;
}

.prodlink a img {
  opacity: 1;
  transition: 0.3s;
}

.prodlink {
  padding: 5.5rem 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.prodlink__in {
  margin: 0 auto;
  width: 62.0rem;
}

.prodlink__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.0rem 0;
  background-color: #003e9b;
  border-radius: 100.0rem;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.prodlink__ttl img {
  width: 27.6rem;
}

.prodlink__ttl::after {
  position: absolute;
  top: 0;
  right: 5.2rem;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: FontAwesome;
  content: '\f107';
  font-size: 4.1rem;
  color: #ffffff;
  transition: 0.3s;
}

.prodlink__ttl.is_show::after {
  transform: rotate(180deg);
}

.prodlink__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.prodlink__list.is_show {
  max-height: 1000.0rem;
}

.prodlink__list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 3.06452%;
}

.prodlink__list li {
  margin: 0 3.06452% 3.06452% 0;
  width: 31.29032%;
}

.prodlink__list li > a {
  display: block;
}

.prodlink__list li img {
  width: 100%;
  max-width: initial;
}

.prodlink__list li:nth-child(5n) {
  margin-right: 3.06452%;
}

.prodlink__list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .prodlink a:hover img {
    opacity: 0.7;
  }

  .prodlink__ttl:hover {
    opacity: 0.7;
  }
}


/* Bottom ----------------------------*/
.c-bottom {
  padding: 9.5rem 5.0rem 8.5rem 5.0rem;
  background-color: #ff5000;
  background-image: url(/hagoromoarare/assets/common/img/2603/bg_texture01.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100% auto;
}


/* Index ----------------------------*/
.c-index {
  text-align: center;
}

.c-index_ttl {
  margin-bottom: 5.5rem;
}

.c-index_ttl > span {
  display: block;
}

.c-index_ttl > span:nth-of-type(2) {
  margin-top: 2.4rem;
}

.c-index_ttl > span:nth-of-type(1) img {
  width: 16.6rem;
}

.c-index_ttl > span:nth-of-type(2) img {
  width: 13.7rem;
}

.c-index_menu > li {
  margin-top: 2.6rem;
}

.c-index_menu > li:nth-of-type(1) {
  margin-top: 0;
}

.c-index_menu > li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 8.0rem;
  padding: 2.0rem;
  border: 0.3rem solid #ffd789;
  border-radius: 100.0rem;
  overflow: hidden;
  background-repeat: repeat;
  background-size: 7.5rem auto;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-index_menuTop > li > * {
  background-color: #141414;
  background-image: url(/hagoromoarare/assets/common/img/2603/bg_pattern04.svg);
}

.c-index_menuBottom > li > * {
  background-color: #ff5000;
  background-image: url(/hagoromoarare/assets/common/img/2603/bg_pattern01.svg);
}

.c-index_menuBottom > li.c-index_menuHome > * {
  background-color: #dc1400;
  background-image: url(/hagoromoarare/assets/common/img/2603/bg_pattern05.png);
}

.c-index_menu > li .c-ff-prompt {
  font-weight: 600;
}

.c-index_menu > li > * > .c-ff-prompt {
  position: relative;
  top: 0.2rem;
}

.c-index_menu > li > * > small {
  display: inline-block;
  margin-top: 0.2rem;
  margin-left: 1.0rem;
  font-size: 80%;
}

.c-index_products {
  margin-top: 2.5rem;
  margin-bottom: 1.0rem;
}

.c-index_products img {
  width: 35.5rem;
}


/* SNS ----------------------------*/
.c-sns {
  text-align: center;
}

.c-sns > dt {
  display: block;
}

.c-sns > dt img {
  width: 28.4rem;
}

.c-sns > dd {
  margin-top: 5.0rem;
}

.c-sns_list {
  display: flex;
  justify-content: center;
  margin-left: -3.0rem;
}

.c-sns_list li {
  margin-left: 3.0rem;
}

.c-sns_list li a {
  display: block;
  width: 6.0rem;
  height: 6.0rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.c-sns_list li.line a {
  background-image: url(/hagoromoarare/assets/common/img/2603/sns_l.png);
}
.c-sns_list li.x a {
  background-image: url(/hagoromoarare/assets/common/img/2603/sns_x.png);
}
.c-sns_list li.facebook a {
  background-image: url(/hagoromoarare/assets/common/img/2603/sns_f.png);
}


/* Key Visual ----------------------------*/
.c-kv {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c-kv.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .c-kv {
    max-width: calc((100vh * 0.5));
  }
}


/* Split ----------------------------*/
@media screen and (min-width: 768px) {
  .c-split {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    transition: 0.2s background-color ease-out, 0.2s background-image ease-out;
  }
  .c-split.is-first {
    background-color: #141414;
  }
  .c-split.is-second {
    background-color: #ffd21e;
    background-image: url(/hagoromoarare/assets/common/img/2603/bg_pattern03.svg);
    background-repeat: repeat;
    background-size: 2.2rem auto;
  }

  .c-split_left,
  .c-split_right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    z-index: 1;
    width: calc(50% - ((100vh * 0.5) / 2));
    height: 100%;
    padding: calc(100vw * (125 / 2300)) calc(100vw * (65 / 2300));
    overflow: hidden;
  }

  .c-split_left {
    left: 0;
  }

  .c-split_right {
    right: 0;
  }

  .c-split_left::before,
  .c-split_left::after,
  .c-split_right::before,
  .c-split_right::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-repeat: no-repeat;
    content: '';
  }

  .c-split_left::before,
  .c-split_right::before {
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: calc(100vw * (394 / 2300));
    background-position: 50% 0;
    background-size: cover;
  }
  .c-split_left::before {
    background-image: url(/hagoromoarare/assets/common/img/2603/split_left_bg02.png);
  }
  .c-split_right::before {
    background-image: url(/hagoromoarare/assets/common/img/2603/split_right_bg02.png);
  }

  .c-split_left::after,
  .c-split_right::after {
    top: 0;
    z-index: -1;
    max-width: 77.5rem;
    height: 100%;
    background-position: 50% 0;
    background-size: 100% auto;
    transition: 0.2s background-image ease-out;
  }
  .c-split.is-first .c-split_left::after {
    background-image: url(/hagoromoarare/assets/common/img/2603/split_left_bg01_01.png);
  }
  .c-split.is-first .c-split_right::after {
    background-image: url(/hagoromoarare/assets/common/img/2603/split_right_bg01_01.png);
  }
  .c-split.is-second .c-split_left::after {
    background-image: url(/hagoromoarare/assets/common/img/2603/split_left_bg01_02.png);
  }
  .c-split.is-second .c-split_right::after {
    background-image: url(/hagoromoarare/assets/common/img/2603/split_right_bg01_02.png);
  }

  .win .c-split_right {
    right: calc((100vh * 0.5) * (20 / 750));
  }

  .c-split .sec_aniArare {
    position: absolute;
    width: calc(100vw * (315 / 2300));
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s opacity ease-out, 0.2s visibility ease-out;
  }

  .c-split.is-second .sec_aniArare {
    opacity: 0;
    visibility: hidden;
  }

  .c-split_left .sec_aniArare {
    top: calc(100vw * (10 / 2300));
    margin-left: calc(100vw * (-170 / 2300));
  }

  .c-split_right .sec_aniArare {
    top: calc(100vw * (520 / 2300));
    margin-left: calc(100vw * (200 / 2300));
  }

  .c-split_menu {
    width: 100%;
    max-width: calc(100vw * (650 / 2300));
    margin: calc(100vw * (75 / 2300)) auto 0 auto;
    padding-left: calc(100vw * (10 / 2300));
    padding-right: calc(100vw * (10 / 2300));
  }
  .c-split.is-first .c-split_menu {
    color: #fff;
  }

  .c-split_menu:nth-of-type(1) {
    margin-top: 0;
  }

  .c-split_menu > dt {
    display: block;
    margin-bottom: calc(100vw * (35 / 2300));
  }

  .c-split_menu > dt > * {
    color: #191919;
    font-size: calc(100vw * (27 / 2300));
    font-weight: 900;
    line-height: 1.2;
  }

  .c-split.is-first .c-split_menu > dt > * {
    color: #fff;
  }

  .c-split_menuList {
    padding-left: calc(100vw * (27 / 2300));
  }

  .c-split_menuList > li {
    margin-top: calc(100vw * (30 / 2300));
    line-height: 0;
  }

  .c-split_menuList > li:nth-of-type(1) {
    margin-top: 0;
  }

  .c-split_menuList > li > * {
    color: #191919;
    font-size: calc(100vw * (23 / 2300));
    font-weight: 500;
    line-height: 1.2;
  }
  .c-split.is-first .c-split_menuList > li > * {
    color: #fff;
  }

  .c-split_menuList > li > *.c-ff-prompt {
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .c-split_menuListSpecial {
    margin-top: 0 !important;
  }

  .c-split_menuListSpecial img {
    width: calc(100vw * (423 / 2300));
  }

  .c-split_bannerOnlineshop {
    margin: auto auto 0 auto;
    transition: 0.2s opacity ease-out, 0.2s visibility ease-out;
  }
  .c-split.is-second .c-split_bannerOnlineshop { 
    opacity: 0;
    visibility: hidden;
  }

  .c-split_bannerOnlineshop img {
    width: calc(100vw * (370 / 2300));
  }

  .c-split_bannerManga {
    position: relative;
    left: calc(100vw * (37 / 2300));
    width: 100%;
    max-width: calc(100vw * (650 / 2300));
    margin: auto auto 0 auto;
    padding-top: calc(100vw * (80 / 2300));
    transition: 0.2s opacity ease-out, 0.2s visibility ease-out;
  }
  .c-split.is-second .c-split_bannerManga { 
    opacity: 0;
    visibility: hidden;
  }

  .c-split_bannerManga img {
    width: calc(100vw * (423 / 2300));
  }

  .c-split_comments {
    position: absolute;
    right: calc(100vw * (25 / 2300));
    bottom: calc(100vw * (25 / 2300));
    z-index: 2;
    color: #141414;
    font-size: calc(100vw * (12 / 2300));
    line-height: 1.4;
  }
}
@media screen and (min-width: 2300px) {
  .c-split_left,
  .c-split_right {
    padding: calc(2300px * (125 / 2300)) calc(2300px * (65 / 2300));
  }

  .c-split_left::before,
  .c-split_right::before {
    height: calc(2300px * (394 / 2300));
  }

  .c-split .sec_aniArare {
    width: calc(2300px * (315 / 2300));
  }

  .c-split_left .sec_aniArare {
    top: calc(2300px * (10 / 2300));
    margin-left: calc(2300px * (-170 / 2300));
  }

  .c-split_right .sec_aniArare {
    top: calc(2300px * (520 / 2300));
    margin-left: calc(2300px * (200 / 2300));
  }

  .c-split_menu {
    max-width: calc(2300px * (650 / 2300));
    margin: calc(2300px * (75 / 2300)) auto 0 auto;
    padding-left: calc(2300px * (10 / 2300));
    padding-right: calc(2300px * (10 / 2300));
  }

  .c-split_menu > dt {
    margin-bottom: calc(2300px * (35 / 2300));
  }

  .c-split_menu > dt > * {
    font-size: calc(2300px * (27 / 2300));
  }

  .c-split_menuList {
    padding-left: calc(2300px * (27 / 2300));
  }

  .c-split_menuList > li {
    margin-top: calc(2300px * (30 / 2300));
  }

  .c-split_menuList > li > * {
    font-size: calc(2300px * (23 / 2300));
  }

  .c-split_menuListSpecial img {
    width: calc(2300px * (423 / 2300));
  }

  .c-split_bannerOnlineshop img {
    width: calc(2300px * (370 / 2300));
  }

  .c-split_bannerManga {
    left: calc(2300px * (37 / 2300));
    max-width: calc(2300px * (650 / 2300));
    padding-top: calc(2300px * (80 / 2300));
  }

  .c-split_bannerManga img {
    width: calc(2300px * (423 / 2300));
  }

  .c-split_comments {
    position: absolute;
    right: calc(2300px * (25 / 2300));
    bottom: calc(2300px * (25 / 2300));
    font-size: calc(2300px * (12 / 2300));
  }
}
@media screen and (max-width: 1279px) {
  .c-split_left::after,
  .c-split_right::after,
  .c-split_menu,
  .c-split .sec_aniArare,
  .c-split_bannerOnlineshop,
  .c-split_bannerManga {
    display: none;
  }

  .c-split_comments {
    right: calc(1280px * (25 / 2300));
    bottom: calc(1280px * (25 / 2300));
    font-size: calc(1280px * (12 / 2300));
  }
}


/* Accordion ----------------------------*/
.c-accordionBtn {
  cursor: pointer;
}

.c-accordionTarget {
  display: none;
}


/* Modal ----------------------------*/
.c-modal {
  display: none;
}


/* Fancybox ----------------------------*/
.fancybox-skin {
  padding: 0 !important;
}


/* Animation ----------------------------*/
.c-animate {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.c-animateMoveX01 {
  opacity: 0;
  visibility: hidden;
  transform: translate(30px, 0) rotate(0.0001deg);
}
.c-animateMoveX01.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateMoveX02 {
  opacity: 0;
  visibility: hidden;
  transform: translate(-30px, 0) rotate(0.0001deg);
}
.c-animateMoveX02.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateMoveY01 {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 30px) rotate(0.0001deg);
}
.c-animateMoveY01.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateMoveY02 {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -30px) rotate(0.0001deg);
}
.c-animateMoveY02.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateZoom01 {
  transform: scale(1, 1) rotate(0.0001deg);
}
.c-animateZoom01.is-animated {
  transform: scale(1.1, 1.1) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateZoom02 {
  transform: scale(0, 0) rotate(0.0001deg);
}
.c-animateZoom02.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.4s;
}

.c-animateZoom03 {
  transform: scale(1.1, 1.1) rotate(0.0001deg);
}
.c-animateZoom03.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.4s;
}

.c-animateZoom04 {
  transform: scale(1.4, 1.4) rotate(0.0001deg);
}
.c-animateZoom04.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.4s;
}

.c-animateScaleX01 {
  transform: scale(0, 1) rotate(0.0001deg);
}
.c-animateScaleX01.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateScaleX02 {
  transform-origin: left top;
  transform: scale(0, 1) rotate(0.0001deg);
}
.c-animateScaleX02.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateScaleX03 {
  transform-origin: right top;
  transform: scale(0, 1) rotate(0.0001deg);
}
.c-animateScaleX03.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateScaleY01 {
  transform: scale(1, 0) rotate(0.0001deg);
}
.c-animateScaleY01.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateScaleY02 {
  transform-origin: left top;
  transform: scale(1, 0) rotate(0.0001deg);
}
.c-animateScaleY02.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
  transition-duration: 0.8s;
}

.c-animateScaleY03 {
  transition-duration: 0.8s;
  transform-origin: left bottom;
  transform: scale(1, 0) rotate(0.0001deg);
}
.c-animateScaleY03.is-animated {
  transform: scale(1, 1) rotate(0.0001deg);
}

.c-animateBlur01 {
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.c-animateBlur01.is-animated {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition-duration: 0.8s;
}

.c-animateBlur02 {
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition-timing-function: ease-in-out;
}
.c-animateBlur02.is-animated {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition-duration: 0.3s;
}

.c-animatePopY01 {
  opacity: 0;
}
.c-animatePopY01.is-animated {
  animation: popY01 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  animation-fill-mode: forwards;
}
@keyframes popY01 {
  0%{
    top: 0;
    opacity: 0;
  }
  35% {
    top: -25%;
    opacity: 1;
  }
  50% {
    top: 5%;
    opacity: 1;
  }
  70% {
    top: -3%;
    opacity: 1;
  }
  80% {
    top: 2%;
    opacity: 1;
  }
  90% {
    top: -1%;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-animateMoveX01 {
    transform: translate(40px, 0) rotate(0.0001deg);
  }

  .c-animateMoveX02 {
    transform: translate(-40px, 0) rotate(0.0001deg);
  }

  .c-animateMoveY01 {
    transform: translate(0, 40px) rotate(0.0001deg);
  }

  .c-animateMoveY02 {
    transform: translate(0, -40px) rotate(0.0001deg);
  }
  
  .c-animateTxt01 {
    transform: translate(0, -40px) rotate(0.0001deg);
  }
}


/* Other ----------------------------*/
/* -- Font Family -- */
.c-ff-notosans {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif !important;
}
.c-ff-notoserif {
  font-family: 'Noto Serif JP', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}
.c-ff-prompt {
  font-family: 'Prompt', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif !important;
}

/* -- Text Align -- */
.c-taLeft {
  text-align: left !important;
}
.c-taRight {
  text-align: right !important;
}
.c-taCenter {
  text-align: center !important;
}

/* -- Letter Spacing -- */
.c-lsN001 {
  letter-spacing: -0.01em !important;
}
.c-lsN002 {
  letter-spacing: -0.02em !important;
}
.c-lsN003 {
  letter-spacing: -0.03em !important;
}
.c-lsN004 {
  letter-spacing: -0.04em !important;
}
.c-lsN005 {
  letter-spacing: -0.05em !important;
}
.c-lsN006 {
  letter-spacing: -0.06em !important;
}
.c-lsN007 {
  letter-spacing: -0.07em !important;
}
.c-lsN008 {
  letter-spacing: -0.08em !important;
}
.c-lsN009 {
  letter-spacing: -0.09em !important;
}
.c-lsN010 {
  letter-spacing: -0.10em !important;
}

/* -- Pointer Event -- */
.c-peNone {
  pointer-events: none !important;
}