/* ============================
   買取アップクーポンキャンペーン PC
   ============================ */

.prc {
    background: #e96000;
    margin: 0 auto;
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

/* ヘッダー（オレンジ背景） */
.prc_header {
    background-color: #e96000;
    padding: 40px 50px 30px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

.prc_header_lead {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.4;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.prc_header_lead::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-left: 4px solid #fff;
    border-right: none;
    transform: rotate(-30deg);
}

.prc_header_lead::after {
    content: '';
    width: 40px;
    display: block;
    height: 40px;
    border-left: none;
    border-right: 4px solid #fff;
    transform: rotate(30deg);
}

.prc_header_lead_em {
    font-size: 40px;
    font-weight: bold;
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

.prc_header_lead_sm {
    font-size: 24px;
    font-weight: bold;
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

.prc_header_main {
    margin: 0 auto 20px;
}

.prc_header_main img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.prc_header_note {
    font-size: 30px;
    font-weight: bold;
    color: #ffff00;
    margin: 0;
    line-height: 1.4;
}

/* クーポン利用対象品（白背景） */
.prc_target {
    background-color: #fff;
    padding: 30px 0 0;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.prc_target_title {
    background: #e96000;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 20px;
    width: 950px;
}

.prc_target_list {
    margin: 20px 0;
}

.prc_target_list ul {
    display: flex;
    justify-content: center;
}

.prc_target_list ul li{
    position: relative;
}

.prc_target_list li p{
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    line-height: 1.3;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.prc_target_note {
    background: #ffff00;
    font-size: 18px;
    color: #000;
    padding: 16px 0;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 1.5;
}

.prc_target_note a {
    text-decoration: underline;
}

/* 注意事項（オレンジ背景） */
.prc_caution {
    background-color: #e96000;
    padding: 40px 20px 20px;
    width: 1000px;
    margin: 0 auto;
}

.prc_caution_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prc_caution_list li {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

/* クーポン配布期間（黄色背景） */
.prc_period {
    background-color: #e96000;
    padding: 30px 10px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.prc_period_row {
    background: #000;
    border-radius: 40px;
    height: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.prc_period_label {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 10px 8px 0;
    border-right: 2px solid #FFF;
}

.prc_period_date {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.prc_period_date_num {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.prc_period_use {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 4px;
}

.prc_period_use_num {
    font-size: 32px;
    font-weight: bold;
}

/* クーポン取得条件 */
.prc_condition {
    background-color: #ffffc8;
    padding: 30px 50px;
    text-align: center;
    margin-bottom: 40px;
}

.prc_condition_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.prc_condition_label {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 6px 20px;
}

.prc_condition_text {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    background: linear-gradient(transparent 50%, #ff6 50%);
}

.prc_condition_em {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.prc_condition_note {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 1.5;
}


/* 店舗リスト
-----------------------------------------------------------*/
.hideItem {
    display: none;
}

.kaitoriCP_store {
    background: #fff;
    padding: 20px 0;
    margin: 0 auto;
}

.kaitoriCP_store .store_search-title {
    height: 65px;
    margin: 50px auto 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 65px;
    color: #fff;
    text-align: center;
    background: #1b2a5b;
    width: 1000px;
}

.kaitoriCP_store .store_search-subtitle {
    width: 700px;
    margin: 30px auto 0 auto;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.kaitoriCP_store .store_search-wrap {
    width: 700px;
    margin: 0 auto;
}

.kaitoriCP_store .-text {
    font-size: 26px;
    line-height: 1.5em;
}

.kaitoriCP_store .-note {
    font-size: 16px;
    margin: 20px 0;
}

.kaitoriCP_store .selectCustom {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    background: #fff;
    border: 1px solid #3e3e44;
    cursor: pointer;
}

.kaitoriCP_store .selectCustom::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin: -10px 20px 0 0;
    border-right: 2px solid #3e3e44;
    border-bottom: 2px solid #3e3e44;
    transform: rotate(45deg);
    content: "";
}

.kaitoriCP_store .selectCustom::after {
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 100%;
    background-color: #3e3e44;
    content: "";
}

.kaitoriCP_store .selectCustom span {
    padding-left: 1em;
    font-size: 20px;
    line-height: 50px;
}

.kaitoriCP_store .selectCustom select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #192b5b;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.kaitoriCP_store .-list {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto 20px;
}

.kaitoriCP_store .-list li {
    position: relative;
    display: block;
    width: 50%;
    margin: -1px 0 0 0;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
}

.kaitoriCP_store .-list li span {
    display: block;
    line-height: 1.4em;
}

.kaitoriCP_store .-list li:nth-of-type(1),
.kaitoriCP_store .-list li:nth-of-type(2) {
    border-top: 1px solid #d2d2d2;
}

.kaitoriCP_store .-list li a {
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
}

.kaitoriCP_store .-list li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}

/* store_icon */
.store_icon-unit {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 4px 8px;
    background-color: #eee;
    border-radius: 6px;
}

.store_icon-unit img {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.store_icon-unit span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.store_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    margin-top: 10px;
}