@charset "UTF-8";
/* --------------------
	　　　設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@import url("https://use.typekit.net/peh4vfu.css");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
  --c-bg: #FFFEF4;
  --c-accent_01: #e60012;
  --c-grey: #888888;
  --c-white: #fff;
}

/* ----------------------------------------
	base, reset
---------------------------------------- */
#content_wrapper {
  line-height: 1;
}

/* width 100% */
@media screen and (min-width: 1000px) {
  .u-breadcrumb-t {
    width: 1280px;
    border: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .u-breadcrumb-b {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .sc-l-Body {
    width: 100%;
    border-top: none;
  }
}
@media screen and (min-width: 1000px) {
  .sc-l-Main {
    width: 100%;
    min-width: 1280px;
  }
}
@media screen and (min-width: 1000px) {
  .sc-SelectorArea {
    margin: 70px auto 0;
  }
}
/* --------------------
		content
-------------------- */
#contents {
  background-color: var(--c-bg);
  color: var(--c-txt);
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 15px;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents p {
  width: 80%;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents p {
    width: 100%;
  }
}
#contents .mv__wrapper {
  overflow: hidden;
}
#contents .mv__wrapper .mv {
  position: relative;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .mv__img {
    width: min(93.75vw, 1200px);
    margin: 0 auto;
  }
}
#contents .mv__wrapper .mv__ttl {
  position: absolute;
  z-index: 100;
  width: 51.4666666667vw;
  top: 13%;
  left: 51.5%;
  transform: translateY(-13%) translateX(-51.5%);
  -webkit-transform: translateY(-13%) translateX(-51.5%);
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .mv__ttl {
    display: none;
  }
}
#contents .mv__wrapper p {
  width: 80%;
  margin: 12vw auto;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper p {
    width: 100%;
    margin: 75px auto;
  }
}
#contents .mv__wrapper .lead {
  position: relative;
  margin: 0 auto 22.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead {
    width: 800px;
    margin-bottom: 140px;
  }
}
#contents .mv__wrapper .lead p {
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.025em;
}
#contents .mv__wrapper .lead .deco_01 {
  position: absolute;
  width: 22.9333333333vw;
  top: -15%;
  right: -2%;
  opacity: 0;
  visibility: hidden;
  animation: none;
  transition: opacity 0.5s ease;
  animation: purine 1.5s linear 1;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
  /* 上から落ちてくるスタート地点 */
  transform: translateY(-300px);
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead .deco_01 {
    width: 113px;
    top: -42%;
    right: 0;
  }
}
#contents .mv__wrapper .lead .deco_02 {
  position: absolute;
  width: 29.3333333333vw;
  bottom: -22%;
  left: -3%;
  opacity: 0;
  visibility: hidden;
  animation: none;
  transition: opacity 0.5s ease;
  animation: purine 1.5s linear 1;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
  /* 上から落ちてくるスタート地点 */
  transform: translateY(-300px);
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead .deco_02 {
    width: 147px;
    left: 3.5%;
    bottom: -59%;
  }
}
#contents .mv__wrapper .lead .deco_01, #contents .mv__wrapper .lead .deco_02 {
  visibility: hidden;
  opacity: 0;
  animation: none;
  transition: opacity 0.5s ease;
}
#contents .mv__wrapper .lead .deco_01.visible, #contents .mv__wrapper .lead .deco_02.visible {
  visibility: visible;
  opacity: 0.2;
}
#contents .mv__wrapper .lead .deco_01.animate, #contents .mv__wrapper .lead .deco_02.animate {
  animation: purine 1.5s linear 1 forwards;
  animation-fill-mode: forwards;
}

@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.1, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1) translateY(0);
  }
}
section {
  position: relative;
  overflow: hidden;
}

#movie .movie__ttl {
  margin-bottom: 4vw;
  text-align: center;
  font-family: "clarendon-urw", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--c-accent_01);
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  #movie .movie__ttl {
    margin-bottom: 20px;
    font-size: 33px;
  }
}
#movie p {
  line-height: 1.8;
  margin-bottom: 12vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #movie p {
    margin-bottom: 50px;
  }
}

.movie-container iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto 16.8vw;
}
@media screen and (min-width: 1000px) {
  .movie-container iframe {
    width: 800px;
    height: auto;
    margin: 0 auto 90px;
  }
}

#staffstyling .staffstyling__ttl {
  margin-bottom: 4vw;
  text-align: center;
  line-height: 1.2;
  font-family: "clarendon-urw", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--c-accent_01);
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  #staffstyling .staffstyling__ttl {
    margin-bottom: 20px;
    font-size: 33px;
  }
}
#staffstyling p {
  line-height: 1.8;
  margin-bottom: 12vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #staffstyling p {
    margin-bottom: 50px;
  }
}

/* --------------------
		swiper
-------------------- */
.swiper-container {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .swiper-container {
    width: min(70%, 1200px);
    overflow: hidden;
    margin-bottom: 100px;
  }
}
.swiper-container .swiper__box {
  transform: scale(0.8) !important;
  transition: 0.7s;
  will-change: transform;
}
.swiper-container .swiper__box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.swiper-container .swiper-slide-active .swiper__box {
  transform: scale(1) !important;
}

.swiper-slide--txt {
  margin-top: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt {
    margin-top: 13px;
  }
}
.swiper-slide--txt .staff__name {
  margin-bottom: 1.3333333333vw;
  font-size: 6.9333333333vw;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt .staff__name {
    margin-bottom: 0.625vw;
    font-size: 29px;
  }
}
.swiper-slide--txt .staff__date {
  margin-bottom: 4vw;
  color: var(--c-grey);
  font-size: 2.9333333333vw;
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt .staff__date {
    margin-bottom: 18px;
    font-size: 13px;
  }
}
.swiper-slide--txt .item__name {
  display: block !important;
  line-height: 1.5;
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt .item__name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.swiper-slide--txt .item__name::before {
  display: block;
  content: ""; /*疑似要素の中身を指定*/
  width: 1px; /*線の幅指定*/
  height: 5.3333333333vw; /*線の高さ指定*/
  margin: 0 auto 2.6666666667vw;
  top: -6.6666666667vw;
  left: 50%;
  background: var(--c-txt); /*線の色指定*/
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt .item__name::before {
    height: 22px;
    margin: 0 auto 11px;
  }
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt .item__name:hover {
    color: var(--c-accent_01);
  }
}
.swiper-slide--txt .item__size {
  color: var(--c-grey);
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .swiper-slide--txt .item__size {
    font-size: 13px;
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.5s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.1);
  transition: all 2s ease;
}

.scale-active {
  overflow: hidden;
}
.scale-active img {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */