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

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
  vertical-align: bottom;
}

@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
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
  overflow: hidden;
}
.fv .fv_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 12vw;
  }
  .fv .sp_grid {
    width: 88vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 4.1666666667vw;
    height: 100vh;
    overflow: hidden;
    min-height: 740px;
  }
  .fv .fade_slider {
    width: 91.6666666667vw;
    margin: 0 auto;
  }
  .fv .fade_slider .swiper-slide {
    height: 100vh;
    min-height: 740px;
  }
  .fv .fade_slider .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
  .fv .fv_title {
    width: 6.6666666667vw;
  }
  .fv .sub_title {
    width: 1.6666666667vw;
    position: absolute;
    bottom: 1.6666666667vw;
    right: 1.6666666667vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.contents_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contents_grid .code:nth-child(3),
.contents_grid .code:nth-child(10),
.contents_grid .code:nth-child(17) {
  grid-column: 1/3;
}
.contents_grid .code {
  position: relative;
  margin-top: -1px;
}
.contents_grid .code figure {
  overflow: hidden;
}
.contents_grid .code .swiper {
  width: 50vw;
}

.plus {
  z-index: 30;
}
.plus.open {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}
.plus.open span {
  width: 10px;
}
.plus.open span:nth-child(2) {
  rotate: 90deg;
}
.plus.close {
  position: absolute;
  padding: 15px;
  width: 15px;
  height: 15px;
}
.plus.close span {
  width: 15px;
  rotate: 45deg;
}
.plus.close span:nth-child(2) {
  rotate: -45deg;
}
.plus span {
  height: 1px;
  position: absolute;
  background-color: #000;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.plus.white span {
  background-color: #fff;
}

.credit_wrapper {
  position: fixed;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 85.3333333333vw;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.credit_wrapper .credit_inner {
  margin: 20px 40px 25px;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: scroll;
  position: relative;
}
.credit_wrapper .credit {
  margin: 15px 0 0;
  display: grid;
  gap: 10px;
  padding-bottom: 80px;
}
.credit_wrapper .credit li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  align-items: center;
  gap: 5px;
}
.credit_wrapper .credit li a .brand {
  font-size: 8px;
}
.credit_wrapper .credit li a .price {
  font-weight: 500;
  padding-left: 5px;
}
.credit_wrapper .credit li a:has(.nolink) .price {
  display: none;
}
.credit_wrapper .credit li a .nolink {
  font-size: 10px;
  border: 0.5px solid #000;
  padding: 3px;
}
.credit_wrapper .logo {
  width: 88px;
  margin: 0 auto 10px;
}

.all_btn {
  font-size: 14px;
  text-align: center;
  padding: 14px 0;
  margin: 0 auto;
  width: 69.3333333333vw;
  max-width: 350px;
  background-color: #4a9fd5;
  color: #fff;
}
.all_btn.instagram {
  margin: 10px auto 0;
}

.writing_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.writing_logo figure {
  width: 60%;
  margin: 0 auto;
}

footer {
  padding-top: 75px;
  background-color: #fff;
}
footer .logo {
  margin: 120px auto 20px;
  width: 60vw;
  max-width: 300px;
}
footer .copy {
  font-size: 11px;
  text-align: center;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .plus.close {
    translate: -50% 0;
    left: 50%;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .plus.open {
    width: 30px;
    bottom: 4.1666666667vw;
    right: 4.1666666667vw;
  }
  .plus.open span {
    width: 30px;
  }
  .plus.close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 10px;
  }
  .plus.close span {
    width: 30px;
  }
  .code:has(.open),
  .close {
    cursor: pointer;
  }
  .code:has(.open) .scale {
    transition: all 0.4s;
  }
  .code:has(.open):hover .scale {
    scale: 1.1;
  }
  .credit_wrapper {
    width: fit-content;
    max-width: fit-content;
  }
  .credit_wrapper .logo {
    max-width: 320px;
    width: 20vw;
    margin: 0 auto 30px;
  }
  .credit_wrapper .pc_grid {
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: 500px 1fr;
  }
  .credit_wrapper .credit_inner {
    max-width: inherit;
    margin: 50px 80px;
  }
  .credit_wrapper .credit {
    gap: 15px;
    min-width: 25vw;
  }
  .credit_wrapper .credit li a {
    font-size: 16px;
  }
  .credit_wrapper .credit li a .brand,
  .credit_wrapper .credit li a .nolink {
    font-size: 12px;
  }
  footer {
    padding-top: 300px;
  }
}/*# sourceMappingURL=style.css.map */