@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 18rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0 0 0;
  }
}
.story_column {
  position: relative;
  width: 100%;
}
.story_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.story_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl::before {
    width: 47.3rem;
  }
}
.story_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    font-size: 5.4rem;
  }
}
.story_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 2.4rem;
  }
}
.story_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    margin-top: 6rem;
  }
}
.story_wrap:first-child {
  margin-top: 0;
}
.story_embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 74.0740740741%;
  }
}
.story_embed > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover figure::before {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.story_embed > a figure::before {
  content: "";
}
.story_embed figure {
  position: relative;
  width: 100%;
}
.story_embed figure::before {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 16rem 0 0 0;
  }
}
.intro .inner {
  max-width: 100%;
  padding: 0;
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl::before {
    width: 47.3rem;
  }
}
.intro_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    font-size: 5.4rem;
  }
}
.intro_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 2.4rem;
  }
}
.intro_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_wrap:has(.intro_list) {
  min-height: 128rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap:has(.intro_list) {
    min-height: 60vw;
  }
}
@media screen and (min-width: 1600px) {
  .intro_wrap:has(.intro_list) {
    min-height: 96rem;
  }
}
.intro_text {
  position: relative;
  width: 100%;
}
.intro_text_01 {
  width: 100%;
  margin-top: 4.8rem;
  font-size: 3rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_text_01 {
    margin-top: 3.6rem;
    font-size: 2.4rem;
  }
}
.intro_text_01:first-child {
  margin-top: 0;
}
.intro_text_01 > em {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  font-weight: 700;
  line-height: 1.5;
}
.intro_text_01 > strong {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 175%;
  font-weight: 700;
  line-height: 1.5;
}
.intro_text_02 {
  width: 85.3333333333%;
  margin: 4.8rem auto 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .intro_text_02 {
    width: 72rem;
    margin: 3.6rem auto 0 auto;
  }
}
.intro_text_02:first-child {
  margin-top: 0;
}
.intro_list {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
.intro_list > li {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .intro_list > li {
    width: 50%;
    max-width: 800px;
  }
}
.intro_list > li:nth-child(1) {
  order: 1;
}
@media screen and (min-width: 768px) {
  .intro_list > li:nth-child(1) {
    order: 2;
    margin: -10vw auto 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .intro_list > li:nth-child(1) {
    margin: -16rem auto 0 0;
  }
}
.intro_list > li:nth-child(2) {
  order: 2;
}
@media screen and (min-width: 768px) {
  .intro_list > li:nth-child(2) {
    order: 4;
    margin: -10vw auto 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .intro_list > li:nth-child(2) {
    margin: -16rem auto 0 0;
  }
}
.intro_list > li:nth-child(3) {
  order: 3;
}
@media screen and (min-width: 768px) {
  .intro_list > li:nth-child(3) {
    order: 3;
    margin: 0 0 0 auto;
  }
}
.intro_list > li:nth-child(4) {
  order: 4;
}
@media screen and (min-width: 768px) {
  .intro_list > li:nth-child(4) {
    order: 1;
    margin: 0 0 0 auto;
  }
}

/* ========================================================
    chara
======================================================== */
.chara {
  position: relative;
  width: 100%;
  /*padding: 16rem 0 0 0;*/
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .chara {
    /*padding: 12rem 0 0 0;*/
    padding: 6rem 0 0 0;
  }
}
.chara .inner {
  max-width: 1400px;
}
.chara_column {
  position: relative;
  width: 100%;
}
.chara_wrap {
  position: relative;
  width: 100%;
}
.chara_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 106.25%;
  margin: 0 -3.125%;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .chara_list {
    width: 100%;
    margin: 0;
    padding-bottom: 2.734375% !important;
  }
}
.chara_list:has(li:nth-child(1):last-child) {
  padding-bottom: 4rem;
}
.chara_list > li {
  position: relative;
  width: 86.0294117647%;
  aspect-ratio: 585/480;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .chara_list > li {
    width: 41.171875%;
    aspect-ratio: 527/432;
  }
}
.chara_list > li:nth-child(1) {
  order: 1;
  margin: 0 auto 0 0;
  background-image: url(../images/top/chara_01_img01_sp.png);
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(1) {
    order: 1;
    margin: 0 auto 0 7.8125%;
    background-image: url(../images/top/chara_01_img01_pc.png);
  }
}
.chara_list > li:nth-child(1):last-child {
  margin: 0 auto;
}
.chara_list > li:nth-child(1)::before {
  left: 4rem;
  right: inherit;
  top: 4rem;
  bottom: inherit;
  background-image: url(../images/top/chara_01_img02_sp.png);
  animation: rotateAnime01-sp 25s ease-in-out infinite;
  animation-delay: 5s;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(1)::before {
    left: 6.6413662239%;
    right: inherit;
    top: 6.6413662239%;
    bottom: inherit;
    background-image: url(../images/top/chara_01_img02_pc.png);
    animation: rotateAnime01-pc 25s ease-in-out infinite;
    animation-delay: 5s;
  }
}
.chara_list > li:nth-child(1) .chara_link {
  left: -3.5rem;
  right: inherit;
  top: inherit;
  bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(1) .chara_link {
    left: -5.6925996205%;
    right: inherit;
    top: inherit;
    bottom: 13.2827324478%;
  }
}
.chara_list > li:nth-child(2) {
  order: 2;
  margin: 14rem 0 0 auto;
  background-image: url(../images/top/chara_02_img01_sp.png);
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(2) {
    order: 3;
    margin: -14.0625% auto 0 0;
    background-image: url(../images/top/chara_02_img01_pc.png);
  }
}
.chara_list > li:nth-child(2)::before {
  left: inherit;
  right: 4rem;
  top: inherit;
  bottom: 4rem;
  background-image: url(../images/top/chara_02_img02_sp.png);
  animation: rotateAnime02-sp 25s ease-in-out infinite;
  animation-delay: 10s;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(2)::before {
    left: 6.6413662239%;
    right: inherit;
    top: 6.6413662239%;
    bottom: inherit;
    background-image: url(../images/top/chara_02_img02_pc.png);
    animation: rotateAnime02-pc 25s ease-in-out infinite;
    animation-delay: 10s;
  }
}
.chara_list > li:nth-child(2) .chara_link {
  left: inherit;
  right: -3.5rem;
  top: inherit;
  bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(2) .chara_link {
    left: -5.6925996205%;
    right: inherit;
    top: inherit;
    bottom: 13.2827324478%;
  }
}
.chara_list > li:nth-child(3) {
  order: 3;
  margin: 2rem auto 0 0;
  background-image: url(../images/top/chara_03_img01_sp.png);
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(3) {
    order: 4;
    margin: -14.0625% 7.8125% 0 auto;
    background-image: url(../images/top/chara_03_img01_pc.png);
  }
}
.chara_list > li:nth-child(3)::before {
  left: 4rem;
  right: inherit;
  top: 4rem;
  bottom: inherit;
  background-image: url(../images/top/chara_03_img02_sp.png);
  animation: rotateAnime03-sp 25s ease-in-out infinite;
  animation-delay: 15s;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(3)::before {
    left: inherit;
    right: 6.6413662239%;
    top: 6.6413662239%;
    bottom: inherit;
    background-image: url(../images/top/chara_03_img02_pc.png);
    animation: rotateAnime03-pc 25s ease-in-out infinite;
    animation-delay: 15s;
  }
}
.chara_list > li:nth-child(3) .chara_link {
  left: -3.5rem;
  right: inherit;
  top: inherit;
  bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(3) .chara_link {
    left: inherit;
    right: -5.6925996205%;
    top: inherit;
    bottom: 13.2827324478%;
  }
}
.chara_list > li:nth-child(4) {
  order: 4;
  margin: 14rem 0 0 auto;
  background-image: url(../images/top/chara_04_img01_sp.png);
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(4) {
    order: 2;
    margin: -14.0625% 0 0 auto;
    background-image: url(../images/top/chara_04_img01_pc.png);
  }
}
.chara_list > li:nth-child(4)::before {
  left: inherit;
  right: 4rem;
  top: inherit;
  bottom: 4rem;
  background-image: url(../images/top/chara_04_img02_sp.png);
  animation: rotateAnime04-sp 25s ease-in-out infinite;
  animation-delay: 20s;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(4)::before {
    left: inherit;
    right: 6.6413662239%;
    top: 6.6413662239%;
    bottom: inherit;
    background-image: url(../images/top/chara_04_img02_pc.png);
    animation: rotateAnime04-pc 25s ease-in-out infinite;
    animation-delay: 20s;
  }
}
.chara_list > li:nth-child(4) .chara_link {
  left: inherit;
  right: -3.5rem;
  top: inherit;
  bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .chara_list > li:nth-child(4) .chara_link {
    left: inherit;
    right: -5.6925996205%;
    top: inherit;
    bottom: 13.2827324478%;
  }
}
@media screen and (min-width: 768px) {
  .chara_list > li:hover .chara_link::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .chara_list > li:hover .chara_link::after {
    width: 1em;
  }
}
.chara_list > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 82.0512820513%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform-style: preserve-3d;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chara_list > li::before {
    width: 81.9734345351%;
  }
}
.chara_list > li > p {
  display: none;
}
.chara_link {
  position: absolute;
  display: inline-block;
  width: auto;
  padding: 0.12em 2em 0.12em 0.5em;
  background-color: #141414;
  z-index: 1;
}
.chara_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
  z-index: -1;
}
.chara_link::after {
  content: "";
  position: absolute;
  left: calc(100% - 1em);
  top: 50%;
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s ease;
  z-index: -1;
}
.chara_link > span {
  display: block;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .chara_link > span {
    font-size: 2.4rem;
  }
}
.chara_comment {
  position: relative;
  width: 100%;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .chara_comment {
    padding: 4.5rem 8rem;
  }
}
.chara_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.chara_comment > dt {
  display: none;
}
.chara_comment > dd {
  width: 100%;
}
.chara_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.chara_comment > dd > p:first-child {
  margin-top: 0;
}

@keyframes rotateAnime01-sp {
  0% {
    background-image: url(../images/top/chara_01_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_01_img02_sp.png);
  }
  7% {
    background-image: url(../images/top/chara_01_img03_sp.png);
  }
  10% {
    background-image: url(../images/top/chara_01_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_01_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_01_img03_sp.png);
  }
  57% {
    background-image: url(../images/top/chara_01_img02_sp.png);
  }
  60% {
    background-image: url(../images/top/chara_01_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_01_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime01-pc {
  0% {
    background-image: url(../images/top/chara_01_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_01_img02_pc.png);
  }
  7% {
    background-image: url(../images/top/chara_01_img03_pc.png);
  }
  10% {
    background-image: url(../images/top/chara_01_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_01_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_01_img03_pc.png);
  }
  57% {
    background-image: url(../images/top/chara_01_img02_pc.png);
  }
  60% {
    background-image: url(../images/top/chara_01_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_01_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime02-sp {
  0% {
    background-image: url(../images/top/chara_02_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_02_img02_sp.png);
  }
  7% {
    background-image: url(../images/top/chara_02_img03_sp.png);
  }
  10% {
    background-image: url(../images/top/chara_02_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_02_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_02_img03_sp.png);
  }
  57% {
    background-image: url(../images/top/chara_02_img02_sp.png);
  }
  60% {
    background-image: url(../images/top/chara_02_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_02_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime02-pc {
  0% {
    background-image: url(../images/top/chara_02_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_02_img02_pc.png);
  }
  7% {
    background-image: url(../images/top/chara_02_img03_pc.png);
  }
  10% {
    background-image: url(../images/top/chara_02_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_02_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_02_img03_pc.png);
  }
  57% {
    background-image: url(../images/top/chara_02_img02_pc.png);
  }
  60% {
    background-image: url(../images/top/chara_02_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_02_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime03-sp {
  0% {
    background-image: url(../images/top/chara_03_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_03_img02_sp.png);
  }
  7% {
    background-image: url(../images/top/chara_03_img03_sp.png);
  }
  10% {
    background-image: url(../images/top/chara_03_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_03_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_03_img03_sp.png);
  }
  57% {
    background-image: url(../images/top/chara_03_img02_sp.png);
  }
  60% {
    background-image: url(../images/top/chara_03_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_03_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime03-pc {
  0% {
    background-image: url(../images/top/chara_03_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_03_img02_pc.png);
  }
  7% {
    background-image: url(../images/top/chara_03_img03_pc.png);
  }
  10% {
    background-image: url(../images/top/chara_03_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_03_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_03_img03_pc.png);
  }
  57% {
    background-image: url(../images/top/chara_03_img02_pc.png);
  }
  60% {
    background-image: url(../images/top/chara_03_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_03_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime04-sp {
  0% {
    background-image: url(../images/top/chara_04_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_04_img02_sp.png);
  }
  7% {
    background-image: url(../images/top/chara_04_img03_sp.png);
  }
  10% {
    background-image: url(../images/top/chara_04_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_04_img03_sp.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_04_img03_sp.png);
  }
  57% {
    background-image: url(../images/top/chara_04_img02_sp.png);
  }
  60% {
    background-image: url(../images/top/chara_04_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_04_img02_sp.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes rotateAnime04-pc {
  0% {
    background-image: url(../images/top/chara_04_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  6% {
    background-image: url(../images/top/chara_04_img02_pc.png);
  }
  7% {
    background-image: url(../images/top/chara_04_img03_pc.png);
  }
  10% {
    background-image: url(../images/top/chara_04_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  50% {
    background-image: url(../images/top/chara_04_img03_pc.png);
    transform: rotate3d(1, 1, 0, 360deg);
  }
  56% {
    background-image: url(../images/top/chara_04_img03_pc.png);
  }
  57% {
    background-image: url(../images/top/chara_04_img02_pc.png);
  }
  60% {
    background-image: url(../images/top/chara_04_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    background-image: url(../images/top/chara_04_img02_pc.png);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 18rem 0 0 0;
  }
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .cast_ttl {
    position: absolute;
    right: 0;
    top: 0;
    width: 42rem;
  }
}
.cast_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_ttl::before {
    width: 47.3rem;
  }
}
.cast_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .cast_ttl > em {
    font-size: 5.4rem;
  }
}
.cast_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cast_ttl > span {
    font-size: 2.4rem;
  }
}
.cast_wrap {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    width: 52rem;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .cast_wrap {
    width: 52rem;
    margin: 0 auto 0 0;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cast_name {
    margin-top: 1.8rem;
  }
}
.cast_name.line {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .cast_name.line {
    margin-top: 4.5rem;
  }
}
.cast_name:first-child {
  margin-top: 0;
}
.cast_name > dt {
  width: 50%;
  text-align: left;
}
.cast_name > dt:has(+ dd > span:first-child > .cast_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .cast_name > dt:has(+ dd > span:first-child > .cast_link) {
    margin-top: 1.4em;
  }
}
.cast_name > dt > span {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span {
    font-size: 2.2rem;
  }
}
.cast_name > dt > span.min {
  letter-spacing: 0;
}
.cast_name > dd {
  width: 50%;
  text-align: right;
}
.cast_name > dd > span {
  position: relative;
  display: block;
  color: #0091a1;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span {
    font-size: 2.2rem;
  }
}
.cast_name > dd > span:has(.cast_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span:has(.cast_link) {
    margin-top: 1.4em;
  }
}
.cast_name > dd > span.min {
  letter-spacing: 0;
}
.cast_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
}
.cast_name > dd > span + span {
  margin-top: 0.6em;
}
.cast_link {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: inline-block;
  width: auto;
  padding: 0.12em 0.5em;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #141414;
  cursor: pointer !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover::before {
    width: 100%;
  }
}
.cast_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
  z-index: -1;
}
.cast_link::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -0.3em;
  display: block;
  width: 2px;
  height: 0.5em;
  background-color: #69b7bf;
}
.cast_comment {
  position: relative;
  width: 100%;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    padding: 4.5rem 8rem;
  }
}
.cast_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.cast_comment > dt {
  display: none;
}
.cast_comment > dd {
  width: 100%;
}
.cast_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.cast_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 24rem 0 0 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .staff_ttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 42rem;
  }
}
.staff_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl::before {
    width: 47.3rem;
  }
}
.staff_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    font-size: 5.4rem;
  }
}
.staff_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 2.4rem;
  }
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 52rem;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    width: 52rem;
    margin: 0 0 0 auto;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 1.8rem;
  }
}
.staff_name.line {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 4.5rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  width: 50%;
  text-align: left;
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt:has(+ dd > span:first-child > .staff_link) {
    margin-top: 1.4em;
  }
}
.staff_name > dt > span {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: 0;
}
.staff_name > dd {
  width: 50%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  color: #0091a1;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(.staff_link) {
    margin-top: 1.4em;
  }
}
.staff_name > dd > span.min {
  letter-spacing: 0;
}
.staff_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
}
.staff_name > dd > span + span {
  margin-top: 0.6em;
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: inline-block;
  width: auto;
  padding: 0.12em 0.5em;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #141414;
  cursor: pointer !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff_link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover::before {
    width: 100%;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
  z-index: -1;
}
.staff_link::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -0.3em;
  display: block;
  width: 2px;
  height: 0.5em;
  background-color: #69b7bf;
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4.5rem 8rem;
  }
}
.staff_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.staff_comment > dt {
  display: none;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 24rem 0 0 0;
  }
}
.sns_column {
  position: relative;
  width: 100%;
}
.sns_ttl {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 46.2962962963%;
    max-width: 420px;
    margin: 0 0 0 auto;
  }
}
.sns_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sns_ttl::before {
    width: 47.3rem;
  }
}
.sns_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .sns_ttl > em {
    font-size: 5.4rem;
  }
}
.sns_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sns_ttl > span {
    font-size: 2.4rem;
  }
}
.sns_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sns_wrap {
    margin-top: 6rem;
  }
}
.sns_widget {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 48.1481481481%;
    margin: -14.8rem 0 0 0;
    padding: 3.7037037037%;
  }
}
.sns_widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.sns_widget .tiktok-embed {
  height: 100%;
  margin: 0;
  padding: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .sns_widget .tiktok-embed {
    padding: 3.8461538462%;
  }
}
.sns_widget .tiktok-embed iframe {
  height: 100% !important;
  max-height: inherit !important;
}
.sns_list {
  position: relative;
  width: 87.5%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 46.2962962963%;
    max-width: 420px;
    margin: 0;
  }
}
.sns_list > li {
  width: 100%;
  aspect-ratio: 560/112;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    margin-top: 2.4rem;
  }
}
.sns_list > li:first-child {
  margin-top: 0;
}
.sns_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #141414;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover::before {
    width: 100%;
  }
}
.sns_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
  z-index: -3;
}
.sns_list > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 193.9rem;
  aspect-ratio: 1939/497;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-15%, -50%);
  z-index: -2;
}
.sns_list > li > a > svg {
  position: relative;
  width: 6.4285714286%;
  margin: 0 7.1428571429%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.sns_list > li > a > p {
  position: relative;
  width: 79.2857142857%;
  padding: 0 7.1428571429%;
}
.sns_list > li > a > p::before {
  content: "";
  position: absolute;
  left: -0.1785714286%;
  top: 50%;
  display: block;
  width: 0.3571428571%;
  height: 71.4285714286%;
  background-color: #69b7bf;
  transform: translateY(-50%);
}
.sns_list > li > a > p > em {
  display: block;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p > em {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_list > li > a > p > em {
    font-size: 2.2rem;
  }
}
.sns_list > li > a > p > span {
  display: block;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p > span {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_list > li > a > p > span {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=top.css.map */