@charset "UTF-8";

.js-preHide,
.js-mainHide {
    display: none;
}

.content article{
    padding-bottom: 64px;
    margin: auto;
    width: 1200px;
}

.content section {
    padding-top: 32px;
}

.content section.campaign {
    padding-top: 40px;
}

.content.kaitorCP h2 {
    margin-bottom: 20px;
}

.content.kaitorCP h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.campaignBtn .m-btn{
    text-align: center;
}

.campaignBtn .disabled {
    background-color: #a2a2a2;
    color: rgba(255, 255, 255, .5);
    pointer-events: none;
}

.m-btn.mostImportant.disabled::after{
    opacity: .5;
}

.text_fwNormal {
    font-weight: normal;
}

.text_red {
    color: #D52423;
}

.m-btn.important.js-preHide {
  background: #A2A2A2;
    color: rgb(255 255 255 / 50%);
}

.m-btn.important.js-preHide:hover {
  opacity: 1;
}

.campaignItemList {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-top: 24px;
    font-weight: 700;
}
/*
.campaignItemList li::before {
    content: '・';
    margin-right: 5px;
}
*/
.campaign_date {
    font-size: 22px;
    font-weight: 700;
    line-height: calc(30/18);
    margin-bottom: 40px;
}

.campaignItemList li small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.campaignItemList li + li {
    margin-top: 5px;
}

#target_items{
    margin: 40px 0 20px;
}

.content section.mv{
    padding-bottom: 0;
    padding-top: 0;
}

/* 対象商品
-----------------------------------------------------------*/
h2#campaign{
    margin-bottom: 20px;
}

.campaign_targetItemDetail{
    font-weight: 700;
    margin: 0 auto 20px;
}

.campaignItemListHead{
    font-weight: 700;
}

.campaignItemListHead + .campaignItemList{
    margin-top: 0;
}

.noteList_wrap{
    border: solid 1px #D9D9D9;
    border-radius: calc(5/375*100vw);
    padding: 36px 36px 36px 60px;
}

.noteList_inner {
    font-size: 14px;
    height: 222px;
    overflow-y: scroll;
}

.noteList_inner::-webkit-scrollbar {
  width: 16px;
}

.noteList_inner::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 6px;
  border-right: 5px solid transparent; /* 透明なボーダーをつける */
  border-left: 5px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}

.noteList_inner::-webkit-scrollbar-track { /* 上下に余白を付ける */
  margin-top: 4px;
  margin-bottom: 4px;
}

.noteList dt{
    font-weight: 700;
}

.noteList dd + dt{
    margin-top: 20px;
}

.noteList dd ul li{
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.campaignBtn .m-btn + .m-btn{
    margin-left: 0;
}

/* 買取アイテム
-----------------------------------------------------------*/
.target_items .category_subTitle {
    display: block;
    font-size: 12px;
}

.target_items .category + h3{
    margin-top: 40px;
}

.target_items .category .category_title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: calc(18/14*1em);
}

.target_items .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.target_items .category li,
.target_items .category li:not(:nth-child(4n)) {
    width: 190px;
    margin: 0;
}

.category_title,
.category_text,
.category_body{
    padding: 0 5px;
}

.category_text {
    font-size: 12px;
    line-height: calc(15/12*1em);
    margin-top: 11px;
}

.category_body{
    margin-top: 10px;
}

.category_priceTitle{
    font-size: 12px;
    line-height: calc(15/12*1em);
}

.category_price{
    font-size: 18px;
    font-weight: 700;
    line-height: calc(23/18*1em);
    margin-top: 5px;
}

/* カテゴリから見る
-----------------------------------------------------------*/
.categorySearch{
    margin-top: 64px;
}

.categorySearchBnrList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.categorySearchBnrList>li {
    width: 285px;
    position: relative;
}

.categorySearchBnrList>li a img {
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
}

.categorySearchBnrList>li a:hover {
    opacity: 0.6;
}

.categorySearchBnrList>li .categorySearchBnr_title {
    font-weight: 700;
    position: absolute;
    width: 205px;
    height: 68px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px;
}

/* こんな方にオススメ
-----------------------------------------------------------*/
.recommended_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    width: 1200px;
}

.recommended_list li{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    width: 386px;
}

.recommended_list li .balloon{
    background: url(/hobby/pc/img/event/kaitoricampaign20251227/fukidashi.svg) no-repeat center top / auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px;
    height: 160px;
}

/* 査定のこだわり
-----------------------------------------------------------*/
.satei_list{
    list-style: none;
}

.satei_list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto 40px;
    width: 1200px;
}

.satei_list li:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
}

.satei_list li p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    width: 590px;
}

/* 宅配買取の流れ
-----------------------------------------------------------*/
.purchaseStep {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.purchaseStep li {
    width: 336px;
}

.purchaseStep li+li {
    position: relative;
    padding-left: 64px;
    box-sizing: content-box;
}

.purchaseStep li+li::after {
    content: "";
    position: absolute;
    top: calc(calc(163px - 30px) / 2);
    left: 26px;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #3C3C3C;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.purchaseStep_text {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

.purchaseStep_text span {
    display: block;
    font-size: 16px;
}

.purchaseStep + .btn_wrap {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 1200px;
}
.purchaseStep + .btn_wrap  .m-btn+.m-btn {
    margin-top: 24px;
    margin-left: 0px;
}

/* セカストHOBBY 専門バイヤー
-----------------------------------------------------------*/
.hobbyProfessionalBuyers .hobbyProfessionalBuyers_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hobbyProfessionalBuyers_image {
    width: 386px;
}

.hobbyProfessionalBuyers_list {
    width: 793px;
}

.hobbyProfessionalBuyers_list li {
    font-size: 16px;
    line-height: calc(27/16*1em);
}

.hobbyProfessionalBuyers_list li + li {
    margin-top: 16px;
}

/* ============ カルーセル ============ */
.carouselContainer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1300px;
    margin: 0 -50px;
}

.carousel_button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    pointer-events: none;
}

.carousel_btn {
    position: relative;
    background: transparent;
    border: none;
    width: 40px;
    height: 80px;
    cursor: pointer;
    z-index: 1;
    pointer-events: auto;
}

.carousel_btn.prev {
    margin-right: 8px;
}

.carousel_btn.next {
    margin-left: 8px;
}

.splide__arrow:disabled {
    opacity: 1;
}

.carousel_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
}

.carousel_btn.prev::after {
    right: -10px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.carousel_btn.next::after {
    right: 0;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: translate(-50%, -50%) rotate(45deg);
}

.carousel_button .carousel_btn::after {
    border-color: #D52423;
}

.carousel_button .carousel_btn:disabled::after {
    border-color: #DADDE3 !important;
}

.scrollWrap {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollWrap::-webkit-scrollbar {
    display: none;
}

.scrollWrap > div {
    flex-shrink: 0;
}

.scrollWrap > div:first-child {
    margin-left: 0;
}

.scrollWrap > div:last-child {
    margin-right: 0;
}

.scrollbar {
    width: 1200px;
    height: 3px;
    margin: 20px auto 0;
    border-radius: 3px;
    background-color: transparent;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.scrollbar .scrollInner {
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

.scrollbar::-webkit-scrollbar {
    height: 3px;
    border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #D52423;
}

/* hobbyProfessionalBuyers */
.hobbyProfessionalBuyers {
    background: #F5F5F5;
}

#hobbyProfessionalBuyers,
.hobbyProfessionalBuyers_inner {
    margin: auto;
    width: 1200px;
}

#hobbyProfessionalBuyers {
    font-size: 32px;
    margin-bottom: 24px;
    margin-top: 64px;
}

.hobbyProfessionalBuyers_inner {
    margin-bottom: 96px;
}