@charset "utf-8";@charset "UTF-8";
#ec-header {
    display: none;
}

#wrapper {
    padding-top: 0px;
}

.crumbsList {
    display: none;
}

.pickitem-title {
    font-size: 23px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-align: center;
}

/* ==========================================================================
   1. 制作パーツ用：ベースリセット
   ========================================================================== */
.madomagi2026-container {
    width: 100%;
    overflow-x: hidden;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* ==========================================================================
   2. TOP画像（出し分け & フルワイド設定）
   ========================================================================== */
.image {
    width: 100%;
    line-height: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.image img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 768px) {
    .pc_only { display: block; }
    .sp_only { display: none; }
}

@media screen and (max-width: 767px) {
    .pc_only { display: none; }
    .sp_only { display: block; }
}

/* ==========================================================================
   3. Gallery Layout (2 Columns)
   ========================================================================== */
.madomagi2026-gallery {
    padding: 0px 20px 50px;
    max-width: 1100px;
    margin: 0 auto;
    clear: both;
}

.madomagi2026-gallery__inner {
    display: flex; 
    gap: 40px;
}

.madomagi2026-item { 
    flex: 1; 
    min-width: 0; 
}

.madomagi2026-item__image-wrapper {
    position: relative; 
    width: 100%; 
    aspect-ratio: 3 / 4;
    overflow: hidden; 
    background-color: #f7f7f7; 
    margin-bottom: 20px;
}

.madomagi2026-item__img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

/* ==========================================================================
   4. Product Info & Buy Button
   ========================================================================== */
.madomagi2026-product-single {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end;
    padding-bottom: 10px; 
    border-bottom: 1px solid #eee;
}

.madomagi2026-product-single__detail { 
    display: flex; 
    flex-direction: column; 
}

.madomagi2026-product-single__name { 
    font-size: 13px; 
    font-weight: 600; 
    letter-spacing: 0.02em; 
}

.madomagi2026-product-single__brand { 
    font-size: 11px; 
    color: #888; 
    margin-top: 2px; 
}


.madomagi2026-btn-buy {
    background-color: #251745 !important; 
    color: #ffffff !important; 
    text-decoration: none; 
    font-size: 11px; 
    padding: 6px 16px;
    font-weight: bold; 
    text-transform: uppercase;
    transition: opacity 0.3s; 
    display: inline-block; 
    line-height: 1;
}

.madomagi2026-btn-buy:hover { 
    opacity: 0.7; 
    color: #ffffff !important;
}

/* ==========================================================================
   5. Responsive (スマホ対応)
   ========================================================================== */
@media screen and (max-width: 767px) {
    .madomagi2026-gallery { 
        padding: 0px 15px 50px; 
    }
    .madomagi2026-gallery__inner { 
        flex-direction: column; 
        gap: 50px; 
    }
}

/* ==========================================================================
   Campaign & Hero Insertions
   ========================================================================== */
.madomagi2026-hero-mid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.madomagi2026-campaign-text {
    text-align: center;
    margin: 40px auto 80px;
    max-width: 800px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .madomagi2026-hero-mid {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .madomagi2026-campaign-text {
        font-size: 13px;
        margin: 30px auto 60px;
    }
}

/* ==========================================================================
   Parallax & Fade-in Effects
   ========================================================================== */
.madomagi2026-hero-parallax-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1080;
    overflow: hidden;
    clip-path: inset(0);
}

.madomagi2026-hero-parallax-img {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; 
    aspect-ratio: 1920 / 1080;
    object-fit: cover;
    object-position: center bottom;
    z-index: -1;
    will-change: transform;
}

.madomagi2026-fade-in {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.madomagi2026-fade-in.is-visible {
    opacity: 1;
}

.madomagi2026-content-wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .madomagi2026-hero-parallax-wrapper,
    .madomagi2026-hero-parallax-img {
        aspect-ratio: 768 / 1080;
    }
}

/* Ken Burns (ゆっくりズーム) Effect */
.madomagi2026-kenburns-wrapper {
    opacity: 0;
    overflow: hidden;
    transition: opacity 1.2s ease-in-out;
}

.madomagi2026-kenburns-wrapper.is-visible {
    opacity: 1;
}

.madomagi2026-kenburns-img {
    transform: scale(1);
    transition: transform 8s ease-out;
    will-change: transform;
}

.madomagi2026-kenburns-wrapper.is-visible .madomagi2026-kenburns-img {
    transform: scale(1.06); 
}

/* ==========================================================================
   Parallax Logo (じんわり表示 & ドロップシャドウ)
   ========================================================================== */
.madomagi2026-parallax-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10; 
    text-align: center;
    width: 80%; 
    max-width: 600px; 
}

.madomagi2026-parallax-logo-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.4));
}

/* じんわり表示するアニメーション */
.madomagi2026-logo-fade {
    opacity: 0;
    animation: logoFadeIn 2.5s ease-in-out forwards;
    animation-delay: 0.5s; 
}

@keyframes logoFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --- レスポンシブ（画面幅に合わせたロゴサイズ調整） --- */

/* 1. タブレット768px〜1024px付近の時 */
@media screen and (max-width: 1024px) {
    .madomagi2026-parallax-logo {
        max-width: 380px; 
    }
}

/* 2. スマホ430px〜767pxの時 */
@media screen and (max-width: 767px) {
    .madomagi2026-parallax-logo {
        max-width: 320px; 
    }
}

/* 3. iPhone SEなど 390px以下の時 */
@media screen and (max-width: 390px) {
    .madomagi2026-parallax-logo {
        max-width: 250px; 
    }
}

/* ==========================================================================
   Copyright
   ========================================================================== */
.madomagi2026-copyright {
    text-align: center;
    padding: 40px 20px 10px 20px;
}

/* PCサイズの調整 */
.madomagi2026-copyright-img {
    width: 100%;
    max-width: 200px; 
    height: auto;
    display: inline-block;
}

/* スマホサイズ（767px以下）の調整 */
@media screen and (max-width: 767px) {
    .madomagi2026-copyright {
        padding: 40px 20px 20px 20px;
    }
    
    .madomagi2026-copyright-img {
        max-width: 180px; 
    }
}