/*
Theme Name: 愛's Country
Description: Strategic Top Page (LP) Styles - Refined for Trust and Conversion
*/

/* --- Reset & Base --- */
#content { padding: 0 !important; }
#inner-content { max-width: none !important; width: 100% !important; padding: 0 !important; }

.top-page-main {
    font-family: "Noto Sans JP", sans-serif;
    color: #1a1a1a;
    line-height: 1.7;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* --- Block & Inner Structure --- */
.top-hero-block, .top-choice-block, .top-values-block, .top-stock-block, 
.top-youtube-block, .top-bo-block, .top-trust-block, .top-final-cta-block {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.top-hero-inner, .top-choice-inner, .top-values-inner, .top-stock-inner, 
.top-youtube-inner, .top-bo-inner, .top-trust-inner, .top-final-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* --- Common UI --- */
.section-head {
    margin-bottom: clamp(40px, 6vw, 60px);
    text-align: center;
}
.section-head-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: clamp(40px, 6vw, 60px);
}
.section-sub {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    color: #e70314;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.section-title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 900;
    line-height: 1.4;
    color: #1a1a1a;
}

.view-all-link {
    font-size: 16px;
    font-weight: 700;
    color: #e70314;
    text-decoration: none;
    border-bottom: 2px solid #e70314;
    padding-bottom: 2px;
    transition: opacity 0.3s;
}
.view-all-link:hover { opacity: 0.7; }

/* --- 1. Hero Block --- */
.top-hero-block {
    padding: clamp(100px, 15vw, 200px) 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%), 
                url('../images/hero.jpg') center/cover no-repeat;
    color: #fff;
}
.hero-label { margin-bottom: 25px; }
.hero-label span {
    display: inline-block;
    background: #e70314;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
    letter-spacing: 0.1em;
    border-radius: 4px;
}
.hero-title {
    font-size: clamp(32px, 5.5vw, 56px);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
}
.hero-title .highlight {
    background: #e70314;
    color: #fff;
    padding: 0.05em 0.25em 0.12em; /* 下側にわずかに厚みを持たせて視覚的中央を調整 */
    display: inline-block;
    line-height: 1;
    margin: 0 0.1em;
    vertical-align: baseline; /* ベースラインに合わせる */
    position: relative;
    transform: translateY(0.04em); /* 漢字の座りを周囲と一致させるための微細調整 */
}
.hero-lead {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 50px;
    opacity: 0.9;
}
.hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(15px, 2vw, 20px) clamp(30px, 4vw, 50px);
    border-radius: 50px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}
.cta-line { background: #06C755; color: #fff; }
.cta-line i { margin-right: 10px; font-size: 1.2em; }
.cta-stock { background: #fff; color: #1a1a1a; }
.cta-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* --- 2. Choice Block --- */
.top-choice-block { margin-top: -60px; z-index: 10; padding-bottom: 80px; }
.choice-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.choice-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(25px, 3vw, 40px) 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.3s;
}
.choice-box.stock { border-left: 6px solid #1a1a1a; }
.choice-box.consult { border-left: 6px solid #06C755; }
.choice-box.backorder { border-left: 6px solid #e70314; }
.choice-box:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }

.choice-text .en {
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #888;
    letter-spacing: 0.1em;
    font-size: 13px;
}
.choice-text h3 { font-size: clamp(23px, 3.2vw, 28px); font-weight: 900; margin: 5px 0 10px; line-height: 1.3; }
.choice-text p { font-size: 13px; color: #666; line-height: 1.5; }
.choice-icon { font-size: 30px; color: #f0f0f0; transition: color 0.3s; margin-left: 10px; }
.choice-box:hover .choice-icon { color: #eee; }

/* --- 3. Values Block --- */
.top-values-block { 
    padding: 100px 0; 
    background: linear-gradient(135deg, #e70314 0%, #a0020e 100%); 
    color: #fff;
}
.top-values-block .section-title { 
    color: #fff; 
    font-size: clamp(36px, 6vw, 72px);
}
.top-values-block .section-sub { color: #ffeb3b; } /* アクセントの黄色 */

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
}
.value-image {
    width: calc(100% + 60px);
    margin: -30px -30px 25px -30px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.value-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.value-card:hover .value-image img { transform: scale(1.05); }
.value-num {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(50px, 6vw, 70px);
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 5;
    line-height: 1;
    text-shadow: 
        0 0 20px rgba(0,0,0,0.8), 
        2px 2px 0 rgba(0,0,0,0.5);
    opacity: 0.9;
    pointer-events: none;
}
.value-card h3 { 
    font-size: 20px; 
    font-weight: 900; 
    color: #1a1a1a; 
    margin-bottom: 20px; 
    position: relative; 
}
.value-card h3::after { 
    content: ''; 
    display: block; 
    width: 30px; 
    height: 4px; 
    background: #ffeb3b; /* アクセントの黄色 */
    margin-top: 15px; 
}
.value-card p { font-size: 15px; color: #555; line-height: 1.8; }

/* --- 4. Stock Block --- */
.top-stock-block { padding: 120px 0; background: #fff; }
.stock-head {
    text-align: center;
    margin-bottom: clamp(60px, 8vw, 100px);
}
.stock-title {
    font-size: clamp(32px, 5.5vw, 56px); /* YouTubeブロックと同じ最大56pxまで拡大 */
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}
.section-lead {
    font-size: clamp(16px, 1.8vw, 20px);
    color: #666;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.stock-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.stock-footer {
    text-align: center;
    margin-top: 60px;
}
.btn-stock-all {
    display: inline-block;
    padding: clamp(15px, 2vw, 22px) clamp(40px, 5vw, 80px);
    background: linear-gradient(135deg, #e70314 0%, #a0020e 100%);
    color: #fff;
    border: none;
    border-radius: 60px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 900;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(231, 3, 20, 0.3);
}
.btn-stock-all i {
    margin-left: 12px;
    transition: transform 0.3s;
}
.btn-stock-all:hover {
    background: linear-gradient(135deg, #ff0000 0%, #e70314 100%);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(231, 3, 20, 0.5);
}
.btn-stock-all:hover i {
    transform: translateX(5px);
}

/* --- sl-card (Ported from zaiko-list.css) --- */
.sl-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sl-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #e70314;
}

.sl-card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sl-card-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.sl-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sl-card:hover .sl-card-image img {
    transform: scale(1.05);
}

.sl-card-price-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(231,3,20,0.95) 0%, rgba(160,2,14,0.95) 100%);
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    text-align: right;
    box-shadow: -2px -2px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

.sl-card-price-overlay .label {
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    margin-bottom: 2px;
}

.sl-card-price-overlay .value {
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
}

.sl-card-price-overlay .value .num {
    font-size: 3rem;
    border-bottom: 4px solid #ffeb3b;
    padding-bottom: 2px;
    font-family: 'Oswald', sans-serif !important;
}

.sl-card-price-overlay .value .unit {
    font-size: 1.1rem;
    margin-left: 2px;
    font-family: 'Oswald', sans-serif !important;
}

.sl-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sl-card-title {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #1a1a1a;
}

.sl-card-grade {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sl-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.sl-tag {
    font-size: 0.7rem;
    font-weight: 700;
    color: #555;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

/* --- 5. YouTube Block --- */
.top-youtube-block { 
    padding: 100px 0; 
    background: #0f0f0f; /* YouTubeのダークトーンに近い黒 */
    color: #fff; 
    overflow: hidden; 
}

/* PCレイアウト (標準) */
.yt-content { 
    display: grid; 
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: auto auto auto; /* 3行に拡張 */
    gap: 15px 30px; 
    align-items: start;
}

.yt-label { 
    color: #ff0000; 
    font-family: 'Oswald', sans-serif; 
    font-weight: 700; 
    letter-spacing: 0.2em; 
    display: block; 
    margin-bottom: 60px; 
    font-size: 14px;
    text-align: center;
}

.yt-title { 
    grid-column: 1;
    grid-row: 1;
    font-size: 44px; 
    font-weight: 900; 
    margin-bottom: 0; 
    line-height: 1.3; 
    color: #ffffff; 
}
.yt-title .highlight {
    color: #ffeb3b; 
    position: relative;
    display: inline-block;
}
.yt-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(255, 235, 59, 0.3); 
    z-index: -1;
}

/* 黄色い紹介ブロック (左カラム2個目) */
.yt-goo-intro-block {
    grid-column: 1; 
    grid-row: 2;
    background-color: #ffeb3b;
    color: #000;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 10px;
    gap: 0;
    box-shadow: 0 0 25px rgba(255, 235, 59, 0.7); 
    text-decoration: none; 
    transition: all 0.2s ease;
    cursor: default;
    margin: 10px 0; /* 前後の隙間調整 */
}
.yt-goo-intro-block[href] {
    cursor: pointer;
}
.yt-goo-intro-block[href]:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 30px rgba(255, 235, 59, 0.9);
}
.yt-goo-intro-block[href]:hover .yt-goo-intro-text {
    text-decoration: underline;
}
.yt-goo-intro-block[href]:active {
    transform: translateY(-1px);
    box-shadow: none; 
}
.yt-goo-intro-img {
    flex: 0 0 40%; 
}
.yt-goo-intro-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}
.yt-goo-intro-text {
    flex: 0 0 60%; 
    font-size: 22px; 
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.yt-desc { 
    grid-column: 1;
    grid-row: 3;
    font-size: 17px; 
    margin-bottom: 0; 
    color: rgba(255, 255, 255, 0.8); 
    line-height: 1.8;
}

.yt-image-video { 
    grid-column: 2; 
    grid-row: 1 / 3; /* 1行目と2行目を使って大きく表示 */
    width: 100%;
    border-radius: 24px; 
    overflow: hidden; 
    box-shadow: 0 25px 60px rgba(0,0,0,0.5); 
    background: #000;
    border: 4px solid #333; 
}
.yt-image-video img { width: 100%; height: 100%; object-fit: cover; display: block; }

.yt-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.yt-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.yt-side-button {
    grid-column: 2; 
    grid-row: 3; 
    text-align: center;
}
.yt-link { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 900; 
    border: 2px solid #ff0000;
    padding: 18px 40px;
    border-radius: 60px;
    background: #ff0000;
    transition: all 0.3s ease;
    font-size: 20px; 
    width: 100%;
    box-sizing: border-box;
}
.yt-link:hover { 
    background: transparent; 
    color: #ffffff;
}
.yt-link i { margin-left: 12px; font-size: 1.2em; color: #fff; }
.yt-link { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 900; 
    border: 2px solid #ff0000;
    padding: 18px 40px;
    border-radius: 60px;
    background: #ff0000;
    transition: all 0.3s ease;
    font-size: 20px; 
    width: 100%;
    box-sizing: border-box;
}
.yt-link:hover { 
    background: transparent; 
    color: #ffffff;
}
.yt-link i { margin-left: 12px; font-size: 1.2em; color: #fff; }
.yt-link { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 900; 
    border: 2px solid #ff0000;
    padding: 18px 40px;
    border-radius: 60px;
    background: #ff0000;
    transition: all 0.3s ease;
    font-size: 20px; /* PC固定サイズ */
    width: 100%;
    box-sizing: border-box;
}
.yt-link:hover { 
    background: transparent; 
    color: #ffffff;
}
.yt-link i { margin-left: 12px; font-size: 1.2em; color: #fff; }

/* --- 6. Backorder Block --- */
.top-bo-block { padding: 80px 0; background: #1a1a1a; color: #fff; overflow: hidden; }
.bo-content { display: flex; align-items: center; gap: 60px; }
.bo-text { flex: 1; }
.bo-label { color: #e70314; font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 0.2em; display: block; margin-bottom: 15px; }
.bo-title { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin-bottom: 30px; line-height: 1.3; }
.bo-title .highlight {
    color: #ffeb3b; /* テーマのアクセントイエロー */
    position: relative;
    display: inline-block;
}
.bo-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 235, 59, 0.3); /* イエローのマーカー風 */
    z-index: -1;
}
.bo-desc { font-size: 16px; margin-bottom: 40px; opacity: 0.8; }

.btn-bo-action {
    display: inline-block;
    padding: clamp(15px, 2vw, 22px) clamp(30px, 4vw, 50px);
    background: #fff;
    color: #1a1a1a;
    border: none;
    border-radius: 60px;
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 900;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.btn-bo-action i {
    margin-left: 10px;
    color: #e70314;
    transition: transform 0.3s;
}
.btn-bo-action:hover {
    background: #e70314;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(231, 3, 20, 0.4);
}
.btn-bo-action:hover i {
    color: #fff;
    transform: translateX(5px);
}

.bo-image { flex: 1; border-radius: 20px; overflow: hidden; height: 400px; }
.bo-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

/* --- 7. Trust Block --- */
.top-trust-block { padding: clamp(80px, 10vw, 120px) 0; background: #fcfcfc; }
.trust-flex { display: flex; align-items: center; gap: clamp(40px, 6vw, 80px); }
.trust-visual { flex: 1; }
.trust-visual img { 
    width: 100%; 
    height: auto; 
    display: block; 
    border-radius: 24px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.08); 
    object-fit: cover;
}

.trust-text { flex: 1.2; }
.trust-title { 
    font-size: clamp(26px, 4vw, 36px); 
    font-weight: 900; 
    color: #1a1a1a; 
    margin-bottom: 30px; 
    line-height: 1.4;
}
.trust-text p { 
    font-size: 16px; 
    margin-bottom: 40px; 
    color: #555; 
    line-height: 1.8;
}
.trust-link { 
    display: inline-block;
    color: #1a1a1a; 
    font-weight: 700; 
    text-decoration: none; 
    border-bottom: 2px solid #e70314; /* サイト共通の赤でアクセント */
    padding-bottom: 5px; 
    transition: all 0.3s;
}
.trust-link:hover { opacity: 0.7; transform: translateX(5px); }
.trust-link i { margin-left: 8px; color: #e70314; }

/* --- 8. Final CTA Block --- */
.top-final-cta-block { padding: 100px 0 150px; }
.cta-card {
    background: #f9f9f9;
    padding: clamp(40px, 8vw, 80px);
    border-radius: 30px;
    text-align: center;
    border: 1px solid #eee;
}
.cta-headline { font-size: clamp(24px, 5vw, 42px); font-weight: 900; color: #1a1a1a; margin-bottom: 25px; line-height: 1.3; }
.cta-subline { font-size: 16px; color: #666; margin-bottom: 50px; }
.cta-btns { display: flex; gap: 20px; justify-content: center; margin-bottom: 40px; }
.btn-primary-line { background: #06C755; color: #fff; padding: 20px 50px; border-radius: 50px; font-weight: 700; font-size: 20px; text-decoration: none; display: inline-flex; align-items: center; }
.btn-primary-line i { margin-right: 12px; font-size: 1.4em; }
.btn-outline { border: 2px solid #1a1a1a; color: #1a1a1a; padding: 20px 50px; border-radius: 50px; font-weight: 700; font-size: 20px; text-decoration: none; }

.cta-tel { font-size: 18px; color: #888; font-weight: 700; }
.cta-tel span { font-family: 'Oswald', sans-serif; color: #1a1a1a; font-size: 1.5em; margin-left: 10px; }

/* --- Responsive --- */
@media screen and (max-width: 639px) {
    .top-hero-block { padding: 120px 0 80px; text-align: center; }
    .hero-label { margin-bottom: 20px; }
    .hero-cta-group, .cta-btns { flex-direction: column; width: 100%; gap: 15px; }
    .cta-btn, .btn-primary-line, .btn-outline { width: 100%; box-sizing: border-box; }

    .top-choice-block { margin-top: -30px; padding-bottom: 40px; }
    .choice-container { grid-template-columns: 1fr; }

    .top-values-block { padding: 60px 0; }
    .top-values-block .section-title { font-size: 32px; }
    .values-grid { grid-template-columns: 1fr; gap: 20px; }

    .top-stock-block { padding: 60px 0; overflow: hidden; }
    .stock-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 0 20px 20px;
        margin: 0 -20px;
        -webkit-overflow-scrolling: touch;
    }
    .stock-grid::-webkit-scrollbar { display: none; } /* スクロールバー非表示 */
    .sl-card {
        flex: 0 0 280px;
        scroll-snap-align: center;
    }
    .stock-footer { margin-top: 30px; }

    .yt-content { display: flex; flex-direction: column; gap: 30px; }
    .yt-image-video { order: 1; width: 100%; border-radius: 12px; }
    .yt-title { order: 2; font-size: clamp(28px, 8vw, 36px); text-align: left; }
    .yt-goo-intro-block { order: 3; }
    .yt-desc { order: 4; font-size: 15px; text-align: left; }
    .yt-side-button { order: 5; text-align: center; width: 100%; }
    .yt-link { width: auto; min-width: 280px; font-size: clamp(16px, 4vw, 20px); }

    .bo-content { flex-direction: column; gap: 30px; }
    .bo-title { font-size: 26px; }
    .bo-image { width: 100%; height: 250px; }

    .trust-flex { flex-direction: column; gap: 30px; }
    .trust-visual, .trust-text { width: 100%; text-align: center; }
    .trust-title { font-size: 24px; margin-bottom: 20px; }
    .trust-link { display: inline-block; }

    .section-head-flex { flex-direction: column; align-items: center; text-align: center; }
    .view-all-link { margin-top: 20px; }
    .cta-card { padding: 40px 20px; border-radius: 20px; }
    .cta-headline { font-size: 24px; }
    .cta-tel span { display: block; margin: 10px 0 0; font-size: 28px; }

    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
}

@media screen and (min-width: 640px) {
    .sp-only { display: none !important; }
}
