@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-kv
   -------------------------------------------------------------------------- */
.l-kv {
  position: relative;
  margin-top: 50px;
  aspect-ratio: 750/800;
  background-image: url(../img/kv_bg.jpg);
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-kv {
    aspect-ratio: 1500/650;
  }
}
@media screen and (min-width: 1000px) {
  .l-kv {
    margin-top: 80px;
  }
}
.l-kv-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 8vw;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: absolute;
  top: 12.5%;
  left: 5.33%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-kv-ttl {
    font-size: 4.3vw;
    top: 9.23%;
    left: 13.33%;
    line-height: 1.2;
  }
}
.l-kv-contents {
  position: absolute;
  bottom: 7.5%;
  left: 37.33%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-kv-contents {
    bottom: 6.15%;
    left: 46.33%;
  }
}
.l-kv-contents-head-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.l-kv-contents-head-box img {
  width: 47.8%;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .l-kv-contents-head-box img {
    width: 19%;
  }
}
.l-kv-contents-head {
  font-weight: 700;
  font-size: 4.27vw;
  letter-spacing: 0;
  line-height: 3;
  color: #f4552a;
}
@media screen and (min-width: 768px) {
  .l-kv-contents-head {
    font-size: 1.3vw;
  }
}
.l-kv-contents-desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 7.73vw;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-kv-contents-desc {
    font-size: 3.6vw;
  }
}
.l-kv-contents-desc span {
  color: #f4552a;
}

.l-kv-left {
  width: 61.5%;
  position: absolute;
  bottom: -50px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .l-kv-left {
    width: 48.33%;
  }
}
@keyframes fuwafuwa01 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  /* 15%  { transform: translate(-6px, -6px) rotate(0.5deg); } */
  30% {
    transform: translate(-18px, -18px) rotate(-1deg);
  }
  /* 45%  { transform: translate(-12px, -18px) rotate(0.5deg); } */
  60% {
    transform: translate(-25px, -8px) rotate(-1deg);
  }
  /* 75%  { transform: translate(-17px, -12px) rotate(0.8deg); } */
  /* 90%  { transform: translate(-20px, -16px) rotate(-0.5deg); } */
  100% {
    transform: translate(-32px, -35px) rotate(0.8deg);
  }
}
.l-kv-right {
  width: 65%;
  position: absolute;
  top: -1px;
  right: -36px;
}
@media screen and (min-width: 768px) {
  .l-kv-right {
    width: 58%;
    top: -10px;
    right: -30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-kv-right {
    width: 58%;
  }
}
@keyframes fuwafuwa02 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  /* 15%  { transform: translate(-6px, -6px) rotate(0.5deg); } */
  30% {
    transform: translate(-18px, -18px) rotate(-1deg);
  }
  /* 45%  { transform: translate(-12px, -18px) rotate(0.5deg); } */
  60% {
    transform: translate(-25px, -8px) rotate(-1deg);
  }
  /* 75%  { transform: translate(-17px, -12px) rotate(0.8deg); } */
  /* 90%  { transform: translate(-20px, -16px) rotate(-0.5deg); } */
  100% {
    transform: translate(-32px, -35px) rotate(0.8deg);
  }
}
/* -----------------------------------------------------------------------------
   l-index-bg
   -------------------------------------------------------------------------- */
.l-index-bg {
  position: relative;
}

.l-index-bg-deco01 {
  width: 50%;
  position: absolute;
  top: -5%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-bg-deco01 {
    top: -10%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-bg-deco01 {
    width: 23%;
    top: -8%;
  }
}
.l-index-bg-deco02 {
  width: 40%;
  transform: rotate(180deg);
  position: absolute;
  top: 29%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-bg-deco02 {
    width: 30%;
    top: 18%;
  }
}
.l-index-bg-deco03 {
  width: 43%;
  position: absolute;
  top: 54%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-bg-deco03 {
    width: 23%;
    top: 40%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-intro
   -------------------------------------------------------------------------- */
.l-index-intro {
  position: relative;
  padding: 70px 40px 0;
}
@media screen and (min-width: 768px) {
  .l-index-intro {
    padding: 140px 40px 0;
  }
}
.l-index-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 35px 6%;
}
@media screen and (min-width: 768px) {
  .l-index-intro-inner {
    gap: 6%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-inner {
    flex-direction: row;
  }
}
.l-index-intro-img-box {
  width: 76%;
}
@media screen and (min-width: 768px) {
  .l-index-intro-img-box {
    width: 500px;
  }
}
.l-index-intro-txt-box {
  font-family: "IBM Plex Sans JP", sans-serif;
  width: 100%;
  padding-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-intro-txt-box {
    font-size: 2.1rem;
    padding-top: 50px;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-txt-box {
    width: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-intro-txt-box {
    padding-top: 100px;
    font-size: 2.4rem;
  }
}

.l-index-intro-txt-box span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f4552a;
}
@media screen and (min-width: 768px) {
  .l-index-intro-txt-box span {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-intro-txt-box span {
    font-size: 2.6rem;
  }
}

.l-index-intro-deco01 {
  width: 22.6%;
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-intro-deco01 {
    width: 16.4%;
    top: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-index-image
   -------------------------------------------------------------------------- */
.l-index-image {
  position: relative;
  margin-top: 60px;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .l-index-image {
    margin-top: 0;
    margin-bottom: 120px;
  }
}
.l-index-image-inner {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-index-image-inner {
    flex-direction: row;
  }
}
.l-index-image-left-box {
  width: 100%;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-image-left-box {
    width: 50%;
    padding-top: 100px;
  }
}
.l-index-image-left-box img {
  width: 72.6%;
}
@media screen and (min-width: 768px) {
  .l-index-image-left-box img {
    width: 70%;
  }
}
.l-index-image-right-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-image-right-box {
    width: 50%;
  }
}
.l-index-image-right-box img {
  width: 60%;
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-index-image-right-box img {
    width: 75.5%;
    top: 0;
    right: 12%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-portrait
   -------------------------------------------------------------------------- */
.l-index-portrait {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .l-index-portrait {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-portrait {
    margin-bottom: 80px;
  }
}
.l-index-portrait-inner {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .l-index-portrait-inner {
    flex-direction: row;
  }
}
.l-index-portrait-txt-box {
  width: 100%;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-portrait-txt-box {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-portrait-txt-box {
    width: 50%;
  }
}
.l-index-portrait-txt-box-inner {
  position: relative;
  width: 100%;
  padding-left: 100px;
  padding-right: 40px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-index-portrait-txt-box-inner {
    padding-left: 200px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-portrait-txt-box-inner {
    width: 78%;
    padding-left: 110px;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-portrait-txt-box-inner {
    width: 73%;
  }
}

.l-index-portrait-ttl {
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-portrait-ttl {
    font-size: 4rem;
    left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-portrait-ttl {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-portrait-ttl {
    font-size: 5rem;
  }
}

.l-index-portrait-ttl span {
  color: #f4552a;
}

.l-index-portrait-subttl {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-portrait-subttl {
    font-size: 2.6rem;
  }
}
.l-index-portrait-desc {
  max-width: 420px;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-portrait-desc {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.l-index-portrait-img-box {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .l-index-portrait-img-box {
    width: 50%;
  }
}
.l-index-portrait-img-box img {
  width: 77.33%;
}
@media screen and (min-width: 1000px) {
  .l-index-portrait-img-box img {
    width: 96%;
  }
}
.l-index-portrait-deco01 {
  width: 26.7%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-portrait-deco01 {
    width: 16.4%;
    top: -20px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-works
   -------------------------------------------------------------------------- */
.l-index-works {
  position: relative;
  margin-bottom: 180px;
}
@media screen and (min-width: 768px) {
  .l-index-works {
    margin-bottom: 250px;
  }
}
.l-index-works-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-index-works-inner {
    flex-direction: row;
  }
}
.l-index-works-main-box {
  position: relative;
  width: 100%;
  padding-right: 26%;
}
@media screen and (min-width: 1000px) {
  .l-index-works-main-box {
    width: 57%;
    padding-right: 9%;
  }
}
.l-index-works-main-ttl {
  position: absolute;
  top: 0;
  right: 9%;
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works-main-ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-main-ttl {
    right: 0;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-works-main-ttl {
    font-size: 5rem;
  }
}

.l-index-works-main-ttl span {
  color: #f4552a;
}

.works-swiper-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .works-swiper-ttl {
    font-size: 2rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .works-swiper-ttl {
    font-size: 2.4rem;
  }
}

.l-index-works .swiper-button-prev,
.l-index-works .swiper-button-next {
  height: 35px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-works .swiper-button-prev,
  .l-index-works .swiper-button-next {
    height: 50px;
    width: 43px;
  }
}
.l-index-works .swiper-button-prev {
  top: -14%;
  right: 50px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .l-index-works .swiper-button-prev {
    top: -15%;
    right: 63px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works .swiper-button-prev {
    top: 105%;
  }
}
.l-index-works .swiper-button-next {
  top: -14%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works .swiper-button-next {
    top: -15%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works .swiper-button-next {
    top: 105%;
  }
}
/* 前へ次への矢印カスタマイズ */
.l-index-works .swiper-button-prev::after,
.l-index-works .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 43px;
}

/* 前への矢印カスタマイズ */
.l-index-works .swiper-button-prev::after {
  background-image: url(../../common/img/cmn_ico_swiper_prev_btn.png);
}

/* 次への矢印カスタマイズ */
.l-index-works .swiper-button-next::after {
  background-image: url(../../common/img/cmn_ico_swiper_next_btn.png);
}

.l-index-works-txt-box {
  width: 100%;
  padding: 40px 26% 40px 40px;
}
@media screen and (min-width: 768px) {
  .l-index-works-txt-box {
    padding: 50px 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-txt-box {
    width: 43%;
  }
}
.l-index-works-deco {
  width: 230px;
  position: absolute;
  bottom: -130px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works-deco {
    width: 350px;
    bottom: -200px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-deco {
    position: absolute;
  }
}
.l-index-works-deco01 {
  width: 12%;
  position: absolute;
  top: -250px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works-deco01 {
    width: 5.3%;
    top: -50%;
  }
}
.l-index-works-deco02 {
  display: none;
  width: 15.2%;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-works-deco02 {
    display: block;
  }
}
/* -----------------------------------------------------------------------------
   l-index-movie
   -------------------------------------------------------------------------- */
.l-index-movie {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding: 50px 20px 80px;
}
@media screen and (min-width: 768px) {
  .l-index-movie {
    margin-top: -100px;
    padding: 120px 40px 160px;
  }
}
.l-index-movie-deco {
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateX(-25px);
}
@media screen and (min-width: 768px) {
  .l-index-movie-deco {
    width: 145%;
    transform: translateX(-40px);
  }
}
@media screen and (min-width: 1000px) {
  .l-index-movie-deco {
    width: 130%;
  }
}
.l-index-movie-deco.bg-animate {
  opacity: 1;
  transform: translateX(0);
}

.l-index-movie-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-index-movie-ttl {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-movie-ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-movie-ttl {
    font-size: 5rem;
  }
}
.l-index-movie-ttl span {
  color: #f4552a;
}

.l-index-movie-inner img {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.l-index-movie-video-box {
  aspect-ratio: 1920/1080;
}

.l-index-movie-video-box img {
  aspect-ratio: 800/425;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
