@charset "UTF-8";
html {
  font-size: 0.4285714286vw;
}

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;
}

.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 {
  overflow: hidden;
}
.js-fade img {
  transform: scale(1.05);
  transition: transform 1.6s;
}

.js-fade.is-show img {
  transform: none;
}

.js-fade-txt {
  opacity: 0;
  transform: translateY(2rem);
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}
.js-fade-txt.is-show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

section {
  scroll-margin-top: 100px;
}

.feature {
  display: flex;
  justify-content: center;
}

.pc-left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-right {
  width: 50%;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20rem;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual.is-show .main-ph {
  opacity: 1;
  transition: opacity 2s ease;
}
.main-visual.is-show .main-ttl .main-ttl1 {
  opacity: 1;
  transform: none;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition-delay: 1s;
}
.main-visual.is-show .main-ttl .main-ttl2 {
  opacity: 1;
  transition: opacity 1.5s ease;
  transition-delay: 2s;
}
.main-visual .main-ph {
  opacity: 0;
  height: 100%;
}
.main-visual .main-ph img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main-visual .main-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 21%;
}
.main-visual .main-ttl .main-ttl1 {
  width: 52.5714285714%;
  opacity: 0;
  transform: translateY(2rem);
}
.main-visual .main-ttl .main-ttl2 {
  width: 34.7142857143%;
  margin-top: 2.8571428571%;
  opacity: 0;
}

.item-contents {
  position: relative;
}
.item-contents .item-block {
  position: relative;
}
.item-contents .item-block .ph-catch {
  font-size: 2.6rem;
  line-height: 1.7307692308;
  letter-spacing: 0.075em;
  font-weight: 600;
  text-align: center;
}
.item-contents .item-block .item-txt {
  font-size: 2.6rem;
  line-height: 1.7307692308;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-align: center;
}
.item-contents .item-block .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.item-contents .item-block .credit li {
  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;
}
.item-contents .item-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;
}

.item-contents {
  margin-top: 40.3rem;
}
.item-contents .movie-block {
  margin-top: 13.5rem;
}
.item-contents .item-block.item01 .ph-catch-box {
  width: 66rem;
  height: 15rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 8.8rem;
  z-index: 1;
  pointer-events: none;
}
.item-contents .item-block.item01 .ph01 {
  width: 70rem;
  margin: 0 auto;
}
.item-contents .item-block.item01 .credit {
  width: 42rem;
}
.item-contents .item-block.item01 .ph02 {
  width: 60rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}
.item-contents .item-block.item02 {
  margin-top: 14.3rem;
}
.item-contents .item-block.item02 .ph03 {
  width: 70rem;
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
.item-contents .item-block.item02 .ph04 {
  width: 60rem;
  margin-left: auto;
  margin-top: -6rem;
}
.item-contents .item-block.item02 .credit {
  width: 43rem;
}
.item-contents .item-block.item03 {
  margin-top: 14rem;
}
.item-contents .item-block.item03 .ph05 {
  width: 70rem;
  margin-left: auto;
  margin-top: 7rem;
}
.item-contents .item-block.item03 .ph06 {
  width: 60rem;
  margin-top: -5rem;
}
.item-contents .item-block.item03 .credit {
  width: 62rem;
  margin-top: 2.7rem;
}
.item-contents .item-block.item04 {
  margin-top: 13.5rem;
}
.item-contents .item-block.item04 .ph07 {
  width: 65rem;
  margin: 0 auto;
}
.item-contents .item-block.item04 .item-txt {
  margin-top: 6.8rem;
}
.item-contents .item-block.item04 .ph08 {
  width: 65rem;
  margin: 0 auto;
  margin-top: 7rem;
}
.item-contents .item-block.item05 {
  margin-top: 12.2rem;
}
.item-contents .item-block.item05 .ph09 {
  width: 55rem;
  margin: 0 auto;
  margin-top: 7rem;
}
.item-contents .item-block.item05 .credit {
  width: 60rem;
}
.item-contents .item-block.item05 .ph10 {
  width: 70rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.all {
  box-sizing: border-box;
  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;
}

.all {
  transition: 0.3s;
  display: block;
  color: #000;
  text-decoration: none;
  will-change: opacity;
}
.all:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.all {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2857142857vw;
  width: 15rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 8rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #000;
  margin-bottom: 28rem;
}

.movie-block {
  width: 100%;
  position: relative;
}
.movie-block .sound-btn {
  background: url(../img/sound_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  height: 9.1rem;
  width: 10rem;
  z-index: 10;
}/*# sourceMappingURL=style.css.map */