@charset "UTF-8";
html {
  font-size: 5.3333333333px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.4444444444vw;
  }
}
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: normal;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #daebff;
  color: #202436;
}

.feature a {
  color: #202436;
  transition: 0.3s;
  display: block;
  transform: none;
  will-change: opacity;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

.footer {
  height: 100rem;
}

.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(8rem);
  pointer-events: none;
  transition: opacity 1.5s, transform 1.5s;
}

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

.js-position {
  position: sticky;
}

.js-position {
  position: sticky;
}

@keyframes fuwafuwa_pc {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes fuwafuwa_snow {
  0% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(1rem);
  }
}
.pc-top-visual {
  display: flex;
  justify-content: center;
  position: relative;
  position: sticky;
  top: 80px;
}
.pc-top-visual .pc-top-left {
  order: 1;
  width: 100%;
  position: relative;
}
.pc-top-visual .pc-top-left .pc-snow {
  width: 48.28125rem;
  position: absolute;
  top: 4.2rem;
  right: 17.8rem;
  animation: fuwafuwa_pc 2s 1s ease-in-out infinite alternate-reverse;
}
.pc-top-visual .pc-top-right {
  position: relative;
  order: 3;
  width: 100%;
}
.pc-top-visual .pc-top-right .pc-snow {
  width: 49.51875rem;
  position: absolute;
  top: 7rem;
  left: 12.5rem;
  animation: fuwafuwa_pc 2s ease-in-out infinite alternate-reverse;
}
.pc-top-visual .pc-top-center {
  order: 2;
}
.pc-top-visual .pc-top-center .main-visual {
  width: 75rem;
}

.pc-main-contents {
  display: flex;
  justify-content: center;
  position: relative;
  background: #daebff;
}
.pc-main-contents .pc-left {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-main-contents .pc-left .pc-left-txt {
  width: 38.9296875rem;
  margin-bottom: 3rem;
}
.pc-main-contents .pc-right {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pc-main-contents .pc-right .main-lead-season {
  width: 16.1625rem;
}
.pc-main-contents .pc-right .main-lead-ttl-txt {
  width: 35.2275rem;
  margin-top: 2rem;
}
.pc-main-contents .pc-right .main-lead-txt {
  width: 51.19125rem;
  margin-top: 7.2rem;
  margin-bottom: 7.2rem;
}
.pc-main-contents .pc-right .main-lead-all {
  width: 18.2655rem;
}
.pc-main-contents .pc-center {
  order: 2;
}
.pc-main-contents .pc-center .main-lead-bg {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -4.5rem;
}

.main-lead {
  position: relative;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  margin-top: -2.6rem;
}

.section .ph-area {
  position: relative;
  background: #fff;
}
.section .ph-area .ph-l .credit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section .ph-area .ph-s {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.section .ph-area .ph-s .ph-inner {
  position: relative;
  width: 58rem;
  margin: 0 auto;
}
.section .ph-area .ph-s .credit {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
.section .ph-area .ph {
  position: relative;
  width: 75rem;
  height: 100rem;
  cursor: pointer;
}
.section .ph-area .ph.open .ph-link, .section .ph-area .ph.open .credit, .section .ph-area .ph.open .credit-box {
  opacity: 1;
  visibility: visible;
  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%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: #666666;
  mix-blend-mode: multiply;
}
.section .ph-area .ph .ph-snow {
  position: absolute;
  pointer-events: none;
}
.section .ph-area .ph .ph-snow.ph-snow01 {
  animation: fuwafuwa_snow 2s 1s ease-in-out infinite alternate-reverse;
}
.section .ph-area .ph .ph-snow.ph-snow02 {
  animation: fuwafuwa_snow 2s ease-in-out infinite alternate-reverse;
}
.section .ph-area .ph .ph-snow.ph-snow03 {
  animation: fuwafuwa_snow 2.5s 1s ease-in-out infinite alternate-reverse;
}
.section .ph-area .ph .credit-box {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section .ph-area .ph .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section .ph-area .ph .credit li {
  position: relative;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.78125rem;
  line-height: 1.6136842105;
  color: #fff;
}
.section .ph-area .ph .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #fff;
  font-size: 1.78125rem;
  line-height: 1.6136842105;
  transform: translateY(-50%);
}
.section .ph-area .ph .credit li a {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.78125rem;
  line-height: 1.6136842105;
  color: #fff;
}
.section .ph-area .ph .credit .line-end::after, .section .ph-area .ph .credit li:last-of-type::after {
  display: none;
}
.section .ph-area .ph-txt {
  width: 1.472rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.section .ph-area .ph-deco-txt {
  width: 58rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -2.6rem;
  left: 0;
}
.section .ph-area .ph-deco-txt .ph-deco-txt01 {
  width: 16.72rem;
}

.section.sec01 .ph-area01 {
  margin-top: -6.4rem;
}
.section.sec01 .ph-area01 .ph01 .credit {
  width: 52rem;
}
.section.sec01 .ph-area01 .ph02 .credit {
  width: 29rem;
}
.section.sec01 .ph-area01 .ph02 .ph-deco-txt02 {
  width: 6.39rem;
}
.section.sec01 .ph-area02 .ph01 .credit {
  width: 39rem;
}
.section.sec01 .ph-area02 .ph01 .ph-deco-txt02 {
  width: 8.1rem;
}
.section.sec01 .ph-area02 .ph02 .credit {
  width: 56rem;
}
.section.sec01 .ph-area03 .ph01 .credit {
  width: 45rem;
}
.section.sec01 .ph-area03 .ph02 {
  background: #202436;
}
.section.sec01 .ph-area03 .ph02 .credit {
  width: 28rem;
}
.section.sec01 .ph-area03 .ph02 .ph-deco-txt02 {
  width: 8.8rem;
}
.section.sec01 .ph-area03 .ph02 .ph-snow.ph-snow01 {
  width: 4.938rem;
  top: 18.5rem;
  left: 6.8rem;
}
.section.sec01 .ph-area03 .ph02 .ph-snow.ph-snow02 {
  width: 4.344rem;
  top: 29.5rem;
  right: 7rem;
}
.section.sec01 .ph-area04 .ph01 .credit {
  width: 44rem;
}
.section.sec01 .ph-area04 .ph01 .ph-snow.ph-snow01 {
  width: 9.426rem;
  top: 13.7rem;
  right: 12rem;
}
.section.sec01 .ph-area04 .ph01 .ph-snow.ph-snow02 {
  width: 9.424rem;
  top: 48rem;
  left: 7.4rem;
}
.section.sec01 .ph-area04 .ph02 {
  background: #202436;
}
.section.sec01 .ph-area04 .ph02 .credit {
  width: 38rem;
}
.section.sec01 .ph-area04 .ph02 .ph-deco-txt02 {
  width: 6.7rem;
}
.section.sec01 .ph-area05 .ph-slider.on .slick-dots {
  top: 10.8rem;
  right: auto;
  left: 1.7rem;
}
.section.sec01 .ph-area05 .ph-deco-flower {
  width: 9.8rem;
  position: absolute;
  bottom: -3.5rem;
  right: 4rem;
  pointer-events: none;
  z-index: 1;
}
.section.sec01 .ph-area05 .ph01 .ph-inner {
  margin-left: 0;
  margin-top: 2rem;
}
.section.sec01 .ph-area05 .ph01 .credit {
  width: 28rem;
}
.section.sec01 .ph-area05 .ph01 .ph-deco-txt01 {
  margin-left: 2.5rem;
}
.section.sec01 .ph-area05 .ph01 .ph-deco-txt02 {
  width: 3.65rem;
}
.section.sec01 .ph-area05 .ph01 .ph-snow.ph-snow01 {
  width: 4.17rem;
  top: 7.1rem;
  right: 10rem;
}
.section.sec01 .ph-area05 .ph01 .ph-snow.ph-snow02 {
  width: 4.7rem;
  top: 34.7rem;
  left: 7rem;
}
.section.sec01 .ph-area05 .ph02 .credit {
  width: 29rem;
}
.section.sec01 .ph-area06 {
  margin-bottom: 2.2rem;
}
.section.sec01 .ph-area06 .ph-slider.on .slick-dots {
  top: 7.2rem;
  right: 9.1rem;
}
.section.sec01 .ph-area06 .ph01 .credit {
  width: 30rem;
}
.section.sec01 .ph-area06 .ph01 .ph-deco-txt02 {
  width: 4.83rem;
}
.section.sec01 .ph-area06 .ph01 .ph-inner {
  margin-bottom: 4.5rem;
}
.section.sec01 .ph-area06 .ph02 .credit {
  width: 37rem;
}
.section.sec01 .ph-area07 {
  margin-top: -3rem;
}
.section.sec01 .ph-area07 .ph01 .credit {
  width: 45rem;
}
.section.sec01 .ph-area07 .ph02 .credit {
  width: 36rem;
}
.section.sec01 .ph-area07 .ph02 .ph-deco-txt02 {
  width: 6.15rem;
}
.section.sec01 .ph-area07 .ph02 .ph-snow.ph-snow01 {
  width: 5.11rem;
  top: 12rem;
  right: 5.3rem;
}
.section.sec01 .ph-area07 .ph02 .ph-snow.ph-snow02 {
  width: 4.7rem;
  top: 25rem;
  left: 7rem;
}
.section.sec01 .ph-area08 {
  padding-bottom: 45rem;
}
.section.sec01 .ph-area08 .ph01 .credit {
  width: 30rem;
}
.section.sec01 .ph-area08 .ph01 .ph-deco-txt02 {
  width: 6rem;
}
.section.sec01 .ph-area08 .ph01 .ph-snow.ph-snow01 {
  width: 5.11rem;
  top: 12rem;
  right: 5.3rem;
}
.section.sec01 .ph-area08 .ph01 .ph-snow.ph-snow02 {
  width: 4.7rem;
  top: 25rem;
  left: 7rem;
}
.section.sec01 .ph-area08 .ph02 .credit {
  width: 30rem;
}
.section.sec02 .credit-box {
  position: absolute;
  top: 40rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.section.sec02 .credit-box .credit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.sec02 .credit-box .credit-wrap .credit-name {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.042em;
  color: #fff;
}
.section.sec02 .credit-box .credit-wrap .credit-name:nth-of-type(2) {
  margin-top: 2rem;
}
.section.sec02 .credit-box .credit-wrap .credit {
  margin-top: 1rem;
}
.section.sec02 .section-top {
  position: relative;
  margin-top: -3rem;
}
.section.sec02 .section-top .section-top-bg {
  width: 75rem;
}
.section.sec02 .section-top .section-top-ph {
  width: 59rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 12rem;
}
.section.sec02 .section-top .section-top-name {
  position: absolute;
  top: 3.6rem;
}
.section.sec02 .section-top .section-top-name.name01 {
  width: 20.4rem;
  left: 2rem;
}
.section.sec02 .section-top .section-top-name.name02 {
  width: 21.15rem;
  right: 2rem;
}
.section.sec02 .section-top .section-top-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section.sec02 .section-top .section-top-txt.txt01 {
  width: 1.165rem;
  left: 2.3rem;
}
.section.sec02 .section-top .section-top-txt.txt02 {
  width: 1.165rem;
  right: 2.3rem;
}
.section.sec02 .section-top .section-top-snow {
  position: absolute;
  pointer-events: none;
}
.section.sec02 .section-top .section-top-snow.snow01 {
  width: 11rem;
  top: 12.5rem;
  right: 8.5rem;
  animation: fuwafuwa_snow 2s 1s ease-in-out infinite alternate-reverse;
}
.section.sec02 .section-top .section-top-snow.snow02 {
  width: 5.96rem;
  bottom: 17.3rem;
  left: 3.7rem;
  animation: fuwafuwa_snow 2s ease-in-out infinite alternate-reverse;
}
.section.sec02 .section-top .section-top-snow.snow03 {
  width: 0.9377rem;
  bottom: 7rem;
  left: 18.5rem;
  animation: fuwafuwa_snow 2.5s 1s ease-in-out infinite alternate-reverse;
}
.section.sec02 .ph-area01 .ph01 {
  height: auto;
}
.section.sec02 .ph-area01 .ph01 .credit:nth-of-type(1) {
  width: 42.7rem;
}
.section.sec02 .ph-area01 .ph01 .credit:nth-of-type(2) {
  width: 35.6rem;
}
.section.sec02 .ph-area01 .ph01 .ph-deco-txt {
  width: 70.68rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec02 .ph-area01 .ph01 .ph-snow {
  width: 7.06rem;
  bottom: 12.2rem;
  left: 15.7rem;
}
.section.sec02 .ph-area02 .ph-bg {
  width: 75rem;
}
.section.sec02 .ph-area02 .ph02 {
  width: 63rem;
  height: auto;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section.sec02 .ph-area02 .ph02 .credit-box {
  top: 35.5rem;
  gap: 5.5rem;
}
.section.sec02 .ph-area02 .ph02 .credit:nth-of-type(1) {
  width: 37.4rem;
}
.section.sec02 .ph-area02 .ph02 .credit:nth-of-type(2) {
  width: 29.4rem;
}
.section.sec02 .ph-area02 .ph02 .ph-snow {
  width: 6.055rem;
  top: 4rem;
  right: 4rem;
}
.section.sec02 .ph-area02 .ph-deco-txt {
  width: 70.68rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec03 {
  background: #fff;
  padding-bottom: 6rem;
}
.section.sec03 .credit-box {
  position: absolute;
  top: 40rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.section.sec03 .credit-box .credit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.sec03 .credit-box .credit-wrap .credit-name {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.042em;
  color: #fff;
}
.section.sec03 .credit-box .credit-wrap .credit-name:nth-of-type(2) {
  margin-top: 2rem;
}
.section.sec03 .credit-box .credit-wrap .credit {
  margin-top: 1rem;
}
.section.sec03 .section-top {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 11.8rem;
}
.section.sec03 .section-top .section-top-bg {
  width: 75rem;
  position: absolute;
  top: -0.9rem;
  left: 0;
}
.section.sec03 .section-top .section-top-ph {
  width: 59rem;
  margin: 0 auto;
}
.section.sec03 .section-top .section-top-name {
  position: absolute;
  top: 2.7rem;
}
.section.sec03 .section-top .section-top-name.name01 {
  width: 14.5rem;
  left: 2rem;
}
.section.sec03 .section-top .section-top-name.name02 {
  width: 16.278rem;
  right: 2rem;
}
.section.sec03 .section-top .section-top-txt {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}
.section.sec03 .section-top .section-top-txt.txt01 {
  width: 1.165rem;
  left: 2.3rem;
}
.section.sec03 .section-top .section-top-txt.txt02 {
  width: 1.165rem;
  right: 2.3rem;
}
.section.sec03 .section-top .section-top-snow {
  position: absolute;
  pointer-events: none;
}
.section.sec03 .section-top .section-top-snow.snow01 {
  width: 11.7rem;
  top: 12.2rem;
  right: 7.4rem;
  animation: fuwafuwa_snow 2s 1s ease-in-out infinite alternate-reverse;
}
.section.sec03 .section-top .section-top-snow.snow02 {
  width: 5.96rem;
  bottom: 15.5rem;
  left: 3.7rem;
  animation: fuwafuwa_snow 2s ease-in-out infinite alternate-reverse;
}
.section.sec03 .section-top .section-top-snow.snow03 {
  width: 0.9377rem;
  bottom: 5.3rem;
  left: 18.5rem;
  animation: fuwafuwa_snow 2.5s 1s ease-in-out infinite alternate-reverse;
}
.section.sec03 .ph-area01 .ph01 {
  height: auto;
}
.section.sec03 .ph-area01 .ph01 .credit-box {
  gap: 6.5rem;
}
.section.sec03 .ph-area01 .ph01 .credit:nth-of-type(1) {
  width: 48.8rem;
}
.section.sec03 .ph-area01 .ph01 .credit:nth-of-type(2) {
  width: 46.3rem;
}
.section.sec03 .ph-area01 .ph01 .ph-deco-txt {
  width: 70.68rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec03 .ph-area02 {
  padding-top: 6.5rem;
  padding-bottom: 9.8rem;
}
.section.sec03 .ph-area02 .ph02 {
  width: 63rem;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
.section.sec03 .ph-area02 .ph02 .credit-box {
  top: 35.5rem;
  gap: 5.5rem;
}
.section.sec03 .ph-area02 .ph02 .credit:nth-of-type(1) {
  width: 43.6rem;
}
.section.sec03 .ph-area02 .ph02 .credit:nth-of-type(2) {
  width: 43.6rem;
}
.section.sec03 .ph-area02 .ph02 .ph-snow.ph-snow01 {
  width: 4.08rem;
  top: 7rem;
  left: 8rem;
}
.section.sec03 .ph-area02 .ph02 .ph-snow.ph-snow02 {
  width: 3.057rem;
  top: 15.5rem;
  left: 29.5rem;
}
.section.sec03 .ph-area02 .ph02 .ph-snow.ph-snow03 {
  width: 7.2rem;
  bottom: 22.5rem;
  right: 5.2rem;
}
.section.sec03 .ph-area02 .ph-deco-txt {
  width: 70.68rem;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.sec03 .outro {
  position: relative;
}
.section.sec03 .outro .outro-ph {
  width: 70.6rem;
  margin: 0 auto;
}
.section.sec03 .outro .outro-ph .outro-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 12.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.section.sec03 .outro .outro-ph .outro-txt .txt1 {
  width: 42.859rem;
}
.section.sec03 .outro .outro-ph .outro-txt .txt2 {
  width: 6.923rem;
  margin-top: 2.6rem;
}
.section.sec03 .outro .outro-ph .outro-txt .txt3 {
  width: 11.5rem;
  margin-top: 1.8rem;
}
.section.sec03 .outro .outro-ph .outro-snow {
  width: 62.7rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 4rem;
  margin-left: 6rem;
  animation: fuwafuwa_snow 2s ease-in-out infinite alternate-reverse;
}
.section.sec03 .outro .staff-wrap {
  position: relative;
  color: #7da5e3;
  margin-top: 10.3rem;
  margin-left: 3.8rem;
}
.section.sec03 .outro .staff-wrap .viewall {
  width: 14.27rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 3.4rem;
}
.section.sec03 .outro .staff-wrap .staff-head {
  width: 7.113375rem;
}
.section.sec03 .outro .staff-wrap .staff-credit {
  display: flex;
  flex-direction: column;
  margin-top: 2.2rem;
  gap: 1.05rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff .staff-job {
  width: 13.3rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(1) .staff-job img {
  width: 10.43975625rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(1) .staff-profile {
  width: 11.11065rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(2) .staff-job img {
  width: 5.16915rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(2) .staff-profile {
  width: 17.10819375rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(3) .staff-job img {
  width: 6.53203125rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(3) .staff-profile {
  width: 30.79875rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(4) .staff-job img {
  width: 3.00915rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(4) .staff-profile {
  width: 32.8965rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(5) .staff-job img {
  width: 8.0249625rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(5) .staff-profile {
  width: 22.042875rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(6) .staff-job img {
  width: 4.23320625rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(6) .staff-profile {
  width: 28.314rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(7) .staff-job img {
  width: 2.30814375rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(7) .staff-profile {
  width: 27.769875rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(8) .staff-profile {
  width: 26.25rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(9) .staff-job img {
  width: 11.417625rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(9) .staff-profile {
  width: 24.094875rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(10) .staff-job img {
  width: 8.27765625rem;
}
.section.sec03 .outro .staff-wrap .staff-credit .staff:nth-of-type(10) .staff-profile {
  width: 15.12rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider.on .slick-dots {
  top: 10.2rem;
  right: 9.1rem;
}
.ph-slider.dots-transitioning .slick-dots {
  opacity: 0;
}
.ph-slider .slick-dots {
  text-align: right;
  top: 0.3rem;
  right: 1.4rem;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: opacity 1.5s ease;
}
.ph-slider .slick-dots li {
  width: 0.77625rem;
  height: 0.77625rem;
  margin: 0 0.249rem;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #fff;
}

.ph-header {
  position: sticky;
  top: 100px;
  z-index: 1;
  width: 32.26rem;
  margin-top: 2.5rem;
  margin-left: 2.3rem;
  pointer-events: none;
  transition: fill 1s;
  fill: #fff;
  opacity: 0;
  visibility: hidden;
}
.ph-header svg {
  z-index: 1;
}
.ph-header.on {
  fill: #202436;
  transition: fill 1s;
}/*# sourceMappingURL=style.css.map */