@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #8fa09a;
}

.en_b {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 869px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 868px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 869px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 868px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #8fa09a;
}
@media screen and (min-width: 869px) {
  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
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  background-color: #8fa09a;
}
.fv .box {
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  position: absolute;
  border: 1px solid #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.fv .title {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.fv .logo {
  width: 70px;
  margin: 0 auto;
}
.fv .title_logo {
  width: 245px;
  margin: 13px auto 17px;
}
.fv .sub_title {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.fv .fade_slider {
  height: 100vh;
}
.fv img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 868px) {
  .fv {
    position: relative;
    height: 100svh;
    overflow: hidden;
  }
  .fv .box {
    height: calc(100svh - 20px);
  }
}
@media screen and (min-width: 869px) {
  .fv {
    height: 100vh;
    overflow: hidden;
  }
  .fv .center {
    position: relative;
    height: 100vh;
  }
  .fv .title_logo {
    margin: 30px auto 35px;
  }
  .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pc_grid .spNone figure {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 33.3333333333%;
  }
  .pc_grid .spNone figure img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .pc_center {
    width: 33.3333333333%;
    margin: 0 auto;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.look {
  overflow: hidden;
  position: relative;
  padding: 140px 0;
}
.look .line {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.look .look_title {
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
}
.look .look_title span {
  font-size: 56px;
  text-align: center;
}
.look .look_image {
  width: 320px;
  height: 431px;
  margin: 0 auto;
  position: relative;
}
.look .look_image figure {
  width: 320px;
  height: 431px;
  position: absolute;
  inset: 0;
}

.look .index_slider {
  overflow: inherit;
}
.look .index_slider .swiper-slide:nth-child(1) img {
  rotate: -1deg;
}
.look .index_slider .swiper-slide:nth-child(2) img {
  rotate: 1deg;
}
.look .index_slider .swiper-slide:nth-child(3) img {
  rotate: -1deg;
}
.look .index_slider .swiper-slide:nth-child(4) img {
  rotate: 1deg;
}

.sec .bg {
  padding: 100px 0;
  background-color: #8fa09a;
  color: #fff;
}
.sec .bg a {
  color: #fff;
}
.sec#sec2 .bg, .sec#sec4 .bg {
  background-color: #fff;
  color: #8fa09a;
}
.sec#sec2 .bg .credit .btn span:before, .sec#sec2 .bg .credit .btn span:after, .sec#sec4 .bg .credit .btn span:before, .sec#sec4 .bg .credit .btn span:after {
  background-color: #8fa09a;
}
.sec#sec2 .bg a, .sec#sec4 .bg a {
  color: #8fa09a;
}
.sec#sec4 .bg .credit {
  text-align: left;
}
.sec#sec4 .bg .credit .btn {
  margin: 8px auto 0 0;
}
.sec#sec4 .bg .credit a {
  margin: 0 auto 0 0;
}
.sec#sec1 .img2 {
  margin: 60px auto;
}
.sec#sec1 .img3 {
  margin: 0 auto 0 40px;
}
.sec#sec2 .img2 {
  margin: 80px auto 0;
}
.sec#sec3 .img1 {
  margin: 0 auto 0 0;
}
.sec#sec3 .img2 {
  margin: 40px auto 60px 25px;
}
.sec#sec3 .img3 {
  margin: 0 25px 0 auto;
}
.sec#sec4 .img1 {
  margin: 0 0 0 auto;
}
.sec#sec4 .img2 {
  margin: 65px auto 65px 0;
}
.sec#sec4 .img3 {
  margin: 0 0 0 auto;
}
.sec .main {
  width: 325px;
  margin: 0 auto;
}
.sec .line_box {
  width: 188px;
  position: relative;
}
.sec .line_box img {
  position: relative;
}
.sec .line_box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid #fff;
}
.sec .small {
  width: 230px;
}
.sec .middle {
  width: 280px;
}

.pc_center .container {
  max-width: 400px;
  margin: 0 auto;
}

.credit .btn {
  text-align: right;
  width: fit-content;
  margin: 8px 0 0 auto;
  font-size: 14px;
  display: flex;
  gap: 3px;
  align-items: center;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.credit .btn span {
  width: 10px;
  height: 10px;
  position: relative;
  display: block;
  transition: 0.4s;
}
.credit .btn span:before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.credit .btn span:after {
  content: "";
  width: 1px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.credit .btn.active span {
  rotate: 90deg;
}
.credit .btn.active span:before {
  opacity: 0;
}
.credit .credit_li {
  display: none;
}
.credit ul {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: grid;
  gap: 10px;
  padding: 10px 0;
}
.credit ul a {
  width: fit-content;
  margin: 0 0 0 auto;
  text-decoration: underline;
}
.credit ul a:has(.nolink) {
  text-decoration: none;
}

footer {
  color: #4a836f;
  text-align: center;
  padding: 110px 0 50px;
  border-top: 1px solid #4a836f;
}
footer .sub_title {
  font-size: 14px;
  padding-bottom: 5px;
}
footer .main_title {
  font-size: 48px;
}
footer .line {
  margin: 65px auto;
  width: 100px;
  height: 1px;
  background-color: #4a836f;
}
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 #4a836f;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  border-radius: 5px 0 0 0;
  position: relative;
  color: #4a836f;
}
footer .link_wrap span {
  width: 12px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 10px;
}
footer .logo {
  width: 120px;
  margin: 120px auto 30px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */