@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "URWClassicoRegular";
  src: url(../assets/font/URWClassico-Regular.ttf);
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "URWClassicoRegular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.fv {
  color: #fff;
  position: relative;
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url("../assets/images/fv_bg.jpg");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  white-space: nowrap;
  padding-bottom: 0.8cqi;
  margin-top: 18.6666666667cqi;
}
.slider .swiper-wrapper {
  transition-timing-function: linear;
}
.slider p {
  font-size: 3.6106666667cqi;
  color: #fff;
}

.bg {
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
.bg img {
  height: 100%;
  object-fit: cover;
}
.bg:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url("../assets/images/footer_bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.fade_anim,
.fade_slide {
  overflow: hidden;
}

.sec {
  margin-bottom: 32cqi;
}

.credit {
  display: grid;
  gap: 2.1333333333cqi;
  font-size: 2.9333333333cqi;
  width: fit-content;
}
.credit li a {
  color: #000;
  width: fit-content;
  margin: 0 0 0 auto;
}
.credit li a:has(.nolink) {
  color: #8b8985;
  pointer-events: none;
}
.credit li a:has(.nolink) .price {
  display: none;
}
.credit li a .price {
  text-decoration: underline;
}

#sec1 {
  padding-top: 13.3333333333cqi;
}

#sec1 .img1,
#sec1 .img2,
#sec7 .img1,
#sec7 .img2,
#sec11 .img1,
#sec11 .img2 {
  width: 80cqi;
  position: sticky;
  top: 13.3333333333cqi;
  margin-inline: auto;
}
#sec1 .img2,
#sec7 .img2,
#sec11 .img2 {
  padding-top: 5.3333333333cqi;
}
#sec1 .credit,
#sec7 .credit,
#sec11 .credit {
  margin: 2.6666666667cqi 13.8666666667cqi 0 auto;
}

#sec2 .img1,
#sec12 .img1 {
  width: 100cqi;
  margin: 0 auto 0 0;
}
#sec2 .img2,
#sec12 .img2 {
  margin-top: 4.2666666667cqi;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#sec2 .credit,
#sec12 .credit {
  margin: 2.6666666667cqi 2.6666666667cqi 0 auto;
}

#sec3 .container {
  display: grid;
  gap: 0 0.5333333333cqi;
}
#sec3 .credit {
  height: fit-content;
  width: fit-content;
  grid-column: 1/3;
  margin: 2.6666666667cqi 18.6666666667cqi 0 auto;
}
#sec3 .img1 {
  margin: 0 0 0 auto;
}
#sec3 .image_wrapper:has(.img1) {
  margin: 0 auto;
  grid-column: 1/3;
  width: 64cqi;
}
#sec3 .image_wrapper:has(.img3) {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 64cqi;
  margin: 8.5333333333cqi auto 0 0;
}
#sec3 .bg_image {
  grid-column: 2/3;
  grid-row: 4/5;
  width: 37.3333333333cqi;
  margin: 32cqi 0 0 auto;
}

#sec4 .img1 {
  overflow: hidden;
  height: 99.4666666667cqi;
  width: 100cqi;
}
#sec4 .img1 img {
  width: 154.4cqi;
}
#sec4 .grid {
  margin-top: 4.2666666667cqi;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#sec4 .credit {
  margin: 2.6666666667cqi 2.6666666667cqi 0 auto;
}

#sec5 .img1 {
  width: 89.3333333333cqi;
  margin: 0 auto;
}
#sec5 .credit {
  width: 89.3333333333cqi;
  margin: 2.6666666667cqi auto 0;
}

#sec6 .grid {
  margin-top: 0.5333333333cqi;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6cqi;
}
#sec6 .credit {
  margin: 2.6666666667cqi auto 0 2.6666666667cqi;
}
#sec6 .credit li a {
  margin: 0 auto 0 0;
}

#sec8 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6cqi;
}
#sec8 .credit {
  margin: 2.6666666667cqi 2.6666666667cqi 0 auto;
}

#sec9 {
  margin-bottom: 0;
}
#sec9 .image_wrapper {
  display: grid;
  gap: 21.3333333333cqi;
}
#sec9 .img1 {
  width: 100cqi;
}
#sec9 .img1 img {
  width: 80cqi;
  margin: 0 auto;
}
#sec9 .img2 {
  position: relative;
}
#sec9 .img2 .logo {
  width: 26.6666666667cqi;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 8cqi;
}

#sec10 {
  background-color: #fff;
  padding-top: 21.3333333333cqi;
  margin-bottom: 0;
}
#sec10 .grid {
  display: grid;
  gap: 1.6cqi;
  grid-template-columns: 1fr 1fr;
}
#sec10 .credit {
  margin: 2.6666666667cqi 2.6666666667cqi 0 auto;
}

#sec11,
#sec12 {
  background-color: #fff;
  padding-top: 21.3333333333cqi;
  margin-bottom: 0;
}

.movie {
  background-color: #fff;
  padding-top: 21.3333333333cqi;
}
.movie .inner {
  width: 72cqi;
  margin-inline: auto;
  padding-bottom: 13.3333333333cqi;
}

@media screen and (max-width: 768px) {
  .fv .fv_title {
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 85%;
    white-space: nowrap;
    rotate: 90deg;
    transform-origin: center;
  }
  .fv h1 {
    font-size: 11.7333333333cqi;
  }
  .fv p {
    font-size: 5.3333333333cqi;
    padding: 3.7333333333cqi 0 0 49.3333333333cqi;
  }
  footer {
    background-color: #fff;
    height: 133.3333333333cqi;
    display: grid;
    place-content: center;
  }
  footer a {
    color: #000;
    width: fit-content;
    font-size: 3.7333333333cqi;
    text-align: center;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 1.0666666667cqi;
  }
  footer a .icon {
    padding-top: 0.5333333333cqi;
    width: 3.4666666667cqi;
  }
  footer a span:not(.icon) {
    text-decoration: underline;
  }
  footer .logo {
    width: 37.3333333333cqi;
    margin: 8.5333333333cqi auto;
  }
  footer .copy {
    color: #000;
    font-size: 3.2cqi;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
  }
  .fv::before {
    width: 84.1666666667vw;
    height: 74.2857142857vh;
  }
  .fv .fv_image {
    width: 75vh;
    height: 100vh;
    margin: 0 auto 0 21.5vw;
  }
  .fv .fv_image img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .fv .fv_title {
    position: absolute;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 17.1428571429vh;
  }
  .fv h1 {
    font-size: 8.8571428571vh;
    text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  }
  .fv p {
    font-size: 4.1428571429vh;
    text-align: right;
    padding-top: 1.4285714286vh;
    text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  }
  .code_wrapper,
  .bg {
    max-width: 52.5vw;
    margin-inline: auto;
  }
  .code_wrapper {
    margin: 0 auto;
    container-type: inline-size;
  }
  .credit {
    font-size: 1.1666666667vw;
    gap: 0.6666666667vw;
  }
  .movie {
    padding-bottom: 0;
  }
  footer {
    min-height: 100vh;
    display: grid;
    place-content: center;
    background-color: #fff;
  }
  footer a {
    color: #000;
    display: flex;
    width: fit-content;
    font-size: 1.5vw;
    text-align: center;
    margin-inline: auto;
    align-items: center;
    gap: 0.4166666667vw;
  }
  footer a span:not(.icon) {
    text-decoration: underline;
  }
  footer a .icon {
    padding-top: 0.3333333333vw;
    width: 1.0833333333vw;
  }
  footer .logo {
    width: 19.3333333333vw;
    margin: 2vw auto;
  }
  footer .copy {
    color: #000;
    font-size: 1.1666666667vw;
  }
}/*# sourceMappingURL=style.css.map */