@charset "utf-8";

.fs-preview-header { display: none; }

/* リセットCSS
------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
		font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ol,ul{
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
border: 0;
vertical-align: top;
font-size:0;
line-height: 0;
}

/* clearfix（最下部余白削除対策済み）
------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
.clearfix {
	min-height:1px;
	zoom:1;
}

/* 共通
------------------------------------------ */
html{
font-size:62.5%;
}
body{
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"ＭＳＰゴシック","MS PGothic",Sans-Serif;
font-size:1.2em;
background:#FFFFFF;
line-height:1.3;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover img {
	opacity: 0.88;
	filter: alpha(opacity=88);
	-ms-filter: "alpha(opacity=88)";
}
input {
	outline: none;
}
.text_overflow {
  overflow: hidden;
  height: 41px;
}
h2.itemGroup {
  overflow: hidden;
  height: 32px;
}

.font_bold {
    font-weight: bold;
}

.font_color {
    color: #cc7a96;
}

/* レイアウト
------------------------------------------ */
#wrapper {
	min-width: 1260px;
}
#container {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	letter-spacing: 0.1em;
	margin-bottom: 90px;
	margin-top: 50px;
}
#container.column-1{
	width: 1024px;
}
#container.column-1.back-side{
	width: 1200px;
}
#side {
	float: left;
	width: 185px;
}
#contents {
	float: right;
	width: 975px;
}
#container.column-1 #contents{
	float: none;
	width: 100%;
}
@media screen and (max-width: 480px) {
#wrapper {
	min-width: 0;
}
#container {
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 30px;
}
#container.column-1{
	width: 100%;
}
#container.column-1.back-side{
	width: 100%;
}
#side {
	display: none;
}
#contents {
	float: none;
	width: 100%;
}
}

/* ---------------------------------
*HEADER
*/
header#pc{
	z-index: 9999;
}
header#pc .header_inner {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
header#pc h1 {
	text-align: center;
	height: 130px;
	padding-top: 69px;
}
header#pc h1 a {
	display: inline-block;
}
header#pc nav {
	display: flex;
	justify-content: space-between;
}
header#sp {
	display: none;
}
header#pc nav a {
	color: #202020;
}
header#pc .nav_left {
	font-size: 13px;
}
header#pc .nav_left > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header#pc .nav_left > li > a {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 0 20px;
	line-height: 1em;
	position: relative;
}
header#pc .nav_left > li:first-child > a {
	padding: 0 20px 0 0;
}
header#pc .nav_left > li:nth-last-of-type(1) > a {
	letter-spacing: 0.5em;
}
header#pc .nav_left > li:nth-last-of-type(2) > a {
	padding: 0 32px 0 20px;
}
header#pc .nav_left > li:hover > a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
header#pc .nav_itemarea {
	display: none;
	position: absolute;
	top: 40px;
	left: -72px;
	background: #333333;
	float: left;
	width: 1160px;
	padding: 40px 20px;
	z-index: 999;
}
header#pc .nav_itemarea:hover {
	display: block;
}
header#pc .itemlist_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	padding: 0 15px
}
header#pc .nav_left > li .nav_item::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: black transparent transparent transparent;
	z-index: 2;
	margin-left: 6px;
	position: relative;
	top: -2px;
}
header#pc .nav_left > li .nav_item:hover + .nav_itemarea {
	display: block;
}
header#pc .nav_itemtype ul {
	text-align: center;
	font-size: 0;
}
header#pc .nav_itemtype ul li {
	display: inline-block;
	width: 272px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	margin: 0 12px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header#pc .nav_itemtype li.current {
	/*background: #484848!important;*/
	background: #565656!important;
	color: #fff;
}
header#pc .nav_itemtype ul li:hover {
	color: #999;
}
header#pc .nav_itemtype li.current:hover {
	color: #fff;
}
header#pc .nav_itemlistarea .off {
	display: none
}
header#pc .nav_itemlistarea {
	margin-top: 30px
}
header#pc .nav_itemlistarea .nav_itemlist .itemlist_menu {
	font-size: 0
}
header#pc .nav_itemlistarea .nav_itemlist .itemlist_menu li {
	display: inline-block;
	width: 23.5%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#pc .nav_itemlistarea .nav_itemlist .itemlist_menu li:nth-child(4n) {
	margin-right: 0;
}
header#pc .nav_itemlistarea .nav_itemlist .itemlist_menu li::after {
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#pc .nav_itemlistarea .nav_itemlist .itemlist_menu li a {
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 10px 0 10px 8px;
	border-bottom: 1px dotted #484848;
}
header#pc .nav_itemlistarea .nav_itemlist .itemlist_menu li a:hover {
	color: #888;
}
header#pc .nav_right > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header#pc .nav_right > li > a {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 0 20px;
	line-height: 1em;
	position: relative;
}
header#pc .nav_right > li:nth-last-of-type(3) > a {
	padding: 0 20px 0 32px;
}
header#pc .nav_right > li:nth-last-of-type(1) > a {
	padding: 0 0 0 20px;
}
header#pc .nav_right > li:hover > a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";

}
header#pc .nav_memberarea {
	display: none;
	position: absolute;
	top: 40px;
	left: -62px;
	background: #333333;
	float: left;
	width: 210px;
	padding: 20px 20px 15px;
}
header#pc .nav_memberarea:hover {
	display: block;
}
header#pc .nav_right > li .nav_member:hover + .nav_memberarea {
	display: block;
}
.FS2_repeater {
	display: none;
	color:#fff;
	border-bottom: 1px dotted #484848;
	padding: 0 8px 16px;
}
.FS2_repeater dt{
	font-size:14px;
	margin-bottom: 10px;
}
.FS2_repeater dd{
	font-size:13px;
	color:#ccc;
}
.FS2_repeater dd div{
	font-size:10px;
	margin-bottom:5px;
}
.FS2_repeater dd span{
	font-size:10px;
	margin-left:5px;
}
header#pc .member_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: left;
	padding: 0 15px;
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 10px 0 10px 8px;
	border-bottom: 1px dotted #484848;
}
header#pc .member_menu li:nth-last-of-type(1) a {
	border: 0;
}
header#pc .nav_memberarea .member_menu li a:hover {
	color: #888;
}
header#pc .nav_memberarea .member_menu li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#pc .nav_memberarea .member_menu li::after {
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#pc .nav_right input[type="text"] {
	border: none;
	width: 143px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	font-size: 13px;
	color: #000;
}
header#pc .nav_right > li:first-child {
	background: url(https://madrigal.itembox.design/item/img/common/icon_search.svg) no-repeat;
	padding: 0 0 0 30px;
	background-position: 0;
}
header#pc .nav_right > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header#pc .nav_right > li > a {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 0 20px;
	line-height: 1em;
	position: relative;
}
header#pc .nav_right > li:nth-last-of-type(3) > a {
	padding: 0 20px 0 32px;
}
header#pc .nav_right > li:nth-last-of-type(1) > a {
	padding: 0 0 0 20px;
}
header#pc .nav_right > li:hover > a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
header#pc .nav_memberarea {
	display: none;
	position: absolute;
	top: 40px;
	left: -62px;
	background: #333333;
	float: left;
	width: 210px;
	padding: 25px 20px 15px;
	z-index: 999;
}
header#pc .nav_memberarea:hover {
	display: block;
}
header#pc .nav_right > li .nav_member:hover + .nav_memberarea {
	display: block;
}
header#pc .member_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: left;
	padding: 0 15px;
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 10px 0 10px 8px;
	border-bottom: 1px dotted #484848;
}
header#pc .member_menu li:nth-last-of-type(1) a {
	border: 0;
}
header#pc .nav_memberarea .member_menu li a:hover {
	color: #888;
}
header#pc .nav_memberarea .member_menu li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#pc .nav_memberarea .member_menu li::after {
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#pc .member_menu li a span{
	display: block;
	font-size: 10px;
	color: #ccc;
	margin-left: -6px;
}
header#pc .nav_right input[type="text"] {
	/*border: none;*/
	width: 143px;
	box-sizing: border-box;
	/*border-bottom: 1px solid #d9d9d9;*/
	font-size: 13px;
	color: #000;
	border: none!important;
	border-bottom: 1px solid #d9d9d9!important;
	height: auto!important;
	line-height: 1.4!important;
	padding: 0!important;
	border-radius: 0;
}
header#pc .nav_right > li:first-child {
	background: url(https://madrigal.itembox.design/item/img/common/icon_search.svg) no-repeat;
	padding: 0 0 0 30px;
	background-position: 0;
}
header#pc .FS2_breadcrumbs {
	background: none;
	font-size: 11px;
	position: absolute;
	top: 177px;
	margin: 0px !important;
	padding: 4px 0px !important;
}
header#pc .FS2_breadcrumbs a {
	text-decoration: none;
	color: #007ebe !important;
}
#container .FS2_breadcrumbs {
	background: none;
	font-size: 11px;
	position: absolute;
	top: 178px;
	margin: 0px !important;
	padding: 4px 0px !important;
}
#container .FS2_breadcrumbs a {
	text-decoration: none;
	color: #007ebe !important;
}

@media screen and (max-width: 480px) {
	
header#pc {
	display: none;
}
header#sp {
	display: block;
	height: 105px;
	width: 100%;
	position: relative;
	z-index: 3;
}
header#sp h1 img{
	height: 27px;
}
header#sp h1{
	text-align: center;
}
header#sp h1 a{
	display: inline-block;
}
header#sp .wrapper_h1-drawer-btn_cart_sp{
	height: 55px;
	padding-top: 15px;
	background: #fff;
}
header#sp .btn_cart {
	position: absolute;
	top: 18px;
	right: 22px;
}
.FS2_repeater {
	display: none;
	color:#fff;
	background: #484848;
	padding: 14px 0 11px 20px;
}
.FS2_repeater dt{
	font-size:15px;
	margin-bottom: 10px;
}
.FS2_repeater dd{
	font-size:13px;
	color:#ccc;
}
.FS2_repeater dd div{
	font-size:10px;
	margin-bottom:5px;
}
.FS2_repeater dd span{
	font-size:10px;
	margin-left:5px;
}
#container .FS2_breadcrumbs {
	font-size: 11px;
    margin: 0 !important;
    background: #f7f7f7;
    padding: 13px 15px !important;
	 position:static;
}
#container .FS2_breadcrumbs a {
    color: #000 !important;
}
header#sp nav.gnav {
	height: 50px;
}
header#sp ul.sp_nav {
	overflow: hidden;
}
header#sp ul.sp_nav > li {
	float: left;
	width: 20%;
	text-align: center;
	display: block;
	background: #191919;
	height: 50px;
}
header#sp ul.sp_nav li a {
	color: #fff;
	line-height: 50px;
	display: block;
	text-decoration: none;
}
header#sp ul li.select {
	background: #333;
}
header#sp .nav_itemarea {
	position: absolute;
	left: 0px;
	background: #333333;
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
header#sp .nav_itemarea:hover {
	display: block;
}
header#sp .itemlist_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 0 15px
}
header#sp .nav_left > li .nav_item::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: black transparent transparent transparent;
	z-index: 2;
	margin-left: 6px;
	position: relative;
	top: -2px;
}
header#sp .nav_left > li .nav_item:hover + .nav_itemarea {
	display: block;
}
header#sp .nav_itemtype ul {
	text-align: center;
	font-size: 0;
}
header#sp .nav_itemtype ul li {
	display: inline-block;
	width: 27%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header#sp .nav_itemtype li.current {
	background: #484848!important;
	color: #fff;
}
header#sp .nav_itemtype ul li:hover {
	color: #999;
}
header#sp .nav_itemtype li.current:hover {
	color: #fff;
}
header#sp .nav_itemlistarea .off {
	display: none
}
header#sp .nav_itemlistarea {
	margin-top: 20px
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu {
	font-size: 0
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li {
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li:nth-child(4n) {
	margin-right: 0;

}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li::after {
	position: absolute;
	top: 40%;
	right: 20px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li a {
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 12px 0 12px 20px;
	border-bottom: 1px dotted #484848;
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li a:hover {
	color: #888;
}
header#sp .sp_nav_contents .hide {
	display: none;
}
header#sp input:focus::-webkit-input-placeholder {
color:transparent;
}
 header#sp input:focus:-moz-placeholder {
color:transparent;
}
 header#sp input:focus::-moz-placeholder {
color:transparent;
}
header#sp #sp-M_searchBox {
	margin: 0px 0px 0 0;
	background: #333;
	padding: 10px;
}
header#sp input[type=text] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 16px;
}
header#sp input[type=text] {
	background: #fff url(https://secure2.future-shop.jp/~madrigal/img/common/icon_search.svg) no-repeat 8px 10px;
	background-size: 21px;
	border: none;
	padding: 0px 20px 0px 38px;
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	height: 40px;
}
header#sp input {
	color: #333;
	font-weight: normal;
}
header#sp input::-webkit-input-placeholder {
color: #333;
font-weight: normal;
}
header#sp input:-ms-input-placeholder {
color: #333;
font-weight: normal;
}
header#sp input::-moz-placeholder {
color: #000;
font-weight: normal;
}
 header#sp input::-webkit-search-decoration, input::-webkit-search-cancel-button {
display: none;
}
	
}

/* ---------------------------------
*INFO BAR
*/
#infobar {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	background: #333;
	padding: 10px 0;
}
.infobar_inner {
	width: 1200px;
	margin: 0 auto;
}
.infobar_inner p {
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
}
#infobar_top {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 10px 0;
}
.infobar_top_inner {
	width: 1200px;
	margin: 0 auto;
}
.infobar_top_inner p {
	color: #fff;
	letter-spacing: 0.05em;
}
.infobar_top_inner p a {
	color: #000;
}
.infobar_top_inner p a:hover {
	color: #777;
}
@media screen and (max-width: 480px) {
#infobar {
	margin-bottom: 0;
}
.infobar_inner {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
#infobar_top {
	margin-bottom: 0;
}
.infobar_top_inner {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}

/* ---------------------------------
*パンくずリスト
*/
#breadcrumbs {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 10px 0;
}
.breadcrumbs_inner {
	width: 1200px;
	margin: 0 auto;
	font-size: 10px;
}
.breadcrumbs_inner p {
	color: #fff;
	letter-spacing: 0.05em;
}
.breadcrumbs_inner p a {
	color: #000;
}
.breadcrumbs_inner p a:hover {
	color: #777;
}
.fs-c-breadcrumb{
	overflow: hidden;
	width: 100%;
	background: #F8F8F8;
	padding: 10px 0;
}
.fs-c-breadcrumb__list{
	width: 1200px;
	margin: 0 auto;
	font-size: 11px;
	padding: 0;
}

@media screen and (max-width: 480px) {
#breadcrumbs {
	margin-bottom: 0;
}
.breadcrumbs_inner {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.fs-c-breadcrumb{
	margin-bottom: 0;
}
.fs-c-breadcrumb__list{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}

/* ---------------------------------
*BANNER BAR
*/
#bannerbar {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 37px;
	margin-top: -30px;
	margin-bottom: 30px;
	background: #f1f1f1;
}
@media screen and (max-width: 480px) {
#bannerbar {
	margin-bottom: 0;
}
}
#bannerbar a {
	display: block;
	width: 100%;
	height: 37px;
	background: url(https://c09.future-shop.jp/shop/item/madrigal/design/img03/salebana_1000.gif) repeat-x center top;
}

/* ---------------------------------
*FOOTER
*/
footer#pc .footer_nav {
	background: #f1f1f1;
	/*margin-top: 60px;*/
}
footer#pc .footer_nav_inner {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
}
footer#pc .footer_nav .footer_nav_inner div {
	float: left;
	width: 300px;
	margin: 60px 0 70px;
}
footer#pc .footer_nav h2 {
	font-size: 16px;
}
footer#pc .footer_nav ul {
	margin-top: 40px;
}
footer#pc .footer_nav ul li {
	margin-bottom: 20px;
}
footer#pc .footer_nav ul li a {
	color: #000;
}
footer#pc .footer_nav ul li a:hover {
	color: #777;
}
footer#pc .copyright {
	clear: both;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.15em;
	padding: 25px 0 20px;
}
footer#pc .copyright span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
@media screen and (max-width: 480px) {
footer#pc {
	display: none;
}
}
/* ---------------------------------
*FOOTER - SP
*/
footer#sp {
	display: none;
}
 @media screen and (max-width: 480px) {
footer#sp {
	width: 100%;
	display: block;
}
footer#sp h2 {
	font-size: 15px;
	margin: 0 0 10px 10px;
}
footer#sp .slick-slide {
	margin: 0px;
	padding: 0 5px;
}
footer#sp .slick-dots {
	bottom: -35px;
	left: 0;
	text-align: center;
}
footer#sp .slick-list {
	width: 100%;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
}
footer#sp .slider img {
	width: 100%;
}
footer#sp .slick-arrow {
	display: none!important;
}
}
footer#sp .nav_itemarea {
	background: #333333;
	float: left;
	width: 100%;
	padding: 20px 0 0;
	margin: 0 0 50px;
}
footer#sp .nav_itemarea:hover {
	display: block;
}
footer#sp .nav_itemarea h2 {
	color: #fff;
	margin: 0 0 18px 20px;
}
footer#sp .itemlist_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 0 15px
}
footer#sp .nav_left > li .nav_item::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: black transparent transparent transparent;
	z-index: 2;
	margin-left: 6px;
	position: relative;
	top: -2px;
}
footer#sp .nav_left > li .nav_item:hover + .nav_itemarea {
	display: block;
}
footer#sp .nav_itemtype ul {
	text-align: center;
	font-size: 0;
}
footer#sp .nav_itemtype ul li {
	display: inline-block;
	width: 27%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer#sp .nav_itemtype li.current {
	background: #484848!important;
	color: #fff;
}
footer#sp .nav_itemtype ul li:hover {
	color: #999;
}
footer#sp .nav_itemtype li.current:hover {
	color: #fff;
}
footer#sp .nav_itemlistarea .off {
	display: none
}
footer#sp .nav_itemlistarea {
	margin-top: 20px
}
footer#sp .nav_itemlistarea .nav_itemlist .itemlist_menu {
	font-size: 0
}
footer#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li {
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
footer#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li:nth-child(4n) {
	margin-right: 0;
}
footer#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li::after {
	position: absolute;
	top: 40%;
	right: 20px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
footer#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li a {
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 12px 0 12px 20px;
	border-bottom: 1px dotted #484848;
}
footer#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li a:hover {
	color: #888;
}
footer#sp .nav_brandarea h2 {
	color: #000;
	margin: 0 0 16px 20px;
}
footer#sp .nav_brandarea ul.brandlist_menu {
}
footer#sp .nav_brandarea ul.brandlist_menu li {
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
footer#sp .nav_brandarea ul.brandlist_menu li::after {
	position: absolute;
	top: 48%;
	right: 20px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
footer#sp .nav_brandarea ul.brandlist_menu li a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #000;
	padding: 14px 0 12px 20px;
	border-top: 1px dotted #ccc;
}
footer#sp .nav_brandarea ul.brandlist_menu li a:hover {
	color: #888;
}
footer#sp .nav_brandarea div {
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}
footer#sp .nav_brandarea div a {
	background: #333;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	display: block;
	border-radius: 4px;
	font-size: 13px;
}
footer#sp .nav_footer {
	margin-top: 40px;
}
footer#sp .nav_footer a.cate_sub::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #666 transparent transparent transparent;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 20px;
}
footer#sp .nav_footer li a {
	padding: 13px 0 10px 15px;
	border-bottom: 1px dotted #484848;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	font-size: 13px;
	background-color: #333;
}
footer#sp .nav_footer li:nth-last-of-type(1) > a {
	border: none;
}
footer#sp .nav_footer li a:hover {
	background-color: #333!important;
}
footer#sp .nav_footer li div a {
	padding-left: 27px!important;
}
footer#sp .nav_footer li div a {
	background: #222;
}
footer#sp .nav_footer li div a:nth-last-of-type(1) {
	border-bottom: none !important;
}
footer#sp .nav_footer li div a:hover {
	color: #fff;
	background-color: #222!important;
	padding-left: 27px;
}
footer#sp .buy_item {
	margin-bottom:20px;
}
footer#sp .buy_item ul{
	padding: 0 5px;
	letter-spacing: -.4em;
}
footer#sp .buy_item ul li {
	width: 33.333333%;
	padding: 0 5px 10px;
	/*float: left;*/
	box-sizing: border-box;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align:top;
}
footer#sp .buy_item ul li img {
	width: 100%;
}
footer#sp .buy_item ul li:nth-of-type(3n) {
	margin: 0;
}
footer#sp .copyright {
	clear: both;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.15em;
	padding: 20px 0 18px;
	margin-bottom: -4px;
}
footer#sp .copyright span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* ---------------------------------
*HAMBERGER MENU - SP
*/
.nav_hg, .nav_hg a {
	color: #fff!important;
}
.nav_hg h2 {
	background: #484848;
	padding: 14px 0 11px 20px;
	font-size: 15px;
}
.nav_hg ul {
}
.nav_hg ul li a {
	border-bottom: 1px dotted #484848;
	font-size: 14px;
	padding: 14px 0 13px 20px;
	text-decoration: none!important;
}
.nav_hg ul li:nth-last-of-type(1) > a {
	border: none!important;
}
.nav_hg ul li a:hover {
	text-decoration: none!important;
}
.nav_hg ul li a span {
	display: block;
	font-size: 10px;
	color: #ccc;
	margin-left: -6px;
}
.nav_hg input[type=text] {
	background-size: 16px!important;
	padding: 0px 10px 0px 31px!important;
	width: 84%!important;
	height: 35px!important;
	font-size: 12px!important;
}
.nav_hg li.formarea {
	border-bottom: 1px dotted #484848;
	padding: 0 0 10px 0;
}
.nav_hg input[type=text] {
	margin: 10px 0 0 20px;
}
.nav_hg li div a {
	padding-left: 31px;
}
.nav_hg a.cate_sub::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #bbb transparent transparent transparent;
	z-index: 2;
	position: absolute;
	top: 48%;
	right: 20px;
}
.nav_hg li a:hover {
	background-color: #333!important;
}
.nav_hg li div a {
	border-bottom: 1px dotted #484848;
	background: #222;
}
.nav_hg li div a:nth-last-of-type(1) {
	border-bottom: none;
}
.nav_hg li div a:hover {
	color: #fff;
	background-color: #222!important;
}
ul.hg_word {
	overflow: hidden;
	padding: 20px;
}
ul.hg_word li a {
	background: #f1f1f1;
	border: none;
	border-radius: 3px;
	padding: 9px 9px;
	float: left;
	margin: 4px;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #000;
}
ul.hg_word li a:hover {
	background: #ddd!important;
}
/* ---------------------------------
*DRAWER - SP
*/
.drawer-navbar.drawer-fixed {
	padding-top: 0
}
.drawer-main {
	position: fixed;
	z-index: 5300;
	top: 0;
	overflow: hidden;
	width: 240px;
	height: 100%
}
.drawer-left .drawer-main {
	left: -240px;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(-240px, 0px, 0px);
	transform: translate3d(-240px, 0px, 0px)
}
.drawer-left.drawer-open .drawer-main {
	left: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}
.drawer-right .drawer-main {
	right: -240px;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(240px, 0px, 0px);
	transform: translate3d(240px, 0px, 0px)
}
.drawer-right.drawer-open .drawer-main {
	right: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}
.drawer-top .drawer-main {
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, -100%, 0px);
	transform: translate3d(0, -100%, 0px)
}
.drawer-top.drawer-open .drawer-main {
	-webkit-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px)
}
.drawer-overlay {
	position: relative
}
.drawer-left .drawer-hamburger {
	left: 0;
	-webkit-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px)
}
.drawer-left.drawer-open .drawer-hamburger {
	-webkit-transform: translateX(240px) translateY(0px);
	-ms-transform: translateX(240px) translateY(0px);
	-o-transform: translateX(240px) translateY(0px);
	transform: translateX(240px) translateY(0px)
}
.drawer-right .drawer-hamburger {

	right: 0;
	-webkit-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px)
}
.drawer-right.drawer-open .drawer-hamburger {
	-webkit-transform: translateX(-240px) translateY(0px);
	-ms-transform: translateX(-240px) translateY(0px);
	-o-transform: translateX(-240px) translateY(0px);
	transform: translateX(-240px) translateY(0px)
}
.drawer-top .drawer-hamburger {
	right: 0
}
.drawer-top.drawer-open .drawer-hamburger {
	z-index: 5400;
	right: 0
}
.drawer-overlay-upper {
	position: fixed;
	z-index: 5200;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0,0,0,0.2)
}
.drawer-open .drawer-overlay-upper {
	display: block !important
}
.drawer-hamburger {
	border: 0;
	background: 0;
	position: absolute;
	display: block;
	top: 0;
	width: 25px;
	height: 50px;
	background-color: transparent;
	border: 0;
	z-index: 5300;
	outline: 0;
	float: right;
	padding: 0;
	margin: 4px 0 0 19px
}
.drawer-hamburger:hover {
	cursor: pointer
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 0px
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	height: 2px;
	width: 100%;
	border-radius: 3px;
	background-color: #000;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	position: absolute;
	content: "";
	top: -8px;
	left: 0
}
.drawer-hamburger-icon:after {
	top: 8px
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
	top: 0;
	background-color: #fff;
	z-index: 0
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.drawer-default {
	background-color: #333;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.5)
}
.drawer-default+.drawer-overlay {
	background-color: #fff
}
.drawer-default li, .drawer-default a {
	position: relative;
	display: block
}
.drawer-default a {
	text-decoration: none
}
.drawer-default a:hover, .drawer-default a:focus {
	text-decoration: underline
}
.drawer-default .drawer-footer {
	position: relative;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	background-color: transparent
}
.drawer-default .drawer-footer span:before, .drawer-default .drawer-footer span:after {
	content: "";
	display: block
}
.fs-c-specTable--salesTax tr:nth-child(2) {
  display: none;
}