#top-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-top: calc(-1 * var(--nav-offset, 6rem));
}
#top-image #top-logo {
  position: absolute;
  left: 37%;
  top: 29.2%;
  height: 47vh;
  width: auto;
  z-index: 10;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
}
#top-image #top-logo.hidden {
  opacity: 0;
  pointer-events: none;
}
#top-image .sakura_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  transform: none;
}
#top-image .sakura_block img {
  position: absolute;
  top: -5%;
  max-width: 20px;
  max-height: 20px;
  transform: none;
}
.mv-frame {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1900/950;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.mv-layer {
  position: absolute;
  display: block;
  height: auto;
  transform: translate(-50%, -50%);
}
#mv-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
#mv-kuchu {
  left: 56.7%;
  top: 22.8%;
  width: 86.6%;
}
#mv-block-l3 {
  left: 8.7%;
  top: 36.5%;
  width: 17.4%;
  z-index: 1;
}
#mv-block-r3 {
  left: 60.7%;
  top: 23.7%;
  width: 39.3%;
  z-index: 1;
}
#mv-block-l2 {
  left: 18.8%;
  top: 62.4%;
  width: 37.6%;
  z-index: 2;
}
#mv-block-r2 {
  left: 67.5%;
  top: 38.7%;
  width: 52.8%;
  z-index: 2;
}
#mv-block-l1 {
  left: 22.2%;
  top: 76.6%;
  width: 44.4%;
  z-index: 3;
}
#mv-block-r1 {
  left: 56.9%;
  top: 67.1%;
  width: 51.6%;
  z-index: 3;
}
#mv-kiri {
  left: 63.7%;
  top: 50%;
  width: 72.7%;
  z-index: 4;
}
#mv-yurina {
  left: auto;
  right: 0;
  top: 50%;
  height: 102vh;
  width: auto;
  z-index: 5;
  transform: translate(0, -50%);
}
.mv-frame-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv-sp-layer {
  position: absolute;
  transform: translate(-50%, -50%);
}
#mv-sp-bg {
  left: calc(50vw - 12.4vh);
  top: 46.6vh;
  width: 84.9vh;
}
#mv-sp-kiri-back {
  left: calc(50vw - 8.6vh);
  top: 61vh;
  width: 117.4vh;
}
#mv-sp-yurina {
  left: calc(50vw + 8.7vh);
  top: 69.9vh;
  height: 107.9vh;
  width: auto;
}
#mv-sp-kiri-front {
  left: calc(50vw + 7.7vh);
  top: 68.6vh;
  width: 100.2vh;
}
#mv-sp-logo {
  left: calc(50vw + 13.6vh);
  top: 20.9vh;
  height: 36.4vh;
  width: auto;
  opacity: 1;
  transition: opacity 0.4s ease;
}
#mv-sp-logo.hidden {
  opacity: 0;
  pointer-events: none;
}
.top-banner-layer {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
}
.top-banner-layer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 48px;
  background: rgba(0,0,0,0.7);
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
  z-index: 20;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
  animation: scrollLineFlow 2.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.top-banner-layer.mv-scrolled::after {
  opacity: 0;
}
.top-banner {
  position: absolute;
  width: 310px;
  display: none;
  pointer-events: auto;
}
.top-banner.is-placed {
  display: block;
}
.top-banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: brightness 0.3s ease;
}
.top-banner:hover img {
  filter: brightness(1.3);
}
#news {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
#news::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 15%, rgba(255,255,255,0.15) 30%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.65) 70%, rgba(255,255,255,0.88) 85%, #fff 100%);
  pointer-events: none;
}
#news h2 {
  text-align: center;
  max-width: 1200px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
  color: #333;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  isolation: auto;
  padding-top: 0;
  padding-bottom: 0;
}
#news h2::before {
  display: none;
}
#news h2 .h2-inner {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: inherit;
  filter: none;
  padding-bottom: 0.1em;
}
#news ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  max-width: 700px;
}
#news ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  color: #333;
}
#news [data-name="more-news"] {
  text-align: center;
  margin-top: 1.2rem;
}
#news::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, #fff, transparent);
  z-index: 1;
  pointer-events: none;
}
.intro-sp {
  display: none;
}
@media (max-width: 850px) {
  .mv-frame {
    display: none;
  }
  #mv-yurina {
    display: none;
  }
  #top-logo {
    display: none;
  }
  .mv-frame-sp {
    display: block;
  }
  .intro-pc {
    display: none;
  }
  .intro-sp {
    display: block;
  }
  .main-bar {
    display: none;
  }
  .top-banner-layer {
    margin-top: 0;
    height: auto;
    pointer-events: auto;
    background-color: #fff;
    top: -1rem;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 375px));
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
  .top-banner-layer::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 20vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 15%, rgba(255,255,255,0.15) 30%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.65) 70%, rgba(255,255,255,0.88) 85%, #fff 100%);
    pointer-events: none;
  }
  .top-banner {
    position: static;
    width: 100%;
    max-width: 375px;
  }
  #news {
    top: -1rem;
  }
  #news::before {
    display: none;
  }
  .top-banner-layer::after {
    content: '';
    position: absolute;
    top: calc(1rem - 48px);
    left: 50%;
    width: 1px;
    height: 48px;
    background: rgba(0,0,0,0.7);
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
    z-index: 20;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s ease;
    animation: scrollLineFlow 2.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  }
  .top-banner-layer.mv-scrolled::after {
    opacity: 0;
  }
  #basic-set {
    padding-left: 0;
    padding-right: 0;
  }
}
html.is-mobile-portrait .mv-frame {
  display: none;
}
html.is-mobile-portrait #mv-yurina {
  display: none;
}
html.is-mobile-portrait #top-logo {
  display: none;
}
html.is-mobile-portrait .mv-frame-sp {
  display: block;
}
html.is-mobile-portrait .intro-pc {
  display: none;
}
html.is-mobile-portrait .intro-sp {
  display: block;
}
html.is-mobile-portrait .main-bar {
  display: none;
}
html.is-mobile-portrait .top-banner-layer {
  margin-top: 0;
  height: auto;
  pointer-events: auto;
  background-color: #fff;
  top: -1rem;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 375px));
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
}
html.is-mobile-portrait .top-banner-layer::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 15%, rgba(255,255,255,0.15) 30%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.65) 70%, rgba(255,255,255,0.88) 85%, #fff 100%);
  pointer-events: none;
}
html.is-mobile-portrait .top-banner {
  position: static;
  width: 100%;
  max-width: 375px;
}
html.is-mobile-portrait #news {
  top: -1rem;
}
html.is-mobile-portrait #news::before {
  display: none;
}
html.is-mobile-portrait .top-banner-layer::after {
  content: '';
  position: absolute;
  top: calc(1rem - 48px);
  left: 50%;
  width: 1px;
  height: 48px;
  background: rgba(0,0,0,0.7);
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
  z-index: 20;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
  animation: scrollLineFlow 2.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
html.is-mobile-portrait .top-banner-layer.mv-scrolled::after {
  opacity: 0;
}
html.is-mobile-portrait #basic-set {
  padding-left: 0;
  padding-right: 0;
}
.intro-sp {
  text-align: center;
}
.intro-sp img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
.intro-sp .lineheader {
  width: 100%;
  padding-top: 2%;
}
.intro-sp .index_07_world {
  width: 100%;
}
.intro-sp .outline {
  width: 100%;
  position: relative;
  padding-top: 2%;
  overflow-x: clip;
}
.intro-sp .outline.section-box {
  width: calc(100% - 2rem);
  padding: 11px 26px;
  overflow-x: visible;
}
.intro-sp .outline.section-box > img {
  width: 100vw !important;
  max-width: 750px !important;
  margin-left: calc(50% - min(50vw, 375px)) !important;
  margin-right: calc(50% - min(50vw, 375px)) !important;
}
.intro-sp .outline-texts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 170px;
}
.intro-sp .outline:has(> .outline-texts.outline02) > img,
.intro-sp .outline:has(> .outline-texts.outline03) > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 750px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.intro-sp .outline:has(> .outline-texts.outline02) > .outline-texts.outline02,
.intro-sp .outline:has(> .outline-texts.outline03) > .outline-texts.outline02,
.intro-sp .outline:has(> .outline-texts.outline02) > .outline-texts.outline03,
.intro-sp .outline:has(> .outline-texts.outline03) > .outline-texts.outline03 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-top: 41.5%;
}
.intro-sp .outline:has(> .outline-texts.board) > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 750px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.intro-sp .outline:has(> .outline-texts.board) > .outline-texts.board {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-top: 54vw;
}
.intro-sp .outline-text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1rem;
  text-align: left;
  margin: 0;
  padding-bottom: 0.3rem;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.07em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
}
.intro-sp .outline_rule {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 2;
  transition: opacity 0.2s;
}
.intro-sp .outline_rule img {
  width: 133.33% !important;
  max-width: none !important;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0 12.5% 19.53% 12.5%);
}
.intro-sp .outline_rule .outline-texts.rule3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: -16.66vw;
  padding: 0.5rem calc(1rem + 0.5em) 1rem;
}
.intro-sp #outline_rule_01 {
  opacity: 1;
}
.intro-sp #outline_rule_02,
.intro-sp #outline_rule_03,
.intro-sp #outline_rule_04,
.intro-sp #outline_rule_05 {
  opacity: 0;
}
.intro-sp #outline-rule3 {
  overflow-x: clip;
}
.intro-sp .outline_next {
  width: 18%;
  position: absolute;
  z-index: 3;
  left: 16%;
  top: 129vw;
}
.intro-sp .outline_next a {
  display: block;
}
.intro-sp .outline_prev {
  width: 12%;
  position: absolute;
  z-index: 3;
  left: 4%;
  top: 129vw;
}
.intro-sp .outline_prev a {
  display: block;
}
#about-world {
  height: 100vh;
}
#about-system {
  height: 100vh;
}
.main-bar {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: auto;
}
.main-bar img {
  width: 100%;
  height: auto;
  display: block;
}
.products-link-wrap {
  text-align: center;
  margin-top: 2rem;
}
#basic-set {
  padding: 4rem 2rem;
}
.product-card {
  font-weight: 600;
}
.product-card > h3 {
  word-break: keep-all;
}
.product-card li {
  font-size: 1.1em;
}
.product-header {
  text-align: center;
  padding: 1.5rem 1rem 1rem;
}
.product-header img {
  max-width: 100%;
  height: auto;
}
.product-body {
  display: flex;
  gap: 2rem;
  padding: 0 2rem 1.5rem;
  align-items: flex-start;
}
.product-image {
  flex: 0 0 45%;
}
.product-image img {
  width: 100%;
  height: auto;
  display: block;
}
.product-info {
  flex: 1;
}
.product-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.product-contents .product-contents-title {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.product-contents ul {
  list-style: disc;
  margin-left: 1.5rem;
}
.product-contents ul li {
  padding: 0.15rem 0;
  font-size: 0.95rem;
}
.product-detail {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  align-items: flex-start;
}
.product-descriptions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-descriptions h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 0.3rem;
  padding: 0;
  border-bottom: none;
}
.product-descriptions p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #555;
  text-indent: 1em;
}
@media (max-width: 1260px) {
  .product-body,
  .product-detail {
    flex-direction: column;
    gap: 1rem;
  }
  .product-image {
    flex: none;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #basic-set {
    padding: 2rem 0;
  }
  .product-body {
    padding: 0 1rem 1rem;
  }
  .product-image {
    width: 90%;
  }
}
main > :first-child {
  padding-top: 0rem !important;
}
h2.world_intro {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: inherit;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2.world_intro::before {
  display: none;
}
h2.world_intro + div {
  margin-top: -8.4rem;
  position: relative;
  z-index: 0;
}
#introduction {
  overflow-x: clip;
}
#introduction img {
  display: block;
  margin: 0 auto;
  pointer-events: none;
  max-width: 100%;
}
#introduction hr {
  position: relative;
}
#introduction hr.blossom {
  background: url("/re/img/introduction/main_bar.png") no-repeat 0 0/contain;
  height: 68px;
  border: none;
}
#introduction hr.deco {
  background: url("/re/img/introduction/gaiyou_line_3.png") no-repeat 0 0/contain;
  height: 10px;
  border: none;
}
.rule1 {
  margin-bottom: 20px;
}
.rule1 .rule_title {
  position: relative;
  z-index: 10;
  width: auto;
  height: 212px;
}
.rule1 .rule_body {
  position: relative;
  margin-top: -24px;
}
.rule1 .rule_body .rule_text {
  position: relative;
  width: auto;
  height: 178px;
  margin-top: 14px !important;
}
.rule1 .rule_img01 {
  opacity: 0;
  transition: opacity 0.6s;
}
.rule1 .rule_img02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.7) translate3d(38px, 3px, 0);
  transform-origin: 50% 100%;
  transition: opacity 0.6s;
}
.rule1.show .rule_img01 {
  opacity: 1;
  animation: 0.5s ease-out 1s forwards fadeDown;
}
.rule1.show .rule_img02 {
  opacity: 1;
  animation: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.3s forwards moveZoom;
}
.rule2 .rule_title {
  position: relative;
  z-index: 10;
  width: auto;
  height: 212px;
}
.rule2 .rule_body {
  position: relative;
  margin-top: -48px;
  padding-top: 332px;
}
.rule2 .rule_body .rule_text {
  position: relative;
  width: auto;
  height: 177px;
}
.rule2 .rule_img01 {
  position: absolute;
  top: 0;
  left: 34px;
  right: 0;
  opacity: 0;
  transition: opacity 0.8s;
}
.rule2.show .rule_img01 {
  opacity: 1;
}
.rule2 .rule2-card-fans-pair {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.rule2 .rule2-fans {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
  transform: scale(0.78);
}
.rule2 .rule2-fans:first-child {
  transform-origin: 0 0;
}
.rule2 .rule2-fans:last-child {
  transform-origin: 100% 0;
}
.rule2 .rule2-fans .card-fan-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.rule2 .rule2-fans .card-fan-n {
  transition: all 0.8s 0.6s;
}
.rule2 .rule2-fans .card-fan-s {
  transition: all 0.8s 1.1s;
}
.rule2.show .rule2-fans .card-fan-n,
.rule2.show .rule2-fans .card-fan-s {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.rule2 .rule2-fans .card-fan-s {
  height: 230px;
  background: none;
  margin-top: 0;
}
.rule2 .rule2-fans .card-fan-n {
  height: 235px;
  background: none;
  margin-top: -78px;
}
.rule2 .rule2-fans .card-fan-n .card-cell,
.rule2 .rule2-fans .card-fan-s .card-cell {
  position: relative;
  width: 112px;
  flex-shrink: 0;
}
.rule2 .rule2-fans .card-fan-n .card-cell .card-thumb,
.rule2 .rule2-fans .card-fan-s .card-cell .card-thumb {
  width: 112px;
  height: auto;
  max-width: none;
  display: block;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
  border-radius: 4px;
  pointer-events: none;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(2) {
  margin-left: -66px;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(3) {
  margin-left: -62px;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(4) {
  margin-left: -61px;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(5) {
  margin-left: -61px;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(6) {
  margin-left: -62px;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(7) {
  margin-left: -66px;
}
.rule2 .rule2-fans .card-fan-s .card-cell + .card-cell {
  margin-left: -44px;
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(1) {
  transform: translate3d(0, 15px, 0) rotate(-11deg);
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(2) {
  transform: translate3d(0, 7px, 0) rotate(-7deg);
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(3) {
  transform: translate3d(0, 2px, 0) rotate(-3deg);
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(5) {
  transform: translate3d(0, 2px, 0) rotate(3deg);
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(6) {
  transform: translate3d(0, 7px, 0) rotate(7deg);
}
.rule2 .rule2-fans .card-fan-n .card-cell:nth-child(7) {
  transform: translate3d(0, 15px, 0) rotate(11deg);
}
.rule2 .rule2-fans .card-fan-s .card-cell:nth-child(1) {
  transform: translate3d(0, 7px, 0) rotate(-7deg);
}
.rule2 .rule2-fans .card-fan-s .card-cell:nth-child(2) {
  transform: translate3d(0, 2px, 0) rotate(-3deg);
}
.rule2 .rule2-fans .card-fan-s .card-cell:nth-child(3) {
  transform: translate3d(0, 2px, 0) rotate(3deg);
}
.rule2 .rule2-fans .card-fan-s .card-cell:nth-child(4) {
  transform: translate3d(0, 7px, 0) rotate(7deg);
}
.rule3 {
  margin-bottom: 60px;
}
.rule3 .rule_title {
  position: relative;
  z-index: 10;
  width: auto;
  height: 212px;
}
.rule3 .rule_body {
  position: relative;
  z-index: 5;
  margin-top: -90px;
  opacity: 0;
  transition: opacity 0.8s;
}
.rule3.show .rule_body {
  opacity: 1;
}
.rule4 img {
  opacity: 0;
  transition: opacity 0.8s;
}
.rule4.show img {
  opacity: 1;
}
#rulue_images {
  position: relative;
  z-index: 5;
  height: 600px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#rulue_images li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s 0.1s;
  z-index: 5;
  list-style: none;
}
#rulue_images li.active {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.4s;
}
#rulue_buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  z-index: 10;
  width: 148px;
  height: 70px;
  margin: 0 auto;
}
#rulue_buttons button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
#rulue_buttons button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
#rulue_buttons .prev {
  left: 7px;
  width: 52px;
  height: 56px;
  background: url("/re/img/introduction/icon_prev.png") no-repeat 50% 50%;
}
#rulue_buttons .next {
  right: 0;
  width: 66px;
  height: 70px;
  background: url("/re/img/introduction/icon_next.png") no-repeat 50% 50%;
}
@-moz-keyframes scrollLineFlow {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center top;
  }
  50.01% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center bottom;
  }
}
@-webkit-keyframes scrollLineFlow {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center top;
  }
  50.01% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center bottom;
  }
}
@-o-keyframes scrollLineFlow {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center top;
  }
  50.01% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center bottom;
  }
}
@keyframes scrollLineFlow {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center top;
  }
  50.01% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: center bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: center bottom;
  }
}
@-moz-keyframes sakuraX1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes sakuraX1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(200px, 0, 0);
  }
}
@-o-keyframes sakuraX1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes sakuraX1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(200px, 0, 0);
  }
}
@-moz-keyframes sakuraX2 {
  0% {
    transform: translate3d(100px, 0, 0);
  }
  100% {
    transform: translate3d(-100px, 0, 0);
  }
}
@-webkit-keyframes sakuraX2 {
  0% {
    transform: translate3d(100px, 0, 0);
  }
  100% {
    transform: translate3d(-100px, 0, 0);
  }
}
@-o-keyframes sakuraX2 {
  0% {
    transform: translate3d(100px, 0, 0);
  }
  100% {
    transform: translate3d(-100px, 0, 0);
  }
}
@keyframes sakuraX2 {
  0% {
    transform: translate3d(100px, 0, 0);
  }
  100% {
    transform: translate3d(-100px, 0, 0);
  }
}
@-moz-keyframes sakuraX3 {
  0% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes sakuraX3 {
  0% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes sakuraX3 {
  0% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sakuraX3 {
  0% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes sakuraY1 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -15%;
  }
}
@-webkit-keyframes sakuraY1 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -15%;
  }
}
@-o-keyframes sakuraY1 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -15%;
  }
}
@keyframes sakuraY1 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -15%;
  }
}
@-moz-keyframes sakuraY2 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: 20%;
  }
}
@-webkit-keyframes sakuraY2 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: 20%;
  }
}
@-o-keyframes sakuraY2 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: 20%;
  }
}
@keyframes sakuraY2 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: 20%;
  }
}
@-moz-keyframes sakuraY3 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -25%;
  }
}
@-webkit-keyframes sakuraY3 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -25%;
  }
}
@-o-keyframes sakuraY3 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -25%;
  }
}
@keyframes sakuraY3 {
  0% {
    top: -5%;
    margin-left: 0;
  }
  100% {
    top: 100%;
    margin-left: -25%;
  }
}
@-moz-keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-o-keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
@-moz-keyframes moveZoom {
  0% {
    transform: scale(0.7) translate3d(38px, 3px, 0);
  }
  100% {
    transform: scale(1) translate3d(0, 2px, 0);
  }
}
@-webkit-keyframes moveZoom {
  0% {
    transform: scale(0.7) translate3d(38px, 3px, 0);
  }
  100% {
    transform: scale(1) translate3d(0, 2px, 0);
  }
}
@-o-keyframes moveZoom {
  0% {
    transform: scale(0.7) translate3d(38px, 3px, 0);
  }
  100% {
    transform: scale(1) translate3d(0, 2px, 0);
  }
}
@keyframes moveZoom {
  0% {
    transform: scale(0.7) translate3d(38px, 3px, 0);
  }
  100% {
    transform: scale(1) translate3d(0, 2px, 0);
  }
}
