html { font-size: 14px; }
html * {
	font-size: 100%;
	line-height: 22px;
	/*line-height: 5vw;*/
}
#header,
#main,
#shopinfo,
#shop-all,
#payment,
#copyright { min-width: 0 !important; }
html .wrapper { width: auto; max-width: 100%; padding: 0; margin: 0 auto; }
html .min_wrapper { min-width: 0; }
html .top_wrapper { margin-left: 0; }
html .description { display: none; }
html .flexslider { z-index: 1; }
html .slides img { width: 100%; height: auto; }

html body { min-width: 0; }

/*************************************************************
 *    header
 *************************************************************/
html #header #top li.type a {
	float: left !important;
	box-sizing: border-box;
	text-align: center;
}
html #header ul { padding: 0;}
html #header #top {
	position: relative;
	background: #fff;
	border: none;
	z-index: initial;
}
html #header #top ul li.logo,
html #header #top ul li.member,
html #header #top ul li.hamburger {
	margin: 0;
	padding: 10px 4px;
	height: 40px;
}

html #header #top li.logo {
	display: block;
	float: left;
	width: 40%;
	height: inherit;
}
	html #header #top li.logo > a img {
		display: inline;
		max-width: 100%;
		padding-top: 5px;
	}
	html #header #top li.member { /*ログイン・member*/
		display: none;
	}
	html #header #top li.type {
		clear: both;
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		border-top: 1px dotted #a2a2a2;
	}
	html #header #top li.type.sp_type{
		margin: 0 auto !important;
	}
	html #header #top ul li.type a {
		display: inline-block;
		float: none;
		margin: 10px 2.5%;
		width: 45%;
		min-width: 0;
		height: 60px;
		font-size: 120%;
		line-height: 60px;
	}
	html #header #nav02 .search_icon.pc_n {display: block !important}
	html #header #nav02 .search_icon.sp_n {display: none}
	#header #nav02 .search_icon {
      border-left: 1px solid #666;
	}
/*************************************************************
 *    hamburger
 *************************************************************/
html #header #top ul li.hamburger {
	display: block;
	float: right;
	text-align:center;
}
	/* login */
	html #header #top li.hamburger > a {
		display: block;
		float: left;
		box-sizing: border-box;
		height: inherit;
		text-decoration:none;
		padding-right: 4px;
		min-width: 40px;
	}
	/* hamburger menu */
	html #header #top li.hamburger > label {
		display: block;
		box-sizing: border-box;
		height: inherit;
		padding-right: 6px;
	}
	html #header #top li.hamburger > a img,
	html #header #top li.hamburger > label img {
		width: auto;
		max-width: initial;
		height: 80%;
	}
	html #header #top li.hamburger > a p,
	html #header #top li.hamburger > label p {
		text-align:center;
		font-size:60%;
		font-weight:bold;
		white-space:nowrap;
		color:#2F2B8D;
		line-height:3vw;
	}
	html #header #top ul li.hamburger input {
		display: none;
		float: left !important;
		box-sizing: border-box;
		text-align: center;
	}
	html #header #top ul li.hamburger input.sp_menubutton + label.hamburger_button {
		float: right;
		display: block;
		color: inherit;
		text-decoration: none;
		font-weight: bold;
	}

	.menu_nav {
		clear: both;
		position: absolute;
		top: 100%;
		right: 0;
		float: none !important;
		overflow: hidden;
		width: 300px;
		height: 0;
		z-index: 999;
		transition: height 0.5s
	}
	.content_disabled {
		/*
		 * TODO: #topをレイヤーを最上部としたい
		position: fixed;
		top: 0;
		left: 0;
		*/
		position: absolute;
		top: 100%;
		left: 0;

		display: none;
		background: #000;
		width: 100%;
		height: /* 100%; */ 2250%;
		opacity: .5;
	}
	.sp_menubutton:checked ~ .menu_nav { height: auto; z-index: 3; }
	.sp_menubutton:checked ~ .content_disabled { display: block; z-index: 2; }

	.menu_nav ul {
		margin: 0!important;
		padding: 0;
		width: 100%;
		border: solid #f2f2f2;
		border-width: 1px 0;
	}
	#header #top ul > :nth-child(n+2) :after {display: none !important}
	#header .menu_nav ul > li:nth-child(n+2) {margin: 0 !important}
	.menu_nav ul li {
		display: block;
		clear: both;
		list-style: none;
		background: #fff;
		width: 100%;
		min-height: 50px;
		height: auto !important;
		transition: color 0.3s, background-color 0.3s;
	}
	.menu_nav ul li:last-child { border-bottom: none; }
	.menu_nav ul li label,
	.menu_nav ul li a {
		display: block;
		/* display: inline-block; 1行に複数項目を表示する場合 */
		cursor: pointer;
		box-sizing: border-box;
		color: #333;
		height: 50px;
		text-decoration: none;
		text-align:left;
		line-height: 50px;
	}
	.menu_nav ul li label:hover { background: initial; }

.categoryList > * {
	padding-left: 50px;
}


.menu_nav a.menu:before {
  /*  content: '>';*/
  display: inline-block;
  background: #f4f4f4;
  width: 12vw;
  height: inherit !important;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
#header #top .menu_nav ul > :nth-child(n+2) :after {display: none;}
#header #top .menu_nav ul > :nth-child(n) :after {display: none;}
	html #header #nav01 ul { display: none; }
	html #header #nav01 ul li { /* globalmenu */
		display: flex;
		background: #2a2a2a;
		width: 100%;
		height: 100%;
		color: #fff;
		font-weight: bold;
	}
	html #header #nav01 ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	html #header #nav01 ul li [class*="pre_ico_"]::before {
		display: block;
		padding: 0;
		margin: 0 auto;
	}

	html #header #nav01 ul li:nth-child(2) { /* sns */
		display: none;
	}

	/* 検索 */
	html #header #nav02 {
		position: relative;
		color: #000;
	}
	html #header #nav02 ul { position: relative; }

	/* (店舗|カテゴリー)から探す */
	html #header #nav02 #shpcode,
	html #header #nav02 #outclscode {
		float: left;
		box-sizing: border-box;
		border: 1px solid #dadada;
		margin: 0 0;
		padding: 0;
		width: 50%;
		text-align: center;
	}
	/* 例外処理: /buyでは、商品カテゴリのみを表示する */
	html .buy_header #outclscode { width: 100% !important; }

	html #header #nav02 #shpcode #header_shpcode,
	html #header #nav02 #shpcode #header_shpcode_dammy,
	html #header #nav02 #outclscode #header_outclscode,
	html #header #nav02 #outclscode #header_outclscode_dammy {
		box-sizing: border-box;
		/*padding: 25px 0;*/
		width: 100%;
		/*height: auto;*/
		color: #fff;
		font-size: 120%;
	}

	/* キーワード検索はこちらから */
	html #header #nav02 #searchtxt {
		position: relative;
		display: block;
		border: none;
		margin: 0 5%;
		padding: 0 0 5px 0;
		width: 100%;
	}
	html #header #nav02 #searchtxt input {
		background-color: #fff;
		border-radius: 0 0 0;
		padding: 12px;
		width: 100%;
		height: auto;
		float: left;
    margin-top: 2px;
	}
  html #header #nav02 #search-detail{
    width: 100%;
  }
  html #header #nav02 #searchbutton{
    padding: 0 0 5px 0;
  }
	html #header #nav02 #searchbutton input,
	html #header #nav02 #searchbuttonbuy input {
		background-color: #fff;
		border-radius: 0 0 0;
	}
	html #header #nav02 #searchtxt input.search_icon {
		/* position: absolute !important; */
		right: 2%;
	    top: 25%;
	    border: none;
	    width: auto !important;
	    height: 50% !important;
	    margin: 0 !important;
		padding: 0;
	    float: left !important;
	    box-sizing: border-box;
	}
	html #header #nav02 #searchbutton input.search_icon {
		right: 7%;
		top: 64%;
	    border: none;
	    margin: 0 !important;
		padding: 0;
	    float: left !important;
	    box-sizing: border-box;
    width: 48px;
    height: 48px;
	}
	html #header #nav02 ul li#searchbuttonbuy {margin:0 0 0 0;}
	html #header #nav02 #searchbuttonbuy input.search_icon {
		right: 7%;
		top: 51%;
	    border: none;
	    margin: 0 !important;
		padding: 0;
	    float: left !important;
	    box-sizing: border-box;
	}
	#header #nav02 li input{color: #333;}
	#header #nav02 li input::-webkit-input-placeholder{ color: #333; padding-left: 10px;}
	#header #nav02 li input::-ms-input-placeholder{ color: #333; padding-left: 10px;}
	#header #nav02 li input::-moz-placeholder{ color: #333; padding-left: 10px;}

	/* (詳細|買取)検索はこちら */
	html #header #nav02 .searchmore { display: none; }
  #header .searchtitle {
    display: block;
    background: #142A80;
    background-image: url(../images/2JV8HKrpdg22.png);
    background-size: cover;
    color: #fff;
    padding: 10px 0!important;
    font-size: 1.2em;
    text-align: center;
  }

	html div.sctble_mat { top: 51.5vw !important; left: 0px !important; }
	html div.sctble_mat dl { padding: 5%; }
	html div.sctble_mat dt,
	html div.sctble_mat dd a { font-size: 90%; }
	html div.sctble_mat dd a { width: 40%; height: auto; }


/*************************************************************
 *    main
 *************************************************************/
html #main { margin: 0; padding: 0; width: 100%; }

/*************************************************************
 *    content
 *************************************************************/
html #content {
	width: auto;
	margin: 0 !important;
/*		float: none;
	width: inherit;
	padding: 0;
	//opacity: .5;*/
}
html #sale_content {
	overflow: hidden;
	margin: 0;
	width: auto;
}
.list_carousel {
	width: 80% !important;
	padding-left: 0;
	margin: 0 auto !important;
}
.list_carousel .prev { left: -8.5vw; }
.list_carousel .next { left: 8.5vw; }
html #sale_content .goodslist{ padding: 0 !important; }
html #sale_content .goodslist li { padding: 0 2.5vw; font-size: 120%; }
html #sale_content .goodslist .image img {max-height: 20vw; width: auto;}
html #sale_content .goodslist .goodstitle {font-size: 80%; margin: 5% 0 0 !important;}
html #sale_content .goodslist .stock {font-size: 60%; margin-top: 3%}
html #sale_content .goodslist .price {font-size: 115%; margin: 7% 0 0 0;}

/*************************************************************
 *    topics
 *************************************************************/
html .topics-heading { display: none; }
html #topics #informations { margin-left: 0px; min-height: auto; }
html #topics { margin: 2.5% 0; padding: 0; width: 100%; }
html #topics #informations { width: 100%; }
html #topics #informations .main-tab label {
	width: 32.66%;
	height: 40px;
	line-height: 40px;
	margin:0 0 2% 1%;
	font-size: 90%;
	font-weight: bold;
	background-color: #f5f5f5;
	background-image: none;
	color: #bcbcbc;
	padding-bottom: 0;
	border-bottom:3px solid #bcbcbc;
}
#topics #informations label.main-tab:last-child { margin-right: 0;}
/*
#informations input:hover + label:hover {
	background: #f4f4f4 !important;
	color: #000 !important;
}
*/
#informations [id^="main-tab"]:checked + label {
	background: #f4f4f4 !important;
	color: #000 !important;
	border-bottom:3px solid #000 !important;
}
html #topics #informations label:first-of-type {margin-left: 0px;}
html #topics #informations label span { display: none;}
html #topics #informations label.main-tab span { display: none; }
html #topics #informations .main-tab-selector + label.main-tab:hover,
html #topics #informations .main-tab-selector + label.main-tab:active,
html #topics #informations .main-tab-selector:checked + label.main-tab { border-bottom: 3px solid #2d2d2d; color: #2d2d2d; padding-bottom: 0; }
html #topics #informations .bg-tab-content {
	border: 0;
	margin: 0 0 2.5%;
	width: 100%;
}
html #topics #informations .tabs {
	width: 100% !important;
	word-break: break-all;
}
html #topics #informations .tabs > label {
	display: inline-block;
	min-width: 80px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	border: 1px solid #dadada;
	border-width: 1px 1px 1px 0;
	margin: 0;
	padding: 0 2.5%;
	color: #333;
}
html #topics #informations .tabs > label:first-child { border-width: 1px; }
html #topics #informations .tabs > [id^="tab"] + label:hover,
html #topics #informations .tabs > [id^="tab"] + label:active,
html #topics #informations .tabs > [id^="tab"]:checked + label { background: #000 !important; color: #fff !important; }
html #topics #informations .tab-content { padding: 0 5%; }
html #topics #informations .tab-content dl,
html #topics #informations .tab-content dt {
	display: block;
	margin: 0;
	padding: 2.5% 0;
	width: 100%;
	height: auto;
	font-size: 100%;
}
html #topics #informations .tab-content dt::after{
	content: url(../images/tG6Wqc0ACRTK.png);
	margin: 0 1em;
	vertical-align: sub;
}
html #topics #informations .tab-content dd {
	overflow: hidden;
	display: block;
	font-size: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
html #topics #informations .tab-content dd .date { margin: 0 2vw 0 0; }
html #topics #informations .content-bottom { /*display: none*/ background:#fff}
html #topics #informations .content-bottom a.pre_ico_arrow_right01 {
	font-size:130%;
}
html #topics #banners {
	position: static;
	margin: 0;
	padding: 2.5%;
	width: 100%;
	text-align: center;
}
html #topics #banners ul {
	width: 100%;
	text-align: center;
}
html #topics #banners ul li {
	display: inline-block;
	margin: 0 2%;
	width: 42%;
}
html #topics #banners ul li img { width: 100%; }

.buy_bunner {
  text-align: center;
  margin: 10px 30px;
}
.buy_bunner a {
  display: block;
  width: 100%;
  background: #0B318F;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

/*************************************************************
 *    sidebar
 *************************************************************/
html #sidebar { display: none; }
html #sidebar-right { float: none; border: 0; padding: 5%; width: auto; font-size: 90%; margin: 0 !important; position: initial;}
html /* #sidebar */ .side-heading { font-size: 115%; padding: 0 0 5%; height: 6vw; text-align: left;}
html #sidebar .items { width: auto; }
html #sidebar iframe { height: 48vw; }

/*************************************************************
 *    search
 *************************************************************/
html #detailsearch {
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
  overflow: scroll;
  height: 350px;
}
html #detailsearch #search-right {margin-bottom: 5%;}
html #detailsearch .detailheading { padding: 0; width: 100%; font-size: 130%; }
html #form1 .submit .search_btn2 { width: 69%; text-align: center; margin: 0 auto; }

html #detailsearch #popularwords { width: auto; margin: 0; }
html #detailsearch #search-title { clear: both; width: 100%; }
html #detailsearch #scroll-area { clear: both; width: 100%; height: 78px; /* (line-height)(22 + 4)px * 3 */ }

html #detailsearch #form1 { border: none; margin: 0; padding: 0; width: auto; height: auto; }
html #detailsearch #search-details input[type="text"] { display: inline-block; width: 65%; }
html #detailsearch #search-right,
html #detailsearch #search-left { width: 100%; }
html #detailsearch #search-submit { text-align: center; padding: 15px 0 10px 0; }
html #detailsearch #search-submit input[type="submit"] { margin: 0 auto; padding: 0; width: 75%; height: 60px; }
html #detailsearch #form1 .select-arrow { margin: 0 0 4vw 0;}
html a.easy-select-box-disp:after { top: 0.8rem; }
html #detailsearch #form1 .select-arrow .select-icon img { width: auto; height: 100%; }
html #detailsearch #form1 .select-arrow select { padding: 0 0 0 5vw; width: 100%; }
html #detailsearch #form1 .search-price {display: none;}
html #detailsearch #form1 input[type="submit"] { background-position: 35% 48%; background-size: 5%;}
html #popularwords { padding: 10px 0 20px; border:none;}
html #search-title { padding: 10px 0 5px 0; }
html #content #detailsearch input[name="KEYWORDS"]{width: 100% !important;}
html #content #detailsearch input[name="MINPRICE"],
html #content #detailsearch input[name="MAXPRICE"] {display: inline-block !important; margin: 0 !important}
html .price { margin: 0; float: none !important; }
html input.price-text { width: 30% !important; }
html ul.parts li { margin-right: 5px; height: 6vw; }
html ul.parts li p { padding: 0 0 0 35px !important;}
/*html ul.parts li:nth-child(4) { padding: 0 14px 0 35px;}*/
html ul.parts a, ul.parts p { font-size: 90% !important; }
html ul.parts.condition { width: 100%; padding: 10px 0 10px 0px; margin: 7px 0px 0 0; float: none !important}
/*	html a.easy-select-box-disp:after { top: .6rem; }*/
/*************************************************************
 *    payment
 *************************************************************/
html #payment {
	background: transparent;
	padding: 5%;
	width: 90%;
}
html #payment h4 { font-size: 90%; }
html #main-payment {
	display: block;
	width: auto;
}
html #main-payment #pay-method,
html #main-payment #pay-policy,
html #main-payment #order-flow,
html #main-payment #faq {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

html #main-payment {
	background: transparent;
}
html #main-payment .method {
	position: relative;
	box-sizing: border-box;
	background: #f5f5f5;
	border: 1px solid #a9a9a9;
	color: #000;
	font-size: 90%;
	padding: 2.5%;
}
html #main-payment .method:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	right: 2.5%;
	background: url(../images/KGx215dHjbrI.png) center right no-repeat;
	background-size: 100%;
	width: 8px;
	height: 100%;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
html #main-payment .method.r-arrow:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

html #main-payment .target-lists { padding: 0; }
html #main-payment .target-lists img { max-width: 100%; }
html #main-payment #pay-method .method { border-radius: 1vw 1vw 0 0; }
html #main-payment #faq .method { border-radius: 0 0 1vw 1vw; }
html #main-payment > :not(#pay-method) .method { border-width: 0 1px 1px; }
html #main-payment > :last-child .sp_dropdownTrigger:checked + label + .dropdownContent { border-width: 0 1px 1px; }
html #main-payment .detail-button { width: 50%; font-size: 75%; }

/*************************************************************
 *    purchase flow
 *************************************************************/
html div.flow {width: 100%;}
html div.purchase-method ul.flow-lists { margin: 0 5%; }
html div.purchase-method ul.purchase-lists li { width: 100%; height: auto; margin-bottom: 5%;}
html div.flow h2 { font-size: 90% !important; }
html div.method-flow p { width: auto; }
html div.method-flow p img { width: 100%; }
html div.method-bottom p, div.flow-bottom p { font-size: 90%; }
html ul.flow-lists > li { width: auto; height: auto; margin-right: 0; margin-bottom: 5%;}
html [class*="before_flow_"]::before { width: auto !important; }
html div.flow h2 span { position: relative;bottom: 1em; margin-left: 20%; display: block; font-size: 60% !important;}

/*************************************************************
 *    footer
 *************************************************************/
html div.select-styled { font-size: 90%;}
html #shop-all { display: none; }
html #prvcert { display: none; }
html #sp_footer {
	display: block;
	font-size: 90%;
}
	html #sp_footer > * { padding: 5%; }
	html #sp_footer #sp_shop { background: #f0f0f0; }
	html #sp_footer #sp_shop .sp_shoplist {
		display: block;
		margin: 0 auto;
		height: 1.8em;
		padding-left: 3vw;
		width: 100%;
	}
	html #sp_footer #sp_footernav { background: #e2e2e2; }
	html #sp_footer #sp_footernav ul.tabarea { padding: 0; width: 100%; }
	html #sp_footer #sp_footernav ul.tabarea li {
		position: relative;
		box-sizing: border-box;
		border: 1px solid #a8a8a8;
	}
	html #sp_footer #sp_footernav ul.tabarea li:after {
		display: inline-block;
		content: "";
		position: absolute;
		top: 0;
		right: 2.5%;
		background: url(../images/KGx215dHjbrI.png) center right no-repeat;
		background-size: 100%;
		width: 8px;
		height: 100%;
	}

	html #sp_footer #sp_footernav ul.tabarea li:first-child { border-radius: 1vw 1vw 0 0; }
	html #sp_footer #sp_footernav ul.tabarea li:last-child { border-radius: 0 0 1vw 1vw; }
	html #sp_footer #sp_footernav ul.tabarea li:nth-child(n+2) { border-width: 0 1px 1px; }

	html #sp_footer #sp_footernav li {
		font-size: 90%;
		background: #fff;
	}

	html #sp_footer #sp_footernav a {
		display: block;
		padding: 2.5%;
		color: #000;
		text-decoration: none;
	}

	html #sp_footer #sp_footernav .homenav {
		margin-top: 5%;
	}
	html #sp_footer #sp_footernav .homenav a {
		display: inline-block;
		background: #3d3d3d;
		color: #fff;
		width: 25%;
		text-align: center;
		text-decoration: none;
	}
html #shopinfo {display: none;}
html #copyright { position: relative; }
#copyright img { width: auto;}
	html #copyright .sp_sns {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin: 2.5%;
	}

/*************************************************************
 *    icons
 *************************************************************/
[class*="pre_ico_"]::before { display: inline-block; padding-right: .5em; width: 2em; vertical-align: middle; }
.pre_ico_cart::before { content: url(../images/q5JQdjSp97Aj.png); }
.pre_ico_guide::before { content: url(../images/9k4WOEf5CccU.png); }
.pre_ico_login::before { content: url(../images/ik8BRsLJiPjm.png); }
.pre_ico_order::before { content: url(../images/Nr4npjqTdgHS.png); }
.pre_ico_search { font-size:18px; }
.pre_ico_search::before { content: url(../images/qN27BjDw6a46.png); }
.pre_ico_store::before { content: url(../images/QYxPMjzSSD5H.png); }
.pre_ico_user::before { content: url(../images/CorD0A5FbxF5.png); }
.pre_ico_arrow_right01::before { content: url(../images/tG6Wqc0ACRTK.png); }
.pre_ico_arrow_right02::before { content: url(../images/GlzTTvFoUXps.png); }
.pre_ico_arrowtext_right::before { content: ">"; }
.pre_ico_plustext::before { content: "+"; }

.pre_ico_shopinfo::before { content: url(/common/images/common/ico_shopinfo.png); }

[class*="suf_ico_"]::after { position: absolute; right: 0; display: inline-block; height: 100%; }
.suf_ico_cart::after { content: url(../images/q5JQdjSp97Aj.png); }
.suf_ico_guide::after { content: url(../images/9k4WOEf5CccU.png); }
.suf_ico_login::after { content: url(../images/ik8BRsLJiPjm.png); }
.suf_ico_order::after { content: url(../images/Nr4npjqTdgHS.png); }
.suf_ico_search::after { content: url(../images/qN27BjDw6a46.png); }
.suf_ico_store::after { content: url(../images/QYxPMjzSSD5H.png); }
.suf_ico_user::after { content: url(../images/CorD0A5FbxF5.png); }
.suf_ico_arrow_right01::after { content: url(../images/tG6Wqc0ACRTK.png); }
.suf_ico_arrow_right02::after { content: url(../images/GlzTTvFoUXps.png); }
.suf_ico_arrowtext_right::after { content: ">"; }
.suf_ico_plustext::after { content: "+"; }

input.sp_dropdownTrigger,
input.sp_dropdownTrigger + label + .dropdownContent {
	overflow: hidden;
	/*
	border: solid #a9a9a9;
	border-width: 0 1px;
	*/
	padding: 0 2.5%;
	max-height: 0px;
}

input.sp_dropdownTrigger:checked + label + .dropdownContent { max-height: 2000px; }

.rotate_arrow::before {
	display: inline-block;
	content: "";
	background: url(../images/Mif89ucu6O9J.png) center center no-repeat;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	transform: rotateZ(-90deg);
	transition: transform ease-out .125s;
}
input:checked + .rotate_arrow::before {
	transform: rotateZ(0deg);
}

img.icon {
	display: inline-block;
	margin: .5em;
	width: 14px;
	vertical-align: middle;
}
.sp_fl_n { float: none !important; }
.sp_d_b	{ display: block; }
.sp_d_ib { display: inline-block; letter-spacing: 0; }
.sp_d_n { display: none; }
.sp_z25p { width: 25% !important; height: 25% !important; }
.sp_z45p { width: 45% !important; height: 45% !important; }
.sp_z50p { width: 50% !important; height: 50% !important; }
.sp_z100p { width: 100% !important; height: 100% !important; }
.count1 img { width:70% !important; position:relative !important; left:15% !important;}
.count2 img { width:70% !important; position:relative !important; left:15% !important;}
.sp_wauto { width: auto !important; }
.fs_1vw { font-size: 30%; font-size: 1vw; }
.fs_2vw { font-size: 60%; font-size: 2vw; }
.fs_3vw { font-size: 90%; font-size: 3vw; }

.wdt100 > * { width: inherit !important; } /* makeshop側 #M_reviewViewAllへの上書き対応 */

.sp_mgnone { margin: 0; }
.sp_pdnone { padding: 0 !important; }

.scene_item {  width: 25%; }

input.sp_dropdownTrigger { display: none; }

/*************************************************************
 *    sp_common
 *************************************************************/
html .sp_checked_bg_gray:checked + label { background-color: #dadada !important; color: #000 !important; }
html .sp_checked_bg_black:checked + label { background-color: #2a2a2a !important; color: #fff !important; }
html .sp_checked_bg_white:checked + label { background-color: #fff !important; color: #000 !important; }

  .only_sp_visible {
    display: block!important;
    background: #fff;
  }

  .heading {
    background: #142A80;
    background-image: url(../images/2JV8HKrpdg22.png);
    background-size: cover;
    color: #fff;
    padding: 10px 0!important;
  }

  .pre_flow_title1,
  .pre_flow_title2 {
    position: relative;
    margin-bottom: 20px;
  }

  .pre_flow_title1::before,
  .pre_flow_title2::before {
    position: absolute!important;
    top: -13px;
    left: 38px;
  }

  .sub_heading {
    height: 48px;
    line-height: 48px;
    background: #4F4D4D;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 12px;
  }

  .rss_icon {
    display: none;
  }

  .popular_item_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 125px 125px 125px 125px 125px;
    gap: 7px 7px;
    margin: 12px;
  }

  .popular_item {
    border: 1px solid #AAAAAB;
  }

  .popular_item > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .popular_item > a > img {
    width: auto;
    height: 69px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
  }

  .popular_item > a > span {
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: center;
    margin: 0!important;
    font-size: 12px!important;
  }

  .sale_search_form {
    padding: 0 12px;
  }

  .sale_search_form > .nav02 {
    background: #0F2D81;
    padding: 5px;
    margin: 25px 0;
  }

  .sale_search_form > .nav02 > ul {
    display: flex;
  }

  .sale_search_form > .nav02 > ul > #searchtxt > input {
    width: 280px;
    height: 34px;
  }

  .sale_search_form > .nav02 > ul > #searchbutton > input {
    width: 30px;
    position: relative;
    left: 10px;
    top: 5px;
  }

  .swiper-banner {
    padding: 25px 0 20px 0;
    margin: 35px 0 30px 0;
    background: #F4F4F4;
  }

.sp_navigation_menu {
  width: 100%;
  height: 45px;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 1;
  display: flex!important;
  padding-top: 5px;
}

.sp_navigation_menu .nav_link {
  color: #2B529B;
  flex: 1;
  position: relative;
}

.sp_navigation_menu .nav_link i {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 23px;
}

.sp_navigation_menu .nav_link span {
  display: block;
  font-size: 10px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.estimate_list {
  left: auto!important;
  transform: none!important;
  margin-top: 0px!important;
}

.nav_detail_menu {
  width: 100%;
  height: 100vh;
  background: #fff;
  display: block;
  position: fixed;
  top: -100vh;
  z-index: 1000;
}

.gray_button {
  background: #F2F1F1!important;
  color: #9E9E9F!important;
}

.buy_sell_buttons {
  display: flex;
}

.buy_sell_buttons li {
  font-weight: bold;
  flex: 1;
  text-align: center;
  padding: 20px 0 20px 0;
  background: #fff;
  border-bottom: 1px solid #9E9E9F;
}

.buy_sell_buttons li a {
  text-decoration: none;
}

.buy_sell_buttons li:first-child {
  border-right: 1px solid #9E9E9F;
}

.detail_menu_buttons {
  display: flex;
}

.shop_infos {
  border-right: 1px solid #9E9E9F;
  border-left: 1px solid #9E9E9F;
}

.detail_menu_buttons li {
  font-weight: bold;
  flex: 1;
  text-align: center;
  background: #fff;
  padding: 10px 0 10px 0;
}

.detail_menu_buttons li.gray_button {
  border-bottom: 1px solid #9E9E9F;
}

.search_item_buttons li {
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #9E9E9F;
}

.shop_info_links,
.other_info_contents {
  display: none;
  height: 540px;
  overflow: scroll;
}

.detail_cross {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.detail_cross i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}

/*
.modal-content-loginurge {
  position: inherit!important;
  min-width: 350px!important;
  width: 90%!important
}
*/

.modal-content-loginurge input {
  width: 100%!important;
  box-sizing: border-box;
}

.modal-content-loginurge button.no-login,
.btn-loginurge-button {
  width: 100%!important;
}

.modal-content-loginurge {
  position: fixed!important
  top: 50%;
  left: 50%;
  transform: translate(0%, 0%);
}

.search_item_menu {
  height: 100vh;
  width: 100%;
  background: #fff;
  position: fixed;
  top: -100vh;
  z-index: 1;
}

.search_item_menu #top {
  display: none!important;
}

html #detailsearch .menu_display {
  display: block!important;
}

.search_item_menu #detailsearch {
  padding: 0!important;
  position: inherit!important;
  top: auto!important;
  left: auto!important;
  transform: none!important;
  width: auto!important;
  display: block!important;
}

.search_item_menu #form1 {
  height: 500px!important;
  overflow: scroll!important;
  display: none!important;
}

.search_item_menu #form1 .detail_search_input_form {
  height: auto!important;
  overflow: auto!important;
}

.search_item_menu form,
.search_item_menu form #nav02 {
  display: block!important;
}
.search_item_menu form #nav02 .search_icon {
  top: 30%!important;
}
.search_item_menu form #nav02 #shpcode,
.search_item_menu form #nav02 #outclscode {
  display: none;
}
.search_item_menu #searchtxt {
  background: #142A80;
  padding: 5px 40px 5px 5px!important;
}
.search_item_menu #searchtxt input {
  border: none!important;
}

.search_item_menu .wrapper {
  background-color: #fff;
}

.search_item_menu .heading {
  width: 87%;
  margin: auto;
  text-align: center;
  background: #4d4d4d;
  position: relative;
}

.search_item_menu .heading i {
  position: absolute;
  right: 10px;
  top: 17px;
}

.search_menu_form_icon {
  width: 48px!important;
  height: 48px!important;
  position: absolute!important;
  right: 23px!important;
  top: 8px!important;
  background: #142A80!important;
}

.search_item_buttons li a {
  text-decoration: none;
}

.nav_detail_menu .areaname {
  background: #4d4d4d;
  color: #fff;
  padding: 0 0 0 5px;
  margin: 0;
  height: 40px;
}

.nav_detail_menu .areaname::before {
  border-left: none;
}

.nav_detail_menu .menuBox .line li {
  border-bottom: 1px solid #000;
  padding: 3px 0 5px 15px;
  font-size: 16px;
}

.sp_navigation_menu .pre_ico_cart::before{
  content: "\f07a";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  position: relative;
  left: 22px;
  top: 6px;
  color: #142A80;
}

.nav_link a {
  display: block;
  height: 100%;
}

html .search_item_menu #header #nav02 .search_icon.pc_n {
  display: none!important;
}

.mb10 {
  margin: 0;
}

#detail_center_section {
  display: flex;
}

#detail_center_section > .center,
#detail_center_section > div {
  flex: 1;
}

.detail_add_cart_form {
  position: relative;
}

.detail_add_cart_form .cart_btn {
  position: absolute;
  top: -86px;
  right: 10px;
  width: 50%;
  height: 35px;
}

.detail_add_cart_form .cart_btn img {
  height: 100%;
}

#sp_detail_money {
  font-weight: normal;
}
