#contants {
    width: 100%;
}

.contents img {
    display: block;
    width: 100%;
    height: auto;
}

.title_bg {
    padding: 4px 20px;
    background-color: #192b5b;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.btn_wrap {
    margin-top: 40px;
}

/* MV
-----------------------------------------------------------*/
.mv {
    width: 1000px;
    margin: 0 auto;
}

/* お手元に動かなくなってしまった ゲーム機本体はございませんか？
-----------------------------------------------------------*/
.lead {
    margin-top: 40px;
}

.lead_topTitle {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 24px;
    font-weight: bold;
    color: #192b5b;
    text-align: center;
}

.lead_topTitle::before,
.lead_topTitle::after {
    content: "";
    position: absolute;
    top: 3px;
    display: inline-block;
    width: 3px;
    height: 60px;
    border-radius: 3px;
    background-color: #192b5b;
}

.lead_topTitle::before {
    left: 0;
    transform: rotate(-25deg);
}

.lead_topTitle::after {
    right: 0;
    transform: rotate(25deg);
}

.lead_content {
    position: relative;
    margin-top: 58px;
    padding: 58px 0 53px;
    background-color: #eeeeee;
}

.lead_inner {
    width: 1000px;
    margin: 0 auto;
}

.lead_title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: fit-content;
    margin: 0 auto;
    padding: 14px 60px;
    background-color: #192b5b;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: white;
}

.lead_text {
    font-size: 16px;
    text-align: center;
}

.lead_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

.lead_list li {
    width: 320px;
}

.lead_listImage {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.lead_listTitle {
    margin-top: 14px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #192b5b;
}

.lead_listTitle span {
    background: linear-gradient(transparent 80%, #ffd600 0%);
    font-weight: bold;
}

.lead_listText {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
}

.lead_listText a {
    font-size: inherit;
    text-decoration: none;
    color: #0868b7;
}

.lead_note {
    display: block;
    margin-top: 17px;
    font-size: 12px;
}

/* ジャンクゲーム機本体
-----------------------------------------------------------*/
.gameConsoleBody {
    width: 1000px;
    margin: 80px auto 0;
}

.gameConsoleBody_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.gameConsoleBody_list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 480px;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.gameConsoleBody_image {
    width: 200px;
    height: 150px;
    border: 1px solid #e6e6e6;
}

.gameConsoleBody_content {
    width: 260px;
}

.gameConsoleBody_name {
    min-height: 3em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.gameConsoleBody_name.-line1 {
    min-height: 1.5em;
}

.gameConsoleBody_label {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 6px 20px 6px 15px;
    background-color: #de0a09;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    font-size: 14px;
    line-height: 1;
    color: white;
}

.gameConsoleBody_price {
    font-size: 72px;
    font-weight: bold;
    text-align: right;
    color: #de0a09;
}

.gameConsoleBody_price span {
    font-size: 24px;
    font-weight: bold;
}

.gameConsoleBody_note {
    display: block;
    margin-top: 17px;
    font-size: 12px;
}

/* 買取のながれ
-----------------------------------------------------------*/
.step_wrapper {
    width: 100%;
    margin-top: 80px;
    background-color: #eeeeee;
}

.stepContents {
    width: 1000px;
    margin: 0 auto;
}

.stepSlide_wrapper {
    margin-top: 30px;
    background: none;
}

.stepSlede {
    height: 454px;
    border-color: white;
}

.stepSlede_num {
    top: -2px;
    left: -2px;
}

.stepSlede_inner p span {
    display: block;
    margin-top: 7px;
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
}

.stepSlede_inner img {
    width: 155px;
}

/* バナー
-----------------------------------------------------------*/
.banner {
    width: 1000px;
    margin: 80px auto 0;
}

.banner a {
    display: block;
}

.banner a + a {
    margin-top: 20px;
}

.banner .banner_title {
    position: relative;
    width: fit-content;
    margin: 13px auto 0;
    padding: 0 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #192b5b;
}

.banner .banner_title::before,
.banner .banner_title::after {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    width: 3px;
    height: 1em;
    border-radius: 3px;
    background-color: #192b5b;
}

.banner .banner_title::before {
    left: -10px;
    transform: rotate(-25deg);
}

.banner .banner_title::after {
    right: -10px;
    transform: rotate(25deg);
}

.banner .banner_title + a {
    margin-top: 3px;
}
