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

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
  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;
  }
}

/*--------------------------------------*
* 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 {
  height: 100vh;
  position: relative;
}
.fv .fv_image {
  height: 100%;
}
.fv .fv_image img {
  height: 100%;
  object-fit: cover;
}
.fv .title_wrap {
  z-index: 3;
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
}
.fv .title_wrap p {
  font-size: 12px;
  padding-top: 10px;
  letter-spacing: 0.07em;
}

.code li:has(.logo) {
  display: grid;
  place-content: center;
}
.code li {
  position: relative;
}

.all_btn {
  text-align: center;
  width: 200px;
  padding: 15px 0;
  font-size: 14px;
  border: 1px solid #000;
  transition: all 0.4s;
}
.all_btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}

.text_slider,
.text_slider_reverse {
  z-index: 10;
  position: absolute;
  height: 95%;
  translate: 0 -50%;
  top: 50%;
  left: 3%;
}
.text_slider .swiper-wrapper,
.text_slider_reverse .swiper-wrapper {
  transition-timing-function: linear;
}
.text_slider.right,
.text_slider_reverse.right {
  left: inherit;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .text_slider,
  .text_slider_reverse {
    width: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 20px;
  }
  .fv .theme_logo {
    width: 53.3333333333vw;
  }
  .code {
    margin: 0 10px;
    position: relative;
  }
  .code .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .code .grid li:nth-child(2) .text_slider,
  .code .grid li:nth-child(2) .text_slider_reverse,
  .code .grid li:nth-child(4) .text_slider,
  .code .grid li:nth-child(4) .text_slider_reverse,
  .code .grid li:nth-child(6) .text_slider,
  .code .grid li:nth-child(6) .text_slider_reverse,
  .code .grid li:nth-child(8) .text_slider,
  .code .grid li:nth-child(8) .text_slider_reverse,
  .code .grid li:nth-child(14) .text_slider,
  .code .grid li:nth-child(14) .text_slider_reverse,
  .code .grid li:nth-child(16) .text_slider,
  .code .grid li:nth-child(16) .text_slider_reverse,
  .code .grid li:nth-child(18) .text_slider,
  .code .grid li:nth-child(18) .text_slider_reverse,
  .code .grid li:nth-child(20) .text_slider,
  .code .grid li:nth-child(20) .text_slider_reverse,
  .code .grid li:nth-child(22) .text_slider,
  .code .grid li:nth-child(22) .text_slider_reverse,
  .code .grid li:nth-child(24) .text_slider,
  .code .grid li:nth-child(24) .text_slider_reverse,
  .code .grid li:nth-child(26) .text_slider,
  .code .grid li:nth-child(26) .text_slider_reverse,
  .code .grid li:nth-child(28) .text_slider,
  .code .grid li:nth-child(28) .text_slider_reverse {
    left: inherit;
    right: 3%;
  }
  .code .fade_slider {
    width: calc(50vw - 12.5px);
  }
  .code .logo {
    width: 40px;
  }
  .all_btn {
    margin: 18.6666666667vw auto;
  }
  footer {
    margin: 37.3333333333vw 0 0 0;
  }
  footer .inner {
    border-top: 1px solid #000;
    padding-top: 22.6666666667vw;
    width: 94.6666666667vw;
    margin-inline: auto;
  }
  footer .staff_credit {
    font-size: 3.2vw;
    line-height: 1.9166666667;
    text-align: center;
  }
  footer .logo {
    width: 53.3333333333vw;
    margin: 22.6666666667vw auto 6.6666666667vw;
  }
  footer .link {
    display: flex;
    justify-content: center;
    gap: 4vw;
  }
  footer .link a {
    font-size: 3.2vw;
    text-decoration: underline;
  }
  footer .copy {
    padding: 21.3333333333vw 0 10.6666666667vw;
    text-align: center;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .theme_logo {
    width: 20vw;
  }
  .fv .title_wrap p {
    font-size: 20px;
    padding-top: 24px;
  }
  .all_btn {
    margin: 8.3333333333vw auto 0;
    padding: 20px 0;
    width: 400px;
  }
  .code {
    margin-top: 2.5vw;
  }
  .code .grid {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, 30.8333333333vw);
    gap: 0.8333333333vw;
  }
  .code .grid li:nth-child(3) .text_slider,
  .code .grid li:nth-child(3) .text_slider_reverse,
  .code .grid li:nth-child(6) .text_slider,
  .code .grid li:nth-child(6) .text_slider_reverse,
  .code .grid li:nth-child(9) .text_slider,
  .code .grid li:nth-child(9) .text_slider_reverse,
  .code .grid li:nth-child(15) .text_slider,
  .code .grid li:nth-child(15) .text_slider_reverse,
  .code .grid li:nth-child(18) .text_slider,
  .code .grid li:nth-child(18) .text_slider_reverse,
  .code .grid li:nth-child(24) .text_slider,
  .code .grid li:nth-child(24) .text_slider_reverse,
  .code .grid li:nth-child(27) .text_slider,
  .code .grid li:nth-child(27) .text_slider_reverse {
    left: inherit;
    right: 3%;
  }
  .code .logo {
    width: 7.5vw;
  }
  .code .fade_slider {
    width: 30.8333333333vw;
  }
  footer {
    margin: 25vw 0 0;
  }
  footer .inner {
    border-top: 1px solid #000;
    padding-top: 8.3333333333vw;
    width: 94.1666666667vw;
    margin-inline: auto;
  }
  footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2.5vw;
  }
  footer .staff_credit {
    font-size: 1vw;
    line-height: 1.9166666667;
  }
  footer .logo {
    width: 20.8333333333vw;
    margin: 2.9166666667vw auto 0 0;
  }
  footer .link {
    display: grid;
    gap: 0.8333333333vw;
  }
  footer .link a {
    font-size: 1vw;
    text-align: right;
    text-decoration: underline;
  }
  footer .copy {
    padding: 2.9166666667vw 0 0 0;
    text-align: center;
    font-size: 1vw;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* modal
*--------------------------------------*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 101;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal_container {
  height: 100%;
  width: 100%;
}

.fixed_head {
  position: fixed;
}

.close {
  width: 30px;
  height: 30px;
  z-index: 10;
  position: fixed;
  top: 20px;
  left: 10px;
  padding: 10px;
}
.close:before, .close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #000;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.close:before {
  rotate: 45deg;
}
.close:after {
  rotate: -45deg;
}

.fixed_title {
  position: fixed;
  bottom: 20px;
  left: 10px;
  font-size: 12px;
  z-index: 99;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
}

.modal_grid {
  display: grid;
}
.modal_grid li {
  position: relative;
}
.modal_grid .number {
  font-size: 58px;
  position: absolute;
  transform-origin: center;
  rotate: -90deg;
  translate: 0 -50%;
  top: 50%;
  right: -10px;
}

.credit_wrap .flex {
  display: flex;
  justify-content: space-between;
}
.credit_wrap .number {
  letter-spacing: 0.2em;
  line-height: 1.2727272727;
}
.credit_wrap .credit ul {
  display: grid;
}
.credit_wrap .credit_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit_wrap .credit_li:has(.nolink) {
  color: #c3c4c8;
  pointer-events: none;
}
.credit_wrap .credit_li:has(.nolink) .buy {
  display: none;
}
.credit_wrap .credit_li:has(.com) .price {
  display: none;
}
.credit_wrap .credit_li .buy {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
}
.credit_wrap .credit_li:not(.nolink) {
  transition: all 0.4s;
}
.credit_wrap .credit_li:not(.nolink):hover {
  transition: all 0.4s;
}
.credit_wrap .credit_li:not(.nolink):hover .buy {
  transition: all 0.4s;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .fixed_head {
    width: 12vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 30px;
    z-index: 99;
  }
  .modal_grid {
    width: 89.3333333333vw;
    margin-inline: auto;
  }
  .modal_grid .number {
    font-size: 15.4666666667vw;
    rotate: inherit;
    z-index: -1;
    top: 15.4666666667vw;
    right: -7.2vw;
    translate: inherit;
  }
  .modal_grid > li {
    padding: 26.6666666667vw 0 0 0;
  }
  .modal_grid > li:last-child {
    padding: 26.6666666667vw 0;
  }
  .credit_wrap {
    position: relative;
    margin-top: 2.6666666667vw;
  }
  .credit_wrap .number {
    font-size: 2.9333333333vw;
    rotate: -90deg;
    position: absolute;
    z-index: 10;
    height: fit-content;
    transform-origin: bottom;
    right: -20.2666666667vw;
    top: -34.6666666667vw;
  }
  .credit_wrap .credit {
    width: 53.3333333333vw;
    margin: 0 0 0 auto;
  }
  .credit_wrap .credit ul {
    gap: 2.1333333333vw;
  }
  .credit_wrap .item {
    font-size: 4.2666666667vw;
  }
  .credit_wrap .price {
    display: inline-block;
    padding-left: 0.8vw;
    font-size: 3.2vw;
  }
  .credit_wrap .brand {
    font-size: 2.9333333333vw;
  }
  .credit_wrap .credit_li .buy {
    padding: 1.3333333333vw 0;
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fixed_head {
    width: 4.1666666667vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 40px;
    z-index: 99;
  }
  .fixed_title {
    font-size: 16px;
    left: 50%;
    translate: -50% 0;
    bottom: 30px;
    cursor: pointer;
  }
  .close {
    scale: 1.5;
    left: 2.5vw;
    top: 30px;
    cursor: pointer;
  }
  .modal_grid > li {
    padding: 10.8333333333vw 10vw;
  }
  .pc_side_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 36.6666666667vw;
    position: relative;
    gap: 0.8333333333vw;
  }
  .pc_side_grid:not(.pc_side_grid.pc_side_grid:has(.double)) {
    grid-template-columns: 2fr 36.6666666667vw;
  }
  .pc_side_grid:not(.pc_side_grid.pc_side_grid:has(.double)) figure {
    width: 26.6666666667vw;
    margin: 0 auto;
  }
  .pc_side_grid:not(.pc_side_grid.pc_side_grid:has(.double)) .number {
    left: 12.0833333333vw;
  }
  .pc_side_grid .number {
    font-size: 0.9166666667vw;
    letter-spacing: 0.2em;
    line-height: 1.2727272727;
    position: absolute;
    z-index: 10;
    left: -1.25vw;
    bottom: 0.8333333333vw;
  }
  .credit_wrap {
    margin-left: 3.3333333333vw;
  }
  .credit_wrap .flex {
    display: block;
  }
  .credit_wrap .number {
    font-size: 0.9166666667vw;
  }
  .credit_wrap .credit ul {
    grid-template-columns: 1fr;
    width: 50%;
    min-width: 200px;
    gap: 1.25vw 5vw;
  }
  .credit_wrap .item {
    font-size: 1.3333333333vw;
  }
  .credit_wrap .price {
    display: inline-block;
    padding-left: 0.25vw;
    font-size: 1vw;
  }
  .credit_wrap .brand {
    font-size: 0.9166666667vw;
  }
  .credit_wrap .credit_li .buy {
    padding: 0.4166666667vw 0;
    width: 3.3333333333vw;
    min-width: 40px;
  }
}/*# sourceMappingURL=style.css.map */