#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: #fff;
    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: 800px;
    flex-shrink: 0;
}
#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: #fff;
    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 .line-none {
    display: inline-block;
    padding-left: 20px;
}
#seaspectacle .product-name {
    font-size: 17px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#seaspectacle .mb-20 {
    margin-bottom: 20px;
}
#seaspectacle .link-text {
    font-size: 20px;
    color: #fff;
    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: #fff;
}
#seaspectacle a:link {
    color: #fff !important;
}
@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-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;
    color: #fff;
    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: 530px;
    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 .mb-20 {
    margin-bottom: 18px;
  }
  #seaspectacle .link-text {
    font-size: 13px;
    margin: 0 auto 72px;
    width: 81%;
  }
}
