@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 6.307px;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.4505vw;
  }
}

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: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #B4B4B4;
}

.feature a {
  transition: 0.3s;
  display: block;
  color: #000;
  text-decoration: 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;
}

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

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  filter: blur(10px);
  will-change: filter, opacity;
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.js-fade.is-show {
  visibility: visible;
  pointer-events: inherit;
  opacity: 1;
  filter: blur(0);
}

.feature__inner {
  width: 90.84rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20rem;
  overflow: clip;
  background: #F7F4F1;
}

.main-contents {
  margin: 0 auto;
  position: relative;
  width: 75rem;
}

.main-visual {
  position: relative;
  width: 75rem;
}
.main-visual.is-show .main-ph {
  opacity: 1;
}
.main-visual.is-show .main-ttl {
  opacity: 1;
}
.main-visual .main-ph {
  opacity: 0;
  transition: 1s ease 1s;
}
.main-visual .main-ttl {
  width: 47.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 47rem;
  opacity: 0;
  transition: 1s ease 1s;
}
.main-visual .main-lead {
  font-size: 2.6rem;
  line-height: 1.7692307692;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 600;
  margin-top: 8.7rem;
}

.section {
  position: relative;
}
.section .section-block {
  position: relative;
}
.section .section-block .section-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section .section-block .section-num.is-show::before {
  width: 15rem;
}
.section .section-block .section-num.is-show .txt-style img {
  transform: translateY(0);
}
.section .section-block .section-num.is-show .txt-num img {
  transform: translateY(0);
}
.section .section-block .section-num::before {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 7rem;
  margin-left: -2.3rem;
  transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .section-block .section-num .txt-style {
  width: 11.4rem;
  overflow: hidden;
}
.section .section-block .section-num .txt-style img {
  transform: translateY(110%);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .section-block .section-num .txt-num {
  overflow: hidden;
}
.section .section-block .section-num .txt-num img {
  transform: translateY(110%);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .section-block .ph {
  position: relative;
}
.section .section-block .ph.ph01 {
  width: 60rem;
}
.section .section-block .ph.ph03 {
  width: 60rem;
  margin: 0 auto;
  margin-top: 3.1rem;
}
.section .section-block .section-txt.txt1 {
  font-size: 2.3rem;
  line-height: 1.8695652174;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
  width: 65rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.section .section-block .section-txt.txt2 {
  font-size: 2.6rem;
  line-height: 1.7692307692;
  letter-spacing: 0.075em;
  font-weight: 600;
  text-align: center;
}
.section .section-block .section-txt.txt3 {
  font-size: 2.6rem;
  line-height: 1.7692307692;
  letter-spacing: 0.075em;
  font-weight: 600;
  text-align: center;
}
.section .section-block .ph.is-show .decolation {
  opacity: 1;
}
.section .section-block .ph.is-show .catch {
  clip-path: inset(0);
}
.section .section-block .decolation {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease 1s;
  pointer-events: none;
}
.section .section-block .catch {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0.07em;
  position: absolute;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s ease 1s;
  pointer-events: none;
}
.section .section-block .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 0 auto;
  margin-top: 2.3rem;
}
.section .section-block .credit li a {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  letter-spacing: -0.005em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.section.sec01 {
  margin-top: 11.4rem;
}
.section.sec01 .block01 .section-num {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.6rem;
  margin-left: 1.3rem;
  gap: 3rem;
}
.section.sec01 .block01 .section-num::before {
  margin-left: 0;
}
.section.sec01 .block01 .section-num .txt-num {
  width: 2.6rem;
}
.section.sec01 .block01 .ph01 {
  width: 60rem;
  margin-left: auto;
  margin-right: 1rem;
}
.section.sec01 .block02 .ph02 {
  width: 79.4rem;
  margin-left: calc(50% - 39.7rem);
  margin-top: -7rem;
}
.section.sec01 .block02 .ph02 .decolation {
  width: 9rem;
  bottom: 0;
  right: 0;
  margin-bottom: 4.8rem;
  margin-right: 18.9rem;
}
.section.sec01 .block02 .txt2 {
  margin-top: -3.5rem;
}
.section.sec01 .block03 {
  margin-top: 12.6rem;
}
.section.sec01 .block03 .ph03 {
  margin-top: 3rem;
}
.section.sec01 .block03 .ph03 .decolation {
  width: 9.8rem;
  top: 0;
  left: 0;
  margin-top: -3.2rem;
  margin-left: 11.9rem;
  transform: rotate(4deg);
}
.section.sec01 .block03 .ph03 .catch {
  text-align: center;
  writing-mode: sideways-lr;
  top: 0;
  left: 0;
  margin-top: 19.2rem;
  margin-left: -2.5rem;
}
.section.sec01 .block03 .credit {
  width: 51rem;
}
.section.sec02 {
  margin-top: 15rem;
}
.section.sec02 .block01 .section-num {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.6rem;
  gap: 3.3rem;
}
.section.sec02 .block01 .section-num .txt-num {
  width: 4.4rem;
}
.section.sec02 .block01 .section-num::before {
  margin-left: -3.5rem;
}
.section.sec02 .block01 .ph01 {
  width: 60rem;
  margin-left: 2rem;
}
.section.sec02 .block02 .ph02 {
  width: 84rem;
  margin-left: calc(50% - 42rem);
  margin-top: -7rem;
}
.section.sec02 .block02 .ph02 .decolation {
  width: 9.7rem;
  bottom: 0;
  left: 0;
  margin-bottom: 6.7rem;
  margin-left: 21.4rem;
  transform: rotate(-6deg);
}
.section.sec02 .block02 .txt2 {
  margin-top: -5.5rem;
}
.section.sec02 .block03 {
  margin-top: 11.8rem;
}
.section.sec02 .block03 .ph03 {
  margin-top: 5.5rem;
}
.section.sec02 .block03 .ph03 .decolation {
  width: 12.6rem;
  top: 0;
  right: 0;
  margin-top: -4.5rem;
  margin-right: 11.4rem;
  transform: rotate(-6deg);
}
.section.sec02 .block03 .ph03 .catch {
  text-align: center;
  writing-mode: tb-rl;
  top: 0;
  right: 0;
  margin-top: 9.8rem;
  margin-right: -2.5rem;
  white-space: nowrap;
}
.section.sec02 .block03 .credit {
  width: 51rem;
}
.section.sec03 {
  margin-top: 15.1rem;
}
.section.sec03 .block01 .section-num {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.6rem;
  margin-left: 0.4rem;
  gap: 2.5rem;
}
.section.sec03 .block01 .section-num .txt-num {
  width: 5rem;
}
.section.sec03 .block01 .section-num::before {
  margin-left: 0;
}
.section.sec03 .block01 .ph01 {
  width: 60rem;
  margin-left: auto;
  margin-right: 2rem;
}
.section.sec03 .block01 .section-txt {
  margin-top: 1.7rem;
}
.section.sec03 .block02 .ph02 {
  width: 87.3rem;
  margin-left: calc(50% - 43.65rem);
  margin-top: -9.3rem;
}
.section.sec03 .block02 .ph02 .decolation {
  width: 9.2rem;
  bottom: 0;
  left: 0;
  margin-bottom: 9.7rem;
  margin-left: 21.6rem;
  transform: rotate(9deg);
}
.section.sec03 .block02 .txt2 {
  margin-top: -8.5rem;
}
.section.sec03 .block03 {
  margin-top: 11.8rem;
}
.section.sec03 .block03 .ph03 {
  margin-top: 6rem;
}
.section.sec03 .block03 .ph03 .decolation {
  width: 8rem;
  top: 0;
  right: 0;
  margin-top: -5rem;
  margin-right: 8rem;
  transform: rotate(-2deg);
}
.section.sec03 .block03 .ph03 .catch {
  text-align: center;
  writing-mode: sideways-lr;
  top: 0;
  left: 0;
  margin-top: 19rem;
  margin-left: -2rem;
}
.section.sec03 .block03 .credit {
  width: 51rem;
}
.section.sec04 {
  margin-top: 14rem;
}
.section.sec04 .block01 .section-num {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.6rem;
  margin-right: 1rem;
  gap: 2.7rem;
}
.section.sec04 .block01 .section-num .txt-num {
  width: 4.7rem;
}
.section.sec04 .block01 .ph01 {
  width: 60rem;
  margin-left: 1rem;
}
.section.sec04 .block01 .section-txt {
  margin-top: 4.4rem;
}
.section.sec04 .block02 .ph02 {
  width: 87.5rem;
  margin-left: calc(50% - 43.75rem);
  margin-top: -9rem;
}
.section.sec04 .block02 .ph02 .decolation {
  width: 8.7rem;
  bottom: 0;
  right: 0;
  margin-bottom: 11.5rem;
  margin-right: 18rem;
  transform: rotate(-5deg);
}
.section.sec04 .block02 .txt2 {
  margin-top: -10.5rem;
}
.section.sec04 .block03 {
  margin-top: 11rem;
}
.section.sec04 .block03 .ph03 {
  margin-top: 2.5rem;
}
.section.sec04 .block03 .ph03 .decolation {
  width: 12.6rem;
  top: 0;
  left: 0;
  margin-top: -2rem;
  margin-left: 3.5rem;
}
.section.sec04 .block03 .ph03 .catch {
  text-align: center;
  writing-mode: tb-rl;
  top: 0;
  right: 0;
  margin-top: 24rem;
  margin-right: -3.2rem;
  white-space: nowrap;
}
.section.sec04 .block03 .credit {
  width: 51rem;
}
.section.sec04 .viewall {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.057em;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.3rem;
  margin: 0 auto;
  margin-top: 25.8rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  position: relative;
}
.section.sec04 .viewall::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #000;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}/*# sourceMappingURL=style.css.map */