.lineup-hdr {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b865b;
  color: #fff;
}

.lineup-ttl {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .lineup-hdr {
    height: 200px;
    gap: 0 50px;
  }
  .lineup-ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .lineup-hdr {
    align-items: center;
    justify-content: space-between;
    padding: 8vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .lineup-ttl {
    font-size: 4.8vw;
  }
  .lineup-ttl-img {
    width: 49.2vw;
  }
}
.lineup-closing {
  text-align: center;
  background: #fefefe url("../img/lineup/closing_bg.png");
  padding: 35px 0 40px 0;
}

.lineup-closing-ttl {
  position: relative;
  font-size: 24px;
  color: #2b865b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 20px;
}

.lineup-closing-ttl::before, .lineup-closing-ttl::after {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 5px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.lineup-closing-ttl::before {
  background-image: url("../img/lineup/ttl_left.svg");
  left: -30px;
}

.lineup-closing-ttl::after {
  background-image: url("../img/lineup/ttl_right.svg");
  right: -30px;
}

@media screen and (max-width: 767px) {
  .lineup-closing {
    padding: 8vw 5.3333333333vw;
  }
  .lineup-closing-ttl {
    font-size: 4vw;
    margin-bottom: 3.3333333333vw;
  }
  .lineup-closing-ttl::before, .lineup-closing-ttl::after {
    width: 3.7333333333vw;
    height: 4.2666666667vw;
  }
  .lineup-closing-ttl::before {
    left: -5.3333333333vw;
  }
  .lineup-closing-ttl::after {
    right: -5.3333333333vw;
  }
}
.lineup-closing__container {
  max-width: 980px;
  padding-top: 40px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-color: #2b865b;
}
@media screen and (max-width: 767px) {
  .lineup-closing__container {
    max-width: 100%;
    padding: 5.3333333333vw 4.8vw 6.6666666667vw;
  }
}
.lineup-closing__container h3 {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .lineup-closing__container h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.lineup-closing__container div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .lineup-closing__container div {
    flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-closing__container div a {
    max-width: 39.2vw;
  }
}

.lineup-btn {
  position: relative;
  display: inline-block;
  background: #2b865b;
  color: #fff;
  font-size: 18px;
  width: 400px;
  border-radius: 6px;
  text-align: center;
  padding: 23px 20px 21px 20px;
  font-weight: bold;
  box-shadow: 0 4px 0 #036635;
}

.lineup-btn-a {
  position: relative;
  display: inline-block;
  background: #2b865b;
  color: #fff;
  font-size: 18px;
  width: 290px;
  border-radius: 6px;
  text-align: center;
  padding: 12px 10px 10px 10px;
  font-weight: bold;
  box-shadow: 0 4px 0 #036635;
}

@media screen and (min-width: 1024px) {
  .lineup-btn-a:hover,
  .lineup-btn:hover {
    filter: brightness(120%);
    transition: filter 0.2s ease-out;
  }
  .lineup-btn-a:hover .lineup-icon-arrow,
  .lineup-btn:hover .lineup-icon-arrow {
    transition: transform 0.2s ease-out;
    transform: translate(2px, -50%);
  }
}
.lineup-btn-label {
  display: inline-block;
}

.lineup-icon-cart {
  display: inline-block;
  background: url("../img/lineup/cart.png") 0 0/contain no-repeat;
  width: 28px;
  height: 23px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.lineup-icon-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  background: url("../img/lineup/arrow.png") 0 0/contain no-repeat;
  width: 9px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .lineup-btn {
    width: 100%;
    padding: 4vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .lineup-btn-a {
    padding: 4vw 5.3333333333vw;
    font-size: 4vw;
    width: 100%;
  }
  .lineup-icon-cart {
    width: 5.6vw;
    height: 4.5333333333vw;
  }
  .lineup-icon-arrow {
    width: 2vw;
    height: 3.2vw;
  }
}
.lineup-lead {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 35px;
  width: 100%;
}

.lineup-lead b {
  position: relative;
  display: inline-block;
  color: #00693e;
  font-size: 20px;
}

.lineup-lead span {
  display: block;
}

.lineup-lead b::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0px;
  border-top: 1px solid #00693e;
  border-bottom: 1px solid #00693e;
}

@media screen and (max-width: 767px) {
  .lineup-lead {
    font-size: 5.6vw;
  }
  .lineup-lead b {
    font-size: 5.0666666667vw;
  }
  .lineup-lead b::after {
    bottom: -2px;
  }
  .lineup-lead span {
    margin-top: 0.2em;
  }
}
.lineup-item.is-naifuku .lineup-item-list {
  align-items: flex-end;
}

.lineup-item.is-naifuku,
.lineup-item.is-tenbi {
  background: #e5f0eb;
}

.lineup-item.is-hanaugai {
  background: #e9f0f7;
}

.lineup-item.is-tenbi,
.lineup-item.is-hanaugai {
  text-align: center;
}

.lineup-item.is-tenbi .lineup-item-name,
.lineup-item.is-hanaugai .lineup-item-name {
  margin-top: 5px;
}

.lineup-item.is-tenbi .lineup-item-lead,
.lineup-item.is-tenbi .lineup-btn-a {
  background: #00693e;
}

.lineup-item.is-hanaugai .lineup-item-lead,
.lineup-item.is-hanaugai .lineup-btn-a {
  background: #0452b8;
}

.lineup-item.is-hanaugai .lineup-btn-a {
  box-shadow: 0 4px 0 #033e8e;
}

.lineup-item.is-hanaugai .lineup-item-lead {
  margin-bottom: 4px;
}

.lineup-item-list {
  display: flex;
  justify-content: center;
  text-align: center;
}

.lineup-item-list p {
  line-height: 1.4;
}

.lineup-item-hdr {
  text-align: center;
}

.lineup-item-lead {
  background: #048748;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-radius: 200em;
  letter-spacing: -1px;
}

.lineup-item-ttl {
  margin: 18px 0 25px 0;
}

.lineup-item-name {
  font-weight: bold;
}

.lineup-item-type span {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #000;
  font-weight: bold;
  padding: 0.1em 10px 0.2em 10px;
}

.lineup-item-num {
  font-size: 10px;
  margin-top: 0.5em;
}

.lineup-item-pkg {
  height: 186px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .lineup-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    gap: 50px 0;
  }
  .lineup-item.is-tenbi .lineup-item-type {
    margin-bottom: 15px;
  }
  .lineup-item.is-hanaugai .lineup-item-num {
    margin-top: 6px;
    margin-bottom: 26px;
  }
  .lineup-item.is-naifuku {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
    padding: 14px 20px 22px 20px;
  }
  .lineup-item.is-naifuku .lineup-item-ttl {
    margin-bottom: 30px;
  }
  .lineup-item.is-hanaugai .lineup-item-ttl {
    margin-bottom: 14px;
  }
  .lineup-item.is-naifuku img {
    margin-bottom: -5px;
  }
  .lineup-item.is-naifuku .is-1 img {
    margin-left: 22px;
  }
  .lineup-item.is-naifuku .is-2 {
    margin-left: -10px;
  }
  .lineup-item.is-naifuku .is-2 img {
    margin-left: 16px;
  }
  .lineup-item.is-tenbi,
  .lineup-item.is-hanaugai {
    padding: 40px 35px;
    text-align: center;
  }
  .lineup-item.is-tenbi {
    width: 510px;
  }
  .lineup-item.is-hanaugai .lineup-item-list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .lineup-items {
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .lineup-item {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .lineup-item + .lineup-item {
    margin-top: 6.6666666667vw;
  }
  .lineup-item-list {
    margin-bottom: 5.3333333333vw;
    gap: 0 1.3333333333vw;
  }
  .lineup-item-list.is-hanaugai {
    gap: 0 2.6666666667vw;
  }
  .lineup-item-lead {
    padding: 0.6em 1.2em;
    font-size: 3.4666666667vw;
  }
  .lineup-item-ttl {
    margin: 2.6666666667vw 0 2.1333333333vw 0;
  }
  .lineup-item-name,
  .lineup-item-size {
    font-size: 3.4666666667vw;
  }
  .lineup-item-type span {
    font-size: 2.1333333333vw;
    padding: 0.1em 0.5em 0.2em 0.5em;
  }
  .lineup-item-num {
    font-size: 1.8666666667vw;
    margin-top: 1em;
  }
  .lineup-item.is-naifuku .lineup-item-ttl img {
    width: 60.8vw;
  }
  .lineup-item.is-naifuku .is-1 img {
    width: 33.2vw;
    margin-left: 5.3333333333vw;
  }
  .lineup-item.is-naifuku .is-2 img {
    width: 41.3333333333vw;
    margin-left: 2.9333333333vw;
  }
  .lineup-item.is-tenbi .lineup-item-ttl {
    margin-bottom: 2.9333333333vw;
  }
  .lineup-item.is-tenbi .lineup-item-ttl img {
    width: 76vw;
  }
  .lineup-item.is-tenbi .is-1 img {
    width: 37.8666666667vw;
  }
  .lineup-item.is-hanaugai .lineup-item-ttl img {
    width: 72vw;
    margin-bottom: 2.9333333333vw;
  }
  .lineup-item-pkg {
    height: 53.3333333333vw;
  }
  .lineup-item.is-hanaugai .is-1 img {
    width: 36vw;
  }
  .lineup-item.is-hanaugai .is-2 img {
    width: 32vw;
    margin-top: -2vw;
  }
}