.page-bo-suu-tap-hero {
  padding: 64px 0; }

.page-bo-suu-tap-main .heading-pageDetail {
  background-color: #F9F9F9; }

.page-bo-suu-tap-hero-inner {
  margin: 0 auto;
  text-align: center; }

.page-bo-suu-tap-image-wrap {
  margin-bottom: 26px;
  position: relative; }
  .page-bo-suu-tap-image-wrap .page-bo-suu-tap-imag-description {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 16px; }
    .page-bo-suu-tap-image-wrap .page-bo-suu-tap-imag-description h3 {
      color: #fff;
      margin-bottom: 16px; }

.page-bo-suu-tap-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

.page-bo-suu-tap-note-text {
  max-width: 720px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.65; }

.page-bo-suu-tap-description {
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.75; }

.page-bo-suu-tap-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px; }

.page-bo-suu-tap-button:hover,
.page-bo-suu-tap-button:focus {
  background: #00385c;
  border-color: #00385c;
  color: #ffffff;
  text-decoration: none; }

.page-bo-suu-tap-gallery {
  padding: 20px 0 54px; }

.page-bo-suu-tap-gallery-inner {
  margin: 0 auto; }

.page-bo-suu-tap-gallery-title {
  text-align: center; }

.page-bo-suu-tap-gallery-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 20px; }

.page-bo-suu-tap-gallery-row:last-child {
  margin-bottom: 0; }

.page-bo-suu-tap-gallery-col {
  padding-left: 10px;
  padding-right: 10px; }

.page-bo-suu-tap-gallery-card {
  overflow: hidden;
  background: #f4f0eb; }

.page-bo-suu-tap-gallery-image {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s ease; }

.page-bo-suu-tap-gallery-card.is-large .page-bo-suu-tap-gallery-image {
  aspect-ratio: 3 / 2; }

.page-bo-suu-tap-gallery-card.is-small .page-bo-suu-tap-gallery-image {
  aspect-ratio: 1 / 1; }

.page-bo-suu-tap-gallery-card:hover .page-bo-suu-tap-gallery-image,
.page-bo-suu-tap-gallery-card:focus-within .page-bo-suu-tap-gallery-image {
  transform: scale(1.06); }

@media (min-width: 768px) {
  .page-bo-suu-tap-gallery-card.is-large .page-bo-suu-tap-gallery-image,
  .page-bo-suu-tap-gallery-card.is-small .page-bo-suu-tap-gallery-image {
    aspect-ratio: auto;
    height: clamp(150px, 22vw, 290px); } }

.page-bo-suu-tap-video {
  padding: 8px 0 96px; }

.page-bo-suu-tap-video-inner {
  margin: 0 auto; }

.page-bo-suu-tap-video-title {
  margin: 0 0 36px;
  text-align: center; }

.page-bo-suu-tap-video-description {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center; }

.page-bo-suu-tap-video-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 36px; }

.page-bo-suu-tap-video-media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover; }

.page-bo-suu-tap-video-image-row {
  margin-left: -10px;
  margin-right: -10px; }

.page-bo-suu-tap-video-image-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 16px; }

.page-bo-suu-tap-video-image-card {
  overflow: hidden;
  background: #f1f1ef; }

.page-bo-suu-tap-video-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover; }

@media (max-width: 991px) {
  .page-bo-suu-tap-hero {
    padding: 56px 0; }
  .page-bo-suu-tap-title {
    margin-bottom: 30px;
    font-size: 42px; }
  .page-bo-suu-tap-gallery {
    padding: 12px 0 54px; }
  .page-bo-suu-tap-gallery-title {
    font-size: 40px; }
  .page-bo-suu-tap-video {
    padding: 0 0 76px; }
  .page-bo-suu-tap-video-title {
    margin-bottom: 28px;
    font-size: 40px; }
  .page-bo-suu-tap-video-description {
    margin-bottom: 24px; } }

@media (max-width: 767px) {
  .page-bo-suu-tap-hero {
    padding: 42px 0 56px; }
  .page-bo-suu-tap-title {
    margin-bottom: 22px;
    font-size: 30px; }
  .page-bo-suu-tap-image-wrap {
    margin-bottom: 20px; }
  .page-bo-suu-tap-note-text {
    margin-bottom: 16px; }
  .page-bo-suu-tap-note-text {
    font-size: 13px;
    line-height: 1.6; }
  .page-bo-suu-tap-description {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.7; }
  .page-bo-suu-tap-button {
    min-width: 144px;
    min-height: 40px;
    font-size: 14px; }
  .page-bo-suu-tap-gallery {
    padding: 0 0 54px; }
  .page-bo-suu-tap-gallery-title {
    margin-bottom: 18px;
    font-size: 28px; }
  .page-bo-suu-tap-gallery-row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 12px; }
  .page-bo-suu-tap-gallery-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px; }
  .page-bo-suu-tap-gallery-col-large {
    order: -1; }
  .page-bo-suu-tap-video {
    padding: 0 0 56px; }
  .page-bo-suu-tap-video-title {
    margin-bottom: 18px;
    font-size: 28px; }
  .page-bo-suu-tap-video-description {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.65; }
  .page-bo-suu-tap-video-frame {
    margin-bottom: 8px; }
  .page-bo-suu-tap-video-image-row {
    margin-left: -8px;
    margin-right: -8px; }
  .page-bo-suu-tap-video-image-col {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px; } }
