@charset "UTF-8";
:root {
  --vw-unit: calc((var(--vw) * (640 / 1920)) / 640);
  --vw-pcunit: calc(var(--vw) / 1920);
}

@media screen and (min-width: 1400px) {
  :root {
    --vw-unit: calc((1400px * (640 / 1920)) / 640);
    --vw-pcunit: calc(1400px / 1920);
  }
}
/*アニメーション
----------------------------*/
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(calc(30 * var(--vw-unit)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
  background-color: #f3e562;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature video {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime figure {
  opacity: 0;
}
#feature .js_anime.is_show figure {
  animation: 1s fadeup ease-in-out forwards;
}

#feature {
  display: flex;
}
#feature .hero {
  width: 50%;
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  overflow: hidden;
}
#feature .hero .hero__img {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .hero .hero__ttl {
  width: calc(322 * var(--vw-unit));
  position: absolute;
  top: calc(58 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .hero .hero__ttl figure {
  background-color: transparent;
}
#feature .hero .hero__logo {
  width: calc(178 * var(--vw-unit));
  position: absolute;
  bottom: calc(26 * var(--vw-unit));
  left: calc(34 * var(--vw-unit));
}
#feature .hero .hero__logo figure {
  background-color: transparent;
}
#feature .main {
  width: 50%;
}
#feature .sec {
  width: 100%;
  overflow-x: clip;
}
#feature .sec .sec__inner {
  width: calc(640 * var(--vw-unit));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__credit {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item.is_notrelease {
  pointer-events: none;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: calc(18 * var(--vw-unit));
  line-height: calc(26 * var(--vw-unit));
  letter-spacing: 0.025em;
}
#feature .sec .sec__credit.sec__credit01 {
  top: calc(100% + 16 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(380 * var(--vw-unit));
  top: calc(100% + 46 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit02 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 16 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(380 * var(--vw-unit));
  top: calc(100% + 66 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit04 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit05 {
  top: calc(100% + 18 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(480 * var(--vw-unit));
  top: calc(100% + 50 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit06 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(1) {
  margin-right: calc(100 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit07 {
  top: calc(100% + 16 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit08 {
  top: calc(100% + 76 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec .sec__txt {
  font-weight: 600;
  font-size: calc(20 * var(--vw-unit));
  line-height: calc(38.98 * var(--vw-unit));
  letter-spacing: 0.05em;
  color: #19456d;
  text-align: center;
}
#feature .sec .sec__day {
  width: calc(406 * var(--vw-unit));
  margin: 0 auto;
}
#feature .sec .sec__movie {
  width: calc(450 * var(--vw-unit));
  min-height: calc(800 * var(--vw-unit));
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__movie .mutebtn {
  width: calc(42 * var(--vw-unit));
  height: calc(42 * var(--vw-unit));
  position: absolute;
  bottom: calc(18 * var(--vw-unit));
  right: calc(16 * var(--vw-unit));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/off.svg);
  transition: 0.3s;
  cursor: pointer;
}
#feature .sec .sec__movie .mutebtn:hover {
  opacity: 0.7;
}
#feature .sec .sec__movie .mutebtn.on {
  background-image: url(../img/on.svg);
}
#feature .sec .sec__img {
  position: relative;
  transform-origin: center;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img02 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img03 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img04 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img05 {
  width: calc(648 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img06 {
  width: calc(646.5 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img07 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img08 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img09 {
  width: calc(534 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img10 {
  width: calc(640 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img11 {
  width: calc(648 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img12 {
  width: calc(578.5 * var(--vw-unit));
}
#feature .sec .sec__btn {
  width: calc(216 * var(--vw-unit));
  position: relative;
  z-index: 2;
}
#feature .sec .sec__staff {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: calc(18 * var(--vw-unit));
  line-height: calc(26 * var(--vw-unit));
  letter-spacing: 0.025em;
  color: #f3e562;
}
#feature .sec .sec__logo {
  width: calc(359 * var(--vw-unit));
  position: relative;
  z-index: 2;
}
#feature .sec.sec01 {
  padding-top: calc(120 * var(--vw-unit));
  padding-bottom: calc(286 * var(--vw-unit));
  background-color: #f3e562;
}
#feature .sec.sec01 .sec__day {
  margin-top: calc(50 * var(--vw-unit));
}
#feature .sec.sec01 .sec__movie {
  margin-top: calc(104 * var(--vw-unit));
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-top: calc(164 * var(--vw-unit));
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(252 * var(--vw-unit)) 0 0 calc(0 * var(--vw-unit));
  transform: rotate(-6deg);
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(-36 * var(--vw-unit)) 0 0 calc(-36 * var(--vw-unit));
  transform: rotate(6deg);
}
#feature .sec.sec01 .sec__credit .credit .item .link p {
  color: #19456d;
}
#feature .sec.sec02 {
  padding-bottom: calc(92 * var(--vw-unit));
  background-color: #19456d;
}
#feature .sec.sec02 .sec__img.sec__img05 {
  margin: calc(252 * var(--vw-unit)) 0 0 calc(-8 * var(--vw-unit));
  transform: rotate(6deg);
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin: calc(32 * var(--vw-unit)) 0 0 calc(70 * var(--vw-unit));
  transform: rotate(-6deg);
}
#feature .sec.sec02 .sec__img.sec__img07 {
  margin-top: calc(322 * var(--vw-unit));
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin: calc(252 * var(--vw-unit)) 0 0 calc(0 * var(--vw-unit));
  transform: rotate(-6deg);
}
#feature .sec.sec02 .sec__img.sec__img09 {
  margin: calc(-32 * var(--vw-unit)) 0 0 calc(64 * var(--vw-unit));
  transform: rotate(8deg);
}
#feature .sec.sec02 .sec__img.sec__img10 {
  margin-top: calc(282 * var(--vw-unit));
}
#feature .sec.sec02 .sec__img.sec__img11 {
  margin: calc(254 * var(--vw-unit)) 0 0 calc(-8 * var(--vw-unit));
  transform: rotate(6.5deg);
}
#feature .sec.sec02 .sec__img.sec__img12 {
  margin: calc(-32 * var(--vw-unit)) 0 0 calc(25 * var(--vw-unit));
  transform: rotate(-9.5deg);
}
#feature .sec.sec02 .sec__btn {
  margin: calc(296 * var(--vw-unit)) auto 0;
}
#feature .sec.sec02 .sec__staff {
  margin: calc(146 * var(--vw-unit)) 0 0 calc(26 * var(--vw-unit));
}
#feature .sec.sec02 .sec__logo {
  margin: calc(60 * var(--vw-unit)) 0 0 calc(136 * var(--vw-unit));
}
#feature .sec.sec02 .sec__credit .credit .item .link p {
  color: #f3e562;
}/*# sourceMappingURL=style.css.map */