@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/* Light:300, Demi:600, Bold Italic:700 */
/* L:300, R:500 */
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "din-2014", sans-serif; /* Light:300, Demi:600, Bold Italic:700 */
}

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
*--------------------------------------*/
.fv {
  height: 100svh;
  position: relative;
  background-color: #fff;
}
.fv__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__img {
    height: 34.5%;
  }
  .fv__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .fv__img__pc {
    position: relative;
  }
  .fv__img__pc img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    height: 31%;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .fv__title {
    position: absolute;
    top: 3.8194444444vw;
    right: 3.4722222222vw;
    z-index: 10;
    width: 24.3055555556vw;
  }
}
.fv__title__text {
  font-family: "itc-american-typewriter-cond", serif;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.1851851852;
}
@media screen and (max-width: 768px) {
  .fv__title__text {
    font-size: 3.6vw;
    position: absolute;
    left: 6.6666666667vw;
    top: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__title__text {
    font-size: 1.875vw;
    color: #ffffff;
    text-align: right;
    margin-bottom: 2.2916666667vw;
  }
}
.fv__title__text__sub {
  font-family: "itc-american-typewriter-cond", serif;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: right;
  line-height: 1.1851851852;
}
@media screen and (max-width: 768px) {
  .fv__title__text__sub {
    font-size: 3.6vw;
    position: absolute;
    right: 6.6666666667vw;
    bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__title__text__sub {
    font-size: 1.875vw;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 11.1805555556vw;
  }
}

/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@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;
}

/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/* Light:300, Demi:600, Bold Italic:700 */
/* L:300 */
@media screen and (max-width: 768px) {
  .credit {
    margin-top: 6.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
.credit__list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .credit__list {
    row-gap: 2.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit__list {
    row-gap: 0.9027777778vw;
  }
}
.credit__list__item a {
  display: flex;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  border-bottom: solid 1px #000;
  width: -moz-fit-content;
  width: fit-content;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .credit__list__item a {
    padding-bottom: 0.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit__list__item a {
    padding-bottom: 0.2083333333vw;
  }
}
.credit__list__item a p {
  letter-spacing: 0.025em;
}
.credit__list__item__item {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .credit__list__item__item {
    font-size: 4vw;
    margin-bottom: 0.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit__list__item__item {
    font-size: 0.9722222222vw;
    margin-bottom: 0.2083333333vw;
  }
}
.credit__list__item__brand {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .credit__list__item__brand {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  .credit__list__item__brand {
    font-size: 0.8333333333vw;
  }
}
.credit__list__item__details {
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .credit__list__item__details {
    font-size: 2vw;
    margin-left: 14.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit__list__item__details {
    font-size: 0.4166666667vw;
    margin-left: 4.0277777778vw;
  }
}

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
/* Light:300, Demi:600, Bold Italic:700 */
/* L:300 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  overflow: clip;
}
main::before {
  content: "";
  display: block;
  background-position: top;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../assets/images/bg_sp.webp);
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  main::before {
    background-size: 30.1388888889vw auto;
  }
}

/* bg_white */
.bg__white {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .bg__white__1 {
    padding-bottom: 17.3611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .bg__white__2 {
    padding-bottom: 38.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .bg__white__2 {
    padding-bottom: 17.3611111111vw;
  }
}

/* description ------------------------ */
.description {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .description {
    padding: 10vw 0 17.3333333333vw 10vw;
    height: 65.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .description {
    padding: 5.2083333333vw 0 9.0277777778vw 5.2083333333vw;
    height: 17.3611111111vw;
  }
}
.description__text {
  font-family: "itc-american-typewriter-cond", serif;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .description__text {
    font-size: 3.6vw;
  }
}

/* sec1 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__1 {
    position: relative;
    width: 58.8194444444vw;
    margin: 0 auto 20.8333333333vw;
  }
}
.sec__1 .sec__img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec__1 .sec__img__1 {
    width: 36.8055555556vw;
    margin: 0 auto 8.125vw;
  }
}
.sec__1 .sec__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec__1 .sec__flex {
    margin-top: 16vw;
    height: 62.5333333333vw;
    margin-bottom: 31.2vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__1 .sec__flex {
    width: 42.3611111111vw;
    height: 26.0416666667vw;
    margin-left: auto;
    padding-bottom: 12.9861111111vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__1 .credit {
    margin-top: 6.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 28.4vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__1 .credit {
    position: absolute;
    bottom: 0;
  }
}

/* sec2 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__2 {
    width: 65.2777777778vw;
    margin: 0 auto 20.8333333333vw;
    display: grid;
    grid-template-columns: 43.9583333333vw 1fr;
    grid-template-rows: 1fr 54.1666666667vw;
    row-gap: 17.3611111111vw;
    -moz-column-gap: 1.9444444444vw;
         column-gap: 1.9444444444vw;
    align-items: end;
  }
}
@media screen and (min-width: 769px) {
  .sec__2 .sec__img__1 {
    display: flex;
    -moz-column-gap: 1.3888888889vw;
         column-gap: 1.3888888889vw;
  }
  .sec__2 .sec__img__1 li {
    width: 20.8333333333vw;
  }
}
.sec__2 .sec__img__2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec__2 .sec__img__2 {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__2 .sec__img__2 {
    grid-column: 1/2;
    grid-row: 2/2;
    width: 36.8055555556vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec__2 .scroll-swiper {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .sec__2 .credit {
    margin-bottom: 28.4vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__2 .credit {
    grid-column: 2/2;
    grid-row: 2/2;
  }
}

/* sec3 ------------------------ */
.sec__3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__3 {
    padding-bottom: 46.8vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .sec__wrap {
    width: 56.7361111111vw;
    margin: 0 0 17.3611111111vw 27%;
  }
}
.sec__3 .sec__img__1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec__3 .sec__img__1 {
    width: 72vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .sec__img__1 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .sec__img__2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .sec__img__3 {
    grid-column: 2/3;
    grid-row: 2/2;
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .sec__img__4 {
    grid-column: 1/2;
    grid-row: 2/2;
  }
}
.sec__3 .sec__img__area {
  display: grid;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec__3 .sec__img__area {
    position: absolute;
    right: 0;
    top: 72vw;
    width: 40vw;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .sec__img__area {
    grid-template-columns: 20.8333333333vw 20.8333333333vw;
    grid-template-rows: 1fr 1fr;
    gap: 0.6944444444vw;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -3.4722222222vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec__3 .credit {
    position: absolute;
    bottom: 0;
  }
}

/* sec4 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__4 {
    width: 52.0833333333vw;
    margin: 0 auto;
  }
}
.sec__4 .sec__text {
  color: #fff;
  text-align: left;
  font-family: "itc-american-typewriter-cond", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.1851851852;
}
@media screen and (max-width: 768px) {
  .sec__4 .sec__text {
    width: 80vw;
    height: 72.5333333333vw;
    padding-top: 13.3333333333vw;
    margin: 0 auto;
    font-size: 3.6vw;
    margin-bottom: 27.6vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__4 .sec__text {
    height: 14.5833333333vw;
    font-size: 1.1111111111vw;
    padding: 5.5555555556vw 0 0 5.5555555556vw;
    margin-left: -23.6111111111vw;
    margin-bottom: 3.3333333333vw;
  }
}
.sec__4 .sec__img__1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__4 .sec__img__1 {
    width: 80vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__4 .sec__img__1 {
    width: 41.6666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
.sec__4 .sec__img__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec__4 .credit {
    margin-bottom: 24.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__4 .credit {
    margin-top: 3.4722222222vw;
    margin-bottom: 13.8888888889vw;
  }
}

/* sec5,sec11 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__5,
  .sec__11 {
    width: 52.0833333333vw;
    margin: 0 auto;
  }
}
.sec__5 .sec__img__area,
.sec__11 .sec__img__area {
  position: relative;
}
.sec__5 .sticky_wrapper,
.sec__11 .sticky_wrapper {
  position: relative;
}
.sec__5 .sec__img,
.sec__11 .sec__img {
  width: 100%;
}
.sec__5 .sec__img__area__list,
.sec__11 .sec__img__area__list {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .sec__5 .sec__img__area__list,
  .sec__11 .sec__img__area__list {
    top: 20vw;
    height: 146.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__5 .sec__img__area__list,
  .sec__11 .sec__img__area__list {
    height: 76.3888888889vw;
  }
}
.sec__5 .sec__img__area__list__item,
.sec__11 .sec__img__area__list__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec__5 .sec__img__area__list__item__1,
.sec__11 .sec__img__area__list__item__1 {
  z-index: 1;
}
.sec__5 .sec__img__area__list__item__2,
.sec__11 .sec__img__area__list__item__2 {
  z-index: 2;
}
.sec__5 .sec__img__area__list__item__3,
.sec__11 .sec__img__area__list__item__3 {
  z-index: 3;
}
.sec__5 .sec__img__area__list__item__4,
.sec__11 .sec__img__area__list__item__4 {
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .sec__5 .sec__img__area__list__img,
  .sec__11 .sec__img__area__list__img {
    height: 146.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__5 .sec__img__area__list__img,
  .sec__11 .sec__img__area__list__img {
    height: 76.3888888889vw;
  }
}
.sec__5 .sec__img__area__list__img img,
.sec__11 .sec__img__area__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec__5 .credit,
  .sec__11 .credit {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__5 .credit,
  .sec__11 .credit {
    margin-top: 3.4722222222vw;
    margin-bottom: 17.3611111111vw;
  }
}

/* sec6 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__6 {
    width: 69.4444444444vw;
    margin: 0 auto;
  }
}
.sec__6 .sec__img__area {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec__6 .credit {
    margin-bottom: 24.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__6 .credit {
    margin-top: 3.4722222222vw;
    margin-bottom: 17.3611111111vw;
  }
}

/* sec7 ------------------------ */
.sec__7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .sec__7 {
    -moz-column-gap: 7.3333333333vw;
         column-gap: 7.3333333333vw;
    grid-template-rows: 166.6666666667vw auto;
    grid-template-columns: 72vw 12.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__7 {
    width: 49.7916666667vw;
    margin: 0 auto 17.3611111111vw;
    -moz-column-gap: 2.7777777778vw;
         column-gap: 2.7777777778vw;
  }
}
.sec__7 .sec {
  /* ★ ここに縦書き適用するのが正解 */
}
.sec__7 .sec__img__area {
  display: grid;
}
@media screen and (max-width: 768px) {
  .sec__7 .sec__img__area {
    width: 66.6666666667vw;
    height: 166.6666666667vw;
    margin-left: 5.3333333333vw;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__7 .sec__img__area {
    width: 34.7222222222vw;
    row-gap: 0.6944444444vw;
    grid-row: 1/3;
  }
}
.sec__7 .sec__text {
  width: -moz-fit-content;
  width: fit-content;
  /* ★ カーソルも縦書きに */
}
.sec__7 .sec__text .typed_wrap {
  font-family: "itc-american-typewriter-cond", serif;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.1851851852;
  /* ★ p.typeD に縦書きを適用（超重要） */
  /* ★ Typed が生成する内部 span の最低限の設定 */
}
@media screen and (max-width: 768px) {
  .sec__7 .sec__text .typed_wrap {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__7 .sec__text .typed_wrap {
    font-size: 1.1111111111vw;
    width: 4.9305555556vw;
  }
}
.sec__7 .sec__text .typed_wrap p.typeD {
  writing-mode: vertical-rl;
  display: inline-block;
  white-space: pre-wrap;
  position: relative; /* カーソル位置固定のため必要 */
}
@media screen and (max-width: 768px) {
  .sec__7 .sec__text .typed_wrap p.typeD {
    width: 12.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__7 .sec__text .typed_wrap p.typeD {
    width: 3.8194444444vw;
  }
}
.sec__7 .sec__text .typed_wrap .typed {
  white-space: pre-wrap;
  text-wrap: nowrap;
  margin-left: auto;
}
.sec__7 .sec__text .typed-cursor {
  writing-mode: vertical-rl;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec__7 .credit {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__7 .credit {
    margin-top: auto;
  }
}

.sec__4 .credit__list__item a,
.sec__5 .credit__list__item a,
.sec__6 .credit__list__item a,
.sec__7 .credit__list__item a {
  border-bottom: solid 1px #fff;
}
.sec__4 .credit__list__item__item,
.sec__5 .credit__list__item__item,
.sec__6 .credit__list__item__item,
.sec__7 .credit__list__item__item {
  color: #fff;
}
.sec__4 .credit__list__item__brand,
.sec__5 .credit__list__item__brand,
.sec__6 .credit__list__item__brand,
.sec__7 .credit__list__item__brand {
  color: #fff;
}
.sec__4 .credit__list__item__details,
.sec__5 .credit__list__item__details,
.sec__6 .credit__list__item__details,
.sec__7 .credit__list__item__details {
  color: #fff;
}

/* sec8 ------------------------ */
.sec__8 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec__8 {
    width: 41.6666666667vw;
    margin: 0 auto;
  }
}
.sec__8::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec__8::before {
    height: calc(100% - 51.7333333333vw);
    top: 60vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__8::before {
    height: calc(100% - 31.25vw);
    top: 31.25vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .sec__8 .swiper {
    width: 80vw;
  }
}
.sec__8 .sec__img__list {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__8 .sec__img__list {
    width: 80vw;
  }
}
.sec__8 .credit {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__8 .credit {
    margin-left: 10vw;
    padding-bottom: 30vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__8 .credit {
    margin: 3.4722222222vw auto 0;
    padding-bottom: 17.3611111111vw;
  }
}
.sec__8 .credit a {
  border-bottom: solid 1px #000;
}
.sec__8 .credit .credit__list__item__item,
.sec__8 .credit .credit__list__item__brand,
.sec__8 .credit .credit__list__item__details {
  color: #000;
}

/* sec9 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__9 {
    width: 41.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec__9 .swiper {
    width: 80vw;
  }
}
.sec__9 .sec__img__list {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__9 .sec__img__list {
    width: 80vw;
  }
}
.sec__9 .sec__img__list .swiper-slide {
  width: auto; /* Swiperによるwidthの上書きを防ぎます */
  flex-shrink: 0; /* スライドが縮まないようにします */
}
@media screen and (max-width: 768px) {
  .sec__9 .credit {
    margin-left: 10vw;
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__9 .credit {
    margin-top: 3.4722222222vw;
    margin-bottom: 17.3611111111vw;
  }
}

/* sec10 ------------------------ */
.sec__10 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec__10 {
    display: flex;
    width: 65.9722222222vw;
    margin: 0 15% 17.3611111111vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .sec__10 .sec__wrap {
    width: 20.8333333333vw;
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__10 .sec__wrap .swiper-speed {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__10 .sec__img__1 {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__10 .sec__img__1 {
    width: 34.7222222222vw;
  }
}
.sec__10 .sec__img__list {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__10 .sec__img__list {
    position: absolute;
    width: 40vw;
    top: 70vw;
    right: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__10 .credit {
    margin-top: 30vw;
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__10 .credit {
    margin-top: 2.7777777778vw;
  }
}

/* sec11 ------------------------ */
/* sec12 ------------------------ */
@media screen and (min-width: 769px) {
  .sec__12 {
    width: 52.0833333333vw;
    margin: 0 auto 17.3611111111vw;
  }
}
.sec__12 .sec__img__area {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec__12 .sec__img__area {
    height: 62.5333333333vw;
    margin-bottom: 31.2vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__12 .sec__img__area {
    height: 32.5694444444vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__12 .credit {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .sec__12 .credit {
    margin-top: 2.7777777778vw;
  }
}

/* footer -------------------------- */
.footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: -62.5333333333vw;
  }
}
.footer__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .footer__bg {
    background-image: url(../assets/images/footer_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .footer__bg {
    background-image: url(../assets/images/footer_pc.webp);
  }
}
.footer__logo {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  height: 100vh;
}
.footer__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 31.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer__logo img {
    width: 16.3888888889vw;
  }
}/*# sourceMappingURL=style.css.map */