/* 下層レイアウト共通 */

.main-container--sub {
  width: 100%;
  position: relative;
  font-weight: bold;
}
.sub-title-block__title {
  align-self: center;
  margin-top: 10px;
}

h3 {
  background-color: #000000;
  color: #ffffff;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 7.5px;
  margin: 20px 0 10px 0;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
}

.section-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.contents__button-link {
  display: inline-block;
}

.contents__button-image {
  width: 300px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
}

.contents__button-image::before {
  content: "ボタン画像";
}

.page__title {
  text-align: center;
}

.page__title-image {
  width: 100%;
  height: 120px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/* ヘッダーセクション */

.contents__page-upopoy__header {
  margin: 0;
  padding: 0;
}

.contents__page-upopoy__header-area {
  margin: 0;
  padding: 0;
}

.contents__page-upopoy__header-area__image {
  display: block;
  margin: 0;
  width: 100%;
}

.contents__page-upopoy__title {
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px 0;
}

.contents__page-upopoy__title img {
  display: inline-block;
  height: auto;
  width: 218px;
}
@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  .contents__page-upopoy__title img {
    width: 15.1388888889vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  .contents__page-upopoy__title img {
    width: 15.1388888889vw;
  }
  body.sub-page .site-wrapper #main-container .sub-title-block__title {
    margin-top: 0.9722222222vw;
    /* width: 9.3055555556vw; */
    width: 70%;
  }
}

button {
  border: none;
}
body.sub-page .site-wrapper #main-container {
  padding-bottom: 0px;
}

/* @media screen and (min-width: 1440px) {
  body.sub-page .site-wrapper #main-container {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  body.sub-page .site-wrapper #main-container {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 1023.9px) {
  body.sub-page .site-wrapper #main-container {
    padding-bottom: 20.253164557vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023.9px) {
  body.sub-page .site-wrapper #main-container {
    padding-bottom: 80px;
  }
} */
body.sub-page .site-wrapper #main-container .sub-title-block {
  background: #000;
}
@media screen and (min-width: 1440px) {
  body.sub-page .site-wrapper #main-container .sub-title-block {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  body.sub-page .site-wrapper #main-container .sub-title-block {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 1023.9px) {
  body.sub-page .site-wrapper #main-container .sub-title-block {
    padding-left: 4.5569620253vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023.9px) {
  body.sub-page .site-wrapper #main-container .sub-title-block {
    padding-left: 18px;
  }
}
.hero__container img {
  display: block;
  margin-inline: auto;
  width: 80%;
  max-width: none;
  margin-top: 10px;
}

.common-info__note {
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
/* エリア情報 */

.poster-locations__item {
  display: flex;
}

/* ボタン */
.slide-button--right {
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.slide-button--right:hover {
  transform: translateX(-1%);
}
.top-button {
  margin-top: 10px;
  max-width: 300px;
  width: 80%;
  margin-inline: auto;
}
.mt-50 {
  margin-top: 50px;
}
.top-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
