@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

@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;
  }
}

.ja {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}

.en_r {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------*
* 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 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.fv img {
  object-fit: cover;
  height: 100%;
}
.fv h1,
.fv .sub_title {
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv {
    min-height: 177.8666666667vw;
  }
  .fv h1 {
    font-size: 6.9333333333vw;
    bottom: 6.6666666667vw;
    left: 9.3333333333vw;
    letter-spacing: 0.17em;
  }
  .fv .fv_image img {
    width: 100vw;
  }
  .fv .sub_title {
    font-size: 2.8vw;
    bottom: 6.6666666667vw;
    left: 4vw;
    letter-spacing: 0.07em;
  }
  .lead {
    padding: 26.6666666667vw 0;
  }
  .lead p {
    font-size: 2.6666666667vw;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.05em;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    min-height: 55.5555555556vw;
  }
  .fv .fv_image img {
    width: 100vw;
  }
  .fv h1 {
    font-size: 4vh;
    translate: 0 -50%;
    top: 50%;
    left: 12.9166666667vw;
    letter-spacing: 0.3em;
  }
  .fv .sub_title {
    left: 10.4166666667vw;
    translate: 0 -50%;
    top: 50%;
    font-size: 2vh;
    letter-spacing: 0.13em;
    margin-top: 10.625vh;
  }
  .lead {
    padding: 10.4166666667vw 0;
  }
  .lead p {
    width: 49.3333333333vw;
    line-height: 2.625;
    margin-inline: auto;
    text-align: center;
    font-size: 1.1111111111vw;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    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;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.section_title {
  writing-mode: vertical-rl;
  position: absolute;
  white-space: pre-line;
  z-index: 10;
}
.section_title .number {
  writing-mode: horizontal-tb;
}

.bg {
  background-image: linear-gradient(180deg, #fff 0%, #ddd2c3 100%);
}

.inner_wrapper {
  overflow: hidden;
  position: relative;
}
.inner_wrapper figure {
  width: fit-content;
}

.credit a:has(.nolink) {
  opacity: 0.4;
  pointer-events: none;
}

footer {
  padding: 200px 0 150px;
}
footer .staff_credit {
  padding-bottom: 150px;
  text-align: center;
  font-size: 11px;
  text-align: center;
  line-height: 2.2727272727;
}
footer .link_wrap {
  display: grid;
  gap: 25px;
  grid-template-columns: 25px 25px;
  place-content: center;
}
footer .brand_logo {
  width: 135px;
  margin: 25px auto;
}
footer .copy {
  font-size: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 4vw;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .section_title .number {
    font-size: 6.8vw;
    padding-bottom: 2vw;
  }
  .section_title .br {
    display: block;
    text-indent: 2.3em;
    padding-left: 0.7em;
  }
  .section {
    margin-top: 33.3333333333vw;
  }
  .credit {
    z-index: 10;
    font-size: 2.5333333333vw;
  }
  .credit_li {
    display: grid;
    gap: 1.7333333333vw;
  }
  #sec1 {
    margin-top: 0;
    padding-bottom: 23.3333333333vw;
  }
  #sec1 .section_title {
    position: absolute;
    right: 6.6666666667vw;
    top: 0;
  }
  #sec1 .img1 img {
    width: 80vw;
    margin-bottom: 20vw;
  }
  #sec1 .img2 img {
    width: 53.3333333333vw;
  }
  #sec1 .img3 {
    margin: -23.3333333333vw 6vw 0 auto;
  }
  #sec1 .img3 img {
    width: 34.6666666667vw;
  }
  #sec1 .credit {
    position: absolute;
    top: 140vw;
    left: 59.3333333333vw;
  }
  #sec2 .section_title {
    color: #fff;
    top: 5.3333333333vw;
    left: 4vw;
  }
  #sec2 .img1 img {
    width: 100vw;
  }
  #sec2 .credit {
    padding: 5.3333333333vw 0 0 5.3333333333vw;
  }
  #sec3 .section_title {
    right: 9.7333333333vw;
    top: 0;
  }
  #sec3 .section_title .br.pc {
    display: none;
  }
  #sec3 .img1 img {
    width: 66.6666666667vw;
  }
  #sec3 .img2 {
    margin: 6.6666666667vw 0 13.3333333333vw auto;
  }
  #sec3 .img2 img {
    width: 66.6666666667vw;
  }
  #sec3 .img3 {
    margin: 0 auto 0 6vw;
  }
  #sec3 .img3 img {
    width: 70.6666666667vw;
  }
  #sec3 .credit {
    width: fit-content;
    margin: 5.3333333333vw 23.3333333333vw 0 auto;
  }
  #sec4 .section_title {
    top: 0;
    left: 28.8vw;
  }
  #sec4 .img1 {
    margin: 0 0 0 auto;
    display: grid;
    gap: 1.3333333333vw;
  }
  #sec4 .img1 img {
    width: 60vw;
  }
  #sec4 .img2 {
    display: grid;
    gap: 1.3333333333vw;
    position: absolute;
    left: 2.6666666667vw;
    bottom: 0;
  }
  #sec4 .img2 img {
    width: 34.6666666667vw;
  }
  #sec4 .credit {
    width: fit-content;
    margin: 5.3333333333vw 15.3333333333vw 0 auto;
  }
  #sec5 .section_title {
    top: 0;
    right: 12.1333333333vw;
  }
  #sec5 .img1 {
    margin: 0 auto 42.6666666667vw 6vw;
  }
  #sec5 .img1 img {
    width: 70.6666666667vw;
  }
  #sec5 .img2 img {
    width: 100vw;
  }
  #sec5 .credit {
    position: absolute;
    right: 23.3333333333vw;
    top: 112vw;
  }
  #sec6 .section_title {
    top: 0;
    left: 8.8vw;
  }
  #sec6 .img1 {
    margin: 0 0 0 auto;
  }
  #sec6 .img1 img {
    width: 80vw;
  }
  #sec6 .img2 {
    margin: 13.3333333333vw 0 0 auto;
    width: 53.3333333333vw;
  }
  #sec6 .img2 img {
    width: 53.3333333333vw;
  }
  #sec6 .img3 {
    position: absolute;
    bottom: 0;
    left: 6vw;
  }
  #sec6 .img3 img {
    width: 34.6666666667vw;
  }
  #sec6 .credit {
    margin: 6vw auto 0 46.6666666667vw;
  }
  #sec7 .section_title {
    top: 0;
    right: 6.6666666667vw;
  }
  #sec7 .img1 {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 1.3333333333vw;
  }
  #sec7 .img1 img {
    width: 80vw;
  }
  #sec7 .img2 {
    margin: -5.3333333333vw 0 0 auto;
  }
  #sec7 .img2 img {
    width: 60vw;
  }
  #sec7 .credit {
    position: absolute;
    bottom: 0;
    left: 1.7333333333vw;
  }
  #sec8 .section_title {
    z-index: 10;
    top: 5.3333333333vw;
    right: 13.3333333333vw;
    color: #fff;
  }
  #sec8 .img1 {
    margin-inline: auto;
    width: 80vw;
  }
  #sec8 .img1 img {
    width: 80vw;
  }
  #sec8 .credit {
    width: fit-content;
    margin: 6.6666666667vw auto 0;
  }
  #sec9 .section_title {
    z-index: 10;
    color: #fff;
    top: 5.3333333333vw;
    right: 6.6666666667vw;
  }
  #sec9 .img1 img {
    width: 100vw;
  }
  #sec9 .img2 {
    margin: 13.3333333333vw 0 0 auto;
  }
  #sec9 .img2 img {
    width: 48vw;
  }
  #sec9 .img3 {
    position: absolute;
    left: 0;
    bottom: 5.3333333333vw;
  }
  #sec9 .img3 img {
    width: 48vw;
  }
  #sec9 .credit {
    width: fit-content;
    margin: 5.3333333333vw auto 0 52vw;
  }
  #sec10 .section_title {
    color: #fff;
    top: 5.3333333333vw;
    right: 1.3333333333vw;
  }
  #sec10 .img1 img {
    width: 100vw;
  }
  #sec10 .img2 {
    margin: 13.3333333333vw auto 0 6.8vw;
  }
  #sec10 .img2 img {
    width: 47.0666666667vw;
  }
  #sec10 .credit {
    position: absolute;
    bottom: 0;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .section_title {
    font-size: min(2.0833333333vw, 30px);
    letter-spacing: 0.15em;
  }
  .section_title .number {
    padding-bottom: min(1.0416666667vw, 15px);
    font-size: min(3.5416666667vw, 51px);
    position: relative;
    left: min(0.3472222222vw, 5px);
  }
  .max_container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }
  .section {
    margin-top: min(20.8333333333vw, 300px);
  }
  .credit_li {
    display: grid;
    gap: min(0.6944444444vw, 10px);
  }
  .credit a {
    font-size: min(0.8333333333vw, 12px);
  }
  #sec1 {
    margin-top: 0;
  }
  #sec1 .section_title {
    top: 0;
    right: min(19.4444444444vw, 280px);
  }
  #sec1 .img1 {
    margin-inline: auto;
  }
  #sec1 .img1 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec1 .img2 {
    position: absolute;
    bottom: 0;
    left: min(11.1111111111vw, 160px);
  }
  #sec1 .img2 img {
    width: min(38.8888888889vw, 560px);
  }
  #sec1 .img3 {
    margin: min(18.75vw, 270px) min(13.8888888889vw, 200px) 0 auto;
  }
  #sec1 .img3 img {
    width: min(25vw, 360px);
  }
  #sec1 .credit {
    margin: min(3.4722222222vw, 50px) auto 0 min(61.1111111111vw, 880px);
  }
  #sec2 .section_title {
    z-index: 3;
    color: #fff;
    top: min(5.2083333333vw, 75px);
    right: min(5.2083333333vw, 75px);
  }
  #sec2 .section_title .br {
    display: block;
    text-indent: 2.3em;
    padding-left: 0.7em;
  }
  #sec2 .img1 img {
    width: min(100vw, 1440px);
  }
  #sec2 .credit {
    position: absolute;
    width: fit-content;
    right: min(5.2083333333vw, 75px);
    bottom: min(2.0833333333vw, 30px);
  }
  #sec2 .credit a {
    color: #fff;
  }
  #sec3 .section_title {
    top: 0;
    right: min(27.0833333333vw, 390px);
  }
  #sec3 .section_title .br {
    display: block;
    text-indent: 2.3em;
    padding-left: 0.7em;
  }
  #sec3 .section_title .br.sp {
    display: none;
  }
  #sec3 .img1 img {
    width: min(59.7222222222vw, 860px);
  }
  #sec3 .img2 {
    margin: min(5.5555555556vw, 80px) min(10.4166666667vw, 150px) min(8.3333333333vw, 120px) auto;
  }
  #sec3 .img2 img {
    width: min(59.7222222222vw, 860px);
  }
  #sec3 .img3 {
    margin: 0 auto 0 min(12.5vw, 180px);
  }
  #sec3 .img3 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec3 .credit {
    position: absolute;
    width: fit-content;
    left: min(61.8055555556vw, 890px);
    bottom: 0;
  }
  #sec4 .section_title {
    top: 0;
    right: min(7.6388888889vw, 110px);
  }
  #sec4 .w_child {
    padding-bottom: min(18.0555555556vw, 260px);
  }
  #sec4 .img1 {
    display: grid;
    gap: min(3.4722222222vw, 50px);
    margin: 0 min(14.5833333333vw, 210px) 0 auto;
  }
  #sec4 .img1 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec4 .img2 {
    display: grid;
    gap: min(3.4722222222vw, 50px);
    position: absolute;
    margin: 0 auto 0 min(5.5555555556vw, 80px);
    bottom: 0;
  }
  #sec4 .img2 img {
    width: min(27.7777777778vw, 400px);
  }
  #sec4 .credit {
    position: absolute;
    right: min(14.5833333333vw, 210px);
    bottom: min(2.0833333333vw, 30px);
  }
  #sec5 .section_title {
    top: 0;
    left: min(13.1944444444vw, 190px);
  }
  #sec5 .img1 {
    margin: 0 min(3.4722222222vw, 50px) 0 auto;
  }
  #sec5 .img1 img {
    width: min(76.0416666667vw, 1095px);
  }
  #sec5 .img2 {
    margin: min(6.9444444444vw, 100px) auto 0 min(5.5555555556vw, 80px);
  }
  #sec5 .img2 img {
    width: min(47.7083333333vw, 687px);
  }
  #sec5 .credit {
    position: absolute;
    width: fit-content;
    left: min(55.3472222222vw, 797px);
    bottom: 0;
  }
  #sec6 .section_title {
    top: 0;
    right: min(19.4444444444vw, 280px);
  }
  #sec6 .img1 {
    margin-inline: auto;
  }
  #sec6 .img1 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec6 .img2 {
    width: min(38.8888888889vw, 560px);
    margin: min(22.2222222222vw, 320px) min(13.8888888889vw, 200px) 0 auto;
  }
  #sec6 .img2 img {
    width: min(38.8888888889vw, 560px);
  }
  #sec6 .img3 {
    position: absolute;
    bottom: min(10.4166666667vw, 150px);
    left: min(11.1111111111vw, 160px);
  }
  #sec6 .img3 img {
    width: min(25vw, 360px);
  }
  #sec6 .credit {
    position: absolute;
    bottom: min(65.9722222222vw, 950px);
    translate: -50% 0;
    left: 50%;
  }
  #sec7 .section_title {
    top: 0;
    right: min(32.6388888889vw, 470px);
  }
  #sec7 .img1 {
    position: relative;
    z-index: 3;
    margin: 0 auto 0 min(0.6944444444vw, 10px);
    display: grid;
    gap: min(0.6944444444vw, 10px);
  }
  #sec7 .img1 img {
    width: min(59.7222222222vw, 860px);
  }
  #sec7 .img2 {
    margin: min(-27.0833333333vw, -390px) min(0.6944444444vw, 10px) 0 auto;
  }
  #sec7 .img2 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec7 .credit {
    position: absolute;
    width: fit-content;
    bottom: 0;
    right: min(50vw, 720px);
  }
  #sec8 .section_title {
    top: 0;
    right: min(18.75vw, 270px);
    z-index: 10;
  }
  #sec8 .img1 {
    margin-inline: auto;
    width: min(47.2222222222vw, 680px);
  }
  #sec8 .img1 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec8 .credit {
    width: fit-content;
    margin: min(2.0833333333vw, 30px) auto 0;
  }
  #sec9 .section_title {
    top: 0;
    right: min(8.3333333333vw, 120px);
  }
  #sec9 .w_child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 0 min(4.9305555556vw, 71px);
    width: fit-content;
    gap: min(1.3888888889vw, 20px);
    align-items: center;
  }
  #sec9 .img2 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  #sec9 .img1 img,
  #sec9 .img2 img,
  #sec9 .img3 img {
    width: min(38.8888888889vw, 560px);
  }
  #sec9 .credit {
    position: absolute;
    width: fit-content;
    left: min(4.9305555556vw, 71px);
    top: min(90.6944444444vw, 1306px);
  }
  #sec10 .section_title {
    top: min(5vw, 72px);
    right: min(5.2083333333vw, 75px);
    color: #fff;
  }
  #sec10 .img1 img {
    width: min(100vw, 1440px);
  }
  #sec10 .img2 {
    margin: min(13.8888888889vw, 200px) auto 0;
  }
  #sec10 .img2 img {
    width: min(47.2222222222vw, 680px);
  }
  #sec10 .credit {
    position: absolute;
    width: fit-content;
    left: min(75.6944444444vw, 1090px);
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */