@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  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
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  border-top: 1px solid #000;
}
footer .theme {
  width: 200px;
  margin: 60px auto 100px;
}
footer .footer_li {
  display: grid;
  gap: 24px;
}
footer .footer_li a {
  font-size: 18px;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
}
footer .logo {
  width: 120px;
  margin: 130px auto 30px;
}
footer .copy {
  font-size: 11px;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  footer {
    margin: 0 3.4666666667vw 0;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  background-color: #e1dcce;
}

@media screen and (max-width: 768px) {
  .fv {
    color: #fff;
    padding: 4vw 0;
  }
  .fv .grid {
    width: 93.3333333333vw;
    margin-inline: auto;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fv li:nth-child(1) {
    position: relative;
  }
  .fv li:nth-child(1) .looks_number {
    width: 26.6666666667vw;
    position: absolute;
    right: -2.6666666667vw;
    translate: 0 -50%;
    top: 55%;
  }
  .fv p {
    padding: 14.6666666667vw 0 0 3.4666666667vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    padding: 80px 0 60px;
  }
  .fv .pc_theme {
    width: 60vw;
    margin: 0 auto;
  }
  .fv .grid {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 2.5vw 7.5vw 0 7.5vw;
  }
  .fv .looks_number {
    width: 16.6666666667vw;
    margin-right: -2.5vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.section_title {
  position: relative;
  z-index: 10;
}

.sec {
  overflow: hidden;
}

#sec1 .grid,
#sec5 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#sec3 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#sec4 .section_title figure {
  margin: 0 auto;
}
#sec4 .section_title p {
  text-align: center;
}

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

.all_items {
  font-size: 18px;
  width: fit-content;
  margin: 180px auto 120px;
  text-decoration: underline;
}

.credit_li {
  display: none;
}

.credit_li ul {
  display: grid;
  gap: 15px;
  font-size: 12px;
  margin: 10px auto;
}
.credit_li ul a {
  text-decoration: underline;
  width: fit-content;
  margin: 0 auto;
}
.credit_li ul a:has(.nolink) {
  text-decoration: inherit;
}

@media screen and (max-width: 768px) {
  .sec {
    padding-top: 13.3333333333vw;
    margin-bottom: 40vw;
  }
  .section_title .section_number {
    width: 24vw;
  }
  .section_title p {
    line-height: 1.6666666667;
    font-size: 3.2vw;
    position: relative;
  }
  .btn {
    text-align: right;
    width: fit-content;
    margin: 15px 0 0 15px;
    font-size: 14px;
    display: flex;
    gap: 3px;
    align-items: center;
    cursor: pointer;
  }
  .btn span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    transition: 0.4s;
  }
  .btn span:before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #000;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  .btn span:after {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #000;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  .btn.active span {
    rotate: 90deg;
  }
  .btn.active span:before {
    opacity: 0;
  }
  #sec1 .section_title p,
  #sec2 .section_title p,
  #sec4 .section_title p,
  #sec5 .section_title p {
    padding-top: 10px;
  }
  #sec1,
  #sec5 {
    position: relative;
    margin: 13.3333333333vw 0 40vw 0;
  }
  #sec1 .img1,
  #sec5 .img1 {
    width: 85.3333333333vw;
    margin: 0 0 13.3333333333vw auto;
  }
  #sec1 .section_title,
  #sec5 .section_title {
    position: absolute;
    top: 18.6666666667vw;
    left: 3.4666666667vw;
  }
  #sec2 {
    position: relative;
  }
  #sec2 .img1 {
    width: 85.3333333333vw;
    margin: -16vw auto 0;
  }
  #sec2 .section_title {
    position: relative;
    margin: 0 3.4666666667vw 0 auto;
    z-index: 10;
  }
  #sec2 .section_title figure {
    margin: 0 0 0 auto;
  }
  #sec2 .section_title p {
    text-align: right;
  }
  #sec2 .circle {
    width: 28vw;
    position: absolute;
    top: 58.6666666667vw;
    left: -6.6666666667vw;
    z-index: 10;
  }
  #sec2 .btn {
    margin: 15px 0 0 6.6666666667vw;
  }
  #sec3 .section_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 3.4666666667vw;
  }
  #sec3 .section_title p {
    text-align: right;
  }
  #sec3 .grid {
    margin-top: -4.2666666667vw;
  }
  .bg_image {
    margin: 0 0 26.6666666667vw 0;
  }
  #sec4 .section_title {
    margin-bottom: 5.3333333333vw;
  }
  #sec4 .btn {
    margin: 15px 4vw 0 auto;
  }
  #sec5 .section_title {
    top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sec {
    padding: 8.3333333333vw 0;
  }
  .section_title .section_number {
    width: 11.6666666667vw;
  }
  .section_title p {
    line-height: 1.6666666667;
    font-size: 1.5vw;
    position: relative;
  }
  .sec {
    position: relative;
  }
  .credit_li {
    display: block;
  }
  .credit_li ul {
    width: 45vw;
    margin: 3.3333333333vw auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6666666667vw 2.6666666667vw;
    font-size: 1vw;
  }
  #sec1,
  #sec5 {
    padding: 140px 0 100px;
  }
  #sec1 .section_title,
  #sec5 .section_title {
    position: absolute;
    top: 7.5vw;
    left: 5.8333333333vw;
  }
  #sec1 .pc_flex,
  #sec5 .pc_flex {
    display: flex;
    gap: 4.1666666667vw;
    width: 82.5vw;
    margin: 0 auto 0 10vw;
    align-items: center;
  }
  #sec1 .img1,
  #sec5 .img1 {
    width: 33.3333333333vw;
  }
  #sec1 .grid figure,
  #sec5 .grid figure {
    width: 23.5833333333vw;
  }
  #sec1 .grid figure:nth-child(2),
  #sec5 .grid figure:nth-child(2) {
    margin: 20.4166666667vw 0 0 -2.5vw;
  }
  #sec2 .section_title {
    position: absolute;
    top: 8.3333333333vw;
    right: 28.75vw;
    z-index: 10;
  }
  #sec2 .section_title p {
    text-align: right;
  }
  #sec2 .img1 {
    width: 37.5vw;
    margin: 5.8333333333vw auto 0;
  }
  #sec2 .circle {
    width: 12.5833333333vw;
    position: absolute;
    z-index: 10;
    top: 26.6666666667vw;
    left: 24.1666666667vw;
  }
  #sec3 .pc_flex {
    width: 80vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 50vw;
    align-items: center;
    position: relative;
  }
  #sec3 .section_title {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #sec3 .section_title .section_number {
    margin: 0 0 -1.6666666667vw -1.6666666667vw;
  }
  #sec3 .section_title p {
    text-align: right;
  }
  #sec3 .pc_wrapper {
    grid-column: 2/3;
  }
  #sec3 .credit {
    grid-row: 1/2;
  }
  #sec3 .credit_li ul {
    display: grid;
    grid-template-columns: 1fr;
    width: fit-content;
  }
  #sec3 .credit_li ul a {
    margin: 0;
  }
  .bg_image {
    padding: 140px 0;
  }
  #sec4 .section_title p {
    padding: 1.6666666667vw 0;
  }
  #sec4 .img1 {
    width: 37.5vw;
    margin: 0 auto;
  }
  #sec4 .pc_flex {
    display: grid;
  }
  #sec4 .pc_flex .credit {
    grid-row: 1/2;
  }
  #sec4 .pc_flex .credit ul {
    margin: 3.3333333333vw auto;
  }
  #sec5 .section_title {
    left: inherit;
    right: 5.8333333333vw;
  }
  #sec5 .section_title p {
    text-align: right;
  }
  #sec5 .pc_flex {
    flex-direction: row-reverse;
  }
}/*# sourceMappingURL=style.css.map */