@charset "UTF-8";
/* ===========================
共通
=========================== */
body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ul, li,
tbody, tfoot, thead, tr, th, td, article, aside,
figure, figcaption, nav, section {
  margin: 0;
  padding: 0;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.fs-l-main {
  padding: 0;
  max-width: 100%;
}

.fs-l-pageMain{
  max-width: 100%;
}

.fc-wrapper {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media (min-width: 980px) {
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .forPC {
    display: none !important;
  }
  .fs-l-main {
    margin: 0;
  }
}
/* ===========================
ヘッダーsv23用
=========================== */
.header-sv23 {
  display: none;
}

@media screen and (max-width: 979px) {
  .header-sv23 {
    display: block;
    width: 100%;
    position: sticky;
    top: 60px;
    z-index: 10;
  }
  .header-sv23 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-sv23 li {
    width: 50%;
    background: #2C2828;
    text-align: center;
  }
  .header-sv23 li:first-child {
    border-right: 1px solid #969494;
  }
  .header-sv23 a {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
  }
}
/* ===========================
ラインナップ
=========================== */
.lineup {
  max-width: 1030px;
  width: 100%;
  margin: 110px auto;
  padding: 0 30px;
}
.lineup h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 47px;
}
.lineup_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup_list li {
  width: 220px;
  margin: auto 5px 20px;
}

@media screen and (max-width: 979px) {
  .lineup {
    max-width: 540px;
    margin: 95px auto 110px;
    padding: 0 15px;
  }
  .lineup h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .lineup_list li {
    width: 49%;
    margin: auto 0 15px;
  }
}