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

.thin {
  font-family: "HelveticaNeueThin";
}

.ja {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.garamond {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}

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
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.fv {
  position: relative;
  height: 100vh;
}
.fv figure {
  height: 100%;
}
.fv figure img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fv .title_wrap {
  position: absolute;
  width: 170px;
  top: 15px;
  left: 15px;
}
.fv h1 {
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.025em;
  position: absolute;
  bottom: 0;
  left: 55px;
  width: 100%;
  line-height: 1.2727272727;
}
.fv h2 {
  color: #fff;
  font-size: 22px;
  position: absolute;
  text-align: right;
  bottom: 20px;
  right: 20px;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
}

.container {
  overflow: hidden;
}

.lead p {
  width: fit-content;
  text-align: center;
  line-height: 2;
  padding: 75px 0 30px;
  font-size: 12px;
  margin: 0 auto;
}

h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.025em;
}

.common_sec:nth-of-type(even) {
  background-color: #f2ecdf;
}

.credit {
  font-size: 11px;
  display: grid;
  gap: 10px;
  width: fit-content;
  margin: 25px auto 0;
  letter-spacing: 0.05em;
}
.credit li a {
  text-decoration: underline;
}
.credit li a:has(.nolink) {
  text-decoration: inherit;
}

footer {
  padding: 250px 0 150px;
}
footer .link_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
footer .link_wrap li {
  width: 35px;
}
footer .logo {
  width: 125px;
  margin: 75px auto 30px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .image_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  .container {
    max-width: 375px;
    margin: 0 auto;
  }
  .main_image {
    width: 315px;
    margin: 20px auto 50px;
  }
  .sec {
    padding: 70px 0;
  }
  .small {
    width: 240px;
  }
  .middle {
    width: 270px;
  }
  .big {
    width: 345px;
  }
  .credit {
    margin: 25px auto 0;
  }
  #sec1 .img2 {
    margin: 40px 0 80px auto;
  }
  #sec2 .img1 {
    margin: 15px auto 0;
  }
  #sec2 .img2 {
    margin: 60px auto;
  }
  #sec2 .img3 {
    margin: 0 auto;
  }
  #sec3 .img1 {
    margin: 15px auto 75px;
  }
  #sec4 .img1 {
    margin: 0 auto 60px;
  }
  #sec4 .img2 {
    margin: 0 auto;
  }
  #sec5 .img1,
  #sec5 .img3 {
    margin: 0 auto;
  }
  #sec5 .img2 {
    margin: 60px auto;
  }
  #sec6 .img1 {
    margin: 15px 0 60px;
  }
  #sec6 .img2 {
    margin: 0 auto 10px;
  }
  #sec6 .img3 {
    margin: 0 auto;
  }
  #sec7 .img1 {
    margin: 15px auto 60px;
  }
  #sec7 .img2 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .fv .title_wrap {
    width: 23.6111111111vw;
    translate: 0 -50%;
    top: 50%;
    left: 8.3333333333vw;
  }
  .fv h1 {
    font-size: 1.4583333333vw;
    left: 7.6388888889vw;
  }
  .fv h2 {
    font-size: 2.0833333333vw;
    bottom: 2.0833333333vw;
    right: 2.0833333333vw;
  }
  .lead p {
    padding: 200px 0 60px;
    font-size: 14px;
    line-height: 2.5;
  }
  h3 {
    font-size: 2.5vw;
  }
  .main_image {
    width: 33.3333333333vw;
    margin: 60px auto 120px;
  }
  .credit {
    font-size: 13px;
    margin: 50px auto 0;
    gap: 13px;
  }
  .sec {
    padding: 140px 0;
  }
  .small {
    width: 25.5555555556vw;
  }
  .middle {
    width: 29.1666666667vw;
  }
  .big {
    width: 36.6666666667vw;
  }
  .credit {
    margin: 1.7361111111vw auto 0;
  }
  #sec1 .bottom_contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.1666666667vw 6.9444444444vw;
  }
  #sec1 .bottom_contents .img1 {
    margin: 0 0 0 auto;
  }
  #sec1 .bottom_contents .img3 {
    grid-column: 1/3;
    margin: 0 auto;
  }
  #sec2 .bottom_contents {
    margin: 2.7777777778vw auto 0;
    display: grid;
    gap: 5.5555555556vw;
  }
  #sec2 .bottom_contents figure {
    margin: 0 auto;
  }
  #sec3 .img1 {
    margin: 2.7777777778vw auto 8.3333333333vw;
  }
  #sec3 .image_slider {
    max-width: 65.9722222222vw;
  }
  #sec4 .bottom_contents {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  #sec4 .bottom_contents .img1 {
    margin: 0 8.3333333333vw 0 auto;
  }
  #sec4 .bottom_contents .img2 {
    margin: 0 auto 0 0;
  }
  #sec5 .bottom_contents {
    display: grid;
    gap: 4.1666666667vw;
  }
  #sec5 .bottom_contents figure {
    margin: 0 auto;
  }
  #sec6 .img1 {
    width: 40vw;
    margin: 2.7777777778vw auto 5.5555555556vw;
  }
  #sec6 .img2 {
    margin: 0 auto 1.1111111111vw;
  }
  #sec6 .img3 {
    margin: 0 auto;
  }
  #sec7 figure {
    margin: 0 auto;
  }
  #sec7 .img1 {
    margin: 2.7777777778vw auto 5.5555555556vw;
  }
  .fixed_wrapper {
    position: fixed;
    top: 40px;
    left: 40px;
    width: 150px;
  }
}/*# sourceMappingURL=style.css.map */