@charset "utf-8";



/* **********メインビジュアル********** */

.top_benefits.brand_ttl_em {
  padding: 20px 0;
}
.top_benefits.brand_ttl_em h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.top_benefits ul {
    display: flex;
}

.top_benefits ul li {
    width: calc(100% / 3);
    background-color: #eeeeee;
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    color: #616161;
}
.top_benefits ul li img {
    width: 100px;
}

.top_benefits ul li div {
    margin-left: 10px;
    line-height: 150%;
}

.top_benefits ul li div h3 {
    font-weight: bold;
    font-size: 90%;
    color: #bfa178;
}

.top_benefits ul li div p {
    font-size: 90%;
    line-height: 140%;
}

@media screen and (max-width:840px) {
.top_benefits.brand_ttl_em {
  margin-bottom: 20px;
}
.top_benefits.brand_ttl_em h2 {
    font-size: 18px;
    text-align: left;
    line-height: 150%;
}

.top_benefits ul {
    display: block;
    margin-top: 10px;
}

.top_benefits ul li {
    width: 100%;
    margin: 5px 0;
    align-items: center;
}
.top_benefits ul li div h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
}


/* **********ブランド一覧********** */

#corporation_brandlist .brandlist li.brand-hide {
  display: none;
}

section#corporation_brandlist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}

section#corporation_brandlist ul li {
    width: calc(25% - 5px);
    text-align: center;
    display: flex;
}

section#corporation_brandlist ul li a {
    display: flex;
    border: solid 1px #eeeeee;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
    flex-direction: column;
    width: 100%;
}
section#corporation_brandlist ul li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0px;
    left: 0px;
    border-top-left-radius: 5px;
}
section#corporation_brandlist ul li a::before {
    background: linear-gradient(-225deg, #f2799a 50%, transparent 50%);
}


section#corporation_brandlist ul li a span.brdname_en {
    overflow-wrap: anywhere;
    word-break: normal;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #616161;
    line-height: 140%;
}
section#corporation_brandlist ul li a span.brdname_jp {
    overflow-wrap: anywhere;
    word-break: normal;
    display: block;
    color: #616161;
    font-size: 11px;
    line-height: 120%;
    margin-bottom: 5px;
}

section#corporation_brandlist ul li a img {
    width: 50%;
    margin: auto auto 0 auto;
    display: block;
}

@media screen and (max-width:840px) {
section#corporation_brandlist ul li {
    width: calc(50% - 3px);
}
section#corporation_brandlist ul li a span.brdname_en {
    font-size: 11px;
}
section#corporation_brandlist ul li a span.brdname_jp {
    font-size: 9px;
}
}

/* **********買取実績********** */
a.item {
    pointer-events: auto;
}

/* **********買取ポイント********** */
  .brand-point-body.point-hide {
  display: none;
}

/* **********QA********** */
.qa-hide {
  display: none;
}



/* **********スタッフコメント********** */

section#staff_comment .content-container {
    border: solid 5px #eeeeee;
    border-radius: 10px;
}

section#staff_comment h2.content-title {
    display: flex;
    border: none;
    margin-bottom: 10px;
}

section#staff_comment h2 img {
    border-radius: 50%;
    width: 150px;
    position: relative;
    border: solid 5px #eeeeee;
    align-self: flex-start;
}
section#staff_comment h2 div {
    margin-top: auto;
    margin-left: 10px;
}

section#staff_comment h2 span {
    display: block;
    background-color: #bfa178;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
p.staff_comment_txt {
    font-size: 16px;
    padding-bottom: 15px;
}

@media screen and (max-width:840px) {
section#staff_comment .content-container {
    border: none;
    padding: 0;
}
section#staff_comment h2 img {
    max-width: 30%;
}
section#staff_comment h2 div {
    text-align: left;
}
section#staff_comment h2 span {
    font-size: 10px;
    margin-top: 2px;
}

p.staff_comment_txt {
    font-size: 14px;
}
}


/* **********渋谷店案内********** */
.shop_content {
    margin: 50px auto 50px;
}
.shop_content h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 140%;
}

.shop_content h4:before {
    font-family: 'FontAwesome';
    content: "\f041";
    color: #f2799a;
    display: block;
    font-size: 50px;
    margin-top: 10px;
}
.shibuya_ribbon {
    text-align: center;
    margin: 10px auto;
}

.shibuya_ribbon img {
    max-width: 200px;
    margin: 0 10px;
}
.shop_detail {
    text-align: center;
}
.shop_detail img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 5px;
}

.shop_detail a.bt.bt-arrow-r.bt-read{
    border: solid 2px;
    width: 400px;
    padding: 15px 0;
    font-size: 100%;
}

@media screen and (max-width:840px) {
.shibuya_ribbon img {
    max-width: 40%;
    margin: 0 1%;
}
.shop_detail a.bt.bt-arrow-r.bt-read {
    width: 80%;
}
}

@media screen and (max-width:840px) {
}


