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

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%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 998;
}
#loading-bg .fv_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
@media screen and (min-width: 769px) {
  #loading-bg .fv_grid {
    gap: 10px;
  }
}
#loading-bg .swiper {
  max-height: 100vh;
  width: 100%;
}
#loading-bg .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#loading-bg .swiper li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #loading-bg .swiper li {
    height: calc(83.3333333333vh - 10px);
  }
}
@media screen and (max-width: 768px) {
  #loading-bg .swiper li {
    height: calc(25.3164556962vh - 3px);
  }
}
#loading-bg .swiper li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#loading-bg .search_box {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 999;
}
#loading-bg .white_box {
  width: 50vw;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #loading-bg .white_box {
    width: 80vw;
  }
}
#loading-bg .white_box p {
  width: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6666666667vw;
  animation: typing 3s 0.3s steps(34) forwards, effect 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #000;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  #loading-bg .white_box p {
    font-size: 3.2vw;
    margin: 0 auto 0 2.6666666667vw;
  }
}
#loading-bg .white_box .icon {
  display: block;
  width: 2.25vw;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  #loading-bg .white_box .icon {
    width: 3.7333333333vw;
    right: 2.6666666667vw;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 34ch;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.fv {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
.fv .swiper-slide {
  height: 100vh;
}
.fv .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.contents_wrapper {
  background-color: #fff;
}

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

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid figure {
  height: 100%;
}
.grid img {
  object-fit: cover;
  height: 100%;
}

.credit {
  font-size: 12px;
  padding-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  margin: 12px auto;
  width: fit-content;
}
.credit li a:has(.nolink) {
  color: #c0c0c0;
}
.credit li a:has(.nolink) .price {
  display: none;
}
.credit .brand {
  margin-right: 3px;
  display: none;
}
.credit .price {
  text-decoration: underline;
}

.credit_switch {
  cursor: pointer;
}
.credit_switch .open_credit {
  z-index: 10;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.credit_switch .open_credit .inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  place-content: center;
}
.credit_switch .credit {
  margin: 0 auto;
  width: 90%;
}
.credit_switch .credit li a {
  color: #fff;
  line-height: 1.2;
}
.credit_switch .credit li a:has(.nolink) {
  opacity: 0.6;
}
.credit_switch.active .plus {
  rotate: 45deg;
}
.credit_switch.active .plus:before, .credit_switch.active .plus:after {
  background-color: #fff;
}

.plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  transition: all 0.4s;
}
.plus:before, .plus:after {
  content: "";
  background-color: #000;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.plus:before {
  width: 1.5px;
  height: 20px;
}
.plus:after {
  width: 20px;
  height: 1.5px;
}

#sec1 .img4,
#sec7 .img4 {
  width: 65.3333333333vw;
  margin: 125px auto 0;
  max-width: 600px;
}
#sec1 .bottom_credit,
#sec7 .bottom_credit {
  justify-content: right;
  width: 80%;
  max-width: 600px;
}
#sec1 .grid .swiper,
#sec7 .grid .swiper {
  width: 50vw;
}
#sec1 .grid .swiper .swiper-slide,
#sec7 .grid .swiper .swiper-slide {
  height: 100%;
}
#sec1 .grid .swiper .swiper-slide img,
#sec7 .grid .swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

#sec2 {
  margin: 130px auto 0;
}
#sec2 .credit {
  margin: 12px auto 0 12px;
}
#sec2 .grid .swiper {
  width: 50vw;
}
#sec2 .grid .swiper .swiper-slide {
  height: 100%;
}
#sec2 .grid .swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

#sec3 {
  margin: 130px 0 0 0;
}
#sec3 .bg {
  background-color: #fffcef;
  padding: 80px 0 45px 0;
}
#sec3 .grid {
  padding: 0 6.4vw 50px;
  gap: 3px;
}
#sec3 .grid figure {
  border: 0.5px solid #f2d46e;
}
#sec3 .title .logo {
  width: 45.3333333333vw;
  margin: 0 auto 1.6vw;
}
#sec3 p {
  color: #f2d46e;
  text-align: center;
  font-size: 2.9333333333vw;
  letter-spacing: -0.05em;
}
#sec3 .credit_switch {
  position: relative;
}

#sec4 {
  position: relative;
}
#sec4 figure {
  width: 69.3333333333vw;
  margin: 125px auto;
  position: relative;
  z-index: 2;
}
#sec4 p {
  color: #f2d46e;
  font-size: 12.2666666667vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  white-space: nowrap;
}
#sec4 p:nth-of-type(1) {
  top: -4vw;
  right: 6.6666666667vw;
}
#sec4 p:nth-of-type(2) {
  bottom: -8vw;
  left: 6.6666666667vw;
  z-index: 3;
}

#sec5 .credit {
  margin: 12px auto 0 12px;
}

#sec6 {
  margin: 125px auto;
  position: relative;
}
#sec6 .bg {
  background-color: #f2d46e;
}
#sec6 p {
  color: #fffcef;
  width: 230px;
  font-size: 12px;
  position: absolute;
  top: 48vw;
  left: 5px;
  line-height: 1.25;
}
#sec6 .img1 {
  width: 60vw;
  margin: 0 5.3333333333vw 0 auto;
}
#sec6 .credit {
  justify-content: right;
  margin: 12px 10px 0 auto;
}

#sec8 {
  margin-top: 130px;
}
#sec8 .bg_image {
  background-image: url(../assets/images/pc/bg_image.jpg);
  padding: 16vw 0 16vw;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #sec8 .bg_image {
    background-image: url(../assets/images/sp/bg_image.jpg);
  }
}
#sec8 .swiper {
  width: 80vw;
  margin: 0 0 0 auto;
}
#sec8 .credit_switch {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
}

#sec9 .bg {
  background-color: #f2d46e;
  padding: 90px 0;
}
#sec9 figure {
  width: 82.6666666667vw;
  margin: 0 auto;
}

#sec10 .credit {
  margin: 12px auto 0 10px;
}
#sec10 .grid .swiper {
  width: 50vw;
}
#sec10 .grid .swiper .swiper-slide {
  height: 100%;
}
#sec10 .grid .swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

#sec11 {
  margin-top: 110px;
}
#sec11 .grid {
  gap: 4px;
}
#sec11 .credit {
  margin: 12px auto 0 10px;
}

#sec12 {
  margin-top: 130px;
}
#sec12 .credit {
  margin: 12px auto 0 10px;
}

.box_li {
  margin: 100px 0 0;
  padding: 100px 13px 75px 13px;
  background-color: #fffcef;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.box_li li {
  border: 2px solid #f2d46e;
}

#sec2 .grid .img3 {
  width: 50vw;
}

#sec10 .img3 {
  width: 50vw;
}

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

main {
  margin-bottom: -2px;
}

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) {
  .credit {
    overflow: hidden;
    gap: 8px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .credit li a {
    width: fit-content;
    position: relative;
  }
  .credit_switch .credit li a:after {
    display: none;
  }
  #sec1 .credit.bottom_credit {
    margin: 12px auto 0;
    grid-template-columns: 1fr;
  }
  #sec1 .credit.bottom_credit li a {
    margin: 0 auto;
  }
  #sec3 .img3 {
    width: 43.3333333333vw;
  }
  #sec3 .credit {
    grid-template-columns: 1fr;
    width: 100%;
  }
  #sec3 img {
    object-fit: cover;
    height: 100%;
  }
  #sec1 .credit,
  #sec7 .credit {
    margin: 12px auto 12px 10px;
  }
  #sec6 .credit li a,
  #sec11 .credit li a {
    margin: 0 0 0 auto;
  }
  #sec6 .credit li:last-child {
    grid-column: 2/3;
  }
  #sec11 .credit li a {
    margin: 0;
  }
  #sec8 .credit {
    grid-template-columns: 1fr;
    width: 100%;
  }
  #sec8 .image_big_slider {
    height: 120vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    margin: 20px auto 20px 20px;
    overflow: hidden;
  }
  .credit li:not(li:last-child) a {
    position: relative;
  }
  .credit li:not(li:last-child) a:after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    right: -20px;
    translate: 0 -50%;
    top: 50%;
    rotate: 30deg;
    background-color: #000;
  }
  .credit_switch .credit li:not(li:last-child) a:after {
    background-color: #fff;
  }
  #sec1 .img4 {
    margin: 10.4166666667vw auto 0;
  }
  #sec1 .bottom_credit {
    margin: 20px auto 0;
  }
  #sec3 .bg {
    padding: 20.8333333333vw 0 12.5vw;
  }
  #sec3 .grid {
    padding: 0 6.25vw 12.5vw;
    gap: 10px;
  }
  #sec3 .img3 {
    width: 43.3333333333vw;
  }
  #sec3 img {
    object-fit: cover;
    height: 100%;
  }
  #sec3 .swiper {
    height: 100%;
  }
  #sec4 figure {
    width: 50vw;
    margin: 14.1666666667vw auto;
  }
  #sec4 p {
    font-size: 7.5vw;
  }
  #sec4 p:nth-of-type(1) {
    right: 20.8333333333vw;
  }
  #sec4 p:nth-of-type(2) {
    left: 20.8333333333vw;
  }
  #sec6 p {
    top: inherit;
    left: 6.5vw;
    bottom: 14.8333333333vw;
    font-size: 1.75vw;
    width: 73vw;
    font-weight: 300;
  }
  #sec8 .bg_image {
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../assets/images/pc/bg_image.jpg);
    background-size: cover;
  }
  #sec8 .image_big_slider {
    height: 66.6666666667vw;
  }
  #sec8 .swiper {
    width: 44.5vw;
    margin: 0 6.6666666667vw 0 auto;
  }
  #sec9 .bg {
    padding: 15vw 0;
  }
  #sec9 figure {
    width: 43.3333333333vw;
  }
  #sec11 .grid {
    width: 87.5vw;
    margin: 0 auto;
    gap: 10px;
  }
  #sec11 .credit {
    margin: 20px 6.25vw 0 auto;
  }
  #box {
    background-color: #fffcef;
  }
  .box_li {
    width: 75vw;
    margin: 16.6666666667vw auto 0;
    padding-bottom: 8.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */