@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #3e3a39;
  --color-white: #fff;
  --color-red: #ec6855;
  --color-orange: #f08300;
  --color-green: #41BF22;
  --color-red2: #f00000;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 960px) and (min-width: 560px) {
  html {
    font-size: 75%;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

@media screen and (min-width: 961px) {
  .head_sns__cap {
    width: 26%;
    display: block;
    position: absolute;
    margin: 0 auto 3rem 25%;
    top: 108%;
    animation-duration: 3.5s;
    animation-name: fadein01;
  }
  @keyframes fadein01 {
    from {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .head_sns__list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 106%;
    width: 120%;
    z-index: 1000;
    animation-duration: 3.5s;
    animation-name: fadein02;
  }
  @keyframes fadein02 {
    from {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .head_sns__list-item {
    width: 5rem;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .head_sns__cap {
    width: 26%;
    display: block;
    position: absolute;
    margin: 0 auto 3rem 22%;
    top: 109%;
    animation-duration: 3.5s;
    animation-name: fadein01;
  }
  @keyframes fadein01 {
    from {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .head_sns__list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 105%;
    width: 117%;
    z-index: 1000;
    animation-duration: 3.5s;
    animation-name: fadein02;
  }
  @keyframes fadein02 {
    from {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .head_sns__list-item {
    width: 5rem;
    display: block;
    position: relative;
  }
}
.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes pyoko {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.l-wrap {
  display: block;
  position: relative;
  background: url("../img/common/bg_pattern.png") repeat left top/8.5rem auto;
}
.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  overflow: hidden;
}

.l-nav {
  width: 48%;
  display: block;
  position: absolute;
  top: 4.2rem;
  right: 0;
  z-index: 15;
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    top: 2.6rem;
  }
}
.l-nav__list {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
.is-load .l-nav__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-load .l-nav__list-item:nth-child(1) {
  transition-delay: 2s;
}
.is-load .l-nav__list-item:nth-child(2) {
  transition-delay: 2.05s;
}
.is-load .l-nav__list-item:nth-child(3) {
  transition-delay: 2.1s;
}
.is-load .l-nav__list-item:nth-child(4) {
  transition-delay: 2.15s;
}
.is-load .l-nav__list-item:nth-child(5) {
  transition-delay: 2.2s;
}
.is-load .l-nav__list-item:nth-child(6) {
  transition-delay: 2.25s;
}
.is-load .l-nav__list-item:nth-child(7) {
  transition-delay: 2.3s;
}
.is-load .l-nav__list-item:nth-child(8) {
  transition-delay: 2.35s;
}
.is-load .l-nav__list-item:nth-child(9) {
  transition-delay: 2.4s;
}
.is-load .l-nav__list-item:nth-child(10) {
  transition-delay: 2.45s;
}
.l-nav__list-item + .l-nav__list-item {
  margin-left: 4.5rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-left: 2.8rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.--about .l-nav__link::before {
  content: "";
  width: 23%;
  height: 32%;
  display: block;
  position: absolute;
  top: 0;
  right: 3.5%;
  transform: translate(0, -100%);
  background: url("../img/common/menu_about_ruby_pc.svg") no-repeat center bottom/contain;
}
@media screen and (max-width: 960px) {
  .--about .l-nav__link::before {
    width: 28%;
    height: 38%;
    right: 0.5%;
    background: url("../img/common/menu_about_ruby_sp.svg") no-repeat center bottom/contain;
  }
}
.--original .l-nav__link::before {
  content: "";
  width: 100%;
  height: 25%;
  display: block;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  background: url("../img/common/menu_original_ruby_pc.svg") no-repeat center bottom/contain;
}
@media screen and (max-width: 960px) {
  .--original .l-nav__link::before {
    width: 100%;
    height: 48%;
    background: url("../img/common/menu_original_ruby_pc.svg") no-repeat center bottom/contain;
  }
}
.l-nav__link img {
  width: auto;
  height: 3.3rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link img {
    height: 2.25rem;
  }
}

.l-footer {
  display: block;
  position: relative;
}
.l-footer__container {
  width: 90%;
  max-width: 1200px;
  display: block;
  position: relative;
  margin: 7rem auto 0;
  padding-bottom: 7rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    max-width: 600px;
    margin-top: 4.5rem;
  }
}
.l-footer__sns {
  display: block;
  position: relative;
}
.l-footer__bnr {
  display: block;
  position: relative;
  margin-top: 5rem;
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 5.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 1.3rem;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__cap {
  width: 15.8333333333%;
  display: block;
  position: relative;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__cap {
    width: 40%;
    margin-bottom: 2rem;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.l-footer_sns__list-item {
  width: 8rem;
  display: block;
  position: relative;
}
.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-left: 2rem;
}
.l-footer_sns__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_bnr__list {
    display: flex;
    justify-content: center;
  }
}
.l-footer_bnr__list-item {
  width: 25.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item {
    width: 25.2rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .l-footer_bnr__list-item + .l-footer_bnr__list-item {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item + .l-footer_bnr__list-item {
    margin-top: 1.3rem;
  }
}
.l-footer_bnr__link {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}

.l-top {
  display: block;
  position: relative;
  z-index: 0;
}
.l-top__header {
  display: block;
  position: relative;
}
.l-top__header::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/line.png") repeat-x center/auto 0.4rem;
  transform: translate(0, 50%);
  opacity: 0;
}
.is-load .l-top__header::after {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
.l-top__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-top__inner {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
@keyframes ptn {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 336.2rem;
  }
}
.l-top__inner::before {
  content: "";
  width: 5rem;
  height: 200%;
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: url("../img/common/ptn_stamp.png") repeat-y 0 0/5rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-top__inner::before {
    width: 2.5rem;
    top: 1rem;
    left: 0;
    background-size: 2.5rem auto;
  }
}
.is-load .l-top__inner::before {
  animation: ptn 20s steps(24) infinite;
}
@media screen and (max-width: 960px) {
  .is-load .l-top__inner::before {
    animation-duration: 40s;
  }
}
.l-top__inner::after {
  content: "";
  width: 5rem;
  height: 200%;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: url("../img/common/ptn_stamp.png") repeat-y 0 0/5rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-top__inner::after {
    width: 2.5rem;
    top: 1rem;
    right: 0;
    background-size: 2.5rem auto;
  }
}
.is-load .l-top__inner::after {
  animation: ptn 20s steps(24) infinite reverse;
}
@media screen and (max-width: 960px) {
  .is-load .l-top__inner::after {
    animation-duration: 40s;
  }
}

.p-hero {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__container {
  width: 90%;
  max-width: 1200px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 15.6rem;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    max-width: 600px;
    padding-top: 7.4rem;
  }
}
.p-hero__header {
  width: 43.8333333333%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    position: absolute;
    top: 42.5%;
    left: 27%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    width: 91%;
    margin: 0 auto 2.8rem;
  }
}
.p-hero__title {
  display: block;
  position: relative;
}
.p-hero__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main/logo_illust_01.png") no-repeat center/contain;
  opacity: 0;
  transform: scale3d(0.6, 0.6, 0.6);
}
.is-load .p-hero__title::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 1.7s, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.7s;
}
.p-hero__title::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main/logo_illust_02.png") no-repeat center/contain;
  opacity: 0;
  transform: scale3d(0.6, 0.6, 0.6);
}
.is-load .p-hero__title::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 1.8s, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s;
}
.p-hero__title-word {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale3d(0.2, 0.2, 0.2);
}
.p-hero__title-word:first-child {
  position: relative;
}
.is-load .p-hero__title-word {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-load .p-hero__title-word:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .p-hero__title-word:nth-child(2) {
  transition-delay: 0.4s;
}
.is-load .p-hero__title-word:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .p-hero__title-word:nth-child(4) {
  transform-origin: 50% 80%;
  transition-delay: 0.95s;
}
.is-load .p-hero__title-word:nth-child(5) {
  transform-origin: 50% 80%;
  transition-delay: 1s;
}
.is-load .p-hero__title-word:nth-child(6) {
  transform-origin: 50% 80%;
  transition-delay: 1.05s;
}
.is-load .p-hero__title-word:nth-child(7) {
  transform-origin: 50% 80%;
  transition-delay: 1.1s;
}
.is-load .p-hero__title-word:nth-child(8) {
  transform-origin: 50% 80%;
  transition-delay: 1.15s;
}
.is-load .p-hero__title-word:nth-child(9) {
  transform-origin: 50% 80%;
  transition-delay: 1.2s;
}
.is-load .p-hero__title-word:nth-child(10) {
  transform-origin: 50% 80%;
  transition-delay: 1.25s;
}
.is-load .p-hero__title-word:nth-child(11) {
  transform-origin: 50% 80%;
  transition-delay: 1.3s;
}
.p-hero__inner {
  width: 47.0833333333%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    left: 54%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    width: 84%;
    margin: 25% auto -19.5%;
  }
}
.p-hero__chara {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(80%);
}
.is-load .p-hero__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 1.6s, transform 1.2s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
}

.p-content {
  display: block;
  position: relative;
  z-index: 0;
}
.p-content:first-child::before {
  content: "";
  width: 90%;
  height: 100%;
  display: block;
  position: absolute;
  top: 4.5%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/movie/arch_txt.png") no-repeat center top/contain;
}
@media screen and (max-width: 960px) {
  .p-content:first-child::before {
    width: 90%;
    top: 2%;
  }
}
.p-content__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-content__container {
    max-width: 600px;
    padding: 5rem 0;
  }
}
.p-content__header {
  display: block;
  position: relative;
}
.p-content__deco {
  display: block;
  position: relative;
  margin: 0 auto 2.4rem;
  opacity: 0;
  transform: translateY(8rem);
}
.is-active .p-content__deco {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.--movie .p-content__deco {
  width: 29.8333333333%;
}
@media screen and (min-width: 961px) {
  .--movie .p-content__deco {
    min-width: 35.8rem;
  }
}
@media screen and (max-width: 960px) {
  .--movie .p-content__deco {
    width: 66.6666666667%;
  }
}
.--about .p-content__deco {
  width: 25%;
}
@media screen and (min-width: 961px) {
  .--about .p-content__deco {
    min-width: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .--about .p-content__deco {
    width: 60.4444444444%;
  }
}
.--original .p-content__deco {
  width: 25%;
}
@media screen and (min-width: 961px) {
  .--original .p-content__deco {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .--original .p-content__deco {
    width: 60.4444444444%;
  }
}
.p-content__deco:before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
}
@keyframes deco {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.--movie .p-content__deco:before {
  padding-top: 45%;
  background: url("../img/movie/ttl_movie_koma.png") no-repeat 0 0/400% auto;
  animation: deco 2s steps(3) infinite;
}
.--about .p-content__deco:before {
  padding-top: 33.5%;
  background: url("../img/about/ttl_about_koma.png") no-repeat 0 0/300% auto;
  animation: deco 2s steps(2) infinite;
}
.--original .p-content__deco:before {
  padding-top: 51.5%;
  background: url(../img/original/ttl_original_koma.png) no-repeat 0 0/410% auto;
  animation: deco 2s steps(3) infinite;
}
.p-content__title {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(8rem);
}
.is-active .p-content__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}
.--movie .p-content__title {
  width: 25%;
}
@media screen and (min-width: 961px) {
  .--movie .p-content__title {
    min-width: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .--movie .p-content__title {
    width: 48.8888888889%;
  }
}
.--s_movie .p-content__title {
  width: 35.6666666667%;
}
@media screen and (min-width: 961px) {
  .--s_movie .p-content__title {
    min-width: 42.8rem;
  }
}
@media screen and (max-width: 960px) {
  .--s_movie .p-content__title {
    width: 74.0740740741%;
  }
}
.--about .p-content__title {
  width: 46.1666666667%;
}
@media screen and (min-width: 961px) {
  .--about .p-content__title {
    min-width: 55.4rem;
  }
}
@media screen and (max-width: 960px) {
  .--about .p-content__title {
    width: 88.8888888889%;
  }
}
.--about .p-content__title::before {
  content: "";
  width: 22%;
  height: 32%;
  display: block;
  position: absolute;
  top: 0;
  right: 3.8%;
  transform: translate(0, -100%);
  background: url("../img/about/ttl_about_ruby_pc.svg") no-repeat center bottom/contain;
}
@media screen and (max-width: 960px) {
  .--about .p-content__title::before {
    width: 24%;
    height: 30%;
    right: 3.5%;
    background: url("../img/about/ttl_about_ruby_sp.svg") no-repeat center bottom/contain;
  }
}
.--original .p-content__title {
  width: 25%;
}
@media screen and (min-width: 961px) {
  .--original .p-content__title {
    min-width: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .--original .p-content__title {
    width: 48.8888888889%;
  }
}
.--original .p-content__title::before {
  content: "";
  width: 100%;
  height: 19%;
  display: block;
  position: absolute;
  top: -4%;
  transform: translate(0, -100%);
  background: url("../img/original/ttl_original_ruby_pc.svg") no-repeat center bottom/contain;
}
@media screen and (max-width: 960px) {
  .--original .p-content__title::before {
    width: 100%;
    height: 30%;
    background: url("../img/original/ttl_original_ruby_sp.svg") no-repeat center bottom/contain;
  }
}
.p-content__inner {
  width: 90%;
  max-width: 1120px;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-content__inner {
    width: 100%;
    max-width: 600px;
  }
}
.is-active .p-content__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

.p-movie {
  display: block;
  position: relative;
  padding-top: 11rem;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding-top: 5.4rem;
  }
}
.p-movie__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-movie__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -6rem;
    transform: none !important;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__list {
    display: flex;
    justify-content: flex-start;
  }
}
.p-movie__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-movie__list-item {
    width: calc(33.3333333333% - 4rem) !important;
    margin: 0 6rem 6rem 0 !important;
  }
  .p-movie__list-item:nth-child(3n), .p-movie__list-item:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-movie__list-item {
    width: calc(33.3333333333% - 1.3333333333rem);
    margin: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__list-item {
    width: 27rem;
    flex-shrink: 0;
  }
}

.p-movie_data {
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 1rem;
  padding: 0.5rem 0.5rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie_data {
    padding: 0.3rem 0.6rem 2rem;
  }
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb {
    margin-bottom: 1.5rem;
  }
}
.p-movie_data__thumb-img {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-movie_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-movie_data__title {
    font-size: 1.8rem;
  }
}
.p-movie_data__link {
  width: 80%;
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
}
.p-movie_data__link-item {
  display: block;
  position: relative;
}
.p-movie_data__link-item + .p-movie_data__link-item {
  margin-top: 0.8rem;
}

.p-s_movie {
  display: block;
  position: relative;
  padding-top: 11.6rem;
}
@media screen and (max-width: 960px) {
  .p-s_movie {
    padding-top: 5.4rem;
  }
}
.p-s_movie__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-s_movie__list-item {
  width: 26.5rem;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-s_movie__list-item {
    width: 16.1rem;
  }
}
.p-s_movie__nav {
  width: 9rem;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-s_movie__nav {
    display: none;
  }
}
.p-s_movie__nav.-prev {
  left: -0.8rem;
  transform: translate(-50%, -50%);
}
.p-s_movie__nav.-next {
  right: -0.8rem;
  transform: translate(50%, -50%);
}
.p-s_movie__nav.is-disable {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-s_movie__nav:hover img {
    animation: pyoko 0.3s linear 1;
  }
}

.p-s_movie_data {
  display: block;
  position: relative;
}
.p-s_movie_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-s_movie_data__thumb {
    margin-bottom: 2rem;
  }
}
.p-s_movie_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.25rem solid var(--color-white);
  border-radius: 1rem;
}
.p-s_movie_data__thumb-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-s_movie_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-s_movie_data__title {
    font-size: 2rem;
  }
}
.p-s_movie_data__link {
  width: 84%;
  display: block;
  position: relative;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-s_movie_data__link {
    width: 100%;
  }
}
.p-s_movie_data__link-item {
  display: block;
  position: relative;
}
.p-s_movie_data__link-item + .p-s_movie_data__link-item {
  margin-top: 0.8rem;
}

.p-about {
  display: block;
  position: relative;
  padding-top: 8.4rem;
}
@media screen and (max-width: 960px) {
  .p-about {
    padding-top: 4.8rem;
  }
}
.p-about__inner {
  display: block;
  position: relative;
}

.p-about_content {
  display: block;
  position: relative;
  padding: 6rem 6rem;
}
@media screen and (min-width: 961px) {
  .p-about_content {
    min-height: 48.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-about_content {
    padding: 2.8rem 2rem 0;
  }
}
.p-about_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-green);
  opacity: 0.4;
  border-radius: 3.5rem;
}
.p-about_content__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-about_content__text {
    margin-left: 50.8%;
  }
}
@media screen and (max-width: 960px) {
  .p-about_content__text {
    font-size: 1.6rem;
    line-height: 2.3;
  }
}
.p-about_content__visual {
  width: 45.5357142857%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about_content__visual {
    position: absolute;
    bottom: 0;
    left: 25.5%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-about_content__visual {
    width: 80%;
    margin: 2.2rem auto 0;
  }
}

.p-original {
  display: block;
  position: relative;
  padding-top: 8.4rem;
}
@media screen and (max-width: 960px) {
  .p-original {
    padding-top: 4.8rem;
  }
}
.p-original__inner {
  display: block;
  position: relative;
}

.p-original_content {
  display: block;
  position: relative;
  padding: 6rem 6rem;
}
@media screen and (min-width: 961px) {
  .p-original_content {
    min-height: 48.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-original_content {
    padding: 2.8rem 2rem;
  }
}
.p-original_content::before,
.p-music_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-green);
  opacity: 0.4;
  border-radius: 3.5rem;
}
.p-original_content__text,
.p-music_content__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-original_content__text,
  .p-music_content__text {
    margin-left: 42.8%;
  }
}
@media screen and (max-width: 960px) {
  .p-original_content__text,
  .p-music_content__text {
    font-size: 1.6rem;
    line-height: 2.3;
  }
}
.p-original_content__visual {
  width: 38.535714%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-original_content__visual {
    position: absolute;
    top: auto;
    left: 35.5%;
    transform: translate(-75%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-original_content__visual {
    width: 80%;
    margin: 2.2rem auto 0;
  }
}

.c-btn {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 20rem;
  box-shadow: 0 0.2rem 0 0 var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.c-btn.-red {
  background: var(--color-red);
}
.c-btn.-orange {
  background: var(--color-orange);
}
.c-btn__text {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
  font-weight: 700;
  text-align: center;
}
.-s .c-btn__text {
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 960px) {
  .c-btn__text {
    padding: 0.8rem 0.6rem;
    font-size: 1.4rem;
  }
  .-s .c-btn__text {
    font-size: 1.3rem;
  }
}
.c-btn__text > small {
  font-size: 0.8em;
}








.c-btn2 {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-red2);
  border-radius: 20rem;
  box-shadow: 0 0.2rem 0 0 var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn2:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.c-btn2.-red {
  background: var(--color-red2);
}
.c-btn2.-orange {
  background: var(--color-orange);
}
.c-btn2__text {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
  font-weight: 700;
  text-align: center;
}
.-s .c-btn2__text {
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 960px) {
  .c-btn2__text {
    padding: 0.8rem 0.6rem;
    font-size: 1.4rem;
  }
  .-s .c-btn2__text {
    font-size: 1.3rem;
  }
}
.c-btn2__text > small {
  font-size: 0.8em;
}