/* lineup */
/* var */
body {
  background: #F4F1EA;
}

.main__container__background {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-image: url(./../images/lineup/lineup_background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
}

.nav-contents {
  position: fixed;
  width: 22%;
  padding: 150px 0 0 100px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .nav-contents {
    padding: 150px 0 0 40px;
  }
}
@media screen and (max-width: 736px) {
  .nav-contents {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0 0 7.69%;
  }
}
.nav-contents__title {
  font-size: 3.75vw;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1em;
  color: #503535;
}
@media screen and (max-width: 736px) {
  .nav-contents__title {
    font-size: 9.7435vw;
  }
}
.nav-contents__text {
  font-size: 1.0416vw;
  padding: 2em 0;
  line-height: 2em;
  color: #503535;
}
@media screen and (max-width: 736px) {
  .nav-contents__text {
    font-size: 3.333vw;
  }
}
.nav-contents__menu {
  transition: linear 0.3s opacity;
}
.nav-contents__menu.hide {
  opacity: 0;
}
.nav-contents__menu-item {
  margin: 30px 0;
}
.nav-contents__menu-item a {
  display: block;
  width: 13em;
  padding: 1em 0;
  font-size: max(0.885vw, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #503535;
  background: #F4F1EA;
  border-radius: 3em;
  border: 1px solid #503535;
  text-align: center;
  transition: 0.3s;
}
.nav-contents__menu-item a:hover {
  color: #F4F1EA;
  background: #503535;
}

.contents__wrapper {
  padding: 0 5.2083% 0 26.5625%;
}
@media screen and (max-width: 736px) {
  .contents__wrapper {
    min-width: auto;
    padding: 0 7.69%;
  }
}

.lineup-list {
  padding: 180px 0 250px 0;
}
@media screen and (max-width: 736px) {
  .lineup-list {
    padding: 40px 0;
  }
}
.lineup-list.riko {
  padding: 180px 0 250px 0;
}
@media screen and (max-width: 736px) {
  .lineup-list.riko {
    padding: 40px 0;
  }
}
.lineup-list__title {
  font-size: 3.3854vw;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 736px) {
  .lineup-list__title {
    font-size: 5.3846vw;
  }
}
.lineup-list__container {
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 6em 4%;
}
@media screen and (max-width: 736px) {
  .lineup-list__container {
    margin: 20px 0 0 0;
    gap: 3em 6%;
  }
}
.lineup-list__item {
  width: 30.5%;
}
@media screen and (max-width: 736px) {
  .lineup-list__item {
    width: 47%;
    cursor: pointer;
  }
}
.lineup-list__item__detail {
  position: relative;
}
.lineup-list__item__detail .dli-plus {
  position: absolute;
  top: 0.9em;
  right: 0.6em;
  display: none;
  vertical-align: middle;
  line-height: 1;
  width: 0.8em;
  height: 0.1em;
  background: #503535;
  border-radius: 0.1em;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .lineup-list__item__detail .dli-plus {
    display: inline-block;
  }
}
.lineup-list__item__detail .dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 736px) {
  .lineup-list__item__detail.active .dli-plus {
    transform: rotate(45deg);
  }
}
.lineup-list__item__caption {
  margin: 1.5em 0 0 0;
  font-size: max(0.729vw, 0.625rem);
}
@media screen and (max-width: 736px) {
  .lineup-list__item__caption {
    margin: 0;
    display: block;
  }
}
.lineup-list__item__spec {
  color: #503535;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
}
@media screen and (max-width: 736px) {
  .lineup-list__item__spec {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1/1.5;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
  }
  .lineup-list__item__spec.active {
    display: flex;
  }
}
.lineup-list__item__spec__container {
  font-size: max(0.729vw, 0.625rem);
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 1280px) {
  .lineup-list__item__spec__container {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .lineup-list__item__spec__container {
    width: auto;
    text-align: center;
  }
}
.lineup-list__item__spec__name {
  margin: 0;
  min-width: 9em;
  padding: 0.05em 1em;
  display: inline-block;
  font-size: max(0.729vw, 0.625rem);
  text-align: center;
  border: #503535 1px solid;
}
@media screen and (max-width: 1280px) {
  .lineup-list__item__spec__name {
    display: block;
    width: 100%;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 736px) {
  .lineup-list__item__spec__name {
    display: inline-block;
    width: auto;
    font-size: 0.6875rem;
  }
}
.lineup-list__item__spec__price {
  padding: 0 0 0 1em;
  align-items: center;
  font-family: "Sawarabi Gothic";
  font-size: max(0.729vw, 0.625rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .lineup-list__item__spec__price {
    display: block;
    padding: 0.2em 0 0.3em 0;
    width: 100%;
    font-size: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .lineup-list__item__spec__price {
    padding: 1em 2em 1em 1em;
    font-size: 0.6875rem;
  }
}
.lineup-list__item__button {
  margin: 0.5em 0 0 0;
  width: 48%;
}
.lineup-list__item__button__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .lineup-list__item__button__container {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  .lineup-list__item__button {
    width: 100%;
  }
}
.lineup-list__item__button a {
  display: flex;
  padding: 0.7em 0;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: max(0.729vw, 0.625rem);
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  background: #503535;
  white-space: nowrap;
  transition: 0.3s;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.lineup-list__item__button a:hover {
  color: #503535;
  background: #fff;
  border-color: #503535;
}
@media screen and (max-width: 1280px) {
  .lineup-list__item__button a {
    font-size: 0.625rem;
    padding: 0.5em 0.5em;
  }
}
@media screen and (max-width: 736px) {
  .lineup-list__item__button a {
    padding: 0.5em 1em;
    font-size: 0.75rem;
    line-height: 15px;
  }
}
@media screen and (max-width: 736px) {
  .lineup-list__item__button:nth-child(2) a {
    color: #503535;
    background: transparent;
    border: 1px solid #503535;
  }
}

.page-top {
  position: fixed;
  left: 50px;
  bottom: 30px;
  width: 2.604vw;
  min-width: 36px;
  height: calc(2.604vw + 10px);
  min-height: 46px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .page-top {
    display: none;
  }
}
.page-top a {
  display: inline-block;
  width: 2.604vw;
  min-width: 36px;
  height: calc(2.604vw + 10px);
  min-height: 46px;
}
.page-top svg {
  display: inline-block;
  margin: 10px 0 0 0;
  min-width: 36px;
  min-height: 36px;
  width: 2.604vw;
  height: 2.604vw;
  transform: rotate(90deg);
  fill: #503535;
  transition: 0.3s ease-in-out all;
}
.page-top:hover svg {
  transform: translateY(-10px) rotate(90deg);
}

.attention {
  color: #503535;
  font-size: max(0.729vw, 0.625rem);
  padding: 0 0 250px 0;
}
@media screen and (max-width: 736px) {
  .attention {
    font-size: 0.75rem;
    padding: 100px 0 150px 0;
  }
}

.riko .lineup-list__title {
  color: #3F668C;
}

.smoky .lineup-list__title {
  color: #4A8291;
}

.feminine .lineup-list__title {
  color: #802A5B;
}

.colorful .lineup-list__title {
  color: #DE3081;
}

.modern .lineup-list__title {
  color: #3A4953;
}/*# sourceMappingURL=lineup.css.map */