@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#fv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

#fv .slide.active {
  opacity: 1;
}

#fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
}
#fv.on {
  opacity: 1;
  transition: 1s ease;
}
#fv .h1 {
  position: fixed;
  color: #fff;
  font-size: 11.7333333333vw;
  text-align: center;
  z-index: 10;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  #fv .h1 {
    font-size: 4.2361111111vw;
    white-space: nowrap;
  }
}
#fv .h1 p {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8vw;
  margin-top: 1vw;
}
@media screen and (min-width: 768px) {
  #fv .h1 p {
    font-size: 1.8055555556vw;
  }
}

#container {
  /*下のかぶさるエリアの指定*/
  position: relative;
  z-index: 20;
  /*以下はレイアウトのための記述。削除可能*/
  background: #fff;
  margin-top: 100vh;
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.item_area {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.item_area li {
  width: 50vw;
  height: 73.8vw;
  margin-right: -0.5px !important;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .item_area li {
    width: 33.3333333333%;
    height: auto;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0;
    margin: 0;
    border: none;
  }
}
.item_area li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.item_area li .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden !important; /* はみ出し防止 */
}
.item_area li .swiper-wrapper {
  display: flex;
  transform: translateZ(0);
}
.item_area li .swiper-slide {
  flex: 0 0 100%;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.item_area li .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.item_area li .plus {
  width: 11%;
  margin: -8.4vw 2.5vw 2.5vw auto;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .item_area li .plus {
    margin: -3.7vw 1.5vw 1.5vw auto;
    width: 2.1527777778vw;
  }
}
@media screen and (min-width: 768px) {
  .item_area li:nth-child(17) {
    position: relative;
    z-index: 1;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  overflow-y: auto;
  font-size: 3.2vw;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .modal {
    font-size: 15px;
    text-align: left;
  }
}
.modal ul {
  margin-top: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .modal ul {
    width: 300px;
  }
}
.modal ul li a {
  width: fit-content;
  display: inline-block;
}
.modal ul li a span {
  text-decoration: underline;
}
.modal ul li span {
  margin: 0 5px 0;
}
.modal .btn_close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 105;
}
@media screen and (min-width: 768px) {
  .modal .btn_close {
    top: 30px;
    right: 30px;
  }
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 101;
}

.modal-content {
  position: relative;
  margin: 20% auto 11svh;
  background: #fff;
  width: 90%;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  .modal-content {
    display: flex;
    justify-content: center;
    gap: 3vw;
    align-items: end;
    margin: 3% auto;
  }
}
.modal-content .modal_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-content .modal_img {
    width: 450px;
  }
}

footer {
  text-align: center;
}
footer .all_btn {
  display: inline-block;
  width: 80%;
  margin: 130px auto 90px;
  border: 1px solid;
  font-size: 18px;
  width: 80%;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  footer .all_btn {
    width: 400px;
    padding: 12px 0;
    margin: 160px auto 120px;
  }
}
footer .sta_cre {
  font-size: 13px;
  margin-bottom: 110px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  footer .sta_cre {
    font-size: 14px;
  }
}
footer .logo {
  width: 90px;
  margin: 0 auto 30px;
}
footer .copy {
  padding-bottom: 20px;
  font-size: 9px;
}/*# sourceMappingURL=style.css.map */