/* =================================== */
/* ベーススタイル */
/* =================================== */
#jrx-ec-content { margin: 0; font-family: 'Noto Serif JP', serif; background-color: #000000; color: #ffffff; }
#jrx-ec-content h1 { font-size: 42px; text-align: left; font-weight: 700; }
#jrx-ec-content h2 { font-size: 48px; text-align: center; margin: 100px 0 60px; font-weight: 700; }
#jrx-ec-content h3 { font-size: 26px; font-weight: 600; }
#jrx-ec-content h4, #jrx-ec-content p { font-size: 14px; line-height: 1.8; }
#jrx-ec-content section { opacity: 0; transform: translateY(40px); transition: all 0.6s ease-out; }
#jrx-ec-content section.visible { opacity: 1; transform: translateY(0); }
#jrx-ec-content .mv { opacity: 1; transform: none; position: relative; width: 100%; height: 900px; overflow: hidden; }
#jrx-ec-content .mv-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; z-index: 1; }
#jrx-ec-content .mv-slide.active { opacity: 1; }
#jrx-ec-content .mv-slide-1 { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv1_f.webp'); }
#jrx-ec-content .mv-slide-2 { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv2_f.webp'); }
#jrx-ec-content .mv-text { position: absolute; padding: 0 10%; bottom: 80px; z-index: 2; }
#jrx-ec-content .bland-logo { width: 300px; }
#jrx-ec-content .mv-icon {position: absolute; z-index: 9999; right: 70px; bottom: 70px;}
#jrx-ec-content .mv-120-icon {width: 200px;}
#jrx-ec-content .premium-product-title { font-size: 32px; font-weight: bold; margin: 10px 0; }
#jrx-ec-content .mv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
#jrx-ec-content .mv-tag { display: inline-block; padding: 4px 12px; border: 1px solid #fff; color: #fff; font-size: 0.9rem; border-radius: 20px; white-space: nowrap; }
#jrx-ec-content .lead { padding: 40px 10%; }
#jrx-ec-content .lead p { font-size: 20px; }
#jrx-ec-content .lead-title { text-align: left; }
#jrx-ec-content .scroll-section { overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; scrollbar-width: none; white-space: nowrap; padding: 10px 0 100px; padding-left: 10%; cursor: grab; }
#jrx-ec-content .scroll-section.active { cursor: grabbing; cursor: -webkit-grabbing; }
#jrx-ec-content .scroll-section::-webkit-scrollbar { display: none; }
#jrx-ec-content .product-card { display: inline-block; width: 300px; margin: 0 50px; position: relative; transition: transform 0.3s ease; vertical-align: top; white-space: normal; }
#jrx-ec-content .product-image { width: 200px; height: 400px; object-fit: cover; border-radius: 10px; }
#jrx-ec-content .overlay-info { position: absolute; top: 60px; left: 0; width: 100%; text-align: center; padding-left: 15px; }
#jrx-ec-content .overlay-info img { width: 350px; position: absolute; left: -27px; }
#jrx-ec-content .overlay-info p { font-size: 26px; text-align: left; font-weight: 700; text-shadow: 0px 0px 30px #333; }
#jrx-ec-content .overlay-info .color-description { font-size: 14px; margin-top: 8px; font-weight: 400; }
#jrx-ec-content .price { margin-top: 250px; text-align: center; }
#jrx-ec-content .product-page-button { display: inline-block; padding: 15px 40px; background-color: #fff; color: #000; border-radius: 5px; text-decoration: none; margin-top: 20px; font-weight: 700; }
#jrx-ec-content .feature { position: relative; margin-bottom: 500px; }
#jrx-ec-content .feature-img { width: 100%; height: 800px; object-fit: cover; }
#jrx-ec-content .feature-title { position: absolute; left: 10%; top: 50%; transform: translateY(-50%); color: white; font-size: 32px; font-weight: 600; text-shadow: 0 0 20px #333; line-height: 1.8; }
#jrx-ec-content .feature-cards { display: flex; gap: 20px; position: absolute; bottom: -250px; left: 10%; right: 10%; justify-content: space-between; z-index: 10; }
#jrx-ec-content .feature-card { width: 500px; height: 500px; border-radius: 10px; position: relative; background: #333; overflow: hidden; transition: transform 0.3s ease; }
#jrx-ec-content .feature-card img { width: 100%; height: 100%; object-fit: cover; }
#jrx-ec-content .feature-card-text { position: absolute; bottom: 40px; left: 40px; right: 40px; }
#jrx-ec-content .feature-card-text p { font-size: 15px; }
#jrx-ec-content .index-box { background-color: #000; }
#jrx-ec-content .index-inner { display: flex; gap: 20px; align-items: center; flex-wrap: nowrap; padding: 0 10% 0 0; }
#jrx-ec-content .index-inner--reverse { padding: 0 0 0 10%; flex-direction: row-reverse; }
#jrx-ec-content .index-image { position: relative; flex: 0 0 60%; overflow: hidden; }
#jrx-ec-content .index-desc { flex: 0 0 40%; display: flex; flex-direction: column; justify-content: center; }
#jrx-ec-content .index-image img { width: 100%; height: auto; transition: transform 0.3s ease; display: block; }
#jrx-ec-content .index-image:hover img { transform: scale(1.1); }
#jrx-ec-content .index-copy { font-size: 32px; line-height: 1.4; margin-bottom: 10px; text-align: left; }
#jrx-ec-content .index-note { font-size: 14px; line-height: 1.6; max-width: 90%; text-align: left; }
#jrx-ec-content .txt-note { position: absolute; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); color: #fff; font-size: 12px; padding: 4px 8px; margin: 0; }
#jrx-ec-content .bonus-section { padding: 120px 20px 60px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
#jrx-ec-content .bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
#jrx-ec-content .bonus-card { text-align: center; transition: transform 0.3s ease; }
#jrx-ec-content .bonus-card img { width: 350px; height: 250px; object-fit: cover; }
#jrx-ec-content .bonus-card h4 { width: 350px; margin: 10px auto 0; text-align: left; font-size: 24px; }
#jrx-ec-content .bonus-card p { width: 350px; margin: 10px auto 0; text-align: left; font-size: 16px; }
#jrx-ec-content .special-product-page-feature { position: relative; width: 100%; background: url('https://www.tiger-corporation.com/wp-content/uploads/2025/09/JRX_06_230419_01_-V2-1.webp') no-repeat center/cover; display: flex; align-items: center; justify-content: center; text-align: center; }
#jrx-ec-content .special-product-page-feature::before, #jrx-ec-content .special-product-page-feature::after { content: ''; position: absolute; left: 0; width: 100%; z-index: 1; }
#jrx-ec-content .special-product-page-feature::before { top: 0; height: 20%; background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%); }
#jrx-ec-content .special-product-page-feature::after { bottom: 0; height: 20%; background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%); }
#jrx-ec-content .special-product-page-feature .feature-title { position: relative; transform: none; top: auto; left: auto; z-index: 2; padding: 0 5%; }
#jrx-ec-content.special-product-page-notes { font-size: 14px; }

/* =================================== */
/* ヒーロー & ご褒美セクション */
/* =================================== */
#jrx-ec-content .special-product-page-hero, #jrx-ec-content .special-product-page-gohobi { min-height: 100vh; background-size: contain; background-position: center; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; position: relative; padding: 10vh 2vw; box-sizing: border-box; }
#jrx-ec-content .special-product-page-hero::after, #jrx-ec-content .special-product-page-gohobi::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 20%; background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%); z-index: 1; }
#jrx-ec-content .special-product-page-hero { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv3_f.webp'); }
#jrx-ec-content .special-product-page-gohobi { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/bg_donabe_pc-1.webp'); }
#jrx-ec-content .special-product-page-text-container { max-width: 900px; width: 100%; position: relative; z-index: 2; margin-top: 0px; }
#jrx-ec-content .special-product-page-subtitle { font-size: 20px; font-weight: 600; line-height: 1.6; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
#jrx-ec-content .special-product-page-subtitle-mobile { display: none; }
#jrx-ec-content .special-product-page-feature-section { position: relative; color: #fff; overflow: hidden; }
#jrx-ec-content .special-product-page-feature-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; transition: transform 0.5s ease-out; z-index: 1; }
#jrx-ec-content .special-product-page-content-container { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 50vh; padding: 40px; box-sizing: border-box; background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.5) 10%, transparent 100%); }
#jrx-ec-content .special-product-page-image-placeholder { display: none; }
#jrx-ec-content .special-product-page-feature-text { width: 100%; }
#jrx-ec-content .special-product-page-feature-title { font-size: 22px; line-height: 1.6; margin: 0 0 60px 0; text-align: left; }
#jrx-ec-content .feature-1::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/bg_menu_sp.webp'); background-position: center 60%; }
#jrx-ec-content .feature-2::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-2-SP.webp'); background-position: center 40%; }
#jrx-ec-content .feature-3::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-3-SP.webp'); background-position: center 60%; }
#jrx-ec-content .feature-4::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-4-SP.webp'); background-position: center 40%; }
#jrx-ec-content .feature-5::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-5-SP.webp'); background-position: center 60%; }
#jrx-ec-content .feature-6::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-6-SP.webp'); background-position: center 40%; }
#jrx-ec-content .special-product-page-video-gallery { overflow: hidden; }
#jrx-ec-content .special-product-page-swiper-container { width: 100%; overflow: visible; }
#jrx-ec-content .special-product-page-swiper-slide { width: 60%; opacity: 0.5; transform: scale(0.85); transition: opacity 0.4s ease, transform 0.4s ease; }
#jrx-ec-content .swiper-slide-active.special-product-page-swiper-slide { opacity: 1; transform: scale(1); }
#jrx-ec-content .special-product-page-video-thumb { position: relative; cursor: pointer; border-radius: 8px; overflow: hidden; }
#jrx-ec-content .special-product-page-video-thumb::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background-color: rgba(0, 0, 0, 0.5); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='48px' height='48px'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; border-radius: 50%; transition: background-color 0.3s ease; }
#jrx-ec-content .special-product-page-video-thumb:hover::after { background-color: rgba(0, 0, 0, 0.7); }
#jrx-ec-content .special-product-page-video-thumb img { display: block; width: 100%; height: auto; }
#jrx-ec-content .special-product-page-video-caption { color: #fff; text-align: center; margin-top: 15px; font-size: 1rem; }
#jrx-ec-content .special-product-page-video-gallery .swiper-button-prev, #jrx-ec-content .special-product-page-video-gallery .swiper-button-next { color: #fff; transform: translateY(-50%); }
#jrx-ec-content .special-product-page-video-gallery .swiper-button-prev { left: 50px; }
#jrx-ec-content .special-product-page-video-gallery .swiper-button-next { right: 50px; }
#jrx-ec-content .special-product-page-video-gallery .swiper-pagination { position: static; margin-top: 30px; }
#jrx-ec-content .special-product-page-video-gallery .swiper-pagination-bullet { background-color: #888; opacity: 1; }
#jrx-ec-content .special-product-page-video-gallery .swiper-pagination-bullet-active { background-color: #fff; }
#jrx-ec-content .special-product-page-modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); align-items: center; justify-content: center; }
#jrx-ec-content .special-product-page-modal.is-open { display: flex; }
#jrx-ec-content .special-product-page-modal-content { position: relative; width: 90%; max-width: 1140px; }
#jrx-ec-content .special-product-page-modal-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
#jrx-ec-content .special-product-page-modal-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#jrx-ec-content .special-product-page-modal-close { position: absolute; top: -40px; right: 0; width: 30px; height: 30px; cursor: pointer; border: none; background: transparent; }
#jrx-ec-content .special-product-page-modal-close::before, #jrx-ec-content .special-product-page-modal-close::after { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: #fff; }
#jrx-ec-content .special-product-page-modal-close::before { transform: rotate(45deg); }
#jrx-ec-content .special-product-page-modal-close::after { transform: rotate(-45deg); }
#jrx-ec-content .special-product-page-container { width: 100%; padding: 40px 0; background-color: #000000; overflow: hidden; }
#jrx-ec-content .special-product-page-design-exterior__swiper { width: 100%; overflow: visible; }
#jrx-ec-content .special-product-page-design-exterior__item { width: 85%; height: auto; aspect-ratio: 16 / 9; transform: scale(1); opacity: 1; transition: transform 0.4s ease, opacity 0.4s ease; }
#jrx-ec-content .swiper-slide-active.special-product-page-design-exterior__item { transform: scale(1); opacity: 1; }
#jrx-ec-content .special-product-page-design-exterior__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
#jrx-ec-content .special-product-page-design-exterior__button-prev, #jrx-ec-content .special-product-page-design-exterior__button-next { color: #fff; width: 44px; height: 44px; top: 50%; transform: translateY(-50%); }
#jrx-ec-content .special-product-page-design-exterior__button-prev { left: 10px; }
#jrx-ec-content .special-product-page-design-exterior__button-next { right: 10px; }
#jrx-ec-content .special-product-page-design-exterior__pagination { position: static; margin-top: 24px; }
#jrx-ec-content .special-product-page-design-exterior__pagination .swiper-pagination-bullet { width: 30px; height: 3px; border-radius: 0; background-color: #888; opacity: 1; }
#jrx-ec-content .special-product-page-design-exterior__pagination .swiper-pagination-bullet-active { background-color: #fff; }
#jrx-ec-content .sg-content-wrapper { max-width: 1200px; margin: auto; padding: 0px 40px 350px 40px; position: relative; line-height: 1.8; }
#jrx-ec-content .sg-top-section { display: flex; gap: 60px; align-items: center; padding-bottom: 80px; }
#jrx-ec-content .sg-main-image-container { flex: 1.2; }
#jrx-ec-content .sg-main-image-container img { width: 100%; display: block; border-radius: 250px 250px 0 0; }
#jrx-ec-content .sg-text-container { flex: 1; padding-bottom: 20px; }
#jrx-ec-content .sg-text-container h2 { font-size: 28px; margin-top: 0; margin-bottom: 24px; font-weight: bold; text-align: left; }
#jrx-ec-content .sg-text-container p { font-size: 16px; }
#jrx-ec-content .sg-scattered-img { position: absolute; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); border-radius: 10px; }
#jrx-ec-content .sg-img-1 { width: 30%; left: 0%; top: 75%; }
#jrx-ec-content .sg-img-2 { width: 30%; left: 27%; top: 68%; }
#jrx-ec-content .sg-img-3 { width: 30%; right: 15%; top: 72%; }
#jrx-ec-content .sg-img-4 { width: 30%; right: 0%; top: 60%; }
#jrx-ec-content .sf-section { background-color: #000; padding: 0; }
#jrx-ec-content .sf-section .sf-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; }
#jrx-ec-content .sf-section .sf-left-panel { flex: 2; background-image: url('https://images.unsplash.com/photo-1590301930412-225e01b7a66f?q=80&w=1974&auto=format&fit=crop'); background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 40px; box-sizing: border-box; height: 100vh; position: sticky; top: 0; }
#jrx-ec-content .sf-section .sf-text-content { color: white; max-width: 400px; text-align: left; }
#jrx-ec-content .sf-section .sf-left-panel h2 { font-size: 2.5rem; margin: 0 0 16px 0; line-height: 1.4; text-align: left; }
#jrx-ec-content .sf-section .sf-left-panel p { font-size: 1.1rem; line-height: 1.8; margin: 0; }
#jrx-ec-content .sf-section .sf-btn { display: inline-block; color: #fff; border: 1px solid #fff; padding: 12px 35px; text-decoration: none; font-weight: bold; border-radius: 5px; margin-top: 30px; transition: background-color 0.3s ease, transform 0.3s ease; }
#jrx-ec-content .sf-section .sf-btn:hover { background-color: #fff; color: #333; }
#jrx-ec-content .sf-section .sf-btn .sf-arrow { margin-left: 8px; transition: margin-left 0.3s ease; }
#jrx-ec-content .sf-section .sf-btn:hover .sf-arrow { margin-left: 14px; }
#jrx-ec-content .sf-section .sf-right-panel { flex: 5; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 10px; box-sizing: border-box; }
#jrx-ec-content .sf-section .sf-grid-item { position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 1 / 1; }
#jrx-ec-content .sf-section .sf-grid-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.3s ease; border-radius: 10px; }
#jrx-ec-content .sf-section .sf-grid-item:hover img { transform: scale(1.05); }
#jrx-ec-content .sf-section .sf-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); padding: 40px 20px 20px 20px; color: white; font-size: 20px; font-weight: 600; line-height: 1.6; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); pointer-events: none; }

/* =================================== */
/* レスポンシブスタイル (PC Mid -> Tablet) */
/* =================================== */
@media (min-width: 769px) {
  #jrx-ec-content .special-product-page-feature-section { height: 500px; }
  #jrx-ec-content .special-product-page-feature-section:hover::before { transform: scale(1.05); }
  #jrx-ec-content .special-product-page-content-container { position: absolute; top: 50%; left: 50%; translate: -50% -50%; width: 100%; max-width: 1500px; padding-inline: 50px; flex-direction: row; align-items: center; gap: 40px; min-height: auto; background: none; padding: 0 50px; }
  #jrx-ec-content .feature-2 .special-product-page-content-container { flex-direction: row-reverse; }
  #jrx-ec-content .special-product-page-image-placeholder { display: block; width: 65%; }
  #jrx-ec-content .special-product-page-feature-text { width: 35%; }
  #jrx-ec-content .special-product-page-feature-title { font-size: 30px; }
  #jrx-ec-content .feature-1::before, #jrx-ec-content .feature-2::before, #jrx-ec-content .feature-3::before, #jrx-ec-content .feature-4::before, #jrx-ec-content .feature-5::before, #jrx-ec-content .feature-6::before { background-position: center; }
  #jrx-ec-content .feature-1::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/bg_menu_pc.webp'); }
  #jrx-ec-content .feature-2::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-2-PC.webp'); }
  #jrx-ec-content .feature-3::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-3-PC.webp'); }
  #jrx-ec-content .feature-4::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-4-PC.webp'); }
  #jrx-ec-content .feature-5::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-5-PC.webp'); }
  #jrx-ec-content .feature-6::before { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/feature-6-PC.webp'); }
  #jrx-ec-content .special-product-page-feature { height: 800px; }
  #jrx-ec-content .special-product-page-video-caption { font-size: 32px; }
}
@media (min-width: 1024px) {
  #jrx-ec-content .special-product-page-container { padding: 80px 0; }
  #jrx-ec-content .special-product-page-design-exterior__item { width: 1060px; height: 600px; transform: scale(0.7); opacity: 0.5; }
  #jrx-ec-content .swiper-slide-active.special-product-page-design-exterior__item { transform: scale(1); opacity: 1; }
  #jrx-ec-content .special-product-page-design-exterior__button-prev { left: calc(50% - 1060px / 2 - 80px); }
  #jrx-ec-content .special-product-page-design-exterior__button-next { right: calc(50% - 1060px / 2 - 80px); }
  #jrx-ec-content .special-product-page-design-exterior__pagination { margin-top: 40px; }
  #jrx-ec-content .special-product-page-design-exterior__pagination .swiper-pagination-bullet { width: 40px; height: 4px; }
}
@media (max-width: 992px) {
  #jrx-ec-content .sf-section .sf-left-panel { flex: 1; }
  #jrx-ec-content .sf-section .sf-right-panel { flex: 2; padding: 0 20px; }
  #jrx-ec-content .sf-section .sf-left-panel h2 { font-size: 2rem; text-align: center; margin-top: 100px; }
}
@media (max-width: 960px) {
  #jrx-ec-content .sg-content-wrapper { padding-bottom: 500px; }
  #jrx-ec-content .sg-top-section { flex-direction: column; gap: 40px; padding-bottom: 40px; }
  #jrx-ec-content .sg-text-container { padding-bottom: 0; }
  #jrx-ec-content .sg-text-container h2 { text-align: center; }
  #jrx-ec-content .sg-img-1 { width: 45%; left: 5%; top: 72%; }
  #jrx-ec-content .sg-img-2 { width: 45%; left: 50%; top: 75%; }
  #jrx-ec-content .sg-img-3 { width: 45%; left: 10%; top: 86%; }
  #jrx-ec-content .sg-img-4 { width: 45%; left: 52%; top: 89%; }
}

/* =================================== */
/* ★★★ ここから修正箇所 ★★★ */
/* =================================== */

/* PCではボタンを非表示 */
#jrx-ec-content .sg-toggle-button-container {
  display: none;
}

@media (max-width: 960px) {
  /* ボタンを表示し、中央揃えにする */
  #jrx-ec-content .sg-toggle-button-container {
    display: block;
    text-align: center;
    margin: 0 0 50px;
  }
  
  /* ① モバイルで要素の順序を「画像 → テキスト」に統一 */
  #jrx-ec-content .sg-top-section .sg-main-image-container {
    order: 1;
  }
  #jrx-ec-content .sg-top-section .sg-text-container {
    order: 2;
  }

  /* ② デフォルトでコンテンツを非表示にする */
  #jrx-ec-content .sg-content-wrapper {
    display: none;
  }

  /* 表示用のクラスが追加されたときに表示する */
  #jrx-ec-content .sg-content-wrapper.is-visible {
    display: block;
  }
  #jrx-ec-content .bonus-grid { grid-template-columns: repeat(2, 1fr); }

}

/* =================================== */
/* ★★★ ここまで修正箇所 ★★★ */
/* =================================== */

/* =================================== */
/* レスポンシブスタイル (モバイル) */
/* =================================== */
@media (max-width: 768px) {
  #jrx-ec-content .mv-slide-1 { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/09/mv_a_sp.webp'); }
  #jrx-ec-content .mv-slide-2 { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/09/mv_b_sp.webp'); }
  #jrx-ec-content h1 { font-size: 26px; }
  #jrx-ec-content h2 { font-size: 28px; padding: 0 40px; }
  #jrx-ec-content h3 { font-size: 18px; }
  #jrx-ec-content h4, #jrx-ec-content p { font-size: 14px; }
  #jrx-ec-content .mv { position: relative; width: 100%; height: 100vh; max-height: 800px; overflow: hidden; }
  #jrx-ec-content .mv-text { position: absolute; bottom: 100px; padding: 0 5%; z-index: 2; width: 100%; box-sizing: border-box; }
  #jrx-ec-content .bland-logo { width: 200px; padding: 0 0 0 5%; }
  #jrx-ec-content .premium-product-title { font-size: 16px; padding: 0 0 0 5%; }
  #jrx-ec-content .mv-tags { gap: 6px; flex-wrap: wrap; padding: 0 5%; }
  #jrx-ec-content .lead p { font-size: 16px; }
  #jrx-ec-content .lead-title { padding: 0; }
  #jrx-ec-content .scroll-section { padding-left: 5%; padding-right: 5%; padding-bottom: 100px; }
  #jrx-ec-content .product-card { width: 220px; margin: 0 20px; }
  #jrx-ec-content .overlay-info img { width: 130%; }
  #jrx-ec-content .overlay-info p { font-size: 20px; }
  #jrx-ec-content .price { margin: 130px 0 0 0; text-align: center; }
  #jrx-ec-content .product-page-button { margin: 10px 0 0 0; text-align: center; }
  #jrx-ec-content .feature { margin-bottom: 50px; }
  #jrx-ec-content .feature-img { height: auto; }
  #jrx-ec-content .feature-title { position: static; padding: 100px 0 0 8%; text-align: left; font-size: 20px; font-weight: bold; transform: none; }
  #jrx-ec-content .feature-cards { position: static; flex-direction: column; margin: 5% 5%; }
  #jrx-ec-content .feature-card { width: 100%; height: auto; margin: 0 auto; background-color: #1c1c1c; }
  #jrx-ec-content .index-box { background-color: #1c1c1c; }
  #jrx-ec-content .index-inner, #jrx-ec-content .index-inner--reverse { flex-direction: column !important; padding: 0 5%; margin-bottom: 50px; }
  #jrx-ec-content .index-image, #jrx-ec-content .index-desc { flex: 1 0 auto; width: 100%; }
  #jrx-ec-content .bonus-section { padding: 50px 5%; }
  #jrx-ec-content .bonus-grid { grid-template-columns: repeat(1, 1fr); }
  #jrx-ec-content .bonus-card img { width: 100%; height: auto; }
  #jrx-ec-content .bonus-card h4 { width: 100%; text-align: left; margin: 10px 0; font-size: 18px; }
  #jrx-ec-content .bonus-card p { width: 100%; text-align: left; margin: 0; font-size: 14px; }
  #jrx-ec-content .special-product-page-hero, #jrx-ec-content .special-product-page-gohobi { min-height: 70vh; padding: 10vh 40px; justify-content: flex-end; background-size: cover; }
  #jrx-ec-content .special-product-page-hero { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/08/mv3_sp.webp'); }
  #jrx-ec-content .special-product-page-gohobi { background-image: url('https://www.tiger-corporation.com/wp-content/uploads/2025/07/bg_donabe_sp-1.webp'); }
  #jrx-ec-content .special-product-page-subtitle-desktop { display: none; }
  #jrx-ec-content .special-product-page-subtitle-mobile { display: block; }
  #jrx-ec-content .special-product-page-subtitle { font-size: 16px; margin: 0 0 20px; }
  #jrx-ec-content .design-title { margin: 50px 0 0; }
  #jrx-ec-content .special-product-page-feature { position: relative; height: 60vh; max-height: 500px; }
  #jrx-ec-content .special-product-page-feature .feature-title { position: absolute; top: 10px; text-align: center; font-size: 20px; }
  #jrx-ec-content .sf-section .sf-container { flex-direction: column; }
  #jrx-ec-content .sf-section .sf-left-panel { position: static; height: auto; width: 100%; padding: 0 20px 60px 20px; }
  #jrx-ec-content .sf-section .sf-caption { font-size: 14px; padding: 5px; }
  #jrx-ec-content .sf-section .sf-left-panel p { text-align: center; }
  #jrx-ec-content .mv-icon {right: 20px; top: 30px;}
  #jrx-ec-content .mv-120-icon {width: 100px;}
}
@media (max-width: 600px) {
  #jrx-ec-content .sg-content-wrapper { padding: 40px 40px 400px 40px; }
  #jrx-ec-content .sg-img-1 { width: 50%; left: 5%; top: 70%; }
  #jrx-ec-content .sg-img-2 { width: 50%; left: 45%; top: 75%; }
  #jrx-ec-content .sg-img-3 { width: 50%; left: 5%; top: 83%; }
  #jrx-ec-content .sg-img-4 { width: 50%; left: 45%; top: 87%; }
}

/* =================================== */
/* モバイル表示の追加修正 */
/* =================================== */
@media (max-width: 768px) {
  #jrx-ec-content .feature-card-text { position: static; padding: 20px 25px; }
  #jrx-ec-content .sf-section .sf-grid-item { display: flex; flex-direction: column; aspect-ratio: auto; }
  #jrx-ec-content .sf-section .sf-caption { position: static; background: none; text-shadow: none; padding: 5px; font-size: 14px; }
  #jrx-ec-content .bonus-card h4 { font-size: 14px; }
  #jrx-ec-content .special-product-page-hero, #jrx-ec-content .special-product-page-gohobi { padding-bottom: 0; }
  #jrx-ec-content .special-product-page-text-container { padding-bottom: 30px; }
}