@charset "UTF-8";

#container {
    min-width: initial;
    max-width: initial;
}

.text-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.hover-opacity:hover {
    opacity: 0.6;
}

.-hide {
    display: none !important;
}

.kaitori_earphone_speaker .contents_wrapper {
    width: 1080px;
    margin: 0 auto;
}

.kaitori_earphone_speaker {
    max-width: 1920px;
    min-width: 1080px;
    margin: 0 auto;
    overflow-x: hidden;
}

.kaitori_earphone_speaker h2 {
    background-color: #231815;
    font-size: 70px;
    color: #ff0;
    line-height: 300px;
    text-align: center;
    font-weight: 600;
}

.kaitori_earphone_speaker img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.fit_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fit_img img {
    width: fit-content;
    margin: 0 auto;
}

.full_img {
    height: 664px;
    left: 50%;
    margin: 0 auto -5px;
    position: absolute;
    transform: translateX(-50%);
    width: 1920px;
}

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

.fontColor_brown {
    color: #755F67 !important;
}

.margin_top10 {
    margin-top: 10px !important;
}

.margin_bottom10 {
    margin-bottom: 10px !important;
}

.margin_bottom20 {
    margin-bottom: 20px !important;
}

/* mv
-----------------------------------------------------------*/
.mv {
    position: relative;
    height: 1508px;
}

.mv .mv_brands {
    position: relative;
    height: 169px;
}

.mv h1 {
    position: relative;
    height: 1049px;
}

.mv h1 + .link_btn {
    position:absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 1078px;
}

.mv .mv_footer {
    position: relative;
    height: 288px;
}

.copy {
    position: absolute;
    width: 913px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 920px;
}

.mv_label {
    position: absolute;
    width: 912px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

.strengths_lead {
    position: relative;
    width: 1210px;
    margin: 88px auto 82px;
}

.banner_top_image {
    margin-bottom: 40px;
    width: 1080px;
}

/* banner btn
-----------------------------------------------------------*/
.banner_top_wrapper {
    width: 1080px;
    margin: 0 auto;
}

.banner_top_lead {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.banner_top_lead span.amp {
    font-size: 28px;
    font-weight: inherit;
}

.banner_top_lead span.red {
    font-size: 58px;
    font-weight: inherit;
}

.banner_top_anchorlink {
    display: block;
    width: 502px;
    margin: 0 auto 20px;
}

.banner_wrapper {
    padding-bottom: 110px;
}

.banner_label {
    width: fit-content;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}

.banner_label::before,
.banner_label::after {
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    height: 1.5em;
    width: 2px;
    background-color: #1A1A1A;
    transform: rotate(-30deg);
}

.banner_label::before {
    left: -20px;
}

.banner_label::after {
    transform: rotate(30deg);
    right: -20px;
}

.banner_image {
    width: 1080px;
    margin: 0 auto;
}

.giteki_mark {
    width: 196px;
}

.link_btn {
    display: flex;
    justify-content: center;
    margin: 80px auto;
}

.link_btn li {
    width: 600px;
}

.link_btn li a {
    -webkit-filter: drop-shadow(6px 6px 7px rgb(0 0 0 / 30%));
    filter: drop-shadow(6px 6px 7px rgba(0, 0, 0, 0.3));
}

.link_btn:has(+.link_btn_notes) {
    margin-bottom: 10px;
}

.link_btn+.link_btn_notes {
    margin-bottom: 70px;
}

.link_btn_notes {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}

/* 高価買取例
-----------------------------------------------------------*/
.achievement {
    background-color: #e7eaef;
    padding: 0 0 180px;
}

.achievement_lead {
    margin: 90px auto 45px;
    width: 730px;
}

.achievement_anchorLink {
    gap: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}

.achievement_anchorLink a {
    padding: 37px 50px 26px;
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 45px;
    box-shadow: 7px 7px 8px 0px #bebebe;
}

.achievement_anchorLink img {
    width: 424px;
}

.achievement_anchorLink img.btn_expensivePurchase {
    -webkit-filter: drop-shadow(7px 7px 13px rgb(0 0 0 / 30%));
    filter: drop-shadow(7px 7px 13px rgba(0, 0, 0, 0.3));
}

.achievement_item {
    margin-bottom: 30px;
}

.achievement_item h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #274272;
    color: #ffffff;
    border-radius: 40px;
    margin-bottom: 30px;
    line-height: 76px;
}

.achievement_notes {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 20px;
    color: #DB2C22;
    font-weight: bold;
    background-repeat: no-repeat;
    padding: 5.7px 0;
    padding-left: 70px;
}

.achievement_text {
    width: fit-content;
    margin: 50px auto 30px auto;
    font-size: 16px;
    color: #DB2C22;
    font-weight: bold;
    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202605/warning_icon.png);
    background-repeat: no-repeat;
    padding: 5.7px 0;
    padding-left: 70px;
}

.achievement_text li {
    font-weight: bold;
}

.achievement .link_btn {
    margin: 0 auto 24px;
}

.achievement_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.achievement_list li {
    width: 352px;
    background-color: #ffffff;
}

.achievement_list_image {
    margin: 0px auto;
    text-align: center;
}

.achievement_list_image>img {
    object-fit: scale-down;
    width: 210px;
    height: 160px;
    margin: 10px auto;
}

.achievement_list_name {
    font-size: 16.5px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.achievement_list_image_wrapper {
    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202605/bg_achievement_list.jpg);
    background-repeat: no-repeat;
}

.achievement_list_price_strikethrough {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    width: fit-content;
    font-family: Arial Black;
}

.achievement_list_price_strikethrough::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-10deg);
    background-color: #DB2C22;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
}

.achievement_list_price_old,
.achievement_list_price_new {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.achievement_list_price_label {
    width: 151px;

}

.achievement_list_price_type {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
}

.achievement_list_buying_price {
    width: fit-content;
    font-size: 44px;
    font-weight: bold;
    color: #DB2C22;
    font-family: Arial Black;
    text-shadow:
        2px 2px 1px #ffffff,
        -2px 2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px 0px 1px #ffffff,
        0px 2px 1px #ffffff,
        -2px 0px 1px #ffffff,
        0px -2px 1px #ffffff,
        -1px -1px 4px #707070,
        3px 3px 4px #707070;
}

.achievement_list_kaitori_price_text_wrapper {
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}

.achievement_list_kaitori_price_text_top {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.1;
}

.achievement_list_kaitori_price_text_bottom {
    font-weight: bold;
    font-size: 20px;
}

.achievement_list_kaitori_price_text_bottom .num {
    font-weight: bold;
    font-size: 62px;
    color: #DB2C22;
}

.achievement_list_kaitori_price_text_bottom .yen {
    font-weight: bold;
    font-size: 42px;
    color: #DB2C22;
}

.achievement_list_kaitori_price_label {
    width: 250px;
    margin: 0 auto;
}


.achievement_target {
    display: flex;
    align-items: center;
    gap: 0 50px;
    border: solid 2px #1A1A1A;
    padding: 40px 0;
}

.achievement_target dt {
    font-size: 28px;
    font-weight: bold;
    border-right: solid 2px #1A1A1A;
    padding: 25px 0;
    width: 300px;
    text-align: center;
}

.achievement_target dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 650px;
}

.achievement_target dd ul li {
    font-size: 26px;
    font-weight: bold;
}

.achievement_target dd ul li .notes {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 24px;
    font-weight: bold;
}

/* each_link
-----------------------------------------------------------*/
.each_link {
    margin-bottom: 85px;
}

.each_link .store_lead {
    width: 676px;
    margin: 86px auto 32px;
}

.each_link .onlineApply_lead {
    font-size: 60px;
    font-weight: bold;
    color: #0f3077;
    line-height: 70px;
    text-align: center;
}

.each_link .banner_top_image {}

.each_link .link_btn {
    margin: 30px auto 0;
}

.each_link .link_btn+.link_btn_notes {
    margin: 24px auto 54px;
}

.each_link .banner_top_wrapper {
    margin: 87px auto 42px;
}

/* 買取の流れ
-----------------------------------------------------------*/
.kaitori_earphone_speaker .contents_wrapper.flow_top {
    margin-bottom: 76px;
}

.flow_top h2 {
    text-align: center;
    padding-top: 86px;
    font-size: 62px;
    font-weight: bold;
    color: #FFF;
}

.flow_top div {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.flow_top div.flow_lead {
    margin: 55px auto;
    width: 674px;
}

.flow_top div.flow_top_store a,
.flow_top div.flow_top_onlineApply a {
    position: absolute;
    z-index: 10;
    bottom: 77px;
    width: 600px;
    left: 0;
    right: 0;
    margin: auto;
}

.flow_middle {
    background: #ffe4e9;
    position: relative;
    margin-bottom: 46px;
    padding: 0 0 75px;
}

.flow_middle h2 {
    background: #FFF url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202605/flow_middle_bg.png) top center / 1920px auto no-repeat;
    padding: 190px 0 99px;
    color: #FFF;
    font-size: 70px;
    font-weight: bold;
    text-indent: -40px;
    line-height: 1;
}

.flow_middle .flex_wrap {
    width: fit-content;
    margin: 0 auto 24px;
}

.btn_faq_text {
    width: fit-content;
    font-size: 23px;
    font-weight: bold;
}

.btn_faq_id {
    width: 382px;
}

.btn_faq_id>img {
    cursor: pointer;
}

.btn_store {
    width: 610px;
    margin: 50px auto 0;
}

.flow_bottom {
    background: #d9f2ef;
    position: relative;
    padding-bottom: 80px;
}

.flow_bottom h2 {
    text-indent: -40px;
    background: #FFF url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202605/flow_bottom_bg.png) top center / 1920px auto no-repeat;
    text-align: center;
    padding: 181px 0 92px;
    color: #FFF;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}

.flow_bottom .flex_wrap {
    width: fit-content;
    margin: 0 auto 0;
    height: auto;
}

.btn_onlineApply {
    width: 610px;
    position: relative;
    margin: 50px auto 0;
}

.reason {
    position: relative;
}

.reason h2 {
    text-align: center;
    margin: 0 auto 48px;
    font-size: 70px;
    font-weight: bold;
}

.reason_img {
    width: 1080px;
    margin: 0 auto 86px;
}

.voice {
    position: relative;
    height: 1735px;
    background: linear-gradient(180deg, #ffe4e9 70%, #d9f2ef 30%);
}

.voice h2 {
    margin-bottom: 40px;
}

.voice img {
    width: 1200px;
    margin: 0 auto 75px;
    display: block;
}

.faq {
    background-color: #e7eaef;
    padding: 0 0 58px;
}

.faq h2 {
    margin-bottom: 54px;
}

.faq .contents_wrapper {
    width: 1000px;
}

.faq_list li:not(:last-child) {
    margin-bottom: 50px;
}

.faq_qanda dt {
    position: relative;
    font-size: 29.5px;
    font-weight: bold;
    background-color: #274272;
    color: #ffffff;
    padding: 23.5px;
    padding-left: 135px;
    padding-right: 80px;
    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202605/label_q.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.faq_qanda dd {
    font-size: 18px;
    background-color: #ffffff;
    padding: 35px 100px 70px 140px;

    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202605/label_a.png);
    background-repeat: no-repeat;
    background-position: left 35px;
}

.faq_qanda.faq_qanda_closed dd {
    display: none;
}

.faq_qanda_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    display: block;
    height: fit-content;
    z-index: 1;
}

.faq_qanda_icon_inner {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

.faq_qanda_icon_inner:before,
.faq_qanda_icon_inner:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 12px;
}

.faq_qanda .faq_qanda_icon_inner::after {
    opacity: 0;
    transform: rotate(90deg);
    transition: opacity 0.3s ease-out 0s;
}

.faq_qanda.faq_qanda_closed .faq_qanda_icon_inner::after {
    opacity: 1;
}

.faq_qanda .qa_btn {
    display: flex;
    gap: 14px;
}

.faq_qanda .qa_btn a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: fit-content;
    border-radius: 6px;
    position: relative;
    padding: 3px 30px 2px 10px;
}

.faq_qanda .qa_btn a span {
    color: #FFF;
    text-align: right;
    display: inline-block;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.faq_qanda .qa_btn a.qa_store {
    background: #ff4d69;
}

.faq_qanda .qa_btn a.qa_onlineApply {
    background: #00a592;
}

/* bnr_area */
.bnr_area {
    width: 700px;
    margin: 0 auto;
}

/* 店舗リスト */
.kaitoriCP_store .store_search-title {
    background: #1b2a5b;
    color: #fff;
    height: 65px;
    font-size: 24px;
    line-height: 65px;
    margin-top: 50px;
    text-align: center;
}

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

.kaitoriCP_store .store_search-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto;
}

.kaitoriCP_store-list {
    display: flex;
    width: 700px;
    margin: 30px auto;
    font-weight: bold;
}

.kaitoriCP_store-list li {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.kaitoriCP_store-list li label {
    cursor: pointer;
}

.kaitoriCP_store .-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    width: fit-content;
}

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

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

.kaitoriCP_store .selectCustom::after {
    content: none;
}

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

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

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

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

.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 {
    color: inherit;
    display: block;
    padding: 10px;
    text-decoration: none;
}

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