@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "Helvetica";
  src: url(../assets/font/Helvetica-Light.ttf);
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Helvetica";
  letter-spacing: 0.1em;
}

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: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}
#loading-bg .title_wrap h1 {
  opacity: 0;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  width: 150px;
  margin: 0 auto;
  text-align: left;
  color: #434343;
}
#loading-bg .title_wrap h1 span {
  display: none;
  position: relative;
}
#loading-bg .title_wrap h1 span.cursor:after {
  content: "   _";
  position: absolute;
  right: -7px;
  bottom: 0;
  animation: effect 0.5s step-end infinite alternate;
}
@keyframes effect {
  50% {
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  #loading-bg .title_wrap h1 {
    width: 274px;
  }
  #loading-bg .title_wrap h1 span.cursor:after {
    right: -12px;
  }
}
@media screen and (max-width: 768px) {
  #loading-bg {
    height: 100svh;
  }
}
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
header .logo {
  z-index: 100;
  width: 92px;
  position: fixed;
  top: 15px;
  left: 15px;
}
header .logo svg {
  fill: #fff;
}
header .header_link {
  z-index: 10;
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 10px;
  display: grid;
  gap: 10px;
}
header .header_link li a {
  color: #fff;
  width: fit-content;
  margin: 0 0 0 auto;
}

.white header .logo svg {
  fill: #fff;
}

.black header .logo svg {
  fill: #000;
}

@media screen and (min-width: 769px) {
  header .logo {
    top: 25px;
    left: 40px;
    width: 114px;
  }
  header .header_link {
    display: flex;
    gap: 55px;
    top: 25px;
    right: 40px;
    font-size: 14px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
.footer {
  text-align: center;
}
.footer a {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer {
    display: grid;
    place-content: center;
  }
  .footer .inner {
    width: 315px;
    margin: 0 auto;
  }
  .footer .staff_credit {
    font-size: 8px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    padding-bottom: 83px;
    border-bottom: 1px solid #707070;
    margin-bottom: 73px;
  }
  .footer .link_wrap {
    display: grid;
    gap: 20px;
    font-size: 10px;
  }
  .footer .back_top {
    font-size: 16px;
    margin: 60px auto;
    text-decoration: underline;
  }
  .footer .copy {
    font-size: 8px;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 130px 0 80px;
  }
  .footer .inner {
    max-width: 1040px;
    margin: 0 auto;
  }
  .footer .staff_credit {
    font-size: 14px;
    line-height: 2.2142857143;
    padding-bottom: 130px;
    margin-bottom: 110px;
    border-bottom: 1px solid #707070;
  }
  .footer .link_wrap {
    display: grid;
    gap: 20px;
    font-size: 14px;
  }
  .footer .back_top {
    font-size: 22px;
    text-decoration: underline;
    margin: 45px auto 55px;
  }
  .footer .copy {
    font-size: 12px;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.image_slider .swiper-wrapper,
.image_slider_auto .swiper-wrapper {
  transition-timing-function: linear;
}

.sec .swiper {
  z-index: -1;
}

.fv {
  height: 100vh;
}
.fv video {
  height: 100vh;
  object-fit: cover;
}

.credit_wrap {
  position: relative;
  z-index: 10;
}
.credit_wrap .credit {
  display: none;
}
.credit_wrap .credit ul li a {
  width: fit-content;
}
.credit_wrap .buy {
  text-decoration: underline;
}

.open {
  cursor: pointer;
  position: absolute;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 99;
  transition: all 0.4s;
}
.open:before, .open:after {
  content: "";
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.open:before {
  width: 1px;
  height: 6.4vw;
}
.open:after {
  width: 6.4vw;
  height: 1px;
}
.open.active:before, .open.active:after {
  transition: all 0.4s;
}
.open.active:before {
  opacity: 0;
}

.concept_open {
  display: none;
}

@media screen and (max-width: 768px) {
  .title_wrap {
    width: 160px;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    z-index: 98;
  }
  .title_wrap h1 {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    padding-top: 10px;
    letter-spacing: 0.06em;
  }
  .fv {
    z-index: -1;
  }
  .fv .title_wrap {
    color: #fff;
  }
  .concept {
    position: relative;
  }
  .concept > figure {
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
  }
  .concept .center_wrap {
    position: relative;
    z-index: 3;
    color: #fff;
  }
  .concept .center_wrap p {
    text-align: center;
    font-size: 5.3333333333vw;
  }
  .concept .center_wrap .button,
  .concept .center_wrap .close_button {
    margin: 3.2vw auto 0;
    font-size: 3.2vw;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .concept .center_wrap .open_text {
    margin: 0 auto;
    width: 84vw;
    font-size: 2.6666666667vw;
    line-height: 2.9;
  }
  .concept .center_wrap .close_button {
    margin-top: 28px;
  }
  .credit_wrap.padding_card {
    padding: 21.3333333333vw 0;
    width: 100vw;
  }
  .credit_wrap.padding_card .open:before, .credit_wrap.padding_card .open:after {
    background-color: #000000;
  }
  .credit_wrap.padding_card .open.active:before, .credit_wrap.padding_card .open.active:after {
    background-color: #fff;
  }
  .credit_wrap .credit .credit_inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 98;
    display: flex;
    align-items: flex-end;
  }
  .credit_wrap .credit ul {
    display: grid;
    gap: 2.6666666667vw 0;
    width: fit-content;
    padding: 0 0 8vw 8vw;
  }
  .credit_wrap .credit li a {
    font-size: 2.6666666667vw;
    color: #fff;
  }
  .credit_wrap .credit li a:has(.nolink) .buy {
    display: none;
  }
  .single .bg {
    background-color: #fff;
    padding: 40px 0;
  }
  .single .credit_wrap .credit ul {
    padding: 0 0 6.6666666667vw 4vw;
  }
  .single .plus {
    right: 4.5333333333vw;
    bottom: 4.5333333333vw;
  }
  .concept {
    background-color: #000000;
    display: grid;
    align-items: center;
  }
  .slider_li {
    overflow: hidden;
    position: sticky;
    top: 0;
  }
  .sec {
    background-color: #000;
    display: grid;
    place-content: center;
    overflow: hidden;
    position: sticky;
    top: 0;
  }
  .sec.white_inner {
    background-color: #fff;
  }
  .sec.single figure {
    width: 84vw;
    margin: 0 auto;
  }
  .sec .swiper {
    width: 100vw;
  }
  .sec.inside_out .card {
    position: relative;
    width: 68vw;
    height: 90.6666666667vw;
    margin: 0 auto;
  }
  .sec.inside_out figure {
    position: absolute;
    translate: -50% -50%;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
  }
  .sec.inside_out .back {
    transform: rotateY(180deg);
  }
  .grid_section .bg {
    background-color: #000;
    padding: 15px 0;
  }
  .grid_section .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    margin: 0 4vw;
  }
  .sec2 .credit_wrap {
    position: relative;
    width: 100vw;
  }
  .sec2 .credit_wrap figure {
    width: 69.3333333333vw;
  }
  .sec2 .credit_wrap figure:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec9 .credit_wrap,
  .sec16 .credit_wrap,
  .sec18 .credit_wrap {
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .title_wrap {
    width: 410px;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    z-index: 98;
  }
  .title_wrap h1 {
    font-size: 22px;
    text-align: center;
    color: #000;
    white-space: nowrap;
    padding-top: 27px;
    letter-spacing: 0.06em;
  }
  .fv .title_wrap h1 {
    color: #fff;
  }
  .contents {
    background-color: #fff;
  }
  .concept {
    position: relative;
  }
  .concept .center_wrap {
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    color: #fff;
  }
  .concept .center_wrap p {
    text-align: center;
    font-size: 2.1666666667vw;
  }
  .concept .center_wrap .button,
  .concept .center_wrap .close_button {
    cursor: pointer;
    margin: 1.8333333333vw auto 0;
    font-size: 1.1666666667vw;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .concept .center_wrap .open_text {
    width: 86.6666666667vw;
    font-size: 16px;
  }
  .credit_wrap .credit .credit_inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 98;
    display: flex;
    align-items: flex-end;
  }
  .credit_wrap .credit ul {
    display: grid;
    gap: 1vw 0;
  }
  .credit_wrap .credit li a {
    font-size: 1vw;
    color: #fff;
  }
  .credit_wrap .credit li a:has(.nolink) .buy {
    display: none;
  }
  .open {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    bottom: 3.3333333333vw;
    right: 4.1666666667vw;
  }
  .open:before {
    width: 2px;
    height: 2vw;
  }
  .open:after {
    width: 2vw;
    height: 2px;
  }
  .slider_section .open {
    right: 16.6666666667vw;
  }
  .slider_section .credit_wrap .credit ul {
    padding-bottom: 10vw;
    width: 50%;
    margin: 0 0 0 auto;
    justify-content: center;
  }
  .sec2 .credit_wrap {
    position: relative;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
  .sec2 .credit_wrap figure {
    width: 56.4166666667vw;
  }
  .sec2 .credit_wrap figure:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec2 .credit_wrap .credit ul {
    width: fit-content;
    margin: 0 6.8333333333vw 10vw auto;
  }
  .single {
    padding: 6.25vw 0;
  }
  .single .credit_wrap {
    width: fit-content;
    margin: 0 auto;
  }
  .single .credit_wrap .credit ul {
    padding: 0 0 2.5vw 2.5vw;
  }
  .single figure {
    width: 31.25vw;
    margin: 0 auto;
  }
  .single .open {
    right: 1.9166666667vw;
    bottom: 1.9166666667vw;
  }
  .grid_section .bg {
    background-color: #000000;
    padding: 3.75vw 16.6666666667vw;
  }
  .grid_section .bg .credit_wrap {
    padding: 0 4.1666666667vw;
  }
  .grid_section .bg .credit_wrap .credit ul {
    margin: 0 4.1666666667vw 6.1666666667vw auto;
  }
  .grid_section .bg .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6666666667vw;
  }
  .grid_section .bg .open {
    right: 0;
    bottom: 0;
  }
  .image_slider_auto .swiper-slide {
    width: auto;
  }
  .image_slider_auto .swiper-slide ol {
    display: grid;
    grid-template-columns: 106.6666666667vw 60vw 60vw;
  }
  .sec11 .image_slider_auto .swiper-slide ol {
    grid-template-columns: 60vw 106.6666666667vw 60vw;
  }
}/*# sourceMappingURL=style.css.map */