@charset "UTF-8";
body {
  font-size: 1.4rem;
  line-height: 1.714;
}

.main {
  width: 100%;
  overflow: hidden;
}

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

.cmn-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}
.cmn-inner.is-wide {
  max-width: 1350px;
}

.cmn-ttl01 {
  font-size: clamp(3rem, 3.82165vw, 6rem);
  font-weight: 400;
}

.contents {
  background: url("/assets/img/atelier/floor/img_bg01.jpg") repeat-y center center/100% auto;
}

/*---------------
.mv
---------------*/
.mv {
  position: relative;
}
.mv__img {
  position: relative;
  z-index: -1;
}
.mv__lead {
  font-family: "Noto Sans JP", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
}
.mv__block01 {
  position: relative;
  padding-top: 15.1333333333vw;
  padding-bottom: 6.4666666667vw;
  margin-top: -28.2vw;
  background: url("/assets/img/atelier/floor/img_mv_bg.png") no-repeat center top/cover;
}
.mv__block01-deco {
  position: absolute;
  left: -60px;
  top: -139px;
  width: min(20vw, 305px);
}

/*---------------
.lineup
---------------*/
.lineup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.6%;
}
.lineup__list-item {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 10px;
  padding-bottom: 120px;
}
.lineup__list-item .item-img img {
  width: 100%;
}
.lineup__list-item .item-ttl {
  font-size: 1.8rem;
  line-height: 1.544;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.lineup__list-item .price__box {
  text-align: right;
}
.lineup__list-item .price {
  font-size: 1.2rem;
}
.lineup__list-item .price .is-large {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 4px;
  min-width: 3.3em;
}
.lineup__list-item .note {
  font-size: 1.2rem;
  margin-top: 5px;
}

/*---------------
.bottom
---------------*/
.floor .bottom {
  padding-top: 0 !important;
}
.floor-bottom .bottom__left, .floor-bottom .bottom__right {
  height: min(26vw, 400px);
}
.floor-bottom .bottom__left .bottom__cell::after {
  background: url("/assets/img/atelier/floor/limited_items/img_link_bg01.jpg") no-repeat center center/cover;
}
.floor-bottom .bottom__right .bottom__cell02::after {
  background: url("/assets/img/atelier/floor/limited_items/img_link_bg02.jpg") no-repeat center center/cover;
}
.floor-bottom .bottom__cell-txt {
  padding-top: 0;
  background: none;
  font-size: clamp(1.4rem, 2.1333vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .cmn-ttl01 {
    font-size: 8.2svw;
    line-height: 1.5;
  }
  .mv__lead {
    margin-top: 10px;
  }
  .lineup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  .lineup__list-item {
    padding-bottom: 60px;
  }
  .lineup__list-item .item-ttl {
    font-size: 1.6rem;
  }
  .lineup__list-item .price .is-large {
    font-size: 1.6rem;
  }
  .floor-bottom .bottom__table {
    height: 35vw;
  }
  .floor-bottom .bottom__left, .floor-bottom .bottom__right {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .mv__block01 {
    background: url("/assets/img/atelier/floor/img_mv_bg.png") no-repeat left 26% top/cover;
    padding-top: 17.3333333333vw;
    padding-bottom: 9.3333333333vw;
    margin-top: -24.2vw;
  }
  .mv__block01-deco {
    left: -7vw;
    top: -22vw;
    width: 34vw;
  }
  .lineup__list {
    grid-template-columns: repeat(1, 1fr);
  }
}