@charset "utf-8";

#sellTop {
    margin-top: 30px;
}

/* mainBanner
-----------------------------------------------------------*/
.mainBanner_wrap {
    height: 340px;
}

.mainBanner_content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    background: linear-gradient(transparent 42%, #faf7f0 42%);
    text-align: center;
}

.mainBanner_content .mainBanner_item {
    display: block;
    padding: 0 20px;
}

.mainBanner_content .slick-active .mainBanner_item.is-nolink {
    cursor: default;
}

.mainBanner_content .mainBanner_item .mainBannerItem_inner {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

/* ロード時にタテ並びになる問題の対応 */
.mainBanner_content {
    display: none;
}

.mainBanner_content.slick-initialized {
    display: block;
}

/* ============ 矢印 ============ */
.mainBanner_content .slick-arrow {
    display: block;
    position: absolute;
    top: 120px;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin: auto;
    border: 1.5px solid var(--main-color);
    border-radius: 50%;
    background-color: white;
    text-align: left;
    text-indent: -9999px;
}

.mainBanner_content .slick-arrow::after {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 11px;
    height: 11px;
    margin: auto;
    border-top: 1.5px solid var(--main-color);
    border-right: 1.5px solid var(--main-color);
    content: "";
}

.mainBanner_content .slick-prev {
    right: calc(50% + 305px);
    cursor: pointer;
}

.mainBanner_content .slick-prev::after {
    top: 13px;
    left: 15px;
    transform: rotate(-135deg);
}

.mainBanner_content .slick-next {
    left: calc(50% + 305px);
    cursor: pointer;
}
.mainBanner_content .slick-next::after {
    top: 13px;
    left: 11px;
    transform: rotate(45deg);
}

/* ============ ドット ============ */
.mainBanner_content .slick-dots {
    padding: 0 0 40px;
    background-color: transparent;
    text-align: center;
}

.mainBanner_content .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    overflow: hidden;
    border-radius: 50%;
    color: white;
}

.mainBanner_content .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #bfb7b7;
    color: transparent;
    text-align: left;
    text-indent: -9999px;
}

.mainBanner_content .slick-active button {
    background: var(--main-color);
}

/*********** main-top *************/

section.mobileFirstviewWrapper {
    background: #eee;
    padding: 0 0 15px;
}

.itemsWrapper {
    position: relative;
    margin: 0 auto;
}

.itemBlock ul {
    margin: 0 0 25px;
    overflow: hidden;
}

.itemBlock li:hover {
    background: #f0f0f0;
}

.itemBlock li {
    width: 235px;
    padding: 20px 10px;
    margin: 0 20px 0 0;
    float: left;
}

.itemBlock li:last-child {
    margin: 0;
}

.itemBlock a {
    text-decoration: none;
}

.itemBlock_img {
    height: 205px;
    overflow: hidden;
}

.itemBlock img {
    display: block;
    height: 194px;
    margin: 0 auto;
    width: auto;
}

.itemBlock .itemBlockTitle {
    position: relative;
    width: 100%;
    height: 4.8em;
    padding: 0 1em 1.6em 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 1.6;
    word-break: break-all;
    overflow: hidden;
}

.itemBlock a .itemBlockTitle {
    color: #333;
}
.itemBlock a:hover .itemBlockTitle {
    color: #0099b7;
    text-decoration: underline;
}

.itemBlock .itemBlockTitle span {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0.3em 0;
    background: #fff;
    bottom: 0;
    line-height: 1;
}

.itemBlock .price {
    font-size: 14px;
    color: #ff2626;
}

.itemBlock .cp_up {
    text-align: center;
}

.itemBlock .cp_up span {
    display: block;
}

.itemBlock .cp_up .cp_price {
    color: #ff2626;
    font-size: 20px;
    font-weight: 700;
}

.itemBlock .cp_up .cp_rate {
    color: #ff2626;
    font-size: 23px;
    font-weight: 700;
}

.itemBlock .cp_up .cp_rate::after {
    content: "\27A0";
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.itemBlock .cp_up .normal_price {
    font-size: 14px;
}

div#topBuyItem_highPrice_bluray {
    margin: 0 0 60px;
}

/* 買取サービス利用者の声
-----------------------------------------------------------*/
#usersVoice {
    padding: 0 0 70px;
    background: white;
}

#highPriceItems_wrapper + #usersVoice {
    padding-top: 50px;
}

.userVoice_inner {
    width: 640px;
    margin: 0 auto;
}

.userVoiceBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    background-color: #FBF7F0;
}

.userVoiceBox + .userVoiceBox {
    margin-top: 30px;
}

.userVoiceBox img {
    width: 160px;
}

[class^="userVoice_text"] {
    width: 400px;
    position: relative;
    font-size: 16px;
}

.userVoice1 {
    padding-right: 40px;
}

.userVoice2 {
    padding-left: 40px;
}

#usersVoice .underline {
    display: inline;
    background: linear-gradient(transparent 70%, rgba(248, 158, 14, 0.4) 0%);
    color: inherit;
    font-weight: bold;
    line-height: revert;
}

/************ 4つのポイント ******************/

#fourPointWrapper {
    background: var(--main-back-light);
    padding-top: 0;
}

#fourPoint {
    padding: 50px 0 70px;
}

.fouePointsContents_Wrapper {
    margin: 35px auto 70px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.fouePointsContents {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 590px;
    height: 120px;
    padding: 15px 20px;
    background: #fff;
}

.fouePointsContents:nth-of-type(n + 3) {
    margin-top: 20px;
}

.fouePointsContents .number {
    width: 78px;
    height: 89px;
}

.fouePointsContents p {
    position: relative;
    width: 342px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.fouePointsContents p span {
    font-size: 12px;
    font-weight: normal;
}

.fouePointsContents .pointImg {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0;
}

/* 店舗情報
-----------------------------------------------------------*/
.shop_wrap {
    padding: 50px 0 90px;
    background-color: var(--gray-light);
}

.shop_wrap .shop_list > li {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background-color: white;
}

.shop_wrap .shop_list > li + li {
    margin-top: 30px;
}

.shop_list .shop_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.shop_list .shopDetail {
    width: 360px;
}

.shop_list .shopInfo_wrap {
    display: flex;
    margin: 15px 0;
}

.shop_list .shopInfo_wrap + .shopInfo_wrap {
    border-top: 1px solid var(--gray-light);
    padding-top: 10px;
}

.shop_list .shopInfo_wrap dt {
    width: 95px;
    font-weight: bold;
}

.shop_list .shopInfo_wrap dd {
    width: 256px;
}

.shop_list .shopInfo_wrap dd p {
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
}

.shop_list .map_wrap {
    width: 750px;
    height: 382px;
}

.shop_list .map_wrap iframe {
    width: 100%;
    height: 100%;
}

.shop_list .shop_notes {
    font-size: 12px;
}

.shop_list .btn_wrap {
    margin-top: 20px;
}

.shop_list .btn_wrap .shopTel_btn {
    background-color: white;
    color: var(--main-color);
    font-weight: bold;
}

.shop_list .shopTel_wrap {
    margin-bottom: 0;
}

.shop_list .shopTel {
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    margin-left: 95px;
    position: relative;
}

.shop_list .shopTel::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 17px;
    background-image: url(/renewal/img/pc/top/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.shop_list .shopTel-none {
    padding-left: 0;
}

.shop_list .shopTel-none::before {
    display: none;
}

/*******************  sellTop.css *******************/

/* エラー */
.error {
    margin: 20px 0;
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5em;
    background: #fee;
}

.error strong {
    display: block;
    color: #f00;
}

/* フォームのエラー */
.errorBox,
.formErrorText {
    color: #f00;
    font-size: 14px;
    line-height: 1.5em;
}

input.caution,
select.caution,
textarea.caution {
    background: #fee;
}

/* step */
#step {
    margin: 10px 0 30px;
    position: relative;
    z-index: -1;
}

#step li {
    position: relative;
    float: left;
    z-index: 1012;
    width: 330px;
    height: 60px;
    background: #eee;
    border: 5px solid #fff;
    border-left: none;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #7e7e7e;
}
#kaitoriFormWrapper #step li {
    width: 246px;
}

#step li:after,
#step li:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#step li:after {
    border-left-color: #eee;
    border-width: 13px;
    margin-top: -13px;
}

#step li:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}

#step li:first-child {
    border-left: none;
    z-index: 1014;
}

#step li:nth-child(2) {
    z-index: 1013;
}

#step li:last-child {
    border-right: none;
    z-index: 1011;
}

#step li:last-child:after,
#step li:last-child:before {
    display: none;
}

#step li.on {
    color: #000;
    background: #fed700;
}

#step li.on:after {
    border-left-color: #fed700;
}

.newIcon {
    position: relative;
    margin: 0;
}

.newIcon::before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 4px;
    left: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff100;
    font-size: 10px;
    font-weight: normal;
    color: #182859;
    text-align: center;
    line-height: 40px;
}

#pageHeader {
    position: relative;
    z-index: 1002;
}
#pageHeader.sp {
    display: none;
}

/* CPLP用 */
footer#simpleFooter {
    background: #e6e6e6;
    text-align: center;
}

footer#simpleFooter ul li {
    display: inline-block;
    padding: 28px 10px;
}

footer#simpleFooter ul li a {
    color: #4d4d4d;
}

footer#simpleFooter p {
    padding: 18px 0 13px;
    line-height: 24px;
}

/* ripple */
.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: 0;
    vertical-align: middle;
    overflow: visible;
    color: #fff;
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.c-button:hover,
.c-button:focus {
    outline: 0;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}
@keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

.campaignBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto 0;
    width: 1000px;
}

.campaignBanner li {
    padding: 0 0.5%;
    width: 32%;
}

.banner {
    width: 1200px;
    margin: 0 auto;
}

.banner a {
    display: block;
}
