@charset "UTF-8";
/* =========================================================
   Paul Stuart / 2026-09 LP
   カンプ指定値
     テキストフォント : 英字 Cardo / 日本語 Noto Sans JP
     クレジットフォント: Futura PT
     英字色（本文色） : チャコール #595757
     背景色           : ライトグレー #f7f7f7
   デザイン基準幅     : PC 1280px / SP 375px
   ========================================================= */
div.spFooter.sp {
  margin-top: 0;
}

/*----------lp----------*/
#dh_lp_wrapper {
  width: 100%;
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #595757;
  background-color: #f7f7f7;
}
#dh_lp_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#dh_lp_wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#dh_lp_wrapper figure {
  margin: 0;
}
#dh_lp_wrapper a {
  text-decoration: none;
  color: #595757;
}
#dh_lp_wrapper a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#dh_lp_wrapper .pc {
  display: inline;
}
#dh_lp_wrapper .sp {
  display: none;
}
#dh_lp_wrapper .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dh_lp_wrapper {
  /* ---------------------------------------------------------
     追加アニメーション
     AOS が付与する .aos-animate を利用したカスタム挙動
       char-up : 1文字ずつ下からふわっと表示（STYLE / 数字）
                 参考: codepen.io/satomi79000033/pen/PwGZjRr
       line-in : 左横からスライドイン（横罫）
     --------------------------------------------------------- */
  /* .aos-init を条件に入れて、AOS未読込時は初期状態で表示されるようにする。
     .ch は index.html のスクリプトで1文字ずつ生成し、
     transition-delay（0.08秒 × 文字数）をインラインで付与している */
}
#dh_lp_wrapper [data-aos=char-up] .ch {
  display: inline-block;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#dh_lp_wrapper [data-aos=char-up].aos-init .ch {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#dh_lp_wrapper [data-aos=char-up].aos-init.aos-animate .ch {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#dh_lp_wrapper [data-aos=line-in] {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
#dh_lp_wrapper [data-aos=line-in].aos-init {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#dh_lp_wrapper [data-aos=line-in].aos-init.aos-animate {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#dh_lp_wrapper {
  /* =========================================================
     mainvisual（アニメーションは前回LPと同仕様）
     ========================================================= */
}
#dh_lp_wrapper .mainvisual {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
#dh_lp_wrapper .mainvisual > img {
  width: 100%;
  opacity: 0;
  -webkit-animation: mv_lp_fade_in 2.5s ease-out forwards;
          animation: mv_lp_fade_in 2.5s ease-out forwards;
}
#dh_lp_wrapper .mainvisual .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  padding-top: 1vw;
}
#dh_lp_wrapper .mainvisual .mv_text img {
  display: block;
  margin: 0 auto;
}
#dh_lp_wrapper .mainvisual .mv_text {
  /* 支給素材の MV は中央〜左右が人物で暗いため、
     文字組みは中央の明部（幅 30vw 前後）に収まるサイズで配置する */
}
#dh_lp_wrapper .mainvisual .mv_text .mv_name {
  opacity: 0;
  -webkit-animation: mv_lp_fade_in 2s ease-out 1s forwards;
          animation: mv_lp_fade_in 2s ease-out 1s forwards;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name_hana {
  width: 14vw;
  margin-bottom: 1.6vw;
}
#dh_lp_wrapper .mainvisual .mv_text .img_name_matsushima {
  width: 32vw;
}
#dh_lp_wrapper .mainvisual .mv_text .mv_logo {
  margin: 3.2vw 0 2.6vw;
  opacity: 0;
  -webkit-animation: mv_lp_fade_in 2s ease-out 2.5s forwards;
          animation: mv_lp_fade_in 2s ease-out 2.5s forwards;
}
#dh_lp_wrapper .mainvisual .mv_text .img_logo {
  width: 22vw;
}
#dh_lp_wrapper .mainvisual .mv_text .img_logo_sp {
  display: none;
}
#dh_lp_wrapper .mainvisual .mv_text p {
  margin: 0;
  color: #231815;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.1vw;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.75;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: mv_lp_fade_up_in 2.5s cubic-bezier(0.22, 1, 0.36, 1) 4s forwards;
          animation: mv_lp_fade_up_in 2.5s cubic-bezier(0.22, 1, 0.36, 1) 4s forwards;
}
@-webkit-keyframes mv_lp_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mv_lp_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mv_lp_fade_up_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mv_lp_fade_up_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#dh_lp_wrapper {
  /* =========================================================
     main
     ========================================================= */
}
#dh_lp_wrapper .main_wrap {
  width: 100%;
  /* ---------- リード ---------- */
}
#dh_lp_wrapper .main_wrap .lead {
  width: 100%;
  padding: 66px 0 76px;
  text-align: center;
  background: #f7f7f7;
}
#dh_lp_wrapper .main_wrap .lead p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
#dh_lp_wrapper .main_wrap .lead p span {
  display: block;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- STYLE 見出しブロック ---------- */
}
#dh_lp_wrapper .main_wrap .style_head {
  width: 100%;
  text-align: center;
}
#dh_lp_wrapper .main_wrap .style_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 22px;
  margin: 0;
  font-family: "Cardo", "Times New Roman", "Noto Serif JP", serif;
  line-height: 1.15;
}
#dh_lp_wrapper .main_wrap .style_ttl .ttl_en {
  margin-bottom: 12px;
  margin-right: -0.18em; /* 字送りの右アキ分を打ち消して中央に */
  font-size: 28px;
  letter-spacing: 0.18em;
}
#dh_lp_wrapper .main_wrap .style_ttl .ttl_num {
  font-size: 76px;
  letter-spacing: 0.02em;
}
#dh_lp_wrapper .main_wrap .style_line {
  display: block;
  width: 320px;
  max-width: 80%;
  height: 1px;
  margin: 10px auto 0;
  background: #595757;
}
#dh_lp_wrapper .main_wrap .style_sub {
  margin: 24px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
#dh_lp_wrapper .main_wrap .style_sub span {
  display: block;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- 本文 / クレジット ---------- */
}
#dh_lp_wrapper .main_wrap .txt_wrap p,
#dh_lp_wrapper .main_wrap .style_txt > p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: justify;
}
#dh_lp_wrapper .main_wrap .credit {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Futura PT", "futura-pt", "Josefin Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
#dh_lp_wrapper .main_wrap .credit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
#dh_lp_wrapper .main_wrap .credit li:first-child {
  margin-top: 0;
}
#dh_lp_wrapper .main_wrap .credit {
  /* width ではなく min-width + padding-right にして、
     フォント差で品名・価格が伸びても BUY に被らないようにする */
}
#dh_lp_wrapper .main_wrap .credit .name {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 76px;
  padding-right: 10px;
}
#dh_lp_wrapper .main_wrap .credit .price {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 70px;
  padding-right: 14px;
}
#dh_lp_wrapper .main_wrap .credit {
  /* LOOKBOOK（gps-20260820）の .look__credit-buy と同デザイン。
     サイズ感は本LPの既存値を維持し、見た目だけ合わせている */
}
#dh_lp_wrapper .main_wrap .credit .buy {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  padding: 2px 10px;
  border-radius: 3rem;
  background: #fff;
  color: #231815;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  -webkit-filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.25));
}
#dh_lp_wrapper .main_wrap {
  /* ---------- STYLE 共通 ---------- */
}
#dh_lp_wrapper .main_wrap .style {
  width: 100%;
  /* 白面（背景のライトグレーに対して内側に入る） */
}
#dh_lp_wrapper .main_wrap .style::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  max-width: 1520px;
  background: #fff;
  z-index: 0;
}
#dh_lp_wrapper .main_wrap .style > * {
  z-index: 1;
}
#dh_lp_wrapper .main_wrap .style {
  /* 画像リンク：figure の高さ（aspect-ratio）をそのまま引き継ぐ */
}
#dh_lp_wrapper .main_wrap .style figure a {
  display: block;
  width: 100%;
  height: 100%;
}
#dh_lp_wrapper .main_wrap .style .style_row {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- STYLE 01（白面） ---------- */
}
#dh_lp_wrapper .main_wrap .style01 {
  padding: 65px 0 130px;
}
#dh_lp_wrapper .main_wrap .style01 .style_head {
  max-width: 1600px;
  margin: 0 auto;
}
#dh_lp_wrapper .main_wrap .style01 .style_row {
  display: grid;
  grid-template-columns: 5.78% 45.51% 5.23% 38.36% 1fr;
  margin-top: 70px;
}
#dh_lp_wrapper .main_wrap .style01 .img_a {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 4/5;
}
#dh_lp_wrapper .main_wrap .style01 .img_b {
  grid-column: 4;
  grid-row: 1/3;
  /* カンプ：img_a 天から 24%（1280px基準 = 307px）下げる。
     % マージンは自身のカラム幅（38.36%）基準になるため換算する */
  margin-top: 62.6%;
  aspect-ratio: 4/5;
}
#dh_lp_wrapper .main_wrap .style01 .txt_wrap {
  grid-column: 2;
  grid-row: 2;
  margin-top: 34px;
}
#dh_lp_wrapper .main_wrap .style01 .img_a img,
#dh_lp_wrapper .main_wrap .style01 .img_b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- STYLE 02 / 03 共通（画像とテキストを左右で横並び） ----------
     上下のずらし・裁ち落としは行わず、天地中央で揃える */
}
#dh_lp_wrapper .main_wrap .style02,
#dh_lp_wrapper .main_wrap .style03 {
  padding: 90px 0 120px;
}
#dh_lp_wrapper .main_wrap .style02 .style_row,
#dh_lp_wrapper .main_wrap .style03 .style_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
}
#dh_lp_wrapper .main_wrap .style02 .style_img,
#dh_lp_wrapper .main_wrap .style03 .style_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 42%;
  margin: 0;
  aspect-ratio: 4/5;
}
#dh_lp_wrapper .main_wrap .style02 .style_img img,
#dh_lp_wrapper .main_wrap .style03 .style_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#dh_lp_wrapper .main_wrap .style02 .style_txt,
#dh_lp_wrapper .main_wrap .style03 .style_txt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 36%;
  margin: 0;
}
#dh_lp_wrapper .main_wrap .style02 .style_txt > p,
#dh_lp_wrapper .main_wrap .style03 .style_txt > p {
  margin-top: 46px;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- STYLE 02（グレー面 / テキスト左・画像右） ---------- */
}
#dh_lp_wrapper .main_wrap .style02::before {
  display: none;
}
#dh_lp_wrapper .main_wrap .style02 .style_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- STYLE 03（白面 / 画像左・テキスト右） ---------- */
}
#dh_lp_wrapper .main_wrap .style03 {
  padding-bottom: 140px;
}
#dh_lp_wrapper .main_wrap {
  /* ---------- スタッフクレジット ---------- */
}
#dh_lp_wrapper .main_wrap .staff {
  width: 100%;
  padding: 65px 0 200px;
  text-align: center;
  background: #f7f7f7;
}
#dh_lp_wrapper .main_wrap .staff p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#dh_lp_wrapper .main_wrap .staff p span {
  display: block;
}
#dh_lp_wrapper {
  /* =========================================================
     中間幅の調整
     ========================================================= */
}
@media (max-width: 1100px) {
  #dh_lp_wrapper .main_wrap .style_ttl .ttl_en {
    font-size: 25px;
  }
  #dh_lp_wrapper .main_wrap .style_ttl .ttl_num {
    font-size: 66px;
  }
  #dh_lp_wrapper .main_wrap .lead p {
    font-size: 16px;
  }
  #dh_lp_wrapper .main_wrap .txt_wrap p,
  #dh_lp_wrapper .main_wrap .style_txt > p {
    font-size: 15px;
  }
  #dh_lp_wrapper .main_wrap .style01 {
    padding-bottom: 100px;
  }
  #dh_lp_wrapper .main_wrap .style02,
  #dh_lp_wrapper .main_wrap .style03 {
    padding: 70px 0 90px;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_row,
  #dh_lp_wrapper .main_wrap .style03 .style_row {
    gap: 5%;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_img,
  #dh_lp_wrapper .main_wrap .style03 .style_img {
    width: 44%;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_txt,
  #dh_lp_wrapper .main_wrap .style03 .style_txt {
    width: 38%;
  }
}
#dh_lp_wrapper {
  /* =========================================================
     SP
     ========================================================= */
}
@media (max-width: 767px) {
  #dh_lp_wrapper {
    font-size: 13px;
  }
  #dh_lp_wrapper .pc {
    display: none;
  }
  #dh_lp_wrapper .sp {
    display: inline;
  }
  #dh_lp_wrapper .mainvisual {
    /* 支給素材の SP 用 MV は下半分が暗部のため、文字は白抜きで下寄せ。
       下端に明るい床が入るので、薄いグラデーションを敷いて視認性を確保する */
  }
  #dh_lp_wrapper .mainvisual::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    pointer-events: none;
  }
  #dh_lp_wrapper .mainvisual .mv_text {
    z-index: 1;
    bottom: 5%;
    left: 6%;
    right: 6%;
    top: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
    /* MV内のテキストはすべて左揃え */
  }
  #dh_lp_wrapper .mainvisual .mv_text img {
    margin: 0 auto 0 0;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_name_hana {
    width: 34%;
    margin-bottom: 4px;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_name_matsushima {
    width: 81%;
  }
  #dh_lp_wrapper .mainvisual .mv_text {
    /* 名前ロゴは単色のため、暗部では白へ反転して視認性を確保 */
  }
  #dh_lp_wrapper .mainvisual .mv_text .mv_name {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  #dh_lp_wrapper .mainvisual .mv_text .mv_logo {
    margin: 18px 0 14px;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_logo {
    width: 62%;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_logo_pc {
    display: none;
  }
  #dh_lp_wrapper .mainvisual .mv_text .img_logo_sp {
    display: block;
  }
  #dh_lp_wrapper .mainvisual .mv_text p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-indent: 0;
    line-height: 1.6;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- リード ---------- */
  }
  #dh_lp_wrapper .main_wrap .lead {
    padding: 43px 0 38px;
  }
  #dh_lp_wrapper .main_wrap .lead p {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- 見出し ---------- */
  }
  #dh_lp_wrapper .main_wrap .style_ttl {
    gap: 14px;
  }
  #dh_lp_wrapper .main_wrap .style_ttl .ttl_en {
    margin-bottom: 8px;
    font-size: 20px;
  }
  #dh_lp_wrapper .main_wrap .style_ttl .ttl_num {
    font-size: 55px;
  }
  #dh_lp_wrapper .main_wrap .style_line {
    width: 61%;
    max-width: none;
    margin-top: 12px;
  }
  #dh_lp_wrapper .main_wrap .style_sub {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- 本文 / クレジット ---------- */
  }
  #dh_lp_wrapper .main_wrap .txt_wrap p,
  #dh_lp_wrapper .main_wrap .style_txt > p {
    font-size: 13px;
    line-height: 1.85;
  }
  #dh_lp_wrapper .main_wrap .credit {
    margin-top: 24px;
    font-size: 11px;
  }
  #dh_lp_wrapper .main_wrap .credit li {
    margin-top: 4px;
  }
  #dh_lp_wrapper .main_wrap .credit .name {
    min-width: 52px;
    padding-right: 6px;
  }
  #dh_lp_wrapper .main_wrap .credit .price {
    min-width: 56px;
    padding-right: 10px;
  }
  #dh_lp_wrapper .main_wrap .credit .buy {
    min-width: 42px;
    padding: 1px 8px;
    font-size: 9px;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- STYLE 共通 ---------- */
  }
  #dh_lp_wrapper .main_wrap .style::before {
    width: calc(100% - 26px);
    max-width: none;
  }
  #dh_lp_wrapper .main_wrap .style {
    /* 白面と同じ内寸（左右13px）にして、画像が白枠からはみ出さないようにする */
  }
  #dh_lp_wrapper .main_wrap .style .style_row {
    max-width: none;
    padding: 0 13px;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- STYLE 01 ----------
       カンプ：SPは「立ち姿（img_b・左寄せ 86.2%）→ 座り（img_a・全幅）→ 本文」
       の順。PCと並び順が逆になるため order で入れ替える。 */
  }
  #dh_lp_wrapper .main_wrap .style01 {
    padding: 53px 0 40px;
  }
  #dh_lp_wrapper .main_wrap .style01 .style_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 44px;
  }
  #dh_lp_wrapper .main_wrap .style01 .img_b {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 86.2%;
    margin: 0;
    aspect-ratio: 4/5;
  }
  #dh_lp_wrapper .main_wrap .style01 .img_a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 46px 0 0;
    aspect-ratio: 4/5;
  }
  #dh_lp_wrapper .main_wrap .style01 .txt_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 84%;
    margin: 30px auto 0;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- STYLE 02 / 03 共通（SPは「見出し→画像→本文→クレジット」） ---------- */
  }
  #dh_lp_wrapper .main_wrap .style02 .style_row,
  #dh_lp_wrapper .main_wrap .style03 .style_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
  #dh_lp_wrapper .main_wrap .style02,
  #dh_lp_wrapper .main_wrap .style03 {
    /* .style_txt の箱を外して、中身を .style_row の子として並べ替える */
  }
  #dh_lp_wrapper .main_wrap .style02 .style_txt,
  #dh_lp_wrapper .main_wrap .style03 .style_txt {
    display: contents;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_head,
  #dh_lp_wrapper .main_wrap .style03 .style_head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_img,
  #dh_lp_wrapper .main_wrap .style03 .style_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 30px 0 0;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_txt > p,
  #dh_lp_wrapper .main_wrap .style03 .style_txt > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 84%;
    margin: 32px auto 0;
  }
  #dh_lp_wrapper .main_wrap .style02 .credit,
  #dh_lp_wrapper .main_wrap .style03 .credit {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 84%;
    margin: 24px auto 0;
  }
  #dh_lp_wrapper .main_wrap .style02 {
    padding: 33px 0 34px;
  }
  #dh_lp_wrapper .main_wrap .style02 .style_img {
    aspect-ratio: 4/5;
  }
  #dh_lp_wrapper .main_wrap .style03 {
    padding: 34px 0 40px;
    /* 平置きカットで余白が多いため、少し小さくして中央寄せ */
  }
  #dh_lp_wrapper .main_wrap .style03 .style_img {
    width: 86.2%;
    margin: 30px auto 0;
    aspect-ratio: 4/5;
  }
  #dh_lp_wrapper .main_wrap {
    /* ---------- スタッフクレジット ---------- */
  }
  #dh_lp_wrapper .main_wrap .staff {
    padding: 56px 0 58px;
  }
  #dh_lp_wrapper .main_wrap .staff p {
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}/*# sourceMappingURL=style.css.map */