/*━━━━━━━━━━━━━━━　メインビジュアル　━━━━━━━━━━━━━━━*/
section.detail_kv.spacial {
    background-image: url(/img/brand_special/special_mv_bg.jpeg);
    padding-top: 40px;
}

h1.brand_special_ttl {
    margin: 20px auto;
    width: 80%;
}

p.ttl_message_main {
    margin: 30px auto;
    width: 80%;
}

p.ttl_message_txt {
    font-size: 150%;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
}
img.ttl_mvimg {
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(0.8); /* 90%の大きさに縮小 */
  width: auto;
  max-width: none;
  display: block;
}

@media screen and (max-width: 779px) {
section.detail_kv.spacial {
    background-size: 180%;
}    
.brand_special_ttl img, .ttl_message_main img{
    width: auto;
    max-width: 100%;
}
p.years_txt {
    font-size: 80%;
}
p.ttl_message_txt {
    font-size: 110%;
}
p.ttl_message_sub {
    font-size: 80%;
}

}



/*━━━━━━━━━━━━━━━　この金額で買取します　━━━━━━━━━━━━━━━*/
p.brand_special_ttltxt {
    text-align: center;
    font-size: 80%;
}
p.brand_special_ttltxt span {
    font-size: 80%;
}

ul.brand_special_list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
ul.brand_special_list li {
    background-color: #EEE;
    margin: 5px;
    padding: 10px;
    width: 31%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.spacial_img_wrapper {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 7px;
}
.spacial_img_wrapper img {
    max-width: 100%;
}
.special_ribbon {
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 80%;
  /* font-weight: bold; */
  color: white;
  background: #bfa178;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.special_ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -5px;
  border: none;
  height: 35px;
  width: 5px;
  background: #bfa178;
  border-radius: 0 0 0 5px;
}
.special_ribbon:after {
    content: '\f005';
    font-family: "FontAwesome";
    margin-left: 3px;
}
.special_txt_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.special_txttop {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* li同士で高さを揃える目的にも引き続き有効 */
  margin-top: 30px;
}
.special_txttop.nom {
    margin-top: 0;
}
p.special_itemname {
    font-weight: bold;
    font-size: 75%;
    line-height: 130%;
    margin-bottom:5px;
    margin-top: auto;
    min-height: 30px;
}

dl.special_detale {
    background-color:#FFF;
    padding: 10px 5px;
    font-size: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    /* margin-top:auto; */
    border-radius: 5px;
}
.special_detale dt,
.special_detale dd {
    display: block;
    margin-bottom: 5px;
    vertical-align: top;
    padding: 0;
    line-height: 1.2;
    min-height: 20px;
}
dl.special_detale dt {
    width: 25%;
    display: flex;
    font-weight: bold;
}
dl.special_detale dd {
    position: relative;
    width: 75%;
    padding-left: 5px;
}
dl.special_detale dt:before {
    content: '\f14a';
    display: block;
    font-family: "FontAwesome";
    font-weight: 400;
    color: #f2799a;
    margin-right: 5px
    }

dl.special_detale dd::before {
  content: "：";
  position: absolute;
  left: -5px;
}
.brand_special_price {
    background-color: #f2799a;
    color: #FFF;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    margin-top: auto; /* 下に固定 */
}

.brand_special_price span {
    font-size: 60%;
    display: block;
    margin-top: -7px;
}

.brand_special_contact {
    width: 700px;
    height: 273px;
    margin: 0 auto;
    background-image:  url(/img/brand_special/info_staffimg.png);
    background-repeat: no-repeat;
}

/*━━━━━━━━━━━━━━━　コンタクト　━━━━━━━━━━━━━━━*/

.contact_message_baloon {
    position: absolute;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 20px 30px;
    width: 500px;
    background: #FFF;
    border: solid 3px #eeeeee;
    box-sizing: border-box;
    right: 0;
    font-size: 90%;
    border-radius: 10px;
}

.contact_message_baloon:before {
    content: "";
    position: absolute;
    top: 35%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.contact_message_baloon:after {
    content: "";
    position: absolute;
    top: 35%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #eeeeee;
    z-index: 1;
}


.contact_point {
    display: flex;
}
p.contact_point_tel a {

}

p.contact_point_tel,p.contact_point_line {
    width: 48%;
    margin: auto;
    text-align: center;
}
p.contact_point_tel a,p.contact_point_line a {
    width: 100%;display: block;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
p.contact_point_tel a:before,p.contact_point_line a:before {
    font-family: "FontAwesome";    
    font-weight: 400;
    margin-right: 5px    
}
p.contact_point_tel a {
    border: solid 1px #f2799a;
}
p.contact_point_tel a:before{
    content: '\f095';
    color: #f2799a;
}
p.contact_point_line a {
    color: #32b816;
    border: solid 1px #32b816;
}
p.contact_point_line a:before{
    content: '\f075';
    color: #32b816;
}
p.contact_time {
    font-size: 60%;
    margin: 5px;
}

/*━━━━━━━━━━━━━━━　注意事項　━━━━━━━━━━━━━━━*/

.brand_special_caution {
    width: 750px;
    background-color: #eeeeee;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 5px;
}

p.brand_special_caution_h {
    text-align: center;
    font-weight: bold;
}
p.brand_special_caution_h:before{
    content: '\f071';
    font-family: "FontAwesome";
    margin-right: 5px 
}


.brand_special_caution_txt {
    font-size: 80%;
    line-height: 140%;
}

.brand_special_caution_txt p {
    margin: 10px 0;
}

@media screen and (max-width: 779px) {
p.brand_special_ttltxt {
    text-align: left;
}
ul.brand_special_list li {
    margin: 5px 0;
    display: flex;
    width: 49%;
    flex-direction: row;
}
ul.brand_special_list li.img_ex {
    width: 100%;
}
ul.brand_special_list {
    justify-content: space-between;
}
.spacial_img_wrapper {
    margin-bottom:0;
    width: 48%;
}
ul.brand_special_list li.img_ex .special_txt_wrapper {
    margin-left: 10px;
    width: 80%;
}
dl.special_detale {
    font-size: 60%;
}
dl.special_detale dt {
    width: 30%;
}
dl.special_detale dd {
    width: 70%;
}
.brand_special_contact {
    width: 100%;
    background-size: 30%;
    background-position-y: 30px;
    background-position-x: 10px;
    height: 200px;
}
.contact_message_baloon {
    width: 70%;
    margin: 2%;
    padding: 3%;
    font-size: 80%;
}

.brand_special_caution {
    width: 94%;
    max-width: 940px;
    background-color: #eeeeee;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 5px;
}
}

@media screen and (max-width: 500px) {
    .brand_special_contact {
    width: 100%;
    background-size: 40%;
    background-position-y: 90px;
    background-position-x: 14px;
    height: 240px;
}
.contact_message_baloon {
    width: 65%;
    margin: 30px 2% 2% 2%;
    padding: 3%;
    font-size: 80%;
}
p.contact_point_tel a,p.contact_point_line a {
    font-size:80%;
}
p.contact_point_tel {
    width: 58%;
}
p.contact_point_line {
    width: 38%;
}
}


/*━━━━━━━━━━━━━━━　実績まわり　━━━━━━━━━━━━━━━*/

section.brand_otheritem_countent {
    margin-bottom: -1px;
    max-width: 1000px;
}
.brand_otheritem_txt_wrapper {
    border: solid 3px #eeeeee;
    border-radius: 5px;
    background-color: #ffffffba;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
img.others_img01,img.others_img02 {
    position: absolute;
    width: auto;
}

img.others_img01 {
    top: 0;
    left: -10px;
}

img.others_img02 {
    right: -10px;
    bottom: 0;
}

p.brand_otheritem_h {
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
}

span.other_txt {
    color: #f2799a;
}

span.otherbig_txt {
    font-size: 130%;
    line-height: 180%;
}
div.brand_other_list div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.brand_other_list span {
    background-color: #f2799a;
    color: #fff;
    padding: 6px 10px;
    margin: 2px;
    border-radius: 5px;
    display: block;
}
div.brand_other_list div:after {
    content: "など…";
    display: block;
    padding: 6px 10px;
}
section#section-results {
    padding-top: 10px;
}
p.reevaluate {
    width: 95%;
    margin: 0 auto;
    background-color: #ffdee7;
    padding: 10px;
    font-size: 70%;
    max-width: 500px;
    border-radius: 5px;
}

.content-buy-results .results .lists a.item:after,
.content-pickup-brands .results .lists a.item:after {
    display: none;
}

a.item {
    pointer-events: none;
}
.content-buy-results .results .lists a.item .text {
    padding-right: 0;
}



/*━━━━━━━━━━━━━━━　買取金額見直し特設ページ　━━━━━━━━━━━━━━━*/

/*━━━━━━━　特設ページメインビジュアル　━━━━━━━*/
section.brand_special_event_mv {
    background-image: url(/img/brand_special/brand_special_camp_backimg.jpeg);
    background-size: cover;
    position: relative;
}
section.brand_special_event_mv:before {
  content: '';
  background-color: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.brand_special_event_mv h1  {
    color: #FFF;
    font-size: 135%;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    line-height: 150%;
    left: 5%;
    margin-top: -200px;
    margin-left: -100px;
}
section.brand_special_event_mv h1 span {
    position: absolute;
    display: inline-block;
    left: 75px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 250px;
    text-align:center;
}
section.brand_special_event_mv h1:before {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #f2799ad4;
    margin-top: -200px;
    margin-left: 0;
    overflow: hidden;
}
.brand_special_event_mv_wrapper {
    max-width: 1040px;
    padding: 200px 20px 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.brand_special_event_mv_wrapper h2 {
    color: #FFF;
    font-size: 250%;
    font-weight: bold;
}

p.eve_mv_ttlsub {
    color: #FFF;
    font-weight: bold;
    margin-top: 15px;
    font-size: 150%;
}

p.eve_mv_ttlsub span {
    background-color: #c4a27775;
    border: solid 1px #c4a277;
    padding: 5px 10px;
    margin-right: 5px;
}
.eve_mv_txt {
    background: #ffffffd6;
    max-width: 750px;
    margin: 50px auto;
    padding: 30px 30px 40px;
    line-height: 180%;
    border-radius: 5px;
    position: relative;
}

p.eve_mv_big_txt {
    font-size: 180%;
    margin: 20px auto;
}

p.up_month {
    margin-top: 30px;
    font-weight: bold;
}

p.up_item {
    background: #FFF;
    width: fit-content;
    padding: 10px 20px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 120%;
}

.eve_mv_txt img {
    position: absolute;
    bottom: -20px;
    right: -20px;
    max-width: 100%;
    width: auto;
}

p.mv_end_txt {
    color: #FFF;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
}



@media screen and (max-width: 779px) {

section.brand_special_event_mv h1 span {
    font-size: 70%;
    line-height: 150%;
    left: 60px;
}

section.brand_special_event_mv h1:before {
    width: 350px;
    height: 350px;
    margin-top: -180px;
}
.brand_special_event_mv_wrapper h2 {
    font-size: 200%;
}

p.eve_mv_ttlsub {
    font-size: 100%;
    margin-top: 30px;
}

.eve_mv_txt {
    font-size: 80%;
}

.eve_mv_txt img {
    width: 25%;
}

p.mv_end_txt {
    font-size: 100%;
    line-height: 180%;
}

}


@media screen and (max-width: 480px) {

.brand_special_event_mv_wrapper {
    padding: 150px 20px 50px;
}

section.brand_special_event_mv h1:before {
    width: 320px;
    height: 320px;
    margin-top: -150px;
    margin-left: -10px;
}

section.brand_special_event_mv h1 span {
    left: 70px;
    width: 200px;
}
section.brand_special_event_mv h1 span {
    -webkit-transform: none;
    transform: none;
    width: 180px;
    left: 75px;
}
.eve_mv_txt {
    padding: 5% 5% 8%;
    margin-bottom: 40px;
}

p.mv_end_txt {
    font-size: 90%;
}

}

/*━━━━━━━ 特設ページコンテンツ　━━━━━━━*/
section.content-container.special_event_container {
    padding-bottom: 50px;
    border-radius: 0;
}

section.brand_special_event_content {
    padding: 20px 0;
}

p.eve_cnt_extxt {
    line-height: 150%;
    text-align: center;
    margin-bottom: 10px;
}

p.eve_cnt_extxt span {
    font-size: 80%;
    font-weight: bold;
}

section.brand_special_event_content ul {
    display: flex;
    flex-wrap: wrap;
}

section.brand_special_event_content ul li {
    width: 23%;
    margin: 1%;
    background-color: #eeeeee;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; 
    align-items: center;  
    flex-direction: column; 
    min-height: 300px;     
    text-align: center;    
}

section.brand_special_event_content li h2 {
    background-color: #2a1a10;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
    width: 100%;
}

section.brand_special_event_content li h2 span {
    font-size: 80%;
    margin-left: 10px;
}

p.eve_cnt_brand {
    margin: 20px 20px 10px 20px;
    font-weight: bold;
}

p.eve_cnt_brand span {
    display: block;
    font-size: 80%;
    font-weight: normal;
    margin-top: 5px;
}

p.eve_cnt_item {
    border: solid 1px #999;
    border-radius: 5px;
    width: fit-content;
    padding: 7px 15px;
    margin: 0 auto 20px;
    font-size: 90%;
    font-weight: bold;
}
.eve_item_detail {
    width: 90%;
    margin: 0 auto 20px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px;
}

.eve_item_detail img {
    max-width: 90%;
}

p.eve_cnt_item_txt {
    font-size: 80%;
    margin: 10px;
}

p.eve_cnt_price {
    background-color: #f2799a;
    border-radius: 5px;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    margin: 10px auto;
    width: 90%;
}

p.eve_cnt_price span {
    display: block;
    font-size: 60%;
    margin-top: 5px;
}
section.brand_special_event_content  a.bt.bt-arrow-r.bt-more.bt-more-beige {
    font-size: 70%;
    width: 94%;
    padding: 15px 15px 15px 5px;
}
section.brand_special_event_content a.bt.bt-arrow-r.bt-more.bt-more-beige::after {
    right: 5px;
}
.eve_cnt_coming {
    width: 90%;
    margin: auto;
    /* margin-top: 70%; */
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.eve_cnt_coming p {
    font-weight: bold;
}

.eve_cnt_coming img {
    max-width: 50%;
}



@media screen and (max-width: 779px) {

section.brand_special_event_content ul li {
        width: 48%
}

p.eve_cnt_extxt {
    text-align: left;
    font-size: 90%;
}
p.eve_cnt_item {
    margin-bottom: 10px;
}

.eve_item_detail {
    margin-bottom: 10px;
}
}