@charset "utf-8";@charset "UTF-8";

.topimage {
    width: 92%;
    max-width: 800px;
    margin: 20px auto;
}

.topimage img {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

/* ==========================================================================
   メインリード・ボタン
   ========================================================================== */
.sub-lead {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.btn {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    flex: 1;
    max-width: 150px;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.btn:hover {
    background-color: #f5f5f5;
}

.description-text {
    font-size: 14px;
    line-height: 1.8;
}

/* ==========================================================================
   アイテム詳細・2カラムスナップ
   ========================================================================== */
.item-detail-section {
    max-width: 580px;
    margin: 0 auto 50px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.item-title {
    font-size: 1.4em;
    font-weight: 700;
    margin: 80px 0 30px;
    letter-spacing: 0.05em;
}

.main-item-image {
    margin-bottom: 50px;
    width: 100%;
}

.main-item-image img {
    width: 100%;
    height: auto;
    display: block;
}

.main-more-container {
    text-align: right;
    margin-top: 15px;
}

.more-link-large {
    font-size: 1.1em;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

/* 2カラムスナップグリッド */
.snap-grid {
    display: flex;
    flex-wrap: wrap;      
    justify-content: flex-start; 
    gap: 30px 15px;    
}

.snap-card {
    width: calc(50% - 7.5px); 
    text-align: left;
    margin-bottom: 10px;  
}

.snap-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.snap-info {
    border-top: 1px solid #333;
    padding-top: 8px;
}

.staff-name {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.shop-name {
    font-size: 0.9em;
    color: #666;
    margin: 2px 0 10px;
    min-height: 2.4em; 
}

.staff-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.height {
    font-size: 0.7em;
    color: #666;
}

.more-link {
    font-size: 0.8em;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

/* ==========================================================================
   MORE Button 
   ========================================================================== */
.more-action {
    width: 100%;
    max-width: 580px; 
    margin: 40px auto 20px; 
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.more-action__text {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.more-action__btn {
    display: block; 
    width: 100%;
    max-width: 400px; 
    margin: 0 auto;
    background-color: #222; 
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 0;
    letter-spacing: 0.1em;
    transition: background-color 0.3s, opacity 0.3s;
}

.more-action__btn:hover {
    background-color: #444; 
    opacity: 0.9;
}

/* ==========================================================================
   Brand Ranking Section
   ========================================================================== */
.brandranking {
    width: 100%;
    padding: 80px 0; 
    background-color: #fff;
    margin: 0 auto;
}

.brandranking__container {
    max-width: 580px; 
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.brandranking__title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    color: #333;
}

.brandranking__list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eeeeee;
}

.brandranking__item {
    border-bottom: 1px solid #eeeeee;
}

.brandranking__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
}

.brandranking__link:hover {
    opacity: 0.6;
}

.brandranking__name {
    font-size: 16px; 
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.brandranking__arrow {
    position: relative;
    width: 10px;
    height: 10px;
}

.brandranking__arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: translateY(-50%) rotate(45deg);
}

/* ==========================================================================
   全レスポンシブ対応 (Media Queries)
   ========================================================================== */

/* タブレット・PC向け調整 */
@media (min-width: 768px) {
    .brandranking__link {
        padding: 22px 0;
    }
}

/* モバイル向け調整 (767px以下) */
@media (max-width: 767px) {
    .more-action {
        margin-top: 80px; 
    }
    
    .more-action__btn {
        padding: 15px 0;
        font-size: 14px;
    }

    /* ブランドランキングのサイズ調整 */
    .brandranking__title {
        font-size: 18px;
    }
    .brandranking__name {
        font-size: 14px; 
    }
    .brandranking__link {
        padding: 16px 5px;
    }
}

/* 480px以下の微調整 */
@media (max-width: 480px) {
    .btn {
        font-size: 0.8em;
        padding: 10px 5px;
    }
    .snap-grid {
        gap: 10px;
    }
    .snap-card {
        width: calc(50% - 5px);
    }
    .shop-name, .height, .more-link {
        font-size: 0.9em;
    }
}