@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 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: 1080px;
}

.mv h1 {
    height: 1075px;
}

.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;
}

/* 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: 70px auto;
}

.link_btn li{
    width: 440px;
}

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

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

.link_btn_notes {
    font-size: 22px;
    text-align: center;
}

/* 対象商品
-----------------------------------------------------------*/
.header_line{
    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/header_line.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.target_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 115px;
}

.target_list > li{
    width: 522px;
    border: solid 1px #707070;
}

.target_type{
    font-size: 28.5px;
    font-weight: bold;
    color: #ffffff;
    background-color: #755F67;
    text-align: center;
    padding: 26px;
    margin-bottom: 30px;
}

.target_image{
    margin-bottom: 30px;
}

.target_name{
    width: fit-content;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 30px;

    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

.target_name span{
    font-weight: bold;
    display: block;
}

/* 買取価格
-----------------------------------------------------------*/
.achievement{
    background-color: #D9E4E6;
    padding: 70px 0 0;
}

.achievement_header{
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.achievement_image{
    width: 996px;
}

.achievement .header_line{
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.achievement_item{
    margin-bottom: 80px;
}

.achievement_item h3{
    font-size: 29.5px;
    font-weight: bold;
    text-align: center;
    background-color: #755F67;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.achievement_notes{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 21px;
    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: 21px;
    color: #DB2C22;
    font-weight: bold;
    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/warning_icon.png);
    background-repeat: no-repeat;
    padding: 5.7px 0;
    padding-left: 70px;
}

.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;
    /* aspect-ratio: 250 / 190; */
    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/202602/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;
}

/* こんな方はゲオにお任せ
-----------------------------------------------------------*/
.omakase_top{
    background: #333333;
    height: 1649px;
}

.omakase_top .fit_img:first-child {
    background: #FFF;
}

.omakase_top .full_img {
    height: 1303px;
}

.omakase_bottom {
    background: #365373;
    height: 2450px;
}

.omakase_bottom .full_img:first-child {
    height: 539px;
}

.omakase_bottom .full_img:nth-child(2) {
    height: 1013px;
    padding-top: 539px;
}

.omakase_bottom .full_img:nth-child(3) {
    height: 894px;
    padding-top: 1552px;
}

/* 買取の流れ
-----------------------------------------------------------*/
.flow_top {
    background: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/flow_top_bg.png) top center / 1920px auto no-repeat;
    height: 1020px;
    position: relative;
}

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

.flow_top div {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    top: 500px;
    left: 0;
    right: 0;
}

.flow_middle {
    background: #c9d8dc;
    height: 1900px;
    position: relative;
}

.flow_middle h2 {
    background: #FFF url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/flow_middle_bg.png) top center / 1920px auto no-repeat;
    text-align: center;
    padding: 180px 0 38px;
    color: #FFF;
    font-size: 68px;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.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: 440px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}

.flow_bottom {
    background: #c9d8dc;
    height: 1310px;
    position: relative;
}

.flow_bottom h2 {
    background: #FFF url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/flow_bottom_bg.png) top center / 1920px auto no-repeat;
    text-align: center;
    padding: 165px 0 285px;
    color: #FFF;
    font-size: 68px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 10px;
}

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

.btn_onlineApply {
    width: 440px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
}

.reason {
    position: relative;
    height: 1738px;
}

.reason h2 {
    text-align: center;
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 132px;
    font-size: 70px;
    font-weight: bold;
    z-index: 3;
}

.reason h2 span {
    display: block;
    width: fit-content;
    margin: 0 auto 6px;
    font-size: 39px;
    border-bottom: 3px solid #000000;
    padding-bottom: 4px;
    font-weight: bold;
}

.voice {
    position: relative;
    height: 1684px;
}

.voice .full_img:first-child {
    height: 266px;
}

.voice .full_img:nth-child(2) {
    height: 1410px;
    padding-top: 266px;
}

.faq{
    background-color: #D9E4E6;
    padding: 100px 0;
}

.faq .contents_wrapper{
    width: 1000px;
}

.faq_header{
    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/faq_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.faq_header h2{
    width: 292px;
    margin: 0 auto;
    padding: 35px 0 80px;
}

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

.faq_qanda dt{
    position: relative;
    font-size: 29.5px;
    font-weight: bold;
    background-color: #755F67;
    color: #ffffff;

    padding: 23.5px;
    padding-left: 135px;
    padding-right: 80px;

    background-image: url(/pc/img/feature/kaitori-campaign/kaitori-wirelessearphones-speaker/202602/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/202602/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;
    background: #755F67;
    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%);
}

/* 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;
}