/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2026 | 01:12:38 */
/* ベースラッパー */
.standarde-wrapper {
    width: 100%;
    overflow: hidden;
    font-family: sans-serif;
    color: #333;
    background-color: #fff;
    padding-bottom: 50px;
}

/* PC時の最大幅1100px */
.standarde-wrapper .std-content-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/* イントロダクション（スマホベース） */
.standarde-wrapper .std-intro {
    text-align: center;
    padding: 40px 15px 20px;
}
.standarde-wrapper .std-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    color: #111;
}
.standarde-wrapper .std-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #222;
}
.standarde-wrapper .std-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* 〇3つ横並びエリア */
.standarde-wrapper .std-circle-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}
.standarde-wrapper .std-circle-item {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #e0e0e0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.standarde-wrapper .std-circle-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    border-color: #b58b2a;
}
.standarde-wrapper .std-circle-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================================================
   モーダルポップアップ本体スタイル
   =================================================== */
.standarde-wrapper .std-modal {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.standarde-wrapper .std-modal.is-open {
    display: flex;
}
.standarde-wrapper .std-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.standarde-wrapper .std-modal-wrapper {
    position: relative;
    width: 92%;
    max-width: 1100px;
    max-height: calc(100vh - 60px - 30px);
    max-height: calc(100dvh - 60px - 30px);
    background: #fff;
    border-radius: 8px;
    z-index: 1;
    overflow-y: auto;
    padding: 20px 15px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.standarde-wrapper .std-modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    transition: background 0.2s;
}
.standarde-wrapper .std-modal-close:hover {
    background: #b58b2a;
}
.standarde-wrapper .std-modal-body {
    width: 100%;
}

/* ===================================================
   ★GXドロワー内スタイル (.gx-d-)
   =================================================== */
.standarde-wrapper .gx-d-sec { padding: 80px 0; font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; }
.standarde-wrapper .gx-d-inner { max-width: 1050px; margin: 0 auto; padding: 0 4%; box-sizing: border-box; }
.standarde-wrapper .gx-d-bg-white { background-color: #ffffff; color: #333; }
.standarde-wrapper .gx-d-bg-gray  { background-color: #8c8f91; color: #fff; }
.standarde-wrapper .gx-d-bg-light { background-color: #e5e5e5; color: #333; }
.standarde-wrapper .gx-d-bg-dark  { background-color: #242221; color: #fff; }
.standarde-wrapper .gx-d-bg-blue  { background-color: #5d6d75; color: #fff; }

.standarde-wrapper .gx-d-title { font-size: 26px; font-weight: bold; letter-spacing: 0.15em; margin-bottom: 40px; text-align: left; }
.standarde-wrapper .gx-d-title span { font-size: 32px; margin-right: 15px; font-family: serif; }
.standarde-wrapper .gx-d-subtitle { font-size: 14px; font-weight: bold; margin: -25px 0 40px 0; text-align: left; }

.standarde-wrapper .gx-d-dummy-img { width: 100%; background-color: rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.2); }
.standarde-wrapper .gx-d-bg-white .gx-d-dummy-img, .standarde-wrapper .gx-d-bg-light .gx-d-dummy-img { background-color: #ddd; border: none; }

.standarde-wrapper .gx-d-option-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; width: 100%; }
.standarde-wrapper .gx-d-opt-label { background: #fff; color: #333; padding: 5px 25px; font-weight: bold; letter-spacing: 0.1em; font-size: 16px; }
.standarde-wrapper .gx-d-opt-line { flex-grow: 1; height: 1px; background-color: #fff; margin: 0 20px; }
.standarde-wrapper .gx-d-opt-price { color: #dcd033; font-size: 24px; font-weight: bold; letter-spacing: 0.1em; }
.standarde-wrapper .gx-d-opt-price span { font-size: 16px; }

.standarde-wrapper .gx-d-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 60px; margin-bottom: 60px; }
.standarde-wrapper .gx-d-row-reverse { flex-direction: row-reverse; }
.standarde-wrapper .gx-d-img, .standarde-wrapper .gx-d-txt { width: 48%; text-align: left; }

.standarde-wrapper .gx-d-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 25px; }
.standarde-wrapper .gx-d-tag { display: inline-block; background-color: #222; color: #fff; font-size: 12px; font-weight: bold; padding: 4px 10px; }
.standarde-wrapper .gx-d-tags-inv .gx-d-tag { background-color: #fff; color: #333; }
.standarde-wrapper .gx-d-catch { font-size: 28px; font-weight: bold; line-height: 1.5; margin-bottom: 25px; letter-spacing: 0.05em; }
.standarde-wrapper .gx-d-desc { font-size: 14px; line-height: 1.8; letter-spacing: 0.05em; text-align: justify; }
.standarde-wrapper .gx-d-note { font-size: 11px; line-height: 1.5; margin-top: 30px; opacity: 0.8; letter-spacing: 0.2em; }
.standarde-wrapper .gx-d-img-caption { background-color: #222; color: #fff; text-align: center; padding: 10px 0; font-weight: bold; font-size: 14px; margin-top: -5px; }
.standarde-wrapper .gx-d-img-caption-outline { border: 1px solid #fff; text-align: center; padding: 10px 0; font-weight: bold; font-size: 14px; margin-bottom: 5px; }

.standarde-wrapper .gx-d-list-btns { list-style: none; padding: 0; margin: 0; }
.standarde-wrapper .gx-d-list-btns li { border: 1px solid #333; text-align: center; padding: 18px 10px; margin-bottom: 10px; font-weight: bold; font-size: 14px; background: transparent; }
.standarde-wrapper .gx-d-cols { display: flex; justify-content: space-between; gap: 40px; }
.standarde-wrapper .gx-d-cols-3 .gx-d-col { width: 30%; text-align: left; }
.standarde-wrapper .gx-d-lines .gx-d-col { position: relative; }
.standarde-wrapper .gx-d-lines .gx-d-col:not(:first-child)::before { content: ""; position: absolute; left: -20px; top: 0; width: 1px; height: 100%; background-color: currentColor; }
.standarde-wrapper .gx-d-col-title { font-size: 18px; font-weight: bold; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 4px solid currentColor; line-height: 1.4; }
.standarde-wrapper .gx-d-col-title span { display: block; font-size: 24px; font-family: serif; margin-bottom: 5px; font-weight: normal; }
.standarde-wrapper .gx-d-lines .gx-d-col p { font-size: 13px; line-height: 1.7; text-align: justify; }

.standarde-wrapper .gx-d-cards .gx-d-card { width: 23%; background: #fff; color: #333; border: 1px solid #111; padding: 25px 15px; text-align: center; }
.standarde-wrapper .gx-d-card-en { display: block; font-size: 9px; color: #666; letter-spacing: 0.1em; margin-bottom: 5px; }
.standarde-wrapper .gx-d-card-title { font-size: 1em; font-weight: bold; margin-bottom: 15px; padding-bottom: 15px; position: relative; }
.standarde-wrapper .gx-d-card-title::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 1px; background-color: #333; }
.standarde-wrapper .gx-d-card p { font-size: 0.9em; line-height: 1.6; font-weight: bold; letter-spacing: 0.2em; }
.standarde-wrapper .gx-d-half-boxes { display: flex; gap: 10px; }
.standarde-wrapper .gx-d-half-box { flex: 1; border: 1px solid #fff; text-align: center; padding: 20px 10px; }
.standarde-wrapper .gx-d-half-box h5 { font-size: 18px; font-weight: bold; margin-bottom: 10px; letter-spacing: 0.2em; }
.standarde-wrapper .gx-d-half-box p { font-size: 11px; line-height: 1.5; letter-spacing: 0.2em; }

.standarde-wrapper .gx-d-chevrons { display: flex; width: 100%; height: 80px; margin-top: 50px; }
.standarde-wrapper .gx-d-chev { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; color: #333; line-height: 1.4; text-align: left; padding-left: 20px; }
.standarde-wrapper .gx-d-chev-1 { background-color: #9c9c9c; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); padding-right: 15px; }
.standarde-wrapper .gx-d-chev-2 { background-color: #b5b5b5; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%); margin-left: -3%; padding-left: 30px; }
.standarde-wrapper .gx-d-chev-3 { background-color: #d1d1d1; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%); margin-left: -3%; padding-left: 30px; }
.standarde-wrapper .gx-d-chev-4 { background-color: #ffffff; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%); margin-left: -3%; padding-left: 30px; }

/* スマホ時モーダル用レスポンシブ */
@media screen and (max-width: 767px) {
    .standarde-wrapper .gx-d-sec { padding: 50px 15px; }
    .standarde-wrapper .gx-d-row, .standarde-wrapper .gx-d-row-reverse { flex-direction: column; gap: 30px; margin-bottom: 40px; }
    .standarde-wrapper .gx-d-img, .standarde-wrapper .gx-d-txt { width: 100%; }
    .standarde-wrapper .gx-d-option-bar { flex-direction: column; align-items: flex-start; gap: 15px; }
    .standarde-wrapper .gx-d-opt-line { display: none; }
    .standarde-wrapper .gx-d-cols { flex-direction: column; gap: 40px; }
    .standarde-wrapper .gx-d-cols-3 .gx-d-col { width: 100%; }
    .standarde-wrapper .gx-d-lines .gx-d-col:not(:first-child)::before { display: none; }
    .standarde-wrapper .gx-d-cards .gx-d-card { width: 100%; margin-bottom: 10px; }
    .standarde-wrapper .gx-d-catch { font-size: 1.2em; }
    .standarde-wrapper .gx-d-title { font-size: 1.2em; }
    .standarde-wrapper .gx-d-title span { font-size: 1.2em; }
    .standarde-wrapper .gx-d-list-btns li { font-size: 0.8em; }
    .standarde-wrapper .gx-d-opt-price { font-size: 1.2em; }
    .standarde-wrapper .gx-d-half-box p { font-size: 0.8em; }
    
    .standarde-wrapper .gx-d-chevrons { flex-direction: column; height: auto; margin-top: 30px; gap: 5px; }
    .standarde-wrapper .gx-d-chev { padding: 15px; text-align: center; clip-path: none !important; margin-left: 0 !important; justify-content: center; position: relative; }
    .standarde-wrapper .gx-d-chev:not(:last-child)::after { content: "▼"; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); color: #fff; z-index: 2; }
    .standarde-wrapper .gx-d-col-title br, .standarde-wrapper .gx-d-half-box br { display: none !important; }
}

/* STANDARD EQUIPMENT エリア (背景#d7d7d7) */
.standarde-wrapper .std-equipment-box {
    background-color: #d7d7d7;
    padding: 25px 10px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* 見出しスタイル */
.standarde-wrapper .std-sec-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.4;
}
.standarde-wrapper .std-sec-title span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 6px;
    color: #444;
}

/* 設備一覧グリッド（スマホ・PCともに2列表示） */
.standarde-wrapper .std-equip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
    background-color: #d7d7d7;
}

/* 各セル */
.standarde-wrapper .std-equip-item {
    background-color: #d7d7d7;
    padding: 12px 5px;
    text-align: center;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* 空セル */
.standarde-wrapper .std-equip-empty {
    background-color: #d7d7d7;
    border: none;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    min-height: 60px;
}

.standarde-wrapper .std-equip-title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
    display: inline-block;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
    color: #111;
    letter-spacing: 0.02em;
}
.standarde-wrapper .std-equip-text {
    font-size: 10.5px;
    line-height: 1.35;
    color: #333;
    word-break: break-all;
}

/* 自動スクロール ギャラリー */
.standarde-wrapper .std-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    background: #fafafa;
    padding: 20px 0;
}
.standarde-wrapper .std-carousel-track {
    display: flex;
    width: max-content;
}

.standarde-wrapper .std-carousel-item {
    width: 130px;
    margin-right: 15px;
    flex-shrink: 0;
    text-align: center;
}
.standarde-wrapper .std-carousel-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.standarde-wrapper .std-carousel-caption {
    font-size: 12px;
    font-weight: bold;
    color: #222;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.standarde-wrapper .scroll-animation {
    animation: stdAutoScrollGallery 30s linear infinite;
}
@keyframes stdAutoScrollGallery {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

/* -----------------------------------
   GUARANTEE ゴールドフレーム
----------------------------------- */
.standarde-wrapper .std-guarantee-card {
    border: 2px solid #b58b2a;
    padding: 40px 15px;
    margin: 30px auto 60px;
    max-width: 800px;
    background-color: #fff;
    box-sizing: border-box;
}

.standarde-wrapper .std-guarantee-header-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}
.standarde-wrapper .std-guarantee-header-line::before,
.standarde-wrapper .std-guarantee-header-line::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #b58b2a;
}

/* ★「A」や「R」のくり抜き交差線を修正した袋文字スタイル★ */
.standarde-wrapper .std-guarantee-outline-title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #ffffff; /* 内側を背景色(白)で埋めて重なり線をカット */
    -webkit-text-stroke: 1.5px #b58b2a;
    margin: 0;
    line-height: 1;
    paint-order: stroke fill;
}

.standarde-wrapper .std-guarantee-sub {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.standarde-wrapper .std-guarantee-desc {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 35px;
}

/* チェックリスト */
.standarde-wrapper .std-guarantee-check-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 380px;
}

.standarde-wrapper .std-g-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
    box-sizing: border-box;
}

.standarde-wrapper .check-circle {
    width: 30px;
    height: 30px;
    border: 2px solid #b58b2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    background-color: #fff;
}

.standarde-wrapper .check-mark {
    width: 7px;
    height: 13px;
    border: solid #b58b2a;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2px;
}

.standarde-wrapper .std-g-item.is-active .check-mark {
    transform: rotate(45deg) scale(1);
}

.standarde-wrapper .g-text {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    letter-spacing: 0.05em;
}

/* 3つのプラン画像 */
.standarde-wrapper .std-plans {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 30px;
}
.standarde-wrapper .std-plans a {
    width: 32%;
    display: block;
    transition: opacity 0.3s ease;
}
.standarde-wrapper .std-plans a:hover {
    opacity: 0.8;
}
.standarde-wrapper .std-plans img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ===================================================
   --- PC用スタイル (768px以上) ---
   =================================================== */
@media screen and (min-width: 768px) {
    .standarde-wrapper .std-intro {
        padding: 60px 20px 40px;
    }
    .standarde-wrapper .std-title {
        font-size: 48px;
        letter-spacing: 0.18em;
        margin-bottom: 12px;
    }
    .standarde-wrapper .std-subtitle {
        font-size: 24px;
        letter-spacing: 0.12em;
        margin-bottom: 24px;
    }
    .standarde-wrapper .std-desc {
        font-size: 16px;
        line-height: 2.0;
        color: #444;
    }

    .standarde-wrapper .std-circle-group {
        gap: 90px;
        margin-top: 35px;
    }
    .standarde-wrapper .std-circle-item {
        width: 200px;
        height: 200px;
        border-width: 3px;
        border-color: #ddd;
    }
    .standarde-wrapper .std-circle-item:hover {
        transform: translateY(-6px) scale(1.03);
        box-shadow: 0 12px 28px rgba(0,0,0,0.18);
        border-color: #b58b2a;
    }

    .standarde-wrapper .std-modal {
        top: 100px;
        height: calc(100vh - 100px);
        height: calc(100dvh - 100px);
    }
    .standarde-wrapper .std-modal-wrapper {
        max-height: calc(100vh - 100px - 40px);
        max-height: calc(100dvh - 100px - 40px);
        padding: 30px 20px;
    }
    .standarde-wrapper .std-modal-close {
        top: 15px;
        right: 20px;
        width: 44px;
        height: 44px;
        font-size: 28px;
        line-height: 38px;
    }

    .standarde-wrapper .std-equipment-box {
        padding: 45px 40px;
    }

    .standarde-wrapper .std-sec-title {
        font-size: 28px;
    }
    .standarde-wrapper .std-sec-title span {
        font-size: 15px;
    }

    .standarde-wrapper .std-equip-item {
        padding: 20px 15px;
    }
    .standarde-wrapper .std-equip-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .standarde-wrapper .std-equip-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .standarde-wrapper .std-carousel-item {
        width: 180px;
        margin-right: 25px;
    }
    .standarde-wrapper .std-carousel-item img {
        height: 220px;
    }
    .standarde-wrapper .std-carousel-caption {
        font-size: 14px;
        margin-top: 10px;
    }

    .standarde-wrapper .std-guarantee-card {
        padding: 60px 40px;
    }
    /* ★PC用袋文字修正★ */
    .standarde-wrapper .std-guarantee-outline-title {
        font-size: 36px;
        -webkit-text-stroke: 2px #b58b2a;
    }
    .standarde-wrapper .std-guarantee-sub {
        font-size: 22px;
    }
    .standarde-wrapper .std-guarantee-desc {
        font-size: 15px;
    }
    .standarde-wrapper .g-text {
        font-size: 18px;
    }
    .standarde-wrapper .check-circle {
        width: 34px;
        height: 34px;
    }
    .standarde-wrapper .check-mark {
        width: 8px;
        height: 15px;
    }

    .standarde-wrapper .std-plans {
        gap: 20px;
    }
}