.watch-price .market-price-wrap {
    background: #FFEDE3;
    /* height: 630px; */
    padding-top: 30px;
    padding-bottom: 83px;
    margin: 40px 0 20px;
}

.watch-price .market-price-wrap .ttl-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: -45px;
}

.watch-price .market-price-wrap .ttl-wrap .left {
    width: 200px;
    overflow: hidden;
    height: 182px;
    position: relative;
    top: -45px;
}

.watch-price .market-price-wrap .ttl-top {
    text-align: center;
    margin: 10px 0px 15px;
}

.watch-price .market-price-wrap .ttl-top .deco {
    font-size: 1.5rem;
    line-height: 1em;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.watch-price .market-price-wrap .ttl-top .deco:before {
    content: '';
    background: url(../img/tokei-kaitori/line_decoration_left.png) no-repeat;
    position: absolute;
    width: 13px;
    height: 38px;
    top: -14px;
    left: -20px;
}

.watch-price .market-price-wrap .ttl-top .deco:after {
    content: '';
    background: url(../img/tokei-kaitori/line_decoration_right.png) no-repeat;
    position: absolute;
    width: 13px;
    height: 38px;
    top: -14px;
    right: -20px;
}

.chart-watch {
    border-radius: 5px;
    padding: 10px 40px 0 10px;
    position: relative;
}

.chart-watch .chart-img {
    display: block;
    float: left;
    padding: 0px 10px;
    margin-top: -80px;
    width: 217px;
    height: auto;
}

.chart-watch .chart-title {
    display: block;
    height: 18px;
    left: 160px;
}

.chart-watch .chart-inner {
    display: block;
    position: absolute;
    background: #FFFFFF;
    width: 678px;
    height: 485px;
    top: 163px;
    left: 41px;
    border-radius: 15px;
    padding: 20px;
}

.watch-price .market-price-wrap table {
    width: 100%;
    border-spacing: 0;
}

.watch-price .market-price-wrap table th {
    padding: 3px;
}

.watch-price .market-price-wrap table th.date {
    text-align: center;
    font-size: 1rem;
    border-bottom: none;
    padding-top: 10px;
}

.watch-price .market-price-wrap table th.date.new {
    position: relative;
    color: #EF0000;
    font-weight: bold;
    border-right: none;
}

.watch-price .market-price-wrap table th.date.new .price {
    content: '';
    position: absolute;
    background: #FCD8C9;
    right: 0px;
    top: 0;
    z-index: 1;
    width: 90%;
    height: 100%;
    padding-top: 7px;
    line-height: 28px;
}

.watch-price .market-price-wrap table th.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.watch-price .market-price-wrap table td {
    padding: 10px;
}

.watch-price .market-price-wrap table td.old {
    position: relative;
    font-weight: bold;
    width: 200px;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
}

.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
}

.watch-price .market-price-wrap table td.new {
    position: relative;
    color: #EF0000;
    font-weight: bold;
    width: 200px;
    font-size: 1.4rem;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: center;
    border-right: none;
}

.watch-price .market-price-wrap table th.item .left {
    width: 50px;
}

.watch-price .market-price-wrap table th.item .right {
    width: 270px;
}

.watch-price .market-price-wrap img {
    max-width: 100%;
    height: auto;
}

.watch-price .market-price-wrap table th.item .name {
    font-weight: bold;
    font-size: 1rem;
}

.watch-price .market-price-wrap table th.item .number {
    font-weight: normal;
    font-size: 0.7rem;
}

.watch-price .market-price-wrap table td.old:after {
    content: '';
    background: url(../../img/tokei-kaitori/icon_soar.png) no-repeat;
    position: absolute;
    width: 33px;
    height: 22px;
    right: -20px;
    z-index: 2;
}

.watch-price .market-price-wrap table td.new .price {
    content: '';
    position: absolute;
    background: #FCD8C9;
    right: 0px;
    top: 0;
    z-index: 1;
    width: 90%;
    height: 100%;
    line-height: 56px;
}

.watch-price .market-price-wrap .note {
    font-size: .6rem;
    padding-left: 1em;
    padding-top: 5px;
}

.watch-price .market-price-wrap .ttl {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
}

.watch-price .market-price-wrap .br-pc {
    display: none;
}

.watch-price .market-price-wrap .ttl .maker {
    background: linear-gradient(transparent 50%, #F4FF00 50%);
    padding-left: 5px;
    margin-left: 5px;
    color: #EF0000;
}

.watch-price .market-price-wrap .ttl .maker {
    background: linear-gradient(transparent 50%, #F4FF00 50%);
    padding-left: 5px;
    margin-left: 5px;
    color: #EF0000;
}

.watch-price .market-price-wrap .ttl .growth {
    font-size: 1.8rem;
}

.watch-price .market-price-wrap table th.item .name {
    font-size: 1.5rem;
}

.watch-price .market-price-wrap table th.item .number {
    font-size: 1rem;
}

.watch-price .market-price-wrap .note {
    font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap .note {
    font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
    font-size: 1rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
    font-size: 1.3rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
    font-size: 1.3rem;
}

.watch-price .market-price-wrap .ttl-top .deco {
    font-size: 2rem;
}

.watch-price .market-price-wrap .ttl {
    font-size: 2rem;
}

.watch-price .market-price-wrap .ttl-top {
    margin: 0;
}

.chart-watch {
    padding: 10px 40px 0 40px;
}

.chart-watch .chart-inner {
    width: auto;
    position: initial;
}

.tokei-kaitori .record-list-wrap ul.record-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tokei-kaitori .record-list-wrap ul.record-list li {
    width: 33.3%;
    min-height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px dotted #b0b0b0;
    border-bottom: 1px dotted #b0b0b0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 5px 5px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .left {
    width: 25%;
}

.tokei-kaitori .record-list-wrap ul.record-list li .right {
    width: 69%;
}

.tokei-kaitori .record-list-wrap img {
    max-width: 100%;
    height: auto;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
    font-size: 1.3rem;
    line-height: 1;
    margin: 5px 0px 5px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
    font-size: 1rem;
    background: #e6e2d4;
    padding: 4px 4px;
    margin-right: 2px;
    padding: 1px 5px;
    border-radius: 3px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
    color: #de1122;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-right: 37px;
}

.tokei-kaitori .record-list-wrap .note {
    margin-top: 10px;
    font-size: .9rem;
}

.under.kaitori h2 {
    font-size: 22px;
    text-align: left;
    border-radius: 5px;
    color: #fff;
    background: #de1122;
    padding: 15px 15px 10px;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}

@media screen and (max-width:767px) {
    #main .timepiece p {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .watch-price .market-price-wrap {
        background: #FFEDE3;
        height: 590px;
        padding-top: 30px;
        margin: 20px 0;
    }
    .watch-price .market-price-wrap .ttl-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: -45px;
    }
    .watch-price .market-price-wrap .ttl-wrap .left {
        width: 200px;
        overflow: hidden;
        height: 182px;
        position: relative;
        top: -45px;
    }
    .watch-price .market-price-wrap .ttl-top {
        text-align: center;
        margin: -10px 0 0px 100px;
    }
    .watch-price .market-price-wrap .ttl-top .deco {
        font-size: .7rem;
        line-height: 1em;
        position: relative;
        display: inline-block;
        font-weight: bold;
    }
    .watch-price .market-price-wrap .ttl-top .deco:before {
        content: '';
        background: url(../img/tokei-kaitori/line_decoration_left.png) no-repeat;
        position: absolute;
        width: 13px;
        height: 24px;
        top: -14px;
        left: -15px;
    }
    .watch-price .market-price-wrap .ttl-top .deco:after {
        content: '';
        background: url(../img/tokei-kaitori/line_decoration_right.png) no-repeat;
        position: absolute;
        width: 13px;
        height: 24px;
        top: -14px;
        right: -15px;
    }
    .watch-price .market-price-wrap .ttl {
        font-size: .9rem;
        text-align: center;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .watch-price .market-price-wrap .ttl .maker {
        background: linear-gradient(transparent 50%, #F4FF00 50%);
        padding-left: 5px;
        margin-left: 5px;
        color: #EF0000;
    }
    .watch-price .market-price-wrap .ttl .maker {
        background: linear-gradient(transparent 50%, #F4FF00 50%);
        padding-left: 5px;
        margin-left: 5px;
        color: #EF0000;
    }
    .watch-price .market-price-wrap .ttl .growth {
        font-size: 1rem;
    }
    .chart-watch {
        border-radius: 5px;
        padding: 10px 0px 0px;
        position: relative;
    }
    .chart-watch .chart-img {
        display: block;
        float: left;
        padding: 0px 10px;
        margin-top: -60px;
        width: 130px;
        height: auto;
        position: absolute;
    }
    .chart-watch .chart-title {
        display: block;
    }
    .chart-watch .chart-inner {
        display: block;
        background: #FFFFFF;
        height: 400px;
        margin: 6px 0px 100px;
    }
    .watch-price .market-price-wrap table {
        width: 100%;
        border-spacing: 0;
    }
    .watch-price .market-price-wrap table th {
        padding: 3px;
    }
    .watch-price .market-price-wrap table th.date {
        text-align: center;
        font-size: .7rem;
        border-bottom: none;
        padding-top: 10px;
    }
    .watch-price .market-price-wrap table th.date.new {
        position: relative;
        color: #EF0000;
        font-weight: bold;
        border-right: none;
    }
    .watch-price .market-price-wrap table td.new {
        color: #EF0000;
        border-right: none;
        position: relative;
        font-weight: bold;
        font-size: .9rem;
        text-align: center;
        box-sizing: border-box;
    }
    .watch-price .market-price-wrap table td.old {
        position: relative;
        font-weight: bold;
        font-size: .9rem;
        text-align: center;
        box-sizing: border-box;
    }
    .watch-price .market-price-wrap table th.item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .watch-price .market-price-wrap table td {
        padding: 3px;
    }
    .watch-price .market-price-wrap table th,
    .watch-price .market-price-wrap table td {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        border-collapse: collapse;
    }
    .watch-price .market-price-wrap table th.item .left {
        width: 50px;
    }
    .watch-price .market-price-wrap table th.item .right {
        width: 100%;
    }
    .watch-price .market-price-wrap img {
        max-width: 100%;
        height: auto;
    }
    .watch-price .market-price-wrap table th.item .name {
        font-weight: bold;
        font-size: .7rem;
        line-height: 1em;
    }
    .watch-price .market-price-wrap table th.item .number {
        font-weight: normal;
        font-size: 0.6rem;
    }
    .watch-price .market-price-wrap table td.old:after {
        content: '';
        background: url(../img/tokei-kaitori/icon_soar.png) no-repeat;
        background-size: contain;
        position: absolute;
        width: 17px;
        height: 22px;
        right: -11px;
        top: 30px;
        z-index: 2;
    }
    .watch-price .market-price-wrap .note {
        font-size: .6rem;
        padding-left: 1em;
        padding-top: 10px;
        line-height: 1.4em;
    }
    .watch-price .market-price-wrap table th.item .name {
        font-size: 1.2rem;
    }
    .watch-price .market-price-wrap table th.item .number {
        font-size: 1rem;
    }
    .watch-price .market-price-wrap .note {
        font-size: 0.9rem;
    }
    .watch-price .market-price-wrap table th.date {
        font-size: 1rem;
    }
    .watch-price .market-price-wrap table td.old {
        font-size: 1rem;
    }
    .chart-watch .chart-inner {
        margin: auto 15px;
    }
    .tokei-kaitori .record-list-wrap ul.record-list li .name {
        font-size: 1rem;
    }
    .tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
        font-size: 0.9rem;
    }
    .tokei-kaitori .record-list-wrap ul.record-list li .price .value {
        font-size: 0.85rem;
    }
    .tokei-kaitori .record-list-wrap .note {
        font-size: 0.8rem;
    }
    .watch-price .market-price-wrap table th.item .right {
        width: 150px;
    }
    .chart-watch {
        padding: 0;
    }
}

.section-inner {
    margin: 0 auto;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .section-inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 960px) {
    .section-inner {
        padding-top: 25px;
        width: 90vw;
    }
}

.kaitori-howto-item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 -6px;
}

@media screen and (min-width: 1000px) {
    .kaitori-howto-item-title {
        font-size: 1.5rem;
    }
}

.kaitori-howto-item-title {
    color: #de1122;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bolder !important;
    letter-spacing: .05em;
    line-height: 1.7;
}

@media screen and (min-width: 767px) {
    .kaitori-howto-item-title {
        font-size: 2rem;
    }
}

.kaitori-howto-item>* {
    margin: 0 6px;
}

.kaitori-howto-txt {
    margin-top: 15px;
    letter-spacing: .15em;
}

@media screen and (min-width: 767px) {
    .kaitori-howto-txt {
        margin-top: 36px;
        font-size: 1.6rem;
    }
}

.common-ttl {
    background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.jewel-cafe.jp/wp-content/themes/jewelcafe_replace/assets/css/../images/common/common-ttl-bg.png);
    background-size: 100%;
    letter-spacing: .11em;
    margin: 0 auto 15px;
    max-width: 1000px;
    min-height: auto;
    padding: 30px 0;
}

.common-ttl .section-inner {
    padding-left: 20px;
    width: 90vw;
}

.kaitori-title {
    align-items: fhealex-start;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.common-ttl .section-inner .common-ttl-sub {
    font-size: 12px;
}

.common-ttl .section-inner .common-ttl-main {
    font-size: 1.25rem;
}

.common-ttl .section-inner .common-ttl-en {
    font-size: 12px;
}

.kaitori-ways-list h3 {
    border-left: 5px solid #de1122;
    margin-bottom: 16px;
    margin-top: 20px;
    font-weight: bold !important;
    padding: 4px 12px;
}

.kaitori-ways-list p {
    font-size: 1.2rem;
    letter-spacing: .15em;
}

@media screen and (min-width: 767px) {
    .kaitori-ways-list h3 {
        font-size: 1.7rem;
    }
    .kaitori-ways-list p {
        font-size: 1.5rem;
    }
    .tokei-kaitori .record-list-wrap ul.record-list li:nth-child(3n) {
        border-right: none;
    }
}

@media screen and (max-width:766px) {
    .tokei-kaitori .record-list-wrap ul.record-list li:nth-child(2n) {
        border-right: none;
    }
}