@charset "Shift_JIS";

/* --------------------------------------------------------------------
	ユーザー定義　switcher
--------------------------------------------------------------------- */
div#switcher{
	background: #eeeeee;
	padding: 15px 0;
	min-width: 1200px;
}
div#switcher_inner{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
div#switcher_inner span{
	float: left;
}
div#switcher_inner span#switcher_closebtn{
	margin: 7px 20px 0 18px;
}
div#switcher_inner span#switcher_pc{
	margin-right: 6px;
	width: 560px;
}
div#switcher_inner span#switcher_sp{
	width: 560px;
}
/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
		min-width: 920px;
    margin: 0 auto;
		border-top: 16px solid #cc0000;
    padding-bottom: 9px;
    background: url(../img/usr/common/header/head_bg.png) no-repeat left top #fff;
}
#header_top {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}
#header_top .lead_ {
    float: left;
    display: inline;
    margin-top: 15px;
}
#header_top #head_nav {
    float: right;
    display: inline;
    margin-top: 16px;
    overflow: hidden;
}
#header_top #head_nav li {
    float: left;
    display: inline;
    margin-left: 10px;
    border-left: 1px solid #333333;
}
#header_top #head_nav li:first-child {
    border: 0;
}
#header_top #head_nav li a {
    display: block;
    padding: 0 0 0 10px;
    text-decoration: underline;
}
#header_top #head_nav li a:hover {
    text-decoration: none;
}
#header_mid {
    margin-bottom: 9px;
}
#welcomeMessage {
    max-width: 600px;
    float: right;
    display: inline;
    margin: 15px 15px 0px 0;
    padding: 0 0 0 20px;
		line-height: 1.3;
    background: url(../img/usr/common/header/icon_user.png) no-repeat left 0;
		letter-spacing: 0.3px;
		color: #000000;
}
#welcomeMessage .company_name {
		font-size: 12px;
}
#welcomeMessage .member_point {
		font-size: 11px;
}
#header_mid #header_banner {
    float: right;
		margin: -22px 0 0 0;
}
#search_box ul#snav {
    float: left;
    display: inline;
    width: 315px;
}
#search_box.login_ ul#snav {
    float: left;
    display: inline;
    width: 396px;
}
#search_box ul#snav li {
    float: left;
}
#search_box ul#snav > li > a {
    width: 81px;
    color: #ffffff;
    font-size: 12px;
    padding: 34px 0 5px 0;
    display: block;
    text-align: center;
}
#search_box ul#snav li.snav_login_{
		margin-left: 28px;
}
#search_box ul#snav li.snav_login_ a {
    background: url(../img/usr/common/header/icon_login.png) no-repeat center top 11px;
}
#search_box ul#snav li.snav_favorite_ a {
    background: url(../img/usr/common/header/icon_star.png) no-repeat center top 11px;
}
#search_box ul#snav li.snav_mypage_{
	margin-left: 28px;
}
#search_box ul#snav li.snav_logout_ a {
    background: url(../img/usr/common/header/icon_logout.png) no-repeat center top 11px;
}
#search_box ul#snav li.snav_mypage_ a {
    background: url(../img/usr/common/header/icon_mypage.png) no-repeat center top 11px;
}
#search_box ul#snav li.snav_cart_ .cart_box_,
#search_box ul#snav li.snav_cart_ .cart_items_ {
    float: left;
    display: inline;
}
#search_box ul#snav li.snav_cart_ {
    margin: 0;
    position: relative;
    width: 125px;
    height: 56px;
    background: #000;
}
#search_box ul#snav li.snav_cart_ .cart_items_ {
    background: url(../img/usr/common/header/icon_cart.png) no-repeat left 15px top 3px;
    width: 58px;
    height: 56px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    color: #0c0c0c;
    padding: 17px 12px 0 22px;
    cursor: pointer;
    background-size: 32px;
}
#search_box ul#snav li.snav_cart_ .cart_items_ a:hover {
  text-decoration: none;
}
#search_box ul#snav li.snav_cart_ .cart_box_ a.cart_ {
    width: 67px;
    color: #ffffff;
    font-size: 12px;
    padding: 23px 0 16px 0;
    text-align: left;
    display: block;
    background: url(../img/usr/common/header/icon_arrow1.png) no-repeat right 12px top 27px;
    cursor: pointer;
}
#search_box ul#snav li.snav_cart_ .cart_box_ a.cart_:hover,
#search_box ul#snav li.snav_cart_ .cart_box_ a.cart_.active_ {
  text-decoration: underline;
}
/**/
#search_box ul#snav li.snav_cart_ .cart_box_ .layer2_ {
    display: none;
    position: absolute;
    right: 0;
    top: 37px;
    width: 233px;
    padding: 0;
    z-index: 2000;
    background: url(../img/usr/common/header/cart_top.png) no-repeat left top;
}
#search_box ul#snav li.snav_cart_ .cart_box_ .layer2_ h2 {
}
#jscart_replace_ {
    padding: 25px 0 22px;
    background: url(../img/usr/common/header/cart_btm.png) no-repeat left bottom;
}
#jscart_replace_ .cart_frame_ {
    padding: 0 13px;
    background: url(../img/usr/common/header/cart_inner.png) repeat-y left top;
}
/**/
/*　clearfix　*/
#search_box ul#snav li.snav_cart_:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#search_box ul#snav li.snav_cart_ { display:inline-block;}
/* HIdes from IE-mac */
*html #search_box ul#snav li.snav_cart_ { height:1%;}
#search_box ul#snav li.snav_cart_ { display:block;}
/* End hide from IE-mac */

/*グローバルナビ
------------------------------------------*/
#globalnav {
    display:table;
    table-layout:fixed;
	width:100%;
	padding-bottom: 7px;
}
#globalnav li {
	display:table-cell;
	vertical-align:bottom;
}
#globalnav li a {
    text-align: center;
	border:1px solid #ccc;
	border-bottom:none;
	border-radius: 10px 10px 0 0;
	background: rgb(254,254,254); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */
	display: table;
	width:100%;
	text-decoration:none;
	color:#333333;
	box-sizing:border-box;
}
#globalnav li a span {
	border:1px solid #fff;
	border-bottom:none;
	border-radius: 10px 10px 0 0;
	font-size:15px;
	line-height:1;
	font-weight:bold;
	display: table-cell;
	vertical-align:middle;
	padding:0 20px 0 10px;
	height:47px;
	background: url(../img/usr/common/gnav/icon_arrow_gnav01.png) 95% center no-repeat;
}
/* 郵便局のネットショップ */
#globalnav #gnav_general a span {
    height:62px;
	font-size:18px;
}
#globalnav #gnav_general a:hover,
#globalnav #gnav_general a.active_ {
	background: rgb(234,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(234,0,0,1) 0%, rgba(205,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(234,0,0,1) 0%,rgba(205,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(234,0,0,1) 0%,rgba(205,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#cd0000',GradientType=0 ); /* IE6-8 */
	color:#fff;
}
#globalnav #gnav_general a:hover span,
#globalnav #gnav_general a.active_ span {
	background: url(../img/usr/common/gnav/icon_arrow_gnav02_active.png) 95% center no-repeat;
}
/* ネットショップ */
#globalnav #gnav_netshop a:hover,
#globalnav #gnav_netshop a.active_ {
	background: rgb(255,236,48); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWMzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFhMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,236,48,1) 0%, rgba(255,170,15,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,236,48,1) 0%,rgba(255,170,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,236,48,1) 0%,rgba(255,170,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#globalnav #gnav_netshop a:hover span,
#globalnav #gnav_netshop a.active_  span {
	background: url(../img/usr/common/gnav/icon_arrow_gnav01_active.png) 95% center no-repeat;
}
/* ドラッグストア */
#globalnav #gnav_drugstore a:hover,
#globalnav #gnav_drugstore a.active_ {
	background: rgb(254,155,171); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlOWJhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZmODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,155,171,1) 0%, rgba(237,111,131,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,155,171,1) 0%,rgba(237,111,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,155,171,1) 0%,rgba(237,111,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9bab', endColorstr='#ed6f83',GradientType=0 ); /* IE6-8 */
	color:#fff;
}
#globalnav #gnav_drugstore a:hover span,
#globalnav #gnav_drugstore a.active_ span {
	background: url(../img/usr/common/gnav/icon_arrow_gnav02_active.png) 95% center no-repeat;
}
/* オプション1 */
#globalnav #gnav_op1 a:hover,
#globalnav #gnav_op1 a.active_ {
	background: rgb(234,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(234,0,0,1) 0%, rgba(205,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(234,0,0,1) 0%,rgba(205,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(234,0,0,1) 0%,rgba(205,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#cd0000',GradientType=0 ); /* IE6-8 */
	color:#fff;
}
#globalnav #gnav_op1 a:hover span,
#globalnav #gnav_op1 a.active_ span {
	background: url(../img/usr/common/gnav/icon_arrow_gnav02_active.png) 95% center no-repeat;
}
/* オプション2 */
#globalnav #gnav_op2 a:hover,
#globalnav #gnav_op2 a.active_ {
	background: rgb(234,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(234,0,0,1) 0%, rgba(205,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(234,0,0,1) 0%,rgba(205,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(234,0,0,1) 0%,rgba(205,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#cd0000',GradientType=0 ); /* IE6-8 */
	color:#fff;
}
#globalnav #gnav_op2 a:hover span,
#globalnav #gnav_op2 a.active_ span {
	background: url(../img/usr/common/gnav/icon_arrow_gnav02_active.png) 95% center no-repeat;
}
/*****************************/
/*　clearfix　*/
#header_mid:after,
#search_box ul#snav:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#header_mid,
#search_box ul#snav{ display:inline-block;}
/* HIdes from IE-mac */
*html #header_mid,
*html #search_box ul#snav{ height:1%;}
#header_mid,
#search_box ul#snav{ display:block;}
/* End hide from IE-mac */

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー02
--------------------------------------------------------------------- */
#header02 {
    min-width: 1200px;
    position: relative;
    background: #F2F2F2;
    padding: 0 10px;
    z-index: 111;
}
#header02 #header_top #sitelogo {
    line-height: 0;
    margin: 0 20px 0 0;
}
#header02 #header_top form {
    position: relative;
    width: 695px;
    margin-right: auto;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    z-index: 10;
}
#header02 #header_top form.show_panel_ {
  border-radius: 5px 5px 0 0;
}
#header02 .box_search_ {
  position: relative;
}
#header02 .box_search_ li.search_select_ {
		float: left;
    width: 188px;
    padding: 6px 0 4px 8px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #cccccc;
    background: url(../img/usr/common/header/icon_arrow2.png) no-repeat right 10px center #eeeeee;
    overflow: hidden;
}
#header02 .box_search_ li.search_select_ select {
    width: 144px;
    padding-right: 25px;
}
#header02 .box_search_ li.search_select_ select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    width: 115%;
    cursor: pointer;
    outline: none;
}
#header02 .box_search_ li.search_select_ select option {
    line-height: 43px;
}
#header02 .box_search_ .search_input_ {
    display: flex;
    align-items: center;
    margin-right: 0;
    /*position: relative;*/
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
}
#header02 .box_search_ .search_input_ input {
    float: left;
    padding: 0;
    margin: 0;
}
#header02 .box_search_ .search_input_ input#keyword {
    width: calc(100% - 58px);
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
}
#header02 .box_search_ .search_input_ input[type="image"] {
    width: 15px;
    border-radius: 3px 3px 3px 0;
}
.bg_search_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .7);
  z-index: 2;
}
#header02 .box_search_ .search_panel_ {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  background: #fff;
  width: calc(100% + 2px);
  height: 370px;
  padding: 20px 0 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  z-index: 10;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer {
  width: 100%;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer_searchboxComponent,
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer_eventComponent {
  width: 50%;
  padding: 0 20px;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestContainer_eventComponent {
  border: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList,
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList {
  border: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_header,
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_header {
  color: #333;
  font-size: 16px;
  background: none;
  padding: 0;
  text-align: left;
  margin: 0 0 12px;
  border: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_header {
  margin: 0 0 17px;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_header > span {
  margin: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_body {
  padding: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_item {
  position: relative;
  border: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_item:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 13px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_item > *:first-child {
  margin-left: 10px;
}
#header02 .box_search_ .search_panel_ .el_npSuggestCrownIcon,
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_icon {
  color: #333;
  font-size: 14px;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestRankingList_keyword {
  padding: 8px 0 7px;
  font-size: 14px;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_item:focus,
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_item:hover {
  box-shadow: none;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_body {
    padding: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList_item {
  border: 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestMedia_imgWrapper {
  width: 90px;
  height: 90px;
  line-height: 0;
  margin: 0 10px;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestMedia_imgWrapper > img {
  max-width: 90px;
  max-height: 90px;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestCard_body {
  padding: 0 10px 0 0;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestItemList__media .bl_npSuggestItemList_item {
  display: flex;
  align-items: center;
  height: auto;
}
#header02 .box_search_ .search_panel_ .bl_npSuggestCard_ttl {
  color: #005FE2;
  line-height: 1.4;
    margin: 0;
}
#header02 .box_search_ .search_panel_ a:hover .bl_npSuggestCard_ttl {
  text-decoration: underline;
}
#header02 .header_menu_ {
  display: flex;
  align-items: center;
  padding: 0 0 0 100px;
}
#header02 .header_menu_ > li {
  position: relative;
  width: 68px;
  padding: 11px 0 8px;
  transition: .3s ease;
}
#header02 .header_menu_ > li:hover {
  background: #F2F2F2;
}
#header02 .header_menu_ > li > a,
#header02 .header_menu_ > li > span {
  display: block;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 28px 0 0;
}
#header02 .header_menu_ a {
  text-decoration: none;
}
#header02 .header_menu_ .mypage_ > span,
#header02 .header_menu_ .mypage_ > a {
  background: url(../img/usr/common/header/icon_mypage02.png) no-repeat center top;
}
#header02 .header_menu_ .history_ a {
  background: url(../img/usr/common/header/icon_history.png) no-repeat center top;
}
#header02 .header_menu_ .bookmark_ a {
  background: url(../img/usr/common/header/icon_bookmark.png) no-repeat center top;
}
#header02 .header_menu_ .quickorder_ a {
  background: url(../img/usr/common/header/icon_quickorder.png) no-repeat center top;
}
#header02 .header_menu_ .cart_ .cart_box_ > a {
  display: block;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 28px 0 0;
  background: url(../img/usr/common/header/icon_cart02.png) no-repeat center top;
}
#header02 .header_menu_ .nav_ span {
  background: url(../img/usr/common/header/icon_menu.png) no-repeat center top 4px;
}
#header02 .header_menu_ > li.cart_ .layer2_ {
  display: none;
  position: absolute;
  right: -60px;
  top: 55px;
  width: 233px;
  padding: 0;
  z-index: 2000;
  background: url(../img/usr/common/header/cart_top.png) no-repeat left top;
  color: #333;
}
#header02 .header_menu_ .cart_ .cart_items_ {
  position: absolute;
  top: 2px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #c00;
  padding: 0;
}
#header02 .header_menu_panel_,
#header02 .header_nav_panel_ {
  position: absolute;
  top: 60px;
  right: -83px;
  background: #fff;
  width: 230px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 45px 30px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
  transition: .3s ease;
  opacity: 0;
  visibility: hidden;
}
#header02 .header_nav_panel_ {
  display: flex;
  align-items: flex-start;
  text-align: left;
  width: 967px;
  height: 460px;
  right: 0;
}
#header02 .mypage_:hover .header_menu_panel_,
#header02 .nav_:hover .header_nav_panel_ {
  opacity: 1;
  visibility: visible;
}
#header02 .header_menu_panel_ .btn_login_ {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #333;
  border-radius: 5px;
  letter-spacing: 1px;
  padding: 12px 0;
  margin: 0 0 10px;
}
#header02 .header_menu_panel_ .btn_login_:hover {
  opacity: .8;
}
#header02 .header_menu_panel_ .link_entry_ {
  color: #005FE2;
  font-size: 14px;
}
#header02 .header_menu_panel_ .link_entry_:hover {
  text-decoration: underline;
}
#header02 .header_nav_panel_ .header_nav_line_ {
  width: calc(100% / 3);
  height: 100%;
  padding: 0 25px;
  border-right: 1px solid #ddd;
}
#header02 .header_nav_panel_ .header_nav_line_:last-child {
  border: 0;
}
#header02 .header_nav_panel_ .header_nav_box_:not(:last-child) {
  margin: 0 0 30px;
}
#header02 .header_nav_panel_ .header_nav_box_ .headline_ {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
#header02 .header_nav_panel_ a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 2;
}
#header02 .header_nav_panel_ a:hover {
  text-decoration: underline;
}
#header02 .header_nav_panel_ .contact_ a {
  display: block;
  background: #f2f2f2;
  padding: 5px 10px;
}
#header02 .header_menu_panel_ .header_customer_name_ {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 12px;
}
#header02 .header_menu_panel_ .header_customer_info_ {
  text-align: right;
}
#header02 .header_menu_panel_ .header_customer_info_ a {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  color: #333;
  font-size: 14px;
}
#header02 .header_menu_panel_ .header_customer_info_ a:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}
#header02 .header_menu_panel_ .header_point_ {
  margin: 17px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid #DDD;
}
#header02 .header_menu_panel_ .header_point_text_ {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
#header02 .header_menu_panel_ .header_point_text_ dt {
  margin: 0 10px 0 0;
}
#header02 .header_menu_panel_ .header_point_text_ span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .5px;
}
#header02 .header_menu_panel_ .header_point_ p {
  font-size: 12px;
  margin: 2px 0 0;
}
#header02 .header_menu_panel_ .btn_logout_ {
  display: block;
  background: #333;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  margin: 18px 0 0;
}
#header02 .header_menu_panel_ .btn_logout_:hover {
  opacity: .8;
}

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー03(購入フロー)
--------------------------------------------------------------------- */
#header03 {
    padding: 15px 0;
}

span#bnr_area_ {
    width: 310px;
    display: inline-block;
    margin: 8px 0 0 0;
}
span#bnr_area_ img {
    width: 310px;
    height: 40px;
}

#search_box02 ul#snav {
    float: right;
    display: inline;
    min-width: 200px;
    height: 40px;
}
#search_box02.login_ ul#snav {
    float: left;
    display: inline;
    width: 396px;
}
#search_box02 ul#snav li {
    float: left;
}
#search_box02 ul#snav > li > a {
    min-width: 105px;
    color: #ffffff;
    font-size: 10px;
    padding: 0 0 5px 0;
    display: block;
    text-align: center;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
}
#search_box02 ul#snav > li > a span {
    font-weight: bold;
    font-size: 15px;
}
#search_box02 ul#snav > li > a:hover {
    text-decoration: none;
}
#search_box02 ul#snav li.guide {
}
#search_box02 ul#snav li.guide a ,
#search_box02 ul#snav li.contact a {
    font-size: 13px;
    padding: 16px 0 0 0;
    min-width: 80px;
}
#search_box02 ul#snav li.snav_login_{
		margin-left: 28px;
}
#search_box02 ul#snav li.snav_login_ a {
}
#search_box02 ul#snav li.snav_favorite_ a {
    padding: 12px 0 11px 0;
}
#search_box02 ul#snav li.snav_mypage_{
	margin-left: 28px;
}
#search_box02 ul#snav li.snav_logout_ a {
}
#search_box02 ul#snav li.snav_mypage_ a {
}
#search_box02 ul#snav li.snav_cart_ .cart_box_,
#search_box02 ul#snav li.snav_cart_ .cart_items_ {
    float: left;
    display: inline;
}
#search_box02 ul#snav li.snav_cart_ .cart_box_{
    color:#fff;
}
#search_box02 ul#snav li.snav_cart_ {
    margin: 0;
    position: relative;
    width: 125px;
    height: 40px;
    background: #232222;
}
#search_box02 ul#snav li.snav_cart_ .cart_items_ {
    background: url(../img/usr/common/header/icon_cart.png) no-repeat left 9px top 1px;
    width: 58px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    color: #b74800;
    padding: 8px 12px 0 20px;
    cursor: pointer;
    background-size: 40px;
}
#search_box02 ul#snav li.snav_cart_ .cart_items_ a:hover {
  text-decoration: none;
}
#search_box02 ul#snav li.snav_cart_ .cart_box_ a.cart_ {
    width: 67px;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0 16px 0;
    text-align: left;
    display: block;
    background: url(../img/usr/common/header/icon_arrow1.png) no-repeat right 12px top 16px;
    cursor: pointer;
}
#search_box02 ul#snav li.snav_cart_ .cart_box_ a.cart_:hover,
#search_box02 ul#snav li.snav_cart_ .cart_box_ a.cart_.active_ {
  text-decoration: underline;
}
/**/
#search_box02 ul#snav li.snav_cart_ .cart_box_ .layer2_ {
    display: none;
    position: absolute;
    right: 0;
    top: 37px;
    width: 233px;
    padding: 0;
    z-index: 2000;
    background: url(../img/usr/common/header/cart_top.png) no-repeat left top;
    color: #333;
}
#search_box02 ul#snav li.snav_cart_ .cart_box_ .layer2_ h2 {
}
#jscart_replace_ {
    padding: 25px 0 22px;
    background: url(../img/usr/common/header/cart_btm.png) no-repeat left bottom;
}
#jscart_replace_ .cart_frame_ {
    padding: 0 13px;
    background: url(../img/usr/common/header/cart_inner.png) repeat-y left top;
}
/**/
/*　clearfix　*/
#search_box02 ul#snav li.snav_cart_:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#search_box02 ul#snav li.snav_cart_ { display:inline-block;}
/* HIdes from IE-mac */
*html #search_box02 ul#snav li.snav_cart_ { height:1%;}
#search_box02 ul#snav li.snav_cart_ { display:block;}
/* End hide from IE-mac */

#search_box02 {
    margin: 0 auto;
}
/*　clearfix　*/
#search_box02:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#search_box02{ display:inline-block;}
/* HIdes from IE-mac */
*html #search_box02{ height:1%;}
#search_box02{ display:block;}
/* End hide from IE-mac */

#search_box02 {
    padding: 0;
    min-width: 1000px;
    max-width: 100%;
}
#search_box02.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
}
#search_box02 .list_search_shop {
    background: url(../img/usr/common/header/border_search_box.png) no-repeat;
    width: 96px;
    margin-left: 0;
}
#search_box02 .list_search_ li a {
    display: block;
}

#search_box02 .list_link li a {
    display: block;
}
@media screen and (max-width:1170px) {
	#header02 {
	    min-width: 1000px;
	}
	#search_box02 {
	    min-width: 1000px;
	    max-width: 100%;
	}
	#header02 .box_search_ li input#keyword {
	    width: 73%;
	}
	#search_box02 .list_search_shop {
	    padding: 0 0 0 2%!important;
	    width: 7%!important;
	}
}
/* --------------------------------------------------------------------
	ユーザー定義　検索ボックス
--------------------------------------------------------------------- */
#search_box {
    margin: 0 auto;
}
/*　clearfix　*/
#search_box:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#search_box{ display:inline-block;}
/* HIdes from IE-mac */
*html #search_box{ height:1%;}
#search_box{ display:block;}
/* End hide from IE-mac */
/* --------------------------------------------------------------------
	ユーザー定義　検索ボックス
--------------------------------------------------------------------- */
#search_box {
    padding: 0;
    background: #232F3E;
    min-width: 900px;
    max-width: 100%;
    height: 56px;
}
#search_box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
}
#search_box .list_search_ {
    float: left;
    display: inline;
    width: 142px;
}
#search_box .list_search_shop {
    background: url(../img/usr/common/header/border_search_box.png) no-repeat;
    padding: 0 0 0 14px;
    width: 96px;
}
#search_box .list_search_ li {
    float: left;
}
#search_box .list_search_ li a {
    display: block;
}

/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
.visual_ {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footerouter {
    width: 100%!important;
    min-width: 920px;
    height: auto;
    margin-top: 30px;
    /*padding-top: 47px;
    background: #ffffff;
    border-top: 5px solid #dddddd;*/
    position: relative;
}
#footerouter .footerinner_ {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
    min-width: 1000px;
    max-width: 100%;
  width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
#footer .footerinner_ {
	width: 1050px!important;
}
#footerouter .itmehistory_ .footerinner_ {
	position: relative;
}
#footerouter #footer_recommend {
  margin-bottom: 1px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dddddd;
}
#footerouter #footer_recommend .common_headline2_ {
  margin: 0 0 15px 0;
}

/*フッター内リンク
------------------------------------------------*/
#footer_mid .foot_nav_ {
	margin-bottom: 45px;
}
#footer_mid .foot_nav_.btm_ {
	margin-bottom: 40px;
}
#footer_mid .foot_nav_ ul {
	overflow: hidden;
}
#footer_mid .foot_nav_ ul li {
	width: 330px;
	margin-left: 8px;
	float: left;
}
#footer_mid .foot_nav_ ul li:first-child {
	margin-left: 0;
}
#footer_mid .foot_nav_ ul li a {
	display: block;
	padding: 24px 0;
	border-radius: 4px;
	border: 1px solid #d4d4d4;
	background: #fff url(../img/usr/common/footer/icon_down_arrow.png) no-repeat 20px center;
	text-align: center;
	font-size: 16px;
}
#footer_mid .foot_nav_.btm_ ul li a {
	padding: 12px 0;
	background: #fff;
	font-size: 12px;
}
#footer_mid .foot_nav_ ul li a:hover {
	text-decoration: none;
	opacity: .7;
}

/*フッター内リスト
------------------------------------------------*/
#footer_mid .cvlist_ {
	margin-bottom: 80px;
}
#footer_mid .cvlist_.feature_ {
	margin-bottom: 20px;
}
#footer_mid .cvlist_ h3 {
	margin: 0 0 13px 23px;
	font-size: 16px;
}
#footer_mid .cvlist_ ul {
	padding: 5px 0;
	background: url(../img/usr/common/footer/verticalborder.png) repeat-y;
	overflow: hidden;
}
#footer_mid .cvlist_ ul li {
	width: 25%;
	margin-bottom: 6px;
	padding: 0 23px;
	box-sizing: border-box;
	float: left;
}
#footer_mid .cvlist_ ul li:nth-child(4n+1) {
	clear: left;
}
#footer_mid .cvlist_.netshop_ ul li {
	margin-bottom: 35px;
}
#footer_mid .cvlist_.netshop_ ul li:nth-last-child(-n+4) {
	margin-bottom: 20px;
}
#footer_mid .cvlist_.netshop_ ul li p {
	margin-top: 8px;
}
#footer_mid .drugstore_ {
	margin-bottom: 80px;
	background: url(../img/usr/common/footer/verticalborder.png) repeat-y;
	overflow: hidden;
}
#footer_mid .drugstore_ .sideline_ {
	width: 25%;
	padding: 0 23px;
	box-sizing: border-box;
	float: left;
}
#footer_mid .drugstore_ .sideline_ h3 {
	margin-bottom: 10px;
	font-size: 13px;
}
#footer_mid .drugstore_ .sideline_ ul {
	margin-bottom: 16px;
	padding-bottom: 24px;
	background: url(../img/usr/common/footer/bottomborder.png) repeat-x left bottom;
}
#footer_mid .drugstore_ .sideline_ ul:last-child {
	padding-bottom: 0;
	background: none;
}
#footer_mid .drugstore_ .sideline_ ul li {
	margin-bottom: 6px;
}

#footer_mid .footer_links_ {
  width: 915px;
}
#footer_mid02 .footer_links_ {
  width: 100%;
}
#footer_mid .footer_link01_ {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
}
#footer_mid02 .footer_link01_:not(:last-child) {
  margin: 0 0 25px;
}
#footer_mid .footer_link01_ .headline_,
#footer_mid02 .footer_link01_ .headline_ {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
}
#footer_mid .footer_links_ ul,
#footer_mid02 .footer_links_ ul {
  display: flex;
  flex-wrap: wrap;
}
#footer_mid .footer_link01_ li {
  width: 20%;
  margin: 9px 0;
}
#footer_mid02 .footer_link01_ li {
  margin: 9px 45px 9px 0;
}
#footer_mid .footer_link02_ li {
  margin: 9px 20px 9px 0;
}
#footer_mid .footer_link02_ li:last-child,
#footer_mid02 .footer_link02_ li:last-child {
  margin-right: 0;
}
#footer_mid .footer_links_ li a,
#footer_mid02 .footer_links_ li a {
  color: #666;
}
#footer_mid .footer_info_ {
  background: #fff;
  border-radius: 10px;
  width: 455px;
  padding: 15px 15px;
  box-sizing: border-box;
}
#footer_mid .footer_info_ .ttl_ {
    display: flex;
    align-items: center;
    color: #c00;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    width: 380px;
    line-height: 1.2em;
    margin-right: 10px;
}
#footer_mid .footer_info_ .ttl_ img {
  margin: 0 10px 0 0;
}
#footer_mid .footer_info_ .app_area_ {
  padding: 0 10px 12px;
  border-bottom: 1px solid #DDD;
  margin: 0 0 10px;
}
#footer_mid .footer_info_ .app_area_ ul {
  display: flex;
  justify-content: space-between;
}
#footer_mid .footer_info_ .app_area_ li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#footer_mid .footer_info_ .app_area_ li .col_l_ {
  margin: 0 10px 0 0;
}
#footer_mid .footer_info_ .app_area_ li p {
  font-size: 10px;
  margin: 0 0 3px;
}
#footer_mid .footer_info_ .sns_area_ {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
#footer_mid .footer_info_ .sns_area_ ul {
  display: flex;
  align-items: center;
  width: 190px;
  margin-left: auto;
}
#footer_mid .footer_info_ .sns_area_ li {
  width: 38px;
  margin: 0 10px 0 0;
}
#footer_mid .footer_info_ .sns_area_ li:last-child {
  margin: 0;
}

/*PC/SPチェンジモード
------------------------------------------------*/
#footerouter .change_mode_ {
    text-align: center;
    width: 920px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -460px;
}
/*ページの先頭へ戻る
------------------------------------------------*/
#footerouter #page_top {
    position: absolute;
    right: 0;
    top: -30px;
    text-align: right;
}
/*真ん中の灰色の背景
------------------------------------------------*/
#footerouter #footer_mid {
    background: #f6f6f6 url(../img/usr/common/footer/footer_line.png) repeat-x left top;
    padding: 50px 20px 40px;
    text-align: left;
}
#footerouter #footer_mid02 {
    position: relative;
    padding: 50px 20px 40px;
    background: #f2f2f2 url(../img/usr/common/footer/footer_line.png) repeat-x left top;
}
#footerouter #footer_mid .column_ {
    width: 174px;
    float: left;
    display: inline;
    padding: 0 30px 0 24px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #bbbbbb;
}
#footerouter #footer_mid .column_.first_ {
    border-left: 0;
}
#footerouter #footer_mid .column_.last_ {
    border-right: 0;
}
#footerouter #footer_mid .column_ dl {
    padding: 0 0 12px;
}
#footerouter #footer_mid .column_ dl.line_ {
    border-bottom: 1px dotted #bbbbbb;
    margin-bottom: 10px;
}
#footerouter #footer_mid .column_ dt,
#footerouter #footer_mid .column_ p.link_ttl_ {
    padding: 0 0 0 20px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 2.0;
}
#footerouter #footer_mid .column_ dd {
    padding: 0 0 0 18px;
    line-height: 1.5;
}
/*1番したの赤い背景
-----------------------------------------------*/
#footerouter #footer_btm {
    overflow: hidden;
    padding: 5px 0 9px;
    background: #cc0000;
}
.page-goods #footerouter #footer_btm {
    padding-bottom: 115px;
}
#footerouter #footer_btm #footerbtm_nav {
    padding: 15px 0;
}
#footerouter #footer_btm #footerbtm_nav ul {
	width: 1050px;
    text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#footerouter #footer_btm #footerbtm_nav ul li {
	width: auto;
	height: auto;
	float: left;
    border-left: 1px solid #fff;

}
#footerouter #footer_btm #footerbtm_nav ul li:first-child {
    border: 0;
}
#footerouter #footer_btm #footerbtm_nav ul li a {
    color: #fff;
    line-height: 1.3;
    display: block;
    padding: 0 10px;
}
#footerouter #footer_btm .footer_logo_ {
    float: left;
    display: inline;
}

#footerouter #footer_btm .footer_copy_ {
    float: right;
    display: inline;
    margin: 1px 0 0;
}


/*カテゴリから探す
---------------------------------------------------*/
.footerinner_ h2{
	margin-bottom: 27px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}
#fcategory_outer{
	margin-top: 36px;
	overflow: hidden;
}
.fcategory_item_list_{
	overflow: hidden;
	margin: 0 29px;
}
.fcategory_item_list_ li{
	float: left;
	margin: 0 8px 0 0;
	padding: 0 13px 0 0;
	height: 13px;
	line-height: 13px;
	background: url(../img/usr/common/footer/bar2.png) right top no-repeat;
}
.fcategory_item_list_ li:last-of-type{
	background: none;
}
.fcategory_item_list_ li a{
	color: #1d3994
}
#fcategory_outer h3{
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 20px 0;
}
div.fcategory_wrap_{
    font-size: 14px;
    line-height: 1.8;
	width: 23%;
	float: left;
	margin: 0 2% 0 0;
	background: url(../img/usr/common/footer/rightborder.png) right top repeat-y;
}
div#fcategory_outer div.fcategory_wrap_:last-child{
	background: none;
	margin: 0;
}
.fcategory_header_{
	padding: 0 0 24px 0;
}

.fcategory_header_ img{
	margin-left : -10px ;
}
.fcategory_item_{
	background: url(../img/usr/common/footer/bottomborder.png) left bottom no-repeat;
}
.fcategory_wrap_ .fcategory_item_:last-child{
	background: none;
}
.fcategory_item_ h4{
	margin-bottom: 9px;
}
.fcategory_item_ h4 a{
	color: #1d3994;
}
.fcategory_item_ ul{
	margin: 0 0 16px 6px;
	padding: 0 0 16px 0;
}	
.fcategory_item_ ul li{
	margin-bottom: 7px;
}
.fcategory_item_ ul li a{
	background: url(../img/usr/common/footer/shape.png) left center no-repeat;
	padding: 0 0 0 13px;
	color: #333;
	background-size: 8px;
}

/*印刷用
---------------------------------------------------*/
#footerouter .footer_printImg_ {
    display: none;
    width: 920px;
    margin: 0 auto;
}

/*ページの先頭へ戻る
---------------------------------------------------*/
#pagetop {
	width: 60px;
	height: 60px;
	background: url(../img/usr/common/footer/pagetop.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	position: fixed;
	bottom: 18px;
	right: 18px;
	z-index: 99999;
}
#pagetop:hover {
	cursor: pointer;
	opacity: .8;
}
.page-goods #pagetop {
	bottom: 115px;
}

/* --------------------------------------------------------------------
	ユーザー定義　メインエリア　バナー3つ並び
--------------------------------------------------------------------- */
ul.bnrset3col_ {
    overflow: hidden;
    padding-bottom: 15px;
}
ul.bnrset3col_ li {
    float: left;
    display: inline;
    margin: 0 3px 5px 3px;
}
/* --------------------------------------------------------------------
	ユーザー定義　メインエリア　バナー2つ並び
--------------------------------------------------------------------- */
ul.bnrset2col_ {
    overflow: hidden;
    padding-bottom: 10px;
    width: 720px;
}
ul.bnrset2col_ li {
    float: left;
    display: inline;
    margin: 0 10px 10px 0;
}
/* --------------------------------------------------------------------
	ユーザー定義　メインエリア　バナー1つ並び
--------------------------------------------------------------------- */
ul.bnrset1col_ {
    overflow: hidden;
    padding-bottom: 10px;
}
ul.bnrset1col_ li {
    margin: 0 0 10px 0;
}
/* --------------------------------------------------------------------
	ユーザー定義　メインエリア
--------------------------------------------------------------------- */
#block_of_top_body {
  margin: 40px 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 5px solid #dddddd;
}
#block_of_top_recommend1 ,#block_of_top_recommend2 ,#block_of_top_recommend3 ,
#block_of_top_recommend4 ,#block_of_top_recommend5 ,#block_of_top_free1 , 
#block_of_top_free4 , #block_of_top_free2 ,#block_of_top_genrebanner {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background: #fff;
  /*box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.5);*/
}
#block_of_top_free3 {
    clear: both;
}

#block_of_top_free1 > div,
#block_of_top_free2 > div,
#block_of_top_free3 > div,
#block_of_top_free4 > div,
#block_of_top_free5 > div,
#block_of_top_free6 > div,
#block_of_top_free7 > div,
#block_of_top_free8 > div,
#block_of_top_free9 > div {
  margin: 0 0 20px 0;
  padding: 15px 0;
  background: #fff;
  /*box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.5);*/
}
#block_of_top_free1 > div:empty,
#block_of_top_free2 > div:empty,
#block_of_top_free3 > div:empty,
#block_of_top_free4 > div:empty,
#block_of_top_free5 > div:empty,
#block_of_top_free6 > div:empty,
#block_of_top_free7 > div:empty,
#block_of_top_free8 > div:empty,
#block_of_top_free9 > div:empty {
  display: none;
}
#block_of_top_free10 {
    background: inherit;
    width: 75%;
    display: inline-block;
}


div.line_{
	overflow: hidden;
}
#block_of_top_free5 div.line_ a,
#block_of_top_free6 div.line_ a{
	display: block;
}
#block_of_top_free5 div.line_ div.img_{
	display: inline-block;
	width: 30%;
}
#block_of_top_free5 div.line_ div.img_ img{
	width: 100%;
}
#block_of_top_free6 {
	overflow: hidden;
	    width: 100%;
}
#block_of_top_free6 div.line_ div.img_{
	width: 32%;
}
#block_of_top_free6 div.line_ div.img_ img{
	width: 100%;
}
div.line_ div.line2_{
	width: 49%;
	background: #fff;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
div.line_ div.line3_{
	width: 32%;
	background: #fff;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
div.line_ div.line4_{
	width: 24%;
	background: #fff;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
div.line_ div.line5_{
	width: 19%;
	background: #fff;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
div.line_ div.line2_:last-child,
div.line_ div.line3_:last-child,
div.line_ div.line4_:last-child,
div.line_ div.line5_:last-child {
	margin-right: 0;
}
/* --------------------------------------------------------------------
	ユーザー定義　メインエリア　おすすめ特集
--------------------------------------------------------------------- */
div.net_feature_ {
}
div.net_feature_ .item_comment_ {
    padding: 0 15px;
}
div.net_feature_ .inner_ {
    padding: 20px 0 25px 50px;
    overflow: hidden;
}
div.net_feature_ .inner_ ul {
    float: left;
    display: inline;
}
div.net_feature_ .inner_ ul li {
    line-height: 2.0;
    padding: 0 60px 0 0;
}
div.net_feature_ .inner_ ul li a {
    padding: 0 0 0 15px;
}

/* --------------------------------------------------------------------
	ユーザー定義　カテゴリコメント
--------------------------------------------------------------------- */
.category_comment_ {
    margin: 15px 20px;
}

/* --------------------------------------------------------------------
	ユーザー定義　緊急性の高い表示
--------------------------------------------------------------------- */
#urgentarea {
    border: 0px solid #ff0000;
    text-align: center;
    color: #ff0000;
    padding: 0;
    font-weight: bold;
    margin-bottom: 0;
}

/* --------------------------------------------------------------------
	ユーザー定義　フリー　バナー表示
--------------------------------------------------------------------- */
div.free_banner_ {
    clear: both;
    width: 616px;
    margin: 0 auto;
}
div.free_banner_ ul {
    overflow: hidden;
}
div.free_banner_ ul li {
    float: left;
    display: inline;
    width: 303px;
}
div.free_banner_ ul li:first-child {
    margin: 0 10px 0 0;
}
div.free_banner_ ul li a {
    display: block;
    padding-bottom: 10px;
}

/* --------------------------------------------------------------------
	サイドメニュー
--------------------------------------------------------------------- */
.sidemenu_banner li {
  margin-bottom: 15px;
}
.sidemenu_box {
    background: #f3f3f3;
    padding: 18px 15px 18px;
    margin-bottom: 15px;
}
.sidemenu_box.top {
  margin-bottom: 15px;
}
.sidemenu_box .sidemenu_title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
    padding: 0 0 0 9px;
}
div#block_of_leftmenu_top .sidemenu_box .sidemenu_title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
    padding: 0 0 0 9px;
}

.sidemenu_box.side2 .sidemenu_title {
	margin-top: 25px;
}
.sidemenu_box.side2 .sidemenu_title:first-child {
	margin-top: 0;
}
.sidemenu_box .sidemenu_title.small {
	font-size: 11px;
}
.sidemenu_box .sidemenu_title a {
  color: #333333;
}
.sidemenu_box .sidemenu_txt {
  margin: 5px 0 0 0;
}
.login_box_ div#block_of_topic .sidemenu_box {
    background: #fff;
    padding: 9px 0 0 0;
    margin: 0 3px 3px 3px;
}
.login_box_ div#block_of_topic .sidemenu_box.top .sidemenu_txt {
    height: 190px;
    overflow-y: scroll;
}
.sidemenu_box.top .sidemenu_txt hr{
	display: none;
}
.sidemenu_box .sidemenu_txt li {
    border-bottom: 1px dotted #bfbfbf;
    padding: 10px 0 9px 0;
    font-size: 13px;
    line-height: 1.4;
}
.login_box_ div#block_of_topic .sidemenu_title {
    padding: 0;
}

.login_box_ div#block_of_topic .sidemenu_box .sidemenu_txt li {
    border-bottom: 1px dotted #bfbfbf;
    padding: 15px 0 5px 0;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
    height: 3.2em;
    margin-right: 10px;
}
.login_box_ div#block_of_topic .sidemenu_box {
    background: #fff;
}
.login_box_ div#block_of_topic ::-webkit-scrollbar{
  width: 10px;
}
.login_box_ div#block_of_topic ::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 1px #777; 
}
.login_box_ div#block_of_topic ::-webkit-scrollbar-thumb{
  background: #aaa;
  border-radius: 10px;
  box-shadow: none;
}
.sidemenu_box .sidemenu_txt li {

}
.leftmenuframe_ .login_box02_ {
    width: 100%;
}
.leftmenuframe_ .login_box02_ .login_box_inner {
    background: #fff;
    padding: 20px;
}
.sidemenu_box.side2 .sidemenu_txt li {
  padding: 10px 10px 9px;
}
.sidemenu_recommend li:nth-of-type(n+3) {
  display: none;
}
.sidemenu_recommend li:nth-of-type(n+6) {
  display: none;
}
.sidemenu_box.side2 .sidemenu_txt.article li {
	padding: 0;
}
.sidemenu_box.side2 .sidemenu_txt.article li a {
	display: block;
	padding: 10px 10px 9px;
  color: #1d3994;
  background: #fff;
}
.sidemenu_box.side2 .sidemenu_txt.article li a:hover {
	text-decoration: none;
	opacity: .8;
}
.sidemenu_box .sidemenu_recommend {
  overflow: hidden;
  margin: 10px 25px 0 35px;
}
.sidemenu_box .sidemenu_recommend li {
  margin: 10px;
  display: inline-block;
}
.sidemenu_box .sidemenu_recommend li:nth-child(n+6){
	display: none;
}
.sidemenu_box .sidemenu_recommend li .number{
  vertical-align: middle;
  color: #cc0000;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: block;
  margin: 10px;
}
.sidemenu_box .sidemenu_recommend li a{
  width: 160px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}
.sidemenu_box .sidemenu_recommend li div.name_ a{
	display: block;
	width: auto;
	height: auto;
}
.sidemenu_box .sidemenu_recommend li img {
  width: 100%;
}
.sidemenu_box .recommend_more_link {
  margin: 22px 0 0 8px;
  text-align: center;
}
.sidemenu_box span.data_ {
  display: block;
  margin: 0 0 8px 0;
}
.sidemenu_box .sidemenu_txt li .day_ {
  font-size: 12px;
  margin: 0 5px 4px 0;
}
.sidemenu_box .sidemenu_txt li img {
    height: 15px;
}
.sidemenu_box .more_link {
  margin: 13px 0 0 0;
  text-align: center;
}
.sidemenu_box .more_link span {
  background: url(../img/icon/icon_arrow_down.png) no-repeat right center;
  color: #1d3994;
	padding: 0 20px 0 0;
	margin: 0;
}
.sidemenu_box.top .more_link span {
	margin: 0 0 0 20px;
  padding: 0 20px 0 0;
}
.sidemenu_box .more_link span.open {
  background: url(../img/icon/icon_arrow_up.png) no-repeat right center;
}
.sidemenu_box .more_link span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.detail_side img {
  width: 100%;
}
.sidemenu_box .img {
	margin: 10px 0 0 0;
}
.sidemenu_box .img img {
  width: 100%;
}
.sidemenu_box .box_inner {
	border-bottom: 1px solid #ddd;
	padding: 0 0 16px;
	margin: 0 0 16px;
}
.sidemenu_box .box_inner:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}
.sidemenu_box.side2 .sidemenu_category {
	margin-top: 25px;
}
.sidemenu_box.side2 .sidemenu_category:first-child {
	margin-top: 0;
}
.sidemenu_box.side2 .sidemenu_category:nth-of-type(n+4) {
  display: none;
}

#eventList .event_item_{
	max-width: 240px;
}
#eventList .event_item_ img {
	width: 240px;
}
#float_window {
	position: fixed;
	bottom: 20px;
	background: #000;
	z-index: 1000;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	width: 300px;
	text-align: left;
}
#float_window .float_window_msg_ > a{
	display: block;
	width: calc(100% - 22px - 42px);
	height: calc(100% - 8px - 7px);
	color: #FFF;
	padding: 8px 42px 7px 22px;
	background: url(../img/usr/floatwindow_arrow.png) calc(100% - 18px) center no-repeat;
}
#float_window .float_window_msg_ > div{
	width: calc(100% - 22px - 22px);
	height: calc(100% - 8px - 7px);
	color: #FFF;
	padding: 8px 22px 7px;
}
#float_window #windowCloseBtn{
	width: 23px;
	height: 23px;
	position:absolute;
	top: -9px;
	left: -9px;
	z-index: 1001;
	background: url(../img/usr/close_btn.png) left top no-repeat;
}
#float_window .float_window_msg_{
	color: #FFF;
}


/* --- 絞り込み ---- */
.leftmenuframe_ #block_of_leftmenu_top {
	margin: 0 0 20px;
}
.leftmenuframe_ .sort_box {
	margin: 0 0 10px;
	border: 1px solid #f3f3f3;
}
.leftmenuframe_ .sort_box:last-of-type {
	margin: 0;
}
.leftmenuframe_ .sort_box .ttl {
	position: relative;
	background: #f3f3f3;
	padding: 20px 15px 17px;
	cursor: pointer;
}
.leftmenuframe_ .sort_box .ttl p {
	font-size: 15px;
	font-weight: bold;
}
.leftmenuframe_ .sort_box .ttl .btn_acd {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 17px;
	height: 17px;
	background: #ddd;
	border-radius: 17px;
}
.leftmenuframe_ .sort_box .ttl .btn_acd:before,
.leftmenuframe_ .sort_box .ttl .btn_acd:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 1px;
	background: #333;
	transition: all .3s;
}
.leftmenuframe_ .sort_box .ttl .btn_acd.close:after {
	transform: rotate(90deg);
}
.leftmenuframe_ .sort_box .sort_contents {
	padding: 13px 13px 15px;
}
.leftmenuframe_ .sort_category .sort_contents.acd_wrapper {
	padding-top: 0;
}
.leftmenuframe_ .sort_category .acd_wrapper li a {
	position: relative;
	display: block;
	padding: 14px 0 9px;
}
.leftmenuframe_ .sort_category .acd_wrapper li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #cdcdcd;
}
.leftmenuframe_ .sort_category .acd_wrapper > ul > li > ul > li > a {
	padding-left: 10px;
}
.leftmenuframe_ .sort_category .acd_wrapper > ul > li > ul > li > ul > li > a {
	padding-left: 20px;
}
.leftmenuframe_ .sort_category .acd_wrapper > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 30px;
}
.leftmenuframe_ .sort_category .acd_wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 40px;
}
.leftmenuframe_ .sort_category .acd_wrapper li a.current {
	font-weight: bold;
}
.leftmenuframe_ .sort_stock .sort_contents {
	padding-bottom: 13px;
}
.leftmenuframe_ .sort_box label {
	padding: 0;
  cursor: pointer;
}
.leftmenuframe_ .sort_box input {
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
}
.leftmenuframe_ .sort_box input[type="checkbox"] {
	position: relative;
	margin: -1px 10px 0 0;
}
.leftmenuframe_ .sort_box input[type="checkbox"]:checked:before {
	background: #c00;
	width: 5px;
	height: 2px;
	top: 11px;
	left: 3px;
	box-shadow: none;
}
.leftmenuframe_ .sort_box input[type="checkbox"]:checked:after {
	background: #c00;
	width: 10px;
	height: 2px;
	top: 12px;
	left: 8px;
	transform: rotate(-51deg);
	box-shadow: none;
}
.leftmenuframe_ .sort_service .sort_contents {
	padding-top: 8px;
	padding-bottom: 8px;
}
.leftmenuframe_ .sort_service li {
	padding: 10px 0;
}
.leftmenuframe_ .sort_box .btn_wrapper {
	margin: 15px 0 0;
}
.leftmenuframe_ .sort_box .btn_wrapper input {
	text-align: center;
	font-size: 14px;
	border-radius: 20px;
	background: linear-gradient(#fffeff, #eee);
	border: 1px solid #ccc;
	padding: 5px 0;
	width: 100%;
}
.leftmenuframe_ .sort_price .sort_contents {
	padding-top: 17px;
}
.leftmenuframe_ .sort_price .noUi-target {
	height: 6px;
	border: 0;
	background: #e3e3e3;
	margin: 0 5px 15px;
}
.leftmenuframe_ .sort_price .noUi-handle {
	outline: none;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 0;
	background: #fff;
	top: -5px;
	right: -4px;
}
.leftmenuframe_ .sort_price .noUi-handle:before,
.leftmenuframe_ .sort_price .noUi-handle:after {
	display: none;
}
.leftmenuframe_ .sort_price .noUi-touch-area {
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
}
.leftmenuframe_ .sort_price .noUi-connect {
	background: #c00;
}
.leftmenuframe_ .sort_price .price_input_area {
	display: flex;
	align-items: center;
}
.leftmenuframe_ .sort_price .price_input_area input {
	width: 60px;
	box-sizing: border-box;
	padding: 7px 5px 5px;
	text-align: center;
	font-size: 12px;
}
.leftmenuframe_ .sort_price .price_input_area input:focus {
	border: 1px solid #ddd;
	outline: 0;
}
.leftmenuframe_ .sort_price .price_input_area input[name="min_price"] + p {
	width: 50px;
	text-align: center;
}
.leftmenuframe_ .sort_price .price_input_area input[name="max_price"] + p {
	width: 25px;
	text-align: right;
}

/* --- メインビジュアル ---- */

.block-topMv {
  width: 100%;
  height: auto;
  padding: 25px 0 35px;
  overflow-x: hidden;
  z-index: 0;
}

.block-topMv .container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.block-topMv .top-carousel .slick-list {
  overflow: visible;
}

.block-topMv .top-carousel {
  opacity: 0;
  transition: .3s ease;
}

.block-topMv .top-carousel.slick-slider {
  margin: 0; 
  opacity: 1;
}

.block-topMv .top-carousel li.slick-slide {
  margin: 0 12.5px 0;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}

.block-topMv .top-carousel > li {
  opacity: 0;
  transition: .3s ease;
  height: calc(100% / 3.45 * (592 / 900));
}

.block-topMv .top-carousel li.slick-slide {
  opacity: 1;
}

.block-topMv .top-carousel li.slick-slide:hover {
  opacity: 0.7;
}

.block-topMv .top-carousel li.slick-slide a {
  display: block;
  width: 100%;
}

.block-topMv .top-carousel li.slick-slide img {
  width: 100%;
  height: auto;
}

.block-topMv .img-eiyoushi {
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 266px;
}

.block-topMv .top-carousel .slick-arrow,
#recommend_shop .slick-arrow {
  top: 44%;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.block-topMv .top-carousel .slick-prev,
#recommend_shop .slick-prev {
  left: 35px;
  background: url(../img/usr/common/sslider_prev02.png) no-repeat center;
}

#recommend_shop .slick-prev {
  top: 61px;
  left: -25px;
}

.block-topMv .top-carousel .slick-next,
#recommend_shop .slick-next {
  top: calc(50% - 25px);
  right: 35px;
  background: url(../img/usr/common/sslider_next02.png) no-repeat center;
}

#recommend_shop .slick-next {
  top: 61px;
  right: -15px;
}

.block-topMv .top-carousel .slick-arrow:before,
#recommend_shop .slick-arrow:before {
  display: none;
}

.block-topMv .top-carousel .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 19px 0 0;
}

.block-topMv .top-carousel .slick-dots li {
  display: block;
}

.block-topMv .top-carousel .slick-dots li button {
  padding: 4px;
}

.block-topMv .top-carousel .slick-dots li button:before {
  width: 8px;
  height: 8px;
  top: 6px;
  left: 6px;
}

.block-topMv .top-carousel .slick-dots li.slick-active button:before {
  background: #c00;
}

/* --- メニューカテゴリー ---- */

.block-topMenuCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 108px auto 0;
}

.block-topMenuCategory section {
  padding-bottom: 82px;
}

.block-topMenuCategory .card-sizeL {
  width: 570px;
}

.block-topMenuCategory .card-sizeS {
  width: 375px;
}

.block-topMenuCategory .card-thumb {
  width: 100%;
}

.block-topMenuCategory .card-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-topMenuCategory .card-text {
  margin-top: 20px;
  text-align: center;
}

.block-topMenuCategory .card-text h2 {
  margin: 0;
  font-size: 26px;
  color: #FFAC00;
}

.block-topMenuCategory .card-text p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.block-topMenuCategory section a:hover {
  text-decoration: none;
}

/* --- 社員用販売バナー ---- */
.login_box_inner.jp-limited_ {
    background: #cc0000;
    padding: 20px;
    color: #fff;
    text-align: center;
    border: 7px double #fff;
    margin: 0 auto;
    max-width: 1460px;
    border-bottom: 1px solid #bfbfbf;
    z-index: 100;
}
.login_box_inner.jp-limited_ h2 {
color: #cc0000;
margin: 0;
font-size: 24px;
line-height: 1em;
text-align: left;
}
/*
.login_box_inner.jp-limited_ h2:before {
    content: " ";
    height: 120px;
    width: 120px;
    background-color: #c00;
    background-image: url(../img/usr/common/header/site_logo_small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    position: absolute;
    border-radius: 100px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 20px;
}
*/
.login_box_inner.jp-limited_ p {
color: #cc0000;
margin: 0;
font-size: 16px;
    text-align: left;
}
.login_box_inner.jp-limited_ a {
width: 25%;
min-width: 250px;
}
.login_box_inner.jp-limited_ .login02 {
color: #fff;
    background: #c00;
    width: auto;
    margin: 0;
}

@media screen and (max-width:1100px) {
.login_box_inner.jp-limited_ span#br:after {
    content: "\A" ;
    white-space: pre ;
}
}

/* --- フリーページ調整 ---- */
.kittehagakistore {
    width: 1300px;
    margin: 0 auto!important;
}
.kittehagakistore .container_ {
    padding: 0!important;
    margin: 0!important;
}
.iimonojapan  {
    width: 1200px;
    margin: 0 auto!important;
}

/* --- 特集一覧 ---*/
#speciallist {
  max-width: 1400px;
  min-width: 1000px;
  width: auto;
  margin: 0 auto;
}
#speciallist h1 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding: 0 0 15px;
  margin: 0 0 55px;
}
#speciallist h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
#speciallist .recommend {
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: 1px solid #DDD;
}
#speciallist .recommend-inner {
  position: relative;
  margin: 0 25px;
}
#speciallist .recommend-slider {
  width: 100%;
  margin: 0 auto;
}
#speciallist .recommend-slider .swiper-slide {
  width: 315px;
  margin: 0 30px 0 0;
}
#speciallist .recommend-slider .swiper-slide a {
  display: block;
}
#speciallist .recommend-slider .swiper-slide a img {
  width: 100%;
}
#speciallist .recommend-slider .swiper-slide span,
#speciallist .category-list li span {
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 0;
}
#speciallist .recommend-slider .swiper-button-prev,
#speciallist .recommend-slider .swiper-button-next {
  display: none;
}
#speciallist .swiper-button-prev-dm,
#speciallist .swiper-button-next-dm {
  position: absolute;
  top: 85px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
#speciallist .swiper-button-prev-dm {
  left: -25px;
  background: url(../img/usr/common/sslider_prev02.png) no-repeat center;
}
#speciallist .swiper-button-next-dm {
  right: -25px;
  background: url(../img/usr/common/sslider_next02.png) no-repeat center;
}
#speciallist .category-tab {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #666;
  margin: 0 0 20px;
}
#speciallist .category-tab li {
  background: #F2F2F2;
  border-radius: 5px 5px 0 0;
  color: #BBB;
  font-size: 14px;
  padding: 15px 20px 11px;
  margin: 0 5px 0 0;
  cursor: pointer;
  transition: .2s ease;
}
#speciallist .category-tab li.current,
#speciallist .category-tab li:hover {
  background: #666;
  color: #fff;
  padding: 17px 20px 13px;
}
#speciallist .category-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#speciallist .category-list li {
  width: calc((100% - 160px) / 4);
  margin: 0 20px 55px;
}
#speciallist .category-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#speciallist .category-list li img {
  width: 100%;
}

.bl_npSuggestContainer {
  left: -2px !important;
}

/* --- 左メニュー --- */
div.leftmenuframe_ {
  width: 19%;
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.leftmenu_list_ {
  margin: 0 0 40px;
}
.leftmenu_headline_ {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.leftmenu_list_link_ a,
.leftmenu_list_ .cat_pareant_ {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  padding: 8px 10px;
}
.leftmenu_list_link_ a:after,
.leftmenu_list_ .cat_pareant_:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}
.leftmenu_list_ .cat_ {
  position: relative;
}
.leftmenu_list_ .cat_:hover .cat_pareant_ {
  background: #F2F2F2;
}
.leftmenu_list_ .cat_child_ {
  position: absolute;
  top: -15px;
  left: 165px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 230px;
  padding: 23px 20px 16px;
  box-sizing: border-box;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.leftmenu_list_ .cat_:hover .cat_child_ {
  opacity: 1;
  visibility: visible;
}
.leftmenu_list_ .cat_top_ {
  margin: 0 0 10px;
}
.leftmenu_list_ .cat_top_ a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px 0 0;
}
.leftmenu_list_ .cat_top_ a:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}
.leftmenu_list_ .cat_ ul li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  padding: 7px 0;
}
.leftmenu_banner_ a {
  display: block;
  margin: 0 0 15px;
}
.leftmenu_banner_ a:last-child {
  margin: 0;
}
.leftmenu_banner_ a img {
  max-width: 100%;
}
.leftmenu_topic_ .topic_head_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.leftmenu_topic_ .topic_head_ .leftmenu_headline_ {
  margin: 0;
}
.leftmenu_topic_ .topiclist_link_ {
  position: relative;
  color: #333;
  font-size: 14px;
  padding: 0 15px 0 0;
}
.leftmenu_topic_ .topiclist_link_:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}
.leftmenu_topic_ .topiclist_ li:not(:last-child) {
  margin: 0 0 10px;
}
.leftmenu_topic_ .topiclist_ li a {
  display: flex;
  flex-wrap: wrap;
}
.leftmenu_topic_ .topiclist_ li a:hover {
  text-decoration: none;
}
.leftmenu_topic_ .topiclist_ li .date_ {
  color: #333;
  font-size: 13px;
  padding: 2px 0 0;
}
.leftmenu_topic_ .topiclist_ li .icon_ {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  background: #c00;
  margin: 0 0 0 7px;
  padding: 1px 5px 0;
  border-radius: 10px;
  transform: scale(0.9);
}
.leftmenu_topic_ .topiclist_ li p {
  color: #333;
  font-size: 13px;
  width: 100%;
  margin: 5px 0 0;
  word-break: break-all;
}
.leftmenu_topic_ .topiclist_ li a:hover p {
  text-decoration: underline;
}
.leftmenu_topic_ .topiclist_ li.is-flex {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
}
.leftmenu_topic_ .topiclist_ li.is-flex a {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
}


/*20240227*/
#header02 #header_top form{
  width: 669px;
  border: none;
  background: none;
}
#header02 .box_search_{
  position: static;
}
#header02 .box_search_ .search_input_{
  padding: 0;
  -webkit-appppearance: none;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#header02 .show_panel_ .box_search_ .search_input_{
  width: 94%;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #FFF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#header02 .show_panel_ .box_search_ .search_input_ input[type="image"]{

  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header02 .show_panel_ .box_search_ .search_input_ input#keyword{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
  height: 40px;
  line-height: 40px;
}
#header02 .box_search_ .search_input_ input[type="image"]{
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  width: 40px;
}
#header02 .box_search_ .search_input_{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}
#header02 .box_search_ .search_input_ input#keyword{
  width: 629px;
  padding: 0 13px;
  height: 38px;
  line-height: 48px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: none;
  outline: none;
}
#header02 #header_top form.show_panel_ {
  border-radius: 0 4px 4px 0;
}
.refinekeybox_ .search_wrap_deletebtn{
  background: url(../img/usr/sp/panelclosebtn.png) center center no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: relative;
  z-index: 9999999999999999;
  margin: -25px 20px 0 0;
  display: block;
  float: right;
}
.show_panel_ .search_wrap_deletebtn{
  background: url(../img/usr/sp/panelclosebtn.png) center center no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 50px;
  cursor: pointer;
  z-index: 9999999999999999;
}
.bl_npSuggestContainerUnder * .bl_npSuggestHistoryList_item,
div.bl_npSuggestKeywordList_item{
  background: url(../img/usr/common/header/closebtn.png) left 15px center no-repeat;
  padding-left: 40px;
  height: 46px;
}
div.bl_npSuggestContainerSp {
  width: 670px;
  left: 0!important;
}
.bl_npSuggestContainer{
  left: -1px!important;
}
.bl_npSuggestKeywordList_item{
  width: 80%;
  float: left;
  clear: both;
}
.bl_npSuggestContainerUnder span.deletebtn{
  float: left;
  width: 20%;
  height: 47px;
  background: url(../img/usr/sp/panelclosebtn.png) right 10px center no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d9dc;
}
.bl_npSuggestContainer span.deletebtn{
  float: left;
  width: 20%;
  height: 46px;
  background: url(../img/usr/sp/panelclosebtn.png) right 10px center no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d9dc;
}
.bl_npSuggestContainerUnder,
.bl_npSuggestContainer{
  display: flex;
}
.bl_npSuggestContainerUnder .el_npSuggestCrossBtn,
.bl_npSuggestContainer span.el_npSuggestCrossBtn{
  background: url(../img/usr/sp/panelclosebtn.png) center center no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
}
.bl_npSuggestContainer span.el_npSuggestCrossBtn::before,
.bl_npSuggestContainer span.el_npSuggestCrossBtn::after{
  display: none;
}

.page-search .item_search_ .bl_npSuggestHistoryList_header,
div.bl_npSuggestContainer .bl_npSuggestHistoryList_header{
  display: none;
}
div.bl_npSuggestContainer .bl_npSuggestHistoryList_item{
  background: url(../img/usr/common/header/closebtn.png) left 15px center no-repeat;
  padding-left: 40px;
}
.bl_npSuggestContainerUnder .bl_npSuggestRankingList{
  display: none;
  
}
.bl_npSuggestRankingList{
	border: none!imporatnt;
}
/*20240227*/
