@charset "utf-8";@charset "UTF-8";
.is-hidden { display: none !important; }
/* 画像を消した分、テキストの余白を詰める場合 */
.is-hidden + .itemsnap-product-info {
    padding-left: 0;
}


/* =========================================
   1. 基本設定・不要パーツの非表示
   ========================================= */
.news__header_all,
.header__inner,
.crumbsList {
    display: none;
}

#footer {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
}

/* レイアウトコンテナ */
.snap01-container {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    min-height: 100vh;
}

/* 左側エリア (共通) */
.snap01-left {
    background-color: #a59990;
    color: #ffffff; 
    width: 100%;
    padding: 70px 20px;
    text-align: center;
    position: relative; 
    z-index: 10;
}

.snap01-left-inner {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* ヘッダー・タイトル周り */
.snap01-header {
    margin-bottom: 30px;
}

.sub-title {
    font-size: 20px;
    font-family: ivypresto-display, serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 5%;
    color: #ffffff;
}

.main-title {
    font-family: ivypresto-display, serif;
    font-size: 55px; 
    line-height: 1.1;
    font-weight: 100;
    margin-bottom: 2%;
    color: #ffffff;
}

/* スライダー設定 */
.snap01-slider-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}

.snap01-slider-track {
    display: flex;
    width: max-content; 
    animation: scroll 40s linear infinite;
}

.slide {
    width: 180px;
    flex-shrink: 0;
    padding: 0 10px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.snap01-footer {
    font-size: 14px;
    line-height: 1.8;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    color: #ffffff;
}

/* 右側エリア (共通) */
.snap01-right {
    background-color: #ffffff;
    width: 100%;
    padding: 20px 20px;
}

.snap01-item {
    margin-bottom: 120px;
    text-align: center;
    scroll-margin-top: 100px;
}

/* ボタンの外側の余白調整用コンテナ */
.button-container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px; 
    align-items: center; 
}

/* ボタンデザイン */
.allbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    height: 50px;
    border: 1px solid #a0a0a0;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-family: ivypresto-display, serif;
    font-size: 16px;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-weight: 600;
}

.allbtn:hover {
    background-color: #f5f5f5; 
    border-color: #000000; 
    opacity: 0.8;
}

/* =========================================
   itemsnap レイアウトスタイル
   ========================================= */

.itemsnap-container {
    width: 100%;
    max-width: 600px; 
    margin: 0 auto;    
    padding-bottom: 80px; 
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
    color: #333;
    text-align: center; 
}

.itemsnap-header {
    margin-bottom: 30px;
}

.itemsnap-number {
    display: block;
    font-size: 60px; 
    font-weight: 100;
    line-height: 1;
    margin-bottom: 15px;
    font-family: ivypresto-display, serif;
}

.itemsnap-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: ivypresto-display, serif;
}

.itemsnap-visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.itemsnap-figure {
    margin: 0 0 50px 0; 
    width: 100%;        
}

.itemsnap-figure:nth-of-type(2) {
    width: 90%; 
}

.itemsnap-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.itemsnap-text-body {
    text-align: center;
    margin: 0 auto;
}

.itemsnap-model-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    font-family: sans-serif;
}

.itemsnap-description {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    margin: 0;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif; 
}

.itemsnap-products {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto 50px auto; 
}

.itemsnap-products:last-child {
    margin-bottom: 0; 
}

.itemsnap-product-row {
    display: flex;
    align-items: flex-start; 
    gap: 20px;
    text-align: left; 
}

.itemsnap-product-thumb {
    width: 70px; 
    flex-shrink: 0;
}

.itemsnap-product-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.itemsnap-product-info {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 5px;
}

.itemsnap-product-name {
    margin: 0 0 5px 0;
    letter-spacing: 0.05em;
    font-size: 12px;
    margin-top: 2%;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

.itemsnap-product-price {
    margin: 0;
    font-size: 12px;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

/* =========================================
   レスポンシブ調整
   ========================================= */

@media (max-width: 768px) {
    .itemsnap-number {
        font-size: 65px;
    }
    
    .itemsnap-title {
        font-size: 18px;
    }
    
    .allbtn {
        font-size: 14px;
    }
}

@media (min-width: 1921px) {
    .itemsnap-container {
        max-width: 800px; 
    }
    
    .itemsnap-number {
        font-size: 80px;
    }

    .itemsnap-title {
        font-size: 30px;
    }

    .itemsnap-description {
        font-size: 16px;
    }
}

@media (min-width: 430px) {
    .main-title {
        font-size: 55px; 
    }
}

@media (min-width: 1024px) {
    .snap01-container {
        flex-wrap: nowrap;
    }

    .snap01-left {
        width: 45%;
        height: 100vh;
        position: sticky; 
        top: 0;
        overflow: hidden;
        padding: 40px;
    }

    .main-title {
        font-size: 65px; 
    }

    .slide {
        width: 200px;
    }

    .snap01-right {
        width: 55%;
        padding: 80px 40px;
    }
}

@media (min-width: 1921px) {
    .snap01-left-inner {
        max-width: 800px; 
    }

    .main-title {
        font-size: 140px; 
    }

    .sub-title {
        font-size: 35px; 
    }

    .slide {
        width: 300px; 
    }

    .snap01-footer {
        font-size: 16px;
    }

    .snap01-right {
        padding: 120px 80px;
    }
}