@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #333;
  background-color: #FFF;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

h2 {
  margin: 0 auto;
  text-align: center;
}
h2 img {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 768px) {
  h2 img {
    height: 24px;
  }
}

.contents {
  opacity: 0;
  transition: 3s;
  transition-timing-function: linear;
  overflow: hidden;
}
.contents.active {
  opacity: 1;
}

footer .footer {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 30px 90px;
  }
}
footer .footer .billing {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* Webkit系ブラウザ（Chrome, Edge, Safari）向け */
::-webkit-scrollbar {
  width: 10px; /* 横スクロールバーの高さもこれ */
}

::-webkit-scrollbar-track {
  background: #fff0e6; /* 脂身っぽい背景 */
}

::-webkit-scrollbar-thumb {
  background: #d66b5b; /* 肉色メイン（やや赤めのピンク） */
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c25147; /* ホバーで少しレアな肉感 */
}

/*loading------------------------*/
.loading {
  background: linear-gradient(111deg, #FFF 0%, #ffdddd 41.02%, #ffd8d8 79%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  max-width: 400px;
  width: 50%;
  opacity: 0.5;
}

/*-------------------------------*/
/*TOP----------------------------*/
@keyframes poyon {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes clipReveal {
  0% {
    clip-path: inset(0 100% 0 0); /* 右から非表示 */
    opacity: 0;
  }
  100% {
    clip-path: inset(0); /* 全部見える */
    opacity: 1;
  }
}
@keyframes titleBounce {
  0% {
    transform: scale(0.8) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(2) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.contents-wrapper {
  overflow: hidden;
}

#top {
  position: relative;
}
#top .top_inner {
  position: relative;
}
#top .c01s, #top .c02s, #top .c03s, #top .c04s, #top .c05s, #top .c06s, #top .c07s, #top .c08s, #top .c09s, #top .c10s,
#top .copy,
#top .title {
  opacity: 0;
  transform: scale(0.8);
}
#top .c01s, #top .c02s, #top .c03s, #top .c04s, #top .c05s, #top .c06s, #top .c07s, #top .c08s, #top .c09s, #top .c10s {
  filter: drop-shadow(2px 2px 0px #000);
}
#top .bg {
  position: relative;
}
#top .copy {
  position: absolute;
  top: 10.31%;
  left: 17.5%;
  width: 66%;
}
@media screen and (max-width: 768px) {
  #top .copy {
    top: 8.35%;
    left: 21.42%;
    width: 55%;
  }
}
#top .c01s {
  position: absolute;
  top: 40.1%;
  left: 3.55%;
  width: 8.65%;
}
@media screen and (max-width: 768px) {
  #top .c01s {
    top: 55.76%;
    left: 0.84%;
    width: 24.48%;
  }
}
#top .c02s {
  position: absolute;
  top: 72.35%;
  left: 30.65%;
  width: 7.4%;
}
@media screen and (max-width: 768px) {
  #top .c02s {
    top: 64.56%;
    left: 41.79%;
    width: 20.94%;
  }
}
#top .c03s {
  position: absolute;
  top: 67.2%;
  left: 54.14%;
  width: 8.25%;
}
@media screen and (max-width: 768px) {
  #top .c03s {
    top: 74.36%;
    left: 61.7%;
    width: 23.35%;
  }
}
#top .c04s {
  position: absolute;
  top: 66.25%;
  left: 15%;
  width: 8.81%;
}
@media screen and (max-width: 768px) {
  #top .c04s {
    top: 74.32%;
    left: 15.56%;
    width: 24.92%;
  }
}
#top .c05s {
  position: absolute;
  top: 22.43%;
  left: 14.93%;
  width: 8.96%;
}
@media screen and (max-width: 768px) {
  #top .c05s {
    top: 17.14%;
    left: 22.28%;
    width: 25.37%;
  }
}
#top .c06s {
  position: absolute;
  top: 5%;
  left: 4.09%;
  width: 9.05%;
}
@media screen and (max-width: 768px) {
  #top .c06s {
    top: 1.82%;
    left: 0%;
    width: 25.38%;
  }
}
#top .c07s {
  position: absolute;
  top: 48.75%;
  left: 86.46%;
  width: 9.1%;
}
@media screen and (max-width: 768px) {
  #top .c07s {
    top: 30.68%;
    left: 76.51%;
    width: 25.74%;
  }
}
#top .c08s {
  position: absolute;
  top: 69.64%;
  left: 74.73%;
  width: 8.14%;
}
@media screen and (max-width: 768px) {
  #top .c08s {
    top: 57.28%;
    left: 76.91%;
    width: 23.03%;
  }
}
#top .c09s {
  position: absolute;
  top: 23.75%;
  left: 73.85%;
  width: 12.6%;
}
@media screen and (max-width: 768px) {
  #top .c09s {
    top: 18.55%;
    left: 48.02%;
    width: 35.67%;
  }
}
#top .c10s {
  position: absolute;
  top: 2.87%;
  left: 86.48%;
  width: 11.34%;
}
@media screen and (max-width: 768px) {
  #top .c10s {
    top: 0%;
    left: 68.86%;
    width: 32.09%;
  }
}
#top .title {
  position: absolute;
  top: 18.23%;
  left: 25.52%;
  width: 53.13%;
}
@media screen and (max-width: 768px) {
  #top .title {
    top: 35.51%;
    left: 7.44%;
    width: 82.05%;
  }
}
#top.loaded .c01s {
  visibility: visible;
  animation: poyon 0.4s ease 0.3s forwards;
}
#top.loaded .c02s {
  visibility: visible;
  animation: poyon 0.4s ease 0.45s forwards;
}
#top.loaded .c03s {
  visibility: visible;
  animation: poyon 0.4s ease 0.6s forwards;
}
#top.loaded .c04s {
  visibility: visible;
  animation: poyon 0.4s ease 0.75s forwards;
}
#top.loaded .c05s {
  visibility: visible;
  animation: poyon 0.4s ease 0.9s forwards;
}
#top.loaded .c06s {
  visibility: visible;
  animation: poyon 0.4s ease 1.05s forwards;
}
#top.loaded .c07s {
  visibility: visible;
  animation: poyon 0.4s ease 1.2s forwards;
}
#top.loaded .c08s {
  visibility: visible;
  animation: poyon 0.4s ease 1.35s forwards;
}
#top.loaded .c09s {
  visibility: visible;
  animation: poyon 0.4s ease 1.5s forwards;
}
#top.loaded .c10s {
  visibility: visible;
  animation: poyon 0.4s ease 1.65s forwards;
}
#top.loaded .copy {
  visibility: visible;
  animation: clipReveal 1s ease 2s forwards;
}
#top.loaded .title {
  visibility: visible;
  animation: titleBounce 0.6s ease 3s forwards;
}

/*-------------------------------*/
/*MOVIE--------------------------*/
@keyframes bgc01-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -4px;
  } /* bgc01が下へ動く */
}
@keyframes bgc02-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4px;
  } /* bgc02が上へ動く */
}
#movie {
  overflow: hidden;
  position: relative;
  padding: 70px 50px 80px;
}
@media screen and (max-width: 768px) {
  #movie {
    padding: 50px 20px 60px;
  }
}
#movie .bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.5;
}
#movie .bg-container::before,
#movie .bg-container::after {
  content: "";
  position: absolute;
  background-size: 500px 500px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #movie .bg-container::before,
  #movie .bg-container::after {
    background-size: 300px 300px;
  }
}
#movie .bg-container::before {
  background-image: url(img/bgc01.svg?Ver=1.0.1);
  animation: bgc01-move 1s steps(2) infinite;
}
#movie .bg-container::after {
  background-image: url(img/bgc02.svg?Ver=1.0.1);
  animation: bgc02-move 1s steps(2) infinite;
}
#movie .copy_movie {
  margin: 0 auto 10px;
  max-width: 800px;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  #movie .copy_movie {
    max-width: 400px;
  }
}
#movie .youtube_outer {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #movie .youtube_outer {
    margin-bottom: 0px;
    max-width: 100%;
    max-width: 500px;
  }
}
#movie .youtube_outer .youtube_embed {
  border: solid 5px #D80021;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  background-color: #D80021;
}
@media screen and (max-width: 768px) {
  #movie .youtube_outer .youtube_embed {
    border: solid 5px #D80021;
    border-radius: 7px;
  }
}
#movie .youtube_outer .youtube_embed iframe {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #movie .youtube_outer .youtube_embed iframe {
    border-radius: 4px;
  }
}

/*-------------------------------*/
/*CHARACTER----------------------*/
@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateCounterClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#chara {
  background-image: url(img/bgr.svg);
  background-size: cover;
  overflow: hidden;
}
#chara .chara_inner {
  position: relative;
  padding: 120px 50px 20px;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #chara .chara_inner {
    max-width: 500px;
    flex-direction: column;
    padding: 80px 20px 10px;
  }
}
#chara .chara_list {
  position: relative;
  width: 40%;
  order: 2;
  color: #FFF;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #chara .chara_list {
    width: 100%;
    max-width: 300px;
    order: 1;
  }
}
#chara .chara_list .chara_title {
  margin-bottom: 30px;
}
#chara .chara_list p {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
#chara .chara_list .chara_thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #chara .chara_list .chara_thumbs {
    gap: 10px;
  }
}
#chara .chara_list .chara_thumbs li {
  background-color: #fff;
  cursor: pointer;
  width: calc(25% - 15px);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #chara .chara_list .chara_thumbs li {
    width: calc(25% - 7.5px);
    border-radius: 5px;
  }
}
#chara .chara_list .chara_thumbs li img {
  transition: 0.2s;
  transform: scale(1);
}
#chara .chara_list .chara_thumbs li:hover img {
  transform: scale(1.1);
}
#chara .chara_list .chara_thumbs:last-of-type {
  width: 76%;
}
#chara .chara_list .chara_thumbs:last-of-type li {
  width: calc(33% - 15px);
}
@media screen and (max-width: 768px) {
  #chara .chara_list .chara_thumbs:last-of-type li {
    width: calc(33% - 7.5px);
    border-radius: 5px;
  }
}
#chara .chara_list .chara_thumbs .chara_item.active {
  background-color: #FF8686;
}
#chara .chara_list .chara_thumbs .chara_item.active img {
  transform: scale(1.1);
}
#chara .chara_list hr {
  border: 0;
  background-color: #fff;
  height: 3px;
  width: 100%;
  opacity: 0.6;
  margin: 20px auto;
}
#chara .chara_detail_wrapper {
  position: relative;
  width: 60%;
  order: 1;
}
@media screen and (max-width: 768px) {
  #chara .chara_detail_wrapper {
    width: 100%;
    order: 2;
  }
}
#chara .chara_detail_item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
}
#chara .chara_detail_item .chara_img {
  position: relative;
  width: 60%;
  margin-right: 10%;
  filter: drop-shadow(5px 0px 0px #FFF000);
  transition: 0.8s;
  transition-delay: 0.2s;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #chara .chara_detail_item .chara_img {
    width: 70%;
    margin: 0 10% 0 auto;
  }
}
#chara .chara_detail_item .chara_line {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 50%;
  filter: drop-shadow(2px 2px 0px #000);
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #chara .chara_detail_item .chara_line {
    width: 18%;
    right: unset;
    left: 10%;
    top: 25%;
  }
}
#chara .chara_detail_item .chara_texts {
  position: absolute;
  top: 55%;
  right: 0;
  width: 50%;
  color: #FFF;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 20px 0;
  border-top: dashed 3px rgba(255, 255, 255, 0.6);
  border-bottom: dashed 3px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #chara .chara_detail_item .chara_texts {
    position: relative;
    width: 100%;
    margin-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: none;
    padding: 0 0 0 20px;
    border-bottom: none;
    border-left: dashed 3px rgba(255, 255, 255, 0.6);
  }
}
#chara .chara_detail_item .chara_texts .chara_name {
  font-size: 1.5em;
  font-weight: 800;
  width: 100%;
  margin-bottom: 10px;
}
#chara .chara_detail_item .chara_texts .chara_name span {
  font-size: 0.8em;
}
#chara .chara_detail_item .chara_texts .cv {
  color: #FFF000;
  font-size: 1.3em;
  font-weight: 800;
  width: 100%;
}
#chara .chara_detail_item .chara_texts .cv::before {
  margin-right: 10px;
  content: "CV";
  border: solid 1px #FFF000;
  font-size: 0.6em;
  font-weight: 800;
  padding: 1px 4px;
}
#chara .chara_detail_item .chara_texts .desc {
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  #chara .chara_detail_item .chara_texts .desc {
    font-size: 1em;
    height: 3em;
    width: 100%;
  }
}
#chara .chara_detail_item.active {
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  width: 100%;
}
#chara .chara_detail_item.active .chara_img {
  transform: translateX(0px);
  opacity: 1;
}
#chara .chara_detail_item.active .chara_line {
  transform: translateY(0px);
  opacity: 1;
}
#chara .rect1 {
  position: absolute;
  width: 50%;
  top: 10%;
  right: 25%;
  animation: rotateClockwise 60s linear infinite;
}
@media screen and (max-width: 768px) {
  #chara .rect1 {
    width: 90%;
    top: 40%;
    right: 0;
  }
}
#chara .rect2 {
  position: absolute;
  width: 40%;
  bottom: 5%;
  left: -10%;
  animation: rotateCounterClockwise 60s linear -1s infinite;
}
@media screen and (max-width: 768px) {
  #chara .rect2 {
    width: 60%;
    bottom: 5%;
    left: 5%;
  }
}
#chara .rect3 {
  position: absolute;
  width: 30%;
  top: 75%;
  right: 0%;
  animation: rotateCounterClockwise 60s linear -18s infinite;
}
@media screen and (max-width: 768px) {
  #chara .rect3 {
    width: 80%;
    top: -5%;
    right: -10%;
  }
}

/*-------------------------------*/
/*FOOTER-------------------------*/
footer {
  padding: 60px 20px;
}
footer a {
  display: block;
  margin: 0 auto 20px;
  max-width: 1200px;
  width: 100%;
  transition: 0.2s;
}
footer a:hover {
  opacity: 0.5;
}
footer a p {
  text-align: center;
  margin-top: 0.5em;
  font-size: 12px;
  color: #333;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
}

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