@charset "UTF-8";
.hamburger span {
  background: var(--primary-color);
}

.content-l::after {
  display: none;
}

.content {
  padding-top: 2em;
}

.fig-about {
  position: relative;
  z-index: 0;
  width: 70%;
  margin: -3em auto 2em;
}

.team_member {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2em 5%;
}
.member-box {
  width: 40%;
}
.img-member {
  margin-bottom: 0.5em;
}

.lineupitem-box {
  padding: 3em 10%;
  border-top: 1px solid var(--primary-color);
}
.lineupitem-box:last-child {
  border-bottom: 1px solid var(--primary-color);
}
.item-thumb {
  margin-bottom: 0.5em;
}
.item-tag {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.item-tag span {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  font-size: 1em;
  line-height: 1em;
  padding: 0.3em 1em;
  font-weight: 500;
}
.item-detail {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid var(--primary-color);
}

/* モーダル */
.modal-close {
  font-size: 0.9em;
  font-weight: 100;
  color: var(--sub-color);
}
.modal-content {
  background: var(--sub-color);
  text-align: left;
}

.to-policy {
  padding: 1.5em 0;
}

.buy-section {
  margin-bottom: 3em;
}
.buy_list {
  padding-top: 2em;
  margin-bottom: 3em;
}

.buy_list_item_info {
  display: flex;
  justify-content: space-between;
  font-size: 1.3em;
  line-height: 1.2em;
  border-bottom: 1px solid var(--primary-color);
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  gap: 2em;
}
.buy_list_item_price span {
  font-size: 0.8em;
}
.buy_list_item_notice {
  font-weight: 400;
}
.please {
  margin-bottom: 3em;
}
.please p {
  margin-bottom: 1.5em;
}
.please .clr_red {
  color: var(--secondary-color);
}
.please p span {
  font-weight: 400;
}



@media (min-width: 480px) {
}

@media (min-width: 768px) {
  .content {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
}

@media (min-width: 1200px) {
  .item-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .item-info .btn {
    margin: 0;
  }
}
