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

.en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  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;
  }
}

.ja {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
}

/*--------------------------------------*
* 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 figure {
  width: 49.453125vw;
  margin: 0 auto;
}
footer .staff_credit {
  font-size: 0.9375vw;
  text-align: center;
  line-height: 1.9;
  padding: 6.09375vw 0 10.9375vw;
}
footer .link_wrap {
  display: flex;
  justify-content: center;
  gap: 3.046875vw;
  text-decoration: underline;
  font-size: 1.25vw;
}
footer .copy {
  font-size: 0.859375vw;
  text-align: center;
  padding: 6.25vw 0 1.953125vw;
}

@media screen and (max-width: 768px) {
  footer figure {
    width: 70.6666666667vw;
  }
  footer .staff_credit {
    font-size: 3.2vw;
    text-align: center;
    padding: 11.2vw 0 33.8666666667vw;
  }
  footer .link_wrap {
    gap: 10.4vw;
    text-decoration: underline;
    font-size: 4.2666666667vw;
  }
  footer .copy {
    font-size: 2.6666666667vw;
    padding: 14.4vw 0 5.3333333333vw;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  overflow: hidden;
}
.fv .container {
  height: 100vh;
  position: relative;
}
.fv .header {
  width: 100%;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  z-index: 10;
  letter-spacing: 0.08em;
}
.fv .header a {
  color: #fff;
}
.fv .header .inner {
  display: flex;
  justify-content: space-between;
}
.fv .fv_slider .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.fv .fv_slider .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fv .fv_title,
.fv .fv_logo {
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .fv .header {
    top: 25px;
  }
  .fv .header .inner {
    padding: 0 24px;
  }
  .fv .right ul {
    display: flex;
    gap: 21px;
  }
  .fv .fv_title {
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    width: 76.953125vw;
  }
  .fv .sub_title {
    width: 38.203125vw;
    margin: 0 auto 2.65625vw;
  }
  .fv .fv_logo {
    width: 12.5vw;
    right: 2.65625vw;
    bottom: 2.96875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container {
    height: 100svh;
  }
  .fv .header {
    top: 20px;
    font-size: 14px;
  }
  .fv .header .inner {
    padding: 0 16px;
  }
  .fv .right {
    text-align: right;
  }
  .fv .right ul li:nth-child(1) {
    margin-bottom: 8px;
  }
  .fv .fv_slider .swiper-slide {
    height: 100svh;
  }
  .fv .fv_title {
    translate: -50% 0;
    left: 50%;
    bottom: 46.1333333333vw;
    width: 70.6666666667vw;
  }
  .fv .main_title {
    width: 67.2vw;
    margin: 6.9333333333vw auto 0;
  }
  .fv .fv_logo {
    width: 25.3333333333vw;
    right: 2.9333333333vw;
    bottom: 6.6666666667vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.lead {
  position: relative;
}
.lead p {
  text-align: center;
}
.lead .line {
  position: absolute;
  bottom: 0;
  translate: -50% 0;
  left: 50%;
  background-color: #000;
  height: 1px;
  width: 0px;
  transform-origin: center;
}
.lead .line.active {
  width: 64px;
  transition: all 0.4s linear;
}

#sec6,
#sec10 {
  position: relative;
}
#sec6 .line,
#sec10 .line {
  position: absolute;
  top: 0;
  translate: -50% 0;
  left: 50%;
  background-color: #000;
  width: 0px;
  transform-origin: center;
  transition: all 0.4s linear;
  height: 1px;
}
#sec6 .line.active,
#sec10 .line.active {
  width: 64px;
}

.sec .section_title .number {
  text-align: center;
}
.sec .title2 {
  position: relative;
}
.sec .title2 .line {
  position: absolute;
  top: 0;
  translate: -50% 0;
  left: 50%;
  background-color: #cecece;
  width: 0;
  height: 1px;
  transform-origin: center;
}
.sec .title2 .line.active {
  width: 40px;
  transition: all 0.4s linear;
}
.sec .detail_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.sec .detail_btn span {
  display: block;
}
.sec .detail_btn .icon {
  position: relative;
  transition: all 0.4s;
}
.sec .detail_btn .icon:before, .sec .detail_btn .icon:after {
  content: "";
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  background-color: #000;
}
.sec .detail_btn .icon:before {
  height: 1px;
}
.sec .detail_btn .icon:after {
  width: 1px;
}
.sec .detail_btn .icon.open {
  transition: all 0.4s;
  rotate: 90deg;
}
.sec .detail_btn .icon.open:before {
  opacity: 0;
}
.sec .detail_btn span:not(.icon) {
  text-decoration: underline;
}
.sec .detail_text {
  display: none;
}
.sec .detail_text .en {
  text-align: center;
}

.img1,
.img2,
.img3,
#sec7 .right,
#sec9 figure {
  overflow: hidden;
}

#sec2 .bg,
#sec4 .bg,
#sec7 .bg,
#sec9 .bg,
#sec10 .bg {
  background-color: #dedad6;
}

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

#archive {
  position: sticky;
  top: 0;
}
#archive .container {
  width: 82.8125vw;
  margin: 20.3125vw auto 9.84375vw;
  position: relative;
}
#archive .inner {
  padding: 8.59375vw 0 5.078125vw;
  position: relative;
}
#archive .line {
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  display: block;
  translate: -50% 0;
  left: 50%;
}
#archive .line.top {
  top: 0;
  transform-origin: center;
}
#archive .line.bottom {
  bottom: 0;
  transform-origin: center;
}
#archive .aniversary_logo {
  background-color: #fff;
  padding: 0 2.34375vw;
  width: 12.5vw;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  top: -4.453125vw;
}
#archive .grid {
  width: 73.828125vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.078125vw;
}

.sec .section_title .number,
.sec .detail_btn span:not(.icon) {
  letter-spacing: 0;
}

.Trigger svg {
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.Trigger svg:nth-child(2) {
  margin: 1.953125vw auto 0;
}
.Trigger svg:nth-child(3) {
  margin: 1.953125vw auto 0;
}

.credit {
  letter-spacing: 0.02em;
}

.credit a span {
  padding-left: 3px;
}

@media screen and (min-width: 769px) {
  .lead {
    padding: 7.8125vw 0;
  }
  .lead p {
    line-height: 2;
    font-size: 16px;
  }
  .sec .container {
    padding: 6.25vw 0 9.375vw;
  }
  .sec .section_title .number {
    font-size: 24px;
  }
  .sec .section_title .title,
  .sec .section_title .title1 {
    margin: 2.109375vw auto 4.0625vw;
  }
  .sec .title2 {
    padding-top: 7.1875vw;
    margin: 0 auto 4.0625vw;
  }
  .detail_wrap {
    margin: 0 auto 7.8125vw;
  }
  .detail_wrap .detail_btn {
    gap: 0.234375vw;
    cursor: pointer;
    font-size: 17px;
  }
  .detail_wrap .detail_btn .icon {
    width: 0.625vw;
    height: 0.625vw;
  }
  .detail_wrap .detail_btn .icon:before {
    width: 0.625vw;
  }
  .detail_wrap .detail_btn .icon:after {
    height: 0.625vw;
  }
  .detail_wrap .detail_text {
    margin: 1.5625vw auto -3.125vw;
    font-size: 12px;
    width: 66.40625vw;
    line-height: 1.9166666667em;
  }
  .detail_wrap .detail_text .en {
    font-size: 13px;
    margin: 2.34375vw 0 0.625vw;
  }
  #sec1 .image_wrap {
    grid-template-columns: 1fr 1fr;
  }
  #sec1 .img1 {
    width: 42.65625vw;
    margin: 0 auto 0 6.25vw;
  }
  #sec1 .grid {
    width: fit-content;
    margin: 0 9.0625vw 0 auto;
    gap: 1.328125vw;
    place-content: center;
  }
  #sec1 .grid li {
    width: 33.125vw;
  }
  #sec2 .image_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #sec2 .img1 {
    width: 36.015625vw;
    margin: 0 auto 0 8.125vw;
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #sec2 .img2 {
    width: 46.875vw;
    margin: 0 0 0 auto;
  }
  #sec3 .image_wrap .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.8125vw;
    margin-bottom: 6.25vw;
  }
  #sec3 .image_wrap li {
    width: 40.46875vw;
  }
  #sec3 .img1 {
    margin: 8.515625vw 0 0 auto;
  }
  #sec4 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
  }
  #sec4 .grid li:nth-child(1) {
    width: 42.578125vw;
    margin: 0 0 0 6.25vw;
  }
  #sec4 .grid li:nth-child(2) {
    width: 31.25vw;
    margin: 0 10vw 0 auto;
  }
  #sec5 .wrapper {
    position: relative;
  }
  #sec5 .img1 {
    width: 42.34375vw;
    margin: 0 auto 0 11.640625vw;
    padding: 5vw 0 16.953125vw;
  }
  #sec5 .img2 {
    width: 26.71875vw;
    position: absolute;
    top: 0;
    right: 22.1875vw;
  }
  #sec5 .img3 {
    width: 32.5vw;
    position: absolute;
    bottom: 0;
    right: 11.5625vw;
  }
  #sec6 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #sec6 .grid .image {
    width: 39.0625vw;
  }
  #sec6 .grid .image:nth-child(1) {
    margin: 0 auto 0 8.046875vw;
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #sec6 .grid .image:nth-child(2) {
    margin: 0 8.046875vw 0 auto;
  }
  #sec7 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.90625vw;
  }
  #sec7 .left {
    width: 42.1875vw;
    margin: 0 0 0 auto;
  }
  #sec7 .left figure {
    width: 24.609375vw;
  }
  #sec7 .left figure:nth-child(2) {
    margin: 1.171875vw 0 0 auto;
  }
  #sec7 .right {
    width: 50vw;
    margin: 0 0 0 auto;
  }
  #sec8 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  #sec8 .img1 {
    width: 50.078125vw;
    padding-bottom: 4.921875vw;
  }
  #sec8 .img2 {
    width: 32.890625vw;
    margin: 6.171875vw 0 0 auto;
    position: relative;
    z-index: 10;
  }
  #sec8 .img3 {
    position: absolute;
    width: 24.453125vw;
    right: 28.515625vw;
    bottom: 0;
  }
  #sec9 figure {
    width: 46.875vw;
    margin: 0 auto;
  }
  #sec10 .container {
    padding: 6.25vw 0 12.5vw;
  }
  #sec10 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  #sec10 .img1 {
    width: 42.578125vw;
    margin: 0 0 0 6.25vw;
  }
  #sec10 .img2 {
    width: 29.6875vw;
    margin: 0 11.71875vw 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .Trigger_sp svg {
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .Trigger_sp svg:nth-child(2) {
    margin: 4.5333333333vw auto 0;
  }
  .Trigger_sp svg:nth-child(3) {
    margin: 4.5333333333vw auto 0;
  }
  .lead {
    padding: 21.3333333333vw 0;
  }
  .lead p {
    line-height: 2;
    font-size: 14px;
  }
  .sec .container {
    padding: 21.3333333333vw 0 37.3333333333vw;
  }
  .sec .section_title .number {
    font-size: 18px;
  }
  .sec .section_title .title {
    padding: 6.1333333333vw 0 12.8vw;
    margin: 0 auto;
  }
  .detail_wrap {
    margin: 0 auto 17.0666666667vw;
  }
  .detail_wrap .detail_btn {
    font-size: 16px;
    gap: 1.8666666667vw;
  }
  .detail_wrap .detail_btn .icon {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .detail_wrap .detail_btn .icon:before {
    width: 1.8666666667vw;
  }
  .detail_wrap .detail_btn .icon:after {
    height: 1.8666666667vw;
  }
  .detail_wrap .detail_text {
    margin: 6.6666666667vw auto 4.2666666667vw;
    font-size: 12px;
    width: 86.6666666667vw;
    line-height: 1.9;
  }
  .detail_wrap .detail_text .en {
    font-size: 13px;
    margin: 6.6666666667vw 0 4vw;
  }
  #sec1 .section_title .title {
    width: 71.7333333333vw;
  }
  #sec1 .img1 {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  #sec1 .grid {
    width: 68vw;
    margin: 21.3333333333vw auto 0;
    gap: 2.6666666667vw;
  }
  #sec2 .section_title .title {
    width: 70.6666666667vw;
  }
  #sec2 .img1 {
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #sec2 .img2 {
    width: 82.6666666667vw;
    margin: 21.3333333333vw auto 0;
  }
  #sec3 .section_title .title1 {
    width: 55.2vw;
    margin: 0 auto;
    padding: 6.1333333333vw 0 12.8vw;
  }
  #sec3 .title2 {
    width: 60vw;
    margin: 26.6666666667vw auto 0;
    padding: 16vw 0 12.8vw;
  }
  #sec3 .grid {
    display: grid;
    gap: 5.3333333333vw;
  }
  #sec3 .grid .img1,
  #sec3 .grid .img2 {
    width: 89.0666666667vw;
  }
  #sec3 .grid .img1 {
    margin: 0 0 0 auto;
  }
  #sec4 .section_title .title {
    width: 71.7333333333vw;
  }
  #sec4 .grid {
    display: grid;
    gap: 37.3333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto 21.3333333333vw;
  }
  #sec4 .img2 {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
  #sec5 .section_title .title {
    width: 50.9333333333vw;
  }
  #sec5 .img1 {
    width: 92vw;
    margin: 0 0 0 auto;
  }
  #sec5 .img2 {
    width: 58.1333333333vw;
    margin: -6.1333333333vw auto 0 0;
  }
  #sec5 .img3 {
    width: 70.6666666667vw;
    margin: 2.6666666667vw 2.6666666667vw 0 auto;
  }
  #sec6 .section_title .title {
    width: 56.5333333333vw;
  }
  #sec6 .img1,
  #sec6 .img2 {
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #sec6 .grid {
    width: 86.6666666667vw;
    margin: 0 auto;
    display: grid;
    gap: 6.6666666667vw;
  }
  #sec7 .section_title .title {
    width: 77.3333333333vw;
  }
  #sec7 .grid {
    display: grid;
    gap: 16vw;
  }
  #sec7 .grid .right {
    grid-row: 1/2;
  }
  #sec7 .grid .left {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  #sec7 .grid .left figure {
    width: 71.7333333333vw;
  }
  #sec7 .grid .left .img2 {
    margin: 3.4666666667vw 0 0 auto;
  }
  #sec8 .section_title .title {
    width: 76.2666666667vw;
  }
  #sec8 .img1 {
    width: 90.6666666667vw;
  }
  #sec8 .img2 {
    width: 77.3333333333vw;
    margin: 5.3333333333vw 0 -7.7333333333vw auto;
  }
  #sec8 .img3 {
    width: 71.7333333333vw;
  }
  #sec9 .section_title .title {
    width: 66.6666666667vw;
  }
  #sec9 figure {
    width: 92vw;
    margin: 0 auto;
  }
  #sec10 .section_title .title {
    width: 67.7333333333vw;
  }
  #sec10 .img1 {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  #sec10 .img2 {
    width: 62.6666666667vw;
    margin: 26.6666666667vw auto 0;
  }
  #archive .container {
    width: 89.6vw;
    margin: 53.3333333333vw auto 32vw;
  }
  #archive .inner {
    padding: 17.3333333333vw 0 10.6666666667vw;
  }
  #archive .aniversary_logo {
    padding: 0 5.3333333333vw;
    width: 30.6666666667vw;
    top: -14.1333333333vw;
  }
  #archive .grid {
    width: 78.6666666667vw;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit a .buy {
  text-decoration: underline;
}
.credit a[href=""] .buy {
  display: none;
}

@media screen and (min-width: 769px) {
  .credit {
    margin: 3.125vw auto 0;
    display: flex;
    width: 64.84375vw;
    font-size: 12px;
    gap: 1.953125vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  .credit li:not(li:last-child) {
    position: relative;
  }
  .credit li:not(li:last-child):after {
    content: "/";
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: -1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .credit {
    text-align: center;
    font-size: 13px;
    margin: 21.3333333333vw auto 0;
  }
  .credit li:not(li:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */