
.membership {
  padding: 20px 15px 18px;
  margin: 0;
  background-color: var(--blue-light);
  background-size: cover;
}

.membership .-container {
  display: grid;
  row-gap: 8px;
}

.-banner {
  width: 100%;
  height: auto;
}

.-button .-banner {
  padding-inline: 16px;
}

.-button .-image {
  width: 100%;
  height: auto;
}

.-lead {
  margin-block: 9px;
  font-size: 21px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
}

.-description {
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
  text-align: center;
}

.-border {
  width: 100%;
  padding-inline: 16px;
  margin-block: 28px 17px;
}

.-note {
  font-size: 12px;
  line-height: 20px;
}

/* ========
ドラマ関連
=========*/

.drama {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 5px solid var(--green);
}

.drama .-title {
  position: relative;
  margin-bottom: 24px;
}

.drama .-title .-image {
  width: 100%;
  height: fit-content;
}

.drama .-title .-period {
  position: absolute;
  bottom: 6%;
  left: 50%;
  display: inline-block;
  width: 60%;
  height: auto;
  color: #fff;
  transform: translate(-50%, -50%);
}

.drama .-button {
  padding-inline: 24px;
}

/* ========
壁紙
=========*/
.wallpaper {
  padding-inline: 24px;
}

.wallpaper .-note {
  margin-block: 20px 25px;
}

.wallpaper, .cd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wallpaper .-border {
  margin-block: 28px 17px;
}


.wallpaper .-button {
  padding: 0;
}

.-about {
  display: grid;
  row-gap: 21px;
  margin-block: 21px;
  text-align: center;
}

.-period .-lead {
  position: relative;
  display: inline-block;
  margin-block: 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  text-align: center;
}

.-period .-lead::before {
  position: absolute;
  left: 50%;
  z-index: -10;
  width: 102px;
  height: 28px;
  content: "";
  background-image: url("/view/event/bluelock/img/bg-green.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -10%);
}

.-period .-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

.-period .-description {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

.-samples {
  display: grid;
  align-items: center;
  justify-content: center;
}

.-samples.-second {
  margin-block: 29px 48px;
}

.-samples .-lead {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;  color: var(--green);
  text-align: center
}

.-samples .-images {
  display: flex;
  gap: 13px;
  padding-left: 0;
  margin-block: 8px 0;
}
.-samples .-item {
  list-style: none;
}
.-item .-image {
  width: 100%;
  height: auto;
}

/* =======
CD関連
=======*/
.cd .-border {
  margin-block: 0px 17px;
}

.cd .-header {
  width: 100%;
  height: auto;
  padding-inline: 16px;
}

.cd .-container {
  display: grid;
  justify-content: center;
  width: 100%;
  padding-inline: 16px;
}

.-lead-image {
  width: 100%;
  max-width: 290px;
  height: auto;
}

.-content {
  position: relative;
  max-width: 330px;
  margin-inline: 32px;
  margin-top: 28px;
  border: 3px solid var(--green);
  border-radius: 10px;

}

.-content .-wrapper {
  display: grid;
  row-gap: 21px;
  padding-block: 25px 9px;
  padding-inline: 23px 19px;
}

.-content .-description-container {
  display: grid;
  row-gap: 10px;
}

.-content .-image-container {
  display: grid;
  row-gap: 11px;
}

.-content .-lead {
  position: absolute;
  top: -3%;
  left: 50%;
  display: inline-block;
  padding-inline: 14px;
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
  color: var(--green);
  text-align: center;
  background: #fff;
  transform: translate(-50%, -50%);
}

.-content .-description {
  padding:10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  background: #E9F7E7;
  border-radius: 8px;
}

.-content .-image {
  width: 100%;
  max-width: 254px;
  height: auto;
}

.-content .-caption {
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  color: #102443;
  text-align: right;
}

.-exchange {
  margin-block: 20px 32px;
}

.-exchange .-container {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  column-gap: 20px;
  align-items: center;
  padding-block: 17px 16px;
  padding-inline: 0px;
  border-top: 1px solid #4B4B4B;
}

.-exchange .-container.-place {
  padding-block: 15px 13px;
}

.-exchange .-container:last-child {
  border-bottom: 1px solid #4B4B4B;
}

.-exchange .-lead {
  margin: 0;
  font-size: 15px;
  text-align: left;
}

.-exchange .-description, .-link{
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}

.-exchange .-link {
  text-decoration: underline;
}

.cd .-note {
  padding-inline: 24px;
  margin-block: 20px 0px;
}


/* =======
スタンプ
======= */
.-stamp {
  padding-bottom: 19px;
  margin-block: 31px 55px;
  border-bottom: 5px solid var(--yellow);
}

.-stamp .-w-full.-image {
  margin-bottom: 20px;
}

/* =======
その他
======= */
.others {
  padding-inline: 17px 14px;
}

.others .-button {
  padding-inline: 14px;
}

.others .-note {
  max-width: 100%;
  margin-inline: 0;
  margin-top: 13px;
  font-size: 12px;
}

.others .-list {
   padding-left: 20px;
   margin-block: 0 20px;
}