@charset "shift_jis";
/*--------------------------------------------------------
 共通レイアウト
--------------------------------------------------------*/
.wrapper{
    overflow: hidden;
}
/* 看板エリア */
.main_inner {width: 100%; position: relative;}
.main_inner h1 img{width: 100%;}

.shitadori_txt{
	width: 90%;
	margin: 0 auto 5vw auto;
	font-size: 2.5vw;
	line-height: 1.4;
}

/* 追従ボタン */
#shitadori_service{
    display: none;
}
#shitadori_service.topFixed{
	position: fixed;
    display: block;
	top: 0;
	left: 50vw;
	transform: translate(-50vw, 0);
	width: 100vw;
	z-index: 1000;
	background: rgba(255,255,255,0.8);
    box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.2);
}

#shitadori_service img{width: 100%;}

/* ライトボックス:下取りサービス */
#shitadori{position: relative; overflow: hidden;}
#shitadori img{width: 100%;}
#shitadoriMovieBL{
	position: absolute;
	bottom: 23.5vw;
	left: 0;
}
#shitadori .btn {
    margin: 2vw auto 0;
}
#shitadori .btn a {
    line-height: 1;
    display: block;
    padding: 0.7rem 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 1vw auto 0;
    box-shadow: 0px 10px 10px -5px gray;
    background: #2a4d8c;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #2a4d8c;
    border-radius: 6px;
    position: relative;
    margin-top: 10px;
    z-index: 1;
}

/* 商品レイアウトエリア */
.inner {
	margin: 0 auto 10vw;
    background-image: linear-gradient(90deg, rgba(255, 248, 216, 1), rgba(253, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 50% 85%, rgba(255, 248, 216, 1));
    background: #fff8d8;
}

.inner_style{
	/*background: url(/shopping/i/sp/img/special/shitadori2023/lp/bg_title_category.png) no-repeat top center;*/
	background-size: 100%;
   
}
.inner_style h2{
    background: #fff8d8;
    padding: 5vw 0 2vw;
}
.inner_style h2 img{width: 100%;}

.itemarea{
    padding: 5vw 2vw;
    background-image: linear-gradient(90deg, rgba(255, 248, 216, 1), rgba(253, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 50% 85%, rgba(255, 248, 216, 1));
}


/*--------------------------------------------------------
 商品共通カラム
--------------------------------------------------------*/
.panelborder {
	position: relative;
    margin: 0 1.2vw 8vw 1.2vw;
}
.flag{
    margin-bottom: -3vw;
    display: block;
    position: relative;
    z-index: 10;
}
.panel_3{
    margin-bottom: 5vw;
}

.panel_3 .mainImg{
    padding: 0;
}

.panel_3 .Selectitem_area_3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.panel_3 .Selectitem_area_3 li{
	width: 45vw;
	margin: 1vw;
}

.panel_3 .Selectitem_area_3.btn1clm  li{
	width: 90vw;
	margin: 1vw;
}
.other_item a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(0deg, #c2c2c2 0%, #ffffff 100%);
    color: #000;
    box-sizing: border-box;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    width: 96%;
    margin: 2vw auto 0;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff;
    line-height: 1.5;
}
.other_item a::after {
    position: absolute;
    content: ">";
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.titBox {
    font-size: 3.8vw;
    font-weight: bold;
    color: #ffffff;
    padding: 0.7vw 0;
    background-size: 4px 4px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    margin: 3vw 0;
    background-image: linear-gradient(to top right, #828282 25%, #767676 25%, #767676 50%, #828282 50%, #828282 75%, #767676 75%, #767676) !important;
    text-shadow: 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000, -1px 0 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000 !important;
}
.titBox span {
    color: #fff700;
    padding: 0 1vw;
}
.genre-box .info_text span {
    color: #ff0000;
}
.genre-box .info_text {
    font-size: 2.5vw;
    margin: 1vw 1vw 0;
}
.other_item a .subText span {
    color: #f00;
}

/*--------------------------------------------------------
 絞り込みフィルター
--------------------------------------------------------*/
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
.Narrow_select_Area {
	position: relative;
	width: 94%;
	padding: 0 0 2vw;
	margin: 0 auto 15px auto;
	background: #fff;
	border-radius: 0;
}

.Narrow_select_Area h3{
	font-size: 3.9vw;
	margin: 0;
    background: #008edf;
    padding: 1vw 3vw;
    color: #fff;
    text-align: center;
}

.Category_select{
	display: flex;
	flex-wrap: wrap;
}

.Category_select li{width: 33%; font-size:2.8vw; box-sizing: border-box;}
.Category_select li input{margin: 2vw 1.4vw;}
.Category_select li input[type=checkbox]{vertical-align:middle;}
.Category_select li label{cursor: pointer;}


.js_searchItemCou {
	display: block;
	text-align: left;
	margin: 4vw 0 0 0;
	padding: 2vw 0 2vw 2vw;
	font-size: 3vw;
	font-weight: bold;
	border-top: 1px solid #ccc;
}

.NarrowingBtnReset{
	position: absolute;
    bottom: 3vw;
	right:2vw;
	z-index: 10;
	background: #eaf5f8;
	font-weight: bold;
	text-align: center;
	font-size: 2.8vw;
	border: 1px solid #333;
	padding: 0.4vw 1vw;
	cursor: pointer;
}
.NarrowingBtnReset span{
	font-size: 5.0vw;
	line-height: 0;
	position: relative;
	top: 0.6vw;
}
.NarrowingBtnReset.disable{display: none;}

/*--------------------------------------------------------
 ジャンル誘導
--------------------------------------------------------*/
.genre-wrap{
	margin-bottom:10vw;
}
.genre_btnWrap {
	border-radius: 1vw 1vw 0 0;
	background: #fff8d8;
    padding-bottom: 5vw;
	/*margin: 15vw auto 5vw;*/
    margin: 0 auto;
}
.genre_btnWrap h3 {
	text-align: center;
    margin-bottom: -7vw;
}
.genre_btnWrap h3 span {
	display: inline-block;
	position: relative;
    top: -10vw;
}
.genre_btnWrap h3 span img{width: 100%;}
.genre_btnWrap ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: baseline;
}
.genre_btnWrap ul li {
	display: inline-block;
    width: 50%;
    box-sizing: border-box;
	margin-bottom: 1vw;
}
.genre_btnWrap ul li.w100p {
	width: 100%;
}

.genre_btnWrap ul li img{width: 100%;}

[class^="Selectitem_"] a:after{
	content: none!important;
}

/* 完売 */
.soldout a:after {
	background-color: rgba(0,0,0,0.65);
	background-image: url(/shopping/sale/img/soldout.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;}
.soldout a {pointer-events: none;}
.starBtn {display: none;}

@media screen and (min-width: 640px) {
	#shitadoriMovieBL{
		width:500px!important;
		height:500px!important;
	}
}

/*--------------------------------------------------------
 FAQ
--------------------------------------------------------*/
#faq {
    margin: 0 auto 5vw;
    padding-top: 10vw;
}
.genre-wrap {
    margin-bottom: -5vw;
}
.faq_inner {
    background: url("/shopping/img/special/shitadori2024/lp/bg_faq.png") repeat;
    padding: 1vw 5vw 5vw;
    box-sizing: border-box;
}
.faq_inner li {
    margin-bottom: 3vw;
    font-size: 3.8vw;
}
.accordion-btn, .accordion-content {
    line-height: 1.3;
    background: #fff;
    position: relative;
}
.accordion-btn {
    border-bottom: 1px solid #b9b9b9;
    padding: 3vw 4.3vw 3vw 7.3vw;
    color: #04a10c;
    position: relative;
}
.accordion-btn span {
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    display: block;
    width: 3vw;
    height: 3vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.accordion-btn.active span::before, .accordion-btn.active:before {
    display: block;
    background-color: #000;
    position: absolute;
    width: 3.1vw;
    height: 0.5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-btn span:before, .accordion-btn span:after {
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    width: 3.1vw;
    height: 0.5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-btn span:before {
    width: 0.5vw;
    height: 3vw;
}
.accordion-btn.active .span::before {
    content: normal;
}
.accordion-btn span {
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.accordion-btn::after {
    content: "";
    position: absolute;
    background: url("/shopping/img/special/shitadori2024/lp/ico_q.png") no-repeat;
    background-size: 6.2vw 5.5vw;
    width: 6.2vw;
    height: 5.5vw;
    left: 1vw;
    top: 2.5vw;
}
.accordion-content {
    padding: 2vw 3vw 2vw 7.3vw;
    display: none;
}
.accordion-content::after {
    content: "";
    position: absolute;
    left: 1vw;
    top: 1vw;
    background: url("/shopping/img/special/shitadori2024/lp/ico_a.png") no-repeat;
    background-size: 6.2vw 5.5vw;
    width: 6.2vw;
    height: 5.5vw;
}
.faq_inner li:last-child {
    margin-bottom: 0;
}
.txt_aboutshitadori {
    text-align: right;
    margin: 0 5vw 5vw 0;
}
.txt_aboutshitadori a {
    color: #04a10c;
    display: inline-block;
    text-decoration: underline;
}
.accordion-content a {
    text-decoration: underline;
}
.txt_aboutshitadori a:hover, .accordion-content a:hover {
    text-decoration: none;
}
.accordion-content.active {
    display: block;
}
/*--------------------------------------------------------
厳選エリア
--------------------------------------------------------*/
.gensenArea_tit{
    margin: 6vw auto 2vw;
    line-height: 1.4;
    font-size: 6vw;
    text-align: center;
    position: relative;
    width: fit-content;
}
.gensenArea_tit::before,
.gensenArea_tit::after{
    position: absolute;
    content:"";
    width: 1vw;
    height:80%;
    background-color: #000;
}
.gensenArea_tit::before{
    bottom: 1vw;
    left: -5vw;
    transform: rotate(-20deg);
}
.gensenArea_tit::after{
    bottom: 1vw;
    right: -3vw;
    transform: rotate(20deg);
}
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Source+Code+Pro&display=swap');
.gensenArea_wrap{
    font-family: "Noto Sans JP", sans-serif;
}