.gold_market_price_text_wrapper{
max-width: 720px;
margin: 0 auto;
}

.gold_market_price_content {
    padding: 0px 20px 120px;
    display: none;
}

.gold_market_price_wrapper {
    max-width: 720px;
    background-color: #f3efe6;
    color: #000;
    margin: 0 auto;
    padding: 5px;
}

.gold_market_price_wrapper_inner {
    border: 1px solid #d2c9aa
}

.gold_market_price_table {
    padding: 35px
}

.gold_market_price_item {
    border-bottom: 1px solid #d2c9aa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

.gold_market_price_item:first-child {
    padding: 0px 0px 20px;
}

.gold_market_price_item:last-child {
    border-bottom: 0px;
    padding: 20px 0px 0px;
}

.gold_market_price {
    align-items: baseline;
    display: flex
}

.gold_market_price_sab:before {
    content: "（"
}

.gold_market_price_sab:after {
    content: ")"
}

.gold_market_price_ttl {
    background-color: #d2c9aa;
    font-size: 1.4em;
    font-weight: 500;
    padding: 8px;
    text-align: center;
    width: 240px;
}

.gold_market_price_main {
    font-size: 1.8rem;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align:right;
}

.gold_wrapper {
    background-color: #f3efe6;
    padding: 90px 20px;
    width: 100vw;
    display: none;
}

.gold_wrapper_inner {
    margin: 0 auto;
    max-width: 900px
}

.gold_grid-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.gold_grid-2,
.gold_grid-3 {
    display: grid;
    gap: 1.037037037vw;
    margin-bottom: 2.037037037vw
}

.gold_grid-2 {
    grid-template-columns: 1fr 1fr
}

.gold_grid-1 {
    display: grid;
    gap: 1.037037037vw;
    grid-template-columns: 1fr;
    margin-bottom: 2.037037037vw
}

.gold_ttl_small {
    align-items: center;
    display: flex;
    font-size: 1.9230769231em;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 2.037037037vw;
    text-align: center
}

.gold_ttl_small:after,
.gold_ttl_small:before {
    background-image: linear-gradient(0deg, #ab985d, #ab985d 2px, transparent 0, transparent 4px, #ab985d 0, #ab985d 6px);
    content: "";
    flex-grow: 1;
    height: 6px
}

.gold_ttl_small:before {
    margin-right: 1rem
}

.gold_ttl_small:after {
    margin-left: 1rem
}

.gold_grid_item_ttl {
    font-size: 1.3461538462rem;
    font-weight: 500
}

.gold_grid_item_price_main {
    font-size: 1.5em
}

.gold_grid_item_price_main,
.gold_grid_item_price_sab {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500
}

.gold_grid_item_price_sab {
    font-size: 1em
}

.gold_grid-item {
    align-items: center;
    background-color: #e7e0cd;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px
}

.gold_grid_item_price {
    align-items: baseline;
    display: flex;
    flex-direction: row
}

.gold_grid_item_price_sab:before {
    content: "（"
}

.gold_grid_item_price_sab:after {
    content: "）"
}

.gold_yen {
    font-size: 0.8em;
}

.gold_price_yen {
    font-size: 0.8em;
}

.gold_market_price_sab{
font-size: 1em;
color: #AB985D;
}

.sp-only{
display: none;
}

@media screen and (max-width:767px) {
    .gold_market_price_content {
    padding: 0px 20px 90px;
}

    .gold_grid-item {
        border-radius: 8px;
        padding: 8px;

    }

    .gold_market_price_table {
        padding: 20px;
    }

    .gold_market_price_ttl {
        width: 32vw;
        font-size: 1em;
    }

    .gold_market_price_main {
        font-size: 1.6rem;

    }

    .gold_grid_item_price_sab {
        font-size: 0.9em;
    }

    .gold_market_price_sab {
        font-size: 0.9em;
    }

    .gold_grid-sp-2 {
        grid-template-columns: 1fr 1fr
    }

    .gold_ttl_small {
        font-size: 3.7037037037vw;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .gold_grid-2,
    .gold_grid-3 {
        display: grid;
        gap: 1.037037037vw;
        margin-bottom: 60px;
    }
    .sp-only{
display: block;
}
}