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

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

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  padding-top: 150px;
}
footer .page_top {
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  margin: 250px auto 50px;
}
footer .footer_bg {
  background-color: #f0f0f0;
  padding: 100px 0 60px;
}
footer .link_wrap {
  display: grid;
  gap: 10px;
  width: 260px;
  margin-inline: auto;
}
footer .link_wrap li a {
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  border-radius: 5px 0 0 0;
  position: relative;
}
footer .link_wrap span {
  width: 12px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 10px;
}
footer .logo {
  width: 120px;
  margin: 200px auto 30px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.fv {
  height: 100vh;
  position: relative;
}
.fv .swiper-slide {
  height: 100vh;
}
.fv .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv .title {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 16.6666666667vw;
}

.btn_box {
  position: relative;
}
.btn_box .btn {
  position: absolute;
  text-decoration: underline;
  z-index: 11;
}

.white .btn_box .btn {
  color: #fff;
}

.image_slider .swiper-wrapper {
  transition-timing-function: linear;
}

.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_close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 101;
}

.credit ul {
  display: grid;
  gap: 10px;
  width: fit-content;
  margin: 4vw auto 0 4vw;
}
.credit ul a {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.credit ul a .buy {
  text-decoration: underline;
}
.credit ul a[href=""] {
  pointer-events: none;
  text-decoration: inherit;
}
.credit ul a:has(.nolink) {
  color: #b4b4b4;
}
.credit ul a:has(.nolink) .buy {
  display: none;
}

.modal_grid > li {
  padding-top: 10.6666666667vw;
}
.modal_grid > li:last-child {
  padding-bottom: 100px;
}
.modal_grid .credit {
  margin: 0 0 21.3333333333vw;
}
.modal_grid .number {
  font-size: 14px;
  padding: 4vw 4vw 0 0;
}

@media screen and (max-width: 768px) {
  .fv .title {
    width: 37.3333333333vw;
  }
  .btn_box .btn {
    font-size: 3.7333333333vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .scroll_wrapper {
    overflow: hidden;
  }
  .scroll_wrapper .scroll {
    overflow-x: scroll;
  }
  .scroll_wrapper .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 150%;
  }
  .credit {
    margin: 5.3333333333vw auto 29.3333333333vw;
    display: grid;
    gap: 10px;
    width: fit-content;
  }
  .credit a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    gap: 5.3333333333vw;
  }
  .credit a .buy {
    text-decoration: underline;
  }
  .credit a[href=""] {
    pointer-events: none;
    text-decoration: inherit;
  }
  .credit a:has(.nolink) {
    color: #b4b4b4;
  }
  .credit a:has(.nolink) .buy {
    display: none;
  }
  .sec1 {
    margin-top: 120px;
  }
  .sec1 .img1 {
    width: 85.3333333333vw;
    margin: 7.4666666667vw auto;
  }
  .sec2 .grid,
  .sec10 .grid,
  .sec14 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec3 .img1 {
    width: 85.3333333333vw;
  }
  .sec4 .img1,
  .sec9 .img1,
  .sec12 .img1 {
    width: 76vw;
    margin: 0 auto 8vw;
  }
  .sec5 .img1,
  .sec11 .img1,
  .sec16 .img1 {
    width: 85.3333333333vw;
    margin: 0 auto;
  }
  .sec6 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec7 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec13 .img1 {
    width: 85.3333333333vw;
    margin: 0 0 8vw auto;
  }
  .sec17 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec17 .img2 {
    width: 85.3333333333vw;
    margin: 8vw 0 0 auto;
  }
  .sec19 figure {
    width: 85.3333333333vw;
  }
  .sec19 .img1 {
    margin: 0 0 8vw auto;
  }
  .modal_grid .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .btn_box {
    height: fit-content;
  }
  .btn_box .btn {
    font-size: 18px;
    bottom: 1.25vw;
    right: 1.25vw;
  }
  .common .credit {
    margin: 30px auto 0;
  }
  .modal_grid .credit {
    margin: 10px auto 8.3333333333vw;
  }
  .sec1 {
    margin: 12.5vw 0 0 4.1666666667vw;
    gap: 0.8333333333vw;
    display: grid;
    grid-template-columns: 37.5vw 57.5vw;
  }
  .sec1 .credit {
    margin: 0 auto;
    height: fit-content;
  }
  .sec1 .img1 {
    grid-row: 1/3;
  }
  .sec2,
  .sec8,
  .sec10 {
    margin-top: 15vw;
  }
  .sec2 .grid,
  .sec8 .grid,
  .sec10 .grid {
    width: 58.3333333333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec3 {
    margin-top: 10.8333333333vw;
  }
  .sec3 .grid {
    width: 58.3333333333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .sec3 .credit {
    height: fit-content;
    margin: 0 auto;
  }
  .sec4,
  .sec9 {
    margin-top: 15vw;
    display: grid;
    grid-template-columns: 47.5vw 33.3333333333vw;
    gap: 0 5vw;
    align-items: center;
    justify-content: center;
  }
  .sec4 .img1,
  .sec9 .img1 {
    grid-column: 2/3;
  }
  .sec4 .img2 .grid,
  .sec9 .img2 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec4 .img2,
  .sec9 .img2 {
    grid-row: 1/2;
  }
  .sec4 .credit,
  .sec9 .credit {
    grid-column: 2/3;
  }
  .sec5 {
    width: 58.3333333333vw;
    margin: 15vw auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .sec5 .img1 {
    grid-column: 2/3;
  }
  .sec5 .credit {
    grid-row: 1/2;
  }
  .sec5 .credit {
    height: fit-content;
    margin: 0 auto;
  }
  .sec6 .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .sec8 {
    width: fit-content;
    margin: 15vw auto;
  }
  .sec7,
  .sec13 {
    margin-top: 15vw;
    display: grid;
    grid-template-columns: 33.3333333333vw 47.5vw;
    gap: 0 5vw;
    align-items: center;
    justify-content: center;
  }
  .sec7 .grid,
  .sec13 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec11,
  .sec16 {
    margin-top: 15vw;
  }
  .sec11 .img1,
  .sec16 .img1 {
    width: 35vw;
    margin: 0 auto;
  }
  .sec12 {
    margin-top: 15vw;
    display: grid;
    grid-template-columns: 66.6666666667vw auto;
    align-items: center;
  }
  .sec12 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec12 .credit {
    height: fit-content;
    margin: 0 auto;
  }
  .sec14 {
    margin-top: 15vw;
    display: grid;
    grid-template-columns: auto 66.6666666667vw;
    align-items: center;
  }
  .sec14 .grid {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec14 .credit {
    grid-column: 1/2;
    grid-row: 1/2;
    height: fit-content;
    margin: 0 auto;
  }
  .sec15,
  .sec18 {
    margin-top: 15vw;
  }
  .sec15 .btn_box,
  .sec18 .btn_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .sec17 {
    margin-top: 15vw;
    display: grid;
    grid-template-columns: 33.3333333333vw 47.5vw;
    gap: 0 5vw;
    align-items: center;
    justify-content: center;
  }
  .sec17 .img1 {
    grid-row: 1/2;
  }
  .sec17 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 2/3;
  }
  .sec19 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw;
    width: 55.8333333333vw;
    margin: 15vw auto 0;
  }
  .sec19 .img1 {
    grid-column: 2/3;
  }
  .sec19 .img2 {
    margin-top: 11vw;
    grid-row: 1/2;
    width: 26.6666666667vw;
  }
  .sec19 .credit {
    grid-column: 1/3;
  }
  .credit {
    display: grid;
    gap: 10px;
    width: 20.8333333333vw;
  }
  .credit a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .credit a .buy {
    text-decoration: underline;
  }
  .credit a[href=""] {
    pointer-events: none;
    text-decoration: inherit;
  }
  .credit a:has(.nolink) {
    color: #b4b4b4;
  }
  .credit a:has(.nolink) .buy {
    display: none;
  }
  .modal_grid > li {
    padding-top: 3.3333333333vw;
    position: relative;
  }
  .modal_grid .credit ul {
    width: 300px;
    margin: 20px auto 30px;
  }
  .modal_grid .number {
    position: absolute;
    top: 43.3333333333vw;
    right: 1.25vw;
    font-size: 16px;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */