.main__section {
  position: relative;
  width: 100%;
  min-height: 15.5rem;
  background: url(../images/banner/banner_winebowis.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 1rem;
  grid-gap: 1rem;
  text-align: center;
}
.section__title h2 {
  font-size: 1.95rem;
  letter-spacing: 0;
  color: var(--base-white);
  font-family: "newyork";
  font-weight: 100;
  line-height: 1;
}
.section__title span {
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  color: var(--base-white);
  font-weight: var(--regular);
  font-family: "Pretendard Variable" , "newyork", sans-serif;
}
.container .section {
  padding: 10% 0 0;
}
.sub__section__ {
  margin-bottom: 9.5%;
}
.sub__section__ h6 {
  font-size: 1.8rem;
  color: #888;
  font-family: "Cormorant";
  font-weight: var(--bold);
  padding-bottom: 3%;
}
.sub__section__ span {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #888;
  font-weight: var(--regular);
  font-family: "Pretendard Variable" , "newyork", sans-serif;
  word-break: keep-all;
}
.sub__section__ span b {
  color: #a2895b;
  font-weight: var(--semibold);
}
.section__sub__banner {
  max-width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(811 / 1200 * 100%);
}
.section__sub__banner.is {
  background-image: url(../images/banner/banner_section_is.png);
}
.section__sub__banner.sp {
  background-image: url(../images/banner/banner_section_sp.png);
}
.container .section.last {
  padding: 10% 7% 0;
}
.section.last .sub__section__ h6 {
  padding-bottom: 0.55rem;
}
.section.last .sub__section__ p {
  font-size: 0.8rem;
  color: #888;
  font-family: "Pretendard Variable" , "newyork", sans-serif;
  font-weight: var(--medium);
}
.section.last .notice {
  margin-top: 4%;
}
.section.last .notice strong {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #a2895b;
  font-weight: var(--bold);
}
.section.last .notice span {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #888;
  font-weight: var(--regular);
}

@media screen and (max-width: 1201px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section__title {
    gap: 0.5rem;
    grid-gap: 0.5rem;
  }
  .section__title h2 {
    font-size: 1.7rem;
  }
  .section__title span {
    font-size: 0.7rem;
  }
  .sub__section__ h6 {
    font-size: 1.5rem;
  }
  .sub__section__ span {
    font-size: 0.7rem;
  }
  .section.last .sub__section__ p {
    font-size: 0.7rem;
  }
  .section.last .notice span {
    font-size: 0.65rem;
    line-height: 1.3rem;
  }
  .section.last .notice .mobile {
    display: none;
  }
}
