#seaspectacle .img-shadow {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
}
#seaspectacle .section-mv {
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
}
#seaspectacle .section__inner {
    max-width: 1106px;
    height: auto;
}
#seaspectacle .section__inner img {
    max-width: 100%;
    height: auto;
}
#seaspectacle .flex-text {
    font-size: 25px;
    color: #DFD2C5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#seaspectacle .section-intro .section__inner {
    display: flex;
    justify-content: space-between;
    padding: 160px 0 126px;
}
#seaspectacle .flex-text span {
    padding-bottom: 80px;
    padding-top: 44px;
    display: block;
}
#seaspectacle .flex-text p {
    padding-bottom: 80px;
    line-height: 1.7;
}
#seaspectacle .flex-img .hacobune-gallery {
    width: 450px;
    height: auto;
    flex-shrink: 0;
}
#seaspectacle .hacobune-mix-list-item-figure {
    aspect-ratio: auto!important;
}
#seaspectacle .flex-img .hacobune-app-container-no-font.hacobune-app-container *[data-v-56a78f0f] {
    display: block;
    max-width: 100%!important;
}
#seaspectacle .flex-img .hacobune-gallery * {
    background: transparent!important;
}
#seaspectacle .hacobune-mix-list-item-title,
#seaspectacle .hacobune-mix-list-item-description{
    display: none;
}
#seaspectacle .group-product {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1106px;
    padding-bottom: 120px;
}
#seaspectacle .pickup {
    width: 48%;
}
#seaspectacle .pickup-ttl {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #DFD2C5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding-bottom: 40px;
    }
#seaspectacle .pickup-ttl::after {
  content: "";
  flex-grow: 1;        /* これが重要！「残りの幅を全部使う」という指示 */
  height: 1px;
  background: white;
  margin-left: 24px;   /* 文字との隙間 */
}
#seaspectacle .pickup-msg {
  font-size: 17px;
  color: #DFD2C5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding-bottom: 20px;
  line-height: 1.75;
}
.pickup-msg.mt-40 {
  margin-top: 40px;
}
#seaspectacle .line-none {
    display: inline-block;
    padding-left: 20px;
}
#seaspectacle .product-name {
    font-size: 17px;
    color: #DFD2C5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#seaspectacle .mb-20 {
    margin-bottom: 20px;
}
#seaspectacle .link-text {
    font-size: 20px;
    color: #DFD2C5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin-bottom: 84px;
}
#seaspectacle .link-text p {
    margin-bottom: 14px;
}
#seaspectacle .breadcrumbs {
    max-width: 1106px;
    color: #DFD2C5;
}
#seaspectacle a:link {
    color: #DFD2C5 !important;
}
#seaspectacle a.btn-more{
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin: 100px auto 0;
  height: 55px;
  background: #DFD2C5;
  border-radius: 28px;
  color: #854C2C !important;
  text-decoration: none;
  line-height: 47px;
  font-size: 32px;
  transition: all .3s ease;
}
#seaspectacle a.btn-more:hover{
  text-decoration: none;
  opacity: .6;
}
@media screen and (max-width:767px) {
#seaspectacle .section-mv {
  padding-top: 28px;
}
#seaspectacle  .section-intro {
  padding: 0 0 0;
}
#seaspectacle .section__inner {
  max-width: 1106px;
  height: auto;
  width: 100%;
  padding-top: 50px;
}
#seaspectacle .section__inner.last_sec {
  padding-top: 20px;
}
#seaspectacle .section-intro .section__inner {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0;
    flex-wrap: wrap;
    flex-direction: column;
}
  #seaspectacle .flex-text {
    font-size: 25px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    width: 81%;
    margin: 0 auto;
  }
  #seaspectacle .flex-text h2{
    padding: 80px 0 0;
    font-size: 19px;
  }
  #seaspectacle .flex-text span {
    padding-bottom: 60px;
    padding-top: 24px;
  }
  #seaspectacle .flex-img .hacobune-gallery {
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 1.63;
    margin: 0 auto;
  }
  #seaspectacle .flex-text p {
    padding-bottom: 40px;
    line-height: 1.7;
  }
  #seaspectacle .group-product {
    padding-bottom: 60px;
  }
  #seaspectacle .pickup {
    width: 81%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  #seaspectacle .pickup-ttl {
    font-size: 19px;
    padding-left: 9%;
  }
  #seaspectacle .pickup-ttl::after {
    content: "";
    flex-grow: 1;        /* これが重要！「残りの幅を全部使う」という指示 */
    height: 1px;
    background: white;
    margin-left: 30px;   /* 文字との隙間 */
  }
  #seaspectacle .product-name {
    font-size: 13px;
    line-height: 2;
  }
  #seaspectacle .line-none.no-pl{
    padding-left: 0;
  }
  #seaspectacle .pickup-msg {
    font-size: 14px;
  }
  #seaspectacle .mb-20 {
    margin-bottom: 0;
  }
  #seaspectacle .link-text {
    font-size: 13px;
    margin: 0 auto 72px;
    width: 81%;
  }
  #seaspectacle a.btn-more{
    margin: 80px auto 0;
    line-height: 34px;
    font-size: 24px;
    height: 40px;
  }
}
