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

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 10px;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 12px;
  }
}

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

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

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

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

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

.fade_slide {
  opacity: 0;
  transition: opacity 1s;
}
.fade_slide.on {
  opacity: 1;
}

#fv {
  position: relative;
}

/* stickyをまとめるラッパー */
.sticky-wrapper {
  position: relative;
  height: 273vw;
  margin-top: -100vw;
}
@media screen and (min-width: 769px) {
  .sticky-wrapper {
    height: 200vw;
    margin-top: -103vw;
  }
}

/* h1を中央付近にsticky固定 */
.fv-title {
  position: sticky;
  top: 50vw;
  margin: 0 auto 61vw;
  width: 80vw;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .fv-title {
    width: 74vw;
    top: 20vw;
    margin: 0 auto 28vw;
  }
}

.fv-title02 {
  position: sticky;
  top: 97vw;
  margin: -35vw auto 48vw;
  width: 37.8666666667vw;
  text-align: center;
  z-index: 10;
}

/* titleはh1より下にsticky固定 */
.title {
  position: sticky;
  top: 115vw;
  margin: -34vw auto 0;
  width: 71vw;
  text-align: left;
  z-index: 9;
  font-size: 2.9333333333vw;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .title {
    font-size: 1.0416666667vw;
    top: 38vw;
    margin: 88vw auto 16vw;
    display: flex;
    justify-content: center;
  }
}
.title p {
  transition: color 0.5s ease;
}

.title.white p {
  color: #fff;
}

/* itemは通常の流れ */
.item {
  margin-top: -120vw; /* sticky-wrapperの下に配置 */
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .item {
    width: 60%;
    margin-top: -78vw;
  }
}

.item_box {
  margin: 74px auto;
}
@media screen and (min-width: 769px) {
  .item_box {
    margin: 130px auto;
  }
}

.item_box02 {
  margin: 110px auto;
}

.w_90 {
  width: 90%;
  margin: 20px auto 0;
}

.w_80 {
  width: 80%;
  margin: 20px auto 0;
}

.w_70 {
  width: 70%;
  margin: 20px auto 0;
}

.credit {
  text-align: right;
  margin-top: 5px;
}
.credit .line {
  text-decoration: underline;
  margin-left: 5px;
}

.mr_3 {
  margin-right: 3%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex div {
  width: 50%;
}

.m_r_10 {
  margin-right: 10px;
}

.flex02 {
  display: flex;
  flex-direction: column;
  width: 35%;
  gap: 10px;
}

.flex03 {
  display: flex;
  width: 90%;
  gap: 13px;
  align-items: center;
}

.flex04 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
}

.flex_right {
  width: 65%;
}

.w_50 {
  width: calc(50% - 5px);
}

.slide li img {
  margin: 0 8px;
}

.slide li a span {
  bottom: 8px;
  right: 16px;
  width: 19px;
}

.all_sec ul li figure {
  overflow: hidden;
  width: 100%;
  transform: scale(1.004);
}

@supports (-ms-ime-align: auto) {
  .all_sec ul li figure {
    width: 101%;
    transform: none;
  }
}
.all_sec ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.all_sec ul li a:hover:after {
  opacity: 0.3;
}

.plus {
  position: absolute;
  bottom: 8px;
  right: 15px;
  width: 19px;
  height: 19px;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .plus {
    bottom: 23px;
    right: 23px;
    width: 27px;
  }
}

.all_sec ul li a span img {
  width: 100%;
}

#all {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #all {
    font-size: 28px;
  }
}

.all_sec {
  margin: 150px auto 100px;
}
@media screen and (min-width: 769px) {
  .all_sec {
    margin: 240px auto 150px;
  }
}

footer {
  text-align: center;
}
footer ul {
  line-height: 1.8;
}
footer .all_btn {
  border: 1px solid;
  padding: 6px 70px;
  margin: 70px auto 110px;
  display: inline-block;
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  footer .all_btn {
    padding: 8px 110px;
    margin: 140px auto 110px;
    font-size: 19px;
  }
}
footer .b_logo {
  width: 130px;
  display: block;
  margin: 0 auto 20px;
}
footer .copy {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .pc_box {
    width: 60%;
    margin: 0 auto;
  }
}

.modal {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  position: relative;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .modal-content {
    width: 450px;
  }
}
.modal-content .credit {
  position: relative;
  right: 0;
}
.modal-content .credit li {
  display: block;
}

.modal-content img {
  max-width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: 10vw;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .close {
    top: 60px;
    right: 60px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(45deg);
  }
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

.fade-enter-to, .fade-leave-from {
  opacity: 1;
}

.com {
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */