@CHARSET "UTF-8";

/*////////////////////////////////
 index
////////////////////////////////*/

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #333;
}

input[type="submit"],
input[type="text"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="text"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


#wrapper {
	width: 100%;
}

header {
	width: 100%;
	margin-bottom: 20px;
}

#main_contents {
	width: 100%;
	margin-bottom: 50px;
}
#top_slider {
	width: 100%;
	margin-bottom: 70px;
}

footer {
	width: 100%;
}

#right_contents {
	float: right;
	width: 76%;
	margin-bottom: 50px;
}

#left_contents {
	float: left;
	width: 20%;
	margin-bottom: 50px;
}

.f_clear {
	overflow: hidden;
	clear: both;
}

.contents_width {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.inline_block_wrap {
	font-size: 0;
}

iframe {
	width: 100%;
}

/* img {
	width: 100%;
} */

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.name_box {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.font_red {
	color: #f00;
}



@media screen and (max-width:480px) {
	.pc_only {
		display: none;
	}
	
	.sp_only {
		display: block;
	}
	
}

/*////////////////////////////////
 sitepatrs
////////////////////////////////*/

/* header */

#header_top_bar {
	padding: 10px 0;
}
#header_top_bar h1 {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
}

#header_top_bar #header_sub_nav {
	float: right;
	width: 55%;
}

#logo_area {
	text-align: left;
	margin-bottom: 20px;
}
#logo_area img {
	max-width: 400px;
	width: 100%;
}
#logo_area .logo_box {
	display: inline-block;
	width: 80%;
}
#logo_area .search_box {
	display: inline-block;
	width: 20%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
#logo_area .search_box form {
	width: 100%;
	position: relative;
}
nav {
	background: #0e4bd9;
	margin-bottom: 20px;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	padding: 12px 28px 10px 18px;
	display: block;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background: url(../images/common/indent_next_white.png) no-repeat;
	background-size: 10px;
	font-size: 18px;
	font-weight: normal;
	background-position: center right 5px;
	font-family: "Myriad Pro","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
nav ul li a small {
	font-size: 10px;
	font-weight: normal;
}
@media screen and (min-width:480px) {
	nav ul li a:hover {
		opacity: .8!important;
		background-position: center right 0px;
	}
}
nav ul li.cart a {
}
.search-form-wrapper {
	text-align: right;
}
.search-form-wrapper .catch_comment {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 14px;
}
.search-form-wrapper .catch_comment span {
	color: #d8005c;
	font-weight: bold;
	font-size: 16px;
}
.input-search {
	width: 100%;
	border: 1px solid #ccc!important;
	padding: 7px;
	background: transparent;
}
.search_btn {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	line-height: 29px!important;
	color: #333;
	transition: .3s;
	font-family:FontAwesome;
	padding: 0 10px;
	z-index: 100;
	font-size: 12px;
}
.search_btn:hover {
	cursor: pointer;
	opacity: .8;
}
input::focus::placeholder {
	color: transparent;
}
input[type="text"]:focus {
	outline: 0;
}
.header_bn {
	max-width: 100%;
}

/* top_slider */

.top_slider_conetnts .slick-slide img {
	width: 100%;
	margin: 0 auto;
}

/* campaign_slider */
#campaign_slider {
	margin-bottom: 70px;
}
.campaign_slider_conetnts {
	padding: 0 3%;
}
.campaign_slider_conetnts .slick-slide img {
	width: 90%;
	margin: 0 auto;
}
.campaign_slider_conetnts .slick-slide a span {
	display: block;
	margin-top: 10px;
	text-align: center;
}

/* footer */

#footer_wrapper {
	background: #eee;
	padding: 70px 0 0;
}
#footer_wrapper table {
	border-collapse:collapse;
	border-spacing:0;
}
.footer_contents {
	display: inline-block;
	width: 29.333%;
	margin: 0 2% 50px;
	font-size: 12px;
	vertical-align: top;
}
.footer_contents img {
	width: 100%;
}
.footer_contents dl {
	line-height: 1.5em;
	margin-bottom: 30px;
}
.footer_contents dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer_contents dl dd {
	margin-bottom: 5px;
}
.footer_contents dl dd table {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.footer_contents dl dd table tr th {
	background: #ddd;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.footer_contents dl dd table tr td {
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.footer_contents dl dd.footer_link {
	text-align: right;
	text-decoration: underline;
}
.footer_announce {
	text-align: center;
	margin-bottom: 10px;
}
#copy {
	text-align: center;
	font-size: 8px;
	padding: 5px 0;
}






/*////////////////////////////
 right_contents 
////////////////////////////*/
.right_contents_box {
	margin-bottom: 50px;
}
.right_contents_title {
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 2px solid #0e4bd9;
	margin-bottom: 20px;
	font-family: "Myriad Pro","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-align: center;
	color: #0e4bd9;
	line-height: 1.2em;
}
.right_contents_title .date {
	font-size: 12px;
	color: #b2a5a0;
	line-height: 20px;
	padding: 0 0 0 10px;
}
.right_content_btn {
	margin-top: 30px;
}
.right_content_btn a {
	width: 50%;
	display: block;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #b2a5a0;
	position: relative;
}
.right_content_btn a:after {
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: 'themify';
	content: ">";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.right_content_btn a:hover:after {
	right: 10px;
}
.ranking_box {
	border: 1px solid #eee;
	margin-top: 10px;
	background: #f5f5f5;
}

.right_contents_newitem_item {
	display: inline-block;
	width: 23%;
	margin: 0 1%;
	vertical-align: top;
}
.right_contents_newitem_item a {
	display: block;
	margin-bottom: 20px;
}
.right_contents_newitem_item a .image_box {
	width: 90%;
	margin: 0 auto 10px;
}
.right_contents_newitem_item a .image_box img {
	width: 100%;
}
.right_contents_newitem_item a span {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.right_contents_preorder_item {
	display: inline-block;
	width: 23%;
	margin: 0 1%;
	vertical-align: top;
}
.right_contents_preorder_item a {
	display: block;
	margin-bottom: 20px;
}
.right_contents_preorder_item a .image_box {
	width: 90%;
	margin: 0 auto 10px;
}
.right_contents_preorder_item a .image_box img {
	width: 100%;
}
.right_contents_preorder_item a span {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.right_contents_limited_item a {
	display: block;
	margin-bottom: 20px;
}
.right_contents_limited_item a img {
	width: 100%;
}

.right_contents_pickup_item {
	display: inline-block;
	width: 23%;
	margin: 0 1%;
	vertical-align: top;
}
.right_contents_pickup_item a {
	display: block;
	margin-bottom: 20px;
}
.right_contents_pickup_item a .image_box {
	width: 90%;
	margin: 0 auto 10px;
}
.right_contents_pickup_item a .image_box img {
	width: 100%;
}
.right_contents_pickup_item a span {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}


#right_contents_coordinate_wrapper > ul {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0;
}
.right_contents_coordinate {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
	position: relative;
	box-sizing: border-box;
}
.right_contents_coordinate img {
	width: 100%;
	transition: .3s;
}
.right_contents_coordinate img:hover {
	cursor: pointer;
	opacity: .6;
}
.coordinate_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
	display: none;
	height: 100%;
}
.coordinate_list a {
	display: block;
	width: 100%;
	padding: 10px 0;
}
.coordinate_list_inner {
	padding: 20px 10px;
	position: relative;
}
.close_btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	z-index: 100;
	cursor: pointer;
}
.coordinate_list_inner .close_btn {
	cursor: pointer;
}
#right_contents_campaign_wrapper ul {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0;
	margin-bottom: 30px;
}
.right_contents_campaign {
	width: 25%;
	padding: 0 1%;
	float: left;
	box-sizing: border-box;
}
.right_contents_campaign a img {
	width: 100%;
}
.right_contents_campaign a span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 0 0.5%;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 40px;
	z-index: 1000;
}
#page-top a:hover {
	opacity: .6;
}




/*////////////////////////////
 left_contents 
////////////////////////////*/


.left_contents_box {
	margin-bottom: 50px;
}
.left_contents_box h3 {
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 2px solid #0e4bd9;
	margin-bottom: 10px;
	font-family: "Myriad Pro","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-align: center;
	color: #0e4bd9;
	line-height: 1.2em;
}
.left_contents_box #left_contents_search form {
	position: relative;
}
.left_contents_box .input-search {
	width: 100%;
}
.left_contents_banner_box a {
	background: #ddd;
	display: block;
	text-align: center;
	padding: 0;
}
.left_contents_banner_box {
	margin-bottom: 10px;
}
.left_contents_recommend_item a {
	display: block;
	margin-bottom: 20px;
}
.left_contents_recommend_item span {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.left_contents_recommend_item span.image_box {
	width: 80%;
	margin: 0 auto 10px;
}
.left_contents_recommend_item span img {
	width: 100%;
}

.left_contents_bestseries_item {
	margin-bottom: 20px;
}
.left_contents_bestseries_item a .image_box {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.left_contents_bestseries_item a .image_box img {
	width: 100%;
}
.left_contents_bestseries_item a .text_box {
	display: inline-block;
	width: 66%;
	margin-left: 4%;
	font-size: 12px;
	vertical-align: top;
}
.left_contents_bestseries_item a .text_box span {
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.left_contents_bestseries_item a .text_box span.rank_box {
	padding: 2px 0;
	text-align: left;
}
.left_contents_bestseries_item a .text_box span .no1 {
	color: #fec801;
}
.left_contents_bestseries_item a .text_box span .no2 {
	color: #bdbdbd;
}
.left_contents_bestseries_item a .text_box span .no3 {
	color: #9e8138;
}

#left_contents_category a {
	display: block;
	position: relative;
	line-height: 18px;
	
}
.left_contents_category_parent_box {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.left_contents_category_parent a {
	padding: 6px 0 6px 10px;
}
.left_contents_category_child a {
	padding: 6px 0 6px 15px;
}
.left_contents_category_grandchild a {
	padding: 6px 0 6px 20px;
}
.left_contents_category_parent > a {
	background: url(../images/common/indent_next_black1.png) no-repeat;
	background-size: 6px;
	background-position: left center;
}
.left_contents_category_child > a {
	background: url(../images/common/indent_next_black2.png) no-repeat;
	background-size: 6px;
	background-position: 5px center;
}
.left_contents_category_grandchild > a {
	background: url(../images/common/indent_next_black3.png) no-repeat;
	background-size: 6px;
	background-position: 10px center;
}
.left_contents_icon_box a {
	display: block;
}
.left_contents_icon_box a span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.left_contents_icon_box a span img {
	width: 100%;
}
.left_contents_icon_box a .image_box {
	width: 60%;
	margin: 0 auto 10px;
}
.left_contents_icon_box a .link_btn {
	color: #fff;
	background: #333;
	padding: 10px 0;
	text-align: center;
	border-radius: 20px;
}



















@media screen and (max-width:480px) {
	header {
		margin-bottom: 0;
	}
	#top_slider {
		margin-bottom: 60px;
	}
	#right_contents {
		width: 100%;
		float: none;
	}
	.search-form-wrapper {
		text-align: center;
	}
	.search-form-wrapper form {
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.search-form-wrapper form .input-search {
		width: 100%;
	}
	
	.sp_title {
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
		color: #0e4bd9;
		font-family: "Myriad Pro","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		border-bottom: 1px solid #0e4bd9;
		padding-bottom: 10px;
	}
	.sp_menu {
		margin-bottom: 10px;
		width: 90%;
		margin: 0 auto;
	}
	.sp_menu a {
		width: 100%;
		display: block;
		padding: 10px 20px 10px 4%;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		position: relative;
		line-height: 1em;
		font-size: 14px;
		background: url(../images/common/indent_next_black1.png) no-repeat;
		background-position: right center;
		background-size: 6px;
	}
	.sp_menu a small {
		font-size: 10px;
	}
	.sp_logo {
		text-align: center;
		height: 60px;
	}
	.sp_logo img {
		width: 50%;
		margin-top: 8px;
	}
	.sp_cart_btn {
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		padding: 15px .75rem 0;
	}
	.sp_cart_btn a {
		display: block;
		width: 32px;
		height: 32px;
		font-size: 30px;
		color: #0e4bd9;
	}
	#logo_area {
		margin-bottom: 5px;
	}
	#logo_area img {
		width: 160px;
	}
	.catch_comment {
		font-size: 12px;
		text-align: center;
	}
	.catch_comment span {
		color: #d8005c;
		font-weight: bold;
		font-size: 14px;
	}
	nav {
		margin-bottom: 10px;
	}
	nav ul li {
		width: 20%;
		float: left;
		background: #eee;
	}
	nav ul li a {
		display: block;
		width: 100%;
		padding: 15px 0;
		font-size: 10px;
		text-align: center;
	}
	#footer_wrapper {
		padding: 30px 0 0;
	}
	#footer_search form {
		text-align: center;
	}
	#footer_sub_nav li {
		width: 50%;
	}
	.footer_contents {
		width: 92%;
		margin: 0 4% 30px;
	}
	.footer_announce {
		font-size: 10px;
	}
	.right_content_btn a {
		width: 70%;
	}
	.right_contents_title .date {
		display: block;
		margin-top: 5px;
	}
	.right_contents_title {
		text-align: center;
	}
	.right_contents_newitem_item {
		width: 48%;
	}
	.right_contents_preorder_item {
		width: 48%;
	}
	.right_contents_pickup_item {
		width: 48%;
	}
	.right_contents_box {
		padding: 0 1%;
		box-sizing: border-box;
	}
	.right_contents_hot_item {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.right_contents_campaign {
		width: 50%;
		margin-bottom: 20px;
	}
	.right_content_btn {
		margin-top: 0;
	}
	#page-top {
		position: fixed;
		right: 10px;
		opacity: .6;
	}
	.openNav #spMenu {
		opacity: 1;
		z-index: 12000;
		background: #fff;
		width: 85%;
		left: 0;
	}
	.spMenu__inner {
		padding: 30px 4.729730% 0;
		position: relative;
		color: #333!important;
	}
	#spMenu {
		width: 85%;
		position: fixed;
		top: 0;
		left: -85%;
		opacity: 1;
		z-index: -100;
		height: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.openNav #menu-btn {
		left: 85%;
	}
	.open_menu_fixed {
		position: fixed;
		height: 100%;
		width: 100%;
	}
	.openNav #navi-overlay {
		opacity: .8;
		z-index: 11000;
	}
	#spMenu, #navi-overlay, #menu-btn {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
	#navi-overlay {
		background-color: #dcdcdc;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		opacity: 0;
		z-index: -100;
	}
	#menu-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 25px;
		height: 2px;
		margin: 0 0 0 -15px;
		background: #0e4bd9;
		-webkit-transition: .2s;
		transition: .2s;
	}
	#menu-btn {
		display: inline-block;
		position: absolute;
		width: 60px;
		height: 60px;
		z-index: 25000;
		color: #fff;
		padding: 0;
		left: 0;
	}
	#menu-btn .close, #menu-btn-close .close {
		background: transparent !important;
	}
	#menu-btn .close::before, #menu-btn-close .close::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#menu-btn .close::after, #menu-btn-close .close::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#menu-btn .close::before, #menu-btn .close::after, #menu-btn-close .close::before, #menu-btn-close .close::after {
		margin-top: 0;
	}
	#menu-btn-icon::before {
		margin-top: -9px;
	}
	#menu-btn-icon::after {
		margin-top: 7px;
	}
	#menu-btn-icon:before, #menu-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 2px;
		background: #0e4bd9;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.spMenu__inner .spMenu_contents {
		margin-bottom: 30px;
	}
	.name_box {
		width: 100%;
		font-size: 10px;
		text-align: left;
		font-weight: normal;
		margin-top: 5px;
		line-height: 1.5em;
		overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis;
		display: -webkit-box!important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	
}

.floatingCartPurchaseButtonsContainer input[type="text"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #ccc!important;
}
