/********************************************
 *
 * 取扱品目ページ
 *
 ********************************************/
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}
section {
    padding: 80px 0;
}

.wrap {
    width: 96%;
    max-width: 1040px;
}

.sp_only {
    display: none;

    @media (max-width: 767px) {
        display: block;
    }
}
.pc_only {
    display: block;

    @media (max-width: 767px) {
        display: none;
    }
}

.scroll_table {
    overflow-x: auto;

    > table {
        width: 100%;
        
        @media (max-width: 767px) {
            white-space: nowrap;
        }
    }
}



h2 {
    font-size: min(40px, 3vw);
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;

    @media (max-width: 767px) {
        font-size: 20px;
    }
}

.title01 {

}
.title01 .en {
    color: #94b8dd;
    margin-top: 0;
    text-align: center;
    font-size: 330%;
    font-weight: inherit;
    letter-spacing: 0em;
    line-height: 1.25;
}
.title01 .jp {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
}

.fukidashi01 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
    font-weight: bold;
}
.fukidashi01:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    transform: rotate(-25deg);
    border: none;
}
.fukidashi01:after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(25deg);
    border: none;
}

.fukidashi02 {
    background: #94b8dd;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: calc(100% - 5px);
    line-height: 1.2;
    padding: 8px 10px;
    border-radius: 100vmax; 
    font-size: 20px;

    @media (max-width: 767px) {
        font-size: 16px;
    }
}
.fukidashi02:after {
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: #94b8dd;
    position: absolute;
    top: 100%;
    left: 25%;
    transform: translateX(-50%);
    clip-path: polygon(75% 0, 0 0, 100% 100%);
}

.merit_box {
    background: #fff;
    padding: 30px 60px;
    margin: 0 auto 30px;
    border-radius: 20px;
    max-width: 95vw;
    width: 100%;

    @media (max-width: 767px) {
        padding: 30px 20px;
    }
}
.merit_box h3 {
    font-weight: bold;
    display: flex;
    gap: 0 0.5em;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-size: 30px;
    padding-bottom: 30px;
    background-image: radial-gradient(#333 40%, transparent 40%);
    background-size: 14px 14px;
    background-repeat: repeat no-repeat;
    background-position: left bottom;
    background-image: radial-gradient(#84badf 40%, transparent 40%);
    text-align: center;

    @media (max-width: 1029px) {
        font-size: 25px;
    }

    @media (max-width: 767px) {
        font-size: 20px;
    }
}

.merit_box h3 img.pointing {
    height: 1em;
    width: auto;
    display: inline-block;
    filter: invert(80%) sepia(8%) saturate(6271%) hue-rotate(178deg) brightness(105%) contrast(75%);
}

table.table1 {
    text-align:center;
    width:100%;
    border-collapse: separate;
    border-spacing: 10px;
}
table.table1 td {
    padding: 15px;
    border: 2px solid #8eb7da;
    letter-spacing: 1px;
}
table.table1 th {
    padding: 15px;
    border: 2px solid #8eb7da;
    background: #8eb7da;
}
table.table1 td .price {
    font-size: 25px;
    font-weight: bold;
}

table.table3 {
    width:100%;
}
table.table3 th {
    background: #8eb7da;
    padding: 15px;
    color: #fff;
    font-size: 20px;
}

table.table3 td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}


/* メイン */
.main_visual {
    position: relative;
    z-index: 0;
    aspect-ratio: 2 / 1;
    width: 100%;
    background: #f8f8f8;
    display: grid;
    place-content: center;
    max-height: 600px;

    @media (max-width: 767px) {
        max-height: none;
        padding: 40px 0;
    }
}
.main_visual > .inner {
    width: 100%;
    text-align: center;
}

.main_visual > img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.main_visual h1 {
    font-size: min(7vw, 100px);
    color: #4d4d4d;
    font-weight: 900;

    @media (max-width: 767px) {
        margin: 0 auto;
    }
}
.main_visual h1 .item_purchase {
    color: #ff0000;
}

/* キャンペーン */

#top_campaign h2 {
  color: #94b8dd;
  margin-top: 0;
  text-align: center;
  font-size: 330%;
  font-weight: inherit;
  letter-spacing: 0em;
  line-height: 1.25;
}
#top_campaign h2 span {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

#top_campaign .subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}



/* 価格高騰中 */
#soaring_price {
    position: relative;
    z-index: 0;
}
#soaring_price:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #000;
    opacity: 0;
}
#soaring_price > img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#soaring_price > .inner {
    position: relative;
    z-index: 1;

    @media (max-width: 767px) {
        max-width: 95%;
        margin-inline: auto;
    }
}

#soaring_price .text01 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.75em;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.7));
    letter-spacing: 3px;
}

#soaring_price .text01 > span:first-child {
    margin-bottom: 10px;
    display: block;
}

#soaring_price .text01 img{
    height: 100px;
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
    object-fit: contain;
    
    @media (max-width: 767px) {
        height: 55px;
        margin-bottom: 10px;
    }
}

#soaring_price .text01 .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

#soaring_price .text02 {
    font-size:40px;
    font-weight:bold;
    text-align:center;
    color:#eb871e;
    letter-spacing: 5px;
    text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.7));

    @media (max-width: 767px) {
        font-size: 30px;
    }
}

#soaring_price .text03 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #fff;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5));

    @media (max-width: 767px) {
        font-size: 20px;
        margin-top: 20px;
    }
}

#soaring_price .fukidashi01:before,
#soaring_price .fukidashi01:after {
    background: #fff;
}

#soaring_price .text03 > span {
    text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
    color: #ff0000;
}







/* お問い合わせ導線 */
.parts_contact{
    background: #faf0a4;
}
.parts_contact > .inner {
    display: grid;
    grid-template-columns: 100%;
    gap: 50px 0;

    @media (max-width: 1029px) {
        width: 96%;
    }
}
.parts_contact .merit_box {
    margin-bottom: 0;
}
.parts_contact .merit_box h3 {
    display: block;
}
.parts_contact .merit_box h3 .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}
.parts_contact .merit_box h3 img {
    width: 300px;

    @media (max-width: 767px) {
        width: 220px;
    }
}

.parts_contact .merit_box > div {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;

    @media (max-width: 1029px) {
        text-align: left;       
    }

    @media (max-width: 767px) {
        font-size: 14px;
    }
}

.parts_contact .merit_box > div br {

    @media (max-width: 1029px) {
        display: none;       
    }
}


.parts_contact .two_in_one {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px 60px;

    @media (max-width: 1029px) {
        width: 90%;
        margin: auto;
        grid-template-columns: 100%;
    }
}
.parts_contact .contact_btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s;
    width: 100%;
    margin-top: 40px;

    @media (max-width: 767px) {
        font-size: 20px;
    }
}
.parts_contact .contact_btn01:hover {
    color: #fff;
}
.parts_contact .contact_shop01 {
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 0, transparent 8px);
    background-color: #476a97;
    box-shadow: 5px 5px 0px #36487a;
}
.parts_contact .contact_shop01:hover {
    transform: translate(4px, 4px);
    box-shadow: 1px 1px 0px #36487a;
}
.parts_contact .contact_form01 {
    background-color: #eb871e;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 0, transparent 8px);
    box-shadow: 5px 5px 0px #b3612e;
}
.parts_contact .contact_form01:hover {
    transform: translate(4px, 4px);
    box-shadow: 1px 1px 0px #b3612e;
}
.parts_contact .contact_form01 .fukidashi02,
.parts_contact .contact_form01 .fukidashi02:after {
    background: #ffa500;
}
.parts_contact .contact_btn01 img {
    width: 40px;
    height: 40px;
    display: block;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(41deg) brightness(102%) contrast(106%);
}
.parts_contact .contact_btn02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 0, transparent 8px);
    background-color: #84badf;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;

    @media (max-width: 1029px) {
        grid-template-columns: 1fr 55%;
    }

    @media (max-width: 767px) {
        grid-template-columns: 100%;
    }
}
.parts_contact a.contact_btn02 {
    box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
}

.parts_contact a.contact_btn02:hover {
    color: #fff;
    transform: translate(4px, 4px);
    box-shadow: 1px 1px 0px #4d6e85;
}
.parts_contact .contact_btn02 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    @media (max-width: 767px) {
        height: auto;
    }
}
.parts_contact .contact_btn02 > .text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.parts_contact .contact_btn02 .fukidashi02 {
    position: relative;
    background: #fff;
    color: #84badf;
    bottom: auto;
    left: auto;
    padding: 8px 20px;
}
.parts_contact .contact_btn02 .fukidashi02:after {
    background: #fff;
}
.parts_contact .contact_btn02 .title {
    display: block;
    margin: 15px 0;
    font-size: 40px;
    letter-spacing: 3px;

    @media (max-width: 767px) {
        font-size: 20px;
    }
}
.parts_contact .contact_btn02 .detail {
    font-size: 16px;

    @media (max-width: 767px) {
        font-size: 14px;
    }
}
.parts_contact .contact_btn02 .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    max-width: 220px;
    margin: 15px auto 0;
    padding: 10px 10px;
    font-size: 18px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 100vmax;
    position: relative;
    line-height: 1;
}
.parts_contact .contact_btn02 .arrow:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.parts_contact .contact_btn02 .contact {
    font-size: 20px;
    display: table;
    border-bottom: 1px solid #fff;
    margin: 20px auto 0;

    @media (max-width: 767px) {
        font-size: 16px;
    }
}

.parts_contact .item {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    overflow: hidden;
}

.parts_contact .item > .inner {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.parts_contact .item h3 {
    margin: 0;
    font-weight: bold;
    color: #94b8dd;
    letter-spacing: 3px;
    font-size: 35px;
}
.parts_contact .item .title .sub {
    color: #000;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.5;
}

.parts_contact .item .btn_box {
    margin: 0;
}
.parts_contact .item .btn_box .btn01 {
    margin: 0 auto;
}


/* 相場 */
#gold_price h2 > span {
    color: #8eb7da;
}

#gold_price .subtitle {
    color: #ffff00;
    background: #8eb7da;
    display: table;
    padding: 5px 30px;
    font-size: 20px;
    margin: 30px auto;
    font-weight: bold;
    border-radius: 100vmax;
    letter-spacing: 2px;

}
#gold_price .text_center {
    text-align: center;
    margin: 30px 0;
}
#gold_price .update {
    text-align: right;
    padding: 0 10px;
}






/* 買取品紹介 */
#purchased_items > .inner {
    @media (max-width: 1029px) {
        width: 96%;
    }
}


#purchased_items h2 > span {
    color: #8eb7da;
}
#purchased_items .text_center {
    margin-bottom: 30px;
}
#purchased_items .table3 {
    margin-bottom: 50px;
}
#purchased_items .table3 tr td:first-child {
    font-weight: bold;
    font-size: 20px;
}

.purchased_items {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:40px 30px;
    width:100%;

    @media (max-width: 767px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
}
.purchased_items .item {
    width:100%;
}
.purchased_items .item img {
    width:100%;
    aspect-ratio:3 / 2;
    object-fit:contain;
    display: block;
}
.purchased_items .item .name {
    text-align:center;
    font-weight:bold;
    margin:10px 0;

    > span {
        white-space: nowrap;

        @media (max-width: 767px) {
            display: block;
        }
    }
}

.purchased_items .item a.btn01 {
    font-size: 14px;
    padding: 0.5em 1em;
    position: relative;
    z-index: 0;

    &:focus {
        color: #fff;
    }

    &:after {
        content: "";
        display: block;
        width: 0.5em;
        height: 0.5em;
        background: #fff;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }

}

table.table2 {
    font-size:12px;
    width:100%;
}

table.table2 td {
    padding: 5px;
    border: 1px solid #94b8dd;
}
table.table2 th {
    padding: 5px;
    border: 1px solid #94b8dd;
    background:#94b8dd;
    white-space:nowrap;
    text-align:left;
    color: #fff;
    font-weight: normal;
}
table.table2 tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}


/* コラム */
#item_column {
    background: #f8f8f8;
}

#item_column h2 > span {
    color: #8eb7da;
}

.column_item_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 60px 40px;
}
.column_item_list .item {
    padding: 0;
    text-decoration: none;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 3 span;
    gap: 10px 0;
}
.column_item_list .item > .image.noimage {
    border: 1px solid #ccc;
}
.column_item_list .item > .image {
    overflow: hidden;
}
.column_item_list .item > .image > img {
    aspect-ratio: 3 / 2;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
    background:#ccc;
}
.column_item_list .item:hover > .image > img {
    transform: scale(1.1);
}
.column_item_list .item .text .cat > span {
    border-left: 5px solid #b29e73;
    padding-left: 5px;
    font-size: 14px;
    line-height: 2;
}
.column_item_list .item .text .title {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 18px;
    font-weight: bold;
}
.column_item_list .item .writer {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 0;
    justify-content: flex-end;
}
.column_item_list .item .writer .image > img {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #ccc;
    display: block;
    width: 50px;
    min-width: 50px;
    height: auto;
    margin: 0 auto 10px;
}
.column_item_list .item .writer .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
}
.column_item_list .item .writer .info .position {
    font-size: 14px;
}
.column_item_list .item .writer .info .name {
    font-size: 14px;
}
.column_item_list .item .writer .info .shop {
    font-size: 12px;
}

@media (max-width: 767px) {

    .column_item_list {
        grid-template-columns: 100%;
    }

    .column_item_list .item .text .title {
        overflow: visible;
        -webkit-line-clamp: none;
    }

}


/* メリット */
#selling_marit {
    position: relative;
    z-index: 0;
}
#selling_marit img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#selling_marit .merit_box h3 {
    background-image: radial-gradient(#eb871e 40%, transparent 40%);
}


/* 高く売るコツ */
#tips_selling {
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 0, transparent 8px);
    background-color: #84badf;  
}

#tips_selling h2 {  
    color: #fff;
}

#tips_selling .merit_box h3 {
    justify-content: flex-start;
    align-items: baseline;
    text-align: left;
}



/* 9つの理由 */
#reasons {
    position: relative;
    z-index: 0;
}
#reasons img.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}
#reasons h2 span {
    color: #84badf;  
}

ol.num01 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;

    @media (max-width: 1029px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }
}
ol.num01 > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px 0;
}
ol.num01 > li > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    align-items: center;
    max-width: 100%;
}
ol.num01 > li .num {
    font-size: 60px;
    line-height: 1;
    color: #84badf;
    font-weight: bold;
}
ol.num01 > li .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    flex: 1;

    @media (max-width: 767px) {
        text-align: center;
    }

    > br {
        @media (max-width: 767px) {
            display: none;
        }
    }
}
ol.num01 > li .detail {
    width: 100%;
    padding-top: 20px;
    margin-top: 15px;
    position: relative;
}
ol.num01 > li .detail:before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: repeat no-repeat;
    background-position: left bottom;
    background-image: radial-gradient(#84badf 40%, transparent 40%);
    position: absolute;
    top: 0;
    left: 0;
}



ol.num01 > li img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    display: block;
    background: #ccc;
}
@media (max-width: 1029px) {
    ol.num01 > li .text {
        width: 100%;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    ol.num01 {
        gap: 0;
    }
    ol.num01 > li {
        grid-template-columns: 100%;
        padding: 30px 20px;
        gap: 20px;
    }
    ol.num01 > li .text {
        flex: none;
    }
    ol.num01 > li .num {
        margin: 0 auto 15px;
        font-size: 50px;
    }
}



/* 純度が分からない金製品も */
.table4 th {
    background: #8eb7da;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #8eb7da;
}
.table4 tr th:not(:last-child) {
    border-right: 1px solid #fff;
}
.table4 td {
    padding: 15px;
    border: 1px solid #ccc;
}

.table4 tr td:first-child {
    background: #ffffbb;
}


#purity .merit_box {
    border: 5px solid #84badf;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 30px auto;

}


/* 査定員 */
#assessor {
    background: #f8f8f8;
}

#assessor h2 span {
    color: #84badf;
}

#assessor {

    .writer {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 40px;
        margin-top: 30px;

        @media (max-width: 767px) {
            grid-template-columns: 100%;
            gap: 10px;
        }
    }
    .writer .image {
        width: 100%;

        @media (max-width: 767px) {
            width: 250px;
            max-width: 100%;
            margin-inline: auto;
        }
    }

    .writer img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-fit:cover;
        border-radius: 20px;
    }

    .writer h3 {
        display: inline-block;
        background: #84badf;
        color: #fff;
        padding: 5px 20px;
        border-radius: 100vmax;

        @media (max-width: 767px) {
            display: table;
            margin-inline: auto;
        }
    }

    .writer .profile {
        @media (max-width: 767px) {
            font-size: 14px;
        }
    }
}

/* 状態 */
#item_status .fukidashi02 {
    position: relative;
    display: table;
    margin: 0 auto 30px;
    font-weight: bold;
    padding: 8px 20px;
}

#item_status .fukidashi01 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #94b8dd;

    @media (max-width: 767px) {
        font-size: 20px;
    }
}
#item_status .fukidashi01:before,
#item_status .fukidashi01:after {
    background: #94b8dd;
}

#item_status .text_center {
    line-height: 1.8;

    @media (max-width: 1029px) {
        text-align: left;
        width: 85%;
        margin: 0 auto;
    }
}

#item_status .text_center u {
    background: linear-gradient(transparent 50%, #ffff00 50%);
    font-weight: bold;
    text-decoration: none;

}


.status_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 40px;
    margin-bottom: 50px;

    @media (max-width: 767px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

}
.status_list > div {
    width: 100%;
}
.status_list .image {
    position: relative;
}
.status_list .image .ok {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eb871e;
    color: #fff;
    z-index: 1;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.status_list .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    display: block;
    background: #ccc;
    border: 1px solid #ccc;
}
.status_list .status {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;

    @media (max-width: 767px) {
        font-size: 16x;
    }
}
.status_list .detail {
    @media (max-width: 767px) {
        font-size: 14x;
    }
}


.status_list2 {
    display: flex;
    gap: 15px 50px;
    justify-content: center;
    margin: 60px 0;

    @media (max-width: 767px) {
        gap: 15px;
    }
}
.status_list2 > div {
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #94b8dd;
    color: #fff;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;

    @media (max-width: 767px) {
        font-size: 16px;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}



/* 高価買取できる理由 */
#price_reason {
    background-color: #84badf;
}
#price_reason h2 {
    color: #fff;
}

#price_reason h2 span {
    color: #ffff00;
}


.reason_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;

    @media (max-width: 767px) {
        grid-template-columns: 100%;
    }
}
.reason_list > div {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.reason_list .image  {
    border-radius: 20px;
    overflow: hidden;
}

.reason_list .image > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background:#ccc;
    display: block;
}
.reason_list .title {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    min-height: 3em;
    line-height: 1.5;
    display: grid;
    place-content: center;
    font-weight: bold;

    @media (max-width: 1029px) {
        text-align: left;
    }
}
.reason_list .title br {
    @media (max-width: 1029px) {
        display: none;
    }
}




/*買取品目*/
#buy_item {
    margin-top: 0;
}

#buy_item h2 {
    margin-top: 0;
    color: #fff;
}

/*お客様のクチコミ*/
#voice h2 span {
    color: #84badf;
}

#voice .fukidashi02 {
    position: relative;
    display: table;
    margin: 50px auto;
    padding: 5px 20px;

}

.voice {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    margin-top: 30px;

    @media (max-width: 767px) {
        grid-template-columns: 100%;
    }
}
.voice .image {
    width: 100%;
    @media (max-width: 767px) {
        width: 80%;
        margin-inline: auto;
    }
}
.voice img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    object-fit: cover;
    background: #ccc;
}
.voice h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #84badf;
    color: #fff;
    padding: 10px;
}
.voice .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #84badf;
}

.voice_list {
    justify-content: center;
    gap: 15px 0;
}
.voice_list > div {
    background: #fff;
    width: calc(33.3333% - 20px);
    border: 1px solid #ccc;
    margin: 0 10px;

    @media (max-width: 767px) {
        width: 100%;
        margin: 0;
    }
}
.voice_list > div .star {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eb871e;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.voice_list > div .star > span {
    white-space: nowrap;
    margin-right: 1em;
}
.voice_list > div .star > img {
    width: 1.5em;
    margin: 0 3px;
}
.voice_list > div p {
    margin: 0;
    padding: 20px 30px 40px;
    font-size: 16px;
}
.icon_star {
    margin: 0 2px;
    width: 1.5em;
    height: 1.5em;
    background: #ffd300;
    clip-path: polygon(51% 3%, 67% 33%, 99% 38%, 74% 65%, 80% 94%, 51% 78%, 22% 94%, 28% 65%, 3% 38%, 35% 33%);

    @media (max-width: 1029px) {
        width: 1em;
        height: 1em;
    }
}
.icon_star.yellow {
    background-color: #ffd300;
}
.icon_star.gray {
    background-color: #a7a7a7;
}

@media (max-width: 1029px) {
    .voice_list {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .voice_list > div .star {
        font-size: 18px;
    }
    
    .voice_list > div p {
        padding: 20px;
        font-size: 14px;
    }
}


/*よくある質問*/
#faq_list h2 > span {
    color: #8eb7da;
}

#faq_list #itemlist dl dt,
#faq_list #itemlist dl dd {
    align-items: baseline;
}


/* 買取に必要なもの */
#proof {
    background: #f8f8f8;
}

#proof h2 span {
    color: #8eb7da;
}

#proof .text_center {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#proof .sub {
    color: #ffff00;
    background: #8eb7da;
    display: table;
    padding: 5px 30px;
    font-size: 20px;
    margin: 30px auto;
    font-weight: bold;
    border-radius: 100vmax;
}

.proof {
    display: flex;
    align-items: baseline;
    line-height: 1.5;
    gap: 0 10px;
}
.proof .num {
    width: 2em;
    height: 2em;
    display:grid;
    place-content: center;
    border-radius: 50%;
    background: #94b8dd;
    color: #fff;
}
.proof > p{
    margin: 0;
    font-weight: bold;
}
/*
.proof.note1 > p:after {
    content: "※1";
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.proof.note2 > p:after {
    content: "※2";
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
*/

.proof_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 40px;
    font-size: 20px;
    width: 95%;
    max-width: 800px;
    margin: auto;

    @media (max-width: 767px) {
        grid-template-columns: 100%;
    }
}
.proof_list > .item > img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

ul.note {
    font-size: 12px;
    margin-top: 30px;
}
ul.note > li {
    display: flex;
}
ul.note > li:before {
    content: "※";
    display: inline;
}
ul.note > li p {
    margin: 0;
}




/* 店舗一覧 */
.shop_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 15px 40px;

    @media (max-width: 767px) {
        display: block;
    }
}
.shop_list > .area.tokyo {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.shop_list > .area.gunma {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.shop_list > .area.kanagawa {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.shop_list > .area.shizuoka {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}
.shop_list > .area.aichi {
    grid-column: 3 / 4;
    grid-row: 1 / 4;
}

.shop_list > .area h2 {
    background: #94b8dd;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.shop_list > .area ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px 0;

    @media (max-width: 767px) {
        gap: 10px 0;
    }
}
.shop_list > .area ul > li {

}
.shop_list > .area ul > li a {
    display: flex;
    text-decoration: none;
    align-items: flex-start;
    gap: 0 0.5em;
    position: relative;
    transition: opacity 0.3s;
}

.shop_list > .area ul > li a:hover {
    opacity: 0.5;
}

.shop_list > .area ul > li a:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    min-width: 1.4em;
    min-height: 1.4em;
    background: #94b8dd;
    border-radius: 50%;
}
.shop_list > .area ul > li a:after {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 0.4em;
    left: 0.3em;
}




/***************************
 fixedメニュー(PC)
****************************/
.pc_floating_btn {
	position: fixed;
	bottom: 10%;
	left: 0;
	z-index: 99;
}
.pc_floating_btn > a.tel_box,
.pc_floating_btn > a.contact_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #eb871e;
	text-decoration: none;
	border: 3px solid #eb871e;
	border-left: none;
	border-radius: 0 10px 10px 0;
	padding: 20px 10px;
	margin: 0;
    position: static;
}
.pc_floating_btn > a.tel_box img,
.pc_floating_btn > a.contact_box img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin: 0 0 5px;
    filter: invert(61%) sepia(23%) saturate(3843%) hue-rotate(352deg) brightness(99%) contrast(86%);
}
.pc_floating_btn > a.tel_box .text,
.pc_floating_btn > a.contact_box .text {
	color: #eb871e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}


@media (max-width: 1029px) {
	.pc_floating_btn {
		bottom: 5%;
	}
}

@media (max-width: 767px) {
	.pc_floating_btn {
		display:none;
	}

}






/* 調整 *******************/
#top_campaign .notice {
    @media (max-width: 1029px) {
        font-size: 1.5em;
    }
}

#buy_item #itemlist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 96%;
    margin: 0 auto 30px;

    @media (max-width: 1029px) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (max-width: 767px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    > .item {
        width: 100%;
        max-width: 100%;
        @media (max-width: 767px) {
            margin: 0;
            display: grid;
            grid-template-columns: 50px 1fr;
            grid-template-rows: auto auto;
            gap: 0 15px;
        }

        > img {
            @media (max-width: 767px) {
                width: 100%;
                display: block;
                float: none;
                grid-column: 1 / 2;
                grid-row: 1 / 3;
            }
        }

        > h3 {
            margin-left: 0;
            width: 100%;
            padding: 0;
            font-size: 16px;
            grid-column: 2 / 3;
            grid-row: 1 / 2;
        }

        > .text {
            margin-left: 0;
            width: 100%;
            padding: 0;
            grid-column: 2 / 3;
            grid-row: 2 / 3;
        }
    }
}



/**************************/

