@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "baskerville-display-pt", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
}

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 {
  position: sticky;
  top: 0;
}
.fv .container {
  height: 100vh;
  position: relative;
}
.fv .fv_image {
  height: 100vh;
}
.fv .fv_image img {
  height: 100vh;
  object-fit: cover;
}
.fv .fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.fv .fv_title figure {
  width: 77.3333333333vw;
}
.fv h1 {
  padding-top: 6.6666666667vw;
  font-size: 2.8vw;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .fv .fv_title {
    left: inherit;
    right: 6.25vw;
    translate: 0 -50%;
  }
  .fv .fv_title figure {
    width: 34.7222222222vw;
  }
  .fv h1 {
    padding-top: 2.9166666667vw;
    font-size: 1.25vw;
    letter-spacing: 0.1em;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@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;
}

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.code6 .grid .item {
  position: relative;
}
.code6 .item_wrapper {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  display: grid;
  place-content: center;
}
.code6 .item_wrapper.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.code6 .item_wrapper.active .credit {
  display: grid;
}
.code6 .item_wrapper.active .plus {
  rotate: 45deg;
}
.code6 .item_wrapper .plus {
  position: absolute;
  transition: all 0.4s;
}
.code6 .item_wrapper .plus:before, .code6 .item_wrapper .plus:after {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.code6 .item_wrapper .plus:before {
  rotate: 90deg;
}

.loop_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.code_wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.bg {
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, #d0ccc9 0%, #d6d3bb 10%, #cdd9d9 20%, #e2d5c6 30%, #d6d4c3 40%, #c9c9c9 50%, #bcb3aa 60%, #bc9d86 70%, #b6bcc1 80%, #a89c90 90%, #7e6d5d 100%);
}

.credit {
  display: grid;
}
.credit li a {
  color: #fff;
  line-height: 140%;
}

.code6 .credit,
.code7 .credit,
.code10 .credit {
  display: none;
}

footer figure {
  margin-inline: auto;
}
footer .link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo {
  margin-inline: auto;
}
footer .copy {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sp_loop_slider .swiper-wrapper,
  .sp_loop_slider_reverse .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .code_wrapper {
    padding: 26.6666666667vw 0 66.6666666667vw;
  }
  .code {
    margin-bottom: 33.3333333333vw;
  }
  .container:has(.img1) {
    width: 80vw;
    margin-inline: auto;
  }
  .credit {
    gap: 1.7333333333vw;
  }
  .credit li a {
    font-size: 2.4vw;
  }
  .code1 .img2 {
    width: 45.0666666667vw;
    margin: 33.3333333333vw auto 0;
  }
  .code1 .credit.top {
    margin: 4vw 0 0 auto;
  }
  .code2 .img2 {
    display: grid;
    gap: 1.3333333333vw;
  }
  .code3 .container:has(.img1) {
    width: 100vw;
  }
  .code4 .img4 {
    width: 80vw;
    margin: 13.3333333333vw auto 0;
  }
  .code5,
  .code7,
  .code10 {
    width: 60vw;
    margin-inline: auto;
  }
  .code5 .image_wrap,
  .code7 .image_wrap,
  .code10 .image_wrap {
    display: grid;
    gap: 2.6666666667vw;
  }
  .code6 .container {
    padding: 12vw 6vw;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .code6 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
  }
  .code6 .item_slider {
    width: 42.6666666667vw;
  }
  .code6 .item_wrapper .credit {
    width: 85%;
    margin: 0 auto;
  }
  .code6 .item_wrapper .plus {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
  .code6 .item_wrapper .plus:before, .code6 .item_wrapper .plus:after {
    width: 3.7333333333vw;
  }
  .code9 .swiper {
    height: 133.3333333333vw;
  }
  .code9 .swiper-slide {
    width: 100vw;
  }
  .code9 .swiper-slide.big {
    width: 160vw;
  }
  .code1 .credit,
  .code3 .credit,
  .code4 .credit,
  .code5 .credit,
  .code8 .credit,
  .code9 .credit,
  .code11 .credit,
  .code12 .credit {
    margin: 4vw auto 0;
    width: fit-content;
  }
  .code1 .credit li a,
  .code3 .credit li a,
  .code4 .credit li a,
  .code5 .credit li a,
  .code8 .credit li a,
  .code9 .credit li a,
  .code11 .credit li a,
  .code12 .credit li a {
    white-space: nowrap;
  }
  .code2 .credit {
    margin: 4vw auto 0 2.6666666667vw;
  }
  .code12 {
    margin-bottom: 0;
  }
  footer .footer_container {
    display: grid;
    gap: 20vw;
  }
  footer figure {
    width: 56vw;
  }
  footer .link_wrap {
    gap: 16vw;
  }
  footer .link_wrap li {
    width: 10.6666666667vw;
  }
  footer .logo {
    width: 33.3333333333vw;
  }
  footer .copy {
    font-size: 2.6666666667vw;
    text-align: center;
    padding: 8vw 0 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .code_wrapper {
    padding: 13.8888888889vw 0 38.1944444444vw;
  }
  .code {
    margin-bottom: 17.3611111111vw;
  }
  .credit {
    gap: 0.4166666667vw;
  }
  .credit li a {
    font-size: 0.7638888889vw;
  }
  .code1 .container {
    width: 37.1527777778vw;
    margin-inline: auto;
  }
  .code1 .img2 {
    width: 19.4444444444vw;
    margin: 17.3611111111vw auto 0;
  }
  .code2 .container {
    width: 70.8333333333vw;
    margin-inline: auto;
  }
  .code2 .img2 {
    display: flex;
    gap: 4.1666666667vw;
  }
  .code2 .img2 .swiper {
    width: 33.3333333333vw;
  }
  .code2 .credit {
    width: fit-content;
    margin: 1.3888888889vw 0 0 auto;
  }
  .code3 .container {
    width: 38.8888888889vw;
    margin-inline: auto;
  }
  .code4 .img4 {
    width: 37.1527777778vw;
    margin: 13.8888888889vw auto 0;
  }
  .code5 .image_wrap {
    display: grid;
    grid-template-columns: 38.8888888889vw 25vw;
    align-items: center;
    gap: 9.375vw;
    margin: 0 15.625vw 0 auto;
    width: fit-content;
  }
  .code5 .credit {
    width: fit-content;
    margin: 1.3888888889vw 50vw 0 auto;
  }
  .code6 .grid {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6.9444444444vw 14.2361111111vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
  }
  .code6 .item_slider {
    width: 22.9166666667vw;
  }
  .code6 .item_wrapper .credit {
    width: 85%;
    margin: 0 auto;
  }
  .code6 .item_wrapper .plus {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
  }
  .code6 .item_wrapper .plus:before, .code6 .item_wrapper .plus:after {
    width: 1.9444444444vw;
  }
  .code7 {
    margin-bottom: 0;
    width: 50vw;
  }
  .code7 .image_wrap {
    width: 25vw;
    display: grid;
    gap: 1.3888888889vw;
    margin: 0 auto;
  }
  .code8 {
    margin: -41.6666666667vw 12.5vw 17.3611111111vw auto;
    width: 37.1527777778vw;
  }
  .code8 .container {
    width: 37.1527777778vw;
  }
  .code9 .swiper-slide {
    width: 41.6666666667vw;
  }
  .code9 .swiper-slide.big {
    width: 83.3333333333vw;
  }
  .code9 .credit {
    margin: 1.3888888889vw auto 0 8.3333333333vw;
  }
  .code10 {
    width: 50vw;
    margin: 0 0 0 auto;
  }
  .code10 .container {
    width: 25vw;
    margin: 0 16.6666666667vw 0 auto;
  }
  .code10 .image_wrap {
    display: grid;
    gap: 1.3888888889vw;
  }
  .code11 {
    width: 37.1527777778vw;
    margin: -38.8888888889vw auto 17.3611111111vw 12.5vw;
  }
  .code11 .credit {
    margin: 1.3888888889vw 0 0 0;
  }
  .code12 {
    margin-bottom: 0;
  }
  .code12 .swiper-wrapper {
    display: grid;
    grid-template-columns: 25vw 38.8888888889vw;
    gap: 9.375vw;
    align-items: center;
    width: fit-content;
    margin: 0 11.1111111111vw 0 auto;
  }
  .code12 .swiper-wrapper .swiper-slide {
    height: fit-content;
  }
  .code12 .credit {
    width: fit-content;
    margin: 1.3888888889vw 11.1111111111vw 0 auto;
  }
  .code1 .credit,
  .code3 .credit,
  .code4 .credit,
  .code8 .credit {
    width: fit-content;
    margin: 1.3888888889vw auto 0;
  }
  footer .footer_container {
    display: grid;
    gap: 12.5vw;
  }
  footer figure {
    width: 26.0416666667vw;
    margin-bottom: 18.75vw;
  }
  footer .link_wrap {
    gap: 4.375vw;
  }
  footer .link_wrap li {
    width: 2.4305555556vw;
  }
  footer .logo {
    width: 9.1666666667vw;
  }
  footer .copy {
    font-size: 0.8333333333vw;
    padding: 3.8194444444vw 0 8.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */