@charset "utf-8";@charset "UTF-8";

/* =========================================
   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-container {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    min-height: 100vh;
}

/* 左側エリア (共通) */
.snap01-left {
    background-color: #F7F086;
    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: 2.0rem;
    font-family: ivypresto-display, serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 5%;
}

.main-title {
    font-family: ivypresto-display, serif;
    font-size: 5.5rem; 
    line-height: 1.1;
    font-weight: 100;
    margin-bottom: 2%;
}

/* スライダー設定 */
.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: 1.4rem;
    line-height: 1.8;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

/* 右側エリア (共通) */
.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: 1.6rem;
    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: 6rem; 
    font-weight: 100;
    line-height: 1;
    margin-bottom: 15px;
    font-family: ivypresto-display, serif;
}

.itemsnap-title {
    font-size: 2.2rem;
    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: 1.5rem;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    font-family: auto;
}

.itemsnap-description {
    font-size: 1.4rem;
    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;
}

.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: 0.9rem;
    line-height: 1.6;
    padding-top: 5px;
}

.itemsnap-product-name {
    /* font-weight: bold; */
    margin: 0 0 5px 0;
    letter-spacing: 0.05em;
    font-size: 1.1rem;
    margin-top: 2%;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

.itemsnap-product-price {
    margin: 0;
    font-size: 1.1rem;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

/* =========================================
   レスポンシブ調整
   ========================================= */

/* タブレット・スマホサイズ (〜768px) */
@media (max-width: 768px) {
    .itemsnap-number {
        font-size: 6.5rem;
    }
    
    .itemsnap-title {
        font-size: 1.8rem;
    }
    
    .itemsnap-figure:nth-of-type(2) {
        width: 90%; 
        margin-bottom: 30px;
    }

    .itemsnap-container {
        padding-bottom: 80px;
    }

    .allbtn {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }

    .button-container {
        padding: 15px;
        gap: 15px;
    }
}
}

/* PC大型サイズ (1921px以上) - 前回のレイアウトに合わせて拡大 */
@media (min-width: 1921px) {
    .itemsnap-container {
        max-width: 800px; /* 全体の幅を広げる */
    }
    
    .itemsnap-number {
        font-size: 8rem;
    }

    .itemsnap-title {
        font-size: 3rem;
    }

    .itemsnap-description {
        font-size: 1.1rem;
    }
}

/* =================================================================
   2. 中間サイズ（大きめスマホ 〜 タブレット）
   ※430px以上の場合
   ================================================================= */
@media (min-width: 430px) {
    .main-title {
        font-size: 5.5rem; /* ここでご希望の5.5remに変更 */
    }
}

/* =================================================================
   3. PCサイズ（デスクトップ）
   ※1024px以上の場合に適用

================================================================= */
@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: 6.5rem; 
        margin-bottom: 2%;
    }

    /* スライダー：PC用サイズ調整 */
    .slide {
        width: 200px;
    }

    /* 右側：スクロールエリア */
    .snap01-right {
        width: 55%;
        padding: 80px 40px;
    }
}
/* =================================================================
   4. 超高解像度・大型モニター（2560pxなど）
   ※フルHD(1920px)を超えるサイズの場合に適用
   ================================================================= */
@media (min-width: 1921px) {
    
    .snap01-left-inner {
        max-width: 800px; 
    }

    .main-title {
        font-size: 14rem; 
        margin-bottom: 18%;
    }

    .sub-title {
        font-size: 3.5rem; 
    }

    .slide {
        width: 300px; /* 180pxから大幅拡大 */
    }

    .snap01-footer {
        font-size: 1.6rem;
    }

    /* --- 右側エリアの拡大 --- */
    
    /* 右側の余白バランス調整 */
    .snap01-right {
        padding: 120px 80px;
    }

    /* アイテム画像の最大幅を緩和 */
    .item-image {
        max-width: 900px; /* 600pxから拡大 */
    }

    /* 番号や見出しのサイズアップ */
    .item-number {
        font-size: 6rem;
    }

    .item-title {
        font-size: 2rem;
    }
}