@charset "UTF-8";

@charset "utf-8";
/* Browser Default Initialization seo_responsive_white/////////////////////////////////////////////////////////////////////////////// */
/* reset/////////////////////////////////////////////////////////////////////////////// */
*{margin:0;padding:0;font-style:normal;-webkit-box-sizing:border-box;box-sizing:border-box;}
html{overflow-y:scroll;}
body{-webkit-text-size-adjust:100%;}
body{word-wrap:break-word;overflow-wrap:break-word;}
ol,ul{list-style:none;}
li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
caption,th{text-align:left;}
a,a:focus,a:link,a:visited,a:active{text-decoration:none;outline:none;}
img{border:none;}
img{-webkit-backface-visibility:hidden;backface-visibility:hidden;}
img,table,input,select,textarea,video,iframe,canvas{vertical-align:top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block;}
main{position:relative;}
article,aside,footer,header,nav,section{width:100%;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:normal;}
iframe,form,input,textarea{max-width:100%;}
input,textarea,button{font-family:inherit;border:none;}
textarea{resize:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
input[type="text"],input[type="password"],input[type="button"],input[type="submit"],textarea{
border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
input[type="checkbox"],input[type="radio"],input[type="button"],input[type="submit"],label,button{cursor:pointer;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
input[type="checkbox"]:focus{outline:none;}
input[type="radio"],input[type="checkbox"]{margin-right:10px;}
input[type="radio"]{margin-top:-1px;}
label,input{line-height:1;vertical-align:middle;}
hr{display:none;}
input[type="text"], input[type="password"] {
	border: 1px solid #a9a9a9;
	padding: 0 2%;
}
select {
	background-color: #FFF;
	border: 1px solid #a9a9a9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	border: 1px solid #a9a9a9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2%;
}
body,input,select,textarea {
	font-family: Noto Sans Japanese, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
}
body {
	position: relative;
}
body {
	color: #000;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.05em;
}
a {
	color: inherit;
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #405685;
}
a {
	-webkit-tap-highlight-color: rgba(220,220,220,0.5);
}
strong {
	font-weight: 700;
}
em {
	font-style: normal;
}
sup,
sub {
	height: 0;
	line-height: 0;
	font-size: 75%;
}
sup {
	vertical-align: super;
	position: relative;
	top: 0.2em;
}
sub {
	vertical-align: sub;
}
img {
	line-height: 1;
	font-size: 10px;
	color: #000;
	height: auto;
	max-width: 100%;
}
#wrapper {
	width: 100%;
	min-height: 100%;
}
article h1 {
	color: #000;
	font-size: 237.5%;
	font-weight: 700;
	letter-spacing: 0.35em;
	padding: 19px 10px;
	margin-bottom: 15px;
}
article h2 {
	background: none;
	font-size: 120%;
}
.w100 {
	width: 100%;
}
.bold {
	font-weight: 700;
}
/* Basic Style/////////////////////////////////////////////////////////////////////////////// */
/* header */
div#wrapper div#enquete-header,
div#wrapper>div#cart-header,
header {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
#header-inner {
	max-width: 1300px;
	margin: 0 auto;
	*zoom: 1;
	padding-left: 10px;
	padding-right: 10px;
}
#header-inner #logo,
#hNav {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
#header-inner #hNav {
	text-align: right;
	vertical-align: top;
	width: 100%;
}
* html #header-inner div {
	display: inline;
	zoom: 1;
}
*:first-child+html #header-inner div {
	display: inline;
	zoom: 1;
}
#header-inner #logo {
	min-width: 340px;
}
#header-inner h1 {
	max-width: 340px;
	background: none;
	margin: 0;
	padding: 0;
}
/* header #hNav */
#hNav #searchbox_wrap {
	overflow: hidden;
	margin: 10px 0;
}
#hNav #searchbox {
	line-height: 160%;
	font-size: 65%;
	color: #999;
	text-align: right;
	float: right;
	overflow: hidden;
}
#hNav #searchbox p {
	float: left;
	margin: 3px 5px 0 0;
}
#hNav #searchbox p img {
	vertical-align: bottom;
}
#hNav #searchbox form {
	border: 1px solid #272727;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	height: 30px;
	width: 230px;
}
#hNav #searchbox input.searchbox {
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	height: 28px;
	padding: 0 5px;
	width: 82%;
}
#hNav #searchbox input.searchSubmit {
	border: 0;
	padding: 0;
	width: 18%;
}
#hNav ul#keyword {
	line-height: 80%;
	color: #333;
	text-align: right;
	margin-top: 5px;
	overflow: hidden;
}
#hNav ul#keyword li {
	display: inline;
}
#hNav ul#keyword li a {
	background-color: #F5F5F5;
	border-radius: 3px;
	display: inline-block;
	font-size: 60%;
	margin: 0 0 1%;
	padding: 1% 2%;
}
#hNav ul#header-nav {
	color: #999;
	line-height: 100%;
}
#hNav ul#header-nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 80%;
	line-height: 120%;
	padding: 15px 0 15px 15px;
	text-align: center;
}
#hNav ul#header-nav li#header-nav-mypage a::before {
	content: '';
	background: url(../img/rps_mypage_icon.png);
	background-size: contain;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	width: 20px;
}
#hNav ul#header-nav li#header-nav-cart a::before {
	content: '';
	background: url(../img/rps_cart_icon.png);
	background-size: contain;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	width: 20px;
}
#hNav ul#header-nav li#header-nav-drawer {
	display: none;
}
/* #gnav */
#gnav {
	width: 100%;
	background-color: #444;
}
#gnav div.cart-nav,
#gnav nav {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#gnav div.cart-nav ul,
#gnav nav ul {
	background-color: #333;
	display: table;
	table-layout: fixed;
	margin-bottom: 0;
	width: 100%;
}
#gnav div.cart-nav ul li,
#gnav nav ul li {
	background-color: #333;
	display: table-cell;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
#gnav div.cart-nav ul li a,
#gnav nav ul li a {
	display: block;
	padding: 18px 1px;
}
#gnav div.cart-nav ul li a:link,
#gnav div.cart-nav ul li a:visited,
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	color: #FFF;
}
#gnav div.cart-nav ul li a:active,
#gnav nav ul li a:active {
	color: #FFF;
	background-color: #4e4e4e;
	text-decoration: none;
}
/* column */
#contents {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: auto;
	*zoom: 1;
	padding-top: 15px;
	padding-bottom: 60px;
}
#sub-column {
	margin-right: 40px;
	padding-bottom: 60px;
	*zoom: 1;
	word-break: break-all;
	width: 20%;
}
#main-column {
	width: 100%;
	margin-bottom: 60px;
}
#main-column-full {
	width: 100%;
	margin: 0 auto 60px;
	padding: 0 10px;
}
#main-column h2 {
	letter-spacing: 0.05em;
	padding: 20px 0;
}
#contents-pop {
	width: auto;
}
article section,
div#wrapper div#enquete-section,
div.cart-article div.cart-section {
	padding: 0;
}
article section:first-child,
div#wrapper div#enquete-section:first-child,
div.cart-article div.cart-section:first-child {
	border-top: none;
}
div.cart-article p {
	color: #333;
	font-size: 110%;
}
article section ul,
div#wrapper div#enquete-section ul,
div.cart-article div.cart-section ul {
	font-size: 85%;
	line-height: 160%;
	color: #333;
}
#mainVisual {
	width: 100%;
}
/* パンくずリスト */
#bread-crumb {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#bread-crumb-listTop {
	width: 100%;
}
.bread-crumb-listCate {
	padding: 0;
	margin: 0 0 12px 0;
	width: 100%;
}
#bread-crumb-listTop ol,
.bread-crumb-listCate ol {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}
#bread-crumb-listTop ol li {
	position: relative;
	background: url(../img/breadcrumb_bg.gif) no-repeat left center;
	float: left;
	*float: none;
	*display: inline;
	*zoom: 1;
	font-size: 75%;
	letter-spacing: 0.18em;
	padding: 0 12px 0 16px;
	color: #000;
}
#bread-crumb-listTop ol li a{
	color: #000;
}
#bread-crumb-listTop ol li:first-child {
	background: none;
	padding-left: 0;
}
.bread-crumb-listCate ol li {
	position: relative;
	background: url(../img/breadcrumb_bg.gif) no-repeat left center;
	float: left;
	*float: none;
	*display: inline;
	*zoom: 1;
	font-size: 75%;
	letter-spacing: 0.18em;
	padding: 0 12px 0 16px;
	color: #000;
}
.bread-crumb-listCate ol li a{
	color: #000;
}
/* 一覧表示 */
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 599px){
    .newItem .column-set{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-flpw: row;
    
}
}
.column4 {
	float: left;
	width: 22%;
	margin: 0 4% 20px 0;
	padding-bottom: 20px;
}
.column4:nth-child(3n+1) {
	clear: none;
}
.column4:nth-child(4n) {
	margin: 0 0 20px 0;
}
.column4:nth-child(4n+1) {
	clear: both;
}
.column5 {
	float: left;
	width: 16%;
	margin: 0 5% 20px 0;
	padding-bottom: 10px;
}
.column5:nth-child(4n+1) {
	clear: none;
}
.column5:nth-child(5n) {
	margin: 0 0 20px 0;
}
.column5:nth-child(5n+1) {
	clear: both;
}
.column4 .itemThumb-wrap,
.column5 .itemThumb-wrap {
	margin: 0 0 18px 0;
}
.column4 .itemThumb,
.column5 .itemThumb {
	text-align: center;
}
.column4 .itemThumb a,
.column5 .itemThumb a {
	height: 100%;
	width: 100%;
	display: block;
}
.column4 .itemThumb a img,
.column5 .itemThumb a img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
.column4 .item-list-span-img {
	display: inline-block;
}
.column5 .item-list-span-img {
	display: inline-block;
}
.column4 h3,
.column5 h3 {
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.column4 p,
.column5 p {
	font-size: 75%;
	text-align: right;
}
.column4 img,
.column5 img {
	vertical-align: bottom;
}
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price {
	text-align: left;
}
#main-column .column4 p.price,
#main-column .column5 p.price,
#main-column .column4 p.sp_price,
#main-column .column5 p.sp_price,
#main-column .column4 p.fx_price,
#main-column .column5 p.fx_price,
#main-column .column4 p.rg_price,
#main-column .column5 p.rg_price {
	font-size: 87.5%;
	letter-spacing: 0.04em;
}
.column4 p.sp_price,
.column5 p.sp_price {
	color: #999;
	text-align: right;
}
p.fx_price span.strike {
	text-decoration: line-through;
}
table.variation span.selling_price,
table.variation span.special_price {
	white-space: nowrap;
}
p.sp_price span.special_price_str,
p.sp_price span.selling_price_str,
p.sp_price span.selling_price,
p.sp_price span.taxin,
p.sp_price span.discount_rate {
	color: #F00;
}
p.price span.selling_price,
p.price span.taxin {
	color: #999;
	font-weight: 700;
}
.column4 p.inner-catch,
.column5 p.inner-catch {
	line-height: 130%;
	text-align: left;
	margin-bottom: 7px;
}
section .newItem h2,
section .pickup h2,
section .newItem h2,
section .ranking h2,
section .group h2,
section .category h2 {
	min-height: 25px;
}
.newItem {
	position: relative;
	margin-bottom: 10px;
}
#main-column .newItem h2::before {
	content: "New Arrival";
	display: block;
	font-size: 27px;
	margin-bottom: 12px;
}
.newItem .new-Title {
	position: absolute;
	right: 0px;
	top: 3px;
}
.column3 .badge,
.column4 .badge,
.column5 .badge {
	width: 50px;
	height: 50px;
	padding: 10px 0 0 10px;
	position: absolute;
	z-index: 10;
}
.pickup {
	position: relative;
	margin-bottom: 10px;
}
.pickup .pickup-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}
.ranking {
	position: relative;
}
.ranking .ranking-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}
.ranking .column5 {
	margin-bottom: 20px;
}
.ranking .column5 .itemThumb {
	position: relative;
}
/* センター用2分割フリーエリア */
.half-cont_wrap01,
.half-cont_wrap02 {
	overflow: hidden;
}
.half-cont {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.half-cont:nth-child(2n) {
	float: left;
	width: 48%;
	margin-right: 0;
}
#main-column .half-cont_wrap01 .half-cont .category h2,
#main-column .half-cont_wrap02 .half-cont .category h2,
#main-column .half-cont_wrap01 .half-cont .group h2,
#main-column .half-cont_wrap02 .half-cont .group h2 {
	padding: 29px 0 40px;
	font-size: 120%;
}
/* ショップからのお知らせ */
.news {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.news .news-contents {
	overflow: hidden;
	padding: 10px 0;
	border-top: 3px solid #e8e4e1;
	border-bottom: 3px solid #e8e4e1;
}
dl.news-box {
	padding: 0;
	margin: 0;
	border-top: 1px solid #eeeae6;
}
dl.news-box:first-child {
	border-top: none
}
.news-box >dd {
}
.news-box >dd a {
}
/* ショップからのお知らせ センターエリア */
.w100 .news {
	float: none;
	width: 100%;
	margin-right: 0;
	padding: 0 0 15px;
}
.w100 .news h2 {
	display: block;
	width: 100%;
}
/* 店長日記 */
#main-column .shopDiary h2::before {
	content: "Shop Diary";
	display: block;
	font-size: 27px;
	margin-bottom: 12px;
}
.freeArea2.shopDiary p {
	font-size: 85%
}
#main-column .freeArea2.shopDiary p a {
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	font-size: 90%;
	margin: 15px 0 0 80%;
	padding: 0.5%;
	text-align: center;
	width: 20%;
}
#main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
#main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	font-size: 90%;
	margin: 15px 0 0 66%;
	padding: 1%;
	text-align: center;
	width: 34%;
}
#sub-column .shopDiary {
	background: none;
}
#sub-column .freeArea2.shopDiary p a {
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	font-size: 90%;
	margin: 15px 0 0 45%;
	padding: 2% 1%;
	text-align: center;
	width: 55%;
}
.freeArea2 {
	margin-bottom: 20px;
}
.freeArea2 .free-banner {
	margin-bottom: 5px;
}
.freeArea2 .free-contents p {
	line-height: 160%;
}
.w100 .freeArea2 {
	float: none;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.freeArea2 .free-contents ul {
	margin: 0px 40px;
}
.freeArea2 .free-contents ul li {
	list-style-type: square;
}
.freeArea2 .free-contents ol {
	margin: 0px 40px;
}
.freeArea2 .free-contents ol li {
	list-style-type: decimal;
}
#main-column .group,
#main-column .category,
#main-column .shopDiary {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#main-column .group h2 {
	font-size: 100%;
}
.group .group-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}
.group .group-banner {
	margin-bottom: 5px;
}
.group ul {
	line-height: 200%;
	margin-top: -5px;
}
.group ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 100%;
	padding: 0 17px 0 0;
	background: url(../img/slash_000.gif) no-repeat right center;
}
.group ul li:last-child {
	background-image: none;
	padding: 0;
}
.w100 .group {
	width: 100%;
}
.w100 .group .group-Title {
	top: 3px;
}
.w100 .group h2 {
	display: block;
	width: 100%;
}
.category .category-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}
.category .category-banner {
	margin-bottom: 5px;
}
.category ul {
	line-height: 110%;
}
.category ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 75%;
	padding: 0 3px 0 12px;
	background: url(../img/slash_000.gif) no-repeat left center;
}
.category ul li:first-child {
	background-image: none;
	padding: 0 3px 0 0;
}
.w100 .category {
	width: 100%;
}
.w100 .category h2 {
	display: block;
	font-size: 100%;
	width: 100%;
}
.category h3 {
	border-bottom: 1px dotted #B9B9B9;
	color: #555;
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	padding: 0 0 5px;
	margin: 5px 0 15px;
}
.w100 .category ul li {
	font-size: 100%;
}
.freeArea {
	width: 100%;
	height: 300px;
	background-color: #EEE;
}
/* サイド */
#sub-column h2 {
	border-top: 3px double #6B6B6B;
	color: #555;
	font-size: 90%;
	letter-spacing: 0.05em;
	padding: 19px 0;
}
#sub-column h2 a {
	color: #555;
}
#sub-column .category h2 a::after {
	content: "";
	background: url(../img/rsp_arrow01.png);
	background-size: cover;
	display: inline-block;
	height: 16px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
	width: 9px;
}
#sub-column .group,
#sub-column .category,
#sub-column #followUs,
#sub-column .newItem,
#sub-column .link {
	border: none;
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
}
#sub-column .column-set {
	display: block;
}
#sub-column #sps-itemListAllCategory {
	margin-top: 25px;
}
#sub-column .category h3 {
	border: none;
	font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 7px;
}
#sub-column .group nav,
#sub-column .category nav,
#sub-column .link nav {
	border-top: none;
	margin-bottom: 25px;
}
#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
	line-height: 160%;
}
#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
	background-image: none;
	border-bottom: 1px dotted #D4D4D4;
	background-color: #FFF;
	display: block;
	font-size: 75%;
	padding: 0;
}
#sub-column .group nav ul li:first-child,
#sub-column .category nav ul li:first-child,
#sub-column .link nav ul li:first-child {
	border-top: 1px dotted #D4D4D4;
}
#sub-column .category section#sps-itemListAllCategory section:last-child nav ul li {
	border-bottom: none;
}
#sub-column .link nav ul li {
	line-height: 180%;
}
#sub-column .group #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child,
#sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1,
#sub-column .link #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child {
	border-top: 1px solid #333;
}
#sub-column .group nav ul li.listcat1,
#sub-column .category nav ul li.listcat1,
#sub-column .link nav ul li.listcat1 {
	border-top: none;
}
#sub-column .keyword nav ul {
	padding: 5px 0;
}
#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
	color: #333;
	display: block;
	padding: 15px 19px 15px 2%;
	position: relative;
	line-height: 130%;
}
#sub-column .group nav ul li a::after,
#sub-column .category nav ul li a::after,
#sub-column .link nav ul li a::after {
	content: "";
	background: url(../img/rsp_arrow02.png);
	background-size: cover;
	display: inline-block;
	height: 13px;
	margin: -2px 0 0 8px;
	position: absolute;
	right: 2%;
	top: 39%;
	vertical-align: middle;
	width: 8px;
}
#sub-column .group nav ul li a:active,
#sub-column .category nav ul li a:active,
#sub-column .link nav ul li a:active {
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
}
#sub-column .category nav ul li.cat2 a {
	zoom: 1;
	display: block;
	padding: 3px 2px 3px 30px;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
}
#sub-column #snav_calendar h2 {
	background-image: none;
}
#sub-column #subc_calendar {
	background-color: #EFEFEF;
	margin-bottom: 20px;
	width: 100%;
}
#sub-column div.subc_cal_cont {
	background-color: #FFF;
}
#sub-column div#subc_calendar h2 {
	padding: 19px 0 30px;
	position: relative;
	text-align: center;
}
#sub-column div#subc_calendar h2::before {
	content: "CALENDAR";
	display: block;
}
#sub-column div#subc_calendar h2::after {
	bottom: 0;
	content: "カレンダー";
	font-size: 80%;
	height: initial;
	left: 0;
	line-height: initial;
	position: absolute;
	right: 0;
	top: 39px;
}
#sub-column div.cal_wrapper {
	padding: 7px 2% 0;
}
#sub-column div.cal_wrapper table.cal {
	width: 100%;
	line-height: 130%;
}
#sub-column div.cal_wrapper table.cal th {
	height: 17px;
	position: relative;
}
#sub-column div.cal_wrapper table.cal tr th p.month {
	font-size: 88%;
	position: absolute;
	text-align: center;
	top: -2px;
	width: 100%;
}
#sub-column div.cal_wrapper table.cal tr th input {
	border: none;
	z-index: 1;
}
#sub-column div.cal_wrapper table.cal tr th input.prev {
	background: url(../img/calendar_pleft.gif) no-repeat left bottom #FFF;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	width: 17px;
}
#sub-column div.cal_wrapper table.cal tr th input.next {
	background: url(../img/calendar_pright.gif) no-repeat right bottom #FFF;
	height: 17px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 17px;
}
#sub-column div.cal_wrapper table.cal tr td {
	border: solid 1px #CCC;
	font-size: 70%;
	text-align: center;
}
#sub-column div.cal_wrapper table.cal tr.headline td {
	border: none;
	padding: 10px 0 2px 0;
}
#sub-column div.subc_cal_cont .cap {
	font-size: 60%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding: 0 2%;
	width: auto;
}
#sub-column div.subc_cal_cont .cap ul {
	margin: 3px 0 0;
}
#sub-column div.subc_cal_cont .cap li {
	display: inline-block;
	line-height: 140%;
	overflow: hidden;
}
#sub-column div.subc_cal_cont .cap li span {
	margin: 0 10px 0 0;
}
#sub-column div.subc_cal_cont .cap .ico_cap01 {
	font-size: 120%;
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #FF5078;
}
#sub-column div.subc_cal_cont .cap .ico_cap02 {
	font-size: 120%;
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #39F;
}
#sub-column div.subc_cal_cont .cap .cap-info {
	background-color: #F5F5F5;
	line-height: 140%;
	padding: 10px 3%;
}
#sub-column div.cal_wrapper table.cal tr td div.Today {
	background-color: #CCCCCC;
	font-weight: bold;
}
#sub-column div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
#sub-column div.cal_wrapper table.cal tr td div.Holyday {
	background-color: #FF5078;
	color: #FFF;
}
#sub-column div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
}
#sub-column div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
#sub-column #snav_mailMag {
	background-color: #F5F5F5;
	margin-bottom: 20px;
	width: 100%;
}
#sub-column #snav_mailMag h2 {
	background-image: none;
}
#sub-column div.snav_mailMag_cont {
	border-top: 3px double #6B6B6B;
	padding: 15px 4%;
	text-align: center;
}
#sub-column div.snav_mailMag_cont::before {
	content: "Mail Magazine";
	font-weight: bold;
}
#sub-column div.snav_mailMag_cont h2 {
	width: 161px;
	text-align: center;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px dotted #333;
}
#sub-column div.snav_mailMag_cont p {
	font-size: 72%;
	line-height: 130%;
}
#sub-column div.snav_mailMag_cont>p:first-child {
	padding: 5px 0 10px;
	text-align: left;
}
#sub-column div.snav_mailMag_cont>p:first-child::before {
	content: "メールマガジンのご登録";
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}
#sub-column div.snav_mailMag_cont input.mailAddress {
	border: 1px solid #777;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	height: 40px;
	position: relative;
	vertical-align: middle;
	width: 78%;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag {
	background-color: #333;
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFF;
	font-size: 75%;
	margin-left: -5px;
	height: 40px;
	text-align: center;
	width: 20%;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
	background-color: #666;
}
#sub-column div.snav_mailMag_cont p:last-child {
	background-color: #FFF;
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 3em;
	line-height: 3em;
	margin: 15px 0 10px 34px;
}
#sub-column div.snav_mailMag_cont p:last-child::after {
	content: ">>";
	padding-left: 3px;
}
#sub-column #snav_followUs {
	border-top: 3px double #6B6B6B;
	padding: 19px 2%;
	margin-bottom: 20px;
}
#sub-column #snav_followUs nav ul {
	overflow: hidden;
}
#sub-column #snav_followUs nav ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#sub-column #snav_followUs nav ul li img {
	vertical-align: bottom;
}
#subc_freeArea {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}
#subc_freeArea img {
	margin-bottom: 10px;
}
#sub-column .newItem {
	position: relative;
	margin: 0;
	line-height: 90%;
}
#sub-column .newItem .new-Title {
	position: absolute;
	right: 0px;
	top: 1px;
}
#sub-column .column4,
#sub-column .column5 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 20px 10px;
	margin: 0 0 25px 0;
	float: none;
	width: 100%;
}
#sub-column .newItem .column4 .itemThumb-wrap {
	margin: 0 0 10px;
}
#sub-column .newItem .column4 .itemThumb {
	height: auto;
	width: 100%;
	;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#sub-column .newItem .column4 .itemThumb a img {
	max-height: auto;
	max-width: 100%;
	width: 100%;
}
#sub-column .newItem h3 {
	text-align: left;
	font-weight: normal;
}
#sub-column .newItem p.price,
#sub-column .pickup p.price,
#sub-column .ranking p.price,
#sub-column .recommend p.price {
	text-align: right;
	margin: 0;
}
#sub-column .newItem p.sp_price {
	text-align: right;
}
#sub-column .newItem p.sp_price {
	color: #F00;
}
#sub-column .newItem .column4_fourth .itemThumb {
	margin: 0 20px 5px 20px;
	position: relative;
}
#sub-column .pickup {
	position: relative;
	line-height: 90%;
}
#sub-column .pickup .pickup-Title {
	position: absolute;
	right: 0px;
	top: 1px;
}
#sub-column .pickup .column5 .itemThumb-wrap {
	margin: 0 0 10px;
}
#sub-column .pickup .column5 .itemThumb {
	margin: 0 0 5px 0;
	position: relative;
	text-align: center;
	height: auto;
	width: 100%;
}
#sub-column .pickup .column5 .itemThumb img {
	max-height: 100%;
	max-width: 100%;
}
#sub-column .ranking {
	position: relative;
	line-height: 90%;
}
#sub-column .ranking .ranking-Title {
	position: absolute;
	right: 0px;
	top: 1px;
}
#sub-column .ranking .column5 .itemThumb-wrap {
	margin: 0 0 10px;
	height: 100%;
	width: 100%;
}
#sub-column .ranking .column5 .itemThumb {
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
#sub-column .ranking .column5 .itemThumb img {
	max-height: 100%;
	max-width: 100%;
}
#sub-column .ranking .column5 .itemThumb {
	margin-bottom: 5px;
	position: relative;
}
div#cart-footer {
	background: #333;
}
div#cart-footer,
footer {
	clear: both;
	position: relative;
	width: 100%;
}
#footer-inner {
	background-color: #333 !important;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
footer #footer-inner {}
div#cart-footer #footer-inner .footer_gnavi,
footer #footer-inner .footer_gnavi {
	float: left;
	padding: 20px;
}
div#cart-footer #footer-inner .footer_gnavi ul li,
footer #footer-inner .footer_gnavi ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*margin-bottom: 12px;
	padding: 0 3px 0 18px;
	line-height: 100%;
	font-size: 60%;
	color: #999;
	background: url(../img/slash_ccc.gif) no-repeat left center;
}
div#cart-footer #footer-inner .footer_gnavi ul li:first-child,
footer #footer-inner .footer_gnavi ul li:first-child {
	background-image: none;
	padding: 0 3px 0 0;
}
div#cart-footer #footer-inner .footer_gnavi ul li a,
footer #footer-inner .footer_gnavi ul li a {
	color: #FFF;
}
div#cart-footer div.cart-nav,
footer nav,
#copyright {
	float: right;
	font-size: 67%;
	text-align: right;
	color: #FFF;
	padding: 20px
}
#copyright ul li {
	color: #FFF;
	background-image: none;
	padding: 0;
}
/* トップイメージ */
section #guide p {
	font-size: 75%;
	line-height: 175%;
	margin: 5px 0 10px;
}
section #guide .guide01 {
	padding-bottom: 10px;
}
section #guide .guide01 h2 {
	background: none;
	border-bottom: 1px dotted #6B6B6B;
	border-top: none;
	height: 2.3em;
	line-height: 2.3em;
	padding: 0;
}
section #guide .guide01 ul {
	font-size: 75%;
	list-style-type: disc;
	margin-top: 10px;
}
section #guide .inner {
	overflow: hidden;
	margin-bottom: 10px;
}
section #guide .inner .fL {
	float: left;
	width: auto;
	margin-right: 20px;
	max-width: 350px;
}
section #guide .inner .fR {
	float: right;
	width: auto;
	max-width: 350px;
}
section #guide .chart .ttlShop {
	font-size: 80%;
	font-weight: bold;
	border: none;
	margin: 15px 0 0;
}
section #guide table {
	line-height: 120%;
	border-top: 1px solid #CCC;
	table-layout: fixed;
}
section #guide table th {
	background-color: #EEE;
	border-top: 1px solid #CCC;
	color: #2B2B2B;
	font-size: 75%;
	font-weight: bold;
	padding: 15px 20px;
	width: 100px;
}
section #guide table td {
	font-size: 75%;
	border-top: 1px solid #CCC;
	padding: 15px 20px;
	width: 530px;
}
section #guide table tr:last-child {
	border-bottom: 1px solid #CCC;
}
#shopGuide_wrap {
	padding: 0 10px;
}
#shopGuide_wrap section #guide table td {
	width: 50%;
}
section #guide table th.shopGuidePointClass {
	width: 50%;
}
section #guide .sps-shoppingGuide-rankList table th,
section #guide .sps-shoppingGuide-rankList table td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 33%;
	padding: 15px 10px;
}
section #guide .sps-shoppingGuide-rankList table th:nth-child(2),
section #guide .sps-shoppingGuide-rankList table td:nth-child(2) {
	width: 34%;
}
section #guide ul {
	margin: 0px 40px;
}
section #guide ul li {
	list-style-type: square;
}
section #guide ol {
	margin: 0px 40px;
}
section #guide ol li {
	list-style-type: decimal;
}
/* 店長日記/フリーページ */
/* 日付/コメント左寄せ 記事一覧 */
.state_l {
	border-top: 1px dotted #333;
	padding: 10px 0 0;
	font-size: 65%;
}
/* 日付/コメント右寄せ */
.state_r {
	border-top: 1px dotted #333;
	padding: 10px 0 0;
	margin: 0 0 25px;
	text-align: right;
	font-size: 65%;
}
.state_l ul,
.state_r ul {
	line-height: 90%;
}
.state_l li,
.state_r li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 3px 0 0;
}
.state_l li.comment,
.state_r li.comment {
	border-left: 1px solid #333;
	padding: 0 0 0 5px;
}
.state_l li.cate,
.state_r li.cate {
	border-left: 1px solid #333;
	padding: 0 5px;
}
.state_l li.name {
	border-right: 1px solid #333;
	padding: 0 5px 0;
	margin: 0 5px 0 0;
}
/* コメントをするボタン */
#Journal .more {
	background-color: #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: block;
	width: 160px;
	height: 40px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0 0;
	padding: 10px 0;
}
#Journal .more img {
	padding: 0 5px 0;
	vertical-align: middle;
}
#JournalList .comment-t,
#Journal .comment-t {
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 10px;
}
#Journal .comment-cont {
	margin: 0 0 15px;
}
#Journal fieldset {
	margin-bottom: 5px;
}
#Journal legend {
	background: none repeat scroll 0 0 transparent;
	font-size: 75%;
	line-height: 200%;
	padding: 0;
	width: 100%;
}
#Journal fieldset p {
	margin-bottom: 5px;
	font-size: 75%;
	font-size: 0.75rem;
}
#Journal fieldset input {
	margin: 0 3px 2px 0;
}
#Journal input.name {
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 5px;
}
#Journal input.url {
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 5px;
}
#Journal textarea {
	width: 360px;
	height: 100px;
	margin: 0;
	padding: 5px;
}
#Journal .btn-confirm {
	margin: 10px 0 0 120px;
}
/* 投稿するボタン */
input[type="submit"].btn-confirmPost {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #FFF;
	height: 40px;
	padding: 10px 0;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	width: 120px;
}
#comment-form #comment-post {
	margin: 0;
}
#comment-form #comment-post h2 {
	background: none;
	border-bottom: 1px dotted #6B6B6B;
	border-top: none;
	height: 2.3em;
	line-height: 2.3em;
	padding: 0;
}
#comment-form #comment-post .comment-cont {
	padding: 10px 0;
}
#comment-form legend {
	background: none repeat scroll 0 0 transparent;
	font-size: 75%;
	line-height: 200%;
	padding: 0;
	width: 100%;
	font-weight: bold;
}
#comment-form p {
	margin-bottom: 15px;
}
#comment-form .name {
	width: 215px;
	height: 16px;
}
#comment-form .comment-txt {
	width: 360px;
	padding: 0;
	height: auto;
}
#comment-post {
	margin: 35px 0;
}
.comment-box {
	margin: 30px 0 0;
}
div.caution p {
	color: #d51414;
	font-size: 70%;
	line-height: 145%;
}
input[type="button"].btn-confirmBack {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #FFF;
	height: 40px;
	padding: 10px 0;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	width: 120px;
}
@-moz-document url-prefix() {
	.btn-confirmPost {
		padding: 0 5px 2px;
	}
	.btn-confirmBack {
		padding: 0 2px 2px 8px;
	}
}
#JournalList,
#Journal {
	padding: 0 10px;
}
#JournalList h2,
#Journal h2 {
	font-size: 85%;
}
#JournalList .journal-cont,
#Journal .journal-cont {
	margin: 0 0 15px;
}
#JournalList article {
	margin: 0 0 40px;
}
#JournalList .journal-cont ul,
#Journal .journal-cont ul {
	margin: 0px 40px;
}
#JournalList .journal-cont ul li,
#Journal .journal-cont ul li {
	list-style-type: square;
}
#JournalList .journal-cont ol,
#Journal .journal-cont ol {
	margin: 0px 40px;
}
#JournalList .journal-cont ol li,
#Journal .journal-cont ol li {
	list-style-type: decimal;
}
/* サイトマップ */
section#document_wrap h2 {
	background: none;
	border-bottom: 1px dotted #6B6B6B;
	border-top: none;
	font-size: 85%;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	margin: 0 0 20px;
	padding: 0;
}
section#document_wrap h3 {
	font-size: 75%;
}
section #document li {
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list01 {
	padding-bottom: 30px;
}
section #document .txt-list01 li.c1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 25px 0 0;
}
section #document .txt-list02 {
	padding-bottom: 10px;
	overflow: hidden;
}
section #document .txt-list02 h3 {
	font-weight: bold;
}
section #document .txt-list02 section.tree00 {
	float: left;
	padding: 0 35px 20px 0;
	width: 156px;
}
section #document .txt-list02 ul.tree01 {
	padding: 0 0 0 12px;
	overflow: hidden;
}
section #document .txt-list02 ul.tree01 li.c2 {
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.c3 {
	padding: 0 0 0 28px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.c4 {
	padding: 0 0 0 42px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
	padding: 0 0 0 56px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp1 {
	float: left;
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp2 {
	float: left;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp3 {
	float: left;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
	display: inline;
	*display: inline;
	*zoom: 1;
	padding: 0 10px 0 0;
	font-size: 110%;
	font-size: 0.75rem;
}
section #document .txt-list02 ul.iB {
	padding: 5px 0 0 12px;
	float: left;
	line-height: 120%;
}
section #document .txt-list02 ul.iB li {
	padding: 0 10px 0 0;
	float: left;
}
section #document .txt-list03 {
	padding-bottom: 30px;
	overflow: hidden;
}
section #document .txt-list03 section.tree00 {
	float: left;
	padding: 0 35px 0 0;
	width: 156px;
}
section #document .txt-list03 ul.tree01 li {
	padding: 0 0 0 7px;
	margin: 0 0 0 5px;
	background: url(../img/ico_list01.gif) no-repeat left center;
}
#contact div.caution {
	margin-bottom: 15px;
}
#contact div.caution p {
	color: #d51414;
	font-size: 70%;
	line-height: 145%;
}
#formArea_cc #contact form {
	margin-top: 30px;
}
#contents-pop #contact {
	width: auto;
	margin: 10px 20px;
}
/* メールマガジン */
#contact {
	margin: 0 auto;
}
#contact h4 {
	font-size: 75%;
}
#contact .txtBox {
	margin: 25px 0 10px;
}
section #contact .text-center {
	text-align: center;
	margin: 50px 0;
}
#contact .txtBox p.txt-T {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
}
section #document li {
	font-size: 100%;
	font-size: 0.75rem;
}
#contact table {
	width: 100%;
	margin: 10px 0 0;
	word-break: break-all;
}
#contents-pop table {
	width: 100%;
}
#contact table th {
	width: 28%;
	padding: 20px;
	font-size: 75%;
	font-weight: bold;
	color: #2B2B2B;
	background-color: #EEE;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
#contact em {
	color: #C23E42;
	margin-left: 5px;
	font-size: 90%;
	font-size: 0.7rem;
}
#contact table td {
	width: 72%;
	font-size: 75%;
	font-size: 90%\9;
	padding: 20px;
}
#contact table td input.name,
#contact table td input.tel {
	height: 16px;
	width: 40%;
	padding: 2px 5px;
}
#contact table td input.mailAddress,
#contact table td input.mailAddress2 {
	height: 20px;
	width: 60%;
}
#contact .weaktxt {
	color: #333;
	font-size: 90%;
	padding: 5px 0 0;
}
#contact .note {
	color: #333;
	font-size: 95%;
	font-size: 0.7rem;
	line-height: 150%;
	margin: 0 0 15px;
}
#contact .txtBox .note {
	font-size: 70%;
	font-size: 0.7rem;
}
#contact table td textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 150px;
	padding: 5px !important;
	width: 100% !important;
}
#contact table td .text-area {
	display: block;
	margin: 0 0 15px;
}
#contact .btn-confirm {
	text-align: center;
	padding: 20px;
	border-bottom: none;
	font-size: 100%;
}
#contact .btn-confirm-enq {
	padding: 20px;
	font-size: 100%;
}
#contact input.btn-confirmNext {
	height: 25px;
	width: 150px;
	color: #FFF;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background-color: #333;
	border: none;
	margin: 0 5px;
}
#contact .btn-enq input.btn-confirmNext {
	height: 25px;
	width: 200px;
	color: #FFF;
	padding: 0;
	font-size: 75%;
	font-size: 0.75rem;
	background-color: #333;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirmBack {
	height: 25px;
	width: 80px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-back_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirmCancel {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}
#contact .btn-confirmClose {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	background: url(../img/btn-close_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}
@-moz-document url-prefix() {
	#contact .btn-enq input.btn-confirmNext {
		padding: 0 5px 2px;
	}
	#contact input.btn-confirmNext {
		padding: 0 5px 2px;
	}
	#contact input.btn-confirmBack {
		padding: 0 2px 2px 8px;
	}
	#contact input.btn-confirmCancel {
		padding: 0 2px 3px 8px;
	}
	#contact input.btn-confirmClose {
		padding: 0 2px 4px 8px;
	}
}
#contact fieldset {
	margin-bottom: 25px;
}
#contact legend {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted;
	font-size: 75%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
#contact fieldset p {
	margin-bottom: 5px;
	font-size: 75%;
	font-size: 0.75rem;
}
#contact fieldset ul {
	overflow: hidden;
}
#contact fieldset li {
	font-size: 75%;
	font-size: 0.75rem;
}
#contact fieldset li.fL {
	float: left;
	margin-right: 20px;
}
#contact fieldset input {
	margin: 0 3px 2px 0;
}
#contact fieldset label {
	margin-right: 10px;
	font-size: 100%;
	font-size: 0.75rem;
}
#contact input.txtF {
	height: 16px;
	margin: 0;
	padding: 2px 5px;
}
#contact input.mailAddress {
	width: 300px;
	margin: 0;
}
#contact input.name_sei {
	margin: 0 10px 0 0;
}
#contact select {
	margin: 0 0 5px;
	padding: 3px 1px;
	min-width: 110px;
}
#contact fieldset textarea {
	width: 70%;
	height: 150px;
	padding: 5px;
}
#contact .commentItem {
	padding: 10px 0 0;
}
#contact table td.commentWite {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	font-size: 100%;
	padding: 15px 20px 20px;
	width: 72%;
}
#contact .commentItem {
	font-weight: 150%;
}
#contact .memberF {
	padding: 20px 20px 10px;
	margin: 20px 0 0 0;
	border: 10px solid #EEE;
}
#contact .atttxt {
	color: #333;
	font-size: 75%;
	padding: 5px 0 0;
}
#contact .memberF input {
	width: 40%;
	height: 16px;
	margin: 0;
	padding: 2px 5px;
}
#contact .memberF th {
	padding: 10px 20px;
}
#contact .memberF td {
	padding: 10px 20px;
	font-size: 100%;
}
#contact .memberF input.btn-confirm160 {
	margin: 10px 0 0;
}
.memberName {
	border-bottom: 1px dotted;
	font-size: 75%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 5px;
	padding: 0;
}
#contact input.btn-confirm120 {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0;
	font-size: 75%;
	font-size: 0.75rem;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}
#contact input.btn-confirm160 {
	height: 25px;
	width: 160px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
}
#contact input.btn-confirmReg {
	height: 25px;
	width: 160px;
	color: #FFF;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-confirm_bg.gif) repeat-x left top;
	border: none;
}
#contact input.btn-confirmBackItem {
	height: 25px;
	width: 120px;
	color: #FFF;
	padding: 0 5px 2px 15px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(../img/btn-back_bg120.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}
@-moz-document url-prefix() {
	#contact input.btn-confirm120,
	#contact input.btn-confirm160,
	#contact input.btn-confirmReg {
		padding: 0 5px 2px;
	}
	#contact input.btn-confirmBackItem {
		padding: 0 2px 2px 8px;
	}
}
/* メールマガジン登録・解除 */
#contact .mailm:first-child {
	margin: 3px 0 0;
}
#contact .mailm {
	margin: 30px 0 0 0;
}
#contact .mailm .txtBox {
	margin: 0;
}
#contact .mailm .txtBox h2 {
	border-bottom: 1px dotted #DEDEDE;
	border-top: none;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
#contact .mailm .caution {
	margin: 0 0 5px;
}
#contact table.mailMF td {
	overflow: hidden;
	font-size: 100%;
	border-top: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
}
#contact table.mailMF input.mailAddress {
	float: left;
	margin: 0 10px 0 0;
	height: 40px;
}
#contact table.mailMF span.btn-confirm {
	display: block;
	float: left;
	padding: 0;
}
#contact table.mailMF input.btn-confirmNext {
	background-color: #333;
	border-radius: 3px;
	float: left;
	height: 40px;
	padding: 0 5px;
}
#contact .mailMC input.btn-confirmNext {
	background-color: #333;
	border-radius: 3px;
	float: left;
	height: 40px;
	padding: 0 5px;
}
@-moz-document url-prefix() {
	#contact table.mailMF input.btn-confirmNext,
	#contact .mailMC input.btn-confirmNext {
		padding: 0 5px 1px;
	}
}
#contact table.mailMF td.n1 {
	border-bottom: none;
	padding: 20px 20px 10px;
}
#contact table.mailMF td.n2 {
	border-top: none;
	padding: 10px 20px 20px;
}
#contact table.mailMF td p {
	float: left;
	font-size: 80%;
	padding: 10px 0;
	margin-right: 10px;
}
#contact input.mailAddress_new {
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
	width: 60%;
}
#contact .mailMC span.btn-confirm {
	display: block;
	padding: 0;
}
#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 60px 5% 0;
	padding: 2%;
	width: 90%;
}
#contact .freeArea {
	margin: 60px 50px 0;
	width: 620px;
	background-color: #FFF;
}
#contact .ann-input {
	margin: 5px 0 0;
	font-size: 100%;
}
#contact .ann-input input {
	margin: 0 3px 2px 0;
}
/* 商品一覧ページ */
#itemList_wrap {
	margin: 0 0 20px 0;
}
#itemList {
	margin: 25px 0 0 0;
	position: relative;
}
#main-column .column4 h2 {
	background: none;
	border: none;
	font-size: 95%;
	font-weight: normal;
	height: 3em;
	line-height: 3em;
	margin-bottom: 5px;
	padding: 0;
}
/*写真のみ*/
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2 {
	border: none;
	height: auto;
	line-height: 125%;
}
#itemList .column4 .sps-wishAddItem img,
#itemList .column5 .sps-wishAddItem img,
#itemList .column4 .sps-wishAddItemOk img,
#itemList .column5 .sps-wishAddItemOk img {
	margin: 10px 0 0 80%;
	width: 20%;
}
/* 説明付き */
#itemList2 {
	margin: 0;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
#itemList2 .column4 {
	border-top: 1px solid #eeeae6;
	float: none;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	*zoom: 1;
	margin: 0;
	padding: 20px 0;
}
#itemList2 .column4:first-child {
	border-top: none;
}
#itemList2 .column4:before,
#itemList2 .column4:after {
	content:"";
	display:table;
}
#itemList2 .column4:after {
	clear:both;
}
#itemList2 .column4 .itemThumb-wrap,
#itemList2 .column5 .itemThumb-wrap {
	float: left;
	text-align: left;
	width: 22%;
}
#itemList2 .column4 .itemThumb,
#itemList2 .column5 .itemThumb,
#itemList2 .column4 .itemThumb-wrap,
#itemList2 .column5 .itemThumb-wrap {
	margin: 0;
}
.itemThumb-wrap-right {
	word-break: break-all;
	margin-left: 26%;
}
#itemList2 .itemThumb-wrap-right {
	float: right;
	text-align: left;
	width: 78%;
	margin: 0;
	padding-left: 20px;
}
#itemList2 .itemThumb-wrap-left{
}
#itemList2 .column4 .sps-wishAddItem,
#itemList2 .column5 .sps-wishAddItem,
#itemList2 .column4 .sps-wishAddItemOk,
#itemList2 .column5 .sps-wishAddItemOk {
}
.column4 p.sps-itemList-stockDisp,
.column5 p.sps-itemList-stockDisp {
	color: #999;
	letter-spacing: 0.03em;
	margin: 6px 0 0;
}
#itemList .column4 p.sps-itemList-stockDisp,
#itemList .column5 p.sps-itemList-stockDisp {
	margin: 0;
}
#itemList2 .column4 p.sps-itemList-stockDisp,
#itemList2 .column5 p.sps-itemList-stockDisp {
	margin: 6px 0 0;
	text-align: right;
}
.column4 p.sps-itemList-stockDisp a,
.column5 p.sps-itemList-stockDisp a {
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 1% 3%;
	text-align: center;
}
.column4 p.sps-itemList-stockDisp a::after,
.column5 p.sps-itemList-stockDisp a::after {
	content: ">>";
	padding-left: 3px;
}
.column4 p.sps-itemList-stockDisp:empty,
.column5 p.sps-itemList-stockDisp:empty,
.column4 p.sps-itemList-stockDisp a:empty,
.column5 p.sps-itemList-stockDisp a:empty {
	display: none;
}
#main-column #itemList2 .column4 h2,
#main-column #itemList2 .column5 h2 {
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.02em;
	margin-bottom: 0;
	width: 100%;
	height: auto;
}
#main-column #itemList2 .column4 h2 >a,
#main-column #itemList2 .column5 h2 >a{
	color:#000;
}
#main-column #itemList2 .column4 p.price,
#main-column #itemList2 .column5 p.price,
#main-column #itemList2 .column4 p.sp_price,
#main-column #itemList2 .column5 p.sp_price,
#main-column #itemList2 .column4 p.fx_price,
#main-column #itemList2 .column5 p.fx_price,
#main-column #itemList2 .column4 p.rg_price,
#main-column #itemList2 .column5 p.rg_price {
	padding-top: 5px;
	padding-bottom: 10px;
}
#itemList2 .column4 .inner-catch,
#itemList2 .column5 .inner-catch {
	font-size: 87.5%;
	line-height: 1.71;
	letter-spacing: 0.08em;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-column .expl {
	border: 3px solid #eeeae6;
	background:#fff;
	padding:25px 30px 25px 30px;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
#main-column .expl.expl-fixed {
	position:fixed;
	top:0;
	left:0;
	right: 0;
	z-index:999;
	border-radius: 0;
	border: 3px solid #eeeae6;
	background:#fff;
	padding:15px 30px 17px 30px;
	max-width: 1280px !important;
	width: 100% !important;
}
#main-column .expl >div{
	position: relative;
}
#main-column .expl input[type=button] {
	background: none;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: url(/uploads/sps/img/common/btn_list_matome_pc.png) no-repeat left top;
	width: 370px;
	height: 60px;
	color: rgba(0,0,0,0);
	position: absolute;
	bottom: 0;
	right: 0;
}
#main-column .expl.expl-fixed input[type=button] {
	right: 78px;
}
#itemList_wrap #itemList >h1,
#itemList_wrap #itemList2 >h1 {
	display: none;
}
#itemList_wrap #itemList .column-set {
	font-size: 0;
	letter-spacing: 0;
	padding-left: 2px;
	padding-right: 2px;
}
#itemList_wrap #itemList .column4,
#itemList_wrap #itemList .column5 {
	font-size: 16px;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
}
 article #main-column #itemList_wrap #itemList .column4 h2,
 article #main-column #itemList_wrap #itemList .column5 h2 {
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
 article #main-column #itemList_wrap #itemList .column4 h2,
 article #main-column #itemList_wrap #itemList .column5 h2 {
	overflow: hidden;
	width: 100%;
	height: 38px;
}
#itemList_wrap #itemList .column4 h2 >a,
#itemList_wrap #itemList .column5 h2 >a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#itemList_wrap #itemList .column4 h2 >a,
#itemList_wrap #itemList .column5 h2 >a {
	color: #000;
}
#itemList_wrap #itemList .column4 .price,
#itemList_wrap #itemList .column5 .price {
	padding-top: 10px;
	padding-bottom: 20px;
}
#itemList_wrap #itemList .column4 p,
#itemList_wrap #itemList .column5 p {
	text-align: left;
}
#itemList_wrap #itemList .column4 .sps-wishAddItem img,
#itemList_wrap #itemList2 .column4 .sps-wishAddItem img,
#itemList_wrap #itemList .column4 .sps-wishAddItemOk img,
#itemList_wrap #itemList2 .column4 .sps-wishAddItemOk img,
#itemList_wrap #itemList .column5 .sps-wishAddItem img,
#itemList_wrap #itemList2 .column5 .sps-wishAddItem img,
#itemList_wrap #itemList .column5 .sps-wishAddItemOk img,
#itemList_wrap #itemList2 .column5 .sps-wishAddItemOk img {
	width: 16px;
	margin: 0;
	cursor: pointer;
}
#itemList_wrap #pager-top,
#itemList_wrap #pager-bm {
	overflow: hidden;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	line-height: 100%;
}
#itemList_wrap #pager-top:before,
#itemList_wrap #pager-top:after,
#itemList_wrap #pager-bm:before,
#itemList_wrap #pager-bm:after {
	content:"";
	display:table;
}
#itemList_wrap #pager-top:after,
#itemList_wrap #pager-bm:after {
	clear:both;
}
#itemList_wrap #pager-top{
	border-bottom: 2px solid #e8e4e1;
	padding: 60px 0 10px 0;
}
#itemList_wrap div.pagerlist #pager-bm {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 100%;
}
#itemList_wrap #pager-bm {
	border-top: 2px solid #e8e4e1;
	padding: 10px 0 10px 0;
}
#itemList_wrap #pager-top,
#itemList_wrap #pager-bm {
	text-align: right;
	width: 100%;
}
#itemList_wrap #pager-top .selectbox,
#itemList_wrap #pager-top .quantity,
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .quantity,
#itemList_wrap #pager-bm .pagerlist {
	display: inline-block;
	vertical-align: top;
}
#itemList_wrap #pager-top .quantity,
#itemList_wrap #pager-bm .quantity {
	text-align: right;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
	text-align: right;
	white-space: nowrap;
}
#itemList_wrap #pager-top .selectbox {
	float: left;
	text-align: left;
}
#itemList_wrap #pager-top .selectbox {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	position: relative;
}
#itemList_wrap #pager-top .selectbox .select01 {
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	border-radius:0;
	border: none;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
}
#itemList_wrap #pager-top .selectbox .select01::-ms-expand {
	display: none;
}
#itemList_wrap #pager-top .selectbox .select01 {
	background: url(/uploads/sps/img/common/ico_list_cng_pc.png) no-repeat right top;
}
#itemList_wrap #pager-top .selectbox .select01 {
	position: relative;
	top:-2px;
	cursor: pointer;
	border: 1px solid #e8e4e1;
	width:140px;
	height:30px;
	padding: 0 30px 0 5px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.14em;
	vertical-align:middle;
}
#itemList_wrap #pager-top .selectbox .select01 {
	margin-right: 20px;
}
#itemList_wrap #pager-top .selectbox .select01.normal-sort {
	margin-right: 0;
}
#itemList_wrap #pager-top .quantity,
#itemList_wrap #pager-bm .quantity{
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	padding-top: 3px;
	padding-right: 20px;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
}
#itemList_wrap #pager-top .pagerlist li,
#itemList_wrap #pager-bm .pagerlist li {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width:22px;
	margin-left: 10px;
	margin-top: 3px;
}
#itemList_wrap #pager-top .pagerlist li a,
#itemList_wrap #pager-bm .pagerlist li a{
	display: block;
	padding: 5px;
	color: #fff;
	background: #000;
}
#itemList_wrap #pager-top .pagerlist li.selected,
#itemList_wrap #pager-bm .pagerlist li.selected {
	padding: 5px;
	color: #000;
	background: #f8f7f6;
}
#itemList_wrap #pager-top .quantity {
	padding-top: 6px;
}
/* 商品詳細ページ */
#itemDetail-cont {
	overflow: hidden;
}
#itemDetail-wrap #itemDetail-cont {
	width: 100%;
	padding-bottom: 30px;
}
#itemDetail-wrap #itemDetail-cont:before,
#itemDetail-wrap #itemDetail-cont:after {
	content:"";
	display:table;
}
#itemDetail-wrap #itemDetail-cont:after {
	clear:both;
}
#itemDetail-cont .itemThumb-wrap,
#itemDetail-cont .itemOutline {
	float: left;
	vertical-align: top;
}
#itemDetail-cont .itemThumb-wrap {
	width: 54%;
}
#itemDetail-cont .itemOutline {
	width: 46%;
}
/* 商品画像 */
#itemDetail-cont .itemThumb-wrap {
}
#itemDetail-cont .itemThumb-main {
	text-align: center;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
	height: auto;
	width: 100%;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul {
	overflow: hidden;
	font-size: 0;
	letter-spacing: 0;
	padding-left: 5px;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: auto;
	overflow: hidden;
	padding: 5px;
}
/* 商品名/価格/カートボタンエリア */
#itemDetail-cont .itemOutline {
	padding-left: 4%;
	padding-right: 4%;
}
article#Detail #main-column h1 {
	background: none;
	border: none;
	border-bottom: 3px solid #e8e4e1;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.13em;
	height: auto;
	margin-bottom: 40px;
	padding: 0 0 35px 0;
}
article#Detail section#itemDetail-wrap p.price {
	font-size: 90%;
	margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.sp_price {
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.regular_price {
	font-size: 80%;
	margin-bottom: 0;
	color: #2A78D0;
}
section#itemDetail-wrap table.spec tr.option_area td select.option_parts,
section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
section#itemDetail-wrap table.spec tr.option td input {
	height: 34px !important;
	width: 85%;
}
/*
2022.4 邪魔なので消した！　鈴木
section#itemDetail-wrap table.spec tr:last-child {
	display: none;
}
*/
section#itemDetail-wrap table.matrix tr td {
	padding: 5px;
}
#itemDetail-cont table.matrix td>a.announceMail,
#itemDetail-cont table.matrix td>a.announceMailSamePrc {
	display: block;
	margin: 0 auto;
	width: 110px;
}
section#itemDetail-wrap table.matrix tr td span.nostock {
	text-align: left;
}
section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
	height: 34px;
	padding: 1px 2px;
	width: 85%;
}
#itemDetail-cont .itemOutline .icons {
	margin: 0 0 40px 0;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod {
	overflow: hidden;
	margin: 0 0 10px;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod li {
	float: left;
	width: 60px;
}
#itemDetail-cont .itemOutline ul.ico_itemType {
	overflow: hidden;
}
#itemDetail-cont .itemOutline ul.ico_itemType li {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#itemDetail-cont table.snsArea {
	display: none !important;
}
#itemDetail-cont table.snsArea {
	width: auto;
}
section#itemDetail-wrap table.spec {
	margin: 0 0 30px;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.13em;
}
section#itemDetail-wrap table.spec tr {
	border: none;
}
/* 備考欄 */
section#itemDetail-wrap table.spec th {
	font-size: 87.5%;
	font-weight: 700;
	width: 150px !important;
	padding: 0 0 12px 40px !important;
	letter-spacing: 1.6em;
}
section#itemDetail-wrap table.spec td {
	font-size: 80%;
	padding: 0 0 10px 0;
}
section#itemDetail-wrap table.spec th.option th {
	line-height: 140%;
	padding-bottom: 15px;
}
section#itemDetail-wrap table.spec tr.option td {
	padding-bottom: 15px;
}
section#itemDetail-wrap table.spec tr.option td input {
	display: inline;
}
section#itemDetail-wrap table.spec tr.option_area th {
	letter-spacing: 0.2em;
	white-space: normal;
}
section#itemDetail-wrap table.spec tr.option_area .option_comment{
	padding-bottom: 10px;
}
section#itemDetail-wrap table.spec tr.date {
	line-height: 150%;
}
section#itemDetail-wrap table.spec tr.date th {
	letter-spacing: 0.2em;
	white-space: normal;
}
section#itemDetail-wrap table.spec td input {
	border: 1px solid #eeeae6;
	height: 25px !important;
	width: 60px;
	padding: 0 8px;
	color:#000;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.13em;
	text-align: left;
	margin-right: 10px;
	vertical-align:middle;
}
/* 入荷連絡ボタン */
section#itemDetail-wrap table.spec td a img {
	height: 30px;
	margin-left: 10px;
}
section#itemDetail-wrap #spsVarpriceBox p {
	font-size: 80%;
}
section#itemDetail-wrap table.date {
	margin: 15px 0 3px;
}
section#itemDetail-wrap table.jan {
	margin: 0 0 15px;
}
section#itemDetail-wrap table.price {
	margin: 0 0 15px;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.13em;
}
section#itemDetail-wrap table.price th {
	font-size: 125%;
	font-weight: 700;
	white-space: nowrap;
	width: 150px !important;
	padding: 7px 0 0 40px !important;
	letter-spacing: 0.8em;
}
/* 1911更新セール価格　*/
section#itemDetail-wrap table.price tr.sp_price span.special_price_str{
    font-size: 125%;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.13em;
	padding: 0 0 0 0px !important;
    color:#AC0000;
    margin-bottom: 3px;
}
/* 終わり　*/
section#itemDetail-wrap table.price td {
	font-size: 80%;
	padding: 0 0 10px 0;
}
section#itemDetail-wrap table.price td a img {
	display: block;
	width: 110px;
}
table.price tr.price span.selling_price_str{
}
table.price tr.fx_price span.strike span.fixed_price,
table.price span.strike {
	text-decoration: line-through;
}
table.price tr.price span.selling_price,
table.price tr.price span.taxin,
table.price tr.price span.discount_rate,
table.price tr.sp_price span.special_price,
table.price tr.sp_price span.taxin,
table.price tr.sp_price span.discount_rate {
	color: #000;
	font-size: 219%;
	font-weight: 700;
	margin-bottom: 3px;
}
/* 1911更新セール価格　*/
table.price tr.fx_price span.fixed_price{
	color: #000;
	font-size: 219%;
	font-weight: 700;
	margin-bottom: 3px;
}
table.price tr.fx_price span.taxin{
	color: #000;
	font-size: 219%;
	font-weight: 700;
	margin-bottom: 3px;
}
table.price tr.sp_price span.special_price{
	color: #AC0000;
	font-size: 279% !important;
	font-weight: 700;
	margin-bottom: 3px;
}
/* 終わり　*/
table.price tr.rg_price span.regular_price_str {
	color: #2A78D0;
	margin-bottom: 3px;
}
table.price tr.rg_price span.regular_price,
table.price tr.rg_price span.taxin {
	color: #2A78D0;
	margin-bottom: 3px;
}
table.price tr.rg_price span.publish_point {
	color:#999;
	font-size: 109%;
	font-weight: 700;
}
/* カートボタン */
section#itemDetail-wrap .cartArea {
	border-top: 3px solid #e8e4e1;
	padding-top: 40px;
	margin-bottom: 10px;
}
section#itemDetail-wrap .cartArea img {
	max-width: 110px;
}
section#itemDetail-wrap .cartArea input,
sps-wishAddItem img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
section#itemDetail-wrap #spsVarpriceBox .cartArea input {
	margin-left: 0;
}
section#itemDetail-wrap .cartArea input.dialogSStock {
	display: none !important;
}
section#itemDetail-wrap .cartArea img.nostock,
section#itemDetail-wrap .cartArea input.dialogSStock {
	width: 100%;
	height: auto;
	max-width: 100%;
}
section#itemDetail-wrap .cartArea table.variation {
	width: 100%;
	word-break: break-all;
}
section#itemDetail-wrap .cartArea tr.t-variation {
	background-color: #efefef;
	background-repeat: x-repeat;
	background-position: left top;
}
section#itemDetail-wrap .cartArea table.variation th {
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 70%;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	line-height: 150%;
	width: auto !important;
}
section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
	width: 141px !important;
}
section#itemDetail-wrap .cartArea table.variation tr {
	border-bottom: 1px dotted #CCCCCC;
}
section#itemDetail-wrap .cartArea table.variation tr.t-variation {
	border: none;
}
section#itemDetail-wrap .cartArea table.variation td {
	font-size: 75%;
	padding: 5px;
	text-align: center;
	line-height: 150%;
	border: 1px solid #CCCCCC;
}
section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
	max-width: 110px;
}
section#itemDetail-wrap .cartArea table.variation span.nostock {
	color: #F00;
}
section#itemDetail-wrap .sps-wishAddItem {
	cursor:pointer;
}
/* 返品について カートボタン下 */
section#itemDetail-wrap p.cancel {
	font-size: 70%;
	padding: 2px 0 2px 20px;
	background-image: url(../img/ico_return.gif);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
	margin-bottom: 5px;
}
section#itemDetail-wrap p.cancel {
	display: none;
}
/* お客様の声 カートボタン下 */
section#itemDetail-wrap p.review_txt {
	font-size: 70%;
	padding: 20px 0 20px 50px;
	background-image: url(/uploads/sps/img/common/ico_review.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
	margin-top: 20px;
	margin-bottom: 15px;
}
section#itemDetail-wrap p.review_txt img{
	width:15px;
	margin-right: 4px;
}
section#itemDetail-wrap p.review_txt span{
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.18em;
	padding-left: 15px;
	padding-right: 5px;
}
section#itemDetail-wrap p.cancel a,
section#itemDetail-wrap p.review_txt a {
	color:#405685;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.18em;
	text-decoration: underline;
}
/* SNS/問合わせ/紹介 カートボタン下 */
.itemOutline ul.snsArea {
	overflow: hidden;
	margin-bottom: 10px;
	height: 30px;
}
article#Detail .itemOutline ul.infoArea {
	display: none !important;
}
article#Detail .itemOutline ul.infoArea {
	overflow: hidden;
	margin: 10px 0;
	height: 28px;
}
section#itemDetail-wrap .itemOutline li {
	float: left;
	margin-right: 5px;
	width: 140px;
}
/* 商品紹介文 */
section#itemDetail-wrap .description {
}
section#itemDetail-wrap .description p {
}
article#Detail #main-column .spec-g_txt_table_wrap {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}
article#Detail #main-column section.spec-g_txt {
	float: left;
	margin-right: 4%;
	width: 48%;
	padding: 20px 0 0;
}
article#Detail #main-column section.spec-g_txt p {
	font-size: 70%;
	padding-top: 10px;
	line-height: 160%;
}
article#Detail #main-column section.spec-g_table {
	float: right;
	width: 48%;
	padding: 20px 0 0;
}
article#Detail #main-column section.spec-g_table table {
	width: 100%;
}
article#Detail #main-column section.spec-g_table th {
	width: 70px;
	max-width: 70px;
	min-width: 25px;
	padding: 5px 0;
}
article#Detail #main-column section.spec-g_table tr {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	font-size: 65%;
}
article#Detail #main-column section.spec-g_table td {
	padding: 5px 0;
}
article#Detail #main-column .w100 section.spec-g_txt {
	float: none;
	width: 100%;
}
article#Detail #main-column .w100 section.spec-g_txt p {
	font-size: 70%;
	padding-top: 10px;
	line-height: 160%;
}
article#Detail #main-column .w100 section.spec-g_table {
	float: none;
	width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont tr {
	border-bottom: 1px dotted #CCC;
	width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont th {
	padding: 5px 0;
}
article#Detail #main-column .w100 table.spec-g_cont td {
	padding: 5px 0;
}
/* お客様の声-商品詳細ページ */
section.userreview {
	margin-bottom: 30px;
	padding: 0 10px;
}
section.userreview h2 {
	border-bottom: 3px solid #e8e4e1;
	background:none;
	color:#000;
	font-size: 137.5%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	padding: 20px 0;
}
section.userreview table.userreview_list {
	border-bottom: 1px solid #eeeae6;
	letter-spacing: 0.13em;
}
section.userreview table.userreview_list:last-of-type{
	border-bottom: 3px solid #e8e4e1;
}
section.userreview table.userreview_list td{
	padding: 10px 0;
}
section.userreview div.more {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
}
section.userreview div.more a {
	display: block;
	width:460px;
	height:60px;
	margin: 0 auto;
	background: url(/uploads/sps/img/common/btn_prd_more_pc.png) no-repeat center top;
}
section.userreview div.more a img {
	display: none;
}
section.userreview table.userreview_list tr td.userreview_user {
	text-align: left;
	padding: 30px 0 5px;
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1;
}
section.userreview table.userreview_list tr td.userreview_date {
	text-align: right;
	padding: 30px 0 5px;
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1;
}
section.userreview table.userreview_list tr td.userreview_date .userreview_username{
	font-weight: 400;
}
section.userreview table.userreview_list td.userreview_rate {
	padding: 5px 0 10px;
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1;
}
section.userreview table.userreview_list td.userreview_rate img {
	position: relative;
	top:-2px;
	vertical-align: middle;
	margin-left: 5px;
	width:15px;
}
section.userreview table.userreview_list td.userreview_comment {
	padding: 20px 0 30px;
}
section.userreview .userreview_comment .reviewBox_item {
	margin: 0;
	font-size: 87.5%;
	font-weight: 400;
	line-height: 2;
}
section.userreview table.userreview_list td.userreview_comment .comment h3 {
	background: none;
	color:#000;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.13em;
	margin: 0;
	padding: 10px 0 0 10px;
}
section.userreview table.userreview_list td.userreview_comment .comment p {
	margin: 0;
}
article#Detail section.recommend {
	padding: 100px 0 0;
}
article#Detail section.recommend h2 {
	font-family: Josefin Sans,Noto Sans Japanese,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	text-align: center;
	background: none;
	color:#000;
	font-size: 237.5%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 20px 0 80px;
}
article#Detail section.recommend .column-set {
	font-size: 0;
	letter-spacing: 0;
	padding-left: 2px;
	padding-right: 2px;
}
article#Detail section.recommend .column4,
article#Detail section.recommend .column5 {
	font-size: 16px;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
}
article#Detail section.column5 {
	border: none;
}
article#Detail section.recommend .column4 h3,
article#Detail section.recommend .column5 h3 {
	overflow: hidden;
	width: 100%;
	height: 39px;
	margin: 0;
}
article#Detail section.recommend .column4 h3 a,
article#Detail section.recommend .column5 h3 a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
article#Detail section.recommend .column4 h3 a,
article#Detail section.recommend .column5 h3 a{
	color: #000;
}
article#Detail section.recommend .column4 .price,
article#Detail section.recommend .column5 .price{
	padding-top: 10px;
}
.column-set .quantityArea {
	margin-top: 5px;
	text-align: right;
}
.column-set .quantityArea span {
	font-size: 70%;
}
.column-set .quantityArea input,
.column-set .quantityArea select {
	height: 32px;
	text-align: right;
}
article #main-column .pageNav_top {
	overflow: hidden;
	font-size: 70%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #111111;
}
article #main-column .pageNav {
	font-size: 70%;
	padding-left: 10px;
	padding-right: 10px;
}
article #main-column .pageL {
	float: left;
	width: 100%;
}
article #main-column .pageNav_top .pageL {
	width: 50%;
}
article #main-column .pageR {
	float: right;
}
article #main-column section.rating {
	padding-bottom: 30px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #111111;
	padding-left: 10px;
	padding-right: 10px;
}
article #main-column section.rating .reviewBox {
	overflow: hidden;
	margin: 15px 0;
}
article #main-column section.rating .tmb {
	float: left;
	margin-right: 15px;
	width: 140px;
}
article #main-column section.rating .reviewTxt {
	float: right;
	width: 745px;
}
article #main-column section.rating .reviewTxtNoImg {
	float: left;
	width: 100%;
}
article #main-column section.rating .ttlArea {
	display: table;
}
article #main-column section.rating h2 {
	border: none;
	display: table-cell;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	padding: 0 15px 0 0;
	margin: 0;
	vertical-align: top;
	width: 560px;
}
article #main-column section.rating .reviewBox_item p,
article #main-column section.rating .reviewTxt p {
	font-size: 90%;
	line-height: 140%;
}
article #main-column section.rating .btnMore {
	display: table-cell;
	min-width: 170px;
	vertical-align: top;
	width: 170px;
}
article #main-column section.rating .btnMore a {
	display: inline-block;
}
article #main-column section.rating .btnMore a img {
	width: 170px;
}
article #main-column section.rating .reviewTxt ul,
article #main-column section.rating .reviewTxtNoImg ul {
	margin: 5px 0;
	vertical-align: middle;
	line-height: 120%;
	overflow: hidden;
}
article #main-column section.rating .reviewTxt ul li,
article #main-column section.rating .reviewTxtNoImg ul li {
	float: left;
	margin-right: 5px;
	font-size: 80%;
}
article #main-column section.userreview .comment,
article #main-column section.rating .comment {
	background: #f3f1ee;
	color: #555;
	display: inline-block;
	font-size: 16px;
	margin: 1.5em 0 0;
	max-width: 100%;
	min-width: 120px;
	padding: 7px 10px;
	position: relative;
}
article #main-column section.userreview .comment::before,
article #main-column section.rating .comment::before {
	border: 10px solid transparent;
	border-bottom: 15px solid #f3f1ee;
	content: "";
	left: 4%;
	position: absolute;
	top: -23px;
}
article #main-column section.rating .comment h3 {
	background: none;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}
article #main-column section.userreview .comment p,
article #main-column section.rating .comment p {
	background: none;
	color:#000;
	font-size: 87.5%;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.13em;
	padding: 5px 10px 10px;
}
article #main-column section.userreview .userreview_list .userreview_comment .comment .message_area .comment_more,
article #main-column section.userreview .userreview_list .userreview_comment .comment .message_area .comment_close{
	color:#405685;
	text-decoration:underline;
}
article #main-column .pageNav .pageL strong,
article #main-column .pageNav_top .pageL strong {
	font-weight: bold;
}
/* お客様の声 */
article #main-column #itemBox {
	background-color: #efefef;
	overflow: hidden;
	padding: 15px 2%;
	margin-bottom: 15px;
}
article #itemBox h2 {
	border-top: none;
	float: left;
	font-size: 90%;
	font-weight: normal;
	padding: 0;
}
article #itemBox p {
	float: right;
}
article #main-column #itemBox p.btnMore img {
	width: 166px;
}
div#main-column div#itemBox p.review_txt img {
	vertical-align: -0.1em;
}
article #main-column section.rating .reviewBox_item h2 {
	color: #0C3;
	float: left;
	font-size: 75%;
	background: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
article #main-column section.rating .reviewBox_item {
	margin: 15px 0;
}
article #main-column section.rating .reviewBox_item ul {
	overflow: hidden;
	vertical-align: middle;
	line-height: 120%;
}
article #main-column section.rating .reviewBox_item ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}
article #main-column section.rating .reviewBox_item ul li.point {
	margin-right: 20px;
	color: #F60;
	font-weight: bold;
}
article #main-column section.rating ul li.space {
	margin-right: 20px;
}
/* 商品画像ポップアップ */
.ui-dialog {
	padding: 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.fl_main {
	min-height: 40px;
}
.fl_thumbnail {
	max-width: 152px !important;
}
.fl_t_item {
	padding: 5px !important;
}
.fl_img_selected {
	background-color: #C9E1F4 !important;
	border: none !important;
	margin: 5px !important;
	padding: 6px !important;
}
#thum_prev {
	padding-left: 0 !important;
	padding-right: 5px !important;
}
#thum_next {
	padding-left: 5px !important;
	padding-right: 0 !important;
}
/* ダイアログ-商品を追加しました */
div[aria-describedby='sps-cartaddModal'] {
	border-radius: 4px !important;
}
div.sps-cartaddErrDetail {
	width: 90%;
	margin: 22px auto 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* ポップアップ全般 */
.ui-front {
	z-index: 10250 !important;
}
.ui-widget-overlay {
	z-index: 10200 !important;
}
.ui-widget-content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 1em !important;
}
div#sps-cartaddModal {
	padding: .5em 1em !important;
	width: 720px !important;
}
#contact #center1 .centerbox {
	margin: 0px;
}
#contact #center1 .centerbox .mainCont .step_navi01 {
	background-image: url("../img/navi01.gif");
	background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi02 {
	background-image: url(../img/navi02.gif);
	background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi03 {
	background-image: url(../img/navi03.gif);
	background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi04 {
	background-image: url(../img/navi04.gif);
	background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi01,
#contact #center1 .centerbox .mainCont .step_navi02,
#contact #center1 .centerbox .mainCont .step_navi03,
#contact #center1 .centerbox .mainCont .step_navi04 {
	height: 83px;
	text-align: center;
	margin: 0 auto;
	width: 400px;
}
#contact #center1 .center {
	text-align: center !important;
}
#contact #center1 p.center a#logout {
	float: none;
}
#contact #center1 .centerbox .mainCont input[name="PZIP_SEEK"] {
	width: 180px;
}
/* お届けスケジュール */
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan {
	background-color: #fff;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	overflow: hidden;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td {
	background: #efefef;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption {
	text-align: center;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table tbody td {
	background-color: #fff;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.day,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sat,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sun {
	text-align: right !important;
}
/* お気に入りリスト */
div.wishlist-column .sps-wishBtnArea .wishDeleteItem,
div.wishlist-column .sps-wishBtnArea .wishAddCart {
	background-position: right top;
}
#allItemDelete {
	text-align: right;
	height: 32px;
	margin: -20px 0 20px;
}
input[type="button"].wishAllDelBtn {
	background: none !important;
	background-color: #333 !important;
	border: 1px solid #333 !important;
	border-radius: 3px;
	color: #FFF !important;
	height: 32px !important;
	margin: 0 !important;
	min-width: 120px;
}
/* ポップアップ center3 */
#center3 .centerbox table td[align="right"],
#center3 .centerbox .right,
#contact #center1 .right {
	text-align: right !important;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 td.backcolor1 {
	text-align: left;
}
/* ポップアップ マイページ center-seo */
#center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center-seo .centerbox table th[align="left"],
#center-seo .centerbox table td[align="left"],
#center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center3 .centerbox table th[align="left"],
#center3 .centerbox table td[align="left"],
#contact #center1 .left {
	text-align: left !important;
}
#contact #center1 .middle {
	vertical-align: middle !important;
}
#contact #center1 .buttom {
	vertical-align: bottom !important;
}
#contact #center1 .float_left {
	float: left !important;
}
#contact #center1 .centerbox .title1 a {
	color: #333;
	text-decoration: underline;
}
#contact #center1 .centerbox .mainCont {
	margin: 0;
	width: auto;
	background-color: #FFF;
}
.backcolor1 strong,
.backcolor2 strong {
	font-weight: bold;
}
#contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
	width: 100% !important;
}
/* カート/レジ画面 */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px 0px;
	max-width: 1280px;
	width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
	font-size: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
	padding: 10px;
	border: 1px solid #999;
}
/* table中身 */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
	padding: 1rem 1% !important;
	border: 1px solid #999;
	font-size: 0.75rem;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
	padding: 0 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
	border: none;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
	padding: 10px 15px;
}
#contact #center1 .backcolor3 {
	background: #e1ecf7;
}
/* カート画面table見出し */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
	width: 35%;
	background: #DDD;
}
/* レジ画面table見出し */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
	background: #DDD;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td {
	background: #DDD;
	text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
	width: 15%;
}
/* レジ画面table中身 */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
	vertical-align: middle;
	background: #FFF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"] {
	width: 1%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="password"] {
	border: 1px solid #A9A9A9;
	padding: 2px 1px;
	height: 34px !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type="text"],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type="password"] {
	height: 32px;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
	background: #DDD;
	padding: 1rem;
	width: 100%\9;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 input {
	height: auto;
	vertical-align: 0 !important;
}
#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
	width: 15% !important;
}
#deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1 {
	width: 35%\9 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="PREV_ENQUETE"]+form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
	background: #DDD;
	width: 30%\9 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td+td {
	width: 25%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td+td+td {
	width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td+td+td+td {
	width: 26%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td+td+td+td+td {
	width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td+td+td+td+td+td {
	width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td+td+td+td {
	width: 8%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td+td+td+td+td {
	width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name="NEXTM"] table.border tbody tr td {
	width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3 table.border tbody tr td {
	width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td.backcolor1.center,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"],
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"]+td+td[width="49%"] {
	width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td+td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"]+td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2+td {
	width: 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td+td+td.backcolor1.center {
	width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td {
	width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right] {
	text-align: right;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
	display: inline;
	padding: 0 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="text"] {
	height: 30px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="変更"] {
	margin: 5px 0 5px 5px;
}
/* 変更ボタン */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="削除"] {
	margin: 5px 0;
	width: 60px;
}
/* 削除ボタン */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"] {
	padding: 0 1%;
}
#deli_scadule table.deli_plan_cal tbody tr td {
	vertical-align: top;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
	border: 1px solid #999;
	width: 100% !important
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3 {
	margin-top: 0px;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td {
	border: none;
	padding: 2px 9px;
}
/* カート注文内容table */
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td {
	width: 17%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td+td {
	width: 25%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td+td+td {
	width: 13%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td+td+td+td {
	width: 20%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td+td+td+td+td {
	width: 13%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td+td+td+td+td+td {
	width: 12%;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
	font-size: 100%;
	background-color: inherit;
	border: none;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center] {
	width: auto;
	margin: 0 auto;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
	display: block;
	margin: 5px;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
	padding: 5px 0 10px;
}
table#enter {
	background: none repeat scroll 0 0 #FFF;
	text-align: left;
	width: 100%;
}
table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
	border: 1px solid #A9A9A9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: .5em 0 1em 25px !important;
	vertical-align: middle;
	padding: 10px !important;
	width: 60% !important;
}
#center-seo .centerbox a,
#center3 .centerbox a {
	color: #6599cc;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td[align="center"],
#center3 .centerbox .bordlayoutp3 table td[align="center"],
#center3 .centerbox .bordlayoutp3 table tr.center td,
#center-seo .centerbox .center,
#center3 .centerbox .center,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {
	text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong {
	font-weight: bold;
}
#contact #center1 .centerbox .mainCont #card_info input[name=card_info_set].off {
	border: 1px solid #CCC;
}
#contact #center1 .centerbox .mainCont #card_info input[name=card_info_edit].off {
	border: 1px solid #CCC;
}
#contact #center1 .float_right,
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
	float: right !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.form_group {
	line-height: 200%;
}
/* 会員登録 */
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle h3.title1 {
	border-top: 3px solid #333;
	font-size: 156%;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 21px 0;
}
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont p {
	font-size: 145%;
	line-height: 165%;
	margin-bottom: 10px;
}
table#enter td#center3 div.centerbox form div.mainCont div {
	width: 100% !important;
}
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
	position: absolute;
	right: 19px;
	top: 77px;
}
table#enter td#center3 div.centerbox form div.mainCont input#otherAddress {
	top: -50px !important;
}
#contact #center1 .centerbox .mainFrame {
	margin: 0px;
}
#contact #center1 .box_in_box {
	text-align: center !important;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td,
#contact .bordlayoutp3 table tbody td {
	text-align: left
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td {
	padding: 5px
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
	width: 2%;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
	font-size: 0.75rem;
}
#contact .mainFrame .mainCont #tradesafe_div1 {
	font-size: 100% !important;
	line-height: 142% !important;
}
#center3 .centerbox .red,
#contact #center1 .red {
	color: #C00;
	font-size: 0.75rem !important;
}
#contact #center1 .point {
	font-size: 120%;
	color: red;
	font-weight: 900;
}
#contact #center1 .pointline {
	font-size: 100%;
	color: #FFF;
	font-weight: 900;
	padding: 5px;
	padding-bottom: 5px;
	background-color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contact .mainFrame .mainCont a {
	color: #333;
	font-size: 0.75rem;
}
#contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
	border: none;
}
#contact .mainFrame .mainCont h4 {
	font-size: 120%;
	font-weight: normal;
}
#contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
	margin: 0;
	background-color: #fff;
}
#contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
	padding: 0px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p {
	margin: 5px 0;
	padding: 2px 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
	width: 40%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
	width: 50%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td {
	padding: 1px 1px 10px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	border: none;
	font-size: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
	margin-left: 15px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td input {
	margin-left: 27px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td:nth-child(2) input {
	margin-left: 24px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
	border: soild 1px;
}
div.enquete-section #contact {
	width: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="password"],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select {
	height: 40px;
	padding: 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"] {
	height: 40px;
	padding: 0;
	min-width: 80px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #cdcdcd;
	font-size: 110%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
#enquete-header {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio] {
	margin: 10px 5px 13px 20px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {
	margin: 10px 5px 10px 20px;
}
div.enquete-section {
	padding: 0;
}
div.enquete-section #contact table tbody tr td {
	width: 100%;
	border-top: none;
	padding: 0px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong {
	font-size: 120%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea {
	height: 150px;
	padding: 5px;
	width: 70%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit] {
	border: medium none;
	color: #FFF;
	font-size: 0.75rem;
	height: 25px;
	margin: 0 5px;
	padding: 0;
	width: 200px;
}
.shoplogo {
	width: 340px;
}
#enquete-footer {
	width: 100%;
	margin: 0 auto;
	height: 57px;
	line-height: 100%;
	position: relative;
	clear: both;
}
#enquete-footer #footer-inner .footer_gnavi {
	float: left;
}
#enquete-footer #footer-inner .footer_gnavi ul li:first-child {
	background-image: none;
	padding: 0 3px 0 0;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
	background: url("../img/slash_ccc.gif") no-repeat scroll left center transparent;
	color: #999;
	display: inline-block;
	font-size: 60%;
	line-height: 100%;
	padding: 0 3px 0 18px;
}
#enquete-footer #footer-inner .footer_gnavi ul li a {
	color: #999;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
	float: left;
}
#enquete-footer #copyright {
	float: right;
	font-size: 67%;
	text-align: right;
	color: #FFF;
}
#center-seo .centerbox,
#center3 .centerbox {
	font-size: 75%;
	margin: 0px;
	padding: 0 10px 10px;
	word-break: break-all;
}
#center-seo h3.title1,
#center3 h3.title1 {
	border-top: 3px solid #333;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin: 25px 0 0;
	padding: 19px 0;
}
#center-seo #bread,
#center3 #bread {
	color: #999;
	margin: 0px;
	padding: 5px 2% 15px;
	text-align: left;
	font-size: 75%;
	line-height: 200%;
}
#center-seo .mainCont {
	margin: 0px;
	width: auto;
}
#center3 .mainCont {
	margin: 0 0 15px;
	width: auto;
}
#center3 .centerbox .caution,
#EST_SPS_regi .caution {
	color: #d51414;
	font-weight: bold;
}
#center-seo .centerbox .caution {
	color: #d51414;
	font-weight: bold;
	text-align: left;
}
#center-seo .centerbox table th,
#center-seo .centerbox .bordlayoutp3 table th,
#center-seo .centerbox table td,
#center3 .centerbox table th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #2B2B2B;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-break: normal;
	min-width: 45px;
	padding: 1em 5px;
}
#center-seo .centerbox table td {
	text-align: left;
}
#center3 .centerbox table th {
	background-color: #efefef;
}
#center-seo .centerbox table tr.form_group label {
	white-space: initial !important;
}
#center3 .centerbox table th.sps-my-regular-order-number {
	width: 25% !important;
}
#center3 .centerbox table th.sps-my-regular-item {
	width: 50% !important;
}
#center3 .centerbox table td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow: hidden;
	text-align: left;
	min-width: 45px;
	padding: 1em 5px;
	vertical-align: middle;
	word-break: break-all;
}
#center3 .centerbox table td[width="5%"] {
	width: 10%;
}
#center-seo .centerbox .backcolor1,
#center3 .centerbox .backcolor1 {
	background-color: #EEEEEE;
	min-width: 100px;
	text-align: center;
}
#center3 .layoutp3 table th,
form[name$="FORM"]~tbody #center3 .layoutp3 table th {
	width: 30%;
	font-weight: bold;
	*width: 0%;
}
#center-seo .centerbox th.backcolor1,
#center-seo .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .centerbox th.backcolor1,
#center3 .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .bordlayoutp3 td {
	border: 1px solid #ccc;
	vertical-align: middle;
	white-space: initial !important;
}
#center3 .bordlayoutp3 .layoutp3 th,
#center3 .bordlayoutp3 .layoutp3 td {
	padding: 0px;
	border: none;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info {
	border: 1px solid #999;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info+td {
	*width: 70%;
}
#center3 .centerbox strong,
#center3 .centerbox h4 {
	text-align: left;
	font-weight: bold;
	width: 100% !important;
}
#center-seo .centerbox .layoutp3+.bordlayoutp3>table,
#center3 .centerbox .layoutp3+.bordlayoutp3>table {
	width: 95%;
}
#center3 img#OffAmazonPaymentsWidgets1 {
	margin: 15px 0;
}
#center-seo select,
#center-seo input[type="text"] {
	border: 1px solid #A9A9A9;
	height: 40px;
	line-height: 40px;
	margin: 2px 0px;
	max-width: 350px;
	min-width: inherit;
	width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td div select {
	border: 1px solid #A9A9A9;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 2px 4px;
	margin: 2px 0px;
	min-width: inherit;
}
#center3 input[type="text"],
#center3 input[type="password"] {
	border: 1px solid #A9A9A9;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 2px 4px;
	margin: 2px 0px;
	max-width: 350px;
	min-width: inherit;
	width: 100%;
}
#center3 select {
	height: 40px;
	line-height: 40px;
	padding: 2px 4px;
	margin: 2px 0px;
	max-width: 350px;
	min-width: inherit;
	width: auto;
}
#center3 textarea {
	padding: 2px 4px;
	margin: 2px 0px;
	min-width: inherit;
	width: 100%;
}
#center3 textarea[name="Naiyo"],
#center3 textarea[name="Naiyo2"] {
	height: auto !important;
}
span.sps-requiredPopup.cart_float_right {
	border-radius: 4px;
	background: #e73656;
	color: #fff;
	float: right;
	font-size: 0.7rem;
	margin-left: 0.5em;
	padding: 0.2em 0.5em;
	white-space: nowrap;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td div select,
#center-seo select,
#center-seo textarea {
	padding: 1px;
	margin: 2px 0px;
}
#center3 select[name="SEL_CARD"] {
	margin-left: 5px;
	padding: 1px;
}
#center-seo .centerbox table td input[type="radio"],
#center3 .centerbox table td input[type="radio"] {
	margin: 0 3px 0 5px;
}
table#enter form[name="NEWMEM"] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type="checkbox"] {
	margin: -3px 4px 0px 0px;
}
#center-seo p,
#center3 p {
	margin: 5px 0px;
	padding: 2px 0px;
}
#center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
	display: inline-block;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td {
	background-color: #FFF;
}
#contact #center1 .centerbox .mainCont form[name="NEXT"] h4+div.right input[type="button"] {
	height: 30px;
	margin: 10px 3px 0;
	padding: 0 1em;
}
#contact #center1 .centerbox .mainCont form[name="NEXT"] h4+div.right input[type="submit"] {
	height: 30px;
	margin: 0px 3px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type="radio"] {
	margin: 0px 3px;
	height: auto;
}
/*マイページボタン/カード情報*/
#center-seo .bordlayoutp3 table tbody tr td input[type="button"],
#center3 .bordlayoutp3 table tbody tr td input[type="button"] {
	margin: 7px auto 0;
}
/* マイページボタン/カード情報 */
#center3 .bordlayoutp3 table tbody tr td input[type="button"]:first-child {
	margin: 0 auto;
}
/* パスワード変更 */
form[name="PWDCHG"] #center3 .centerbox table tr:first-child td,
form[name="PWDCHG"] #center3 .centerbox table tr:nth-child(3) td {
	background-color: #EFEFEF;
}
form[name="PWDCHG"] #center3 .centerbox table tr:nth-child(3) td br {
	display: none;
}
/* メールアドレス変更 */
form[name="MAILCHG"] #center3 .centerbox table th {
	background-color: #FFF;
}
form[name="MAILCHG"] #center3 .centerbox table .backcolor1 th {
	background-color: #efefef;
}
form[name="MAILCHG"] #center3 .centerbox table td.center {
	text-align: left;
}
/*会員情報の変更/お届け先情報*/
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input,
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup select {
	height: 40px !important;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type="checkbox"],
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type="radio"] {
	height: auto !important;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup td {
	border: none;
	padding: 0;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup textarea {
	min-height: 160px;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup input[type="text"] {
	height: 40px !important;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td.sps-inputItem,
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup tr td:first-child {
	background-color: #EFEFEF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select,
#center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select {
	margin: 0 0 5px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
	margin: 2px 0;
	min-width: 350px;
}
table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
	width: 80% !important;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table {
	width: 100% !important;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table td {
	padding: 1em 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table div {
	margin: 0 0 5px !important
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_DATE_LIST"],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_TIME"],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name="RECV_NGDAY"],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"] {
	width: 350px;
}
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name="RECV_NGDAY"] {
	width: 350px !important;
	margin-left: 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"],
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name="RECV_TIME"] {
	width: 350px !important;
	margin-left: -4px;
}
/* お届け先情報 */
.cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"],
.cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"] {
	background-color: #FFF;
	border: 1px solid #AAA;
	color: #333;
	height: 30px;
	margin: 0;
}
.cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"] {
	background-color: #FFF;
	border: 1px solid #AAA;
	color: #333;
	height: 30px;
	margin-right: 5px;
}
.cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"]:hover {
	background-color: #FFF;
	border: 1px solid #AAA;
	font-weight: bold;
}
/* Amazonログイン */
.ui-dialog div[aria-describedby='amazon_dialog'] .ui-dialog-titlebar {
	border-radius: 0;
	border-bottom: 1px dotted #333 !important;
}
.ui-dialog div[aria-describedby='amazon_dialog'] .ui-dialog-titlebar .ui-dialog-title {
	font-size: 75%;
	color: #333;
	padding: 3px 0 4px 5px;
}
.ui-dialog #amazon_dialog #button_area .agree {
	text-align: center;
}
.ui-dialog #amazon_dialog #button_area input.button1 {
	background: none;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #FFF;
	font-size: .8rem;
	height: 40px;
	min-width: 148px;
}
div[aria-describedby='amazon_dialog'] .ui-widget-header,
div[aria-describedby='amazon_dialog'] .ui-dialog-titlebar {
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px dotted #333 !important;
}
div[aria-describedby='amazon_dialog'] .ui-dialog-title {
	font-size: 75% !important;
	padding: 3px 0 4px 5px !important;
}
div[aria-describedby='amazon_dialog'] .ui-dialog-content {
	padding: .5em 0;
}
div[aria-describedby='amazon_dialog'] #amazon_dialog #button_area {
	text-align: center;
}
.leftSearch {
	background-color: #F5F5F5;
	margin-bottom: 20px;
	overflow: hidden;
}
.leftSearch #searchbox_wrap {
	margin: 10px 2% 15px;
	overflow: hidden;
}
.leftSearch searchbox {
	color: #999;
	float: right;
	font-size: 65%;
	line-height: 160%;
	overflow: hidden;
	text-align: right;
}
.leftSearch #searchbox form {
	border: 1px solid #777777;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	height: 35px;
	width: 100%;
}
.leftSearch #searchbox input.searchbox {
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	height: 100%;
	padding: 0 5px;
	width: 80%;
}
.leftSearch #searchbox input.searchSubmit {
	padding: 0;
	width: 20%;
}
.leftSearch #searchbox p {}
#header-inner h2 {
	max-width: 340px;
}
.siteName {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 100%;
	line-height: 1em;
}
.siteName a {
	color: black;
}
.sitecopy {
	padding: 10px 10px 5px 5px;
	margin: 0px;
	color: #999;
	font-size: 80%;
	line-height: 1em;
}
.sitecopy a {
	color: black;
}
.header_area {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.footer_area {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cart-section .header_area {
	margin: 0 auto;
}
.cart-section .footer_area {
	margin: 0 auto;
}
#contents #main-column .footer_area {
	padding-top: 5px;
}
.pageNav form img {
	float: right;
}
#sub-column .category .fukidashi nav,
#sub-column .category .tatenarabi nav,
#sub-column .category #sps-itemListAllCategory nav {
	margin-bottom: 0;
}
#sub-column .category .fukidashi nav:last-child,
#sub-column .category .tatenarabi nav:last-child,
#sub-column .category #sps-itemListAllCategory section nav:last-child {
	margin-bottom: 20px;
}
#sub-column .category #sps-itemListAllCategory section nav:first-child {
	margin-bottom: 0;
}
#sub-column .category .fukidashi ul {
	zoom: 1;
}
#sub-column .category .fukidashi nav {
	position: relative;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
	padding: 5px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
	color: #333;
	font-weight: normal;
}
#sub-column .category nav ul li.listcat2 a {
	zoom: 1;
	display: block;
	padding: 15px 12px 15px 2%;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}
#sub-column .category nav ul li.listcat3 a {
	zoom: 1;
	display: block;
	padding: 15px 12px 15px 6%;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
}
#sub-column .category nav ul li.child a {
	color: #000;
}
section.half-cont div.category section {
	margin: 0 0 23px;
}
section.half-cont div.category section:last-child {
	margin: 0;
}
section.half-cont div.category section nav ul {
	font-size: 100%;
}
section.half-cont div.category section nav ul li {
	font-size: 85%;
	line-height: 150%;
}
#sub-column .category .sps-allList {
	margin-bottom: 20px;
}
#sub-column .category .sps-allList+#sps-itemListAllCategory {
	display: none;
	margin-top: -20px;
}
#center1 .centerbox .mainCont h3 {
	border-top: 3px solid #333;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 21px 0;
}
#contact #center1 .centerbox h3.title1 {
	border-top: 3px solid #333;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 21px 0;
}
#center1 .centerbox .mainCont .column-set .column5 h3,
#center1 .centerbox .mainCont .column-set .column5 h3 {
	border-top: none;
	font-weight: bold !important;
	margin: 0 0 7px !important;
}
.mainCont p.no2 {
	font-size: 130%;
	width: 900px !important;
}
/* お客様の声をお送りください */
.sps-reviewComment .mainCont p.no2 {
	font-size: 130%;
	width: 900px !important;
	margin: 0 auto;
}
.mainCont>.comment_box {
	width: 900px !important;
	margin-top: 15px;
}
.mainCont .comment_box input[type="text"],
.mainCont .comment_box select {
	height: 34px;
}
.mainCont .comment_box td.backcolor1 {
	background-color: #EEE;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #2B2B2B;
	font-weight: bold;
	text-align: left;
	word-break: normal;
	width: 15em !important;
}
.mainCont .comment_box td.backcolor2 {
	background-color: #fff;
	border: 1px solid #999;
	color: #2B2B2B;
	font-weight: normal;
	padding: 1em;
	text-align: left;
	word-break: normal;
}
.mainCont .comment_box td {
	font-size: 100%;
}
.mainCont .comment_box td.backcolor2 div.float_left {
	text-align: left;
}
.mainCont .comment_box td.backcolor2 div.float_left a {
	text-decoration: underline;
}
.mainCont .comment_box td.center {
	text-align: center !important;
}
.mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"],
.mainCont .comment_box td.backcolor2 div.write_comment input[type="button"] {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	font-size: 100%;
	font-weight: normal;
	height: 40px;
	padding: 0 2%;
	text-align: center;
	margin: 2px 2px;
	width: 150px;
}
.mainCont .comment_box form[name="form3"] table td.backcolor2 table {
	margin: 0 auto;
	width: auto;
}
.mainCont .comment_box table td.backcolor2 input[type="submit"] {
	font-size: 100%;
	width: 150px;
}
.mainCont .comment_box td.backcolor2 table input[name="ACC"],
.mainCont .comment_box td.backcolor2 table input[name="PWD"] {
	height: 32px;
	width: auto !important;
}
#center1 .mainCont input[value="商品選択に戻る"],
#center1 .mainCont input[value="内容を確認する"] {
	min-width: 180px;
}
/*カゴ画面買い物を続ける/購入手続きへ進む/適用ボタン*/
/*カゴ画面変更/削除ボタン*/
div.mainCont input[type="button"],
div.mainCont input[type="submit"]{
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	font-size: 100%;
	height: 40px;
	padding: 0 2%;
	text-align: center;
	margin: 5px 2px;
}
.itemDescFc {
	position: absolute;
	margin-left: 5px;
}
/* まとめ買い */
#main-column #itemList .column4 h2.sps-add-to-cart-together,
#main-column #itemList .column5 h2.sps-add-to-cart-together,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04em;
	margin: 10px 0 0 0;
	overflow: visible !important;
}
#main-column #itemList2 .column4 h2.sps-add-to-cart-together,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together {
	float: right;
	text-align: right;
	width: 78%;
	padding-left: 20px;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together,
#main-column #itemList .column5 h2.sps-add-to-cart-together{
	text-align: left;
}
#main-column #itemList2 .column4 h2.sps-add-to-cart-together,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together {
	text-align: right;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together select,
#main-column #itemList .column5 h2.sps-add-to-cart-together select,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together select,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together select{
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	border-radius:0;
	border: none;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together select::-ms-expand,
#main-column #itemList .column5 h2.sps-add-to-cart-together select::-ms-expand,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together select::-ms-expand,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together select::-ms-expand{
	display: none;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together select,
#main-column #itemList .column5 h2.sps-add-to-cart-together select,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together select,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together select{
	background: url(/uploads/sps/img/common/ico_list_slt_pc.png) no-repeat right top;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together select,
#main-column #itemList .column5 h2.sps-add-to-cart-together select,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together select,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together select{
	position: relative;
	top: -3px;
	cursor: pointer;
	border: 1px solid #e8e4e1;
	width:60px;
	height:25px;
	padding: 0 20px 0 5px;
	margin: 0 10px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.14em;
	vertical-align:middle;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together input,
#main-column #itemList .column5 h2.sps-add-to-cart-together input,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together input,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together input {
	text-align: right;
}
#enter #contents {
	width: auto;
}
/* フッタご利用ガイド調整用 */
.footer_area .w100 .freeArea2 {
	border: none;
}
.footer_area .w100 .freeArea2 h2 {
	font-size: 90% !important;
}
/* まとめ割引詳細用 */
div[aria-describedby='bundle_dialog'] * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
div[aria-describedby='bundle_dialog'] .ui-dialog-content {
	padding: 1em 0 0 !important;
}
div[aria-describedby='bundle_dialog'] .ui-dialog-title {
	color: #333;
	font-size: 0.7em;
	padding: 3px 0 4px;
}
#bundle_detail>h4 {
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	padding-bottom: 0.5em;
}
#bundle_detail>.bundle_table+h4,
#bundle_detail>.bundle_table+.bundle_table {
	margin-top: 1.5em;
}
#bundle_detail>.bundle_table td {
	padding: 2px 4px;
	border: 1px solid #999;
	font-size: 0.7em;
	color: #333;
	word-break: break-all;
}
#bundle_detail>.bundle_table td.bundle_title,
#bundle_detail>.bundle_table td.bundle_backcolor1 {
	background: #DDD;
}
#bundle_detail>.bundle_table td.bundle_backcolor1 {
	text-align: center;
}
#bundle_detail>.bundle_table td span.bundle_name {
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #6599cc;
	line-height: 1.3;
}
#bundle_detail>div:last-child {
	padding: 1.5em 0 1em;
	text-align: center;
}
#bundle_detail>div:last-child input {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #FFF;
	font-size: 85%;
	height: 40px;
	padding: 0 2%;
	width: 30%;
}
div[aria-describedby='bundle_dialog'] .ui-widget-header {
	border: none;
	border-bottom: 1px dotted #333;
	border-radius: 0;
	background: #FFF;
	text-align: left;
	padding: 0;
}
#bundle_dialog table {
	border-collapse: collapse;
}
.bundle_name {
	color: #6599cc;
	display: inline-block;
	margin-top: 3px;
	padding: 5px;
	border: 1px solid #6599cc;
	border-radius: 3px;
	line-height: 1.3;
	text-decoration: none !important;
}
.bundle_name font {
	color: #6599cc;
}
#bundle_link {
	font-size: 90%;
}
#bundle_link a {
	font-weight: normal;
}
/* 定期、頒布会商品初回価格 */
p.rg_price span.regular_price_str {
	color: #2A78D0;
	margin-bottom: 3px;
}
p.rg_price span.regular_price {
	color: #2A78D0;
	margin-bottom: 3px;
}
/* 価格と在庫一覧ポップアップ */
#variationPriceAnnounceMailDialog,
#spsVarpriceStockDialog1 {
	padding: 1em 0 !important;
}
div[aria-describedby='variationPriceAnnounceMailDialog'],
div[aria-describedby='spsVarpriceStockDialog1'] {
	padding: 1em;
}
#spsVarpriceStockDialog1>div:last-child input {
	font-size: 90% !important;
	width: 30%;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType {
	min-width: 50%;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType th,
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType td {
	font-size: 100%;
	vertical-align: middle;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType td.backcolor1 {
	width: 25%;
}
div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType p {
	font-size: 90%;
	margin: 0;
	padding: 10% 7%;
}
/* 入荷連絡 */
#variationPriceAnnounceMailDialog {
	padding: .5em 0 !important;
}
#variationPriceAnnounceMailDialog div.layoutp3>div:last-child input {
	font-size: 100% !important;
	width: 30%;
}
#spsVarpriceStockDialog1 #itemStocklist table.contType {
	width: 100%;
}
#spsVarpriceStockDialog1 #itemStocklist td.backcolor2 p a.announceMail img {
	display: block;
	margin-top: 10px;
	width: 110px;
}
#spsVarpriceStockDialog1 .cartArea table.variation td a img {
	width: 110px;
}
/* マイページ */
#center3 .centerbox form[name="Login"] table td {
	border-top: none;
	min-width: 60px;
}
#center3 .centerbox form[name="Login"] table tr:last-child td {
	border-bottom: none;
}
#center3 input.sps-my-display[type="button"],
#center3 input.sps-my-change-display[type="button"] {
	background-color: #FFF;
	color: #333;
	height: 34px;
	margin: 0 0 15px;
}
#center3 .bordlayoutp3 input[value="次回から全て再開"] {
	height: 30px;
	max-width: 200px;
	min-width: 170px;
}
#center3 .bordlayoutp3 table tbody tr td input[value="再開"] {
	height: 30px;
	margin: 5px auto;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}
#center3 .bordlayoutp3 table tbody tr td input[value="休止"] {
	background-color: #fff;
	color: #333;
	height: 30px;
	margin: 5px auto;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}
#center3 .bordlayoutp3 h4 input {
	height: 30px;
}
#center3 .bordlayoutp3 table tbody tr td input[value="変更"] {
	height: 30px;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}
#center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用する"],
#center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用しない"] {
	height: 30px;
	margin-left: 10px;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table tr td.send_info {
	width: 12em !important;
}
/*カゴ画面買い物を続ける/購入手続きへ進む/適用 レジ画面戻る/次へ 入力確認戻る/注文する/反映/編集/別の住所に送る/注文する*/
/*カゴ画面変更削除ボタン*/
#center-seo input[type="submit"],
#center-seo input[type="button"],
#center3 input[type="submit"],
#center3 input[type="button"],
#contact #center1 .centerbox .mainCont input[type="button"],
#contact #center1 .centerbox .mainCont input[type="submit"]{
	background: none;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	font-size: .75rem;
	height: 40px;
	padding: 0 2%;
	width: 42%;
}
#center3 input[type="button"],
#center3 input[type="submit"] {
	min-width: 150px;
	width: auto;
}
/* カート(#EST_SPS_cart)/レジ(#EST_SPS_regi)/注文完了(#EST_SPS_order)アンケート */
.cart-section #contact #center1 .centerbox .mainCont {
	margin-bottom: 20px;
}
#contact #center1 .centerbox .mainFrame .mainCont h4 {
	display: inline-block !important;
	font-weight: bold;
	margin: 35px 0 15px;
}
div.cart-section div#contact img[height="1"] {
	display: none;
}
.cart-section #contact table td {
	padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
	text-align: left !important;
	background: no-repeat;
	font-size: 120%;
	font-weight: bold;
	min-width: 80px;
	width: 7% !important;
}
/*購入手続きへ進む/適用 レジ画面戻る/次へ 入力確認戻る/注文する/反映/編集/別の住所に送る/注文する*/
/*カゴ画面変更削除ボタン*/
#contact #center1 .centerbox .mainCont input[type="button"],
#contact #center1 .centerbox .mainCont input[type="submit"]{
	margin: 5px 0;
	padding: 0 2em;
	min-width: 100px;
	width: auto;
}
/*カゴ画面購入手続きへ進むボタン*/
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"],
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"] {
	background-color: #6599cc;
	border-color: #6599cc;
	color: #FFF;
	font-size: 135%;
	height: 56px;
	letter-spacing: 0.13em;
	padding: 0;
	vertical-align: middle;
	width: 330px;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="戻る"] {
	font-size: 135%;
	height: 56px;
	letter-spacing: 0.13em;
	margin: 5px 15px 5px 0;
	vertical-align: middle;
	width: 190px;
}
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "],
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"] {
	background-color: #6599CC;
	border-color: #6599CC;
	color: #FFF;
	font-size: 135%;
	height: 56px;
	letter-spacing: 0.13em;
	padding: 0;
	vertical-align: middle;
	width: 330px;
}
.cart-section #contact #center1 .centerbox .mainCont input[value="変更"],
.cart-section #contact #center1 .centerbox .mainCont input[value="削除"] {
	height: 30px;
	margin: 5px auto;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name="COUPONCODE"] {
	display: inline;
	height: 40px !important;
	margin-left: 5px;
	min-width: 48%;
}
/* カートのまとめ割引リンク用 */
.bundle_display a {
	display: inline-block;
	margin-top: 3px;
	padding: 5px;
	border: 1px solid #6599cc;
	border-radius: 3px;
	line-height: 1.3;
	text-decoration: none !important;
	color: #6599cc;
}
.bundle_display a font {
	color: #6599cc;
}
#contact table.cartItem .backcolor2 a#bundle_desc {
	color: #6599cc;
}
/* カート内関連商品 */
#contents .cart-section h4.SPS-cart-related_item {
	border-top: 3px solid #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 21px 0;
	width: 100%;
}
div[aria-describedby='variationPriceAnnounceMailDialog'] .ui-dialog-titlebar-close,
div[aria-describedby='spsVarpriceStockDialog1'] .ui-dialog-titlebar-close {
	top: 30%;
}
input#announceMailAddress {
	width: 99%;
}
.sps-enqueteTable input[type="radio"] {
	margin: 0 3px 2px 5px;
}
/* 支払方法選択 */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
	padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .point_use_table .side,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side .paytypewrap {
	padding: 10px 15px;
}
#EST_SPS_cart #contact div.mainCont h4.newMemberinfo {
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	overflow: hidden;
}
#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
	padding: 1em 5px;
	text-align: left;
	width: 18%;
}
.cartTopMsg {
	margin-top: 1em;
}
/* 1912追記 */
.closeAT {
    font-weight: 700;
    color: #dc143c;
}
/*　終わり */
form[name=COUPON] .backcolor2 {
	padding: 1em !important;
}
.login-next {
	margin-top: 1em;
}
/* レジ画面プルダウン */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select {
	height: 34px;
	margin: 5px 0;
}
.SPS-regi-item_detail {
	display: block !important;
	padding-top: 3em;
}
#contact table.cartItem {
	margin: 0;
}
#contact select[name^="enq_ans_month"],
#contact select[name^="enq_ans_day"] {
	min-width: 60px;
}
#EST_SPS_cart #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table td hr {
	display: block;
	margin: 0 20px 1rem;
	height: 2px;
	background-color: #e0e0e0;
	border: 0;
}
.cartBtnPreviousBottom {
	display: inline-block;
	vertical-align: middle;
}
.itemPic img {
	height: auto;
	min-width: 50px;
}
.SPS-fontlarge {
	font-size: 1.2em;
	vertical-align: middle;
}
#EST_SPS_order .sps-noregist {
	cursor: pointer;
	display: inline-block;
	margin-top: 0.5em;
	font-size: 0.8em;
}
.sps-coupon_notice {
	font-size: 0.8em;
}
/* お届けスケジュールカレンダー表示 */
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.first {
	padding: 1rem 0.5% 1rem 1% !important;
	width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.second {
	padding: 1rem 0.5% !important;
	width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.third {
	padding: 1rem 1% 1rem 0.5% !important;
	width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal th {
	padding: 20px;
	text-align: center;
}
/* 会員登録完了 */
#contact #center3 .centerbox h3.title1 {
	font-size: .9rem;
	letter-spacing: 0.05em;
	padding: 21px 0;
}
#contact #center3 .centerbox .mainCont p {
	font-size: .8rem;
}
@media screen and (min-width:1280px) and ( max-width:1500px) {
	#main-column .expl.expl-fixed {
		max-width: 1500px !important;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width: 1279px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1279px) {
	.column-set .quantityArea input[type="text"],
	div.enquete-section input[type="text"],
	#center1 input[name="RECV_NGDAY"],
	#center3 input[name="RECV_NGDAY"],
	h2.sps-add-to-cart-together input[type="text"],
	section#itemDetail-wrap table.spec td input,
	.column4 h2 input,
	.column5 h2 input {
		display: inline;
	}
	/* header */
	/* header #hNav */
	/* #gnav */
	/* column */
	/* パンくずリスト */
	/* サイド */
	/* 一覧表示 */
	/* 商品一覧ページ */
	#itemList_wrap #pager-top,
	#itemList_wrap #pager-bm{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:959px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 959px) {
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	/* header */
	#header-inner {
		background-size: cover !important;
		position: relative;
		width: 100%;
	}
	#header-inner #logo {
		display: block;
		margin-bottom: 10px;
		min-height: 46px;
		padding: 20px 0 0;
		text-align: left;
		width: 33%;
	}
	/* header #hNav */
	#header-inner #hNav {
		display: block;
		overflow: hidden;
		margin: 15px 0 0;
		width: 100%;
	}
	#hNav ul#keyword li a {
		background-color: #EFEFEF;
		border-radius: 3px;
		display: inline-block;
		float: none;
		margin: 0 0 2%;
		padding: 2%;
	}
	#hNav nav,
	#hNav .cart-nav {
		position: absolute;
		top: 20px;
		right: 2%;
	}
	#hNav ul#header-nav li {
		color: #333;
		font-size: 80%;
		margin-right: 62px;
		padding: 0 5px;
	}
	#hNav ul#header-nav li#header-nav-mypage a::before,
	#hNav ul#header-nav li#header-nav-cart a::before {
		display: block;
		height: 28px;
		margin: 0 auto 3px;
		top: 0;
		width: 28px;
	}
	#hNav ul#header-nav li#header-nav-cart {
		margin-left: -62px;
	}
	#hNav ul#header-nav li#header-nav-drawer {
		background: #FFF;
		border: 1px solid #888;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		height: 46px;
		margin: 0;
		padding: 0;
		position: fixed;
		right: 2%;
		top: 20px;
		white-space: nowrap;
		width: 46px;
		z-index: 150;
	}
	#header-nav-drawer span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 3px;
		margin: -3px 0 0 -12px;
		background: #777;
		-webkit-transition: .2s;
		transition: .2s;
	}
	#header-nav-drawer span::before,
	#header-nav-drawer span::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 3px;
		background: #777;
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header-nav-drawer span::before {
		margin-top: -10px;
	}
	#header-nav-drawer span::after {
		margin-top: 7px;
	}
	#header-nav-drawer.spsDrawerOpen span {
		background: transparent;
	}
	#header-nav-drawer.spsDrawerOpen span::before,
	#header-nav-drawer.spsDrawerOpen span::after {
		margin-top: 0;
	}
	#header-nav-drawer.spsDrawerOpen span::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header-nav-drawer.spsDrawerOpen span::after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#hNav #searchbox_wrap {
		margin: 0 0 10px;
		width: 100%;
	}
	#hNav #searchbox {
		float: none;
		overflow: hidden;
		margin: 0px auto;
		width: 100%;
	}
	#hNav #searchbox p {
		display: none;
		margin: 0;
	}
	#hNav #searchbox form {
		height: 50px;
		position: relative;
		width: 100%;
	}
	#hNav #searchbox input.searchbox {
		height: 48px !important;
		padding: 0 70px 0 5px;
		width: 100%;
	}
	#hNav #searchbox input.searchSubmit {
		background-color: #777;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
	}
	input[type="text"],
	input[type="password"] {
		border-radius: 0;
		height: 40px !important;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	input[type="button"],
	input[type="submit"] {
		height: 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	input[type="image"] {
		border-radius: 0;
		height: auto;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	select {
		background-color: #FFF;
		border: 1px solid #A9A9A9;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		height: 40px;
	}
	/* #gnav */
	#gnav div.cart-nav,
	#gnav nav {
		width: 100%;
	}
	/* column */
	#contents {
		width: 100%;
	}
	#main-column {
		float: none;
		margin-bottom: 0;
		width: 100%;
	}
	section section {
		padding: 0;
	}
	.newItem,
	.pickup,
	.ranking {
		padding: 0;
		margin: 0 0 10px;
	}
	#main-column .half-cont_wrap01 .half-cont .category h2,
	#main-column .half-cont_wrap02 .half-cont .category h2,
	#main-column .half-cont_wrap01 .half-cont .group h2,
	#main-column .half-cont_wrap02 .half-cont .group h2 {
		padding: 21px 0;
		font-size: 100%;
	}
	/* 商品一覧(768px) */
	.column4 .itemThumb,
	.column5 .itemThumb,
	.column4 .item-list-span-img,
	.column4 .itemThumb a,
	.column5 .itemThumb a,
	.column5 .item-list-span-img {
		height: 100%;
		width: 100%;
	}
	.column4 .itemThumb a img,
	.column5 .itemThumb a img {
		height: 100%;
		width: 100%;
		max-height: 100%;
		max-width: 100%;
	}
	.column4 p.sps-itemList-stockDisp a,
	.column5 p.sps-itemList-stockDisp a {
		font-size: 95%;
		margin: 0;
		padding: 1% 2%;
		width: 100%;
	}
	.column4 h2 select,
	.column5 h2 select {
		height: 34px;
		width: 40px;
	}
	.column4 h2 input,
	.column5 h2 input {
		height: 34px;
		padding: 0 2%;
		text-align: right;
		width: 40px;
	}
	.column5 {
		float: left;
		width: 22%;
		margin: 0 4% 10px 0;
		padding-bottom: 10px;
	}
	.column5:nth-child(3n+1) {
		clear: none;
	}
	.column5:nth-child(4n+1) {
		clear: both;
	}
	.column5:nth-child(4n) {
		margin: 0 0 10px 0;
	}
	.column5:nth-child(5n) {
		margin: 0 4% 10px 0;
	}
	.column5:nth-child(5n+1) {
		clear: inherit;
	}
	.column5:nth-child(20n) {
		margin: 0 0 10px 0;
	}
	.column5:nth-child(20n+1) {
		clear: both;
	}
	/* パンくずリスト */
	#bread-crumb {
	}
	/* サイド */
	/* サイドカラム(768px) */
	#sub-column {
		background-color: #F5F5F5;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		float: none;
		height: 100%;
		margin: 0;
		overflow-y: auto;
		padding: 75px 2% 0;
		position: fixed;
		right: -60%;
		top: 0;
		width: 60%;
	}
	/* サイドメニューオープン(768px) */
	#sub-column.spsDrawerOpen {
		-webkit-transition: .5s transform ease-in-out;
		transition: .5s transform ease-in-out;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-overflow-scrolling: touch;
		z-index: 100;
	}
	#wrapper.spsDrawerOpen::before {
		background: rgba(0, 0, 0, .6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 50;
	}
	#sub-column.spsDrawerClose {
		-webkit-transition: .5s transform ease-in-out;
		transition: .5s transform ease-in-out;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		-webkit-overflow-scrolling: touch;
		z-index: 100;
	}
	#sub-column .group,
	#sub-column .category,
	#sub-column #followUs,
	#sub-column .newItem,
	#sub-column .link {
		margin-bottom: 20px;
	}
	#sub-column h2 {
		background-color: #F5F5F5;
		padding: 19px 2%;
	}
	#sub-column .group nav ul li a,
	#sub-column .category nav ul li a,
	#sub-column .link nav ul li a {
		font-size: 100%;
	}
	#sub-column .freeArea2 .free-contents {
		background-color: #FFF;
		font-size: 80%;
		padding: 2%;
	}
	/* フッター/ドロワー内 検索ボックス(768px) */
	.leftSearch {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0;
		overflow: hidden;
	}
	.leftSearch #searchbox_wrap {
		margin: 15px 0;
		width: 100%;
	}
	.leftSearch #searchbox {
		overflow: hidden;
		margin: 0px auto;
		width: 100%;
	}
	.leftSearch #searchbox p {
		display: none;
		margin: 0;
	}
	.leftSearch #searchbox form {
		height: 50px;
		position: relative;
		width: 100%;
	}
	.leftSearch #searchbox input.searchbox {
		height: 48px !important;
		padding: 0 70px 0 5px;
		width: 100%;
	}
	.leftSearch #searchbox input.searchSubmit {
		background-color: #777;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
	}
	/* ドロワー内 カレンダー(768px) */
	#sub-column #subc_calendar {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin-bottom: 0;
		padding: 0;
		width: 100%;
	}
	#sub-column div.subc_cal_cont {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin-bottom: 20px;
		width: 100%;
	}
	#sub-column div#subc_calendar h2 {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		font-size: 100%;
		padding: 19px 2% 35px;
		width: 100%;
	}
	#sub-column div.subc_cal_cont .cap .cap-info {
		background-color: #FFF;
		padding: 10px 0;
	}
	/* ドロワー内 メルマガ(768px) */
	#sub-column #snav_mailMag {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}
	#sub-column div.snav_mailMag_cont {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	#sub-column div.snav_mailMag_cont p:last-child {
		background-color: #FFF;
		height: auto;
		line-height: 130%;
		margin: 15px 0 10px 24%;
		padding: 10px 1%;
	}
	/* フッター/ドロワー内 注目キーワード(768px) */
	#sub-column .link.keyword nav {
		padding: 5px 2% 0;
	}
	#sub-column .link.keyword nav ul li {
		border: none;
		background-color: inherit;
		display: inline;
	}
	#sub-column .link.keyword nav ul li a {
		background-color: #FFF;
		border-radius: 3px;
		display: inline-block;
		margin: 0 0 2%;
		padding: 3% 2%;
	}
	#sub-column .keyword nav ul li a::after {
		display: none;
	}
	/* 一覧表示 */
	/* 商品一覧ページ */
	#main-column .expl input[type=button] {
		position: static;
	}
	#itemList_wrap #itemList .column-set {
	}
	#itemList_wrap #pager-top .pagerlist,
	#itemList_wrap #pager-bm .pagerlist{
		white-space: normal;
	}
	#itemList_wrap #pager-top .selectbox {
		width: 100%;
		display: block;
		float: none;
	}
	#itemList_wrap #pager-top .quantity,
	#itemList_wrap #pager-top .pagerlist,
	#itemList_wrap #pager-bm .quantity,
	#itemList_wrap #pager-bm .pagerlist{
		display: block;
	}
	#itemList_wrap #pager-top .quantity,
	#itemList_wrap #pager-bm .quantity {
		padding-right: 0;
		padding-top: 10px;
	}
	#itemList_wrap #pager-top .pagerlist li,
	#itemList_wrap #pager-bm .pagerlist li {
		margin-top: 10px;
	}
	#itemList_wrap #pager-top {
	}
	/* 写真のみ(768px) */
	#itemList .column4 .sps-wishAddItem img,
	#itemList .column5 .sps-wishAddItem img,
	#itemList .column4 .sps-wishAddItemOk img,
	#itemList .column5 .sps-wishAddItemOk img {
		margin: 10px 0 0 75%;
		width: 25%;
	}
	/* 説明付き(768px) */
	#itemList2 .column4 .sps-wishAddItem img,
	#itemList2 .column5 .sps-wishAddItem img,
	#itemList2 .column4 .sps-wishAddItemOk img,
	#itemList2 .column5 .sps-wishAddItemOk img {
		margin-left: 88%;
		width: 12%;
	}
	/* まとめ買い(768px) */
	h2.sps-add-to-cart-together input[type="text"] {
		display: inline;
		height: 34px;
	}
	h2.sps-add-to-cart-together select {
		height: 34px;
	}
	/* 入荷連絡(768px) */
	#variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 th {
		border-left: none;
		border-right: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		padding: 10px 5px;
		width: 100%;
	}
	#variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 td {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		border: none;
		padding: 10px 5px;
		width: 100%;
	}
	div[aria-describedby='variationPriceAnnounceMailDialog'],
	div[aria-describedby='spsVarpriceStockDialog1'] {
		left: 2% !important;
		right: 2%;
		position: absolute !important;
		width: 96% !important;
	}
	/* 商品詳細ページ */
	#itemDetail-cont .itemThumb-wrap {
		width: 45%;
	}
	#itemDetail-cont .itemOutline {
		width: 55%;
	}
	#itemDetail-cont .itemThumb-wrap {
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb-main {
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb ul {
	}
	#itemDetail-cont .itemOutline {
		padding-left: 20px;
		padding-right: 20px;
	}
	.itemOutline ul.snsArea,
	article#Detail .itemOutline ul.infoArea {
		height: auto;
	}
	section#itemDetail-wrap table.spec tr.option_area td select.option_parts {
		height: 34px;
		width: 85%;
	}
	section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
	section#itemDetail-wrap table.spec tr.option td input {
		height: 34px !important;
		width: 85%;
	}
	section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
		height: 34px;
		width: 85%;
	}
	section#itemDetail-wrap table.spec td input {
	}
	section.recommend .column-set .quantityArea input,
	section.recommend .column-set .quantityArea select {
		display: inline;
		height: 34px !important;
		width: 40px;
	}
	article#Detail #main-column section.recommend .column-set {
	}
	/* ポップアップ全般(768px) */
	.ui-dialog {
		width: 96% !important;
		left: 2% !important;
		top: 20px !important;
		max-height: 80vh;
		overflow: auto;
	}
	.ui-dialog .ui-dialog-content,
	.ui-widget-content {
		max-height: 80vh !important;
	}
	div#sps-cartaddModal {
		width: 100% !important;
	}
	.ui-dialog #notChangeCycleDialog.ui-dialog-content {
		height: initial !important;
	}
	div[aria-describedby='notChangeCycleDialog'] {
		position: fixed;
	}
	div[aria-describedby='amazon_dialog'] {
		position: fixed !important;
	}
	/* 入荷連絡/在庫一覧スクロール(768px) */
	#variationPriceAnnounceMailDialog,
	#spsVarpriceStockDialog1 {
		height: 96% !important;
		max-height: 96% !important;
	}
	div[aria-describedby='variationPriceAnnounceMailDialog'],
	div[aria-describedby='spsVarpriceStockDialog1'] {
		position: fixed !important;
	}
	/* 商品画像ポップアップ(768px) */
	.ui-dialog div#dialog {
		height: 93% !important;
	}
	.fl_contents .fl_main {
		float: none;
		margin: 0 0 10px;
		overflow: initial;
	}
	.fl_main div {
		max-width: 85% !important;
		display: table-cell;
		vertical-align: middle;
		float: none !important;
	}
	.fl_contents .fl_thumbnail {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		float: none;
		max-width: none !important;
		overflow: hidden;
		width: 100%;
	}
	/* ダイアログ-商品を追加しました(768px) */
	div.sps-cartaddBtnContent {
		width: 460px;
		margin: 0 auto;
	}
	div[aria-describedby='sps-cartaddModal'] {
		height: auto !important;
	}
	section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
		min-width: 69px;
	}
	#spsVarpriceStockDialog1 table.variation th.sps-variation-stock {
		max-width: 120px;
		min-width: 100px;
		width: 121px !important;
	}
	section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
		max-width: 121px;
		min-width: 100px;
		width: 121px !important;
	}
	section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
		height: auto;
		max-width: 110px;
	}
	#center3 .centerbox table td.backcolor2 input[type="text"] {
		width: 98%;
	}
	.fl_contents {
		width: auto !important;
	}
	.fl_main {
		display: table;
		width: 100% !important;
	}
	.fl_main div {
		left: 0 !important;
	}
	.fl_main_img {
		height: initial !important;
		padding-top: 0 !important;
		margin: 0 auto;
		max-width: 100% !important;
	}
	#thum_next,
	#thum_prev {
		min-width: 15px;
		padding-left: 5px !important;
		padding-top: 0 !important;
	}
	.fl_t_item {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 18% !important;
		margin: 1% !important;
		padding: 2% !important;
	}
	.fl_img_selected {
		border: 1px solid #C9E1F4 !important;
		margin: 1% !important;
		padding: 2% !important;
	}
	.freeArea2.shopDiary p {
		font-size: 100%;
	}
	/* 店長日記 */
	#main-column .freeArea2.shopDiary p a {
		margin: 15px 0 0 66%;
		padding: 1%;
		width: 34%;
	}
	.half-cont,
	.half-cont:nth-child(2n) {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		float: none;
		margin: 0;
		width: 100%;
	}
	/* サイトマップ(768px) */
	section #document .txt-list03 section.tree00 {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}
	/* お客様の声(768px) */
	article #main-column section.rating .tmb {
		margin-right: 2%;
		width: 23%;
	}
	article #main-column section.rating .reviewTxt {
		width: 75%;
	}
	article #main-column section.rating h2 {
		display: block;
		width: 100%;
	}
	article #main-column section.rating .btnMore {
		display: block;
		margin: 10px 0 0 0;
		width: 170px;
	}
	article #main-column form[name="REVIEWLIST"] .btnMore img {
		width: 190px;
	}
	/* カート/アンケート(768px) */
	#cart-header #hNav ul#header-nav li#header-nav-cart,
	#enquete-header #hNav ul#header-nav li#header-nav-cart {
		margin-left: 0;
	}
	#cart-header #hNav ul#header-nav li,
	#enquete-header #hNav ul#header-nav li {
		margin-right: 0;
	}
	#main-column-full {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}
	#cart-header #header-inner {
		display: table;
	}
	#cart-header #main-nav {
		display: none;
	}
	#contact {
		width: 100%;
		margin: 0 auto;
	}
	#center1 .centerbox .mainCont {
		padding: 10px 0;
	}
	#contact #center1 .centerbox .mainCont .step_navi01,
	#contact #center1 .centerbox .mainCont .step_navi02,
	#contact #center1 .centerbox .mainCont .step_navi03,
	#contact #center1 .centerbox .mainCont .step_navi04 {
		background-size: 100%;
		margin: 0 auto;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[type="submit"] {
		margin: 5px 0;
		padding: 0 1em;
		min-width: 50px;
		width: auto;
	}
	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"] {
		padding: 0 6%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
		margin-right: 5px;
		max-width: 50px;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="削除"] {
		max-width: 60px;
		min-width: 34px;
		width: auto;
	}
	/* 削除ボタン */
	.sps-coupon_notice {
		display: block;
	}
	/* SSL */
	.sps-sslSticker-description {
		line-height: 140%;
		margin: 0 !important;
		width: auto !important;
	}
	/* カート内関連商品(768px) */
	#contents .cart-section .column5 {
		float: left;
		width: 22% !important;
		margin: 0 4% 10px 0 !important;
		padding-bottom: 10px !important;
	}
	#contents .cart-section .column5:nth-child(4n) {
		margin: 0 0 10px 0 !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"]#PREPAIR_POINT {
		display: inline;
	}
	/* 会員情報の変更/お届け先情報(768px) */
	#contact #center1 .centerbox #cartNewmem #newMemberTitle h3.title1 {
		font-size: 150%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td,
	#contact .sps-inputTable td,
	#center3 .sps-inputTablePopup td,
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputItem,
	#contact .sps-inputTable td.sps-inputContent,
	#center3 .sps-inputTablePopup td.sps-inputItem,
	table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td {
		border-left: 0;
		border-right: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100% !important;
	}
	table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td:nth-child(2) {
		border: none;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi td {
		border: none;
		width: 100% !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
		padding: 0 !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:nth-child(2) {
		padding: 0 0 1rem !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable tr:last-child td {
		border: none;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent,
	#contact .sps-inputTable td.sps-inputConten,
	#center3 .sps-inputTablePopup td.sps-inputContent {
		border: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100% !important;
	}
	#center3 .sps-inputTablePopup td:first-child {
		font-weight: bold;
		text-align: left;
	}
	#center3 .sps-inputTablePopup input[type="text"],
	#center3 .sps-inputTablePopup input[type="password"],
	#center3 .sps-inputTablePopup select {
		max-width: 100%;
		width: 100%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td:nth-child(2n),
	#center3 .sps-inputTablePopup td:nth-child(2n) {
		border: none;
	}
	#center3 .sps-inputTablePopup td.form_group {
		line-height: 225%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont input[type="text"],
	#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont textarea {
		width: 100%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent input[type="text"],
	#center3 .sps-inputTablePopup .sps-inputContent input[type="text"],
	#center3 .sps-inputTablePopup td input[type="text"],
	#center3 .sps-inputTablePopup td select[name="Pref"] {
		max-width: initial;
		width: 100% !important;
	}
	#center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup td {
		background-color: #FFF;
		display: block;
		width: 100% !important;
	}
	#center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:first-child {
		padding: 0;
	}
	#center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:nth-child(2) {
		padding-top: 0;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select span,
	#center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select span {
		margin: 0 10px 0 0;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_TIME"],
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_DATE_LIST"],
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name="RECV_NGDAY"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"],
	#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name="RECV_TIME"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"] {
		width: 100% !important;
		margin-left: 0;
		max-width: inherit;
	}
	#center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"],
	#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name="RECV_NGDAY"] {
		width: 100% !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"],
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
		display: block;
		max-width: inherit;
		width: 100% !important;
	}
	/* お届けスケジュール(768px) */
	#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
		width: 30% !important;
	}
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_scadule_box table.deli_cycle td {
		background-color: none;
		border: none;
		display: block;
		padding: 0 !important;
		width: 100%;
	}
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		padding: 1rem 1% !important;
		width: 100%;
	}
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100%;
	}
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first th,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second th,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third th,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first td,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second td,
	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third td {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 3% !important;
		width: 13% !important;
	}
	#center-seo .centerbox .layoutp3+.bordlayoutp3>table,
	#center3 .centerbox .layoutp3+.bordlayoutp3>table {
		width: 100% !important;
	}
	/* SSL(768px) */
	.sps-sslSticker-description {
		margin: 0 !important;
		padding: 2% 0 0;
		width: 100% !important;
	}
	/* お届けスケジュール確認ポップアップ(768px) */
	div[aria-describedby='allChangeScheduleStatus'],
	div[aria-describedby='changeScheduleStatus'] {
		position: fixed !important;
	}
	/* 新規会員登録table(768px) */
	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		padding: 1em 5px;
		text-align: left;
		width: 100% !important;
	}
	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor1 {
		font-weight: bold;
	}
	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor2,
	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td:nth-child(2) {
		border: none;
		min-height: 44px;
	}
	/* アンケート(768px) */
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr {
		padding-bottom: 10px;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
		width: 140px;
	}
	/* メールマガジン登録・解除(768px) */
	#contact table.mailMF input.mailAddress,
	#contact table.mailMF input.mailAddress_new {
		width: 100%;
	}
	#contact table.mailMF input.btn-confirmNext {
		margin: 15px 0;
	}
	#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
		margin: 60px 0 0;
		width: 100%;
	}
	#contact .mailm .txtBox h2 {
		padding: 15px;
		background-color: #EEE;
		border-top: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
	}
	#contact table.mailMF tbody tr th {
		display: none;
	}
	#contact table.mailMF tbody tr td {
		border: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100%;
	}
	#contact table.mailMF tbody tr td input[type="text"] {
		border: 1px solid #A9A9A9;
		float: none;
	}
	#contact table.mailMF span.btn-confirm {
		float: none;
	}
	#contact table.mailMF tbody tr td input[type="button"] {
		float: none;
		margin: 15px auto;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
		margin-left: 0;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td input {
		margin-left: 12px;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td:nth-child(2) input {
		margin-left: 8px;
	}
	/* フッター(768px) */
	div#cart-footer,
	footer {
		min-width: 100%;
		width: 100%;
	}
	#footer-inner {
		background-color: #333;
		width: 100%;
	}
	div#cart-footer #footer-inner .footer_gnavi,
	footer #footer-inner .footer_gnavi {
		float: none;
	}
	div#cart-footer div.cart-nav,
	footer nav,
	#copyright {
		float: none;
	}
	#contents #main-column .footer_area {
		margin: 0;
	}
	#subc_freeArea {
		margin: 0;
		padding: 5px 2% 20px;
	}
	#subc_freeArea img {
		margin: 0;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
		width: 100%;
	}
	/* お問い合わせ/商品についてのお問い合わせ/お友達に教えるポップアップ */
	form[name$="FORM"]~tbody #center3 .layoutp3 table th {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		text-align: left;
		width: 100%;
	}
	form[name$="FORM"]~tbody #center3 .layoutp3 table td {
		border: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100%;
	}
	/* お客様の声をお送りください(768px) */
	.sps-reviewComment .mainCont p.no2 {
		width: 100% !important;
	}
	.mainCont .comment_box {
		text-align: left;
		width: 100% !important;
	}
	.mainCont .comment_box table {
		table-layout: fixed;
	}
	.mainCont .comment_box table td.backcolor1 {
		border-left: none;
		border-right: none;
		display: block;
		width: 100% !important;
	}
	.mainCont .comment_box table td.backcolor2 {
		border: none;
		display: block;
		padding: 1em 0;
		width: 100%;
	}
	.mainCont .comment_box form[name="form3"] table table td input[type="password"] {
		width: 100% !important;
	}
	.mainCont .comment_box form[name="form3"] table td.backcolor2 table input[type="text"] {
		width: 100% !important;
	}
	.mainCont .comment_box table td.backcolor2 br {
		display: none;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:600px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:600px) {
	/* header */
	#header-inner h1 a img:hover,
	#header-inner h2 a img:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: 1;
		-moz-opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}
	/* header #hNav */
	#hNav ul#header-nav li a:hover {
		opacity: .70;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
	}
	/* #gnav */
	#gnav div.cart-nav ul li a:hover,
	#gnav nav ul li a:hover {
		color: #FFF;
		background-color: #4e4e4e;
		text-decoration: none;
	}
	/* column */
	.column4 .itemThumb a:hover,
	.column5 .itemThumb a:hover {
		opacity: 0.7;
	}
	.column4 h2 a:hover,
	.column5 h2 a:hover {
		opacity: 0.7;
	}
	.column4 h3 a:hover,
	.column5 h3 a:hover {
		opacity: 0.7;
	}
	/* パンくずリスト */
	#bread-crumb-listTop ol li a:hover,
	.bread-crumb-listCate ol li a:hover{
		opacity: 0.7;
	}
	/* サイド */
	#sub-column .group nav ul li a:hover,
	#sub-column .category nav ul li a:hover,
	#sub-column .link nav ul li a:hover,
	#sub-column .sitelink a:hover {
		opacity: .70;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
	}
	#sub-column div.cal_wrapper table.cal tr td div.pointer:hover {
		background-color: #EEE;
	}
	#sub-column #snav_followUs nav ul li a:hover img {
		opacity: .70;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
		cursor: pointer;
	}
	#sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
		display: block;
		z-index: 999;
	}
	#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
		color: #333;
		font-weight: normal;
	}
	div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
	footer #footer-inner .footer_gnavi ul li a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	/* 一覧表示 */
	/* 商品一覧ページ */
	#main-column .expl input[type=button]:hover {
		opacity: 0.7;
	}
	#itemList_wrap #pager-top .pagerlist li a:hover,
	#itemList_wrap #pager-bm .pagerlist li a:hover{
		opacity: 0.7;
	}
	#itemList_wrap .column4 .sps-wishAddItem:hover,
	#itemList_wrap .column5 .sps-wishAddItem:hover,
	#itemList_wrap .column4 .sps-wishAddItemOk:hover,
	#itemList_wrap .column5 .sps-wishAddItemOk:hover {
		opacity: 0.7;
	}
	/* 商品詳細ページ */
	#itemDetail-cont .itemThumb-main a:hover{
		opacity: 0.7;
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb ul li img:hover{
		opacity: 0.7;
	}
	section#itemDetail-wrap p.review_txt a:hover{
		opacity: 0.7;
	}
	section#itemDetail-wrap .sps-wishAddItem:hover{
		opacity: 0.7;
	}
	section.userreview div.more a:hover {
		opacity: 0.7;
	}
	article #main-column section.userreview .userreview_list .userreview_comment .comment .message_area .comment_more:hover,
	article #main-column section.userreview .userreview_list .userreview_comment .comment .message_area .comment_close:hover{
		opacity: 0.7;
		text-decoration:underline;
	}
	#itemDetail-cont .cartArea input:hover,
	#itemDetail-cont .cartArea .variation a:hover {
		opacity: .70;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
		cursor: pointer;
	}
	/* コメントをするボタン */
	#Journal a .more:hover {
		width: 160px;
		height: 40px;
		background-color: #666;
	}
	input[type="submit"].btn-confirmPost:hover {
		background-color: #666;
	}
	input[type="button"].btn-confirmBack:hover {
		background-color: #666;
	}
	/* メールマガジン */
	#contact input.btn-confirmNext:hover {
		background-color: #666;
		repeat-x: left top;
	}
	#contact .btn-enq input.btn-confirmNext:hover {
		background-color: #666;
		repeat-x: left top;
	}
	#contact input.btn-confirmBack:hover {
		background: url(../img/btn-back_bg_on.gif) no-repeat left top;
	}
	#contact .btn-confirmCancel:hover {
		background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
	}
	#contact .btn-confirmClose:hover {
		background: url(../img/btn-close_bg_on.gif) no-repeat left top;
	}
	#contact input.btn-confirm120:hover {
		background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
	}
	#contact input.btn-confirm160:hover {
		background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
	}
	#contact input.btn-confirmReg:hover {
		background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
	}
	#contact input.btn-confirmBackItem:hover {
		background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
	}
	#contact .mailMF input.btn-confirmNext:hover,
	#contact .mailMC input.btn-confirmNext:hover {
		background-color: #666;
	}
	input[type="button"].wishAllDelBtn:hover {
		background-color: #666 !important;
		border: 1px solid #666 !important;
	}
	#contact #center1 .centerbox .title1 a:hover {
		color: #333;
		text-decoration: underline;
		font-weight: bold;
	}
	#center-seo .centerbox a:hover,
	#center3 .centerbox a:hover {
		text-decoration: underline;
	}
	#contact .mainFrame .mainCont a:hover {
		color: #666;
		text-decoration: underline;
	}
	div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
		background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
	}
	#enquete-footer #footer-inner .footer_gnavi ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.ui-dialog #amazon_dialog #button_area input.button1:hover {
		background: none;
		background-color: #666;
		border: 1px solid #666;
	}
	.siteName a:hover {
		color: blue;
		opacity: .70;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
	}
	.sitecopy a:hover {
		color: blue;
		opacity: .70;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
	}
	.mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"]:hover,
	.mainCont .comment_box td.backcolor2 div.write_comment input[type="button"]:hover {
		background-color: #666;
		border: 1px solid #666;
	}
	div.mainCont input[type="button"]:hover,
	div.mainCont input[type="submit"]:hover {
		background-color: #666;
		border: 1px solid #666;
	}
	#bundle_detail>div:last-child input:hover {
		background-color: #666;
		border: 1px solid #666;
	}
	#variationPriceAnnounceMailDialog div.layoutp3+div input:hover,
	#variationPriceAnnounceMailDialog div.layoutp3>div:last-child input:hover {
		background-color: #666;
		border: 1px solid #666;
	}
	#center3 input.sps-my-display[type="button"]:hover,
	#center3 input.sps-my-change-display[type="button"]:hover {
		background-color: #AAA;
		border: 1px solid #AAA;
		color: #FFF;
	}
	#center-seo input[type="submit"]:hover,
	#center-seo input[type="button"]:hover,
	#center3 input[type="submit"]:hover,
	#center3 input[type="button"]:hover,
	#contact #center1 .centerbox .mainCont input[type="button"]:hover,
	#contact #center1 .centerbox .mainCont input[type="submit"]:hover {
		background-color: #666;
		background-image: none;
		border: 1px solid #666;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"]:hover,
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "]:hover,
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"]:hover,
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"]:hover {
		background-color: #87AFD8;
		border-color: #87AFD8;
	}
	.bundle_display a:hover {
		background: #f0f8ff;
	}
	#to-cart a:hover img,
	#page-top a:hover img {
		opacity: 1;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:599px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
	body {
		font-size: 14px;
	}
	/* header */
	/* header #hNav */
	/* #gnav */
	/* パンくずリスト */
	#bread-crumb {
		padding-left: 19px;
		padding-right: 15px;
		padding-bottom: 6px;
	}
	#bread-crumb-listTop ol li {
		font-size: 71.4%;
		letter-spacing: 0.06em;
		padding: 0 6px 0 10px;
	}
	.bread-crumb-listCate ol li {
		font-size: 71.4%;
		letter-spacing: 0.06em;
		padding: 0 6px 0 10px;
	}
	/* column */
	#contents {
		padding-top: 7px;
		padding-bottom: 10px;
	}
	.column4 .itemThumb-wrap,
	.column5 .itemThumb-wrap {
		margin: 0 0 10px 0;
	}
	.column4 h3,
	.column5 h3 {
		font-size: 78.6%;
		margin-bottom: 5px;
	}
	.column3 .badge,
	.column4 .badge,
	.column5 .badge {
		width: 38px;
		height: 38px;
		padding: 8px 0 0 8px;
	}
	#main-column .column4 p.price,
	#main-column .column5 p.price,
	#main-column .column4 p.sp_price,
	#main-column .column5 p.sp_price,
	#main-column .column4 p.fx_price,
	#main-column .column5 p.fx_price,
	#main-column .column4 p.rg_price,
	#main-column .column5 p.rg_price {
		font-size: 78.6%;
	}
	.news .news-contents {
		padding: 0;
	}
	/* 商品一覧ページ */
	#itemList2 {
		margin: 0;
		padding-left: 6px;
		padding-right: 6px;
	}
	#itemList2 .column4 .itemThumb-wrap,
	#itemList2 .column5 .itemThumb-wrap {
		width: 32%;
	}
	#itemList2 .itemThumb-wrap-right {
		width: 68%;
		padding-left: 20px;
	}
	#main-column #itemList2 .column4 h2,
	#main-column #itemList2 .column5 h2 {
		font-size: 78.5%;
	}
	#itemList2 .column4 p.price,
	#itemList2 .column5 p.price,
	#itemList2 .column4 p.sp_price,
	#itemList2 .column5 p.sp_price,
	#itemList2 .column4 p.fx_price,
	#itemList2 .column5 p.fx_price,
	#itemList2 .column4 p.rg_price,
	#itemList2 .column5 p.rg_price {
		font-size: 78.5%;
	}
	#itemList2 .column4 .inner-catch,
	#itemList2 .column5 .inner-catch {
		font-size: 78.5%;
	}
	#main-column .expl {
		border: 2px solid #eeeae6;
		padding:17px 19px 0 19px;
	}
	#main-column .expl.expl-fixed {
		border: 2px solid #eeeae6;
		padding:17px 19px 0 19px;
	}
	#main-column .expl input[type=button] {
		background: url(/uploads/sps/img/common/btn_list_matome_sp.png) no-repeat left top;
		background-size: 100% auto;
		width:100%;
		height:80px;
	}
	/* 商品一覧 */
	article #main-column #itemList_wrap #itemList .column4 h2,
	article #main-column #itemList_wrap #itemList .column5 h2 {
		font-size: 78.5%;
		line-height: 1.42;
	}
	article #main-column #itemList_wrap #itemList .column4 h2,
	article #main-column #itemList_wrap #itemList .column5 h2 {
		height: 32px;
	}
	#itemList_wrap #itemList .column4 .price,
	#itemList_wrap #itemList .column5 .price {
		padding-top: 6px;
		padding-bottom: 15px;
	}
	#itemList_wrap #pager-top,
	#itemList_wrap #pager-bm{
		border-top: none;
		border-bottom: none;
		margin: 0;
		width: 100%;
	}
	#itemList_wrap #pager-top{
		padding: 30px 6px 0;
	}
	#itemList_wrap #pager-bm{
		padding: 0 6px 0;
	}
	#itemList_wrap #pager-top .selectbox {
		float: none;
		font-size: 12px;
		padding-left: 14px;
		padding-right: 14px;
	}
	#itemList_wrap #pager-top .selectbox .select01 {
		top:0;
		margin-right: 0;
		margin-top: 6px;
		margin-bottom: 10px;
		font-size: 12px;
		width:100%;
	}
	#itemList_wrap #pager-top .quantity,
	#itemList_wrap #pager-bm .quantity {
		font-size: 10px;
		padding-right: 14px;
		padding-bottom: 5px;
	}
	#itemList_wrap #pager-bm .quantity {
		border-top: 2px solid #e8e4e1;
		padding-top: 10px;
	}
	#itemList_wrap #pager-top .pagerlist,
	#itemList_wrap #pager-bm .pagerlist{
		padding-right: 14px;
	}
	#itemList_wrap #pager-top .pagerlist {
		border-bottom: 2px solid #e8e4e1;
		padding-bottom: 10px;
	}
	#itemList_wrap #pager-top .pagerlist li,
	#itemList_wrap #pager-bm .pagerlist li {
		font-size: 10px;
		min-width:25px;
		margin-left: 5px;
		margin-top: 5px;
	}
	#itemList_wrap #pager-top .pagerlist li a,
	#itemList_wrap #pager-bm .pagerlist li a{
		padding: 9px;
	}
	#itemList_wrap #pager-top .pagerlist li.selected,
	#itemList_wrap #pager-bm .pagerlist li.selected {
		padding: 9px;
	}
	#itemList_wrap #itemList .column-set {
		padding-left: 3px;
		padding-right: 3px;
	}
	#itemList_wrap #itemList .column4 {
		font-size: 14px;
		width: 50%;
		padding-left: 3px;
		padding-right: 3px;
	}
	/* 商品詳細ページ */
	#itemDetail-cont .itemThumb-wrap {
		float: none;
		width: 100%;
		padding-bottom: 25px;
	}
	#itemDetail-cont .itemThumb-main {
		pointer-events: none !important;
	}
	#itemDetail-cont .itemThumb-main {
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 3px;
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb ul {
		padding-left: 3px;
		padding-right: 3px;
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
		font-size: 14px;
		padding: 3px;
	}
	#itemDetail-cont .itemOutline {
		float: none;
		width: 100%;
		padding-left: 19px;
		padding-right: 19px;
	}
	article#Detail #main-column h1 {
		font-size: 164.5%;
		margin-bottom: 30px;
		padding: 0 0 20px 0;
	}
	#itemDetail-cont .itemOutline .icons {
		margin: 0 0 20px 0;
	}
	#itemDetail-cont .itemOutline ul.ico_itemType li {
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}
	section#itemDetail-wrap table.spec {
		margin: 0 0 20px;
	}
	section#itemDetail-wrap table.spec th {
		font-size: 85.7%;
		width: 110px !important;
		padding: 0 0 12px 20px !important;
		letter-spacing: 1.7em;
	}
	section#itemDetail-wrap table.spec td input {
		font-size: 12px;
	}
	section#itemDetail-wrap table.price {
		margin: 0 0 10px;
	}
	section#itemDetail-wrap table.price th {
		font-size: 128.5%;
		width: 110px !important;
		padding: 4px 0 0 20px !important;
	}
	section#itemDetail-wrap table.price td {
		padding: 0 0 5px 0;
	}
    /*　1911追記 */
	table.price tr.price span.selling_price,
	table.price tr.price span.taxin,
	table.price tr.price span.discount_rate,
	table.price tr.sp_price span.special_price,
	table.price tr.sp_price span.taxin,
	table.price tr.sp_price span.discount_rate,
    table.price tr.fx_price span.fixed_price,
    table.price tr.fx_price span.taxin {
		font-size: 206%;
	}
    /* 終わり */
	table.price tr.rg_price span.publish_point {
		font-size: 100%;
	}
	section#itemDetail-wrap .cartArea {
		padding-top: 25px;
	}
	section#itemDetail-wrap p.review_txt {
		margin-top: 5px;
		margin-bottom: 0;
	}
	section#itemDetail-wrap p.review_txt img{
		margin-right: 1px;
	}
	section#itemDetail-wrap p.review_txt span{
		font-size: 12px;
	}
	section#itemDetail-wrap p.cancel a,
	section#itemDetail-wrap p.review_txt a {
		font-size: 12px;
	}
	section.userreview {
		padding: 0 19px;
	}
	section.userreview h2 {
		font-size: 114.2%;
		padding: 20px 0 15px;
	}
	section.userreview table.userreview_list {
		letter-spacing: 0.1em;
	}
	section.userreview div.more a {
		background: url(/uploads/sps/img/common/btn_prd_more_sp.png) no-repeat center top;
		background-size: 100% auto;
		width:100%;
		height:72px;
	}
	section.userreview div.more a img {
		display: none;
	}
	section.userreview table.userreview_list tr td.userreview_user {
		display: block;
		width: 100%;
		padding: 20px 0 5px;
		font-size: 85.7%;
	}
	section.userreview table.userreview_list tr td.userreview_date {
		display: block;
		width: 100%;
		text-align: left;
		padding: 5px 0 5px;
		font-size: 71.4%;
	}
	section.userreview table.userreview_list td.userreview_rate {
		padding: 10px 0 10px;
		font-size: 85.7%;
	}
	section.userreview table.userreview_list td.userreview_rate img {
		top: -1px;
		margin-left: 1px;
	}
	section.userreview table.userreview_list td.userreview_comment {
		padding: 10px 0 20px;
	}
	article #main-column section.userreview .comment,
	article #main-column section.rating .comment {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	section.userreview table.userreview_list td.userreview_comment .comment h3 {
		font-size: 85.7%;
		padding: 5px 0 0 10px;
	}
	article #main-column section.userreview .comment p,
	article #main-column section.rating .comment p {
		font-size: 85.7%;
		padding: 0 10px 5px;
	}
	article#Detail section.recommend{
		padding: 20px 0 0 0;
	}
	article#Detail section.recommend h2 {
		font-size: 164%;
		padding-bottom: 35px;
	}
	article#Detail section.recommend .column-set {
		padding-left: 3px;
		padding-right: 3px;
	}
	article#Detail section.recommend .column4,
	article#Detail section.recommend .column5 {
		font-size: 14px;
		width: 50%;
		padding-left: 3px;
		padding-right: 3px;
	}
	article#Detail section.recommend .column4 h3,
	article#Detail section.recommend .column5 h3 {
		height: 32px;
	}
	article#Detail section.recommend .column4 .price,
	article#Detail section.recommend .column5 .price{
		padding-top: 4px;
	}
	/* まとめ買い */
	#main-column #itemList .column4 h2.sps-add-to-cart-together,
	#main-column #itemList .column5 h2.sps-add-to-cart-together,
	#main-column #itemList2 .column4 h2.sps-add-to-cart-together,
	#main-column #itemList2 .column5 h2.sps-add-to-cart-together {
		font-size: 12px;
	}
	#main-column #itemList .column4 h2.sps-add-to-cart-together select,
	#main-column #itemList .column5 h2.sps-add-to-cart-together select,
	#main-column #itemList2 .column4 h2.sps-add-to-cart-together select,
	#main-column #itemList2 .column5 h2.sps-add-to-cart-together select{
		font-size: 12px;
	}
	#center3 input[type="submit"] {
		display: block;
		margin: 0 auto 12px !important;
		min-width: 150px;
		width: auto;
	}
	#center3 input[type="submit"][value="　　決定　　"] {
		display: inline;
	}
	#center3 .layoutp3 input[type="button"][value="キャンセル"] {
		margin: 0 auto;
		min-width: 150px;
		width: auto;
	}
	#center3 .bordlayoutp3 table tbody tr td input[type="button"] {
		display: block;
		margin: 0;
		padding: 0 2%;
		width: 100%;
	}
	#center3 .bordlayoutp3 table tbody tr td input[type="button"]:nth-child(n+2) {
		margin: 7px auto 0;
	}
	/* カート(580px) */
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi td {
		display: block;
		padding: 0 !important;
		width: 100% !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi tr:first-child td div {
		margin-bottom: 10px;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"] {
		margin: 0;
		width: 100%;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="戻る"] {
		margin: 10px 0 0;
		width: 100%;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "],
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"],
	.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"] {
		display: block;
		width: 100%;
		margin: 10px auto 0;
	}
	/* マイページ */
	#center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用する"],
	#center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用しない"] {
		margin-left: 0;
	}
	/* お客様の声をお送りください */
	.mainCont .comment_box form[name="form3"] table td.backcolor2 table {
		width: 100%;
		margin: 0 auto;
	}
	.mainCont .comment_box form[name="form3"] table td.backcolor2 table td:first-child {
		width: 90px;
	}
}
/*-----------------------------------------------------*/
/*	for -480px					*/
/*-----------------------------------------------------*/
@media screen and (max-width: 480px) {
	/* header */
	#header-inner #logo {
		min-height: 40px;
	}
	/* header #hNav */
	#hNav ul#keyword li a {
		padding: 3% 2%;
	}
	/* メニュー(480px) */
	#hNav nav,
	#hNav .cart-nav {
		min-height: 40px;
	}
	#hNav ul#header-nav li {
		font-size: 70%;
		letter-spacing: -1px;
		padding: 0;
	}
	#hNav ul#header-nav li#header-nav-mypage a::before {
		content: '';
		background: url(../img/rps_mypage_icon.png);
		background-size: cover;
		display: block;
		height: 24px;
		width: 24px;
		margin: 0 auto 3px;
	}
	#hNav ul#header-nav li#header-nav-cart {
		margin-right: 54px;
	}
	#hNav ul#header-nav li#header-nav-cart a::before {
		content: '';
		background: url(../img/rps_cart_icon.png);
		background-size: cover;
		display: block;
		height: 24px;
		width: 24px;
		margin: 0 auto 3px;
	}
	#hNav ul#header-nav li#header-nav-drawer {
		height: 38px;
		width: 38px;
	}
	/* #gnav */
	#gnav div.cart-nav ul li,
	#gnav nav ul li {
		font-size: 70%;
	}
	#gnav div.cart-nav ul li a,
	#gnav nav ul li a {
		padding: 8px 6px 5px;
	}
	#gnav div.cart-nav li a::before,
	#gnav nav li a::before {
		content: '';
		background-size: cover;
		display: block;
		height: 25px;
		width: 25px;
		margin: 0 auto 1px;
	}
	/* column */
	/* パンくずリスト */
	/* サイド */
	#sub-column {
		right: -80%;
		width: 80%;
	}
	/* ドロワー内 メルマガ(480px) */
	#sub-column div.snav_mailMag_cont p:last-child {
		margin: 15px 0 10px 16%;
		padding: 10px 1%;
	}
	/* 一覧表示 */
	/* 商品一覧ページ */
	/* 商品詳細ページ */
	/* 店長日記(480px) */
	#main-column .freeArea2.shopDiary p a,
	#main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
	#main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
		font-size: 90%;
		margin: 15px 0 0 48%;
		padding: 1%;
		text-align: center;
		width: 52%;
	}
	#center-seo .mainCont,
	#center3 .mainCont font {
		font-size: 90%;
	}
	section#itemDetail-wrap .cartArea {
		overflow-x: scroll;
		-ms-overflow-style: none;
	}
	section#itemDetail-wrap .cartArea::-webkit-scrollbar {
		display: none;
	}
	@-moz-document url-prefix() {
		section#itemDetail-wrap .cartArea {
			overflow-x: auto;
		}
	}
	/* ダイアログ-商品を追加しました(480px) */
	div.sps-cartaddBtnContent {
		width: auto;
	}
	/* 関連商品(480px) */
	section.recommend .column-set .quantityArea span:first-child {
		display: inline;
	}
	/* ポップアップ全般(480px) */
	.ui-dialog {
		position: fixed !important;
		top: 20px !important;
	}
	.ui-dialog .ui-dialog-content,
	.ui-widget-content {
		max-height: 70vh !important;
	}
	/* 入荷連絡/在庫一覧スクロール(480px) */
	#variationPriceAnnounceMailDialog,
	#spsVarpriceStockDialog1 {
		height: 93% !important;
		max-height: 93% !important;
	}
	div[aria-describedby='variationPriceAnnounceMailDialog'],
	div[aria-describedby='spsVarpriceStockDialog1'] {
		position: fixed !important;
		top: 20px !important;
	}
	/* 商品画像ポップアップ(480px) */
	.ui-dialog div#dialog {
		height: 93% !important;
	}
	.fl_contents {
		width: auto !important;
	}
	.fl_main {
		display: table;
		width: 100% !important;
	}
	.fl_main_img {
		height: auto !important;
	}
	#thum_next,
	#thum_prev {
		padding-top: 0 !important;
		margin: 70px 0 !important;
		min-width: 15px;
	}
	.fl_t_item {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 29% !important;
		margin: 2% !important;
		padding: 2% !important;
	}
	.fl_img_selected {
		border: 1px solid #C9E1F4 !important;
		margin: 2% !important;
		padding: 2% !important;
	}
	/*-- お客様の声(480px) --*/
	article #main-column section.rating .tmb {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	article #main-column section.rating .reviewTxt {
		float: none;
		margin: 5px 0 0 0;
		width: 100%;
	}
	article #main-column section.rating .ttlArea {
		display: block;
	}
	article #main-column section.rating h2 {
		display: block;
		width: 100%;
		padding: 0;
	}
	article #main-column section.rating .btnMore {
		text-align: right;
		width: 100%;
	}
	article #main-column #itemBox {
		position: relative;
		overflow: visible;
	}
	article #itemBox h2 {
		padding: 0 0 10px;
	}
	article div#main-column form[name="REVIEWLIST"] .btnMore {
		display: block;
		float: none;
		position: absolute;
		right: 0;
		top: -30px;
		padding: 0 0 10px;
	}
	article div#main-column div#itemBox p.review_txt {
		float: none;
	}
	article #main-column section.rating ul li:nth-child(6),
	article #main-column section.rating ul li:nth-child(7) {
		width: 100%;
	}
	/* マイページボタン(480px) */
	#center3 input[type="button"],
	#center3 input[type="submit"] {
		min-width: 100px;
		width: auto;
	}
	#center3 input.sps-my-display[type="button"] {
		height: 40px;
	}
	/* カート/アンケート(480px) */
	#cart-header #hNav ul#header-nav li#header-nav-cart,
	#enquete-header #hNav ul#header-nav li#header-nav-cart {
		margin-left: 0;
	}
	#cart-header #hNav ul#header-nav li,
	#enquete-header #hNav ul#header-nav li {
		margin-right: 0;
	}
	#contact #center1 .centerbox .mainCont .step_navi01,
	#contact #center1 .centerbox .mainCont .step_navi02,
	#contact #center1 .centerbox .mainCont .step_navi03,
	#contact #center1 .centerbox .mainCont .step_navi04 {
		height: 100px;
		width: 100%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
		padding: 1rem 3px;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
		margin-right: 2px;
		max-width: 40px;
		min-width: 35px;
	}
	/* カゴ画面買い物を続ける/購入手続きへ進む/適用 レジ画面戻る/次へ 入力確認戻る/注文する/反映/編集/別の住所に送る/注文する */
	#contact #center1 .centerbox .mainCont input[type="button"]{
		margin: 5px 0 5px 5px;
	}
	#contact #center1 .centerbox .mainCont input[type="button"]:first-child {
		margin: 0 0 5px 5px;
	}
	#contact #center1 .centerbox .mainCont input[type="button"].regi_next {
		margin: 5px 0 5px 5px;
	}
	.SPS-fontlarge {
		display: block;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name="COUPONCODE"] {
		margin-left: 0;
		width: 70% !important;
	}
	#contact #center1 .centerbox .mainFrame .mainCont form[name="COUPON"] .bordlayoutp3 td.backcolor2 input[type="button"][value="適用"] {
		margin: 0;
		min-width: auto;
		padding: 0 1em;
		width: 25%;
	}
	#cart-header #hNav ul#header-nav li#header-nav-cart {
		margin-left: 0;
	}
	#EST_SPS_order #contact #center1 .centerbox .mainCont input[type="button"] {
		margin: 5px 0;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"],
	.cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"] {
		margin: 5px 0 10px;
		padding: 0 1.5em;
	}
	.cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"] {
		margin: 5px 5px 10px 0;
		padding: 0 1.5em;
	}
	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id="spsLname"],
	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id="spsLnameKana"] {
		margin: 0 0 15px;
	}
	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"][value="削除"] {
		font-size: .7rem;
		padding: 0 2%;
		margin: 0;
		min-width: auto;
		width: 100%;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="変更"] {
		display: block;
		font-size: .7rem;
		margin: 8px auto 0;
	}
	/* カート内関連商品(480px) */
	#contents .cart-section .column5 {
		width: 49% !important;
		margin: 0 2% 20px 0 !important;
		padding-bottom: 20px !important;
	}
	#contents .cart-section .column5:nth-child(5n) {
		margin: 0 2% 20px 0 !important;
	}
	#contents .cart-section .column5:nth-child(2n) {
		margin: 0 0 20px 0 !important;
	}
	/* お届けスケジュール(480px) */
	#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
		width: 40% !important;
	}
	/* アンケート(480px) */
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"] {
		margin-left: 0;
		min-width: 56px;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td,
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
		display: block;
		padding-bottom: 10px;
		width: 100%;
	}
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:last-child td:last-child {
		padding-bottom: 0;
	}
	/* 新規会員登録(480px) */
	div[aria-describedby='amazon_dialog'] .ui-dialog-content {
		padding: .5em 0 !important;
	}
	/* お客様の声をお送りください(480px) */
	.mainCont .comment_box form[name="form3"] table table td {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100% !important;
	}
	/* 会員情報の変更/お届け先情報(480px) */
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"],
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
		max-width: inherit;
		min-width: auto;
	}
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"],
	#center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"] {
		display: block;
		width: 100% !important;
	}
	#center3 .layoutp3 input[type="button"][value="キャンセル"] {
		min-width: 100px;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
		display: block;
		width: 100%;
	}
	#EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
		padding: 0 !important;
	}
	#EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td input[type="button"][value="編集"] {
		height: 30px;
	}
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
		width: 30% !important;
	}
	/* フリーページ(480px) */
	#Journal textarea {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}
}
@media screen and (max-width: 415px) {
	#main-column .expl input[type=button] {
		height:65px;
	}
	section.userreview div.more a {
		height: 50px;
	}
}
@media screen and (max-width: 376px) {
	#main-column .expl input[type=button] {
		height:58px;
	}
	section.userreview div.more a {
		height: 44px;
	}
}
@media screen and (max-width: 321px) {
	#main-column .expl input[type=button] {
		height:48px;
	}
	section.userreview div.more a {
		height: 36px;
	}
}
/* Ｅストアーモバイル */
#sps-menu img,
#global-navi img {
	width: 100%;
}
/* Shopserve Custom Style /////////////////////////////////////////////////////////////////////////////// */
.tpl_htmlfixed {
	position: fixed !important;
	-ms-touch-action: none;
	touch-action: none;
}
.tpl_clr:before,
.tpl_clr:after {
	content: " ";
	display: table;
}
.tpl_clr:after {
	clear: both;
}
.tpl_clr {
	zoom: 1;
}
.tpl_btn {
	border: none;
	display: block;
	color: #000;
	cursor: pointer;
	line-height: 1;
	outline: none;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
	white-space: normal;
}
.tpl_pos {
	position: relative;
}
.member_info_cart_info {
	display: none;
}
#wrapper input:focus {
	outline: 0;
	outline: none !important;
}
/* tpl_header_area */
.tpl_header_area .tpl_header_bg {
	background: #000;
}
.tpl_header_area .tpl_head {
	padding-top: 28px;
	padding-bottom: 28px;
}
.tpl_header_area .tpl_head .tpl_logo {
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}
.tpl_header_area .tpl_head .tpl_logo 	.header_presentbnr {
		display: none;
}
.tpl_header_area .tpl_head .tpl_logo .tpl_btn {
	/* width: 214px; */
	width: 200px;
}
.tpl_header_area .tpl_head .tpl_logo .tpl_btn img {
	width: 100%;
}
.tpl_header_area .tpl_head .tpl_formset {
	float: right;
	padding-right: 105px;
}
.tpl_header_area .tpl_head .tpl_formset .tpl_list {
	display: table;
	width: 100%;
	height: 40px;
}
.tpl_header_area .tpl_head .tpl_formset .tpl_list >li {
	display: table-cell;
	vertical-align: middle;
}
.tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li02 {
	padding-left: 38px;
	width: 66px;
}
.tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li03 {
	padding-left: 28px;
	width: 56px;
}
.tpl_header_area .tpl_head .tpl_search_box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	width: 260px;
}
.tpl_header_area .tpl_head .tpl_search_box .tpl_search_row {
	display: table;
	width: 100%;
}
.tpl_header_area .tpl_head .tpl_search_box .tpl_search_row >dt,
.tpl_header_area .tpl_head .tpl_search_box .tpl_search_row >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_header_area .tpl_head .tpl_search_box .tpl_search_row >dd {
	width: 35px;
}
.tpl_header_area .tpl_head .tpl_search_box .searchbox {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	background: #fff;
	border-radius: 3px;
	color: #000;
	font-size: 87.5%;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.03em;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
.tpl_header_area .tpl_head .tpl_search_box .searchbox::-webkit-input-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_head .tpl_search_box .searchbox::-moz-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_head .tpl_search_box .searchbox:-ms-input-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_head .tpl_search_box .searchSubmit {
	width: 100%;
	height: 40px;
}
.tpl_header_area .tpl_head .tpl_member .header-mypage {
	display: block;
}
.tpl_header_area .tpl_head .tpl_member .header-mypage img {
	width: 100%;
}
.tpl_header_area .tpl_head .tpl_cart .tpl_set {
	position: relative;
}
.tpl_header_area .tpl_head .tpl_cart .header-cart {
	display: block;
}
.tpl_header_area .tpl_head .tpl_cart .header-cart img {
	width: 100%;
}
.tpl_header_area .tpl_head .tpl_cart .tpl_item_count {
	position: absolute;
	top: -8px;
	left: 20px;
	z-index: 10001;
	text-align: center;
	border-radius: 15px;
	background: #fff;
	color: #000;
	padding: 6px 6px 5px 6px;
	min-width: 28px;
	min-height: 28px;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
}
.tpl_header_area .tpl_header_sub {
	background: #f8f7f6;
}
.tpl_header_area .tpl_header_sub .tpl_header_subwrap {
	padding-right: 30px;
}
.tpl_header_area .tpl_header_sub .tpl_row {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 14px;
	text-align: right;
	line-height: 1;
}
.tpl_header_area .tpl_header_sub .tpl_cart_info {
	float: right;
}
.tpl_header_area .tpl_header_sub .tpl_cart_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_header_sub .tpl_cart_info .tpl_cart_list >li {
	float: left;
	padding-left: 20px;
}
.tpl_header_area .tpl_header_sub .tpl_cart_info .tpl_txt {
	color: #000;
	font-size: 62.5%;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_header_sub .tpl_cart_info .tpl_txtb {
	color: #405685;
	font-size: 81.3%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_header_sub .tpl_member_info {
	float: right;
}
.tpl_header_area .tpl_header_sub .tpl_member_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_member_list >li {
	float: left;
}
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_member_list .tpl_li02 {
	padding-left: 20px;
}
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_membername,
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_memberpoint {
	color: #000;
}
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_attention,
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_point_txt,
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_point_pt {
	color: #000;
	font-size: 62.5%;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_lastname,
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_firstname,
.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_point_num {
	color: #405685;
	font-size: 81.3%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_header_sub .tpl_member_0 {
	display: none;
}
.tpl_header_area .tpl_header_sub .tpl_member_1 {
	display: block;
}
.tpl_header_area .tpl_header_sub .tpl_flgfst {
	display: none;
}
.tpl_header_area .tpl_header_sub .tpl_flgsnd {
	display: block;
}
.tpl_header_area .tpl_header_sub .tpl_shipping_box_none .tpl_flgfst {
	display: block;
}
.tpl_header_area .tpl_header_sub .tpl_shipping_box_none .tpl_flgsnd {
	display: none;
}
.tpl_header_area .tpl_header_sub .tpl_flgtrd {
	display: none;
}
.tpl_header_area .tpl_header_sub .tpl_flgend_1 .tpl_flgfst {
	display: none;
}
.tpl_header_area .tpl_header_sub .tpl_flgend_1 .tpl_flgsnd {
	display: none;
}
.tpl_header_area .tpl_header_sub .tpl_flgend_1 .tpl_flgtrd {
	display: block;
}
/* tpl_gnav */
.tpl_header_area .tpl_gnav_btn_open {
	position: fixed;
	top: 14px;
	right: 20px;
	z-index: 10000;
	background: #000;
	width: 70px;
	height: 70px;
}
.tpl_header_area .tpl_gnav_btn_open .tpl_btn {
	padding: 18px;
	width: 70px;
	height: 70px;
}
.tpl_header_area .tpl_gnav_btn_open .tpl_btn img {
	width: 100%;
}
.tpl_header_area .tpl_gnav_btn_close {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 10012;
}
.tpl_header_area .tpl_gnav_btn_close .tpl_btn {
	padding: 20px;
	width: 65px;
}
.tpl_header_area .tpl_gnav_btn_close .tpl_btn img {
	width: 100%;
}
.tpl_header_area .tpl_gnav_menu .tpl_gnav_overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10010;
	background: rgba(0,0,0,0.5);
}
.tpl_header_area .tpl_gnav_menu .tpl_gnav_wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 510px;
	height: 100%;
	z-index: 10011;
	overflow-x: hidden;
	overflow-y: auto;
	background: #f8f7f6;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_gnav_inner {
	padding: 50px 30px 0 30px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk {
	padding-bottom: 35px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	width: 300px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .tpl_search_row {
	display: table;
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .tpl_search_row >dt,
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .tpl_search_row >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .tpl_search_row >dd {
	width: 35px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .searchbox {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	background: #fff;
	border-radius: 3px;
	color: #000;
	font-size: 87.5%;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.03em;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .searchbox::-webkit-input-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .searchbox::-moz-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .searchbox:-ms-input-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk .tpl_search_box .searchSubmit {
	width: 100%;
	height: 40px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_newmem {
	padding-bottom: 40px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_newmem .tpl_btn {
	background: #000;
	width: 300px;
	color: #fff;
	font-size: 100%;
	line-height: 1;
	letter-spacing: 0.33em;
	padding: 22px 10px;
	text-align: center;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_list >li {
	padding-bottom: 30px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_inline {
	display: table;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_inline >dt,
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_inline >dd {
	display: table-cell;
	vertical-align: middle;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_inline >dt {
	width: 32px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_inline >dt img {
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_inline >dd {
	padding-left: 20px;
	color: #000;
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.33em;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_member .header-mypage {
	display: block;
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_cart {
	position: relative;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_cart .header-cart {
	display: block;
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_cart .tpl_item_count {
	position: absolute;
	top: -9px;
	left: 21px;
	z-index: 1;
	text-align: center;
	border-radius: 15px;
	background: #000;
	color: #fff;
	padding: 5px 4px;
	min-width: 24px;
	min-height: 24px;
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_link_blk .tpl_wish .tpl_btn {
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk {
	padding-bottom: 50px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info {
	float: left;
	text-align: left;
	padding-right: 22px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_membername,
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_memberpoint {
	color: #000;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_attention,
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_point_txt,
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_point_pt {
	color: #000;
	font-size: 75%;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_lastname,
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_firstname,
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_info .tpl_point_num {
	color: #405685;
	font-size: 94%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_cart_info {
	float: left;
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_cart_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_cart_info .tpl_txt {
	color: #000;
	font-size: 75%;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_cart_info .tpl_txtb {
	color: #405685;
	font-size: 94%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_0 {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_member_1 {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_flgfst {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_flgsnd {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_shipping_box_none .tpl_flgfst {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_shipping_box_none .tpl_flgsnd {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_flgtrd {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_flgend_1 .tpl_flgfst {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_flgend_1 .tpl_flgsnd {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_member_blk .tpl_flgend_1 .tpl_flgtrd {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdnunit {
	padding-bottom: 60px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_bar {
	position: relative;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_bar .tpl_ttl,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_bar .tpl_btn {
	color: #000;
	line-height: 1;
	letter-spacing: 0.03em;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	cursor: pointer;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_ico {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100px;
	height: 100%;
	cursor: pointer;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_ico >p {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 2;
	width: 18px;
	height: 8px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_ico img {
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_1stacdn .tpl_bar .tpl_ttl {
	background: #e8e4e1;
	font-size: 110%;
	font-weight: 700;
	padding-top: 19px;
	padding-bottom: 19px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_2ndacdn .tpl_bar,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_2ndlink .tpl_bar {
	border-bottom: 3px solid #e8e4e1;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_2ndacdn .tpl_bar .tpl_btn,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_2ndlink .tpl_bar .tpl_btn {
	font-size: 87.5%;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_3rdacdn .tpl_bar .tpl_btn,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_3rdlink .tpl_bar .tpl_btn {
	font-size: 87.5%;
	padding-left: 40px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thlink .tpl_bar .tpl_btn,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thacdn .tpl_bar .tpl_btn {
	font-size: 87.5%;
	padding-left: 72px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thlink .tpl_bar .tpl_btn,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thacdn .tpl_bar .tpl_btn {
	position: relative;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thlink .tpl_bar .tpl_btn:before,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thacdn .tpl_bar .tpl_btn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 56px;
	z-index: 1;
	margin: auto;
	width: 7px;
	height: 2px;
	background: #bbb;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_5thlink .tpl_bar .tpl_btn,
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_5thacdn .tpl_bar .tpl_btn {
	font-size: 87.5%;
	padding-left: 72px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_pt {
	padding-top: 10px;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_pb {
	padding-bottom: 40px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_hd {
	background: #e9e4e0;
	padding: 15px 15px 20px 15px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_hd .tpl_row >li {
	display: inline-block;
	vertical-align: top;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_name_info {
	padding-bottom: 4px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_name_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_name_info .tpl_lastname,
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_name_info .tpl_firstname {
	color: #405685;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_name_info .tpl_attention {
	color: #000;
	font-size: 78.5%;
	line-height: 1;
	letter-spacing: 0.13em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_point_info {
	padding-right: 8px;
	padding-bottom: 4px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_point_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_point_info .tpl_point_txt,
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_point_info .tpl_point_pt {
	color: #000;
	font-size: 64.2%;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_point_info .tpl_point_num {
	color: #405685;
	font-size: 85.8%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_cart_info {
	padding-bottom: 4px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_cart_info a {
	color: #000;
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_cart_info .tpl_txt {
	color: #000;
	font-size: 64.2%;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_cart_info .tpl_txtb {
	color: #405685;
	font-size: 85.8%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_member_0 .tpl_name_info,
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_member_0 .tpl_point_info {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_member_1 .tpl_name_info,
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_member_1 .tpl_point_info {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_flgfst {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_flgsnd {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_shipping_box_none .tpl_flgfst {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_shipping_box_none .tpl_flgsnd {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_flgtrd {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_flgend_1 .tpl_flgfst {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_flgend_1 .tpl_flgsnd {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_flgend_1 .tpl_flgtrd {
	display: block;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_blk {
	padding-top: 10px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box .tpl_search_row {
	display: table;
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box .tpl_search_row >dt,
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box .tpl_search_row >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box .tpl_search_row >dd {
	width: 35px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box .searchbox {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	background: #fff;
	border-radius: 3px;
	color: #000;
	font-size: 100%;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.03em;
	width: 100%;
	height: 40px;
	padding: 0 12px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box::-webkit-input-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box::-moz-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box:-ms-input-placeholder {
	color: #b5b5b5;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_box .searchSubmit {
	width: 100%;
	height: 40px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_bm {
	padding: 20px 15px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_newmem {
	padding-bottom: 25px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_newmem .tpl_btn {
	background: #000;
	width: 100%;
	color: #fff;
	font-size: 92.9%;
	line-height: 1;
	letter-spacing: 0.33em;
	padding: 15px 5px;
	text-align: center;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_list >li {
	padding-bottom: 25px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline {
	display: table;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dt,
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dd {
	display: table-cell;
	vertical-align: middle;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dt {
	width: 32px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dt img {
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dd {
	padding-left: 20px;
	color: #000;
	font-size: 92.9%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.33em;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_member .header-mypage {
	display: block;
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_cart {
	position: relative;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_cart .header-cart {
	display: block;
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_cart .tpl_item_count {
	position: absolute;
	top: -6px;
	left: 23px;
	z-index: 1;
	text-align: center;
	border-radius: 15px;
	background: #000;
	color: #fff;
	padding: 6px 4px 5px 4px;
	min-width: 20px;
	min-height: 20px;
	font-size: 78.5%;
	font-weight: 700;
	line-height: 1;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_wish .tpl_btn {
	text-align: left;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_bar {
	position: relative;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_bar .tpl_ttl,
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_bar .tpl_btn {
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.07em;
	padding-left: 17px;
	padding-right: 10px;
	padding-top: 18px;
	padding-bottom: 14px;
	text-align: left;
	cursor: pointer;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_ico {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 30%;
	height: 100%;
	cursor: pointer;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_ico >p {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
	z-index: 2;
	width: 7px;
	height: 16px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_ico img {
	width: 100%;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_1stsl .tpl_ttl {
	background: #e8e4e1;
	font-size: 86%;
	font-weight: 700;
	letter-spacing: 0.13em;
	padding-top: 24px;
	padding-bottom: 23px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_2ndsl,
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_2ndlink {
	border-bottom: 3px solid #e8e4e1;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_2ndsl .tpl_btn,
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_2ndlink .tpl_btn {
	font-size: 86%;
	font-weight: 700;
	padding-top: 22px;
	padding-bottom: 20px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_2ndsl .tpl_ico >p {
	width: 6px;
	height: 11px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_3rdlink .tpl_btn {
	font-size: 87.5%;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_4thlink .tpl_btn {
	font-size: 87.5%;
	padding-left: 32px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_4thlink .tpl_btn:before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 17px;
	z-index: 1;
	margin: auto;
	width: 7px;
	height: 2px;
	background: #bbb;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist .tpl_5thlink .tpl_btn {
	font-size: 87.5%;
	padding-left: 32px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_linklist {
	padding-bottom: 40px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_1stlist >li {
	padding-bottom: 5px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_3rdlist {
	padding-top: 10px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_bksl {
	position: relative;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_bksl .tpl_ttl {
	color: #000;
	line-height: 1;
	letter-spacing: 0.13em;
	padding-left: 38px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: left;
	cursor: pointer;
	background: #e8e4e1;
	font-size: 93%;
	font-weight: 700;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_bksl .tpl_ico {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	z-index: 1;
	margin: auto;
	width: 7px;
	height: 16px;
}
.tpl_header_area .tpl_gnav_inner_sp .tpl_bksl .tpl_ico img {
	width: 100%;
}
/* tpl_drawer */
.tpl_header_area .tpl_drawer .tpl_gnav_btn_open .tpl_btn {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
	visibility: visible;
}
.tpl_header_area .tpl_drawer .tpl_gnav_btn_close {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
	visibility: hidden;
}
.tpl_header_area .tpl_drawer .tpl_gnav_overlay {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity: 0;
	visibility: hidden;
}
.tpl_header_area .tpl_drawer .tpl_gnav_wrap {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
}
.tpl_header_area .tpl_drawer.tpl_drawergopen .tpl_gnav_btn_open .tpl_btn {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 1;
	visibility: hidden;
}
.tpl_header_area .tpl_drawer.tpl_drawergopen .tpl_gnav_btn_close {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	visibility: visible;
}
.tpl_header_area .tpl_drawer.tpl_drawergopen .tpl_gnav_overlay {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 1;
	visibility: visible;
}
.tpl_header_area .tpl_drawer.tpl_drawergopen .tpl_gnav_wrap {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}
.tpl_header_area .tpl_drawer .tpl_gnav_inner_pc {
	display: block;
}
.tpl_header_area .tpl_drawer .tpl_gnav_inner_sp {
	display: none;
}
.tpl_header_area .tpl_drawer .tpl_acdnblk .tpl_acdnpanel {
	display: none;
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_ico >p {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn.tpl_on .tpl_ico >p {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tpl_header_area .tpl_drawer .tpl_tabblk {
	position: relative;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_tablist {
	overflow: hidden;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_panel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_panel {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_panel.tpl_left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_panel.tpl_acr {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_panel.tpl_acl {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
}
.tpl_header_area .tpl_drawer .tpl_tabblk .tpl_panel.tpl_active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}
/* tpl_footer_area */
.tpl_footer_area .tpl_wrap {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.tpl_footer_area .tpl_fatfooter .tpl_bg {
	background: #f8f7f6;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatin {
	padding-top: 40px;
	padding-bottom: 50px;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowpc {
	display: table;
	width: 100%;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dt,
.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dt {
	width: 79%;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dd {
	width: 21%;
	padding-left: 40px;
	border-left: 2px solid #e8e4e1;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowlist {
	display: table;
	width: 100%;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dt,
.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dt {
	width: 67%;
	padding-right: 70px;
}
.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dd {
	width: 33%;
	padding-right: 50px;
}
.tpl_footer_area .tpl_fatfooter .tpl_2colpc {
	display: table;
	width: 100%;
}
.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dt,
.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dt {
	width: 50%;
	padding-right: 20px;
}
.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dd {
	width: 50%;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatlink >li {
	padding-top: 20px;
	font-size: 0;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn {
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: #000;
	line-height: 1.43;
	letter-spacing: 0.04em;
	padding-left: 12px;
	text-align: left;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn >p {
	font-size: 87.5%;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn .tpl_ico {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 1;
	width: 5px;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn .tpl_ico img {
	width: 100%;
}
.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_br_04 {
	display: none;
}
.tpl_footer_area .tpl_fatfooter .tpl_snsblk {
	padding-top: 45px;
}
.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist {
	display: table;
}
.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist >li {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist .tpl_btn {
	width: 44px;
}
.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist .tpl_btn img {
	width: 44px;
	height: 45px;
}
.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar {
	border-bottom: 3px solid #e8e4e1;
	font-size: 113%;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	padding-bottom: 20px;
}
.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar .tpl_ico {
	display: none;
}
.tpl_footer_area .tpl_endfooter .tpl_bg {
	background: #000;
}
.tpl_footer_area .tpl_endfooter .tpl_footin {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tpl_footer_area .tpl_endfooter .tpl_rowpc {
	display: block;
	width: 100%;
}
.tpl_footer_area .tpl_endfooter .tpl_rowpc >dt,
.tpl_footer_area .tpl_endfooter .tpl_rowpc >dd {
	display: block;
	vertical-align: bottom;
}
.tpl_footer_area .tpl_endfooter .tpl_rowpc >dd {
	text-align: right;
}
.tpl_footer_area .tpl_endfooter .tpl_2col {
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tpl_footer_area .tpl_endfooter .tpl_2col >dt,
.tpl_footer_area .tpl_endfooter .tpl_2col >dd {
	display: table-cell;
	vertical-align: bottom;
}
.tpl_footer_area .tpl_endfooter .tpl_2col >dt {
	width: 280px;
}
.tpl_footer_area .tpl_endfooter .tpl_2col >dd {
	padding-left: 40px;
}
.tpl_footer_area .tpl_endfooter .tpl_foot_logo {
	width: 280px;
}
.tpl_footer_area .tpl_endfooter .tpl_foot_logo img {
	width: 280px;
	height: 98px;
}
.tpl_footer_area .tpl_endfooter .tpl_footlink {
	font-size: 0;
}
.tpl_footer_area .tpl_endfooter .tpl_footlink >li {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
.tpl_footer_area .tpl_endfooter .tpl_footlink >li:last-child {
	padding-right: 0;
}
.tpl_footer_area .tpl_endfooter .tpl_footlink .tpl_btn {
	color: #fff;
	font-size: 87.5%;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: left;
}
.tpl_footer_area .tpl_endfooter .tpl_copyright {
	color: #999;
	font-size: 62.5%;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: right;
}
.tpl_footer_area .tpl_pagetop_pos {
	position: relative;
}
.tpl_footer_area .tpl_pagetop_pc {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 9999;
}
.tpl_footer_area .tpl_pagetop_pc .tpl_btn {
	background: #000;
	width: 70px;
	height: 70px;
	padding: 26px 18px;
}
.tpl_footer_area .tpl_pagetop_pc .tpl_btn img {
	width: 100%;
}
.tpl_footer_area .tpl_pagetop_pc.tpl_pagetop_foot {
	position: absolute;
}
.tpl_footer_area .tpl_pagetop_sp {
	display: none;
}
/* tpl_prd_list_matome */
.tpl_prd_list_matome {
	padding-right: 450px;
}
.tpl_prd_list_matome .tpl_ttl {
	font-size: 112.5%;
	font-weight: 700;
	line-height: 1.71;
	letter-spacing: 0.12em;
	padding-bottom: 4px;
}
.tpl_prd_list_matome .tpl_txt {
	font-size: 87.5%;
	line-height: 1.71;
	letter-spacing: 0.12em;
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:1280px */
/* //////////////////////////////////////////////////////////////////////////////// */
/* tpl_header_area */
/* tpl_gnav */
/* tpl_drawer */
/* tpl_footer_area */
/* tpl_prd_list_matome */
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:1279px */
/* //////////////////////////////////////////////////////////////////////////////// */
/* tpl_header_area */
/* tpl_gnav */
/* tpl_drawer */
/* tpl_footer_area */
/* tpl_prd_list_matome */
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:960px */
/* //////////////////////////////////////////////////////////////////////////////// */
/* tpl_header_area */
/* tpl_gnav */
/* tpl_drawer */
/* tpl_footer_area */
/* tpl_prd_list_matome */
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:1001px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1001px) {
	.tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li01 {
		display: none;
	}
	.tpl_header_area .tpl_head .tpl_search_box {
		display: none;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 959px) {
	/* tpl_header_area */
	/* tpl_gnav */
	/* tpl_drawer */
	/* tpl_footer_area */
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc {
		display: block;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dt,
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dd {
		display: block;
		width: 100%;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dd {
		border: none;
		padding-left: 0;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dt {
		width: 80%;
		padding-right: 40px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dd {
		width: 20%;
		padding-right: 0;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk {
		padding-top: 40px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink {
		font-size: 0;
		letter-spacing: 0;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink >li {
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		padding-top: 20px;
		padding-right: 40px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink >li:last-child {
		padding-right: 0;
	}
	.tpl_footer_area .tpl_endfooter .tpl_rowpc {
		display: block;
	}
	.tpl_footer_area .tpl_endfooter .tpl_rowpc >dt,
	.tpl_footer_area .tpl_endfooter .tpl_rowpc >dd {
		display: block;
		width: 100%;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright {
		padding-top: 40px;
	}
	/* tpl_prd_list_matome */
	.tpl_prd_list_matome {
		padding-right: 0;
	}
	.tpl_prd_list_matome .tpl_txt {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 850px) {
	/* .tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li01 {
		display: none;
	}
	.tpl_header_area .tpl_head .tpl_search_box {
		display: none;
	} */
	.tpl_header_area .tpl_gnav_inner_pc .tpl_search_blk {
		display: block;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:600px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 600px) {
	.tpl_btn:hover {
		opacity: 0.7;
	}
	/* tpl_header_area */
	.tpl_header_area .tpl_head .tpl_member .header-mypage:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_head .tpl_cart .header-cart:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_head .tpl_search_box .searchSubmit:hover {
		opacity: 0.5;
	}
	.tpl_header_area .tpl_header_sub .tpl_member_info a:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_header_sub .tpl_cart_info a:hover {
		opacity: 0.7;
	}
	/* tpl_gnav */
	.tpl_header_area .tpl_gnav_menu .tpl_search_blk .tpl_search_box .searchSubmit:hover {
		opacity: 0.5;
	}
	.tpl_header_area .tpl_gnav_btn_open:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_gnav_btn_close .tpl_btn:hover {
		opacity: 0.5;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_member .header-mypage:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_cart .header-cart:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_member_info a:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_cart_info a:hover {
		opacity: 0.7;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_1stacdn .tpl_bar:hover .tpl_ttl {
		background: #fff;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_acdn .tpl_bar .tpl_btn:hover {
		background: #fff;
		opacity: 1;
	}
	.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_2ndacdn .tpl_bar .tpl_ico:hover,
	.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_3rdacdn .tpl_bar .tpl_ico:hover,
	.tpl_header_area .tpl_gnav_inner_pc .tpl_acdnblk .tpl_4thacdn .tpl_bar .tpl_ico:hover {
		background: #fff;
	}
	/* tpl_drawer */
	/* tpl_footer_area */
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar {
		pointer-events: none !important;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_acdnpanel {
		display: block !important;
	}
	/* tpl_prd_list_matome */
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:599px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
	/* tpl_header_area */
	.tpl_header_area .tpl_head {
		padding-top: 19px;
		padding-bottom: 15px;
	}
	.tpl_header_area .tpl_head .tpl_logo {
		padding-top: 0;
		padding-left: 18px;
		margin-top: -6px;
	}
	.tpl_header_area .tpl_head .tpl_logo .tpl_btn {
		width: 120px;
	}
	.tpl_header_area .tpl_head .tpl_formset {
		padding-right: 78px;
	}
	.tpl_header_area .tpl_head .tpl_formset .tpl_list {
		height: 100%;
	}
	.tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li01 {
		display: none;
	}
	.tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li02 {
		padding-left: 0px;
		width: 25px;
	}
	.tpl_header_area .tpl_head .tpl_formset .tpl_list .tpl_li03 {
		padding-left: 12px;
		width: 37px;
	}
	.tpl_header_area .tpl_head .tpl_search_box {
		display: none;
	}
	.tpl_header_area .tpl_head .tpl_cart .tpl_item_count {
		top: -3px;
		left: 16px;
		padding: 6px 6px 5px 6px;
		min-width: 20px;
		min-height: 20px;
		font-size: 78.5%;
	}
	.tpl_header_area .tpl_header_sub .tpl_header_subwrap {
		padding-right: 0;
	}
	.tpl_header_area .tpl_header_sub .tpl_row {
		padding-left: 5px;
		padding-right: 19px;
		padding-top: 7px;
		padding-bottom: 11px;
	}
	.tpl_header_area .tpl_header_sub .tpl_cart_info .tpl_txt {
		font-size: 71.4%;
	}
	.tpl_header_area .tpl_header_sub .tpl_cart_info .tpl_txtb {
		font-size: 92.9%;
	}
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_member_list .tpl_li01 {
		display: none;
	}
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_member_list .tpl_li02 {
		padding-left: 0;
	}
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_membername {
		display: none;
	}
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_attention,
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_point_txt,
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_point_pt {
		font-size: 71.4%;
	}
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_lastname,
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_firstname,
	.tpl_header_area .tpl_header_sub .tpl_member_info .tpl_point_num {
		font-size: 92.9%;
	}
	/* tpl_gnav */
	.tpl_header_area .tpl_gnav_btn_open {
		top: 0px;
		right: 0px;
		width: 59px;
		height: 59px;
	}
	.tpl_header_area .tpl_gnav_btn_open .tpl_btn {
		padding: 14px;
		width: 59px;
		height: 59px;
	}
	.tpl_header_area .tpl_gnav_btn_close {
		top: 0px;
		right: 0px;
	}
	.tpl_header_area .tpl_gnav_btn_close .tpl_btn {
		padding: 18px 20px;
		width: 64px;
	}
	/* tpl_drawer */
	.tpl_header_area .tpl_drawer .tpl_gnav_inner_pc {
		display: none;
	}
	.tpl_header_area .tpl_drawer .tpl_gnav_inner_sp {
		display: block;
	}
	.tpl_header_area .tpl_drawer .tpl_gnav_wrap {
		width: 80%;
	}
	/* tpl_footer_area */
	.tpl_footer_area .tpl_wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_fatin {
		padding-top: 0;
		padding-bottom: 0;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc {
		display: block;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dt,
	.tpl_footer_area .tpl_fatfooter .tpl_rowpc >dd {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowlist {
		display: block;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dt,
	.tpl_footer_area .tpl_fatfooter .tpl_rowlist >dd {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-bottom: 5px solid #fff;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colpc {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dt {
		padding-left: 19px;
		padding-right: 10px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dd {
		padding-right: 5px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colsp {
		display: table;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colsp >dt,
	.tpl_footer_area .tpl_fatfooter .tpl_2colsp >dd {
		display: table-cell;
		vertical-align: top;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colsp >dt {
		width: 50%;
		padding-left: 19px;
		padding-right: 10px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colsp >dd {
		width: 50%;
		padding-right: 10px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink >li {
		padding-top: 18px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn {
		line-height: 1.6;
		padding-left: 10px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn >p {
		font-size: 62.5%;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_btn .tpl_ico {
		top: 5px;
		width: 4px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_2colpc >dd .tpl_fatlink >li:nth-child(2) {
		padding-top: 20px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk {
		padding-top: 17px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink >li {
		width: 50%;
		padding: 3px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink >li:last-child {
		padding-right: 3px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink .tpl_btn {
		border: 1px solid #000;
		text-align: center;
		line-height: 1.5;
		padding: 2px 10px;
		display: table;
		width: 100%;
		height: 40px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink .tpl_btn >p {
		display: table-cell;
		vertical-align: middle;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_linkblk .tpl_fatlink .tpl_btn .tpl_ico {
		display: none;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_snsblk {
		padding-top: 17px;
		padding-bottom: 20px;
		text-align: center;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist {
		margin: 0 auto;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist >li {
		padding-right: 10px;
		padding-left: 10px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist .tpl_btn {
		width: 44px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_snsblk .tpl_snslist .tpl_btn img {
		width: 44px;
		height: 44px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_br_04 {
		display: block;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar {
		background: #e8e4e1;
		border: none;
		font-size: 100%;
		padding-top: 17px;
		padding-bottom: 17px;
		padding-left: 19px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar {
		cursor: pointer;
		position: relative;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar .tpl_ico {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 19px;
		margin: auto;
		width: 16px;
		height: 7px;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_acdnpanel {
		display: none;
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn .tpl_bar .tpl_ico {
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.tpl_footer_area .tpl_fatfooter .tpl_acdn.tpl_on .tpl_bar .tpl_ico {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.tpl_footer_area .tpl_endfooter {
		text-align: center;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footin {
		padding-top: 0;
		padding-bottom: 0;
	}
	.tpl_footer_area .tpl_endfooter .tpl_rowpc {
		display: block;
		width: 100%;
	}
	.tpl_footer_area .tpl_endfooter .tpl_rowpc >dt,
	.tpl_footer_area .tpl_endfooter .tpl_rowpc >dd {
		display: block;
		vertical-align: top;
		width: 100%;
	}
	.tpl_footer_area .tpl_endfooter .tpl_2col {
		display: block;
		width: 100%;
	}
	.tpl_footer_area .tpl_endfooter .tpl_2col >dt,
	.tpl_footer_area .tpl_endfooter .tpl_2col >dd {
		display: block;
		vertical-align: top;
		width: 100%;
		border-bottom: 1px solid #333;
	}
	.tpl_footer_area .tpl_endfooter .tpl_2col >dt {
		padding-top: 34px;
		padding-bottom: 12px;
	}
	.tpl_footer_area .tpl_endfooter .tpl_2col >dd {
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 0;
	}
	.tpl_footer_area .tpl_endfooter .tpl_foot_logo {
		width: 268px;
		height: 38px;
		margin: 0 auto;
		background: url(/uploads/sps/img/common/foot_logo_sp.png) no-repeat;
		background-size: contain;
	}
	.tpl_footer_area .tpl_endfooter .tpl_foot_logo img {
		width: 68px;
		height: 57px;
		display: none;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footlink >li {
		position: relative;
		padding-left: 12px;
		padding-right: 9px;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footlink >li:first-child {
		padding-left: 0;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footlink >li:last-child {
		padding-right: 0;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footlink >li:before {
		content: "/";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		color: #fff;
		font-size: 62.5%;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.03em;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footlink >li:first-child:before {
		content: "";
		display: none;
	}
	.tpl_footer_area .tpl_endfooter .tpl_footlink .tpl_btn {
		font-size: 62.5%;
		letter-spacing: 0.03em;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright {
		text-align: center;
		font-size: 50%;
		line-height: 1.5;
		padding-top: 0;
		word-break: break-all;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_c {
		display: inline-block;
		text-align: left;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow {
		display: table;
		width: 100%;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow >dt,
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow >dd {
		display: table-cell;
		vertical-align: middle;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow >dt {
		width: 100%;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow >dd {
		width: 38px;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow >dt {
		padding-left: 6.3%;
	}
	.tpl_footer_area .tpl_pagetop_pc {
		display: none !important;
	}
	.tpl_footer_area .tpl_pagetop_sp {
		display: block !important;
	}
	.tpl_footer_area .tpl_pagetop_sp .tpl_btn {
		width: 38px;
		padding: 19px 14px 19px 0;
	}
	.tpl_footer_area .tpl_pagetop_sp .tpl_btn img {
		width: 100%;
	}
	/* tpl_prd_list_matome */
	.tpl_prd_list_matome {
		padding-right: 0;
	}
	.expl.expl-fixed .tpl_prd_list_matome {
		padding-right: 40px;
	}
	.tpl_prd_list_matome .tpl_ttl {
		font-size: 85.7%;
	}
	.tpl_prd_list_matome .tpl_txt {
		font-size: 78.5%;
		padding-bottom: 6px;
	}
}
@media screen and (max-width: 460px) {
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_br_04 {
		display: none;
	}
	.tpl_footer_area .tpl_endfooter .tpl_copyright .tpl_cprow >dt {
		padding-left: 2.17%;
		padding-right: 2.17%;
	}
}
@media screen and (max-width: 400px) {
	.tpl_footer_area .tpl_fatfooter .tpl_fatlink .tpl_br_01 {
		display: none;
	}
}
/* BtoB Custom Style /////////////////////////////////////////////////////////////////////////////// */
/* tpl_prd_list_category */
.tpl_prd_list_category .cus_btn {
	border: none;
	display: block;
	color: #000;
	cursor: pointer;
	line-height: 1;
	outline: none;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
.tpl_prd_list_category .cus_indent {
	display: table;
}
.tpl_prd_list_category .cus_indent >dt,
.tpl_prd_list_category .cus_indent >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_prd_list_category .cus_indent >dt {
	white-space: nowrap;
}
.tpl_prd_list_category h2,
.tpl_prd_list_category h3 {
	background: none;
	border: none;
	font-size: 100%;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	letter-spacing: inherit;
}
article .tpl_prd_list_category ul {
	font-size: 100%;
	line-height: inherit;
	color: inherit;
}
.tpl_prd_list_category .cus_border {
	border: 1px solid #5e5e5e;
}
.tpl_prd_list_category .tpl_border {
	border: 1px solid #5e5e5e;
}
.tpl_prd_list_category .cus_product_list_category {
	padding-bottom: 140px;
}
.tpl_prd_list_category .cus_keyvisual {
	padding-bottom: 100px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.tpl_prd_list_category .cus_keyvisual img {
	width: 100%;
}
.tpl_prd_list_category .cus_intro {
	padding-bottom: 120px;
	max-width: 1024px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.tpl_prd_list_category .cus_intro .cus_unit .cus_row {
	display: table;
	width: 100%;
}
.tpl_prd_list_category .cus_intro .cus_unit .cus_row >dt,
.tpl_prd_list_category .cus_intro .cus_unit .cus_row >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_prd_list_category h1.cus_h1, .tpl_prd_list_category .cus_intro .cus_unit .cus_h2 {
	color: #000;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.13em;
	padding: 0 0 40px;
}
.tpl_prd_list_category h1.cus_h1, #main-column .tpl_prd_list_category .cus_intro .cus_unit .cus_h2 {
	font-size: 150%;
	letter-spacing: 0.13em;
	padding: 0 0 40px;
}
.tpl_prd_list_category h1.cus_h1 {
	padding-bottom: 0;
	margin: 15px auto 15px;
	max-width: 1280px;
}
.tpl_prd_list_category .cus_intro .cus_txt {
	font-size: 87.5%;
	line-height: 2.71;
	letter-spacing: 0.13em;
}
.tpl_prd_list_category .cus_intro .cus_caption {
	font-size: 75%;
	line-height: 2.71;
	letter-spacing: 0.13em;
}
.tpl_prd_list_category .cus_intro .cus_unit01 {
	position: relative;
	z-index: 3;
}
.tpl_prd_list_category .cus_intro .cus_unit01 .cus_row >dt {
	padding-right: 30px;
}
.tpl_prd_list_category .cus_intro .cus_unit01 .cus_row >dd {
	width: 48%;
}
.tpl_prd_list_category .cus_intro .cus_unit01 .cus_img {
	max-width: 490px;
}
.tpl_prd_list_category .cus_intro .cus_unit02 {
	position: relative;
	z-index: 2;
}
.tpl_prd_list_category .cus_intro .cus_unit02 .cus_row {
	padding-left: 90px;
	padding-right: 30px;
}
.tpl_prd_list_category .cus_intro .cus_unit02 .cus_row >dt {
	width: 34%;
}
.tpl_prd_list_category .cus_intro .cus_unit02 .cus_row >dd {
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
}
.tpl_prd_list_category .cus_intro .cus_unit02 .cus_img {
	max-width: 290px;
}
.tpl_prd_list_category .cus_intro .cus_unit03 {
	position: relative;
	z-index: 1;
	margin-top: -50px;
	text-align: right;
}
.tpl_prd_list_category .cus_intro .cus_unit03 .cus_img {
	display: inline-block;
	max-width: 590px;
	width: 58%;
}
.tpl_prd_list_category .cus_acdn .cus_acdnpanel {
	display: none;
}
.tpl_prd_list_category .cus_acdn .cus_acdnblk .cus_bar {
	cursor: pointer;
	position: relative;
}
.tpl_prd_list_category .cus_acdn .cus_acdnblk .cus_ico {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 32px;
	margin: auto;
	z-index: 1;
	width: 18px;
	height: 18px;
}
.tpl_prd_list_category .cus_acdn .cus_acdnblk .cus_ico >p {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.tpl_prd_list_category .cus_acdn .cus_acdnblk .cus_ico >p span {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.tpl_prd_list_category .cus_acdn .cus_acdnblk .cus_ico >p span:nth-of-type(1) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tpl_prd_list_category .cus_acdn .cus_acdnblk .cus_ico >p span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tpl_prd_list_category .cus_acdn.cus_acdnOn .cus_acdnblk .cus_ico >p span:nth-of-type(1) {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tpl_prd_list_category .cus_acdn.cus_acdnOn .cus_acdnblk .cus_ico >p span:nth-of-type(2) {
	opacity: 0;
}
.tpl_prd_list_category .cus_promotion {
	margin-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.tpl_prd_list_category .cus_promotion .cus_promotion_bg {
	border-top: 3px solid #e8e4e1;
	padding-top: 60px;
	padding-bottom: 60px;
}
.tpl_prd_list_category .cus_promotion .cus_promotion_bg:last-child {
	border-bottom: 3px solid #e8e4e1;
}
.tpl_prd_list_category .cus_promotion .cus_ttlh3,
.tpl_prd_list_category .cus_promotion .cus_ttlh3_lead,
.tpl_prd_list_category .cus_promotion .cus_acdn {
	max-width: 1024px;
	margin: 0 auto;
}
.tpl_prd_list_category .cus_promotion .cus_ttlh3 {
	text-align: center;
	color: #000;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.13em;
	padding-bottom: 40px;
}
.tpl_prd_list_category .cus_promotion .cus_ttlh3 h3 {
	font-weight: 700;
}
.tpl_prd_list_category .cus_promotion .cus_ttlh3_lead {
	text-align: center;
	color: #000;
	font-size: 87.5%;
	line-height: 1.78;
	letter-spacing: 0.13em;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.tpl_prd_list_category .cus_promotion .cus_acdn .cus_acdnblk {
	text-align: center;
}
.tpl_prd_list_category .cus_promotion .cus_acdn .cus_acdnblk .cus_bar {
	display: inline-block;
	background: #000;
	padding: 21px;
	min-width: 480px;
	color: #fff;
	font-size: 112.5%;
	line-height: 1;
	letter-spacing: 0.35em;
}
.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close {
	text-align: center;
	padding-top: 60px;
}
.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close .cus_btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	background: #000;
	padding: 17px 5px;
	color: #fff;
	min-width: 200px;
	font-size: 112.5%;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.24em;
}
.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close .cus_btn .cus_ico {
	position: absolute;
	top: 0;
	bottom: 2px;
	right: 22px;
	margin: auto;
	width: 15px;
	height: 15px;
	padding-top: 1px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box {
	padding-top: 60px;
	padding-right: 90px;
	padding-left: 90px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_list {
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_list >li {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 15px 35px 15px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_img {
	border: 1px solid #d8d8d8;
	overflow: hidden;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_img img {
	width: 100%;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_btm {
	text-align: left;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_ttl {
	color: #000;
	font-size: 94%;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	padding-top: 18px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_ttl h4 {
	font-weight: 700;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_lead {
	color: #000;
	font-size: 94%;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_desc {
	color: #000;
	font-size: 87.5%;
	line-height: 1.43;
	letter-spacing: 0;
	padding-top: 6px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_txt {
	max-width: 807px;
	font-size: 87.5%;
	line-height: 2;
	letter-spacing: 0.13em;
	margin: 0 auto 35px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop {
	max-width: 807px;
	margin: 0 auto 20px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #e8e4e1;
	color: #000;
	font-size: 94%;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	width: 249px;
	height: 37px;
	padding: 8px 0;
	margin-right: 30px;
	margin-bottom: 15px;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-child(3n) {
	margin-right: 0;
}
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-last-child(1),
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-last-child(2),
.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-last-child(3) {
	margin-bottom: 0;
}
.tpl_prd_list_category .cus_promotion .cus_ttlh3_caption {
	text-align: left;
	color: #000;
	font-size: 75%;
	line-height: 1.5;
	letter-spacing: 0;
	padding-top: 20px;
	padding-right: 105px;
	padding-left: 105px;
	padding-bottom: 20px;
}
.tpl_prd_list_category .cus_related {
	background: #f8f7f6;
	padding-top: 90px;
	padding-bottom: 110px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.tpl_prd_list_category .cus_related .cus_ttlh3 {
	text-align: center;
	color: #000;
	font-size: 137.5%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.28em;
	padding-bottom: 50px;
}
.tpl_prd_list_category .cus_related .cus_ttlh3 h3 {
	font-weight: 700;
}
.tpl_prd_list_category .cus_related .cus_link_box {
	max-width: 1024px;
	margin: 0 auto;
}
.tpl_prd_list_category .cus_related .cus_link_box .cus_link_list {
	text-align: center;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}
.tpl_prd_list_category .cus_related .cus_link_box .cus_link_list >li {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}
.tpl_prd_list_category .cus_related .cus_link_box .cus_img {
	overflow: hidden;
}
.tpl_prd_list_category .cus_related .cus_link_box .cus_img img {
	width: 100%;
}
/* tpl_prd_list_foot */
.tpl_prd_list_foot .cus_btn {
	border: none;
	display: block;
	color: #000;
	cursor: pointer;
	line-height: 1;
	outline: none;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
.tpl_prd_list_foot .cus_indent {
	display: table;
}
.tpl_prd_list_foot .cus_indent >dt,
.tpl_prd_list_foot .cus_indent >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_prd_list_foot .cus_indent >dt {
	white-space: nowrap;
}
.tpl_prd_list_foot h2,
.tpl_prd_list_foot h3 {
	background: none;
	border: none;
	font-size: 100%;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	letter-spacing: inherit;
}
article .tpl_prd_list_foot ul {
	font-size: 100%;
	line-height: inherit;
	color: inherit;
}
.tpl_prd_list_foot .tpl_border {
	border: 1px solid #5e5e5e;
}
.tpl_prd_list_foot {
	padding-top: 110px;
	padding-bottom: 15px;
}
.tpl_prd_list_foot .tpl_related_item {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.tpl_prd_list_foot .tpl_related_item .tpl_bg {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f8f7f6;
}
.tpl_prd_list_foot .tpl_related_item .tpl_ttlh3 {
	text-align: center;
	color: #000;
	font-size: 137.5%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.28em;
	padding-bottom: 40px;
}
.tpl_prd_list_foot .tpl_related_item .tpl_ttlh3 h3 {
	font-weight: 700;
}
.tpl_prd_list_foot .tpl_related_item .tpl_link_box .tpl_link_list {
	text-align: center;
}
.tpl_prd_list_foot .tpl_related_item .tpl_link_box .tpl_link_list >li {
	display: inline-block;
	padding: 10px;
}
.tpl_prd_list_foot .tpl_related_item .tpl_link_box .tpl_btn {
	display: block;
	color: #fff;
	background: #000;
	min-width: 480px;
	font-size: 112.5%;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.35em;
	padding: 20px 10px;
}
/* tpl_prd_detail_desc */
.tpl_prd_detail_desc .cus_btn {
	border: none;
	display: block;
	color: #000;
	cursor: pointer;
	line-height: 1;
	outline: none;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
.tpl_prd_detail_desc .cus_indent {
	display: table;
}
.tpl_prd_detail_desc .cus_indent >dt,
.tpl_prd_detail_desc .cus_indent >dd {
	display: table-cell;
	vertical-align: top;
}
.tpl_prd_detail_desc .cus_indent >dt {
	white-space: nowrap;
}
.tpl_prd_detail_desc h2,
.tpl_prd_detail_desc h3 {
	background: none;
	border: none;
	font-size: 100%;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	letter-spacing: inherit;
}
article .tpl_prd_detail_desc ul {
	font-size: 100%;
	line-height: inherit;
	color: inherit;
}
.tpl_prd_detail_desc .tpl_border {
	border: 1px solid #5e5e5e;
}
.tpl_prd_detail_desc {
	padding-left: 10px;
	padding-right: 10px;
}
.tpl_prd_detail_desc .tpl_sns_blk {
	padding-bottom: 30px;
}
.tpl_prd_detail_desc .tpl_sns_blk .tpl_snslist >li {
	display: inline-block;
	vertical-align: top;
	padding-right: 3px;
}
.tpl_prd_detail_desc .tpl_sns_blk .tpl_snslist a {
	display: block;
}
.tpl_prd_detail_desc .tpl_sns_blk .tpl_snslist a img {
	width: auto;
	height: 20px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro {
	border-top: 1px solid #eeeae6;
	border-bottom: 1px solid #eeeae6;
	padding-top: 30px;
	margin-bottom: 80px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .tpl_copy {
	font-size: 100%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.13em;
	padding-bottom: 15px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .tpl_copy h2 {
	font-weight: 700;
	padding: 0;
	letter-spacing: 0.13em;
}
#main-column .tpl_prd_detail_desc .cus_product_detail_description .cus_intro .tpl_copy h2 {
	font-weight: 700;
	padding: 0;
	letter-spacing: 0.13em;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_desc {
	font-size: 87.5%;
	line-height: 1.85;
	letter-spacing: 0.13em;
	padding-bottom: 30px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_note {
	font-size: 75%;
	line-height: 1.85;
	letter-spacing: 0.13em;
	padding-bottom: 30px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_emphasis .cus_in {
	border-top: 1px solid #eeeae6;
	padding-top: 25px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_emphasis .cus_ttl {
	font-size: 100%;
	font-weight: 700;
	line-height: 1.85;
	letter-spacing: 0.13em;
	padding-bottom: 10px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_emphasis .cus_txt {
	font-size: 87.5%;
	line-height: 1.85;
	letter-spacing: 0.13em;
	padding-bottom: 30px;
}
.tpl_prd_detail_desc .cus_product_detail_description .cus_table_head {
	display: none;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept {
	padding-top: 80px;
	padding-bottom: 80px;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_ttlh2 {
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.13em;
	padding-bottom: 40px;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_ttlh2 h2 {
	font-weight: 700;
	padding: 0;
	letter-spacing: 0.13em;
}
#main-column .tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_ttlh2 h2 {
	font-weight: 700;
	padding: 0;
	letter-spacing: 0.13em;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_lead {
	text-align: center;
	font-size: 87.5%;
	line-height: 2.71;
	letter-spacing: 0.13em;
	padding-bottom: 60px;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_img {
	text-align: center;
	max-width: 890px;
	margin: 0 auto;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_img img {
	width: 100%;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_img01 {
	max-width: 890px;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_img02 {
	max-width: 940px;
}
.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_img03 {
	max-width: 100px;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnpanel {
	display: none;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_bar {
	cursor: pointer;
	position: relative;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_ico {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 32px;
	margin: auto;
	z-index: 1;
	width: 18px;
	height: 18px;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_ico >p {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_ico >p span {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_ico >p span:nth-of-type(1) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_ico >p span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn.tpl_acdnOn .tpl_acdnblk .tpl_ico >p span:nth-of-type(1) {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn.tpl_acdnOn .tpl_acdnblk .tpl_ico >p span:nth-of-type(2) {
	opacity: 0;
}
.tpl_prd_detail_desc .tpl_prd_data {
	padding-bottom: 160px;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk {
	text-align: center;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_bar {
	display: inline-block;
	background: #000;
	padding: 21px;
	min-width: 480px;
	color: #fff;
	font-size: 112.5%;
	line-height: 1;
	letter-spacing: 0.35em;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_close {
	text-align: center;
	padding-top: 85px;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_close .tpl_btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	background: #000;
	padding: 17px 5px;
	color: #fff;
	min-width: 200px;
	font-size: 112.5%;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.24em;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_close .tpl_btn .tpl_ico {
	position: absolute;
	top: 0;
	bottom: 2px;
	right: 22px;
	margin: auto;
	width: 15px;
	height: 15px;
	padding-top: 1px;
}
.tpl_prd_detail_desc .tpl_prd_data .tpl_panelinner {
	padding-top: 85px;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table {
	border-top: 3px solid #e8e4e1;
	border-bottom: 3px solid #e8e4e1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_table_head {
	display: none;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdn {
	display: table;
	width: 100%;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdnblk,
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdnpanel {
	display: table-cell;
	vertical-align: top;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdn {
	padding-top: 15px;
	padding-bottom: 15px;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdnblk {
	width: 140px;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_list {
	color: #000;
	font-size: 100%;
	line-height: inherit;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_ttl {
	font-size: 87.5%;
	font-weight: 700;
	line-height: 1.71;
	letter-spacing: 0.13em;
}
.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_txt {
	font-size: 87.5%;
	font-weight: 400;
	line-height: 1.71;
	letter-spacing: 0.13em;
}
.tpl_prd_detail_desc .tpl_related {
	padding-bottom: 140px;
}
.tpl_prd_detail_desc .tpl_related .tpl_bg {
	background: #f8f7f6;
	padding-top: 80px;
	padding-bottom: 100px;
}
.tpl_prd_detail_desc .tpl_related .tpl_ttlh3 {
	text-align: center;
	color: #000;
	font-size: 137.5%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.28em;
	padding-bottom: 50px;
}
.tpl_prd_detail_desc .tpl_related .tpl_ttlh3 h3 {
	font-weight: 700;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box {
	text-align: center;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_center {
	display: inline-block;
	max-width: 696px;
	width: 100%;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr {
	padding: 0 0 30px;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr .tpl_btn {
	display: block;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr .tpl_img {
	overflow: hidden;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr .tpl_img img {
	width: 100%;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr .tpl_bnr_list >li {
	padding: 10px;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_link_list {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_link_list >li {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}
.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_link_list .tpl_btn {
	display: block;
	color: #fff;
	background: #000;
	width: 100%;
	font-size: 112.5%;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.35em;
	padding: 17px 10px;
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:1280px */
/* //////////////////////////////////////////////////////////////////////////////// */
/* tpl_prd_list_category */
/* tpl_prd_detail_desc */
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:1279px */
/* //////////////////////////////////////////////////////////////////////////////// */
/* tpl_prd_list_category */
/* tpl_prd_detail_desc */
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:1024px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1024px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_promotion .cus_link_box.cus_link02 {
		padding-right: 0;
		padding-left: 0;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:960px */
/* //////////////////////////////////////////////////////////////////////////////// */
/* tpl_prd_list_category */
/* tpl_prd_list_foot */
/* tpl_prd_detail_desc */
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:959px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 959px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_promotion .cus_link_box {
		padding-right: 0;
		padding-left: 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_ttlh3_caption {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* tpl_prd_list_foot */
	/* tpl_prd_detail_desc */
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:844px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 844px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li {
		width: 49%;
		height: auto;
		margin-right: 12px;
		vertical-align: top;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-child(3n) {
		margin-right: 12px;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-child(2n) {
		margin-right: 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li:nth-last-child(3) {
		margin-bottom: 15px;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:618px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 618px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop {
		max-width: 807px;
		margin: 0 auto;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li {
		width: 48%;
		margin-bottom: 10px;
		font-size: 81.2%;
		padding-top: 10px;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* min-width:600px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 600px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_acdnblk .cus_bar:hover {
		opacity: 0.7;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_btn:hover {
		opacity: 0.7;
	}
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close .cus_btn:hover {
		opacity: 0.7;
	}
	.tpl_prd_list_category .cus_related .cus_link_box .cus_btn:hover {
		opacity: 0.7;
	}
	/* tpl_prd_list_foot */
	/* tpl_prd_detail_desc */
	.tpl_prd_detail_desc .tpl_sns_blk .tpl_snslist a:hover {
		opacity: 0.7;
	}
	.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_bar:hover {
		opacity: 0.7;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:599px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_product_list_category {
		padding-bottom: 50px;
	}
	.tpl_prd_list_category .cus_keyvisual {
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
	}
	.tpl_prd_list_category .cus_intro {
		padding-bottom: 60px;
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_list_category .cus_intro .cus_unit .cus_row {
		display: block;
	}
	.tpl_prd_list_category .cus_intro .cus_unit .cus_row >dt,
	.tpl_prd_list_category .cus_intro .cus_unit .cus_row >dd {
		display: block;
	}
	.tpl_prd_list_category h1.cus_h1, .tpl_prd_list_category .cus_intro .cus_unit .cus_h2 {
		font-size: 100%;
		line-height: 1.78;
		padding: 0 0 20px;
	}
	.tpl_prd_list_category h1.cus_h1, #main-column .tpl_prd_list_category .cus_intro .cus_unit .cus_h2 {
		font-size: 100%;
		line-height: 1.78;
		padding: 0 0 20px;
	}
	.tpl_prd_list_category h1.cus_h1 {
		padding-bottom: 0;
		margin: 1px auto 7px;
		padding: 0 19px;
	}
	.tpl_prd_list_category .cus_intro .cus_unit .cus_txt {
		font-size: 85.7%;
		line-height: 2;
	}
	.tpl_prd_list_category .cus_intro .cus_unit .cus_caption {
		font-size: 71.4%;
	}
	.tpl_prd_list_category .cus_intro .cus_unit .cus_img {
		max-width: 100%;
		display: inline-block;
	}
	.tpl_prd_list_category .cus_intro .cus_unit01 {
		padding-bottom: 15px;
	}
	.tpl_prd_list_category .cus_intro .cus_unit01 .cus_row {
		padding-left: 0;
		padding-right: 0;
	}
	.tpl_prd_list_category .cus_intro .cus_unit01 .cus_row >dt {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.tpl_prd_list_category .cus_intro .cus_unit01 .cus_row >dd {
		width: 100%;
		text-align: right;
	}
	.tpl_prd_list_category .cus_intro .cus_unit01 .cus_img {
		width: 80%;
	}
	.tpl_prd_list_category .cus_intro .cus_unit02 {
		padding-bottom: 20px;
	}
	.tpl_prd_list_category .cus_intro .cus_unit02 .cus_row {
		padding-left: 0;
		padding-right: 0;
	}
	.tpl_prd_list_category .cus_intro .cus_unit02 .cus_row >dt {
		width: 40%;
		float: left;
		padding-right: 20px;
	}
	.tpl_prd_list_category .cus_intro .cus_unit02 .cus_row >dd {
		padding-left: 0;
		padding-bottom: 0;
	}
	.tpl_prd_list_category .cus_intro .cus_unit02 .cus_img {
		width: 100%;
	}
	.tpl_prd_list_category .cus_intro .cus_unit03 {
		margin-top: 0;
	}
	.tpl_prd_list_category .cus_intro .cus_unit03 .cus_img {
		width: 90%;
	}
	.tpl_prd_list_category .cus_promotion {
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_list_category .cus_promotion .cus_promotion_bg {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.tpl_prd_list_category .cus_promotion .cus_ttlh3 {
		font-size: 128.5%;
		padding-bottom: 20px;
	}
	.tpl_prd_list_category .cus_promotion .cus_ttlh3_lead {
		font-size: 85.7%;
		text-align: left;
		padding-bottom: 35px;
		padding-left: 0;
		padding-right: 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_acdnblk {
		padding: 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_acdnblk .cus_bar {
		display: block;
		font-size: 92.8%;
		padding: 20px;
		min-width: 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close {
		padding: 30px 20px 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close .cus_btn {
		font-size: 92.8%;
		min-width: 150px;
		padding: 13px 25px;
	}
	.tpl_prd_list_category .cus_promotion .cus_acdn .cus_close .cus_btn .cus_ico {
		width: 12px;
		height: 12px;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box {
		padding-top: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_txt {
		margin-bottom: 30px;
		text-align: justify;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_list >li {
		width: 50%;
		padding: 0 0 30px 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_list >li:nth-child(2n) {
		padding: 0 0 30px 6px;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_list >li:nth-child(2n-1) {
		padding: 0 6px 30px 0;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_ttl {
		font-size: 81.2%;
		padding-top: 10px;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_lead {
		font-size: 81.2%;
	}
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_desc {
		font-size: 62.5%;
		line-height: 1.5;
	}
	.tpl_prd_list_category .cus_promotion .cus_ttlh3_caption {
		font-size: 71.4%;
		padding-top: 10px;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.tpl_prd_list_category .cus_related {
		padding-top: 50px;
		padding-bottom: 45px;
	}
	.tpl_prd_list_category .cus_related .cus_ttlh3 {
		font-size: 114.2%;
		letter-spacing: 0.13em;
		padding-bottom: 15px;
	}
	.tpl_prd_list_category .cus_related .cus_link_box .cus_link_list >li {
		width: 100%;
		padding: 5px 19px;
	}
	/* tpl_prd_list_foot */
	.tpl_prd_list_foot {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.tpl_prd_list_foot .tpl_related_item .tpl_bg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.tpl_prd_list_foot .tpl_related_item .tpl_ttlh3 {
		font-size: 114%;
		letter-spacing: 0.13em;
		padding-bottom: 25px;
	}
	.tpl_prd_list_foot .tpl_related_item .tpl_link_box .tpl_link_list {
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_list_foot .tpl_related_item .tpl_link_box .tpl_link_list >li {
		display: block;
		padding: 10px 0;
	}
	.tpl_prd_list_foot .tpl_related_item .tpl_link_box .tpl_btn {
		min-width: 0;
		font-size: 92.8%;
		padding: 15px 10px;
		width: 100%;
	}
	/* tpl_prd_detail_desc */
	.tpl_prd_detail_desc {
		padding-left: 0;
		padding-right: 0;
	}
	.tpl_prd_detail_desc .tpl_sns_blk {
		padding-left: 19px;
		padding-bottom: 20px;
	}
	.tpl_prd_detail_desc .tpl_sns_blk .tpl_snslist >li {
		padding-right: 5px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description {
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro {
		padding-top: 18px;
		margin-bottom: 30px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .tpl_copy {
		font-size: 85.7%;
		padding-bottom: 10px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_desc {
		font-size: 85.7%;
		padding-bottom: 18px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_note {
		font-size: 71.4%;
		padding-bottom: 18px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_emphasis .cus_in {
		padding-top: 18px;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_emphasis .cus_ttl {
		font-size: 85.7%;
	}
	.tpl_prd_detail_desc .cus_product_detail_description .cus_intro .cus_emphasis .cus_txt {
		font-size: 85.7%;
		padding-bottom: 18px;
	}
	.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept {
		padding-top: 0;
		padding-bottom: 30px;
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_ttlh2 {
		font-size: 114.2%;
		padding-bottom: 20px;
	}
	.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_lead {
		text-align: left;
		font-size: 85.7%;
		padding-bottom: 30px;
	}
	.tpl_prd_detail_desc .cus_product_detail_foot .cus_concept .cus_img {
		width: 100%;
	}
	.tpl_prd_detail_desc .tpl_prd_data {
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_detail_desc .tpl_prd_data {
		padding-bottom: 80px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_acdnblk .tpl_bar {
		min-width: 0;
		width: 100%;
		font-size: 92.8%;
		padding: 20px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_close {
		padding-top: 30px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_close .tpl_btn {
		padding: 13px 25px;
		min-width: 150px;
		font-size: 92.8%;
	}
	.tpl_prd_detail_desc .tpl_prd_data .tpl_acdn .tpl_close .tpl_btn .tpl_ico {
		width: 12px;
		height: 12px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .tpl_panelinner {
		padding-top: 30px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table {
		padding-top: 0;
		padding-bottom: 0;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdn,
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdnblk,
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdnpanel {
		display: block;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdn {
		border-top: 1px solid #eeeae6;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdn01 {
		border-top: none;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_acdnblk {
		width: 100%;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_ttl {
		font-size: 85.7%;
		padding-bottom: 6px;
	}
	.tpl_prd_detail_desc .tpl_prd_data .cus_table .cus_txt {
		font-size: 85.7%;
	}
	.tpl_prd_detail_desc .tpl_related {
		padding-bottom: 60px;
	}
	.tpl_prd_detail_desc .tpl_related .tpl_bg {
		padding-top: 50px;
		padding-bottom: 40px;
		padding-left: 19px;
		padding-right: 19px;
	}
	.tpl_prd_detail_desc .tpl_related .tpl_ttlh3 {
		font-size: 114.2%;
		padding-bottom: 25px;
	}
	.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr {
		padding: 0 0 15px;
	}
	.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_bnr .tpl_bnr_list >li {
		padding: 10px 0;
	}
	.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_link_list >li {
		width: 100%;
		padding: 10px 0;
	}
	.tpl_prd_detail_desc .tpl_related .tpl_link_box .tpl_link_list .tpl_btn {
		font-size: 92.8%;
		padding: 12px 10px;
	}
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* max-width:338px */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 338px) {
	/* tpl_prd_list_category */
	.tpl_prd_list_category .cus_promotion .cus_link_box .cus_link_shop li {
		width: 47%;
	}
}
.cus_sp {
	display: none;
}
@media screen and (max-width: 599px) {
	.cus_pc {
		display: none;
	}
	.cus_sp {
		display: block;
	}
}
.tpl_pc {
	display: block;
}
.tpl_sp {
	display: none;
}
@media screen and (max-width: 599px) {
	.tpl_pc {
		display: none;
	}
	.tpl_sp {
		display: block;
	}
}
@media print {
	* {
		-webkit-print-color-adjust: exact !important;
		-moz-print-color-adjust: exact !important;
		-ms-print-color-adjust: exact !important;
	}
	html {
		font-size: 16px !important;
	}
	body {
		width: 1024px !important;
	}
	.tpl_sp {
		display: none !important;
	}
	.cus_sp {
		display: none !important;
	}
	.tpl_htmlfixed {
		position: static !important;
	}
}
#main-column .specBanners h2 {
  font-family: Josefin Sans, Noto Sans Japanese, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  text-align: center;
  color: #000;
  font-size: 237.5%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
}
.tpl_hd h3 {font-weight: bold;}
.hmbgmenu_bnr {
	padding: 20px 0 0;
	display: block;
}
.specBanners {
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.section_press ul {
	padding: 15px;
}
.section_press li {
	padding: 15px 5px;
	border-top: 3px solid #e8e4e1;
	border-bottom: 3px solid #e8e4e1;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.section_press li a {
	color: #000;
}
.btn_black {
	padding: 15px 15px 0;
}
.btn_black a {
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 92.9%;
	line-height: 1;
	letter-spacing: 0.35em;
	padding: 16px 10px;
	white-space: nowrap;
	width: 100%;
	margin: 0 auto;
}
.top_hasChildren {
	margin-bottom: 10px;
}
.top_hasChildren_trigger {
	background: #e8e4e1 url(https://www.daroma-shop.jp/uploads/sps/img/common/foot_menu_arrow_02.png) no-repeat center right 15px;
	background-size: 16px;
	border: none;
	font-size: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 19px;
	cursor: pointer;
	font-weight: bold;
}
.top_childList {
	display: none;
}
.top_childList ul {
	padding: 10px 0;
	list-style: none;
	margin: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.top_childList li {
	display: inline-block;
	width: 50%;
	text-align: left;
	padding: 5px 10px;
}
.top_childList li a {
	position:relative;
	text-align: left;
	color: #000;
	font-size: 10px;
	line-height: 1.6;
	padding-left: 10px;
}
.top_childList li a .tpl_ico {
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
}
.column5 .item_btnMore {
	display:block;
	width: 90%;
	margin: 5px auto 0;
	text-align: center;
	color: #fff;
	background: #000;
	padding: 5px;
	border-radius: 20px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	#contents {
		padding-top: 0;
	}
	.tpl_header_area .tpl_gnav_btn_open {
		top: calc(5vw + 12px);
	}
	#main-column .specBanners h2 {
	  font-size: 164.3%;
		padding-bottom: 35px;
	}
	.specBanners {
		margin: 50px 0;
	}
	.specBanners img {
		width: 100%;
	}
	.specBanners h3 ,
	.specBanners span {
		padding: 5px;
		background: #E8E4E1 url(https://www.daroma-shop.jp/uploads/sps/img/common/head_menu_arrow_02_sp.png) no-repeat center right 5px;
		background-size: 6px;
		font-size: 14px;
		font-weight: bold;
		display: block;
		color: #000;
	}
	.specBanners .bnrList--5 {
		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;
		margin: 0 -3px;
		padding: 0 3px;
	}
	.specBanners .bnrList--5 a {
		display: block;
		width: 100%;
		padding: 3px;
	}
	.specBanners .bnrList--5 a:first-child {
		width: 100%;
	}
	.specBanners .bnrList--6 {
		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;
		margin: 0 -3px;
		padding: 0 3px;
	}
	.specBanners .bnrList--6 a {
		display: block;
		width: 50%;
		padding: 3px;
	}
	.specBanners .bnrList--6 a:first-child {
		width: 100%;
	}
	.specBanners .bnrList--6 a:nth-child(n + 4) {
		width: 33.3%;
	}
	/* .header_shippinginfo {
		background: #fff;
		padding: 5px 0;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}
	.header_shippinginfo span {
		font-size: 16px;
		color: #405685;
	} */
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dt {
		width:32px;
		height: 32px;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_inline >dt img {
		width: auto;
		max-height: 100%;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_bm {
		padding: 0 5px;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_list >li.hmbgmenu_listItem {
		padding: 15px;
		position: relative;
		border-bottom: 3px solid #e8e4e1;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_list >li.hmbgmenu_listItem--arrow {
		background: url(https://www.daroma-shop.jp/uploads/sps/img/common/head_menu_arrow_02_sp.png) no-repeat center right 20px;
		background-size: 6px;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_link_blk .tpl_list >li.hmbgmenu_listItem:last-child {
		border-bottom: none;
	}
	.section_press ul {
		padding: 15px;
	}
	.section_press li {
		padding: 15px 5px;
		border-top: 3px solid #e8e4e1;
		border-bottom: 3px solid #e8e4e1;
		font-size: 14px;
		color: #000;
		font-weight: bold;
	}
	.section_press li a {
		color: #000;
	}
	.btn_black {
		padding: 0 15px 30px;
	}
	.btn_black a {
		color: #fff !important;
    background: #000;
    text-align: center !important;
    font-size: 92.9%;
    line-height: 1;
    letter-spacing: 0.35em;
    padding: 16px 10px;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
	}
	.top_hasChildren {
		margin-bottom: 10px;
	}
	.top_hasChildren_trigger {
		background: #e8e4e1 url(https://www.daroma-shop.jp/uploads/sps/img/common/foot_menu_arrow_02.png) no-repeat center right 15px;
		background-size: 16px;
    border: none;
    font-size: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 19px;
		cursor: pointer;
		font-weight: bold;
	}
	.top_childList {
		display: none;
	}
	.top_childList ul {
		padding: 10px 0;
		list-style: none;
		margin: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top_childList li {
		display: inline-block;
		width: 50%;
		text-align: left;
		padding: 5px 10px;
	}
	.top_childList li a {
		position:relative;
		text-align: left;
		color: #000;
		font-size: 12px;
		line-height: 1.6;
    padding-left: 10px;
	}
	.top_childList li a .tpl_ico {
		position: absolute;
		top: 5px;
		left: 0;
		width: 4px;
	}
	.news-box:nth-child(n+4) {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.header_shippinginfo {
		background: #fff;
		padding: 5px 0;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}
	.header_shippinginfo span {
		font-size: 16px;
		color: #405685;
	}
}
/* PC追加 */
@media screen and (min-width: 1200px) {
	.header_shippinginfo {
			position: absolute;
			right: -20px;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
			color: #fff;
			top: 90px;
			font-size: 18px;
	}
}
@media screen and (min-width: 769px) {
	.tpl_home_free01 .top_hasChildren {
			display: none;
	}
	.bnrList--5 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
	}
	.bnrList--5 a:nth-child(-n + 2) {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 49%;
			        flex: 0 0 49%;
			margin-bottom: 15px;
	}
	.bnrList--5 a:nth-child(n + 3) {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 32.5%;
			        flex: 0 0 32.5%;
　　　　　　　　　　　　margin-bottom: 0 1% 15px 1%;
	}
	.specBanners h2 {
			margin-bottom: 40px;
	}
	.bnrList--5 a:first-child {
			margin-right: 1.5%;
	}
	.bnrList--5 a img {
			width: 100%;
	}
	.bnrList--5 a:nth-child(4) {
			margin: 0 1%;
	}
	.specBanners {
			margin-bottom: 190px;
	}
	.specBanners a:hover {
		opacity: .8;
	}
	.specBanners .bnrList--5 a span ,
	.specBanners .bnrList--5 a h3 ,
	.specBanners .bnrList--6 a span ,
	.specBanners .bnrList--6 a h3 {
		font-size: 18px;
		font-weight: bold;
		color: #1b1b1b;
	}
	.specBanners .bnrList--5 a span ,
	.specBanners .bnrList--5 a h3 {
		display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    background: #e8e4e1;
	}
	.specBanners .bnrList--5 a span:after ,
	.specBanners .bnrList--5 a h3:after {
		content: "";
		right: 16px;
		bottom: 27px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
	}
	.specBanners .bnrList--5.bnrList--withTitle {
		margin-bottom: 240px;
	}
	.specBanners .bnrList--6.bnrList--withTitle {
    margin-bottom: 220px;
	}
	.bnrList--5 a {
		position: relative;
	}
	.bnrList--6 {
    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;
	}
	.bnrList--6 a {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 32.5%;
			        flex: 0 0 32.5%;
	}
	.bnrList--6 a img {
			width: 100%;
	}
	.specBanners .bnrList--6 a span ,
	.specBanners .bnrList--6 a h3 {
			display: block;
			height: 60px;
			line-height: 60px;
			padding-left: 15px;
			background: #e8e4e1;
	}
	.specBanners .bnrList--6 a span:after ,
	.specBanners .bnrList--6 a h3:after {
			content: "";
			right: 16px;
			bottom: 27px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			width: 6px;
			height: 6px;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			position: absolute;
	}
	.bnrList--6 a {
			position: relative;
			margin-bottom: 60px;
	}
	.column5 .item_btnMore {
    width: 50%;
    margin: 35px auto 0;
    line-height: 45px;
    height: 45px;
    border-radius: 50px;
    font-size: 18px;
    padding: 0;
	}
	.column5 .item_btnMore:hover {
		opacity: .8;
	}
	.tpl_header_area .tpl_header_sub .tpl_row {
    padding-bottom: 0;
    padding-top: 0;
	}
	#gnav div.cart-nav ul li a, #gnav nav ul li a {
			padding: 30px 10px;
			color: #000 !important;
			font-size: 18px;
			font-weight: bold;
	}
	#gnav div.cart-nav, #gnav nav {
			max-width: 1200px;
	}
	#gnav {
			background: #fff;
			display: block !important;
			position: relative;
	}
	#gnav div.cart-nav ul, #gnav nav ul {
			background-color: #fff;
	}
	#gnav div.cart-nav ul li, #gnav nav ul li {
			background: #fff;
	}
	#contents {
			padding-top: 0;
	}
	#gnav > nav > ul {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	#gnav > nav > ul > li {
		display: block;
	}
	#gnav > nav > ul > li:not(:last-child) {
		margin-right: 20px;
	}
	#gnav > nav > ul > li > a {
		color: #fff;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		min-height: 60px;
	}
	#gnav .megaMenu {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 9999;
		top: 100%;
		opacity: 0;
		pointer-events: none;
		background: rgba(255,255,255,.8);
    max-width: 1280px;
		margin: 0 auto;
	}
	#gnav .megaMenu.open {
		pointer-events: all;
		opacity: 1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	#gnav .megaMenu {
		padding: 40px 20px 30px;
		border-bottom: 1px solid #dfdfdf;
	}
	#gnav .megaMenu__inner {
		max-width: 1200px;
		margin: auto;
	}
	#gnav .megaMenu li {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		background: none;
	}
	#gnav .megaMenu li a {
		width: 100%;
		color: #1b1b1b;
		font-weight: bold;
		text-align: left;
		padding: 10px 0 10px 40px;
		margin-bottom: 40px;
		background: none;
	}
	#gnav .megaMenu li a:hover {
		opacity: 0.8;
	}
	#gnav .megaMenu .row [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}
	#gnav .megaMenu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: none;
	}
	#gnav > nav > ul > li > a.open {
    background: #405685;
    color: #fff !important;
	}
	#gnav .megaMenu li a:hover {
			background: none;
	}
	.tpl_home_free01 {
		padding-bottom: 35px;
	}
	#main-column .pickup,
    #main-column .newItem {
    margin-bottom: 60px;
	}
	#main-column .ranking {
    margin-bottom: 90px;
	}
	.tpl_home_free02 .tpl_news_btm {
    margin-bottom: 50px;
	}
	.tpl_home_free02 .tpl_column .btn_black .tpl_btn {
    width: 480px;
    color: #fff;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 112.5%;
    line-height: 1;
    letter-spacing: 0.35em;
    padding: 16px 10px;
    white-space: nowrap;
    width: 480px;
    margin: 0 auto;
	}
	.tpl_home_free02 .tpl_column .tpl_list {
			padding-bottom: 40px;
	}
	.tpl_home_free02 .tpl_column .tpl_bg {
    padding-bottom: 110px;
	}
	.tpl_brand {
    margin-top: 85px;
	}
	.tpl_header_area .tpl_drawer .tpl_gnav_inner_sp {
		display: block;
	}
	.tpl_header_area .tpl_drawer .tpl_gnav_inner_pc {
		display: none;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_sp1st .tpl_search_blk {
		padding-top: 50px;
	}
	.tpl_header_area .tpl_gnav_inner_sp .tpl_bksl .tpl_ttl {
		padding-top: 40px;
    padding-bottom: 40px;
	}
}
@media screen and (max-width: 1200px) {
	#gnav > nav > ul > li > a {
		font-size: 15px;
	}
}
@media screen and (max-width: 1000px) {
	#gnav {
		display: none !important;
	}
	.column5 .item_btnMore {
		width: 70%;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 769px){
	#gnav .megaMenu {
		max-width: 1280px;
	}
}
#memberid {
	background-color: #000;
}
#categorySec {
  max-width:1100px;
  margin:0 auto;
}
.titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text--right {
  text-align: right;
  /* margin-bottom:40px; */
}
.Category__desc {
  font-size: 87.5%;
  line-height: 2;
  letter-spacing: 0.13em;
  margin-bottom: 40px;
}
#categorySec .ranking .col-pc-3 .itemThumb a img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
#categorySec .ranking .col-pc-3 img {
    vertical-align: bottom;
}
#categorySec .ranking.column-set {
  display: flex;
  margin-bottom: 0;
}
#categorySec .Category_title {
  font-weight: bold;
  font-size: 24px;
}
#categorySec .Category_subTitle {
  font-weight: bold;
  font-size: 20px;
  /* margin-bottom: 15px; */
  text-align: center;
}
#categorySec .titleWrap {
  padding: 0 10px;
  margin-bottom: 15px;
}
#categorySec .btnWrap > a {
  position: relative;
    display: block;
    width: 240px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 20px;
    font-size: 16px;
}
#categorySec .btnWrap > a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 30px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#categorySec .btnWrap > a:hover::after {
  right: 25px;
}
#categorySec .Category_subTitle::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: red;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: #000;
}
#categorySec .ranking .col-pc-3 {
  font-size: 16px;
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 16px;
}
#categorySec .ranking .badge {
  position: static;
  display: block;
  width: 96px;
  height: 38px;
  padding: 0;
}
#categorySec .ranking .col-pc-3 h3 {
  font-size: 87.5%;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.02em;
  margin-top: 5px;
  margin-bottom: 0;
}
#categorySec .ranking .col-pc-3 .price {
 padding-top: 10px;
 padding-bottom: 20px;
  font-size: 87.5%;
  letter-spacing: 0.04em;
}
#categorySec .ranking .col-pc-3 h3 > a {
  color: #000;
}
#categorySec .ranking .col-pc-3:nth-child(1) .badge {
  background: url("https://www.daroma-shop.jp/uploads/sps/img/common/rank_01.png") no-repeat left top;
}
#categorySec .ranking .col-pc-3:nth-child(2) .badge {
  background: url("https://www.daroma-shop.jp/uploads/sps/img/common/rank_02.png") no-repeat left top;
}
#categorySec .ranking .col-pc-3:nth-child(3) .badge {
  background: url("https://www.daroma-shop.jp/uploads/sps/img/common/rank_03.png") no-repeat left top;
}
#categorySec .ranking .col-pc-3:nth-child(1) .badge,
#categorySec .ranking .col-pc-3:nth-child(2) .badge,
#categorySec .ranking .col-pc-3:nth-child(3) .badge {
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #categorySec .ranking .col-pc-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #categorySec .Category_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .text--right {
    margin-right: 5px;
  }
  #categorySec .ranking .badge {
    width: 62px;
    height: 20px;
  }
  #categorySec .btnWrap > a {
      width: 150px;
      font-size: 12px;
      padding: 7px;
  }
  #categorySec .btnWrap > a::after {
    right: 15px;
  }
  #categorySec .btnWrap > a:hover::after {
    right: 12px;
  }
  #categorySec .Category_title {
    padding: 10px 5px;
    font-size: 16px;
  }
  #categorySec .Category_subTitle {
    font-size: 14px;
    /* margin-bottom: 10px; */
    text-align: center;
  }
  #categorySec .ranking .col-sp-4:nth-child(4) {
    display: none;
  }
  #categorySec .ranking .col-sp-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
  }
#categorySec .ranking .col-pc-3 h3 {
  font-size: 70%;
  line-height: 1.42;
  margin-top: 3px;
}
#categorySec .ranking .col-pc-3 .price {
  font-size: 70%;
  padding-top: 6px;
  /* padding-bottom: 15px; */
  padding-bottom: 0;
}
  .Category__desc{
    font-size: 85.7%;
    line-height: 1.6;
    padding: 0 5px;
    /* margin-bottom: 10px; */
  }
  .text--right {
    /* margin-bottom:20px; */
  }
}
#main-column h2 small {
    display: block;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
}
@media screen and (max-width:767px){
	#main-column h2 small {
		font-size: 14px;
	}
}
.c-footer-campaign {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.c-footer-campaign h2 {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #000;
  font-size: 237.5%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
.c-footer-campaign h2 small {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.c-footer-campaign-inner {
  margin: auto;
  max-width: 1300px;
  width: 100%;
}
.c-footer-bnr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-footer-bnr-flex-inner {
  width: 24%;
  height: auto;
  position: relative;
  margin: auto 0.5% 20px 0.5%;
}
.c-footer-bnr-flex-inner a,
.c-footer-bnr-flex-inner img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
@media (width: 768px) {
  .c-footer-bnr-flex-inner {
    width: 48%;
  }
}
@media (max-width: 813px) and (width: 768px) {
  .c-footer-bnr-flex-inner {
    width: 48%;
  }
}
@media screen and (max-width: 813px) and (orientation: portrait) {
  .c-footer-bnr-flex-inner {
    width: 100%;
  }
}
@media screen and (max-width: 813px) and (orientation: landscape) {
  .c-footer-bnr-flex-inner {
    width: 48%;
  }
}
#main-column section .newItem{
    max-width: 1300px;
    margin: 0 auto;
}
#main-column section .newItem h2{
    font-family: Josefin Sans, Noto Sans Japanese, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    text-align: center;
    color: #000;
    font-size: 237.5%;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    padding-bottom: 40px;
    color:#fff;
}
#main-column section .newItem h2:before{
        text-transform: uppercase;
    font-size:3vw;
    color: #000;
}
@media screen and (max-width: 599px){
    #main-column section .newItem h2:before{
        text-transform: uppercase;
    font-size:5vw;
    color: #000;
}
#main-column section .newItem h2{
    padding-bottom:0;
}
}
#main-column .newItem h3 a{
    color: #000;
}
@media screen and (max-width: 599px){
#main-column .newItem .column4 {
    font-size: 14px;
    width: 46%;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 20px;
    float:none;
}
}
@media screen and (max-width: 599px){
#main-column .newItem column-set{
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap:wrap !important;
    flex-flow: row !important;
    
}
}
article #main-column #itemList_wrap #itemList .column4 h2,
#main-column .pickup h3,
#main-column .ranking h3{
	height: 55px;
	overflow: visible !important;
}
.c-section-item_icon {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3vw auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 550px) {
  .c-section-item_icon {
    margin: 6vw auto;
  }
}
.c-section-item_iconinner {
  margin: auto 2% 2% 0;
  width: 10%;
  height: auto;
}
@media screen and (max-width: 550px) {
  .c-section-item_iconinner {
    margin: auto 3.3% 3% 0;
    width: 30%;
  }
}
.c-section-item_iconinner img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .c-section-item_iconinner:nth-of-type(3n) {
    margin: auto 0 3% 0;
  }
}
.c-section-item_icontext {
  width: 100%;
  font-size: 0.8vw;
}
@media screen and (max-width: 550px) {
  .c-section-item_icontext {
    font-size: 2vw;
  }
}
//前項共通ヘッダ部分のキャンペーンバナー
.c-head-cam-wrap{
width:100%;
text-align:center;
margin-bottom:3vw;
}
.c-head-cam1{
width:100%;
max-width:1200px;
margin:auto auto 1vw auto;
}
.c-head-cam1 a,
.c-head-cam1 img{
display:block;
width:100%;
}
.bnrList--5_child{
flex: 0 0 49% !important;
}
/* バナー本体 */
.news-banner {
  display: block;
  height: 30px;
  width: 100%;
  background-color: orange;
  overflow: hidden;
}
/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}
/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}
/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}