/* index */
/* var */
body {
  background: #E9D8D0;
}

.main__container__background {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: multiply;
}
.main__container__background::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/index/home_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .main__container__background::before {
    background-image: url(../images/index/home_background_sp.png);
  }
}

.copy {
  padding: 190px 0;
}
@media screen and (max-width: 736px) {
  .copy {
    padding: 7.69vw 0;
  }
}
.copy p {
  font-size: 1.25rem;
  line-height: 3em;
  color: #B45468;
}
@media screen and (max-width: 736px) {
  .copy p {
    font-size: 0.75rem;
    line-height: 2em;
  }
}

.collection__title {
  font-size: 3.125rem;
  font-family: "Jost";
  font-weight: 500;
  color: #B45468;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 736px) {
  .collection__title {
    display: none;
  }
}
.collection__container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 0 260px 0;
}
@media screen and (max-width: 736px) {
  .collection__container {
    padding: 0 10.25% 0 10.25%;
  }
}
.collection__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2%;
}
@media screen and (max-width: 736px) {
  .collection__menu {
    gap: 0 3%;
  }
}
.collection__menu-item {
  position: relative;
  width: 100%;
  margin: 0 0 2%;
}
@media screen and (max-width: 736px) {
  .collection__menu-item {
    margin: 0 0 3%;
  }
}
.collection__menu-item::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  opacity: 0.5;
  background: linear-gradient(transparent, rgba(121, 121, 121, 0.8) 80%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 736px) {
  .collection__menu-item::after {
    background: linear-gradient(transparent, rgba(121, 121, 121, 0.6) 80%);
    height: 50%;
    opacity: 1;
  }
}
.collection__menu-item__text {
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  font-size: 1.5625rem;
  font-family: "Jost";
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 10;
  transition: 0.5s;
}
@media screen and (max-width: 736px) {
  .collection__menu-item__text {
    font-size: 0.8125rem;
    padding: 0 10px;
    font-weight: 500;
    bottom: 6px;
    left: 10px;
    text-align: center;
  }
}
.collection__menu-item.bnr_campaign::after {
  display: none;
}
@media screen and (max-width: 736px) {
  .collection__menu-item.bnr_campaign {
    padding: 7vw 0 24vw 0;
  }
}
@media screen and (max-width: 736px) {
  .collection__menu-item:first-child::after {
    display: none;
  }
}
.collection__menu-item.col2 {
  width: 49%;
}
@media screen and (max-width: 736px) {
  .collection__menu-item.col2 {
    width: 48.5%;
  }
}
.collection__menu .collection__menu-item:nth-child(2) .collection__link:hover .collection__menu-item__text {
  color: #E1F4E9;
}
.collection__menu .collection__menu-item:nth-child(3) .collection__link:hover .collection__menu-item__text {
  color: #FFC3C3;
}
.collection__menu .collection__menu-item:nth-child(4) .collection__link:hover .collection__menu-item__text {
  color: #DE3081;
}
.collection__menu .collection__menu-item:nth-child(5) .collection__link:hover .collection__menu-item__text {
  color: #FBFFCC;
}/*# sourceMappingURL=index.css.map */