@charset "UTF-8";
html {
  font-size: 7.3333333333px;
}

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, i, 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;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: yu-gothic-pr6n, "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.feature a {
  transition: 0.3s;
  display: block;
  text-decoration: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature a img {
  transition: 0.3s;
  will-change: opacity;
}
.feature a img:hover {
  opacity: 0.7;
}

.feature img, svg, video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: clip;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10rem);
  pointer-events: none;
  transition: opacity 1s ease, transform 1s ease;
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

@keyframes anim_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes anim_loop_updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
@keyframes anime_fuwafuwa-top {
  0% {
    transform: translateY(1rem);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(1rem);
  }
}
@keyframes anime_fuwafuwa {
  0% {
    transform: translateY(2rem);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(2rem);
  }
}
@keyframes anime_rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anime_loop_X1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-99%);
  }
}
@keyframes anime_loop_X2 {
  0% {
    transform: translateX(99%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes anime_clip {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anime_loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  1.25% { /* 10% of 1sec = 0.1sec = 1.25% of 8sec */
    transform: rotate(15deg);
  }
  2.5% { /* 20% of 1sec = 0.2sec = 2.5% of 8sec */
    transform: rotate(-15deg);
  }
  3.75% { /* 30% of 1sec = 0.3sec = 3.75% of 8sec */
    transform: rotate(5deg);
  }
  5% { /* 40% of 1sec = 0.4sec = 5% of 8sec */
    transform: rotate(-5deg);
  }
  6.25% { /* 50% of 1sec = 0.5sec = 6.25% of 8sec */
    transform: rotate(1deg);
  }
  7.5% { /* 60% of 1sec = 0.6sec = 7.5% of 8sec */
    transform: rotate(-1deg);
  }
  8.75% { /* 70% of 1sec = 0.7sec = 8.75% of 8sec */
    transform: rotate(0deg);
  }
  12.5%, 100% { /* 1sec ~ 8sec: 待機 */
    transform: rotate(0deg);
  }
}
.feature__inner:has(#contents01.on) .index-num01::after {
  opacity: 1;
}

.feature__inner:has(#contents02.on) .index-num01::after {
  opacity: 0;
}

.feature__inner:has(#contents02.on) .index-num02::after {
  opacity: 1;
}

.top-index {
  display: flex;
  position: sticky;
}
.top-index .index-area {
  position: relative;
  width: 50%;
}
.top-index .index-area .index-icon {
  position: absolute;
  pointer-events: none;
}
.top-index .index-area.index-area01 .index-icon {
  animation: anime_fuwafuwa-top 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.top-index .index-area.index-area01 .index-icon.icon01 {
  width: 11.8229166667vw;
  top: 0;
  left: 0;
  margin-top: 10.3vw;
  margin-left: 9.2vw;
}
.top-index .index-area.index-area01 .index-icon.icon02 {
  width: 7.6041666667vw;
  top: 0;
  right: 0;
  animation-duration: 3s;
  margin-top: 12vw;
  margin-right: 9.5vw;
}
.top-index .index-area.index-area01 .index-icon.icon03 {
  width: 6.9270833333vw;
  bottom: 0;
  left: 0;
  animation-duration: 2.5s;
  margin-bottom: 10.7vw;
  margin-left: 11.1vw;
}
.top-index .index-area.index-area01 .index-icon.icon04 {
  width: 9.375vw;
  bottom: 0;
  right: 0;
  animation-duration: 2.8s;
  margin-bottom: 11vw;
  margin-right: 9.6vw;
}
.top-index .index-area.index-area02 .index-icon {
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.top-index .index-area.index-area02 .index-icon.icon01 {
  width: 4.3229166667vw;
  top: 0;
  right: 0;
  margin-top: 9.6vw;
  margin-right: 13.5vw;
}
.top-index .index-area.index-area02 .index-icon.icon02 {
  width: 4.6875vw;
  bottom: 0;
  left: 0;
  animation-duration: 2.5s;
  animation-delay: 1s;
  margin-bottom: 15.7vw;
  margin-left: 9.6vw;
}

.feature__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: clip;
  display: flex;
  background-image: url("../img/pc-bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.pc-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.pc-bg img {
  position: sticky;
  top: 0;
  width: 1920px;
  height: 100vh !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-left {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 1;
  width: 35.6770833333vw;
  max-width: 685px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-left .pc-ttl {
  width: 15.625vw;
  max-width: 300px;
}

.pc-right {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 3;
  width: 35.6770833333vw;
  max-width: 685px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-right .pc-index .index-num {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.pc-right .pc-index .index-num span {
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(2.0833333333vw, 40px);
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #dab461;
}
.pc-right .pc-index .index-num::after {
  content: "";
  display: block;
  background: #dab461;
  width: 105%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.pc-center {
  order: 2;
  width: 75rem;
  position: relative;
  box-shadow: 15px 0 5px #08070c, -15px 0 5px #08070c;
}
.pc-center .pc-center-inner {
  width: 75rem;
  overflow: clip;
  position: relative;
}
.pc-center .pc-center-bg {
  width: 653px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}
.pc-center .pc-center-bg img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.movie-area {
  width: 100%;
  position: relative;
}
.movie-area .sound-btn {
  background: url(../img/sound_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.8rem;
  right: 2.7rem;
  height: 2.96rem;
  width: 16.85rem;
  z-index: 10;
}
.movie-area .sound-btn.on {
  background: url(../img/sound_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.5rem;
  right: 3.9rem;
  height: 1.75rem;
  width: 15.96rem;
}

.js-position {
  position: sticky !important;
}

.section {
  position: relative;
  overflow: hidden;
}
.section .txt-area {
  position: relative;
}
.section .txt-area .sec-ttl {
  margin: 0 auto;
}
.section .txt-area .sec-txt {
  font-family: "ryo-text-plusn", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #c39122;
  text-align: center;
}
.section .ph-area {
  position: relative;
}
.section .ph-area .ph {
  position: relative;
  z-index: 1;
}
.section .ph-area .ph.ph-fil .ph-img {
  filter: brightness(1) !important;
}
.section .ph-area .ph.js-ph {
  cursor: pointer;
}
.section .ph-area .ph:hover .ph-link, .section .ph-area .ph:hover .credit, .section .ph-area .ph:hover .ph-fillter {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section .ph-area .ph:hover .ph-img {
  filter: brightness(0.3);
  transition: filter 0.2s ease;
}
.section .ph-area .ph .ph-img {
  transition: filter 0.2s ease;
}
.section .ph-area .ph .ph-fillter {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section .ph-area .ph .ph-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section .ph-area .ph .credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  z-index: 2;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section .ph-area .ph .credit li {
  position: relative;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #dab461;
}
.section .ph-area .ph .credit li a {
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #dab461;
}
.section .ph-area .ph-deco {
  z-index: 1;
  pointer-events: none;
}
.section .section-bg {
  position: relative;
}
.section .section-bg .section-bg-ph {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section.sec01 {
  background: #efe3ce;
}
.section.sec01 .txt-area {
  margin-top: 10.5rem;
}
.section.sec01 .txt-area .sec-ttl {
  width: 43.2rem;
}
.section.sec01 .txt-area .sec-txt {
  margin-top: 7.3rem;
}
.section.sec01 .ph-area {
  margin-top: 10rem;
}
.section.sec01 .ph-area .ph01 {
  width: 69rem;
  margin: 0 auto;
}
.section.sec01 .ph-area .ph01 .ph-fillter {
  width: 68.5rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec01 .ph-area .ph01 .credit:nth-of-type(1) {
  top: 41rem;
  left: 4rem;
}
.section.sec01 .ph-area .ph01 .credit:nth-of-type(2) {
  top: 52rem;
  left: 12rem;
}
.section.sec01 .ph-area .ph01 .credit:nth-of-type(3) {
  top: 41rem;
  right: 22rem;
}
.section.sec01 .ph-area .ph01 .credit:nth-of-type(4) {
  top: 53rem;
  right: 6rem;
}
.section.sec01 .ph-area .ph-bg {
  width: 70.2rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3.4rem;
  margin-left: 2rem;
}
.section.sec01 .ph-area .ph-deco {
  position: absolute;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec01 .ph-area .ph-deco.deco01 {
  width: 11rem;
  top: 0;
  right: 0;
  margin-top: -4.8rem;
  margin-right: 6.7rem;
}
.section.sec01 .ph-area .ph-deco.deco02 {
  width: 14rem;
  bottom: 0;
  left: 0;
  animation-duration: 2.5s;
  animation-delay: 1s;
  margin-bottom: -4.7rem;
  margin-left: 2.4rem;
}
.section.sec01 .loop-area {
  position: relative;
  margin-top: 14rem;
}
.section.sec01 .loop-area .loop-box {
  position: relative;
  width: 89.6rem;
}
.section.sec01 .loop-area .loop-box.loop-box01 {
  animation: anime_loop_X1 20s infinite linear;
}
.section.sec01 .loop-area .loop-box.loop-box02 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(99%);
  animation: anime_loop_X2 20s infinite linear;
}
.section.sec01 .loop-area .loop-box .loop-icons {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.section.sec01 .loop-area .loop-box .loop-icons .loop-icon {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: opacity;
}
.section.sec01 .loop-area .loop-box .loop-icons .loop-icon .icon-illust {
  animation: anime_fuwafuwa 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec01 .loop-area .loop-box .loop-icons .loop-icon.icon01 .icon-illust {
  width: 13.3rem;
}
.section.sec01 .loop-area .loop-box .loop-icons .loop-icon.icon02 .icon-illust {
  width: 9.31rem;
  animation-duration: 2.8s;
}
.section.sec01 .loop-area .loop-box .loop-icons .loop-icon.icon03 .icon-illust {
  width: 17.68rem;
  animation-duration: 2.3s;
  animation-delay: 1s;
}
.section.sec01 .loop-area .loop-box .loop-icons .loop-icon.icon04 .icon-illust {
  width: 10.44rem;
  animation-duration: 2.6s;
  animation-delay: 0.5s;
}
.section.sec02 .ph-area.ph-area01 .ph02 {
  width: 75rem;
  margin: 0 auto;
}
.section.sec02 .ph-area.ph-area01 .ph02 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec02 .ph-area.ph-area01 .ph02 .credit:nth-of-type(1) {
  top: 50rem;
  left: 5rem;
}
.section.sec02 .ph-area.ph-area01 .ph02 .credit:nth-of-type(2) {
  top: 79rem;
  left: 6rem;
}
.section.sec02 .ph-area.ph-area01 .ph02 .credit:nth-of-type(3) {
  top: 85rem;
  right: 5rem;
}
.section.sec02 .ph-area.ph-area02 {
  margin-top: 15rem;
}
.section.sec02 .ph-area.ph-area02 .ph03 {
  width: 64rem;
  margin: 0 auto;
}
.section.sec02 .ph-area.ph-area02 .ph03 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 3rem;
  flex-direction: row;
}
.section.sec02 .ph-area.ph-area02 .ph03 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec02 .ph-area.ph-area02 .ph03 .credit li:last-child::after {
  display: none;
}
.section.sec02 .ph-area.ph-area02 .ph-deco {
  position: absolute;
  animation: anime_fuwafuwa 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec02 .ph-area.ph-area02 .ph-deco.deco01 {
  width: 12rem;
  top: 0;
  left: 0;
  margin-top: -5rem;
  margin-left: 12.7rem;
}
.section.sec02 .ph-area.ph-area02 .ph-deco.deco02 {
  width: 6.46rem;
  top: 0;
  right: 0;
  animation-duration: 2.5s;
  margin-top: 17.2rem;
  margin-right: 7.8rem;
}
.section.sec02 .ph-area.ph-area02 .ph-deco.deco03 {
  width: 8.75rem;
  bottom: 0;
  left: 0;
  animation-duration: 2.8s;
  animation-delay: 0.5s;
  margin-bottom: -3rem;
  margin-left: 8.4rem;
}
.section.sec02 .ph-area.ph-area03 {
  margin-top: 15rem;
}
.section.sec02 .ph-area.ph-area03 .ph04 {
  width: 64rem;
  margin: 0 auto;
}
.section.sec02 .ph-area.ph-area03 .ph04 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 3rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
}
.section.sec02 .ph-area.ph-area03 .ph04 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec02 .ph-area.ph-area03 .ph04 .credit li:last-child::after, .section.sec02 .ph-area.ph-area03 .ph04 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec02 .ph-area.ph-area03 .ph-deco {
  position: absolute;
  animation: anime_fuwafuwa 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec02 .ph-area.ph-area03 .ph-deco.deco01 {
  width: 10rem;
  top: 0;
  right: 0;
  margin-top: -5rem;
  margin-right: 8.7rem;
}
.section.sec02 .ph-area.ph-area03 .ph-deco.deco02 {
  width: 6rem;
  top: 0;
  left: 0;
  animation-duration: 2.5s;
  margin-top: 33.2rem;
  margin-left: 7.8rem;
}
.section.sec02 .ph-area.ph-area03 .ph-deco.deco03 {
  width: 10.1rem;
  bottom: 0;
  right: 0;
  animation-duration: 2.8s;
  animation-delay: 0.5s;
  margin-bottom: 17rem;
  margin-right: 2.7rem;
}
.section.sec02 .ph-area.ph-area04 {
  margin-top: 14.8rem;
}
.section.sec02 .ph-area.ph-area04 .ph05 {
  width: 75rem;
  margin: 0 auto;
}
.section.sec02 .ph-area.ph-area04 .ph05 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec02 .ph-area.ph-area04 .ph05 .credit:nth-of-type(1) {
  top: 73rem;
  left: 7rem;
}
.section.sec02 .ph-area.ph-area04 .ph05 .credit:nth-of-type(2) {
  top: 75rem;
  right: 6rem;
}
.section.sec02 .ph-illust {
  position: relative;
  width: 59.4rem;
  margin: 0 auto;
  margin-top: 15rem;
}
.section.sec03 .ph-area.ph-area01 .ph06 {
  width: 75rem;
  margin: 0 auto;
}
.section.sec03 .ph-area.ph-area01 .ph06 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec03 .ph-area.ph-area01 .ph06 .credit:nth-of-type(1) {
  top: 74rem;
  right: 5rem;
}
.section.sec03 .ph-area.ph-area02 {
  margin-top: 15rem;
}
.section.sec03 .ph-area.ph-area02 .ph07 {
  width: 64rem;
}
.section.sec03 .ph-area.ph-area02 .ph07 .credit:nth-of-type(1) {
  top: 45rem;
  left: 5rem;
}
.section.sec03 .ph-area.ph-area02 .ph-deco {
  position: absolute;
}
.section.sec03 .ph-area.ph-area02 .ph-deco.deco01 {
  width: 36.9rem;
  top: 0;
  right: 0;
  margin-top: -3.5rem;
  margin-right: -2.7rem;
  animation: anime_fuwafuwa 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec03 .ph-area.ph-area02 .ph-deco.deco02 {
  width: 27.7rem;
  top: 0;
  right: 0;
  animation-duration: 2.5s;
  margin-top: 14.5rem;
  margin-right: -7rem;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec03 .ph-area.ph-area03 {
  margin-top: 15rem;
}
.section.sec03 .ph-area.ph-area03 .ph08 {
  width: 59.4rem;
  margin: 0 auto;
}
.section.sec03 .ph-area.ph-area03 .ph08 .ph-fillter {
  width: 54.9rem;
  position: absolute;
  top: 2.2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec03 .ph-area.ph-area03 .ph08 .credit:nth-of-type(1) {
  top: 55rem;
  right: 18rem;
}
.section.sec03 .ph-area.ph-area03 .ph-deco {
  position: absolute;
}
.section.sec03 .ph-area.ph-area03 .ph-deco.deco01 {
  width: 53.6rem;
  top: 0;
  right: 0;
  margin-top: -40.7rem;
  margin-right: -13rem;
  animation: anime_fuwafuwa 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec03 .ph-area.ph-area03 .ph-deco.deco02 {
  width: 20.3rem;
  bottom: 0;
  left: 0;
  animation-duration: 2.5s;
  margin-bottom: -13.6rem;
  margin-left: 0.2rem;
  animation: anime_fuwafuwa 2s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec03 .ph-area.ph-area03 .ph-deco.deco03 {
  width: 33.8rem;
  top: 0;
  left: 0;
  animation-duration: 2.8s;
  animation-delay: 0.5s;
  margin-top: -17rem;
  margin-left: -5.6rem;
  animation: anime_rotate 2.3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec03 .ph-area.ph-area03 .ph-deco.deco04 {
  width: 23rem;
  bottom: 0;
  right: 0;
  animation-duration: 2.8s;
  animation-delay: 0.5s;
  margin-bottom: -11.6rem;
  margin-right: 2rem;
  animation: anime_rotate 2.7s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
  animation-delay: 1s;
}
.section.sec03 .ph-area.ph-area04 {
  margin-top: 15rem;
}
.section.sec03 .ph-area.ph-area04 .ph09 {
  width: 75rem;
  margin: 0 auto;
}
.section.sec03 .ph-area.ph-area04 .ph09 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec03 .ph-area.ph-area04 .ph09 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 10rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 28rem;
}
.section.sec03 .ph-area.ph-area04 .ph09 .credit li:first-child::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec04 .ph-area.ph-area01 .ph10 {
  width: 75rem;
  margin: 0 auto;
}
.section.sec04 .ph-area.ph-area01 .ph10 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec04 .ph-area.ph-area01 .ph10 .credit:nth-of-type(1) {
  top: 74rem;
  left: 5rem;
}
.section.sec04 .ph-area.ph-area01 .ph10 .credit:nth-of-type(2) {
  top: 74rem;
  right: 5rem;
}
.section.sec04 .ph-area.ph-area02 {
  margin-top: 15rem;
}
.section.sec04 .ph-area.ph-area02 .ph-slider {
  width: 64rem;
}
.section.sec04 .ph-area.ph-area02 .ph11, .section.sec04 .ph-area.ph-area02 .ph11-1 {
  width: 64rem;
}
.section.sec04 .ph-area.ph-area02 .ph11 .credit:nth-of-type(1), .section.sec04 .ph-area.ph-area02 .ph11-1 .credit:nth-of-type(1) {
  bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec04 .ph-area.ph-area02 .ph-deco {
  position: absolute;
}
.section.sec04 .ph-area.ph-area02 .ph-deco.deco01 {
  width: 22.9rem;
  top: 0;
  right: 0;
  margin-top: 6.5rem;
  margin-right: 2.3rem;
  animation: anime_fuwafuwa 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec04 .ph-area.ph-area03 {
  margin-top: 15rem;
}
.section.sec04 .ph-area.ph-area03 .ph-slider {
  width: 64rem;
  margin-left: auto;
}
.section.sec04 .ph-area.ph-area03 .ph12, .section.sec04 .ph-area.ph-area03 .ph12-1 {
  width: 59.4rem;
  margin: 0 auto;
}
.section.sec04 .ph-area.ph-area03 .ph12 .ph-fillter, .section.sec04 .ph-area.ph-area03 .ph12-1 .ph-fillter {
  width: 54.9rem;
  position: absolute;
  top: 2.2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec04 .ph-area.ph-area03 .ph12 .credit:nth-of-type(1), .section.sec04 .ph-area.ph-area03 .ph12-1 .credit:nth-of-type(1) {
  top: 45rem;
  left: 6rem;
}
.section.sec04 .ph-area.ph-area03 .ph12 .credit:nth-of-type(2), .section.sec04 .ph-area.ph-area03 .ph12-1 .credit:nth-of-type(2) {
  top: 59rem;
  right: 3rem;
}
.section.sec04 .ph-area.ph-area03 .ph-deco {
  position: absolute;
}
.section.sec04 .ph-area.ph-area03 .ph-deco.deco01 {
  width: 17.1rem;
  top: 0;
  left: 0;
  margin-top: 38.7rem;
  margin-left: -4rem;
  animation: anime_fuwafuwa 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec04 .ph-area.ph-area03 .ph-deco.deco02 {
  width: 14.8rem;
  bottom: 0;
  left: 0;
  animation-duration: 2.5s;
  margin-bottom: 2.4rem;
  margin-left: 6.6rem;
  animation: anime_fuwafuwa 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec04 .ph-area.ph-area04 {
  margin-top: 14.5rem;
}
.section.sec04 .ph-area.ph-area04 .ph13 {
  width: 75rem;
  margin: 0 auto;
  background: #000;
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.section.sec04 .ph-area.ph-area04 .ph13.is-show .ph-deco {
  clip-path: inset(0);
  opacity: 1;
}
.section.sec04 .ph-area.ph-area04 .ph13 .ph-deco {
  position: absolute;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 1.5s, clip-path 1.5s;
}
.section.sec04 .ph-area.ph-area04 .ph13 .ph-deco.deco01 {
  width: 20.3rem;
  top: 0;
  left: 0;
  margin-top: 29rem;
  margin-left: 11rem;
  transition-delay: 1s;
}
.section.sec04 .ph-area.ph-area04 .ph13 .ph-deco.deco02 {
  width: 22.1rem;
  top: 0;
  right: 0;
  margin-top: 25.5rem;
  margin-right: 2.6rem;
}
.section.sec04 .ph-area.ph-area04 .ph13 .ph-deco.deco03 {
  width: 21.7rem;
  bottom: 0;
  left: 0;
  margin-bottom: 5.4rem;
  margin-left: 12.6rem;
  transition-delay: 2s;
}
.section.sec05 {
  background: #a22130;
}
.section.sec05 .txt-area {
  position: relative;
  padding-top: 10.5rem;
}
.section.sec05 .txt-area .contents-bg {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section.sec05 .txt-area .sec-ttl {
  width: 43.2rem;
}
.section.sec05 .txt-area .sec-txt {
  margin-top: 7.3rem;
  color: #dab461;
}
.section.sec05 .ph-area {
  margin-top: 10rem;
}
.section.sec05 .ph-area .ph14 {
  width: 69rem;
  margin: 0 auto;
}
.section.sec05 .ph-area .ph14 .ph-fillter {
  width: 68.5rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section.sec05 .ph-area .ph14 .credit:nth-of-type(1) {
  top: 22rem;
  left: 9rem;
}
.section.sec05 .ph-area .ph14 .credit:nth-of-type(2) {
  top: 29rem;
  right: 5rem;
}
.section.sec05 .ph-area .ph14 .credit:nth-of-type(3) {
  top: 46rem;
  left: 4rem;
}
.section.sec05 .ph-area .ph14 .credit:nth-of-type(4) {
  top: 60rem;
  right: 15rem;
}
.section.sec05 .ph-area .ph-bg {
  width: 70.2rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3.4rem;
  margin-left: 2rem;
}
.section.sec05 .ph-area .ph-deco {
  position: absolute;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec05 .ph-area .ph-deco.deco01 {
  width: 11rem;
  top: 0;
  right: 0;
  margin-top: -4.8rem;
  margin-right: 6.7rem;
}
.section.sec05 .ph-area .ph-deco.deco02 {
  width: 14rem;
  bottom: 0;
  left: 0;
  animation-duration: 2.5s;
  animation-delay: 1s;
  margin-bottom: -4.7rem;
  margin-left: 2.4rem;
}
.section.sec05 .loop-area {
  position: relative;
  margin-top: 14rem;
}
.section.sec05 .loop-area .loop-box {
  position: relative;
  width: 75rem;
}
.section.sec05 .loop-area .loop-box .loop-icons {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  will-change: opacity;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon .icon-name {
  width: 15.4rem;
  margin-top: 7.1rem;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon .icon-illust {
  animation: anime_loop_rotate 8s linear infinite;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon.icon01 {
  margin-left: 1.5rem;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon.icon01 .icon-illust {
  width: 17.4rem;
  margin-top: 1.5rem;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon.icon02 .icon-illust {
  width: 14.9rem;
  margin-top: 1.8rem;
  animation-delay: 2s;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon.icon03 .icon-illust {
  width: 17.4rem;
  margin-top: 2rem;
  animation-delay: 4s;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon.icon04 {
  margin-right: 1.1rem;
}
.section.sec05 .loop-area .loop-box .loop-icons .loop-icon.icon04 .icon-illust {
  width: 11.1rem;
  margin-top: 1rem;
  animation-delay: 6s;
}
.section.sec06 .ph-area.ph-area01 .sec-deco {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6.2rem;
}
.section.sec06 .ph-area.ph-area01 .sec-ttl {
  width: 51.26rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
  margin-top: 9.2rem;
}
.section.sec06 .ph-area.ph-area01 .ph15 {
  width: 79.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 21rem;
}
.section.sec06 .ph-area.ph-area01 .ph15 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec06 .ph-area.ph-area01 .ph15 .credit:nth-of-type(1) {
  bottom: 23rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.sec06 .ph-area.ph-area02 .ph16 {
  width: 68.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 4rem;
  margin-left: 0.7rem;
}
.section.sec06 .ph-area.ph-area02 .ph16 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 36rem;
  margin-bottom: 6rem;
}
.section.sec06 .ph-area.ph-area02 .ph16 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec06 .ph-area.ph-area02 .ph16 .credit li:last-child::after, .section.sec06 .ph-area.ph-area02 .ph16 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec06 .ph-area.ph-area03 .ph17 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
  margin-bottom: 3rem;
}
.section.sec06 .ph-area.ph-area03 .ph17 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec06 .ph-area.ph-area03 .ph17 .credit li:last-child::after, .section.sec06 .ph-area.ph-area03 .ph17 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap {
  width: 64rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 22.5rem;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph-slider {
  width: 64rem;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph18 .credit, .section.sec06 .ph-area.ph-area04 .ph-wrap .ph18-1 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
  margin-bottom: 3rem;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph18 .credit li::after, .section.sec06 .ph-area.ph-area04 .ph-wrap .ph18-1 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph18 .credit li:last-child::after, .section.sec06 .ph-area.ph-area04 .ph-wrap .ph18 .credit li:nth-of-type(even)::after, .section.sec06 .ph-area.ph-area04 .ph-wrap .ph18-1 .credit li:last-child::after, .section.sec06 .ph-area.ph-area04 .ph-wrap .ph18-1 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph-deco {
  position: absolute;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph-deco.deco01 {
  width: 15rem;
  top: 0;
  left: 0;
  margin-top: -3rem;
}
.section.sec06 .ph-area.ph-area04 .ph-wrap .ph-deco.deco02 {
  width: 9rem;
  bottom: 0;
  right: 0;
  margin-bottom: 16rem;
  margin-right: -3.2rem;
  animation-duration: 2.5s;
  animation-delay: 1s;
}
.section.sec06 .ph-area.ph-area04 .ph19 {
  width: 64rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 117rem;
}
.section.sec06 .ph-area.ph-area04 .ph19 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
  margin-bottom: 3rem;
}
.section.sec06 .ph-area.ph-area04 .ph19 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec06 .ph-area.ph-area04 .ph19 .credit li:last-child::after, .section.sec06 .ph-area.ph-area04 .ph19 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec06 .ph-area.ph-area04 .ph19 .ph-deco {
  position: absolute;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec06 .ph-area.ph-area04 .ph19 .ph-deco.deco01 {
  width: 15rem;
  bottom: 0;
  left: 0;
  margin-bottom: -2.2rem;
  margin-left: 5.4rem;
}
.section.sec06 .ph-area.ph-area05 {
  background: #a22130;
}
.section.sec06 .ph-area.ph-area05 .ph-slider {
  width: 75rem;
}
.section.sec06 .ph-area.ph-area05 .ph20 .credit:nth-of-type(1), .section.sec06 .ph-area.ph-area05 .ph20-1 .credit:nth-of-type(1) {
  top: 67rem;
  left: 5rem;
}
.section.sec06 .ph-area.ph-area05 .ph20 .credit:nth-of-type(2), .section.sec06 .ph-area.ph-area05 .ph20-1 .credit:nth-of-type(2) {
  top: 57rem;
  left: 31rem;
}
.section.sec06 .ph-area.ph-area05 .ph20 .credit:nth-of-type(3), .section.sec06 .ph-area.ph-area05 .ph20-1 .credit:nth-of-type(3) {
  top: 66rem;
  right: 6rem;
}
.section.sec07 .ph-area.ph-area01 .sec-deco {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6.2rem;
}
.section.sec07 .ph-area.ph-area01 .sec-ttl {
  width: 51.26rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
  margin-top: 9.2rem;
}
.section.sec07 .ph-area.ph-area01 .ph21 {
  width: 79.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 21rem;
}
.section.sec07 .ph-area.ph-area01 .ph21 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec07 .ph-area.ph-area01 .ph21 .credit:nth-of-type(1) {
  bottom: 7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.sec07 .ph-area.ph-area02 .ph22 {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 2.8rem;
  margin-left: 0.7rem;
}
.section.sec07 .ph-area.ph-area02 .ph22 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 35rem;
  margin-bottom: 21rem;
}
.section.sec07 .ph-area.ph-area02 .ph22 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec07 .ph-area.ph-area02 .ph22 .credit li:last-child::after, .section.sec07 .ph-area.ph-area02 .ph22 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec07 .ph-area.ph-area02 .ph22 .ph-deco {
  position: absolute;
  animation: anime_fuwafuwa 2.1s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec07 .ph-area.ph-area02 .ph22 .ph-deco.deco01 {
  width: 23.7rem;
  top: 0;
  right: 0;
  margin-top: 1.2rem;
  margin-right: 2rem;
}
.section.sec07 .ph-area.ph-area02 .ph22 .ph-deco.deco02 {
  width: 17.4rem;
  bottom: 0;
  left: 0;
  margin-bottom: 3rem;
  margin-left: 3.4rem;
  animation-duration: 2.8s;
  animation-delay: 1s;
}
.section.sec07 .ph-area.ph-area03 .ph23 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 38rem;
  margin-bottom: 3rem;
}
.section.sec07 .ph-area.ph-area03 .ph23 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec07 .ph-area.ph-area03 .ph23 .credit li:last-child::after, .section.sec07 .ph-area.ph-area03 .ph23 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec07 .ph-area.ph-area04 .ph24 {
  width: 58.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 19.4rem;
  margin-left: 0.5rem;
}
.section.sec07 .ph-area.ph-area04 .ph24 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 35rem;
  margin-bottom: 3rem;
}
.section.sec07 .ph-area.ph-area04 .ph24 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec07 .ph-area.ph-area04 .ph24 .credit li:last-child::after, .section.sec07 .ph-area.ph-area04 .ph24 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec07 .ph-area.ph-area04 .ph24 .ph-deco {
  position: absolute;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec07 .ph-area.ph-area04 .ph24 .ph-deco.deco01 {
  width: 10rem;
  bottom: 0;
  right: 0;
  margin-bottom: -5.2rem;
  margin-right: -4.9rem;
}
.section.sec07 .ph-area.ph-area05 {
  background: #f6dc75;
}
.section.sec07 .ph-area.ph-area05 .ph-slider {
  width: 75rem;
}
.section.sec07 .ph-area.ph-area05 .ph25 .credit:nth-of-type(1) {
  top: 58rem;
  left: 9rem;
}
.section.sec07 .ph-area.ph-area05 .ph25 .credit:nth-of-type(2) {
  top: 61rem;
  right: 9rem;
}
.section.sec08 .ph-area.ph-area01 .sec-deco {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6.2rem;
}
.section.sec08 .ph-area.ph-area01 .sec-ttl {
  width: 52rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
  margin-top: 9.2rem;
  margin-left: 15rem;
}
.section.sec08 .ph-area.ph-area01 .ph26 {
  width: 79.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 21rem;
}
.section.sec08 .ph-area.ph-area01 .ph26 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec08 .ph-area.ph-area01 .ph26 .credit:nth-of-type(1) {
  bottom: 7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.sec08 .ph-area.ph-area02 .ph-slider {
  width: 68.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 6.8rem;
  margin-left: 0.7rem;
}
.section.sec08 .ph-area.ph-area02 .ph-slider .slick-dots {
  bottom: 4.5rem;
  right: 5.6rem;
}
.section.sec08 .ph-area.ph-area02 .ph-slider .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 38rem;
  margin-bottom: 7rem;
}
.section.sec08 .ph-area.ph-area02 .ph-slider .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec08 .ph-area.ph-area02 .ph-slider .credit li:last-child::after, .section.sec08 .ph-area.ph-area02 .ph-slider .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec08 .ph-area.ph-area03 .ph28 .credit:nth-of-type(1) {
  top: 66rem;
  left: 5rem;
}
.section.sec08 .ph-area.ph-area03 .ph28 .credit:nth-of-type(2) {
  top: 63rem;
  right: 6rem;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap {
  width: 64rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 23.5rem;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph-slider {
  width: 64rem;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph29 .credit, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29-1 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
  margin-bottom: 13rem;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph29 .credit li::after, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29-1 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph29 .credit li:last-child::after, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29 .credit li:nth-of-type(2)::after, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29 .credit li:nth-of-type(3)::after, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29-1 .credit li:last-child::after, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29-1 .credit li:nth-of-type(2)::after, .section.sec08 .ph-area.ph-area04 .ph-wrap .ph29-1 .credit li:nth-of-type(3)::after {
  display: none;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph-deco {
  position: absolute;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph-deco.deco01 {
  width: 70.8rem;
  top: 0;
  left: 0;
  margin-top: -5rem;
  margin-left: -3.5rem;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph-deco.deco02 {
  width: 9rem;
  top: 0;
  right: 0;
  margin-top: -6.3rem;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.section.sec08 .ph-area.ph-area04 .ph-wrap .ph-deco.deco03 {
  width: 9rem;
  bottom: 0;
  left: 0;
  margin-bottom: 11.4rem;
  margin-left: 3.7rem;
  animation: anime_rotate 2.5s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
  animation-delay: 1s;
}
.section.sec08 .ph-area.ph-area05 .ph30 .credit:nth-of-type(1) {
  bottom: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.sec09 .ph-area.ph-area01 .sec-deco {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6.2rem;
}
.section.sec09 .ph-area.ph-area01 .sec-ttl {
  width: 45.1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
  margin-top: 9.2rem;
  margin-left: 18rem;
}
.section.sec09 .ph-area.ph-area01 .ph31 {
  width: 79.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 21rem;
}
.section.sec09 .ph-area.ph-area01 .ph31 .ph-fillter {
  width: 75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec09 .ph-area.ph-area01 .ph31 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
  margin-bottom: 5rem;
}
.section.sec09 .ph-area.ph-area01 .ph31 .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec09 .ph-area.ph-area01 .ph31 .credit li:last-child::after, .section.sec09 .ph-area.ph-area01 .ph31 .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec09 .ph-area.ph-area02 .ph-slider {
  width: 68.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 6.8rem;
  margin-left: 0.7rem;
}
.section.sec09 .ph-area.ph-area02 .ph-slider .slick-dots {
  bottom: 4.5rem;
  right: 5.6rem;
}
.section.sec09 .ph-area.ph-area02 .ph-slider .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 38rem;
  margin-bottom: 7rem;
}
.section.sec09 .ph-area.ph-area02 .ph-slider .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec09 .ph-area.ph-area02 .ph-slider .credit li:last-child::after, .section.sec09 .ph-area.ph-area02 .ph-slider .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec09 .ph-area.ph-area03 .ph-slider {
  width: 75rem;
}
.section.sec09 .ph-area.ph-area03 .ph-slider .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 38rem;
  margin-bottom: 3rem;
}
.section.sec09 .ph-area.ph-area03 .ph-slider .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #dab461;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  transform: translateY(-50%);
}
.section.sec09 .ph-area.ph-area03 .ph-slider .credit li:last-child::after, .section.sec09 .ph-area.ph-area03 .ph-slider .credit li:nth-of-type(even)::after {
  display: none;
}
.section.sec09 .ph-area.ph-area04 .ph-bg2 {
  width: 55.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 22.6rem;
}
.section.sec09 .ph-area.ph-area04 .ph34 {
  width: 53.4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 24rem;
}
.section.sec09 .ph-area.ph-area04 .credit {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 38rem;
  margin-bottom: 3rem;
}
.section.sec09 .ph-area.ph-area05 .ph35 .credit:nth-of-type(1) {
  top: 50rem;
  left: 4rem;
}
.section.sec09 .ph-area.ph-area05 .ph35 .credit:nth-of-type(2) {
  top: 50rem;
  right: 5rem;
}

.outro {
  position: relative;
  background: transparent;
}
.outro .outro-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 127px;
}
.outro .totop {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.outro .totop .totop-icon {
  position: relative;
  margin-top: 19.3rem;
}
@keyframes flipingX {
  0% {
    transform: rotateZ(-35deg) rotateX(0);
  }
  100% {
    transform: rotateZ(-35deg) rotateX(1080deg);
  }
}
.outro .totop .totop-icon .totop-icon01 {
  width: 114px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  margin-left: 2rem;
  animation: flipingX 1.4s linear;
  animation-play-state: paused;
  transform: rotateZ(-35deg);
  animation-iteration-count: 1000;
}
.outro .totop .totop-icon .totop-icon01 img {
  transform: rotate(35deg);
}
.outro .totop .totop-icon .totop-icon01.is-animating {
  animation-play-state: running;
}
.outro .totop .totop-icon .totop-icon02 {
  width: 144px;
}
.outro .totop .totop-txt {
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 41.6px;
  line-height: 0.8653846154;
  letter-spacing: 0.03em;
  color: #dab461;
  margin-top: 1.4rem;
}
.outro .outro-line {
  width: 1px;
  padding-top: 280px;
  background: #dab461;
  margin: 0 auto;
  margin-top: 5rem;
}
.outro .allitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 41.6px;
  line-height: 0.8653846154;
  letter-spacing: 0.03em;
  color: #dab461;
  margin-top: 6rem;
}
.outro .allitem .allitem-star {
  width: 64px;
  margin-bottom: 2rem;
  animation: anime_rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}
.outro .outro-obje {
  width: 219px;
  margin-top: 3.7rem;
}
.outro .staff-credit {
  position: relative;
  margin-top: 4rem;
}
.outro .staff-credit .staff-credit-star {
  width: 436px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2rem;
  margin-left: 3.8rem;
}
.outro .staff-credit .staff-credit-head {
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 0.875;
  letter-spacing: 0.03em;
  color: #dab461;
}
.outro .staff-credit .staff-credit-txt {
  font-family: "sinete", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17.6px;
  line-height: 1.8181818182;
  letter-spacing: 0.03em;
  color: #dab461;
  margin-top: 2rem;
}
.outro .outro-copy {
  width: 450px;
  margin-top: 9.5rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-dots {
  text-align: right;
  bottom: 1.2rem;
  right: 2.4rem;
  z-index: 20;
  width: -moz-fit-content;
  width: fit-content;
}
.ph-slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.75rem;
  padding: 0;
  border: 1px solid #dab461;
  transform: rotate(45deg);
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #dab461;
}/*# sourceMappingURL=style.css.map */