@charset "UTF-8";
body,
p,
h1,
figure,
ul,
ol,
dl,
dt,
dd {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

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

img {
  display: block;
}

br.w1600 {
  display: none;
}
br.w1500 {
  display: none;
}
br.w1300 {
  display: none;
}
br.w1080 {
  display: none;
}
br.w960 {
  display: none;
}
br.w800 {
  display: none;
}
br.w640 {
  display: none;
}
br.w480 {
  display: none;
}
br.w414 {
  display: none;
}
br.all {
  display: inline;
}

@media (max-width: 1600px) {
  br.all {
    display: none !important;
  }
  br.w1600 {
    display: inline !important;
  }
}
@media (max-width: 1500px) {
  br.w1600 {
    display: none !important;
  }
  br.w1500 {
    display: inline !important;
  }
}
@media (max-width: 1300px) {
  br.w1500 {
    display: none !important;
  }
  br.w1300 {
    display: inline !important;
  }
}
@media (max-width: 1080px) {
  br.w1300 {
    display: none !important;
  }
  br.w1080 {
    display: inline !important;
  }
}
@media (max-width: 960px) {
  br.w1080 {
    display: none !important;
  }
  br.w960 {
    display: inline !important;
  }
}
@media (max-width: 800px) {
  br.w960 {
    display: none !important;
  }
  br.w800 {
    display: inline !important;
  }
}
@media (max-width: 640px) {
  br.w800 {
    display: none !important;
  }
  br.w640 {
    display: inline !important;
  }
}
@media (max-width: 480px) {
  br.w640 {
    display: none !important;
  }
  br.w480 {
    display: inline !important;
  }
}
@media (max-width: 414px) {
  br.w480 {
    display: none !important;
  }
  br.w414 {
    display: inline !important;
  }
}
:root {
  --color01: #cfa972;
  --color02: #d4cab4;
}

::selection {
  background: #a40000;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 36px;
  background: url("img/bg1.png") repeat;
}

a {
  color: #c490bf;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: var(--color02);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}
.load span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
}

.com__h1 {
  margin-bottom: 30px;
  color: var(--color01);
}
.com__h1.color-black {
  color: #000;
}
.com__h1.color-black path {
  fill: #000;
}
.com__h1__deco {
  width: fit-content;
  margin: 0 auto;
}
.com__h1__deco svg {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.com__h1__text {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
  text-align: center;
  padding: 0.1em 0 0.05em;
}
.com__outline__deco {
  position: absolute;
  top: 5px;
}
.com__outline__deco svg {
  width: 100%;
  height: auto;
}
.com__outline__deco.pt01 {
  right: 5px;
}
.com__outline__deco.pt02 {
  left: 5px;
  transform: rotateY(180deg);
}

.text-split {
  overflow: hidden;
}
.text-split span {
  display: inline-block;
}

.wrap {
  padding: 50px;
  overflow: hidden;
}

.top {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  background: var(--color02);
  border: 5px solid #a4804c;
  border-bottom: none;
  border-radius: 60px 60px 0 0;
  padding: 0 30px 60px;
}
.top__h1 {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 70px auto -30px;
  visibility: hidden;
}
.top__h1 img {
  display: block;
  width: 100%;
  height: auto;
}
.top__mainvisual {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  visibility: hidden;
}
.top__mainvisual.show {
  visibility: visible;
  mask-image: url("img/mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 300% 300%;
  animation: anime-mainvisual 3s ease-out 0s 1 normal;
  animation-fill-mode: both;
}
@keyframes anime-mainvisual {
  0% {
    mask-size: 0 0;
  }
  100% {
    mask-size: 300% 300%;
  }
}
.top__mainvisual.finished {
  visibility: visible;
}
.top__mainvisual__img {
  display: block;
  width: 100%;
  height: auto;
}
.top__mainvisual__mask {
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 300% 300%;
  animation: anime-mainvisual 1.6s ease-out 0s 1 normal;
  animation-fill-mode: both;
}
.top__catch {
  width: 5.7313432836%;
  position: absolute;
  top: 25%;
  right: 25%;
  z-index: 2;
  visibility: hidden;
}
.top__catch img {
  display: block;
  width: 100%;
  height: auto;
}
.top__petals {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.top__en__title {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 72px;
  line-height: 1;
}
.top__en__author {
  text-align: center;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}
.top__officialx {
  position: absolute;
  right: 60px;
  top: -5px;
  z-index: 2;
}
.top__officialx a {
  background: #000;
  display: block;
  text-decoration: none;
  color: var(--color01);
  width: 100px;
  height: 120px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 83%, 0 100%);
  padding-top: 10px;
}
.top__officialx span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.top__officialx svg {
  display: block;
  width: 50%;
  height: auto;
  margin: 5px auto 0;
}
.top__anime-text {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0;
  z-index: 0;
  border-radius: 55px 55px 0 0;
}
.top__anime-text.pt01 {
  top: 0;
}
.top__anime-text.pt01 div {
  top: -36px;
}
.top__anime-text.pt01 div::before {
  animation: anime-top-text1 90s linear 0s normal infinite;
  animation-fill-mode: both;
}
.top__anime-text.pt01 div::after {
  animation: anime-top-text2 90s linear 0s normal infinite;
  animation-fill-mode: both;
}
.top__anime-text.pt02 {
  bottom: 0;
}
.top__anime-text.pt02 div {
  bottom: -60px;
}
.top__anime-text.pt02 div::before {
  animation: anime-top-text1 90s linear 0s reverse infinite;
  animation-fill-mode: both;
}
.top__anime-text.pt02 div::after {
  animation: anime-top-text2 90s linear 0s reverse infinite;
  animation-fill-mode: both;
}
.top__anime-text div {
  position: relative;
  width: fit-content;
}
.top__anime-text div::after, .top__anime-text div::before {
  content: "Reaper Princess Marriage";
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #c8bda5;
  font-size: 300px;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  padding-right: 0.25em;
}
@keyframes anime-top-text1 {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -100%;
  }
}
.top__anime-text div::after {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes anime-top-text2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}

.serialization {
  position: relative;
  z-index: 2;
  max-width: 740px;
  width: 75%;
  margin: 0 auto;
  color: var(--color01);
  background: #000;
  padding: 8px;
}
.serialization__inner {
  position: relative;
  border: 2px solid var(--color01);
  padding: 20px;
}
.serialization__deco {
  position: absolute;
  top: 5px;
}
.serialization__deco svg {
  width: 50px;
  height: auto;
}
.serialization__deco path {
  fill: var(--color01);
}
.serialization__deco.pt01 {
  left: 5px;
  transform: rotateY(180deg);
}
.serialization__deco.pt02 {
  right: 5px;
}
.serialization__h1 {
  font-size: 30px;
  line-height: 1;
  margin: 0 auto 25px;
  width: fit-content;
  letter-spacing: 1em;
  padding-left: 1em;
}
.serialization__links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.serialization__link__a {
  display: block;
  color: var(--color01);
  background: #fff;
  border: 1px solid var(--color01);
  text-decoration: none;
}
.serialization__link__a img {
  width: 100%;
  height: auto;
}
.serialization__link__header {
  text-align: center;
  display: block;
  background: #000;
}

.story {
  max-width: 1800px;
  background: url("img/bg2.png") repeat;
  margin: 0 auto 60px;
  padding: 15px;
  border-radius: 0 0 60px 60px;
  display: flex;
  gap: 15px;
}
.story__inner {
  border: 4px solid #000;
  padding: 4px;
}
.story__inner.pt01 {
  order: 2;
  width: 50%;
  border-radius: 0 0 50px 0;
}
.story__inner.pt02 {
  order: 1;
  width: 50%;
  border-radius: 0 0 0 50px;
}
.story__inner {
  width: 878px;
}
.story__inner__inner {
  position: relative;
  border: 2px solid #000;
  overflow: hidden;
}
.story__inner__inner.pt01 {
  border-radius: 0 0 44px 0;
  padding: 50px 20px 0;
}
.story__inner__inner.pt02 {
  height: 100%;
  border-radius: 0 0 0 44px;
  background: url("img/story-color.jpg") center center;
  background-size: cover;
}
.story__h1 {
  margin-bottom: 20px;
}
.story__h1__text {
  font-size: 90px;
  line-height: 1;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.story__h1__deco {
  width: fit-content;
  margin: 0 auto;
}
.story__h1__deco path {
  fill: #000;
}
.story__text {
  text-align: center;
}
.story__text.pt01 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-shadow: 0 0 9px #c0a579, 0 0 18px #c0a579;
  margin-bottom: 30px;
}
.story__text.pt02 {
  margin-bottom: 30px;
}
.story__koma {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.story__koma__item {
  border: 2px solid #000;
}
.story__koma__item:nth-child(1) {
  order: 3;
}
.story__koma__item:nth-child(2) {
  order: 2;
}
.story__koma__item:nth-child(3) {
  order: 1;
}
.story__koma__item img {
  display: block;
  width: 100%;
  height: auto;
}
.story__kojo {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.story__kojo__chara {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transform-origin: center bottom;
}
.story__kojo__fukidashi {
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  width: 26.9337016575%;
  height: auto;
}
.story__kojo__bg {
  display: block;
  width: 80%;
  padding-top: 80%;
  background: #000;
  position: absolute;
  bottom: -65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  transform-origin: center bottom;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.story__color {
  display: none;
}

.catch {
  max-width: 1480px;
  margin: 0 auto 80px;
}
.catch__uppertext {
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color01);
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}
.catch__uppertext__sub {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: var(--color01);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.catch__grid {
  display: grid;
  grid-template-columns: 1fr 58.1081081081% 1fr;
  grid-template-areas: "A B C";
}
.catch__textbox1 {
  grid-area: C;
  display: flex;
  justify-content: left;
}
.catch__textbox1__text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.catch__textbox1__text span {
  position: relative;
  transform-origin: center top;
  display: block;
  height: fit-content;
  background: #000;
  color: var(--color01);
  padding: 0.25em 0;
  overflow: hidden;
}
.catch__textbox1__text span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center bottom;
  transition: transform 0.8s ease-in-out;
}
.catch__textbox1__text span.show::before {
  transform: scaleY(0);
}
.catch__textbox1__text.pt01 {
  order: 2;
  font-size: 30px;
  line-height: 48px;
  margin-left: 20px;
}
.catch__textbox1__text.pt01 span {
  padding: 0.25em 0 0.5em;
}
.catch__textbox1__text.pt02 {
  order: 1;
  font-size: 72px;
  line-height: 100px;
  margin-left: 20px;
}
.catch__textbox2 {
  position: relative;
  grid-area: A;
}
.catch__textbox2__text {
  position: absolute;
  right: 20px;
  bottom: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.catch__textbox2__text__wrap {
  position: relative;
  display: block;
}
.catch__textbox2__text__wrap span {
  position: relative;
  transform-origin: center top;
  display: block;
  height: fit-content;
  background: #000;
  color: var(--color01);
  font-size: 72px;
  line-height: 100px;
  padding: 0.25em 0;
  overflow: hidden;
}
.catch__textbox2__text__wrap span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center bottom;
  transition: transform 0.8s ease-in-out;
}
.catch__textbox2__text__wrap span.show {
  overflow: visible;
}
.catch__textbox2__text__wrap span.show::before {
  transform: scaleY(0);
}
.catch__textbox2__svg {
  display: block;
  position: absolute;
  top: -210px;
  transform-origin: right bottom;
}
.catch__koma {
  grid-area: B;
  border: 5px solid var(--color01);
  padding: 5px;
  border-radius: 80px 0 80px;
}
.catch__koma img {
  width: 100%;
}
.catch__koma__wrap1 {
  border: 2px solid var(--color01);
  padding: 8px;
  border-radius: 70px 0 70px;
}
.catch__koma__wrap2 {
  position: relative;
  border-radius: 60px 0 60px;
  overflow: hidden;
}
.catch__koma__item:first-child {
  position: relative;
}
.catch__koma__item {
  position: absolute;
  top: 0;
  left: 0;
}
.catch__koma__item:nth-child(1) {
  animation: anime-intro-koma-1 8s ease-out 0s normal infinite;
  animation-fill-mode: forwards;
}
@keyframes anime-intro-koma-1 {
  0% {
    opacity: 0;
    transform: scale(1.05, 1.05) rotate(0deg);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1, 1);
  }
  20% {
    opacity: 1;
    transform: scale(1, 1);
  }
  40% {
    opacity: 1;
    transform: scale(1, 1);
  }
  41% {
    opacity: 0;
    transform: scale(1, 1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
.catch__koma__item:nth-child(2) {
  animation: anime-intro-koma-2 8s ease-out 1.6s normal infinite;
  animation-fill-mode: forwards;
}
@keyframes anime-intro-koma-2 {
  0% {
    opacity: 0;
    transform: scale(1.05, 1.05) rotate(0deg);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1, 1);
  }
  20% {
    opacity: 1;
    transform: scale(1, 1);
  }
  40% {
    opacity: 1;
    transform: scale(1, 1);
  }
  41% {
    opacity: 0;
    transform: scale(1, 1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
.catch__koma__item:nth-child(3) {
  animation: anime-intro-koma-3 8s ease-out 3.2s normal infinite;
  animation-fill-mode: forwards;
}
@keyframes anime-intro-koma-3 {
  0% {
    opacity: 0;
    transform: scale(1.05, 1.05) rotate(0deg);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1, 1);
  }
  20% {
    opacity: 1;
    transform: scale(1, 1);
  }
  40% {
    opacity: 1;
    transform: scale(1, 1);
  }
  41% {
    opacity: 0;
    transform: scale(1, 1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
.catch__koma__item:nth-child(4) {
  animation: anime-intro-koma-4 8s ease-out 4.8s normal infinite;
  animation-fill-mode: forwards;
}
@keyframes anime-intro-koma-4 {
  0% {
    opacity: 0;
    transform: scale(1.05, 1.05) rotate(0deg);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1, 1);
  }
  20% {
    opacity: 1;
    transform: scale(1, 1);
  }
  40% {
    opacity: 1;
    transform: scale(1, 1);
  }
  41% {
    opacity: 0;
    transform: scale(1, 1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
.catch__koma__item:nth-child(5) {
  animation: anime-intro-koma-5 8s ease-out 6.4s normal infinite;
  animation-fill-mode: forwards;
}
@keyframes anime-intro-koma-5 {
  0% {
    opacity: 0;
    transform: scale(1.05, 1.05) rotate(0deg);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1, 1);
  }
  20% {
    opacity: 1;
    transform: scale(1, 1);
  }
  40% {
    opacity: 1;
    transform: scale(1, 1);
  }
  41% {
    opacity: 0;
    transform: scale(1, 1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}

.character {
  margin: 0 auto 100px;
}
.character__profile {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.character__profile__wrap {
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.2);
  transform-origin: center top;
}
.character__card {
  position: relative;
  padding-top: 52.5%;
}
.character__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.character__loading {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  animation: anime-character-loading 1s linear 0s normal infinite;
}
@keyframes anime-character-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.character__share {
  position: absolute;
  right: 80px;
  top: 0;
}
.character__share__tip {
  position: absolute;
  left: -90px;
  bottom: calc(100% + 18px);
  width: max-content;
  color: var(--color01);
  background: #000;
  padding: 0 0.75em;
  font-size: 14px;
  line-height: 30px;
  border-radius: 6px;
}
.character__share__tip::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.character__share a {
  display: block;
  width: 80px;
  height: 108px;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 83%, 0 100%);
  text-align: center;
  color: var(--color01);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 10px;
}
.character__share svg {
  width: 50%;
  height: auto;
  display: block;
  margin: 5px auto 0;
}
.character__btns {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  list-style: none;
}
.character__btn {
  position: relative;
}
.character__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color01);
  box-shadow: 0 0 12px var(--color01);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.character__btn button {
  width: 120px;
  border: 3px solid #000;
  padding: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
}
.character__btn button::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #a6937c;
  mix-blend-mode: color;
  opacity: 1;
}
.character__btn img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
.character__btn.current::after {
  opacity: 1;
}

.comics {
  max-width: 1800px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: calc(100% - 704px) 704px;
  background: url("img/bg2.png") repeat;
  overflow: hidden;
  border-radius: 0 60px 0 60px;
}
.comics__h1 {
  text-align: center;
}
.comics__h1__text {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
}
.comics__h1__deco path {
  fill: #000;
}
.comics__lineup {
  padding: 15px;
}
.comics__lineup__inner {
  position: relative;
  border: 4px solid #000;
  border-radius: 0 0 0 56px;
  height: 100%;
  padding: 4px;
}
.comics__lineup__inner__inner {
  position: relative;
  min-height: 100%;
  padding: 50px 40px 30px;
  border: 2px solid #000;
  border-radius: 0 0 0 52px;
}
.comics__scroll {
  width: 100%;
  padding: 0 0 30px;
  overflow-x: scroll;
}
.comics__scroll::-webkit-scrollbar {
  background: #d4cab4;
  height: 5px;
}
.comics__scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  cursor: grab;
}
.comics__list {
  width: fit-content;
  display: flex;
  margin: 0 auto;
  gap: 30px;
}
.comics__item__h1 {
  width: 360px;
  border: 1px solid #000;
}
.comics__item__h1 img {
  width: 100%;
}
.comics__item__btn {
  position: relative;
  margin-top: 5px;
  font-size: 16px;
  line-height: 50px;
  user-select: none;
}
.comics__item__btn a {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #000;
  color: var(--color01);
}
.comics__item__btn.disabled::after {
  content: "準備中";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #9f9f9f;
  background: #2e2e2e;
  position: absolute;
  top: 0;
  left: 0;
}
.comics__latest img {
  display: block;
  width: 100%;
  height: auto;
}

.info__content {
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #000;
  color: #fff;
  padding: 5px;
}
.info__content__grid {
  border: 1px solid var(--color01);
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "A B" "A C";
}
.info__icon {
  grid-area: A;
  padding: 20px;
  border-right: 1px solid var(--color01);
}
.info__icon__inner {
  position: relative;
  border: 1px solid var(--color01);
  border-radius: 10px;
  overflow: hidden;
}
.info__icon__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 5px solid #000;
  position: absolute;
  top: 0px;
  left: 0px;
}
.info__icon__inner.jump {
  animation: anime-info-icon-jump 3s linear 0s infinite normal;
  animation-fill-mode: both;
}
@keyframes anime-info-icon-jump {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 0);
  }
  84% {
    transform: translate(0, -9%);
  }
  88% {
    transform: translate(0, 0);
  }
  91% {
    transform: translate(0, -6%);
  }
  94% {
    transform: translate(0, 0);
  }
  97% {
    transform: translate(0, -3%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.info__icon img {
  width: 100%;
}
.info__h1 {
  grid-area: B;
  border-bottom: 1px solid var(--color01);
  padding: 25px 20px;
  font-size: 24px;
  line-height: 1.2;
}
.info__textbox {
  grid-area: C;
  padding: 20px;
}
.info__btn {
  margin-top: 20px;
  display: flex;
  justify-content: right;
}
.info__btn a {
  display: block;
  text-decoration: none;
  width: 400px;
  color: var(--color01);
  background: #1b1b1b;
  border: 1px solid var(--color01);
  text-align: center;
  font-size: 24px;
  line-height: 78px;
}

.footer {
  position: relative;
  background: #000;
  color: #fff;
  padding: 60px 30px 30px;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color01);
  position: absolute;
  top: 5px;
  left: 0;
}
.footer__pagetop {
  width: 442px;
  position: absolute;
  right: 30px;
  bottom: 0;
  overflow: hidden;
}
.footer__pagetop a,
.footer__pagetop img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__share {
  margin-bottom: 50px;
}
.footer__share__h1 {
  text-align: center;
  color: var(--color01);
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1em;
  margin-bottom: 20px;
}
.footer__share__h1::before {
  content: "";
  display: inline-block;
  width: 1em;
}
.footer__share__ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  list-style: none;
}
.footer__share__ul li {
  width: fit-content;
}
.footer__share__ul svg {
  width: 100%;
  height: auto;
}
.footer__maggarden {
  width: fit-content;
  margin: 0 auto 10px;
}
.footer__maggarden a, .footer__maggarden img {
  display: block;
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 1600px) {
  .wrap {
    padding: 30px;
  }
  .comics__list {
    gap: 15px;
  }
  .info {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .com__h1__deco svg {
    width: 90%;
  }
  .com__h1__text {
    font-size: 81px;
  }
  .com__outline__deco {
    width: 80px;
  }
  .top {
    padding: 0 10px 60px;
  }
  .story {
    gap: 0;
  }
  .story__inner.pt02 {
    border-right: none;
  }
  .story__text.pt01 {
    font-size: 42px;
  }
  .story__koma {
    gap: 15px;
  }
  .catch__textbox2__svg {
    width: 260px;
    height: auto;
    top: -202px;
  }
  .comics__lineup__inner__inner {
    padding: 50px 30px 30px;
  }
  .footer {
    display: grid;
    grid-template-columns: 1fr 446px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
  .com__h1__deco svg {
    width: 80%;
  }
  .com__h1__text {
    font-size: 72px;
  }
  .top__h1 {
    width: 75%;
  }
  .top__en__title {
    font-size: 60px;
  }
  .top__en__author {
    font-size: 42px;
  }
  .top__officialx a {
    width: 80px;
    height: 96px;
    padding-top: 8px;
  }
  .top__officialx a span {
    font-size: 12px;
    line-height: 16px;
  }
  .story {
    padding: 10px;
  }
  .story__text.pt01 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .story__koma {
    gap: 10px;
  }
  .catch__grid {
    grid-template-columns: 1fr 68% 1fr;
  }
  .catch__textbox1__text.pt01 {
    font-size: 2vw;
    line-height: 1.6;
    margin-left: 1.5vw;
  }
  .catch__textbox1__text.pt02 {
    font-size: 5vw;
    line-height: 1.5;
    margin-left: 1.5vw;
  }
  .catch__textbox2__svg {
    width: 200%;
    top: -33%;
    right: -5%;
  }
  .catch__textbox2__text {
    right: 1.5vw;
  }
  .catch__textbox2__text__wrap span {
    font-size: 5vw;
    line-height: 1.5;
  }
  .character__profile {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .character__btn button {
    width: 100px;
  }
  .comics {
    grid-template-columns: calc(100% - 560px) 560px;
  }
  .comics__lineup {
    padding: 10px;
  }
  .comics__lineup__inner__inner {
    padding: 40px 30px 20px;
  }
  .comics__item__h1 {
    width: 260px;
  }
  .comics__item__btn {
    font-size: 14px;
    line-height: 46px;
  }
  .info__content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap {
    padding: 15px;
  }
  .com__h1__deco svg {
    width: 60%;
  }
  .com__h1__text {
    font-size: 60px;
  }
  .top {
    border-radius: 50px 50px 0 0;
  }
  .top__h1 {
    margin: 60px auto -20px;
  }
  .top__catch {
    width: 7%;
    top: 19%;
    right: 24%;
  }
  .top__officialx {
    right: 50px;
  }
  .top__anime-text {
    border-radius: 45px 45px 0 0;
  }
  .top__anime-text.pt01 div {
    top: -34px;
  }
  .top__anime-text.pt02 div {
    bottom: -52px;
  }
  .top__anime-text div::before, .top__anime-text div::after {
    font-size: 260px;
  }
  .story {
    border-radius: 0 0 50px 50px;
    margin-bottom: 40px;
  }
  .story__inner {
    border-width: 3px;
  }
  .story__inner.pt01 {
    border-radius: 0 0 40px 0;
  }
  .story__inner.pt02 {
    border-radius: 0 0 0 40px;
  }
  .story__inner__inner {
    border-width: 1px;
  }
  .story__inner__inner.pt01 {
    border-radius: 0 0 34px 0;
  }
  .story__inner__inner.pt02 {
    border-radius: 0 0 0 34px;
  }
  .story__text.pt01 {
    font-size: 30px;
  }
  .catch {
    margin-bottom: 60px;
  }
  .character {
    margin-bottom: 80px;
  }
  .character__share {
    right: 60px;
  }
  .character__share a {
    width: 60px;
    height: 81px;
    font-size: 10px;
    line-height: 14px;
    padding-top: 7px;
  }
  .character__share__tip {
    font-size: 11px;
    line-height: 24px;
    left: -71px;
  }
  .comics {
    grid-template-columns: calc(100% - 500px) 500px;
    border-radius: 0 50px 0 50px;
  }
  .comics__scroll {
    padding: 0 0 20px;
  }
  .comics__lineup__inner {
    border-width: 3px;
    border-radius: 0 0 0 40px;
  }
  .comics__lineup__inner__inner {
    border-width: 1px;
    border-radius: 0 0 0 34px;
  }
  .comics__item__h1 {
    width: 240px;
  }
  .comics__item__btn {
    font-size: 12px;
    line-height: 42px;
  }
  .info__content {
    margin-bottom: 15px;
  }
  .info__btn a {
    width: 360px;
    font-size: 21px;
  }
  .footer__pagetop {
    right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .top {
    padding: 0 10px 40px;
  }
  .top__en__title {
    font-size: 42px;
  }
  .top__en__author {
    font-size: 30px;
  }
  .top__anime-text div::before, .top__anime-text div::after {
    font-size: 200px;
  }
  .top__anime-text.pt01 div {
    top: -28px;
  }
  .top__anime-text.pt02 div {
    bottom: -40px;
  }
  .top__officialx a {
    width: 60px;
    height: 80px;
  }
  .top__officialx a span {
    font-size: 10px;
    line-height: 14px;
  }
  .serialization__h1 {
    font-size: 24px;
  }
  .story {
    display: block;
  }
  .story__inner.pt01 {
    width: 100%;
    border-radius: 0 0 40px 40px;
  }
  .story__inner__inner.pt01 {
    border-radius: 0 0 34px 34px;
  }
  .story__inner.pt02 {
    display: none;
  }
  .story__color {
    display: block;
    border: 1px solid #000;
    margin-bottom: 30px;
  }
  .story__color img {
    display: block;
    width: 100%;
    height: auto;
  }
  .comics {
    display: block;
    border-radius: 0 0 50px 50px;
  }
  .comics__lineup__inner {
    border-radius: 0 0 40px 40px;
  }
  .comics__lineup__inner__inner {
    border-radius: 0 0 34px 34px;
  }
  .comics__latest {
    display: none;
  }
  .info__h1 {
    font-size: 21px;
  }
  .info__btn a {
    width: 320px;
    font-size: 18px;
    line-height: 64px;
  }
  .footer {
    grid-template-columns: 1fr 320px;
    padding: 45px 15px 30px;
  }
  .footer__share {
    margin-bottom: 30px;
  }
  .footer__share__h1 {
    font-size: 12px;
  }
  .footer__share__ul li {
    width: 50px;
  }
  .footer__maggarden img {
    width: 180px;
  }
  .footer__pagetop {
    width: 320px;
  }
}
@media screen and (max-width: 800px) {
  .top {
    border-radius: 40px 40px 0 0;
  }
  .top__h1 {
    margin: 55px auto -10px;
  }
  .top__anime-text {
    border-radius: 35px 35px 0 0;
  }
  .top__anime-text.pt01 div {
    top: -20px;
  }
  .top__anime-text.pt02 div {
    bottom: -32px;
  }
  .top__anime-text div::before, .top__anime-text div::after {
    font-size: 160px;
  }
  .top__officialx {
    right: 40px;
  }
  .top__officialx a {
    padding-top: 5px;
    height: 70px;
  }
  .top__officialx a span {
    line-height: 12px;
  }
  .top__officialx svg {
    margin: 4px auto 0;
  }
  .serialization__inner {
    padding: 15px;
  }
  .serialization__deco svg {
    width: 35px;
  }
  .serialization__h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .serialization__links {
    gap: 10px;
  }
  .story {
    border-radius: 0 0 40px 40px;
  }
  .story__inner.pt01 {
    border-radius: 0 0 30px 30px;
  }
  .story__inner__inner.pt01 {
    border-radius: 0 0 24px 24px;
  }
  .catch__uppertext {
    font-size: 30px;
  }
  .catch__uppertext__sub {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .catch__koma {
    border-radius: 60px 0;
    border-width: 3px;
    padding: 3px;
  }
  .catch__koma__wrap1 {
    border-radius: 54px 0;
    border-width: 1px;
    padding: 5px;
  }
  .catch__koma__wrap2 {
    border-radius: 50px 0;
  }
  .character__profile {
    padding: 0;
    margin-bottom: 25px;
  }
  .character__profile__wrap {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .character__share {
    right: 40px;
  }
  .character__share a {
    width: 50px;
    height: 70px;
    line-height: 12px;
    padding-top: 5px;
  }
  .character__share__tip {
    left: -112px;
    bottom: calc(100% + 12px);
  }
  .character__share__tip::after {
    width: 10px;
    height: 10px;
    left: auto;
    right: 61px;
    bottom: -9px;
  }
  .character__btns {
    width: 84%;
    gap: 5px;
  }
  .character__btn button {
    width: 100%;
  }
  .comics {
    border-radius: 0 0 40px 40px;
  }
  .comics__lineup__inner {
    border-radius: 0 0 30px 30px;
  }
  .comics__lineup__inner__inner {
    border-radius: 0 0 24px 24px;
  }
  .info__icon {
    padding: 15px;
  }
  .info__h1 {
    font-size: 18px;
    padding: 20px 15px;
  }
  .info__textbox {
    padding: 15px;
  }
  .info__btn a {
    width: 300px;
    font-size: 16px;
    line-height: 60px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
    line-height: 24px;
  }
  .com__outline__deco {
    width: 70px;
  }
  .top {
    padding: 0 0 30px;
  }
  .top__h1 {
    width: 84%;
    margin: 40px auto -10px;
  }
  .top__catch {
    width: 10%;
    top: 18%;
    right: 15%;
  }
  .top__en__title {
    font-size: 36px;
  }
  .top__en__author {
    font-size: 24px;
  }
  .top__officialx {
    transform-origin: right top;
    transform: scale(0.8);
  }
  .top__anime-text.pt01 div {
    top: -16px;
  }
  .top__anime-text.pt02 div {
    bottom: -28px;
  }
  .top__anime-text div::before, .top__anime-text div::after {
    font-size: 140px;
  }
  .serialization {
    padding: 5px;
  }
  .serialization__inner {
    border-width: 1px;
  }
  .story__inner__inner.pt01 {
    padding: 40px 20px 0;
  }
  .story__text.pt02 {
    text-shadow: 0 0 4px #c19762;
  }
  .character {
    margin-bottom: 60px;
  }
  .character__profile {
    margin-top: 35px;
  }
  .character__profile__wrap {
    width: calc(100% + 30px);
    left: -15px;
  }
  .character__share {
    right: 30px;
  }
  .character__share a {
    transform-origin: right top;
    transform: scale(0.9);
  }
  .character__share__tip {
    font-size: 10px;
    line-height: 20px;
    left: -111px;
    border-radius: 3px;
  }
  .character__share__tip::after {
    right: 42px;
  }
  .character__btns {
    width: 90%;
  }
  .character__btn button {
    border-width: 2px;
    padding: 3px;
  }
  .character__btn::after {
    border-width: 2px;
    box-shadow: 0 0 8px var(--color01);
  }
  .comics {
    margin-bottom: 60px;
  }
  .comics__lineup__inner__inner {
    padding: 30px 20px 20px;
  }
  .info__icon {
    padding: 10px;
  }
  .info__icon__inner {
    border-radius: 6px;
  }
  .info__icon__inner::before {
    border-radius: 6px;
    border-width: 3px;
  }
  .footer {
    grid-template-columns: 1fr 220px;
  }
  .footer__pagetop {
    width: 220px;
    right: 10px;
  }
  .footer__share__h1 {
    margin-bottom: 15px;
  }
  .footer__share__ul {
    gap: 20px;
  }
  .footer__maggarden {
    margin-bottom: 5px;
  }
  .footer__maggarden img {
    width: 150px;
  }
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .com__h1 {
    margin-bottom: 20px;
  }
  .com__h1__text {
    font-size: 11vw;
  }
  .com__h1__deco.deco2 {
    width: 48vw;
  }
  .com__h1__deco.deco3 {
    width: 30vw;
  }
  .com__h1__deco svg {
    width: 100%;
  }
  .com__outline__deco {
    width: 12vw;
  }
  .top {
    border-width: 3px;
    border-radius: 30px 30px 0 0;
  }
  .top__h1 {
    margin: 40px auto -5px;
  }
  .top__en__title {
    font-size: 6vw;
  }
  .top__en__author {
    font-size: 4.5vw;
  }
  .top__officialx {
    right: 25px;
  }
  .top__anime-text.pt01 div {
    top: -2.5vw;
  }
  .top__anime-text.pt02 div {
    bottom: -5vw;
  }
  .top__anime-text div::before, .top__anime-text div::after {
    font-size: 25vw;
  }
  .serialization {
    width: 86%;
  }
  .serialization__h1 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .story {
    border-radius: 0 0 30px 30px;
    padding: 5px;
  }
  .story__inner {
    border-width: 2px;
    padding: 3px;
  }
  .story__inner.pt01 {
    border-radius: 0 0 26px 26px;
  }
  .story__inner__inner.pt01 {
    border-radius: 0 0 22px 22px;
    padding: 30px 15px 0;
  }
  .story__text.pt01 {
    font-size: 6vw;
    margin-bottom: 15px;
  }
  .story__koma {
    gap: 6px;
    margin-bottom: 35px;
  }
  .catch {
    margin-bottom: 40px;
  }
  .catch__uppertext {
    font-size: 5vw;
    margin-bottom: 5px;
  }
  .catch__uppertext__sub {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .catch__textbox1__text.pt01 {
    font-size: 2.5vw;
  }
  .catch__koma {
    border-radius: 40px 0;
  }
  .catch__koma__wrap1 {
    border-radius: 35px 0;
    padding: 4px;
  }
  .catch__koma__wrap2 {
    border-radius: 31px 0;
  }
  .character__btns {
    width: 100%;
  }
  .character__btn button {
    padding: 2px;
  }
  .character__loading {
    width: 40px;
    height: 40px;
  }
  .character__share a {
    transform: scale(0.8);
  }
  .character__share__tip {
    bottom: calc(100% + 8px);
  }
  .character__share__tip::after {
    height: 6px;
    bottom: -5px;
    right: 39px;
  }
  .comics {
    border-radius: 0 0 30px 30px;
    margin-bottom: 40px;
  }
  .comics__lineup {
    padding: 5px;
  }
  .comics__lineup__inner {
    border-radius: 0 0 26px 26px;
    border-width: 2px;
    padding: 3px;
  }
  .comics__lineup__inner__inner {
    border-radius: 0 0 22px 22px;
    padding: 30px 15px 20px;
  }
  .comics__item__h1 {
    width: 200px;
  }
  .info {
    margin-bottom: 60px;
  }
  .info__h1 {
    font-size: 16px;
    padding: 15px 15px;
  }
  .info__content__grid {
    grid-template-columns: 100px 1fr;
  }
  .info__btn a {
    width: 100%;
    font-size: 14px;
    line-height: 50px;
  }
  .info__textbox {
    padding: 10px;
  }
  .footer {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 0;
  }
  .footer__pagetop {
    order: 2;
    position: relative;
    width: 70%;
    margin: 15px auto 0;
    right: 0;
    left: 11%;
  }
  .footer__main {
    order: 1;
    width: 100%;
  }
  .footer__share {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .load {
    font-size: 10px;
    line-height: 12px;
  }
  .load span {
    font-size: 12px;
    line-height: 18px;
  }
  .com__h1__text {
    font-size: 10vw;
  }
  .top {
    border-radius: 20px 20px 0 0;
  }
  .top__officialx {
    transform: scale(0.7);
  }
  .serialization__inner {
    padding: 15px 10px 10px;
  }
  .serialization__deco svg {
    width: 30px;
  }
  .serialization__link__header {
    font-size: 11px;
    line-height: 20px;
  }
  .story {
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
  }
  .story__color {
    margin-bottom: 20px;
  }
  .story__text.pt02 {
    margin-bottom: 20px;
  }
  .story__koma {
    margin-bottom: 30px;
  }
  .story__inner.pt01 {
    border-radius: 0 0 16px 16px;
  }
  .story__inner__inner.pt01 {
    border-radius: 0 0 12px 12px;
  }
  .catch__textbox2__svg {
    width: 210%;
  }
  .character {
    margin-bottom: 40px;
  }
  .character__profile {
    margin: 0 auto 20px;
  }
  .character__share {
    right: 20px;
    top: -2px;
  }
  .character__share a {
    transform: scale(0.7);
  }
  .character__share__tip {
    display: none;
  }
  .comics {
    border-radius: 0 0 20px 20px;
  }
  .comics__item__btn {
    line-height: 36px;
  }
  .comics__lineup__inner {
    border-radius: 0 0 16px 16px;
  }
  .comics__lineup__inner__inner {
    border-radius: 0 0 12px 12px;
  }
  .info {
    margin-bottom: 40px;
  }
  .info__content__grid {
    display: block;
  }
  .info__icon {
    border-right: none;
    padding: 15px 10px 0;
  }
  .info__icon__inner {
    width: 40%;
    margin: 0 auto;
  }
  .info__h1 {
    text-align: center;
    line-height: 1.5;
  }
  .info__textbox {
    padding: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
