@charset "utf-8";
/* CSS Document */

/*z-indexは5まで（なんとなく。#search_box_closeが最前、その後ろが#search_box_wrap、その後ろがhead_block）*/

/*general*/
html,body{
	-webkit-overflow-scrolling: touch;
}
#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
	margin-left: -32px;
}
#loading img{width: 64px;}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}
#loader-bg_elm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}
body {
	font-family: 'Helvetica Neue',Helvetica,Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
    letter-spacing: 0.1em;
	padding-top: 72px;
}
a {
    color:#00f;
}
a:hover {
    text-decoration:underline;
    color:#f00;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img {border:none;}
h1 {
	font-size: 300%;
    margin: 0;
    padding-left: 420px;
    font-weight: bold;
    background: #a33a5a;
    color: #fff;
    text-align: center;
	width: calc(100% - 72px);
}
h2 {
	font-size:300%;
	font-weight:normal;
	padding:1% 0 1% 1%;
	clear:both;
	box-sizing: border-box;
    margin: 0;
}
h3 {
	margin:0;
	padding: 1% 0 1% 2%;
	font-size:180%;
	font-weight:normal;
}
h4{margin: 1% 0 1% -1%;}
td{
	text-align: justify;
	word-break: break-all;
}


/*main wrap*/
#content {
	width:100%;
	max-width: 100%;
	margin:0 auto;
	background-color: #fff;
}
.list_none{list-style: none;}
.catchcopy{
	background: #a33a5a;
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    text-align: center;
	padding: 0;
}
.h3_underline{
	border-bottom: 3px #a33a5a solid;
    font-size: 180%;
    padding: 1% 0 0 1%;
    margin-bottom: 1%;
    color: #a33a5a;
    font-weight: bold;
}
.h3_underline::before {
	content: "▼";
    color: #a33a5a;
}
.inline_icon {
    display: inline-block;
    height: 1.4em;
    background: #a33a5a;
    padding: 2px;
    box-sizing: border-box;
    margin: 0 1px 3px 1px;
    vertical-align: middle;
}
/*header*/
.head_block{
	display: flex;
    align-items: center;
    background: #a33a5a;
    position: fixed;
    top: 0;
	width: 100%;
	max-height: 72px;
	z-index: 3;
}
.headline a{
	text-decoration: none;
	color: #fff;
}
#head_search{
	display: none;
}
#head_search img{
	display: none;
}
.Gnavi ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.Gnavi ul li{
	display: flex;
    flex-basis: 25%;
    justify-content: space-around;
    align-items: center;
    border-right: 3px solid #a33a5a;
    margin: 0.5% 0;
}
.Gnavi ul li:last-child{border: none;}
.Gnavi ul li a{
    display: block;
    width: 100%;
    padding: 1% 0;
    text-align: center;
    color: #a33a5a;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}
.Gnavi ul li a:hover{
	text-decoration:none;
	opacity: 0.6;
}
#head_menu_open,
#head_menu_close{
	width: 72px;
    display: inline-block;
    cursor: pointer;
}
#head_menu_open{}
#head_menu_close{}
#head_menu_open img,
#head_menu_close img{
	width: 50px;
    margin: 2%;
    display: block;
    background: #999;
    padding: 0 0 0 2%;
    border-radius: 6px;
}



input#head_menu_btn[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.head_menu_open {
  width: 45px;
  height: 72px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head_menu_open span,
.head_menu_open span::before,
.head_menu_open span::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.5s;
	border-radius: 2px;
}
.head_menu_open span{
	width:60%;
}
.head_menu_open span::before {
  top: -10px;
}
.head_menu_open span::after {
  bottom: -10px;
}
input#head_menu_btn[type="checkbox"]:checked + .head_menu_open span {
  background-color: transparent;
}
input#head_menu_btn[type="checkbox"]:checked + .head_menu_open span::before {
  top: 0;
  transform: rotate(45deg);
}
input#head_menu_btn[type="checkbox"]:checked + .head_menu_open span::after {
  transform: rotate(-45deg);
  bottom: 0;
}



#head_menu_block{
	position: fixed;
    display: block;
    right: 0;
    background: #fff;
    top: 72px;
    box-sizing: border-box;
    width: 30%;
    margin: 0;
    padding: 0;
    border: 2px solid;
}
#head_menu_block_inner{
	margin: 0;
    padding: 4% 6% 5% 6%;
    list-style: none;
    overflow-y: scroll;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
#head_menu_block li{
    border-bottom: 1px solid;
}
#head_menu_block li:first-child{
    border-top: 1px solid;
}
#head_menu_block li:last-child{
	border-bottom: none;
}
#head_menu_block li a{
	text-decoration: none;
    padding: 12px 0;
    display: block;
	color: #000;
}
#head_menu_block li ul li{
	list-style: none;
}
#head_menu_block li ul li:first-child{
    border-top: none;
}
.head_menu_ttl{
	font-size: 120%;
    font-weight: bold;
}
.head_menu_sub_ttl{
	margin-top: 10px;
    display: block;
	font-weight: bold;
}
@media only screen and (max-width: 1099px){
	.Gnavi{padding: 1% 0;}
	.head_menu_btn_container{
		width: 10%;
    	min-width: 40px;
	}
	.head_menu_open{
		width: 100%;
		height: auto;
	}
	#head_menu_block{
		position: fixed;
		display: block;
		right: 0;
		background: #fff;
		top: 9vw;
		box-sizing: border-box;
		width: 100%;
		height: 60vh;
		list-style: none;
		margin: 4% 0 0 0;
		border: 2px solid;
	}
	#head_menu_block_inner{
		padding: 5% 10% 10% 10%;
	}
	.head_block{max-height: initial;}
	#head_search{
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
		position: fixed;
		bottom: 100px;
		right: 10px;
		background: #a33a5a;
		text-align: center;
		color: #fff;
		z-index: 3;
	}
	#head_search img{
		display: block;
		width: 60px;
		padding: 0 10px 0px 10px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

/*footer*/
.announcement_text{
    display: block;
    text-align: center;
}
.footer ul{
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-around;
	list-style: none;
}
.footer ul li{
	display: flex;
    flex-basis: 34%;
    justify-content: space-around;
    align-items: center;
    background: #a33a5a;
    border-right: 3px solid #fff;
}
.footer ul li:last-child{border: none;}
.footer ul li a{
    display: block;
    padding: 2% 0;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}
.footer ul li a:hover{
	text-decoration:none;
	opacity: 0.6;
}
.copyright{
	display: block;
	padding: 5% 0;
	text-align: center;
	background: #a33a5a;
	color: #fff;
}
@media only screen and (max-width: 1249px){
	h1 {
		padding-left: 0;
	}
}
@media only screen and (max-width: 1099px){
	body {
		font-size:14px;
	    padding-top: calc( 14vw + 42px );
	}
	h1{
		font-size: 9vw;
		padding-left: 4%;
		width: 86%;
	}
	h2 {font-size: 6vw;}
	h2 {font-size: 120%;}
	.h3_underline{font-size: 130%;}
}
/*search*/
#search_box_wrap{
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 4% 7%;
    background: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    z-index: 4;
}
.search_box_inner{
    background: #fff;
    padding: 2% 3% 6% 3%;
    overflow-y: scroll;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
#search_box_close{
	right: 10%;
    font-size: 200%;
    color: #fff;
    background: #999;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    position: fixed;
	cursor: pointer;
	padding-top: 0.1em;
    z-index: 5;
}
.search_box_pc_form{
	width: 322px;
    display: inline-flex;
}
.search_box_pc_container{
	width: 375px;
    display: flex;
    align-items: center;
}
#search_box_pc{
	display: inline-block;
    height: 35px;
    width: 260px;
    box-sizing: border-box;
    border: #fff 1px solid;
    padding: 5px 9px;
    border-radius: 5px 0 0 5px;
}
.search_box_pc_submit{
	display: inline-block;
    background: #a93a5a;
    color: #fff;
    padding: 3px 10px;
    font-size: 110%;
    height: 35px;
    border: 3px solid #fff;
    width: 62px;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
	cursor: pointer;
}
#head_search_pc{
	width: 28px;
    margin: 3px 10px 0 3px;
    cursor: pointer;
	display: inline-block;
    box-sizing: border-box;
}
#search_box{
	display: block;
    width: 50%;
    font-size: 150%;
    margin: 1% 0 0 0;
    border: 2px solid #413f40;
	box-sizing: border-box;
}
.search_cat1{
	min-width: 100px;
	padding: 5px 8px;
}
.search_txt_radio_wrap{
    display: flex;
    border-top: 1px solid #999;
}
.search_txt_radio input{display: none;}
.search_txt_radio input:checked+label{
	background: #ffe000;
    color: #fff;
	font-weight: bold;
}
.search_types_checkbox_wrap{
    display: flex;
    border-top: 1px solid #999;
}
.search_types_checkbox input{display: none;}
.search_types_checkbox input:checked+label{
	background: #dd8e6b;
    color: #fff;
	font-weight: bold;
}
.search_monster_checkbox_wrap{
    display: flex;
    border-top: 1px solid #999;
}
.search_monster_checkbox{margin-bottom: 15px;}
.search_monster_checkbox input{display: none;}
.search_monster_checkbox input:checked+label{
	background: #6bd4dd;
    color: #fff;
	font-weight: bold;
}
.search_monster_checkbox input[type="tel"]{display: inline-block;}
.search_lbl{
    cursor: pointer;
    padding: 8px 21px;
    display: inline-block;
    border: 1px solid #413f40;
    margin: 8px 16px 8px 0;
}
.search_btn_wrap{
	display: flex;
    justify-content: space-around;
	margin: 5% 0;
}
.search_submit{
	display: block;
    background: #a93a5a;
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    padding: 8px 63px;
	border:none;
	cursor: pointer;
}
#search_settings_open{
	display: block;
    background: #413f40;
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    padding: 8px 63px;
	border:none;
	cursor: pointer;
}
#search_settings_close{
	display: block;
    background: #413f40;
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    padding: 8px 63px;
	border:none;
	cursor: pointer;
}
@media only screen and (max-width: 1099px){
	.search_box_pc_container{
		position: fixed;
		top: calc(14vw - 4px);
		left: 0;
		width: 100%;
		background: #a33a5a;
		padding: 5px 5px;
		justify-content: center;
	}
	.search_box_pc_form{
		width: calc(90% - 5px);
	}
	#search_box_pc{
		width: calc(100% - 62px);
	}
	#search_box{
		width: 100%;
		margin: 3% 0;
		padding: 2%;
		font-size: 120%;
	}
	#search_box_wrap{
	    padding: 7% 4% 40% 4%;
	}
	#search_box_close{font-size: 150%;}
	#search_text{
		width: 90vw;
		margin: 0 auto;
	}
	.search_txt_radio{
		margin: 0 auto;
	}
	.search_txt_radio_wrap,
	.search_types_checkbox_wrap,
	.search_monster_checkbox_wrap{
		flex-direction: column;
    	padding-bottom: 5%;
	}
	.search_types_checkbox{
		font-size: 80%;
	}
	.search_btn_wrap{margin: 3% 0;}
	.search_submit,
	#search_settings_open,
	#search_settings_close{
		font-size: 120%;
		padding: 3% 8%;
	}
}
/*recommend*/
.recommend_ul{
	margin: 0 auto;
    width: 80%;
}
.recommend_ul li{
	box-sizing: border-box;
    padding: 1% 2% 1% 0;
    list-style: none;
}
.rk_wdgt{
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 1099px){
	.recommend_ul{
		margin: 0;
		padding: 2%;
	}
	.recommend_ul li{
		padding: 2% 2% 2% 0;
	}
	.rk_wdgt{overflow: hidden;}
}
/*pager*/
.pager_wrap{
	display: flex;
    justify-content: space-evenly;
	align-items: center;
	margin: 0 4% 4%;
}
.pager_btn,
.pager_btn_now{
    text-align: center;
}
.pager_btn{
    background: #999;
}
.pager_btn_now{
    background: #fff;
	border: 1px solid #444;
}
.pager_btn a,
.pager_btn_now a{
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.pager_btn a{
    color: #fff;
}
.pager_btn_now a{
    color: #444;
}
@media only screen and (max-width: 1099px){
	.pager_wrap{
		margin: 4% 0 7%;
	}
	.pager_btn{
		width: 20%;
	}
	.pager_now_sp{
		font-weight: bold;
	}
	.pager_btn_now{
		background: #999;
		border:none;
	}
	.pager_btn_now a{
		color: #fff;
	}
}


/*****************************************************/
/* top */
/*****************************************************/
.top_para01{
	margin: 1% 4%;
    padding: 0 3% 3% 3%;
}
.top_para01 .minor_a{
	width:24%;
	display:inline-block;
}
.top_para01 .minor_a div{
	display:flex;
	align-items:center;
	margin:3% 4%;
	padding:2% 3%;
	box-sizing:border-box;
	border:1px solid #222;
	border-radius:5px;
	max-height: 150px;
}
.top_para01 .minor_a div span{
	margin:2%;
	box-sizing:border-box;
}
.top_para01 .minor_a div span p{
	margin: 0;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.top_para01 .minor_a div span img{
	max-height:125px;
}
.top_tbl01_wrap{
	width: 100%;
	min-height: 475px;
}
.top_tbl01{
	width: 80%;
	margin: 0 auto;
    box-sizing: border-box;
	border-collapse : collapse ;
}
.top_tbl01 tr:nth-child(2n){
	background:#eee
}
.top_tbl01 th{
	text-align: left;
}
.top_tbl03_wrap{
	width: 100%;
	min-height: 269px;
}
.top_tbl03{
	width: 80%;
	margin: 0 auto;
    box-sizing: border-box;
	border-collapse: collapse;
}
.top_tbl03 tr:nth-child(2n){
	background:#eee
}
.top_tbl_td1{
	white-space: nowrap;
    box-sizing: border-box;
    padding: 1% 2% 1% 0;
}
.top_tbl_icon{text-align: center;}
.top_tbl_icon img{
	width: 30px;
    vertical-align: middle;
}
.top_tbl_td2{
    padding: 1% 2%;
    box-sizing: border-box;
}
.top_tbl_td3{
    padding: 1% 2%;
    box-sizing: border-box;
}
.top_tbl_cdimg{
	width:50px;
	padding: 1% 0;
	box-sizing: border-box;
}
.top_tbl_cdimg img{
	display:block;
	width:50px;
	height:73px;
}
.view_more{
	display: block;
    width: 12%;
    margin: 3% 0 3% 88%;
    text-align: center;
}
@media only screen and (max-width:1099px){
	.top_para01{
		margin: 1% 0;
	}
	.top_para01 .minor_a{width: 98%;}
	.top_tbl01{width: 100%;}
	.top_tbl03{width: 100%;}
	.top_tbl_icon img{margin: 5px;}
	.top_tbl_td2{padding: 2%;}
    .view_more{
	    width: auto;
		margin: 3% 0 3% 60%;
	}
}



/*****************************************************/
/* models */
/*****************************************************/
.mdl_tbl{
	border-collapse: collapse;
	margin: 0 auto;
    width: 80%;
}
.mdl_tbl tr th,
.mdl_tbl tr td{
    text-align: left;
    border: 1px solid #413f40;
	padding: 1% 1%;
}
.mdl_tbl tr td:first-child{
	text-align: center;
    padding: 1% 0;
	width: 50px;
}
.mdl_tbl img{width:50px;}
.model_list_explain{
	background: #ffff60;
    padding: 5px 10px;
    margin: 0 5px;
    display: block;
    width: fit-content;
}
.model_list_tbl{
	width:100%;
	border-collapse:collapse;
}
.model_list_tbl_td1{
	width:20%;
	border:1px solid #000;
	padding:2% 15px;
}
.model_list_tbl_td2{
	width:20%;
	border:1px solid #000;
	padding:2% 15px;
}
.model_list_tbl_td3{
	border:1px solid #000;
	padding:2% 15px;
}
.model_list_tbl .unrlse{
	background:#ddf7f5;
}
.model_list_btn_wrap{
	float: right;
	margin: 5px 14px;
}
#model_list_hide_btn{
    background: #3456ff;
    border: 1px #092197 solid;
}
#model_list_show_btn{
    background: #ff3434;
    border: 1px #b91616 solid;
}
#model_list_hide_btn,
#model_list_show_btn{
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 100%;
	margin: 0 0 5%;
}
.shop_links_whitch_already{
	background: #ffff60;
    padding: 5px 10px;
	text-align: center;
}
#shop_links{
	position: relative;
    min-height: 400px;
	text-align: center;
}
#shop_links h4{
	margin-bottom: 0;
}
.shop_links_btns_wrap{
	display:flex;
	justify-content: space-around;
}
.shop_links_img{
	display:block;
	margin:0 auto;
	width:fit-content;
}
#shop_links_dummy_pc img{
	width: 100%;
}
#shop_links_dummy_sp img{
	width: 100%;
}
.shop_links_img img{
	width: 250px;
	vertical-align: top;
}
.shop_links_btns{
	display:inline-flex;
	background: #ff8a57;
	margin:1%;
	width: 23%;
	border-radius: 5px;
	align-items: center;
}
.shop_links_btns a{
	padding:5% 10%;
	text-decoration:none;
	color:#fff;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_links_btns a img{
	width:15px;
	margin: 0 5px;
	mix-blend-mode: color-burn;
}
.shop_links_whitch_wrap{
	width: 50%;
    margin: 0 auto 3%;
    border-collapse: separate;
    border-spacing: 15px 0;
}
.shop_links_whitch_want,
.shop_links_whitch_wait{
    font-size: 150%;
    color: #fff;
    padding: 1.5% 3%;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 5%;
	cursor: pointer;
}
.shop_links_whitch_want{
	background: #ff3434;
    border: #b91616 5px solid;
}
.shop_links_whitch_wait{
	background: #3456ff;
    border: #092197 5px solid;
}
.shop_links_whitch_num_want{color: #b91616;}
.shop_links_whitch_num_wait{color: #092197;}
.shop_links_whitch_num_want,
.shop_links_whitch_num_wait{
    font-size: 150%;
    font-weight: bold;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 5%;
}
.shop_links_rakuten{background: #bf0000;}
.shop_links_yahoo{background:#fc6600;}
.shop_links_amzn{background:#FF9900;}
.shop_links_surugaya{background:#5769ff;}
.shop_links_mercari{background:#ff333f;}
.shop_links_sndk{background:#000;}
.shop_links_amzn a{color:#232f3e;}
.shop_links_mercari a img {mix-blend-mode: screen;}
.shop_links_sndk a img {mix-blend-mode: normal;}
@media only screen and (max-width:1099px){
	.mdl_tbl{
		margin: 5% 0;
		width: 100%;
	}
	.mdl_tbl tr td{padding: 3% 1%;}
	.mdl_tbl tr td:first-child{padding: 1% 0;}
	.mdl_tbl tr td:last-child{min-width: 70px;text-align: center;}
	.model_list_tbl_td1,
	.model_list_tbl_td2,
	.model_list_tbl_td3{
		padding:2% 2px;
		min-width: 55px;
	}
	.model_list_btn_wrap{
		margin: 0;
		float: none;
    	width: 100%;
	}
	#model_list_hide_btn,
	#model_list_show_btn{
		width: 100%;
		font-size: 120%;
	}
	.shop_links_btns_wrap {display: block;}
	.shop_links_btns {
		display: inline-block;
		margin: 3%;
		width: 44%;
		vertical-align: middle;
	}
	.shop_links_whitch_wrap{
		width: 100%;
	    margin: 0 auto 5%;
	}
}




/*****************************************************/
/* cards */
/*****************************************************/
#card_detail{
	width: 50%;
    display: inline-block;
}
#card_detail a{
	width: 50%;
    display: inline-block;
}
#card_detail img{
	width: 30%;
	display: block;
	max-width: 300px;
	min-width: 200px;
	margin: 0 auto;
}
#card_detail table{
	border-collapse:collapse;
}
#card_detail tr:first-child td{
	text-align: center;
}
#card_detail tr:nth-child(2n){
	background: #eee;
}
#card_detail tr:last-child:nth-child(2n+1) {
	border-bottom:1px solid #ccc;
}
#card_detail td{
	padding:3px 5px;
}
#card_detail td:nth-child(2n){
	border-left:1px solid #ccc;
}
#card_detail .card_detail_limited_0,
#card_detail .card_detail_limited_1,
#card_detail .card_detail_limited_2,
#card_detail .card_detail_limited_3{
	text-align: center;
    vertical-align: middle;
}
#card_detail .card_detail_limited_0{background: #f77;}
#card_detail .card_detail_limited_1{background: #faa;}
#card_detail .card_detail_limited_2{background: #fe4;}
#card_detail .card_detail_limited_3{background: #afa;}
#card_detail  .card_detail_limited_0 a,
#card_detail  .card_detail_limited_1 a,
#card_detail  .card_detail_limited_2 a,
#card_detail  .card_detail_limited_3 a{
	width:100%;
}
#card_detail .card_detail_limited_icon{
	width: 1em;
    height: 1em;
    display: inline-block;
    margin: -3px 0;
	position: relative;
    min-width: auto;/*上のimgキャンセル*/
    min-height: auto;/*上のimgキャンセル*/
}
.card_detail_theme{
	text-align: center;
}
#card_detail_close{
    color:#00f;
	text-decoration: underline;
	cursor: pointer;
	width: fit-content;
}
#card_detail_open{
	width: 10%;
	cursor: pointer;
}
.card_detail_side_btns{
	width: 35%;
    float: right;
}
.card_detail_price_btns_wrap{
    margin: 0 14% 0 0;
}
.card_detail_price_btns_wrap a{
	text-decoration: none;
}
.card_detail_price_btns_lowest_inner{
	border: 1px #ff8a57 solid;
    border-radius: 5px;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.3);
    padding: 2% 2%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    background: #ff8a57;
    color: #fff;
    font-weight: bold;
}
.card_detail_price_btns_lowest1{
	font-size: 120%;
    margin: 2%;
    width: 25%;
}
.card_detail_price_btns_lowest2{
	font-size: 120%;
    margin: 2%;
    width: 69%;
}
.card_detail_price_btns_trimmed_inner{
	border: 1px #6bd4dd solid;
    border-radius: 5px;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.3);
    padding: 2% 2%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    background: #6bd4dd;
    color: #fff;
    font-weight: bold;
}
.card_detail_price_btns_trimmed1{
	font-size: 120%;
    margin: 2%;
    width: 25%;
}
.card_detail_price_btns_trimmed2{
	font-size: 120%;
    margin: 2%;
    width: 69%;
}
.card_detail_price_btns_lowest_inner img{
	mix-blend-mode: color-burn;
}
#card_detail_shop_links_wrap{
	margin: 8% 0 0 -5px;
	position: relative;
    min-height: 230px;
}
#card_detail_shop_links_wrap .shop_links_btns_wrap{
	justify-content: flex-start;
    flex-wrap: wrap;
}
.card_detail_shop_links_wrap h4{
	margin: 0;
}
.chart_wrap{
	width: 60%;
	margin: 0 auto;
}
.chart_wrap canvas{
	width: 100%;
	min-height: 200px;
}
.card_tbl,
.card_buy_tbl{
	border-collapse: collapse;
	margin: 0 auto;
    width: 100%;
}
.card_tbl tr th,
.card_tbl tr td,
.card_buy_tbl tr th,
.card_buy_tbl tr td{
    text-align: left;
    border: 1px solid #413f40;
	padding: 1% 0.5%;
	min-width: 6vw;
}
@media only screen and (max-width:1099px){
	#card_detail{width: 100%}
	#card_detail a{
	    display: block;
    	margin: 0 auto;
	}
	#card_detail img{
		width: 100%;
		margin: 0 auto;
		max-width: none;
		min-width: initial;
		min-height: calc(50vw * 0.55);
	}
	#card_detail .card_detail_limited_icon{
		width: 1em;
		height: 1em;
		display: inline-block;
		margin: -3px 0;
		position: relative;
		min-width: auto;/*上のimgキャンセル*/
		min-height: auto;/*上のimgキャンセル*/
	}
	#card_detail_open{
		width: 30%;
		margin: 6% auto 0;
		display: block;
	}
	#card_detail_close{margin: 0 auto;}
	.card_detail_side_btns{
		width: 100%;
		float: none;
	}
	.card_detail_price_btns_wrap{
		min-height: 150px;
		float: none;
		width: 100%;
	}
	.chart_wrap{width: 100%;}
	.chart_wrap img{width: 100%;}
	.card_tbl,
	.card_buy_tbl{
		margin: 5% 0;
	}
	.card_tbl tr th,
	.card_tbl tr td,
	.card_buy_tbl tr th,
	.card_buy_tbl tr td{padding: 3% 0.5%;}
	.card_tbl tr td:first-child,
	.card_buy_tbl tr td:first-child{word-break: break-word;}
	.card_other_prc{word-break: keep-all;}
}




/*****************************************************/
/* limit regulation */
/*****************************************************/
.limit_tbl{
	border-collapse: collapse;
	margin: 0 auto;
    width: 80%;
}
.limit_tbl tr th,
.limit_tbl tr td{
    text-align: left;
    border: 1px solid #413f40;
	padding: 1% 1%;
}
.limit_tbl tr td:first-child{
    text-align: center;
}
.limit_tbl tr td:nth-child(2){
	text-align: center;
    padding: 1% 0;
	width: 50px;
}
.limit_tbl img{width:50px;}
.limit_tbl_header_0{background: #f77;}
.limit_tbl_header_1{background: #faa;}
.limit_tbl_header_2{background: #fe4;}
.limit_tbl_header_3{background: #afa;}
.limit_tbl_header_0 img,
.limit_tbl_header_1 img,
.limit_tbl_header_2 img,
.limit_tbl_header_3 img{
	width: 1em;
    height: 1em;
    display: inline-block;
    margin: -1px 0;
    position: relative;
}
.limit_tbl tr[class^="limit_card_prc_lists"] th:first-child ,
.limit_tbl tr[class^="limit_card_prc_lists"] td:first-child {
	border-left:none;
	border-bottom:none;
	border-top:none
}
.limited_open_btn{
	background: #f27b1c;
    padding: 10% 5%;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
}
.limited_open_btn_opened{
	background: #bb5f16;
}
@media only screen and (max-width:1099px){
	.limit_tbl{width: 100%;}
	.limit_tbl tr td{padding: 0;}
	.limit_tbl tr td:last-child{width: 5em;}
	.limited_open_btn{padding: 4% 5%;}
}



/*****************************************************/
/* theme */
/*****************************************************/
.theme_filter{
    margin: 0 auto 15px auto;
    width: 90%;
}
.theme_filter input{
	border: 2px solid #413f40;
    margin: 15px 0 0 0;
    padding: 5px;
}
@media only screen and (max-width:1099px){
	.theme_filter input{
		margin: 3% 0 0 0;
		padding: 2%;
	}
}



/*****************************************************/
/* decks */
/*****************************************************/
.decks_head_name{
	text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.decks_head_imgs{
	display: inline-block;
    width: 40%;
    text-align: center;
    margin: 0 0 0 10%;
}
.decks_head_imgs img{width: 30%;}
.decks_head_prcs{
	display: inline-block;
    width: 35%;
    float: right;
    margin: 0 10% 0 0;
}
.decks_head_tbl{
	text-align: center;
	border-collapse: collapse;
	margin: 0 auto;
    width: 80%;
}
.decks_head_tbl th,
.decks_head_tbl td{
	text-align: center;
    border: 1px solid #413f40;
}
.decks_price_btns_inner_lowest,
.decks_price_btns_inner_highest{
	border: 1px #6bd4dd solid;
    border-radius: 5px;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.3);
    padding: 2% 2%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    background: #6bd4dd;
    color: #fff;
    font-weight: bold;
}
.decks_price_btns_inner_highest{
	border:1px #ff8a57 solid;
	background:#ff8a57;
}
.decks_price_btns_context1{
	font-size: 120%;
    margin: 2%;
    width: 25%;
}
.decks_price_btns_context2{
	font-size: 120%;
    margin: 2%;
    width: 69%;
}
.decks_tbl tr th,
.decks_tbl tr td{
    text-align: center;
    border: 1px solid #413f40;
	padding: 1% 1%;
}
.decks_tbl{
	border-collapse: collapse;
	margin: 0 auto;
    width: 80%;
}
.decks_tbl tr th,
.decks_tbl tr td{
    text-align: center;
    border: 1px solid #413f40;
	padding: 1% 1%;
}
.decks_tbl tr td:nth-child(2){
    padding: 0;
	width: 50px;
}
.decks_tbl img{width:50px;}
.decks_tbl tr[class^="decks_card_prc_lists"] th:first-child ,
.decks_tbl tr[class^="decks_card_prc_lists"] td:first-child {
	border-left:none;
	border-bottom:none;
	border-top:none
}
.decks_row{cursor: pointer;}
.decks_row:hover{opacity: 0.65;}
.decks_open_btn{
	background: #f27b1c;
    padding: 10% 5%;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
}
.decks_open_btn_opened{
	background: #bb5f16;
}
@media only screen and (max-width:1099px){
	.decks_head_imgs,
	.decks_head_prcs{
		display: block;
		float: none;
		width: 100%;
		margin: 0;
	}
	.decks_head_imgs img{width: 50%;}
	.decks_head_tbl,
	.decks_tbl{width: 100%;}
	.decks_head_tbl tr td,
	.decks_tbl tr td{padding: 0;}
	.decks_tbl tr td:last-child{width: 5em;}
	.decks_open_btn{padding: 4% 5%;}
}



/*****************************************************/
/* search result */
/*****************************************************/
.srch_tbl01_wrap,
.srch_tbl02_wrap{width: 100%;}
.srch_tbl01_wrap table,
.srch_tbl02_wrap table{
	width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width:1099px){
	.srch_tbl01_wrap table,
	.srch_tbl02_wrap table{width: 100%;}
}



/*****************************************************/
/* article */
/*****************************************************/
.article_text{
    padding: 4% 2%;
    margin: 0;
}
.article_date{font-weight: bold;}
.article_img{
	max-width: 50%;
    margin: 0 auto;
    display: block;
}
@media only screen and (max-width:1099px){
	.article_text{padding: 5% 4%;}
}


/*****************************************************/
/* ranking100 */
/*****************************************************/
.rank_tbl01{
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	border-collapse:collapse;
}
.rank_tbl01 th{
	text-align: left;
}
.rank_tbl01 tr:nth-child(2n) {
    background: #eee;	
}
.rank_tbl01 td{
	padding:1%
}
.rank_tbl01 td:first-child{
	min-width:50px;
}
.rank_tbl01 td:last-child{
	word-break: keep-all;
}
.rank_tbl01 td img{
    margin: 0 auto;
    display: block;
	width: 50px;
}

@media only screen and (max-width:1099px){
	.rank_tbl01{
		width: 100%;
	}
	.rank_tbl01 td{
		padding:2%;
	}
}



/*****************************************************/
/* sns btns */
/*****************************************************/
.share_btns_wrap{
	list-style: none;
    display: flex;
    justify-content: flex-end;
	padding: 0;
}
.share_btns_wrap li{margin:0 15px}
.x_icon a img{width: 29px;}
.line_icon a img,
.feedly_icon a img,
.fb_icon a img{width: 30px;}
.copy_icon{position: relative;}
.copy_icon span img{
	height: 30px;
	cursor: pointer;
}
#copyMsg{
	position: absolute;
    top: 50px;
    background: #999;
    color: #fff;
    font-size: 120%;
    text-align: center;
    right: 0;
    word-break: keep-all;
    padding: 5px 8px;
	font-weight: bold;
}
@media only screen and (max-width: 1099px){
	.share_btns_wrap{justify-content: space-around;}
	.share_btns_wrap li{margin:0 10px}
	.x_icon a img{width: 37px;}
	.line_icon a img,
	.feedly_icon a img,
	.fb_icon a img{width: 38px;}
	.copy_icon span img{height: 38px;}
	#copyMsg{top: 60px;}
}



/*****************************************************/
/* primary */
/*****************************************************/
.hide{display: none!important;visibility: hidden!important;}
.show{animation-duration: 0.7s;animation-name: fade-in;animation-fill-mode:forwards;opacity:0;}
.block_sp{display: none;}
.block_pc{display: block;}
.td_pc{display: table-cell;}
.ysb_breadcrumb{box-sizing:border-box;}
.ysb_breadcrumb ol{width:100%;box-sizing:border-box;}
.ysb_breadcrumb ol li{list-style:none;margin:0 5px;display:inline-block;}
@media only screen and (max-width: 1099px){
	.block_sp{display: block;}
	.block_pc{display: none;}
	.td_pc{display: none;}
	.ysb_breadcrumb ol{padding:0 10px;}
}
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*add body at modal*/
#ovrly_stop{overflow: hidden;height: 100%; width: 100%!important; position: fixed;}
