/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-bound: cubic-bezier(0.34, 1.56, 0.64, 1);
}

img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}

h2,
h3 {
  font-weight: 400;
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

.p-wrap {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s var(--ease-main);
}
.is-load .p-wrap {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .p-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: 6.8%;
    padding: 0 50px;
  }
}

.p-wrap__deco-item {
  width: 50px;
  height: 100vh;
  position: fixed;
  top: 0;
  background: linear-gradient(to bottom, #fb7f8d, #8ecef3, #f8e79c);
  margin-right: 6.8%;
  transition: -webkit-clip-path 0.7s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main);
}
.p-wrap__deco-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes pcRepeatTop {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -380px;
  }
}
@keyframes pcRepeatBtm {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 380px;
  }
}
.p-wrap__deco-item:nth-of-type(1) {
  right: 450px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.p-wrap__deco-item:nth-of-type(1)::before {
  background: url(../img/pc/decor_txt_repeat_L.png) repeat-y left top/contain;
  animation: pcRepeatTop 7s linear infinite;
}
.p-wrap__deco-item:nth-of-type(2) {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.p-wrap__deco-item:nth-of-type(2)::before {
  background: url(../img/pc/decor_txt_repeat_R.png) repeat-y left top/contain;
  animation: pcRepeatBtm 7s linear infinite;
}
.is-load .p-wrap__deco-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #002164, #72aad0);
}
.p-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_star_repeat.png) repeat left top/1082.5px 428.5px;
  animation: bgStar 60s linear infinite;
}
@keyframes bgStar {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1082.5px;
  }
}

.p-bg__deco-item {
  position: absolute;
}
.p-bg__deco-item:nth-of-type(1) img {
  transition-delay: 0.1s;
}
.p-bg__deco-item:nth-of-type(2) img {
  transition-delay: 0.2s;
}
.p-bg__deco-item:nth-of-type(3) img {
  transition-delay: 0.3s;
}
.p-bg__deco-item:nth-of-type(4) img {
  transition-delay: 0.4s;
}
.p-bg__deco-item:nth-of-type(5) img {
  transition-delay: 0.5s;
}
.p-bg__deco-item:nth-of-type(6) img {
  transition-delay: 0.6s;
}
.p-bg__deco-item:nth-of-type(7) img {
  transition-delay: 0.7s;
}
.p-bg__deco-item:nth-of-type(8) img {
  transition-delay: 0.8s;
}
.p-bg__deco-item:nth-of-type(9) img {
  transition-delay: 0.9s;
}
.p-bg__deco-item:nth-of-type(10) img {
  transition-delay: 1s;
}
.p-bg__deco-item img {
  display: block;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.is-load .p-bg__deco-item img {
  opacity: 1;
  transform: scale(1);
}
.p-bg__deco-item:nth-of-type(1) {
  width: 20px;
  right: 2%;
  top: 36.4%;
}
.p-bg__deco-item:nth-of-type(2) {
  width: 14px;
  right: auto;
  left: 1.3%;
  top: 23.2%;
}
.p-bg__deco-item:nth-of-type(3) {
  width: 20px;
  left: 22.9%;
  top: 12%;
}
.p-bg__deco-item:nth-of-type(4) {
  width: 18px;
  left: 6.8%;
  top: 66.7%;
}
.p-bg__deco-item:nth-of-type(5) {
  width: 18px;
  left: 23%;
  top: 91.7%;
}
.p-bg__deco-item:nth-of-type(6) {
  width: 22px;
  left: 51.6%;
  top: 53.9%;
}
.p-bg__deco-item:nth-of-type(7) {
  width: 29px;
  left: 32.6%;
  top: 25.2%;
}
.p-bg__deco-item:nth-of-type(8) {
  width: 30px;
  right: 4.6%;
  top: 87.9%;
}
.p-bg__deco-item:nth-of-type(9) {
  width: 35px;
  right: 2.3%;
  top: 50%;
}
.p-bg__deco-item:nth-of-type(10) {
  width: 50px;
  left: 37.6%;
  top: 5.9%;
}
.p-bg__deco-item:nth-of-type(11) {
  width: 50px;
  left: 48.6%;
  top: 81.9%;
  transform: rotate(-118deg);
}
.p-bg__deco-item:nth-of-type(12) {
  width: 25px;
  left: 32.4%;
  top: 87.9%;
}
.p-bg__deco-item:nth-of-type(13) {
  width: 30px;
  left: 2.8%;
  top: 43.9%;
  transform: rotate(-12deg);
}

.p-bg__cloud-item {
  position: absolute;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-bg__cloud-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-bg__cloud-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-bg__cloud-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-bg__cloud-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-bg__cloud-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-bg__cloud-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-bg__cloud-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-bg__cloud-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-bg__cloud-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-bg__cloud-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-load .p-bg__cloud-item {
  opacity: 1;
  transform: translateY(0);
}
.p-bg__cloud-item:nth-of-type(1) {
  width: 24%;
  left: -9.4%;
  top: 5.1%;
}
.p-bg__cloud-item:nth-of-type(2) {
  width: 12.8%;
  left: 41.5%;
  top: 19.1%;
}
.p-bg__cloud-item:nth-of-type(3) {
  width: 22.6%;
  right: -6.2%;
  top: 72.5%;
}
.p-bg__cloud-item:nth-of-type(4) {
  width: 24%;
  left: 37.9%;
  bottom: -4.8%;
}

.p-bg__inner {
  width: calc(93.2% - 500px);
  height: 100%;
  position: relative;
}

.p-bg__main {
  width: 80%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-bg__logo {
  width: 100%;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.is-load .p-bg__logo {
  opacity: 1;
  transform: translateY(0);
}

.p-bg__share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 55px auto 0;
  border-radius: 50rem;
  background-color: #002164;
  padding: 12px 40px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-bound) 0.1s;
}
.is-load .p-bg__share {
  opacity: 1;
  transform: translateY(0);
}
.p-bg__share-title {
  font-weight: 700;
  font-size: min(1.2vw, 1.8rem);
  margin-right: min(3.4vw, 56px);
}
.p-bg__share-list {
  display: flex;
  align-items: center;
}
.p-bg__share-list-item {
  width: 13%;
  margin-right: min(3.3vw, 56px);
  transition: transform 0.7s var(--ease-bound);
}
@media screen and (min-width: 900px) {
  .p-bg__share-list-item:hover {
    transform: scale(0.8);
  }
}
.p-bg__share-list-item:nth-of-type(2) {
  width: 14.5%;
}
.p-bg__share-list-item:nth-of-type(3) {
  width: 14.5%;
}
.p-bg__share-list-item:last-of-type {
  margin-right: 0;
}

.p-fix_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_sky.jpg) no-repeat center/cover;
}
@media screen and (min-width: 900px) {
  .p-fix_bg {
    max-width: 400px;
    margin-right: calc(6.8% + 50px);
    left: auto;
    right: 0;
  }
}
.p-fix_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_star_repeat.png) repeat left top/1082.5px 428.5px;
  opacity: 0.5;
  animation: bgStar 60s linear infinite;
}

.p-main {
  position: relative;
  overflow: hidden;
}

.p-kv {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(to bottom, #002164, #72aad0);
}
@media screen and (min-width: 900px) {
  .p-kv {
    height: 712px;
  }
}
.p-kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_star_repeat.png) repeat left top/1082.5px 428.5px;
  animation: bgStar 60s linear infinite;
}

.p-kv__image-item {
  width: 150%;
  height: 147.5px;
  left: 50%;
  position: absolute;
  transform: rotate(-10deg) translateX(-50%);
  background: url(../img/kv_img.jpg) repeat-x left top/787.5px 147.5px;
  z-index: 1;
  transition: -webkit-clip-path 0.6s var(--ease-main) 0.2s;
  transition: clip-path 0.6s var(--ease-main) 0.2s;
  transition: clip-path 0.6s var(--ease-main) 0.2s, -webkit-clip-path 0.6s var(--ease-main) 0.2s;
}
@media screen and (min-width: 530px) {
  .p-kv__image-item {
    transform: rotate(-7deg) translateX(-50%);
  }
}
@media screen and (min-width: 530px) and (min-width: 900px) {
  .p-kv__image-item {
    transform: rotate(-10deg) translateX(-50%);
  }
}
@keyframes kvBgRight {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 787.5px;
  }
}
@keyframes kvBgLeft {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -787.5px;
  }
}
.p-kv__image-item:nth-of-type(1) {
  top: -82px;
  animation: kvBgRight 10s linear infinite;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media screen and (min-width: 400px) {
  .p-kv__image-item:nth-of-type(1) {
    top: -120px;
  }
}
@media screen and (min-width: 400px) and (min-width: 790px) {
  .p-kv__image-item:nth-of-type(1) {
    top: -140px;
  }
}
@media screen and (min-width: 400px) and (min-width: 790px) and (min-width: 900px) {
  .p-kv__image-item:nth-of-type(1) {
    top: -87px;
  }
}
.p-kv__image-item:nth-of-type(2) {
  bottom: -25px;
  animation: kvBgLeft 10s linear infinite;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.is-load .p-kv__image-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-kv__cloud-item {
  position: absolute;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-kv__cloud-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-kv__cloud-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-kv__cloud-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-kv__cloud-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-kv__cloud-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-kv__cloud-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-kv__cloud-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-kv__cloud-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-kv__cloud-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-kv__cloud-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-load .p-kv__cloud-item {
  opacity: 1;
  transform: translateY(0);
}
.p-kv__cloud-item:nth-of-type(1) {
  width: 75%;
  left: -30.3%;
  top: 19.3%;
}
.p-kv__cloud-item:nth-of-type(2) {
  width: 42%;
  left: -15%;
  top: 74.6%;
}
.p-kv__cloud-item:nth-of-type(3) {
  width: 56%;
  right: -24%;
  top: 77.3%;
}

.p-kv__star-item {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-kv__star-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-kv__star-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-kv__star-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-kv__star-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-kv__star-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-kv__star-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-kv__star-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-kv__star-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-kv__star-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-kv__star-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-load .p-kv__star-item {
  opacity: 1;
  transform: scale(1);
}
.p-kv__star-item:nth-of-type(1) {
  width: 5.9%;
  right: 8.4%;
  top: 18.7%;
}
.p-kv__star-item:nth-of-type(2) {
  width: 3.8%;
  right: auto;
  left: 5%;
  top: 33.8%;
}
.p-kv__star-item:nth-of-type(3) {
  width: 4.4%;
  right: 33.6%;
  top: 75.2%;
}

.p-kv__logo {
  width: 100%;
  position: absolute;
  top: 52.7%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-kv__logo img {
  width: 100%;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.is-load .p-kv__logo img {
  opacity: 1;
  transform: scale(1);
}

.p-intro {
  padding: 192px 0 108px;
}

.p-intro__title {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-scroll.is-active .p-intro__title {
  opacity: 1;
  transform: translateY(0);
}

.p-intro__lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 700;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-bound) 0.1s;
}
.p-scroll.is-active .p-intro__lead {
  opacity: 1;
  transform: translateY(0);
}
.p-intro__lead p {
  margin-bottom: 26px;
}
.p-intro__lead p:last-of-type {
  margin-bottom: 32px;
}
.p-intro__lead .u-red {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #C50007;
  font-size: 1.9rem;
  line-height: 1.6;
  padding: 0 8px;
  font-style: italic;
}

.p-character {
  padding: 50px 0 93px;
  position: relative;
  z-index: 1;
}

.p-character__bg-item {
  width: 100%;
  height: 33.33%;
  position: absolute;
  left: 0;
  transform: skewY(-10deg);
}
.p-character__bg-item:nth-of-type(1) {
  top: 0;
  background-color: #FC7F8D;
}
.p-character__bg-item:nth-of-type(2) {
  top: 33.33%;
  background-color: #8ECEF2;
}
.p-character__bg-item:nth-of-type(3) {
  top: 66.66%;
  background-color: #F9E79D;
}

.p-character__title {
  margin-bottom: 38px;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-scroll.is-active .p-character__title {
  opacity: 1;
  transform: translateY(0);
}

.p-character__contents {
  position: relative;
}
.p-character__contents-list-item {
  width: 90%;
  margin: 0 auto 20px;
  padding: 4% 4.4%;
  border-radius: 15px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-character__contents-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-character__contents-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-character__contents-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-character__contents-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-character__contents-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-character__contents-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-character__contents-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-character__contents-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-character__contents-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-character__contents-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-active .p-character__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-character__contents-list-item.--arisa {
  background-color: #372D8E;
}
.p-character__contents-list-item.--arisa .p-in-name {
  width: 78%;
}
.p-character__contents-list-item.--kureha {
  background-color: #4574AA;
}
.p-character__contents-list-item.--kureha .p-in-name {
  width: 65%;
}
.p-character__contents-list-item.--komari {
  background-color: #D04E66;
}
.p-character__contents-list-item.--komari .p-in-name {
  width: 78%;
}
.p-character__contents-list-item.--runa {
  background-color: #4D2586;
}
.p-character__contents-list-item.--runa .p-in-name {
  width: 53%;
}
.p-character__contents-list-item.--kumichou {
  background-color: #2C4D52;
}
.p-character__contents-list-item.--kumichou .p-in-name {
  width: 26%;
}
.p-character__contents-list-item.--wakagashira {
  background-color: #4B711A;
}
.p-character__contents-list-item.--wakagashira .p-in-name {
  width: 26%;
}
.p-character__contents-list-item .p-in-image {
  width: 100%;
  margin: 0 auto 24px;
}
.p-character__contents-list-item .p-in-name {
  width: 78%;
  margin: 0 auto 4px;
}
.p-character__contents-list-item .p-in-ruby {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.p-character__contents-list-item .p-in-cv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 13px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 50rem;
  background-color: #000;
}
.p-character__contents-list-item .p-in-detail {
  margin-bottom: 16px;
  margin-top: 20px;
  padding-top: 26px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}
.p-character__contents-list-item .p-in-detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
  background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
  background-size: 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-staff {
  margin-top: -10%;
  padding: 126px 0 90px;
  position: relative;
  background: linear-gradient(to bottom, #002164, #72aad0);
}
.p-staff::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_star_repeat.png) repeat left top/1082.5px 428.5px;
  animation: bgStar 60s linear infinite;
}

.p-staff__cloud-item {
  position: absolute;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-staff__cloud-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-staff__cloud-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-staff__cloud-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-staff__cloud-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-staff__cloud-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-staff__cloud-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-staff__cloud-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-staff__cloud-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-staff__cloud-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-staff__cloud-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-active .p-staff__cloud-item {
  opacity: 1;
  transform: translateY(0);
}
.p-staff__cloud-item:nth-of-type(1) {
  width: 75%;
  left: -25.3%;
  top: 2.8%;
}
.p-staff__cloud-item:nth-of-type(2) {
  width: 42%;
  left: -21%;
  top: 78.6%;
}
.p-staff__cloud-item:nth-of-type(3) {
  width: 56%;
  right: -30%;
  top: 79.5%;
  transform: translateY(15px) rotateY(180deg);
}
.p-scroll.is-active .p-staff__cloud-item:nth-of-type(3) {
  opacity: 1;
  transform: translateY(0) rotateY(180deg);
}

.p-staff__title {
  margin-bottom: 34px;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-scroll.is-active .p-staff__title {
  opacity: 1;
  transform: translateY(0);
}

.p-staff__contents {
  position: relative;
}
.p-staff__contents-list-item {
  margin-bottom: 25px;
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-bound);
}
.p-staff__contents-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-staff__contents-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-staff__contents-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-staff__contents-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-staff__contents-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-staff__contents-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-staff__contents-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-staff__contents-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-staff__contents-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-staff__contents-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-active .p-staff__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-staff__contents-list-item .p-in-cv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  font-size: 1.1rem;
  padding: 3px 9px;
  background-color: #2061DF;
  border-radius: 50rem;
}
.p-staff__contents-list-item .p-in-name {
  font-size: 3rem;
}

.p-footer {
  padding: 83px 0 69px;
  position: relative;
  z-index: 1;
}

.p-footer__logo {
  width: 54%;
  margin: 0 auto 59px;
}

.p-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
}
.p-footer__share-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 28px;
}
.p-footer__share-list {
  display: flex;
  align-items: center;
}
.p-footer__share-list-item {
  width: 17px;
  margin-right: 30px;
  transition: transform 0.7s var(--ease-bound);
}
.p-footer__share-list-item:nth-of-type(2) {
  width: 20px;
}
.p-footer__share-list-item:nth-of-type(3) {
  width: 20px;
}
@media screen and (min-width: 900px) {
  .p-footer__share-list-item:hover {
    transform: scale(0.8);
  }
}
.p-footer__share-list-item:last-of-type {
  margin-right: 0;
}

.p-footer__link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.p-footer__link-list-item:last-of-type .p-in-text::before {
  display: none;
}
.p-footer__link-list-item .p-in-text {
  padding: 0 14px;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  position: relative;
  transition: color 0.7s var(--ease-bound);
}
@media screen and (min-width: 900px) {
  .p-footer__link-list-item .p-in-text:hover {
    color: #C50007;
  }
}
.p-footer__link-list-item .p-in-text::before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.p-footer__copy {
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}