@charset 'UTF-8';
@media screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857vw;
  }
}
body {
  width: 100%;
}
body.modal-lock {
  position: fixed;
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  overflow: clip;
  width: 100%;
  padding-top: 4rem;
  margin: 0 auto 24rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 300;

  font-feature-settings: 'palt';
  /*******************************
  fade
  *******************************/
  /*******************************
  credit
  *******************************/
  /*******************************
  modal
  *******************************/
}
.f-container * {
  box-sizing: border-box;
  color: #232323;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container a.mask-img {
  position: relative;
}
.f-container a.mask-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s;

  -webkit-mask-size: cover;
  mask-size: cover;
}
.f-container a.mask-img:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.3);
}
.f-container img {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  display: block;
  width: 100%;
  height: auto;
}
.f-container a {
  display: block;
  text-decoration: none;
  color: #232323;
  transition: opacity 1s;
}
.f-container a:hover {
  cursor: pointer;
  opacity: 0.6;
}
.f-container figure {
  display: block;
}
.f-container .moreModal__prev,
.f-container .moreModal__next {
  display: inline-block;
  cursor: pointer;
  font-size: 3rem;
  color: #ffffff;

  touch-action: manipulation; /* タップだけ許可 */
  -webkit-tap-highlight-color: transparent; /* タップ時のハイライトを消す */
}
.f-container .moreModal__next {
  margin-left: 2rem;
}
.f-container .sec {
  width: 104.6rem;
  margin: 0 auto 24rem;
}
.f-container .sec__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 0.6rem;
}
.f-container .sec__title {
  margin-bottom: 3.8rem;
  text-align: left;
  letter-spacing: 0.025em;
  font-family: open-sans-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2rem;
  color: #000000;
}
.f-container .sec__img {
  width: 52rem;
}
.f-container .sec__img.wide {
  width: 100%;
}
.f-container .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 79.5rem;
  margin: 0 auto;
}
.f-container .btm__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 12.5rem;
  font-family: 'open-sans-condensed', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #232323;
}
.f-container .btm__btn:nth-of-type(n + 2) {
  margin-top: 12.5rem;
}
.f-container [data-fade='fade'] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(60px);
}
.f-container [data-fade='fade'][data-is-active='true'] {
  opacity: 1;
  transform: translateY(0);
}
.f-container .moreModal__item {
  margin: 3.58vw 0 0;
  letter-spacing: 0.1em;
  font-family: 'open-sans-condensed', sans-serif;
  font-size: 3.222vw;
  font-weight: 300;
}
.f-container .creditList {
  position: relative;
  width: 100%;
  margin: 3.58vw auto 0;
}
.f-container .creditList .credit {
  display: flex;
  flex-wrap: wrap;

  gap: 1.79vw 2.1428571429vw;
}
.f-container .creditList .credit li {
  position: relative;
  width: 30%;
}
.f-container .creditList .credit li,
.f-container .creditList .credit a {
  display: flex;
  letter-spacing: 0.1em;
  font-family: 'open-sans-condensed', sans-serif;
  font-size: 1.253vw;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: #000000;
}
.f-container .creditList .credit a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.f-container .creditList .credit li p {
  margin: 0;
}
.f-container .creditList .credit li .image {
  width: 100%;
}
.f-container .creditList .credit li .txt {
  margin-top: 1.432vw;
}
.f-container .creditList .credit li .price {
  margin-top: 0.895vw;
}
@media screen and (min-width: 1400px) {
  .f-container .moreModal__item {
    margin: 50.12px 0 0;
    font-size: 45.108px;
  }
  .f-container .creditList {
    margin: 25.06px auto 0;
  }
  .f-container .creditList .credit {
    gap: 50.12px 30px;
  }
  .f-container .creditList .credit li,
  .f-container .creditList .credit a {
    font-size: 17.542px;
  }
  .f-container .creditList .credit li .txt {
    margin-top: 20.048px;
  }
  .f-container .creditList .credit li .price {
    margin-top: 12.53px;
  }
}
.f-container .moreModal {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 55vw;
  height: 70.9090909091vh;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  background: #ffffff;
  transition: opacity 0.4s ease;
}
.f-container .moreModal.on {
  pointer-events: all;
  opacity: 1;
}
.f-container .moreModal .inner {
  position: relative;
  overflow: auto;
  box-sizing: border-box;
  height: 100%;
  padding: 4.6428571429vw;
}
.f-container .moreModal .inner::-webkit-scrollbar {
  width: 2px;
}
.f-container .moreModal .inner::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.f-container .moreModal .moreModal__box {
  display: none;
  pointer-events: none;
  opacity: 0;
}
.f-container .moreModal .moreModal__box.on {
  display: block;
  pointer-events: all;
  opacity: 1;
}
.f-container .moreModal .moreModal__img {
  width: 100%;
  margin: 0 auto;
}
.f-container .moreModal .moreModal__close {
  position: absolute;
  right: 0;
  bottom: -5.37vw;
  left: 0;
  width: 1.7857142857vw;
  height: 1.7857142857vw;
  margin: 0 auto;
  background: url(../img/close.png) top center/contain no-repeat;
}
.f-container .bg {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: #000000;
  transition: opacity 0.4s ease;
}
.f-container .bg.on {
  pointer-events: all;
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  .f-container .moreModal {
    width: 770px;
    height: 70.0149925037vh;
  }
  .f-container .moreModal .inner {
    padding: 65px;
  }
  .f-container .moreModal .moreModal__close {
    bottom: -75.18px;
    width: 31.325px;
    height: 31.325px;
  }
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}
