
/* ==========================================================================
   sigma Johnny 専用スタイル
   Black Smoker Guitar - SIGMA JOHNNY HIGHWAY DANCER 記事ページ
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');

/* ==========================================================================
   1. 記事本文エリア
   ========================================================================== */
 
.article-body {
    padding: 48px 0;
}
 
/* ==========================================================================
   2. モデル共通
   ========================================================================== */
 
#models a {
    color: #FFFFFF;
    text-decoration: underline;
}
 
#models a:hover {
    color: #ffc107;
}
 
#models img {
    width: 100%;
    height: auto;
}
 
/* ==========================================================================
   3. テキスト・タイポグラフィ
   ========================================================================== */
 
p.concept {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 2.8rem;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: left;
}
 
.caption {
    font-size: 2.1rem;
    color: #FFFFFF;
}
 
/* ==========================================================================
   4. 価格・スペック
   ========================================================================== */
 
.model-price {
    font-family: 'Oswald', sans-serif;
    font-size: 4.2rem;
    font-weight: bold;
    color: #FF4500;
    text-align: left;
    line-height: 1.8;
}
 
.model-specs {
    width: 100%;
    margin: 0 auto;
}

.model-spectitle {
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}
 
.model-spec {
    font-size: 1.6rem;
    color: #FFFFFF;
    text-align: left;
}

.model-spec strong {
    font-weight: 700!important;
}

.gallery-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}

.model-caution {
    text-align: center;
}

@media (max-width: 768px) {
    .model-caution {
    text-align: left;
}
}

/* ==========================================================================
   5. 商品リンクエリア
   ========================================================================== */

#product-link {
    width: 100%;
    margin: 0 auto;
}

.contact-info__dealers {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .contact-info__dealers {
        text-align: left;
    }
}

/* ==========================================================================
   6. その他
   ========================================================================== */

.sns {
    font-size: 0.8rem !important;
    color: #FFFFFF;
}
 
.rounded-icon {
    border-radius: 30px;
}