@charset "utf-8";

/************************************************
 共通設定
************************************************ */

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html {
}
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
    background-color: #ffffff;
    overflow-x: hidden !important;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
input[type="submit"] {
    -webkit-appearance: none;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}
.pcnone{
	display: none !important;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    text-align: left;
	padding: 0;
    background: #fff;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */

#main_column.colnum2 {
/*
    width: 80%;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 40px;
*/
	width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 320px;
    margin: 0 0 0 -280px;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
}
#leftcolumn {
    float: left;
	width: 280px;
/*  width: 20%;*/
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    min-width: 800px;
    padding: 32px 24px 0;
    margin: 0 auto 32px;
    box-sizing: border-box;
}

#mypagecolumn,
#undercolumn_cart,
#undercolumn_entry,
#undercolumn_aboutus,
#undercolumn_order,
#undercolumn_shopping{
    max-width: 1400px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px 64px;
    box-sizing: border-box;
}
#mypagecolumn{
    padding: 40px 24px 64px;
}
#undercolumn_entry{
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f93f71;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #ff3333;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #ff3333;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #ff3333;
}
.attentionSt {
    color: #ff3333;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    display: inline-block;
	font-size: 13px !important;
    line-height: 1.4;
    margin: 6px 0 0 !important;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

a span.cart_black,
input span.cart_black{
    content: "";
    background: url(../img/cart_black.png) no-repeat;
    background-size: contain;
}
a:hover span.cart_black,
input:hover span.cart_black{
    content: "";
    background: url(../img/cart_white.png) no-repeat;
    background-size: contain;
}
a span.cart_white,
input span.cart_white{
    content: "";
    background: url(../img/cart_white.png) no-repeat;
    background-size: contain;
}

/* タイトル
----------------------------------------------- */
h2.title {
    color: #333333;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 8px 16px;
    margin-bottom: 20px;
    background: #f2f2f2;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
	color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 6px 12px;
    background: #0d87e5;
    border-radius: 2px;
}
div#undercolumn_login .login_area h4 {
    color: #0d87e5;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 8px;
}
#undercolumn p{
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 24px;
}

/* ==============================================
 ヘッダー - 210616
=============================================== */

#headerWrap{
}
#blueBar{
    text-align: center;
    background: #0c87e5;
	padding: 10px 0 0;
}
#blueBar a{
    display: block;
}
#blueBar a:hover{
    opacity: 0.5;
}
#blueBar img{
    width: auto;
    height: 36px;
}
header#whiteBg{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 12px 16px;
    background: #ffffff;
		box-sizing: border-box;
/*    border-bottom: solid 4px #f2f2f2; */
}
header#whiteBg #headerLeft{
	display: flex;
	align-items: center;
	/*width: 528px;
	width: 26.78%;*/
	width: 28%;
	max-width: 407px;
	/*float: left;*/
}
header#whiteBg h1.logo{
	min-width: 160px;
    max-width: 180px;
		width: 49.14%;
/*    float: left;*/
float: none;
}
@media screen and (max-width: 1045px){/*★*/
/*	header#whiteBg h1.logo{
	width: 100%;
	}*/
}
header#whiteBg #headerLeft .logoRight{
    width: calc(100% - 180px);
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
header#whiteBg #headerLeft .btns{
/*    font-size: 0;
    text-align: left;
    margin: 16px 0 12px;
		max-width: 176px;
		width: 11.58%;*/
		margin-left: 8px;
}
header#whiteBg #headerLeft .btns a{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;

/*    padding: 0.5em 1em;
    background: #333333;*/
    border-radius: 3px;
}
header#whiteBg #headerLeft .btns a:first-child{
    margin-left: 0;
}
header#whiteBg #headerLeft .btns a.makerlist{
    background: #ef7d00;
}
header#whiteBg #headerLeft .btns a.mailmag{
    background: #63a75e;
}
header#whiteBg #headerLeft .btns a.twitter{
    width: 36px;
    text-indent: -9999px;
    padding-left: 0;
    padding-right: 0;
    background: #00acee url(../img/common/twitter.png) no-repeat center center;
    background-size: 20px auto;
}
header#whiteBg #site_description{
    width: auto;
    float: none;
    color: #333333;
    font-size: 12px;
}
header#whiteBg .headerRight{
	display: flex;
	align-items: center;
	justify-content: flex-end;
    /*width: 935px;
    float: right;*/
		width: 65.13%;
		max-width: 1024px;
}
header#whiteBg #siteMenu{
    font-size: 0;
    text-align: left;
  /*  float: left;
    padding-top: 26px;
	padding-right: 20px;
    padding-right: 15px;*/
		margin-right: 15px;
		width: 50%;
}
header#whiteBg #siteMenu ul{
    display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
header#whiteBg #siteMenu li{
    display: inline-block;
    color: #333333;
	/*margin-left: 20px;
    margin: 0 0 15px 15px;*/
		margin: 0;
		min-width: 110px;
		white-space: nowrap;
}
@media screen and (max-width: 1004px){
	header#whiteBg #headerLeft .btns{
		display: none;
	}
	header#whiteBg #siteMenu{
		width: 78%;
	}
}
@media screen and (max-width: 768px){
	header#whiteBg #headerLeft{
		max-width: 285px;
	}
	header#whiteBg #siteMenu{
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1240px){
	header#whiteBg #headerLeft{
/*		width: 30%;*/
	}
	header#whiteBg .headerRight{
		width: 68%;
	}
}
header#whiteBg #siteMenu li:first-child{
/*    margin-left: 0;*/
}
header#whiteBg #siteMenu li.login,
header#whiteBg #siteMenu li.reg{
	width: 23%;
}
header#whiteBg #siteMenu li.guide{
	width: 30%;
}
header#whiteBg #siteMenu li.inquiry-btn,
header#whiteBg #siteMenu li.mypage_btn{
	width: 35%;
	min-width: 130px;
	margin: 1% 0 0 0;
}
header#whiteBg #siteMenu li.mypage_btn{
	margin: 1% 0 0 5%;
}
header#whiteBg #siteMenu li a{
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
header#whiteBg #siteMenu li a:before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 6px;
    background: #cccccc;
    background-size: 22px auto !important;
    border-radius: 50%;
}
@media screen and (max-width: 1045px){/*★*/
/*	header#whiteBg #siteMenu li{
	    margin-left: 9px;
	}
	header#whiteBg #siteMenu li a{
	    font-size: 13px;
	}
	header#whiteBg #siteMenu li a:before{
	    width: 28px;
	    height: 28px;
	    margin-right: 5px;
	    background-size: 20px auto !important;
	}*/
}
header#whiteBg #siteMenu li.login a:before{
    background: #0c87e5 url(../img/common/icon_login.png) no-repeat center top 4px;
}
header#whiteBg #siteMenu li.reg a:before{
    background: #e94d77 url(../img/common/icon_reg.png) no-repeat center top 4px;
}
header#whiteBg #siteMenu li.guide a:before{
    background: #0f7635 url(../img/common/icon_guide.png) no-repeat center top 5px;
}
header#whiteBg .idea{
	display: none;
    width: 252px;
    float: left;
}
header#whiteBg #cart_area{
}

@media screen and (min-width: 1520px){
	header#whiteBg .headerRight{
/*	   width: 830px;*/
	}
	header#whiteBg .idea{
	    display: none;
	}
}
/*@media screen and (max-width: 1519px){
	header#whiteBg .headerRight{

		width: 75%;
	}
	header#whiteBg .idea{
	    display: none;
	}
	header#whiteBg #siteMenu{
	    padding-right: 0;
			margin-left: auto;
	}
}
@media screen and (max-width: 1243px){
	header#whiteBg #headerLeft{
		width: 200px;
	}
	header#whiteBg .logoRight{
	    display: none;
	}
}
@media screen and (max-width: 1045px){
	header#whiteBg #headerLeft{

		width: 19.1%;
	}
	header#whiteBg .headerRight{
	    width: 313px;
			width: 79%;
	}
	header#whiteBg #siteMenu{
	    display: none;
			width: 75%;
	}
	header#whiteBg #cart_area{
			width: 23%;
			margin: 0 0 0 2%;
	}
	header#whiteBg #cart_area .btn{
			width: 90%;
			margin: 0 auto;
	}
}
*/


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */

#header_wrap {
    border-top: solid 4px #0d87e5;
}
#headTop_bar{
	min-width: 800px;
	padding: 12px 12px 12px 24px;
	box-sizing: border-box;
}
p#site_description{
	width: 40%;
    float: left;
    font-size: 14px;
    color: #333333;
}
#topNavi{
    width: 60%;
    float: right;
}
@media screen and (max-width: 1110px) {
	p#site_description{
		display: none;
	}
	#topNavi{
		width: 100%;
	}
}
#topNavi ul{
    font-size: 0;
	text-align: right;
}
#topNavi ul li{
    display: inline;
    font-size: 15px;
    line-height: 1.5;
    border-left: solid 1px #cccccc;
}
#topNavi ul li:first-child{
	border-left: none;
}
#topNavi ul li a{
    display: inline-block;
    color: #333333;
    font-weight: bold;
    padding: 0 10px;
}
#header {
	min-width: 800px;
}
#headLeft {
    width: 636px;
    float: left;
}
#headRight {
    float: right;
    padding: 4px 24px 0 0;
}

/* ロゴ
----------------------------------------------- */

#headLeft #logo_area{
    width: 254px;
    float: left;
}
#headLeft #logo_area h1{
}
#headLeft #logo_area h1 a{
	display: block;
    padding: 12px;
    padding: 0 16px 12px 24px;
    box-sizing: border-box;
}
#headLeft #point{
    float: left;
    padding: 11px 0 0;
}
#headLeft #point li{
    float: left;
    margin: 0 0 0 12px;
}
#headLeft #point li:first-child{
	margin-left: 0;
}

#headRight #point {
	float: right;
}
#headRight #point li{
    float: left;
    margin: 0 8px 0 0;
}
#headRight #point li:last-child{
	margin-right: 0;
}
#headRight #point li a{
	display: block;
}
#headRight #point li a:hover{
	opacity: 0.5;
}

#headLeft{
    width: 856px;
}
#headRight{
	width: 568px;
    float: right;
    padding: 4px 24px 0 0;
    box-sizing: border-box;
}
#header li.idea{
	width: 252px;
    margin-top: -5px;
    margin-right: 0;
}
#header li.payment{
    width: 180px;
}
#header li.credit{
	width: 200px;
}
#header li.payment,
#header li.credit{
	padding-top: 10px;
}
#header li.point1{
display: none;
}
@media screen and (max-width: 1700px) {
	#headLeft{
	}
}
@media screen and (max-width: 1430px) {
	#headLeft{
	    width: 656px;
	}
	#header li.credit{
		display: none;
	}
}
@media screen and (max-width: 1245px) {
	#headLeft{
	    width: 468px;
	}
	#header li.payment{
		display: none;
	}
}
@media screen and (max-width: 1060px) {
	#headRight{
		width: 316px;
	}
	#header li.idea{
		display: none;
	}
}
@media screen and (max-width: 845px) {

}


/* ヘッダーナビ
----------------------------------------------- */

div#header_navi ul li.cart{
	width: 132px;
    height: 102px;
    display: block;
    float: right;
}
div#header_navi ul li.cart a{
    display: table-cell;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    width: 160px;
    height: 102px;
    vertical-align: middle;
    text-align: center;
    background: #ffe400;
}
div#header_navi ul li.cart a .cart_black{
    display: block;
    width: 48px;
    height: 43px;
    margin: 0 auto 6px;
    vertical-align: text-bottom;
}
div#header_navi ul li.cart a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #f93f71;
}
#searchBar{
    padding: 8px 24px;
    background: #f2f2f2;
    border-top: solid 1px #e5e5e5;
}
#search_area{
    max-width: 800px;
    margin: 0 auto;
}
#search_area form{
}
#search_area .category{
	float: left;
}
#search_area .category select{
    width: 200px;
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
    padding: 6px 8px 12px 8px;
    background: #f2f2f2;
    border-radius: 4px 0 0 4px;
    border: none;
    overflow: hidden;
}
#search_area .freeword{
    width: calc(82% - 68px);
    float: left;
}
#search_area .freeword input{
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    padding: 0.5em 1em;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    border: none;
}
#search_area .btn{
    width: 68px;
    float: left;
}
#search_area .btn input{
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5em;
    margin-top: -1px;
    padding: 0.5em 1em 0.6em 1.5em;
    background: #333333;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
#search_area .btn input:hover{
	background: #f93f71;
}

.makerlistBtn{
    width: 140px;
    float: left;
    padding: 8px 0;
}
.makerlistBtn a{
	display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    background: #333333;
    padding: 5px 0;
    border-radius: 3px;
    border: solid 2px #333333;
}
.makerlistBtn a:hover{
	color: #ffffff;
	background: #f93f71;
    border: solid 2px #f93f71;
}

#login{
    width: 500px;
    float: right;
	padding: 8px 0;
}
#header_login_area{
	width: 482px;
    height: auto !important;
    float: right;
    letter-spacing: 0 !important;
    padding: 4px 4px 4px 12px !important;
	background: #ffffff !important;
    border: solid 1px #cccccc !important;
}
#header_login_area form{
}
#header_login_area form .hello{
	width: 250px;
    float: left;
    font-size: 14px;
    padding: 8px 24px 8px 0;
}
#header_login_area form .mypage,
#header_login_area form .reg{
	width: 96px;
    float: right;
    margin: 0 0 0 8px;
}
#header_login_area form .login{
	width: 96px;
    float: right;
    margin: 0 0 0 8px;
}
#header_login_area form .logout{
	width: 96px;
    float: right;
    margin: 0 0 0 8px;
}
#header_login_area form .mypage a,
#header_login_area form .reg a,
#header_login_area form .login a,
#header_login_area form .logout input{
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
}
#header_login_area form .logout input{
    width: 100%;
    padding: 4px 0 5px;
    border: none;
}
#header_login_area form .mypage a,
#header_login_area form .reg a{
    background: #f93f71;
}
#header_login_area form .login a,
#header_login_area form .logout input{
	background: #0d87e5;
}


#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ==============================================
 休業日掲載
=============================================== */

.vacationInfo{
    max-width: 1200px;
    margin: 20px auto 0;
    border: double 3px #ff3300;
    padding: 16px 24px 4px;
}
#homeSearchBar + .vacationInfo{
    margin: 32px auto 24px;
}
.vacationInfo p{
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 12px;
}
.vacationInfo p b{
    color: #ff3300;
}
.vacationInfo p.title{
    color: #ff3300;
	font-size: 18px;
    font-weight: bold;
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
/*    margin: 80px 0 0;*/
}
#footer {
}
#footNavi{
    background: #f2f2f2;
}
#footNavi .inner-content{
    max-width: 1400px;
    min-width: 800px;
    margin: 0 auto;
    padding: 64px 24px;
    box-sizing: border-box;
}
#footNavi .foot_category{
	width: 60%;
    float: left;
    padding: 0 24px;
    box-sizing: border-box;
}
#footNavi .foot_category .box{
	width: 32%;
    float: left;
    margin: 0 0 0 2%;
    box-sizing: border-box;
}
#footNavi .foot_category .box:nth-child(2){
	margin-left: 0;
}
#footNavi .box.guide{
	width: 40%;
    float: left;
    padding: 0 24px;
    box-sizing: border-box;
}
#footNavi .box.guide ul.inner-box{
	width: 48%;
    float: left;
    margin: 0 0 0 2%;
    box-sizing: border-box;
}
/*
#footNavi .guide{
	width: 35%;
    float: left;
    padding: 0 24px;
    box-sizing: border-box;
}
*/
#footNavi .foot_category h3,
#footNavi .box h3{
	font-size: 16px;
    line-height: 1.5;
    padding: 0 0px 8px;
    margin: 0 0 12px;
    border-bottom: solid 1px #cccccc;
}
#footNavi .box ul{
}
#footNavi .box ul li{
    margin: 0 0 4px;
	padding: 0 0 0 18px;
    position: relative;
}
#footNavi .box ul li:before{
    content: "▲";
	color: #999999;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    transform: rotate(-60deg);
}
#footNavi .box ul li a{
    display: inline-block;
    color: #333333;
    font-size: 15px;
    padding: 4px;
}

.whiteBar{
	padding: 32px 0;
}
.whiteBar .inner{
    position: relative;
}
.whiteBar .twiMark{
    position: absolute;
    top: -12px;
    left: 24px;
}
.whiteBar .twiMark a{
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #0d87e5 url(../img/common/twitter.png) no-repeat center center;
    background-size: 65%;
    border-radius: 3px;
}
.whiteBar .twiMark a:hover{
	opacity: 0.5;
}
#copyright{
	font-size: 13px;
    padding: 0 0 0 56px;
}
#pagetop {
	width: 132px;
    float: right;
    margin: 0 0 12px;
    overflow: hidden;
    z-index: 500;
}
#pagetop a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 12px 0;
    text-align: center;
    background: #0d87e5;
    border: solid 2px #ffffff;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}


#closeInfoBnr{
    width: 240px;
    height: 214px;
    position: fixed;
    bottom: -162px;
    right: 0;
    z-index: 1000;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.5s;
    box-sizing: border-box;
    overflow: hidden;
}
#closeInfoBnr.open{
    bottom: 0;
}
#closeInfoBnr .wrap{
    clear: both;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 4px #999999;
}
#closeInfoBnr .wrap #btn{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 8px 7px;
    position: absolute;
    top: 0;
    right: 0;
    background: #333333;
    cursor: pointer;
    z-index: 500;
}
#closeInfoBnr .banner{
    width: 240px;
    text-align: center;
}
#closeInfoBnr .banner:hover img{
	opacity: 0.7;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    width: 100%;
    margin: 0 0 24px;
    text-align: center;
}
.btn_area li {
    display: inline-block;
    min-width: 180px;
	margin: 0 6px;
}
.btn_area li a,
.btn_area li button,
.btn_area li input{
    display: block;
	width: 100%;
    font-size: 16px;
    font-weight: bold;
	letter-spacing: 1px;
    text-align: center;
    border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
}
.btn_area li a{
    padding: 12px 24px;
}
.btn_area li button{
    padding: 8px 24px;
}
.btn_area li input{
    padding: 8px 24px;
}
.btn_area li.imgInput input{
    padding: 0;
}
.btn_area li.next a,
.btn_area li.next input,
.btn_area li.next button{
    color: #ffffff;
    background: #ff9900;
    border: solid 2px #ff9900;
}
.btn_area li.next a:hover,
.btn_area li.next input:hover,
.btn_area li.next button:hover{
    color: #ff9900;
    background: #ffffff;
}
.btn_area li.back a,
.btn_area li.back input,
.btn_area li.back button{
    color: #333333;
    background: #f2f2f2;
    border: solid 2px #f2f2f2;
}
.btn_area li.back a:hover,
.btn_area li.back input:hover,
.btn_area li.back button:hover{
    color: #ffffff;
    background: #333333;
}

/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}
div#complete_area .shop_information {
    padding: 24px 20px 8px;
    margin: 0 0 24px;
    background: #f2f2f2;
}
div#complete_area .shop_information .name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
}

/* ==============================================
 ホーム
=============================================== */

#slider{
    margin: 12px 0 24px;
    overflow-x: hidden;
}
#slider .swiper-container {
	width: 100%;
	padding: 0 0 28px !important;
    overflow: inherit !important;
}
#slider .swiper-slide {
    max-width: 1040px !important;
    min-width: 1040px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline;
  table-layout: fixed;
}
#slider .swiper-container-horizontal>.swiper-pagination-bullets,
#slider .swiper-pagination-custom,
#slider .swiper-pagination-fraction{
	bottom: 0 !important;
}
#slider .swiper-pagination-bullet{
	width: 10px !important;
    height: 10px !important;
}

/* ----- top slider small ----- */
#slider_small{
    margin: 12px 0 12px;
    overflow-x: hidden;
}
#slider_small .swiper-container {
	width: 100%;
	padding: 0 0 20px !important;
    overflow: inherit !important;
}
#slider_small .swiper-slide {
/*
  max-width: 840px !important;
  min-width: 840px !important;
*/
  max-width: 640px !important;
  min-width: 640px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline;
  table-layout: fixed;
}
#slider_small .swiper-container-horizontal>.swiper-pagination-bullets,
#slider_small .swiper-pagination-custom,
#slider_small .swiper-pagination-fraction{
	bottom: 0 !important;
}
#slider_small .swiper-pagination-bullet{
	width: 10px !important;
    height: 10px !important;
}

.inner{
    min-width: 800px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
.inner h3{
    color: #333333;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 24px;
    padding: 0 8px 12px;
    position: relative;
}
.inner h3:after{
    display: block;
	content: "";
    width: 64px;
    height: 1px;
    background: #0d87e5;
    position: absolute;
    left: 10px;
    bottom: 0;
}

#homeSearchBar{
    padding: 12px 0;
    background: #0d87e5;
}
#homeSearchBar #search_area{
	width: 800px;
    margin: 0 auto;
    float: none;
    padding: 0 24px;
    box-sizing: border-box;
}

/* 価格に自信あり */
#jishinAri_item{
	width: 1040px;
    min-height: 381px;
    padding: 20px;
    background: url(../img/common/jishinari_bg.jpg) no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px #cccccc;
    margin: 56px auto 40px;
	position: relative;
}
#jishinAri_item p.title{
    width: 400px;
    margin: 0 -200px;
    position: absolute;
    top: -30px;
    left: 50%;
    right: 50%;
    z-index: 10;
}
#jishinAri_item ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#jishinAri_item ul li{
	width: 25%;
    float: left;
    box-sizing: border-box;
	border-top: dotted 4px #0d87e5;
	border-left: dotted 4px #0d87e5;
}
#jishinAri_item ul li:nth-child(4n+1){
    clear: both;
    margin-left: 0;
	border-left: none;
}
#jishinAri_item ul li:nth-child(1),
#jishinAri_item ul li:nth-child(2),
#jishinAri_item ul li:nth-child(3),
#jishinAri_item ul li:nth-child(4){
	border-top: none;
}
#jishinAri_item ul li a{
	display: block;
    height: 100%;
    min-height: 168px;
    color: #333333;
    padding: 8px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
#jishinAri_item ul li a:hover{
	opacity: 0.5;
}
#jishinAri_item ul li:nth-child(4n+1) a{
    padding-left: 2px;
}
#jishinAri_item ul li .thumb{
    width: 122px;
    float: left;
    margin: 0 0 8px;
}
#jishinAri_item ul li .text{
	width: 108px;
    float: left;
    padding: 8px 0 0 12px;
    margin: 0 0 4px;
    box-sizing: border-box;
}
#jishinAri_item ul li p.maker{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}
#jishinAri_item ul li p.itemname{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}
#jishinAri_item ul li p.youryou{
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
}
#jishinAri_item ul li p.price{
    width: fit-content;
    float: right;
    clear: both;
    color: #ff3300;
    text-align: right;
    font-size: 20px;
    padding: 0 12px 0 0;
    position: absolute;
    bottom: 8px;
    right: 0;
}
#jishinAri_item ul li p.price:before{
	content: "販売価格";
    color: #333333;
    font-size: 14px;
    padding: 2px;
    border: solid 1px #333333;
    position: absolute;
    left: -70px;
    top: 3px;
}
#jishinAri_item ul li p.price strong{
    font-size: 24px;
    font-weight: bold;
}
#jishinAri_item ul li p.price small{
	font-size: 14px;
}

/* 注目のいまちゃす価格 - 201209 */

#imachasPrice{
    padding: 40px 0;
    background: #f2f2f2;
}
#imachasPrice dl.accordion{
    background: #ffffff;
    border-bottom: solid 1px #cccccc;
}
#imachasPrice dl.accordion dt{
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    padding: 1em 24px;
    border-top: solid 1px #cccccc;
    position: relative;
    cursor: pointer;
}
#imachasPrice dl.accordion dt:hover{
	background: #ffe400;
}
#imachasPrice dl.accordion dt:before{
    content: "\f067";
    color: #0d87e5;
    font-size: 120%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    vertical-align: middle;
    margin: -0.5em 0;
    position: absolute;
    top: 50%;
    right: 24px;
}
#imachasPrice dl.accordion dt.open:before{
    color: #787878;
    content: "\f068";
}
#imachasPrice dl.accordion dd{
    display: none;
    padding: 12px 24px 0;
    border-top: solid 1px #cccccc;
}
#imachasPrice ul.itemList{
    padding: 16px 0;
    border-top: none;
}
#imachasPrice ul.itemList li{
    float: left;
    margin: 0 0 12px 2%;
}
#imachasPrice ul.itemList li:nth-child(4n+1){
	clear: none !important;
	margin-left: 2% !important;
}
@media screen and (min-width: 1401px){
	#imachasPrice ul.itemList li{
	    width: 12.57%;
	}
	#imachasPrice ul.itemList li:nth-child(7n+1){
		clear: both !important;
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
	#imachasPrice ul.itemList li{
	    width: 15%;
	}
	#imachasPrice ul.itemList li:nth-child(6n+1){
		clear: both !important;
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 1041px) and (max-width: 1200px){
	#imachasPrice ul.itemList li{
	    width: 18.4%;
	}
	#imachasPrice ul.itemList li:nth-child(5n+1){
		clear: both !important;
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 1040px){
	#imachasPrice ul.itemList li{
	    width: 23.5%;
	}
	#imachasPrice ul.itemList li:nth-child(4n+1){
		clear: both !important;
		margin-left: 0 !important;
	}
}
#imachasPrice ul.itemList li a{
    display: block;
    color: inherit;
    text-decoration: none;
}
#imachasPrice ul.itemList li a:hover{
	opacity: 0.5;
}
#imachasPrice ul.itemList li figure.thumb{
	max-width: 240px;
    margin: 0 auto 12px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#imachasPrice ul.itemList li .text{
}
#imachasPrice ul.itemList li p.itemname{
	font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: justify;
    margin: 0 0 0.4em;
}
#imachasPrice ul.itemList li p.itemcode,
#imachasPrice ul.itemList li p.lot{
	font-size: 13px;
    line-height: 1.5;
    margin: 0 0 0.15em;
}
#imachasPrice ul.itemList li p.price{
    color: #ff3333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    margin: 6px 0;
}
#imachasPrice ul.itemList li p.price b{
    font-size: 16px;
}
#imachasPrice ul.itemList li p.price small{
}

/* 注目のキーワード */

#pickupKeyword{
	margin: 0 auto 28px;
}
#pickupKeyword .inner{
	padding-top: 16px;
    padding-bottom: 16px;
}
#pickupKeyword p{
    font-size: 0;
    text-align: center;
}
#pickupKeyword p b{
    color: #e94d77;
    font-size: 15px;
    font-weight: 600;
    margin-right: 1em;
}
#pickupKeyword p a{
	display: inline-block;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: underline;
    padding: 0.2em 1.5em;
    margin-right: 0.75em;
    background: #ffffff;
    border: solid 2px #cccccc;
    border-radius: 24px;
}
@media screen and (max-width: 1200px){
	#pickupKeyword p a{
	    margin-bottom: 0.75em;
	}
}
#pickupKeyword p a:hover{
	background: #ffe400;
    border: solid 2px #ffe400;
}
#pickupKeyword p>*:last-child{
	margin-right: 0;
}

#pickupCat{
	padding: 32px 0;
    margin: 0;
    background: #f5f5f5;
}
#pickupCat ul{
}
#pickupCat ul li{
    float: left;
    background: #ffffff;
    border: solid 3px #e6e6e6;
    box-sizing: border-box;
}
@media screen and (min-width: 1140px){
	#pickupCat ul li{
	    width: 32%;
	    margin: 0 0 20px 2%;
	}
	#pickupCat ul li:nth-child(3n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1139px){
	#pickupCat ul li{
	    width: 49%;
	    margin: 0 0 20px 2%;
	}
	#pickupCat ul li:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}
#pickupCat ul li.cat01 a{
    background: url(../img/home/pickupcat/cat01.jpg) no-repeat center right;
}
#pickupCat ul li.cat02 a{
    background: url(../img/home/pickupcat/cat02.jpg) no-repeat center right;
}
#pickupCat ul li.cat03 a{
    background: url(../img/home/pickupcat/cat03.jpg) no-repeat center right;
}
#pickupCat ul li.cat04 a{
    background: url(../img/home/pickupcat/cat04.jpg) no-repeat center right;
}
#pickupCat ul li.cat05 a{
    background: url(../img/home/pickupcat/cat05.jpg) no-repeat center right;
}
#pickupCat ul li.cat06 a{
    background: url(../img/home/pickupcat/cat06.jpg) no-repeat center right;
}
#pickupCat ul li a{
    display: block;
    padding: 16px 16px 20px;
    background-size: auto 100%;
}
#pickupCat ul li a:hover{
	opacity: 0.5;
}
#pickupCat ul li p.title{
	color: #1585d7;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.8;
}
#pickupCat ul li p.com{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.45;
    text-shadow: 0 0 4px #ffffff;
	margin: 0;
}

#pickup{
    padding: 32px 0 16px;
    background: #ffffff;
}
#pickup h3 small,
#columnArea h3 small{
	font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 6px 0 0 24px;
    position: absolute;
}
#pickup ul#bnr2float{
}
#pickup ul#bnr2float li,
#pickup ul#bnr3float li{
    float: left;
    margin: 0 0 24px 2%;
    background: #ffffff;
    border: solid 3px #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
	overflow: hidden;
}
#pickup ul#bnr2float li{
    width: 49%;
}
#pickup ul#bnr3float li{
    width: 32%;
}

#pickup ul#bnr2float li:nth-child(2n+1),
#pickup ul#bnr3float li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#bnr2float ul li a,
#bnr3float ul li a{
	display: block;
}

/* 注目のいまちゃす価格 */
#pricePickUp{
	padding: 32px 0;
    margin: -20px 0 0;
    background: #ffffff;
}
#pricePickUp h3 small{
    font-size: 16px;
	letter-spacing: 0;
}
#pricePickUp #categoryArea{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

	min-width: 840px;
	border-right: solid 3px #e5e5e5;
    border-bottom: solid 3px #e5e5e5;
}
#pricePickUp #categoryArea .category{
    float: left;
    margin: 0;
    padding: 16px 16px 64px;
    position: relative;
    box-sizing: border-box;
    border-top: solid 3px #e5e5e5;
    border-left: solid 3px #e5e5e5
}
@media screen and (min-width: 1140px){
	#pricePickUp #categoryArea .category{
		width: 33.3%;
	}
	#pricePickUp #categoryArea .category:nth-child(3n+1){
		width: 33.4%;
		clear: both;
		margin-left: 0;
	}
}
@media screen and (max-width: 1139px){
	#pricePickUp #categoryArea .category{
		width: 50%;
	}
	#pricePickUp #categoryArea .category:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}

#pricePickUp #categoryArea .category h4{
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 8px;
    border-left: solid 6px #ffb900;
}
#pricePickUp #categoryArea .category ul.itemList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pricePickUp #categoryArea .category ul.itemList li{
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    position: relative;
}
#pricePickUp #categoryArea .category ul.itemList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#pricePickUp #categoryArea .category ul.itemList li a{
    display: block;
    color: #333333;
    padding: 0 0 20px;
}
#pricePickUp #categoryArea .category ul.itemList li a:hover{
	opacity: 0.5;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb{
	width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
    margin: 0 auto 8px;
    /* border: solid 1px #cccccc; */
    overflow: hidden;
	position: relative;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb:before{
	display: block;
    content: '';
    padding-top: 100%;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb .centerBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb .centerBox .tableCell{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pricePickUp #categoryArea .category ul.itemList li p.itemcode{
    max-width: 200px;
    font-size: 11px;
    line-height: 1.5;
    margin: 6px auto 8px;
}
#pricePickUp #categoryArea .category ul.itemList li p.ptitle{
    color: #0d87e5;
    max-width: 200px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    text-align: justify;
    margin: 0 auto;
    word-break: break-all;
}
#pricePickUp #categoryArea .category ul.itemList li p.com{
	min-height: 5.5em;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px;
    background: #0d87e5;
    color: #ffffff;
    padding: 8px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}
#pricePickUp #categoryArea .category ul.itemList li p.com:before{
    content: '';
    width: 0;
    height: 0;
    margin: 0 -5px;
    border: 5px solid transparent;
    border-top: 9px solid #0d87e5;
    position: absolute;
    bottom: -14px;
    left: 50%;
    right: 50%;
}
#pricePickUp #categoryArea .category ul.itemList li p.price{
    max-width: 200px;
    margin: 0 auto;
    color: #ff3333;
    font-size: 17px;
    line-height: 1.4;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
#pricePickUp #categoryArea .category ul.itemList li p.price small{
	font-size: 13px;
    margin: 0 0 0 1px;
}
#pricePickUp #categoryArea .category .more{
    width: 160px;
    margin: 16px -80px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: 50%;
}
#pricePickUp #categoryArea .category .more a{
	display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 8px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pricePickUp #categoryArea .category .more a b{
	font-size: 15px;
	margin: 0 2px 0 0;
}
#pricePickUp #categoryArea .category .more a:hover{
	background: #ffffff;
}

/* ----- 注目のいまちゃす価格（新） ----- */

#pricePickUp_new{
	padding: 32px 0;
    margin: -20px 0 0;
    background: #ffffff;
}
#pricePickUp_new h3 small{
    font-size: 16px;
	letter-spacing: 0;
}
#pricePickUp_new .tab-group{
    display: flex;
    max-width: 100%;
    margin: 0 3px 0 0;
    justify-content: center;
}
#pricePickUp_new .tab{
	width: 16.6%;
    flex-grow: 1;
    color: #787878;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    list-style: none;
    padding: 12px 0;
    margin: 8px -3px 0 0;
    background: #f2f2f2;
    border: solid 3px #e5e5e5;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    cursor: pointer;
}
#pricePickUp_new .panel-group{
}
#pricePickUp_new .panel{
    display: none;
}
#pricePickUp_new .tab.is-active{
	color: #000000;
    font-size: 16px;
    padding: 18px 0 0;
	margin-top: 0;
    transition: all 0.2s ease-out;
    border-bottom: none;
    background: #ffffff;
}
#pricePickUp_new .panel.is-show{
    display:block;
}

#pricePickUp_new .category{
	margin: 0;
    padding: 16px 16px 64px;
    position: relative;
    box-sizing: border-box;
    border: solid 3px #e5e5e5;
    border-top: none;
    background: #ffffff;
}
#pricePickUp_new .category ul.itemList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pricePickUp_new .category ul.itemList li{
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    position: relative;
}
#pricePickUp_new .category ul.itemList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#pricePickUp_new .category ul.itemList li a{
    display: block;
    color: #333333;
}
#pricePickUp_new .category ul.itemList li a:hover{
	opacity: 0.5;
}
#pricePickUp_new .category ul.itemList li .thumb{
	width: 100% !important;
    max-width: 35% !important;
    height: auto !important;
    float: left;
    margin: 0 auto 16px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#pricePickUp_new .category ul.itemList li .thumb:before{
	display: block;
    content: '';
    padding-top: 100%;
}
#pricePickUp_new .category ul.itemList li .thumb .centerBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#pricePickUp_new .category ul.itemList li .thumb .centerBox .tableCell{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pricePickUp_new .category ul.itemList li .text{
	width: 65%;
    float: left;
    padding: 0 0 0 16px;
    box-sizing: border-box;
}
#pricePickUp_new .category ul.itemList li p.itemcode{
    font-size: 12px;
    line-height: 1.5;
    margin: 6px auto 8px;
}
#pricePickUp_new .category ul.itemList li p.ptitle{
	color: #0d87e5;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin: 0 auto;
    word-break: break-all;
}
#pricePickUp_new .category ul.itemList li p.com{
/*	min-height: 5.5em;*/
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    background: #0d87e5;
    color: #ffffff;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}
#pricePickUp_new .category ul.itemList li p.com:before{
	content: '';
    width: 0;
    height: 0;
    margin: 0 -5px;
    border: 5px solid transparent;
    border-bottom: 9px solid #0d87e5;
    position: absolute;
    top: -14px;
    left: 17%;
}
#pricePickUp_new .category ul.itemList li p.price{
	width: 100%;
    margin: 0 auto;
    color: #ff3333;
    font-size: 17px;
    line-height: 1.4;
    text-align: right;
}
#pricePickUp_new .category ul.itemList li p.price small{
	font-size: 13px;
    margin: 0 0 0 1px;
}
#pricePickUp_new .category .more{
    width: 160px;
    margin: 16px -80px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: 50%;
}
#pricePickUp_new .category .more a{
	display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 8px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pricePickUp_new .category .more a b{
	font-size: 15px;
	margin: 0 2px 0 0;
}
#pricePickUp_new .category .more a:hover{
	background: #ffffff;
}


#osusume{
	padding: 40px 0;
    background: #ffffff;
}
#osusume .inner{
	position: relative;
}
#osusume .swiper-container{
    position: relative;
}
#osusume .swiper-container .swiper-wrapper{
    box-sizing: border-box;
}
#osusume .osusume-pagination{
    width: 100%;
    text-align: center;
}
#osusume .osusume-pagination .swiper-pagination-bullet{
	margin: 0 3px;
}
#osusume .osusume-next{
}
#osusume .osusume-prev{
}
#osusume li{
    padding: 0 12px;

	box-sizing: border-box;
}
#osusume li:first-child{
	margin-left: 0;
}
#osusume li .itemcode,
#osusume li .ptitle,
#osusume li .price{
    max-width: 200px;
    margin: 0 auto;
}
#osusume li .itemcode{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#osusume .thumb{
	width: 100% !important;
    max-width: 200px !important;
	height: auto !important;
	margin: 0 auto 16px;
    border: solid 1px #cccccc;
    overflow: hidden;
}

/* ----- お値下げ商品 ----- */

#pricematch{
    padding: 40px 24px;
    background: #ffffff;
}
#pricematch .inner{
    position: relative;
    min-width: 900px;
    border: solid 4px #e5e5e5;
}
#pricematch .titlearea{
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 24px 24px 104px 8px;
}
#pricematch .titlearea h3{
    display: inline-block;
    font-size: 28px;
    padding: 0 4px;
    margin: 12px 0 20px;
    background: linear-gradient(transparent 60%, #ffe400 60%);
}
#pricematch .titlearea h3:after{
	content: none;
}
#pricematch .titlearea .outlineText{
    min-height: 134px;
    padding: 0 0 0 132px;
    box-sizing: border-box;
    background: url(../img/chasumaru_memo.jpg) no-repeat left top;
    background-size: 112px auto;
}
#pricematch .titlearea .outlineText p{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
}
#pricematch .titlearea .outlineText .date{
    color: #787878;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 12px;
}
#pricematch .titlearea .outlineText .ken{
    color: #ff3300;
    font-size: 16px;
    margin: 0 0 0 12px;
}
#pricematch .titlearea .outlineText .ken strong{
	font-size: 24px;
    margin: 0 2px 0 0;
    vertical-align: text-bottom;
}
#pricematch .chumoku{
    width: 60%;
    float: left;
    padding: 24px 0;
    box-sizing: border-box;
}
#pricematch .chumoku ul{
}
#pricematch .chumoku ul li{
    width: 23.5%;
    float: left;
    margin: 0 0 0 2%;
}
#pricematch .chumoku ul li:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}
#pricematch .chumoku ul li a{
	display: block;
}
#pricematch .chumoku ul li .thumb{
    width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
    margin: 0 auto 16px;
    border: solid 1px #cccccc;
    overflow: hidden;
}
#pricematch .chumoku ul li p.itemcode,
#pricematch .chumoku ul li p.ptitle,
#pricematch .chumoku ul li p.price{
	max-width: 200px;
	margin: 0 auto;
}
#pricematch .chumoku ul li p.itemcode{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricematch .chumoku ul li p.lot{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricematch .chumoku ul li p.ptitle{
	font-size: 14px;
    text-align: left;
    margin-bottom: 6px;
}
#pricematch .chumoku ul li p.price{
	text-align: center;
}
#pricematch .chumoku ul li p.price .moto{
	color: #999;
    width: 100%;
    font-size: 15px;
}
#pricematch .chumoku ul li p.price .downprice{
    color: #ff3333;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}
#pricematch .chumoku ul li p.price .downprice:before{
    content: "→";
    margin: 0 4px;
}
#pricematch .chumoku ul li p.price .downprice b{
    font-size: 18px;
}
#pricematch .more{
	position: absolute;
    left: 24px;
    bottom: 24px;
}
#pricematch .more a{
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 14px 24px;
    border-radius: 36px;
    background: #0d87e5;
    border: solid 3px #0d87e5;
}
#pricematch .more a:hover{
	color: #0d87e5;
	background: #ffffff;
}


/* ----- お値下げ商品(新) ----- */

#pricedown{
	padding: 40px 0 48px;
    background: #fcfafb;
}
#pricedown .inner{
    position: relative;
    min-width: 900px;
}
#pricedown .titlearea{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0;
}
#pricedown .titlearea h3{
    display: inline-block;
    font-size: 21px;
    padding: 0;
    padding: 0 8px 12px 0;
    margin: 0 0 20px;
}
#pricedown .titlearea h3:after{
	left: 0;
}
#pricedown .titlearea .outlineText{
	padding: 0 20px 0 0;
    box-sizing: border-box;
}
#pricedown .titlearea .outlineText p{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin: 0;
}
#pricedown .titlearea .outlineText figure{
    width: 250px;
    float: left;
    margin: 0 24px 0 0;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}
#pricedown .date{
    color: #121212;
    font-size: 17px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: left;
    margin: 0 0 12px !important;
}
#pricedown .date .ken{
    color: #ff3300;
    margin: 0 0 0 12px;
}
#pricedown .date .ken strong{
	font-size: 19px;
    margin: 0 2px 0 0;
    vertical-align: text-bottom;
}
#pricedown .chumoku{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
#pricedown .chumoku ul{
}
#pricedown .chumoku ul li{
    width: 23.5%;
    float: left;
    margin: 0 0 0 2%;
}
#pricedown .chumoku ul li:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}
#pricedown .chumoku ul li a{
	display: block;
}
#pricedown .chumoku ul li .thumb{
    width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
    margin: 0 auto 16px;
    border: solid 1px #cccccc;
    overflow: hidden;
}
#pricedown .chumoku ul li p.itemcode,
#pricedown .chumoku ul li p.ptitle,
#pricedown .chumoku ul li p.price{
	max-width: 200px;
	margin: 0 auto;
}
#pricedown .chumoku ul li p.itemcode{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricedown .chumoku ul li p.lot{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricedown .chumoku ul li p.ptitle{
	font-size: 14px;
    text-align: left;
    margin-bottom: 6px;
}
#pricedown .chumoku ul li p.price{
	text-align: center;
}
#pricedown .chumoku ul li p.price .moto{
    color: #121212;
    width: 100%;
    font-size: 12px;
}
#pricedown .chumoku ul li p.price .downprice{
    color: #ff3333;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
}
#pricedown .chumoku ul li p.price .downprice:before{
    content: "→";
    margin: 0 4px;
}
#pricedown .chumoku ul li p.price .downprice b{
    font-size: 14px;
}
#pricedown .more{
    position: absolute;
    left: 297px;
    bottom: 50px;
}
#pricedown .more a{
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 10px 24px;
    border-radius: 36px;
    background: #ffe400;
    border: solid 2px #ffe400;
}
#pricedown .more a:hover{
	background: #ffffff;
}

/* ----- 検索窓下バナーエリア ----- */

#topBnrarea{
    padding: 28px 0;
    background: #ffffff;
}
#topBnrarea ul.bnr{
  font-size: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
#topBnrarea ul.bnr li{
	border-radius: 1px;
  border: solid 3px #e5e5e5;
  box-sizing: border-box;
}
@media screen and (min-width: 1201px){
	#topBnrarea ul.bnr li{
		width: 32%;
		/*width: 24%;*/
	}
}
@media screen and (max-width: 1200px){
	#topBnrarea ul.bnr li{
	  width: 49%;
	  margin-bottom: 24px;
	}
}
#topBnrarea ul.bnr li:first-child{
	margin-left: 0;
}
#topBnrarea ul.bnr li a{
	display: block;
}
#topBnrarea ul.bnr li a:hover{
	opacity: 0.5;
}

/* ----- おすすめ特集 ----- */

.tokushuList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.tokushuList li{
	float: left;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 12px;
}
@media screen and (min-width: 1201px){
	.tokushuList li{
		width: 32%;
		margin: 0 0 16px 2%;
	}
	.tokushuList li:nth-child(3n+1){
		clear: both;
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px){
	.tokushuList li{
		width: 48.5%;
		margin: 0 0 16px 3%;
	}
	.tokushuList li:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}
.tokushuList li a{
    display: block;
    color: inherit;
	min-height: 168px;
    height: 100%;
    padding: 0;
	position: relative;
    border: solid 3px #e5e5e5;
    border-radius: 6px;
    box-sizing: border-box;
}
.tokushuList li a:hover{
	color: inherit;
	opacity: 0.5;
}
.tokushuList li .thumb{
	width: 160px;
    float: right;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tokushuList li .text{
    text-align: left;
    padding: 20px 160px 16px 16px;
    box-sizing: border-box;
}
.tokushuList li h4{
    color: #121212;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 8px;
}
.tokushuList li p.midashi{
	font-size: 14px;
    line-height: 1.45;
}


#mainCategory{
	padding: 40px 0;
    background: #f6f6f6;
}
#mainCategory ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#mainCategory ul li{
    width: 23.5%;
    float: left;
    margin: 0 0 24px 2%;
	background: #ffffff;
    border: solid 3px #e5e5e5;
    border-radius: 12px;
    box-sizing: border-box;
	overflow: hidden;
}
#mainCategory ul li:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}
/*
#mainCategory ul li:hover{
    border: solid 3px #f93f71;
}
*/
#mainCategory ul li a{
	display: block;
	height: 100%;
    text-align: center;
    padding: 0 0 1px;
}
#mainCategory ul li:nth-child(1) a{
	color: #3e89c8;
}
#mainCategory ul li:nth-child(2) a{
	color: #0070bc;
}
#mainCategory ul li:nth-child(3) a{
	color: #63a75e;
}
#mainCategory ul li:nth-child(4) a{
	color: #0f7635;
}
#mainCategory ul li:nth-child(5) a{
	color: #ef7d00;
}
#mainCategory ul li:nth-child(6) a{
	color: #f8b600;
}
#mainCategory ul li:nth-child(7) a{
	color: #e94d0f;
}
#mainCategory ul li:nth-child(8) a{
	color: #e94d77;
}
#mainCategory ul li a:hover{
	opacity: 0.5;
}
#mainCategory ul li .icon{
    padding: 20px 0 28px;
}
#mainCategory ul li p.title{
/*	color: #0d87e5;*/
	color: inherit;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 10px;
}
#mainCategory ul li:hover p.title{
/*	color: #f93f71;*/
}
#mainCategory ul li p.hinmoku{
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 12px;
}
#mainCategory ul li:hover p.hinmoku{
	color: #f93f71;
}

/* ----- カテゴリ一覧(小) ----- */

#mainCategory.mini{
	display: block;
    width: 100%;
    padding: 40px 0 16px;
    margin: 0 !important;
}
#mainCategory.mini ul li{
    width: 11.625%;
    margin: 0 0 24px 1%;
}
#mainCategory.mini ul li:nth-child(4n+1){
	clear: none;
	margin-left: 1%;
}
#mainCategory.mini ul li:nth-child(8n+1){
	clear: both;
	margin-left: 0;
}
#mainCategory.mini ul li .icon{
    max-width: 104px;
    margin: 0 auto;
    padding: 20px 0;
}
#mainCategory.mini ul li p.title{
    font-size: 14px;
}

#review{
	padding: 40px 0;
    background: #fff8c2;
}
#review ul{
}
#review ul li{
    width: 23.5%;
    float: left;
    margin: 0 0 0 2%;
    border: solid 3px #e5e5e5;
	box-sizing: border-box;
}
#review ul li:hover{
    border: solid 3px #f93f71;
}
#review ul li:first-child{
    margin-left: 0;
}
#review ul li a{
	display: block;
    color: #333333;
    padding: 20px;
    background: #ffffff;
}
#review ul li .thumb{
    max-width: 150px;
    margin: 0 auto 12px;
    background: #ffffff;
    position: relative;
}
#review ul li .thumb:before{
	display: block;
    content: '';
    padding-top: 100%;
}
#review ul li .thumb .centerBox{
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#review ul li .thumb .tableCell{
    width: 100%;
    height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#review ul li .thumb .tableCell img{
	width: 100%;
    height: auto;
}
#review ul li p.ptitle{
    font-size: 16px;
/*  font-weight: bold; */
    line-height: 1.35;
    margin: 0 0 8px;
}
#review ul li p.price{
    font-size: 16px;
    margin: 0 0 6px;
    color: #666666;
}
#review ul li p.star{
    color: #ff9900;
    font-size: 19px;
    letter-spacing: 2px;
    margin: 0 0 12px;
}
#review ul li p.comment{
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

#halfContent{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#info{
	text-align: center;
	background: #f6f6f6;
	box-sizing: border-box;
}
#info .inner{
	width: 100%;
	float: right;
	box-sizing: border-box;
}
@media screen and (min-width: 1201px){
	#info{
		width: 50%;
		float: left;
		padding: 64px 0 40px;
	}
	#info .inner{
		min-width: 400px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1200px){
	#info{
		width: 100%;
		float: none;
		padding: 40px 0 24px;
	}
	#info .inner{
		margin: 0 auto;
		padding: 0;
	}
}
.infoList{
    padding: 0 0 0 8px;
    margin: -8px 0 0;
}
#info .infoList{
    max-height: 275px;
    overflow-y: scroll;
}
.infoList li{
    text-align: left;
    padding: 8px 0;
    border-top: solid 1px #cccccc;
}
.infoList li:first-child{
	margin-top: 0;
	border-top: none;
}
.infoList li a{
	display: inline;
    color: #333333;
	text-decoration: underline;
}
.infoList li span.date{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin: 0 0 4px;
}
.infoList li p{
    font-size: 15px;
	font-weight: bold;
    line-height: 1.5;
}


#twitter{
	float: left;
	text-align: center;
    /*background: #ffffff url(../img/home/twi_bg.jpg) no-repeat center center;*/
	box-sizing: border-box;
}
@media screen and (min-width: 1201px){
	#twitter{
		width: 33.4%;
	}
}
@media screen and (max-width: 1200px){
	#twitter{
		width: 50%;
	}
}
#twitter .inner{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#twitter .twitBox{
	max-height: 440px;
    overflow-y: scroll;
}
#twitter .ie{
	display: none;
}
@media all and (-ms-high-contrast: none){
	#twitter .twitBox{
		display: none;
	}
  *::-ms-backdrop, #twitter .ie { display: block; }
  *::-ms-backdrop, #twitter .ie:hover { opacity: 0.5; }
}
#mailmag{
    float: right;
    padding: 80px;
    text-align: center;
    background: #454545;
    box-sizing: border-box;
}
@media screen and (min-width: 1201px){
	#mailmag{
		width: 50%;
	}
}
@media screen and (max-width: 1200px){
	#mailmag{
		width: 50%;
	}
}
#mailmag .inner{
    float: left;
    width: 100%;
    min-width: 300px;
    max-width: 700px;
    padding: 0 0 0 0;
    box-sizing: border-box;
}
#mailmag h2{
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 28px;
    padding: 0 0 38px;
    background: url(../img/icon/iconMail.png) no-repeat bottom center;
    background-size: 40px auto;
}
#mailmag p{
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 24px;
}
#mailmag .reg_btn{
	width: 300px;
    margin: 0 auto;
}
#mailmag .reg_btn a{
    display: block;
    background: #0d87e5;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 18px 0;
    letter-spacing: 1px;
    border-radius: 26px;
    border: solid 3px #0d87e5;
}
#mailmag .reg_btn a:hover{
	color: #0d87e5;
	background: #ffffff;
}

#column{
    padding: 64px 0;
/*  background: #40beb0;*/
	background: #0073be;
}
#column h3{
    color: #ffffff;
}
#column h3:after{
    background: #ffe400;
}
#column ul.columnList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 32px;
}
#column ul.columnList li{
    width: 32%;
    float: left;
    margin: 16px 0 0 2%;
    border: solid 3px #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
#column ul.columnList li:hover{
    border: solid 3px #f93f71;
}
#column ul.columnList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#column ul.columnList li a{
    color: #333333;
    display: block;
    height: 100%;
    padding: 12px;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
#column ul.columnList li .thumb{
    width: 40%;
    float: left;
    padding: 0 16px 0 0;
    box-sizing: border-box;
}
#column ul.columnList li .text{
    width: 60%;
    float: right;
    box-sizing: border-box;
}
#column ul.columnList li h4{
    color: #f93f71;
    font-size: 16px;
    line-height: 1.4;
	margin: 0 0 24px;
}
#column ul.columnList li p.des{
	display: none;
}
#column ul.columnList li p.date{
	color: #787878;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

#column ul.magazineList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 32px;
}
#column ul.magazineList li{
    width: 49%;
    float: left;
	margin: 0 0 20px 2%;
    border: solid 3px #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
#column ul.magazineList li:hover{
    border: solid 3px #f93f71;
}
#column ul.magazineList li:first-child{
	margin-top: 0;
}
#column ul.magazineList li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}
#column ul.magazineList li a{
    color: #333333;
    display: block;
  height: 100%;
    min-height: 152px;
    padding: 16px 24px;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
#column ul.magazineList li .thumb{
	width: 120px;
    position: absolute;
    top: 16px;
    left: 16px;
}
#column ul.magazineList li .text{
	padding: 0 0 0 136px;
}
#column ul.magazineList li .text h4{
    color: #f93f71;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 8px;
}
#column ul.magazineList li .text p.des{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
}
#column ul.magazineList li p.date {
    color: #787878;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

#column .more{
	width: 300px;
    margin: 0 auto;
}
#column .more a{
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    padding: 16px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 3px #ffe400;
}
#column .more a:hover{
	background: #ffffff;
}

/* ----- コラムエリア(新) ----- */

#columnArea {
	padding: 40px 0 12px;
    background: #0073be;
}
#columnArea h3{
    color: #ffffff;
}
#columnArea h3:after{
    background: #ffe400;
}

#columnArea ul.columnList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 32px;
}
#columnArea ul.columnList li{
	width: 15%;
    margin: 0 0 0 2%;
    float: left;
    box-sizing: border-box;
}
#columnArea ul.columnList li:hover{
	opacity: 0.5;
}
#columnArea ul.columnList li:nth-child(6n+1){
	clear: both;
	margin-left: 0;
}
#columnArea ul.columnList li a{
    color: #ffffff;
    display: block;
    height: 100%;
    padding: 0 0 24px;
    position: relative;
    box-sizing: border-box;
}
#columnArea ul.columnList li .thumb{
    margin: 0 0 12px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
#columnArea ul.columnList li .text{
    box-sizing: border-box;
}
#columnArea ul.columnList li h4{
    color: #ffe400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    margin: 0;
}
#columnArea ul.columnList li p.des{
	display: none;
}
#columnArea ul.columnList li p.date{
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
}

#columnArea ul.magazineList{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 4px;
}
#columnArea ul.magazineList li{
	width: 32.3%;
    float: left;
    margin: 0 0 20px 1.5%;
    border: solid 3px #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}
#columnArea ul.magazineList li:hover{
    border: solid 3px #f93f71;
}
#columnArea ul.magazineList li:first-child{
	margin-top: 0;
}
#columnArea ul.magazineList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#columnArea ul.magazineList li a{
	color: #333333;
    display: block;
    height: 100%;
    min-height: 120px;
    padding: 12px 20px 0 0;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
#columnArea ul.magazineList li .thumb{
	width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}
#columnArea ul.magazineList li .text{
	padding: 0 0 0 136px;
}
#columnArea ul.magazineList li .text h4{
	color: #f93f71;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 8px;
}
#columnArea ul.magazineList li .text p.des{
	display: none;
    /* display: block; */
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
}
#columnArea ul.magazineList li p.date {
    color: #787878;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#columnArea .more{
	width: 300px;
    margin: 0 auto 24px;
}
#columnArea .more a{
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    padding: 16px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 3px #ffe400;
}
#columnArea .more a:hover{
	background: #ffffff;
}

#homeFeature{
    padding: 64px 0 80px;
    background: #ffe400;
}
#homeFeature h3{
    font-size: 32px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 12px;
}
#homeFeature h3:after{
	display: none;
}
#homeFeature ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#homeFeature ul li{
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    padding: 24px 12px 16px;
    background: #ffffff;
    box-sizing: border-box;
}
#homeFeature ul li:nth-child(3n+1){
    margin-left: 0;
    clear: both;
}
#homeFeature ul li .iconImg{
	width: 100%;
    height: 160px;
    text-align: center;
    margin: 12px 0 16px;
    background: #f2f2f2;
}
#homeFeature ul li h4{
    width: 100%;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	#homeFeature ul li h4{
		font-size: 16px;
	}
}
@media screen and (min-width: 1025px){
	#homeFeature ul li h4{
		font-size: 18px;
	}
}
#homeFeature ul li p{
	font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}

/* ----- privacy policy ----- */

#privacy{
}
#privacy p{
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 12px !important;
}
#privacy ul{
    margin: 0 0 24px 1em;
}
#privacy ul li{
	font-size: 15px;
    line-height: 1.6;
    text-indent: -1em;
    margin: 6px 0 0;
}
#privacy ul li:first-child{
	margin-top: 0;
}

/* ----- category list ----- */

#categoryList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0 0 32px;
}
#categoryList li{
    width: 140px;
    float: left;
    margin: 0 12px 12px 0;
    border: solid 2px #e5e5e5;
    box-sizing: border-box;
}
#categoryList li a{
	display: block;
    padding: 8px;
}
#categoryList li a:hover{
	opacity: 0.5;
}
#categoryList li .thumb{
	margin: 0 0 8px;
}
#categoryList li p.catName{
    color: #0d87e5;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0;
}

/* ----- category rank ----- */

#categoryRanking{
    overflow: hidden;
    position: relative;
}
#categoryRanking h3{
	color: #333333;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 8px 4px;
    margin-bottom: 32px;
    border-top: solid 4px #0d87e5;
    border-bottom: solid 1px #cccccc;
}
#categoryRanking #slider{
    margin: 12px 72px 24px;
    overflow: hidden;
}
#slider .swiper-wrapper{
	counter-reset: ranking;
}
#slider .swiper-wrapper li.swiper-ranking{
}
#slider .swiper-ranking{
}
#slider .swiper-ranking a{
	display: block;
    color: #333333;
    text-decoration: none;
}
#slider .swiper-ranking .thumb{
    width: 160px;
    height: 160px;
    margin: 0 auto 16px;
    border: solid 1px #cccccc;
	position: relative;
}
#slider .swiper-ranking .thumb:after{
    counter-increment: ranking;
    content: counter(ranking);
    display: block;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 6px 4px 6px 0;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #666666;
    box-sizing: border-box;
    z-index: 500;
}
#slider .swiper-wrapper li.st1 .thumb:after{
    background: #c79d05;
}
#slider .swiper-wrapper li.nd2 .thumb:after{
    background: #b5b5b5;
}
#slider .swiper-wrapper li.rd3 .thumb:after{
    background: #af6e23;
}
#slider .swiper-ranking .thumb span.middle{
    display: table-cell;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}
#slider .swiper-ranking .thumb img{
}
#slider .swiper-ranking p.itemName{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 4px;
}
#slider .swiper-ranking p.price{
	font-size: 14px;
    margin: 0;
}
#slider .swiper-ranking p.price b{
    color: #ff3300;
}
#slider .swiper-ranking p.price small{
    color: #ff3300;
}

#categoryRanking .swiper-button-next,
#categoryRanking .swiper-button-prev{
    padding: 8px 4px;
    border: solid 1px #0d87e5;
    background-color: #ffffff;
    background-size: 16px auto;
    border-radius: 4px;
}
#categoryRanking .swiper-button-next{
}
#categoryRanking .swiper-button-prev{
}

/* ----- 191025 ピックアップ商品 ----- */

#pickup_items{
    padding: 32px 0;
    margin: 0;
    background: #ffffff;
}
#pickup_items h3{
}
#pickup_items ul.pickupList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pickup_items ul.pickupList>li{
    float: left;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
#pickup_items ul.pickupList>li a{
	display: block;
	color: inherit;
	text-decoration: none;
}
#pickup_items ul.pickupList>li a:hover{
	opacity: 0.5;
}
#pickup_items ul.pickupList li figure{
    margin: 0 0 12px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#pickup_items ul.pickupList li figure img{
}
@media screen and (min-width: 1201px){
	#pickup_items ul.pickupList>li{
		width: 18.4%;
		margin: 0 0 0 2%;
	}
	#pickup_items ul.pickupList>li:nth-child(5n+1){
		clear: both;
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px){
	#pickup_items ul.pickupList>li{
		width: 32%;
		margin: 0 0 32px 2%;
	}
	#pickup_items ul.pickupList>li:nth-child(3n+1){
		clear: both;
		margin-left: 0;
	}
	#pickup_items ul.pickupList li figure{
		width: 240px;
		margin: 0 auto 12px;
	}
}
@media screen and (max-width: 850px){
	#pickup_items ul.pickupList>li{
		width: 100%;
		float: none;
		margin: 0 0 32px;
	}
	#pickup_items ul.pickupList li figure{
		width: 30%;
		float: left;
		box-sizing: border-box;
	}
	#pickup_items ul.pickupList li .text{
		width: 70%;
		float: right;
		padding: 0 0 0 16px;
		box-sizing: border-box;
	}
}

#pickup_items ul.pickupList li .text{
/*	width: 70%;
    height: 100%;
    float: left;
*/
    box-sizing: border-box;
}
#pickup_items ul.pickupList li .text h4.itemName{
    /*color: #0d87e5;*/
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 8px;
    word-break: break-all;
}
#pickup_items ul.pickupList li .text p.itemcode,
#pickup_items ul.pickupList li .text p.lot{
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 2px;
}
#pickup_items ul.pickupList li .text p.itemcode strong,
#pickup_items ul.pickupList li .text p.lot b{
	font-weight: normal;
}
#pickup_items ul.pickupList li p.price{
	color: #ff3333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    margin: 6px 0;
}
#pickup_items ul.pickupList li p.price strong{
	font-size: 16px;
}
#pickup_items ul.pickupList li p.price small{
	font-size: 13px;
    margin: 0 0 0 1px;
}

#pickup_items ul.pickupList li .text .pointWrap{
	padding: 8px 12px;
    margin: 8px 0 0;
    background: #f5f5f5;
    border-radius: 8px;
}
#pickup_items ul.pickupList li .text ul.pointList{
	margin: 8px 0 8px 1.1em;
}
#pickup_items ul.pickupList li .text ul.pointList li{
    font-size: 14px;
    line-height: 1.5;
	list-style-type: disc;
    margin: 6px 0 0;
}
#pickup_items ul.pickupList li .text ul.pointList li:first-child{
    margin-top: 0;
}
#pickup_items ul.pickupList li .more{
	display: none;
/*	display: block;*/
    width: 200px;
    margin: 0 -100px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 8px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pickup_items ul.pickupList li .more a:hover{
}

/* ----- 商品ページ　お知らせ ----- */

#detailarea{
}
#attInfoFloat{
}
#attInfoFloat p,
#attInfoHome p{
    color: #ff3300;
    font-size: 15px;
    font-weight: bold;
	line-height: 1.5;
    text-align: center;
    padding: 24px 0;
    margin: 0 !important;
    background: #ffff00;
    box-sizing: border-box;
}
#attInfoFloat p small,
#attInfoHome p small{
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 12px 0 0;
}
#attInfoHome p{
	max-width: 1260px;
    text-align: center;
    margin: 24px auto !important;
}


/*----- この商品もおすすめです ----- */

#cartOsusume{
    padding: 40px 0 0;
}
#cartOsusume h3{
}
#cartOsusume ul.pickupList{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cartOsusume ul.pickupList>li{
    float: left;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
#cartOsusume ul.pickupList>li a{
	display: block;
	color: inherit;
	text-decoration: none;
}
#cartOsusume ul.pickupList>li a:hover{
	opacity: 0.5;
}
#cartOsusume ul.pickupList>li figure{
    margin: 0 0 12px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
@media screen and (min-width: 1201px){
	#cartOsusume ul.pickupList>li{
		width: 18.4%;
		margin: 0 0 0 2%;
	}
	#cartOsusume ul.pickupList>li:nth-child(5n+1){
		clear: both;
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px){
	#cartOsusume ul.pickupList>li{
		width: 32%;
		margin: 0 0 32px 2%;
	}
	#cartOsusume ul.pickupList>li:nth-child(3n+1){
		clear: both;
		margin-left: 0;
	}
	#cartOsusume ul.pickupList>li figure{
		width: 240px;
		margin: 0 auto 12px;
	}
}
@media screen and (max-width: 850px){
	#cartOsusume ul.pickupList>li{
		width: 100%;
		float: none;
		margin: 0 0 32px;
	}
	#cartOsusume ul.pickupList>li figure{
		width: 30%;
		float: left;
		box-sizing: border-box;
	}
	#cartOsusume ul.pickupList>li .text{
		width: 70%;
		float: right;
		padding: 0 0 0 16px;
		box-sizing: border-box;
	}
}
#cartOsusume ul.pickupList>li .text h4.itemName{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
	text-align: justify;
    margin: 0 0 8px;
    word-break: break-all;
}
#cartOsusume ul.pickupList>li .text p.itemcode,
#cartOsusume ul.pickupList>li .text p.lot{
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 2px;
}
#cartOsusume ul.pickupList>li .text p.itemcode strong,
#cartOsusume ul.pickupList>li .text p.lot b{
	font-weight: normal;
}
#cartOsusume ul.pickupList>li p.price{
	color: #ff3333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    margin: 6px 0;
}
#cartOsusume ul.pickupList>li p.price strong{
	font-size: 16px;
}
#cartOsusume ul.pickupList>li p.price small{
	font-size: 13px;
    margin: 0 0 0 1px;
}
#cartOsusume ul.pickupList>li .more{
	display: none;
    width: 200px;
    margin: 0 -100px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 8px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}

/*「当社在庫品16時までの注文 当日出荷」ボタン*/
header#whiteBg #headerLeft .btns a.stockship{
/*    width: 175px;
    color: inherit;
    font-size: 0;
    font-weight: inherit;
    margin-left: 8px;
    padding: inherit;
    border-radius: 0;
    background: none !important;*/
}

/*「お問い合わせ」ボタン*/
header#whiteBg #siteMenu li.inquiry-btn a{
    display: block;
    color: #fff;
/*    padding: .75em 1.5em;*/
padding: .6em 1.5em;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    background: #ff3334;
}
/*@media screen and (max-width: 1045px){
	header#whiteBg #siteMenu li.inquiry-btn a{
	    padding: .55em 1em;
	    font-size: 13px;
	}
}*/
header#whiteBg #siteMenu li.inquiry-btn a:before{
    content: "";
    display: inherit;
    width: inherit;
    height: inherit;
    vertical-align: inherit;
    margin-right: 6px;
    background: none;
    background-size: 0 !important;
    border-radius: 0;
}

/*「メーカー一覧」ボタン*/
#search_area .makerlist-btn{
    float: right;
    margin-left: 15px;
}
#search_area .makerlist-btn a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0.72em 1em;
    background: #ef7d00;
    border-radius: 3px;
}

/* 220615 PICK UP 商品
----------------------------------------------- */
#pu_items_original{
  padding: 32px 0;
  margin: 0;
  background: #fffcef;
}
#pu_items_original h3{
}
#pu_items_original ul.pickupList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#pu_items_original ul.pickupList li{
	width: 32%;
  background: #fafafa;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#pu_items_original ul.pickupList::after{
  content: "";
	width: 32%;
}
#pu_items_original ul.pickupList li:nth-child(n+6){
  margin-top: 1em;
}
#pu_items_original ul.pickupList li a{
  display: block;
  color: #3f3f3f;
  text-decoration: none;
}
#pu_items_original ul.pickupList li a:hover{
  opacity: 0.75;
  color: #ed007a;
}
@media screen and (min-width: 1201px){
  #pu_items_original ul.pickupList li{
    width: 18.4%;
    margin: 0 0 0 2%;
	}
	#pu_items_original ul.pickupList li:nth-child(5n+1){
    clear: both;
    margin-left: 0;
	}
}
@media screen and (max-width: 1200px){
  #pu_items_original ul.pickupList li{
    margin: 0 0 1.5em 0;
	}
  #pu_items_original ul.pickupList li:nth-child(n+6){
    margin-top: 0;
  }
	#pu_items_original ul.pickupList li:nth-child(3n+1){
    margin-left: 0;
	}
	#pu_items_original ul.pickupList li figure{
    width: 100%;
    margin: 0 auto;
	}
}
#pu_items_original ul.pickupList li .text{
  width: 100%;
  padding: .7em;
  box-sizing: border-box;
}
#pu_items_original ul.pickupList li .text h4.itemName{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 8px;
  word-break: break-all;
}
#pu_items_original ul.pickupList li .text p.itemcode,
#pu_items_original ul.pickupList li .text p.lot{
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 2px;
}
#pu_items_original ul.pickupList li .text p.itemcode strong,
#pu_items_original ul.pickupList li .text p.lot b{
  font-weight: normal;
}
#pu_items_original ul.pickupList li p.price{
  color: #ff3333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  margin: 6px 0;
}
#pu_items_original ul.pickupList li p.price strong{
  font-size: 16px;
}
#pu_items_original ul.pickupList li p.price small{
  font-size: 13px;
  margin: 0 0 0 1px;
}
@media screen and (max-width: 850px){
  #pu_items_original ul.pickupList li{
    width: 100%;
    margin: 0 0 1.5em;
  }
  #pu_items_original ul.pickupList li a{
    display: flex;
  }
  #pu_items_original ul.pickupList li figure{
    width: 32%;
    box-sizing: border-box;
  }
  #pu_items_original ul.pickupList li .text{
    width: 68%;
    padding: .5em .5em 0;
    box-sizing: border-box;
  }
  #pu_items_original ul.pickupList li .text h4.itemName{
    font-size: 1.3rem;
    margin: 0 0 .4em;
    word-break: break-all;
  }
  #pu_items_original ul.pickupList li .text p.itemcode,
  #pu_items_original ul.pickupList li .text p.lot{
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 2px;
  }
  #pu_items_original ul.pickupList li p.price strong{
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  #pu_items_original ul.pickupList li p.price small{
    font-size: 13px;
    margin: 0 0 0 1px;
  }
}
.fs-s{font-size: 12px;}
@media screen and (max-width: 850px){
    .fs-s{display: block;}
}

/* ***********************************************
いまちゃす特別提供品
/*********************************************** */
div#undercolumn.original{
  margin: 0 auto 0;
}
div#undercolumn.original a span.cart_white,
input span.cart_white{
    content: "";
    background: url(../img/cart_white.png) no-repeat;
    background-size: contain;
}

/* ***********************************************
特別会員用 ヘッダー 20220908
/*********************************************** */
header#whiteBgSpecial{
  padding: 12px 16px;
  background: #ffffff;
}
header#whiteBgSpecial .header_content{
  display: flex;
	align-items: center;
}
header#whiteBgSpecial h1.logo{
	width: 14%;
  min-width: 180px;
	max-width: 180px;
	margin-top: -15px;
}
header#whiteBgSpecial .stockship{
	width: 13.67%;
	min-width: 130px;
	max-width: 174px;
}
header#whiteBgSpecial .stockship a{
	display: block;
  margin-left: 5%;
}
header#whiteBgSpecial .welcome{
	width: 20%;
	min-width: 200px;
	padding: 0 1%;
	text-align: center;
}
header#whiteBgSpecial .welcome p{
	font-size: 87.5%;
}
header#whiteBgSpecial .welcome p span{
	display: block;
	margin: 2% 0;
}
header#whiteBgSpecial .welcome p span.company::after{
}
header#whiteBgSpecial .welcome p span.name::after{
	content: '様';
	margin-left: 2%;
}
header#whiteBgSpecial .welcome a.logout{
	display: block;
	margin: 3% 0 0;
	color: #333;
	font-size: 87.5%;
	opacity: 1;
	transition: .3s;
}
header#whiteBgSpecial .welcome a.logout:hover{
	opacity: .5;
	transition: .3s;
}
header#whiteBgSpecial .welcome a.logout::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 2% 0 0;
	vertical-align: middle;
  background: url(../img/common/icon_logout.png) no-repeat top left;
	background-size: contain;
}
header#whiteBgSpecial .member_logo{
	width: 10%;
	min-width: 110px;
	max-width: 130px;
	margin-right: 2%;
}
header#whiteBgSpecial .inquiry_desk{
	position: relative;
	width: 16.28%;
	max-width: 170px;
/*	width: 13.28%;
	max-width: 170px;*/
	margin-right: 2%;
}
header#whiteBgSpecial .desk_btn{
  display: block;
  color: #fff;
  text-align: center;
  background: #0b0b47;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
header#whiteBgSpecial .desk_btn:hover{
  color: #fff;
}
header#whiteBgSpecial .desk_btn span{
  display: block;
  padding: .4em 0;
	font-size: 68.75%;
	font-weight: bold;
	white-space: nowrap;
}
header#whiteBgSpecial .desk_btn span.desk1{
  background: #ff3334;
	font-size: 81.25%;
	padding: .5em 0 .4em;
	white-space: nowrap;
}
header#whiteBgSpecial .desk_btn span.desk2{
	font-size: 11px;
	text-align: left;
	padding: .5em 1em;
	box-sizing: border-box;
}
header#whiteBgSpecial .desk_btn span.desk2::after{
	position: absolute;
	/*top: 12px;
	right: 10px;*/
	top: 23px;
	right: 5px;
	content: '▼';
	width: 18px;
	height: 18px;
	color: #0b0b47;
	font-size: 9px;
	padding: 4px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1240px){
	/*
	header#whiteBgSpecial h1.logo{
		width: 13%;
	  min-width: 160px;
	}
	header#whiteBgSpecial .stockship{
		display: none;
	}
	header#whiteBgSpecial .welcome{
		width: 20%;
		padding: 0 1%;
		text-align: center;
	}
	header#whiteBgSpecial .member_logo{
		min-width: 110px;
		margin-right: 1%;
	}
	header#whiteBgSpecial .inquiry_desk{
		position: relative;
		margin-left: 1%;
	}
	header#whiteBgSpecial .desk_btn span{
		font-size: 62.5%;
		display: block;
	}
	header#whiteBgSpecial .desk_btn span.desk1{
		font-size: 75%;
		padding: .4em 0 .3em;
	}
	header#whiteBgSpecial .desk_btn span.desk2::after{
		right: 5px;
		width: 16px;
		height: 16px;
		padding: 3px 0 0;
	}
	*/
}
.inquiry_box{
	display: none;
	position: absolute;
	top: 46px;
	left: -38%;
	min-width: 150px;
	width: 300%;
	max-width: 300px;
	height: auto;
	color: #19193a;
	box-sizing: border-box;
	z-index: 200;
}
.inquiry_box::before{
	content: '';
	width: 0;
  height: 0;
	display: block;
	padding: 1em 0 0;
	margin: -18px auto 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid #0b0b47;
}
.inquiry_box_inner{
	position: relative;
	background: #fff;
	border: 3px solid #0b0b47;
}
@media screen and (max-width: 1155px){
	.inquiry_box{
		top: 50px;
		left: -65%;
		width: 300%;
		height: auto;
		margin: 0 auto;
	}
}
/*
@media screen and (max-width: 768px){
	.inquiry_box{
		position: absolute;
		top: 36px;
		left: -42.857%;
		width: 142.857%;
		height: auto;
		margin: 0 auto;
		color: #19193a;
		box-sizing: border-box;
		z-index: 100;
	}
}*/
ul.customer_set{
	position: relative;
	padding: 5% 0 4%;
	background: #ff3334;
}
header#whiteBgSpecial .inquiry_desk .close_btn{
	display: none;
	position: absolute;
	top: 17px;
	right: 0;
	color: #fff;
	width: 20px;
	height: auto;
	padding: 2px 2px 6px;
	text-align: center;
	background: #19193a;
	cursor: pointer;
	z-index: 1000;
}
header#whiteBgSpecial .inquiry_desk .close_btn.open{
	display: block;
}
ul.customer_set li{
	width: 86%;
	margin: 0 auto 1%;
	padding: .2em .3em;
	font-size: 78%;
	line-height: 1.3;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
/*
ul.customer_set li.dep::after{
	content: '部';
	margin: 0 2% 0 2%;
}
*/
ul.customer_set li.nam::after{
	content: '様';
	margin: 0 2% 0 2%;
}
header#whiteBgSpecial .inquiry_text{
	width: 86%;
	margin: 0 auto;
	padding: 1em 0;
	font-size: 81.25%;
	line-height: 1.6;
}
header#whiteBgSpecial .inquiry_textarea{
	width: 86%;
	margin: 0 auto;
}
header#whiteBgSpecial .inquiry_textarea textarea{
	width: 100%;
	min-height: 200px;
	padding: .5em;
	background: #fff;
	font-size: 87.5%;
	box-sizing: border-box;
}
header#whiteBgSpecial .inquiry_textarea.error_wrap textarea{
	background: #fae8ea;
}
header#whiteBgSpecial .inquiry_textarea .error_msg{/*エラーメッセージ 非表示*/
	display: none;
}
header#whiteBgSpecial .inquiry_textarea.error_wrap .error_msg{/*エラーメッセージ 表示*/
	display: block;
	font-size: 78%;
	line-height: 1.5;
	padding: 0 0 1em;
	font-weight: bold;
	color: #ff3334;
}
header#whiteBgSpecial .inquiry_textarea .note{
	display: block;
	font-size: 68.75%;
	text-align: right;
	padding: .5em 0 .7em;
}
header#whiteBgSpecial .submit_bt{
	width: 35%;
	margin: 2% auto 7%;
}
header#whiteBgSpecial .submit_bt input{
	width: 100%;
	color: #fff;
	font-size: 87.5%;
	padding: .3em 0 .33em;
	background: #19193a;
	border: none;
	cursor: pointer;
}
header#whiteBgSpecial .other_inq{
	width: 100%;
	margin: 0 auto 6%;
	border-top: 1px solid #19193a;
}
header#whiteBgSpecial .other_inq a{
	display: block;
  color: #19193a;
  font-weight: 600;
	line-height: 1.6;
  text-align: center;
  background: #fff;
	font-size: 81.25%;
	padding: 5% 0 0;
}
.msgBanner .pcOnly{
	display: block;
}
.msgBanner .spOnly{
	display: none;
}
.msgBanner{
	width: 100%;
	border-bottom: 2px solid #ffe53e;
}
.msgBanner .msgBanner_inner{
	margin: 0 auto;
}
.msgBanner .msg_bar{
	display: flex;
	justify-content: center;
	padding: .45% 0;
	background: linear-gradient(70deg, #ecaa16, #ffe22a);
}
.msgBanner .msg_bar .msg{
	width: 50%;
	max-width: 640px;
	padding: .25em 1em;
	background: #fff;
	font-size: 93.75%;
	line-height: 1.4;
	border-radius: 6px;
	box-sizing: border-box;
}
.msgBanner .msg_bar .msg .msg_inner{
	white-space: pre-line;
}
.msgBanner .bnr_info{
	display: table;
	position: relative;
	width: auto;
	min-width: 150px;
	background: #f9e2b2;
	margin: .5% 1% 0 0;
	font-size: 81.25%;
	padding: .5em 1.5em .5em .5em;
	border: 1px solid #d68e0d;
	z-index: 10;
	box-sizing: border-box;
}
.msgBanner .bnr_info .tit{
	position: absolute;
	top: -10px;
	left: calc((100% - 80%) / 2);
	width: 80%;
	min-width: 120px;
	color: #fff;
	background: #fff;
	text-align: center;
	letter-spacing: .1em;
	font-size: 92.3%;
	font-weight: bold;
	padding: .3em 1em;
	box-sizing: border-box;
	border: 1px solid #d68e0d;
	border-radius: 50px;
	background: linear-gradient(-135deg, #ff4e50, #e14fad);
	z-index: 10;
}
.msgBanner .bnr_info .nam{
	display: table-cell;
	vertical-align: middle;
	padding: .7em 0 0 .5em;
	max-width: 340px;
	line-height: 1.4;
	box-sizing: border-box;
	text-align: center;
}
.msgBanner .bnr_info .nam span::after{
	content: ' 様';
}
.msgBanner .bnr_info .arw{
	position: absolute;
	left: 20px;
	bottom: -21px;
	width: 15px;
}
header#whiteBgSpecial #cart_area{
	margin-left: auto;
}
/* ----- top special Header slider ----- */
#specialHeader_slider{
	width: 100%;
	max-width: 1120px;
  margin: 12px auto 12px;
  overflow-x: hidden;
	position: relative;
}
#specialHeader_slider .swiper-container{
	width: 88.3%;
	max-width: 990px;
	margin: 0 auto;
  overflow: inherit !important;
}
#specialHeader_slider .swiper-slide{
  max-width: 240px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline;
  table-layout: fixed;
}
#specialHeader_slider .swiper-container-horizontal>.swiper-pagination-bullets,
#specialHeader_slider .swiper-pagination-custom,
#specialHeader_slider .swiper-pagination-fraction{
	display: none;
}
#specialHeader_slider .swiper-pagination-bullet{
	display: none;
}
#specialHeader_slider .spe-swiper-button-prev{
	position: absolute;
	top: calc((69px - 24px) / 2);
	left: 2%;
	width: 22px;
	height: 24px;
	background: url(../img/common/goldarw-l.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 11;
}
#specialHeader_slider .spe-swiper-button-next{
	position: absolute;
	top: calc((69px - 24px) / 2);
	right: 2%;
	width: 22px;
	height: 24px;
	background: url(../img/common/goldarw-r.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 11;
}
/* Next Button Control */
@media ( prefers-reduced-motion: reduce ) {
   .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 100ms !important;
  }
}


/* My Page button（SpecialMembers） */
.mypage_btn{
	display: table;
	margin-right: 3%;
}
.mypage_btn a{
	display: inline-block;
	color: #fff;
	padding: .8em 1em;
	font-size: 81.25%;
	box-sizing: border-box;
	font-weight: bold;
	background: #d04c6b;
	white-space: nowrap;
	opacity: 1;
}
.mypage_btn a:hover{
	color: #fff;
	opacity: .7;
}
.mypage_btn a::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-top: -.1em;
	margin-right: .5em;
	background: url(../img/icon_human.png) no-repeat;
	background-size: contain;
}
/* My Page button（Menbers） */
header#whiteBg #siteMenu li.mypage_btn{
  margin-right: 0;
}
header#whiteBg #siteMenu li.mypage_btn a{
    display: block;
    color: #fff;
    padding: .3em 1em;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
}
header#whiteBg #siteMenu li.mypage_btn a::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-top: -.1em;
	margin-right: .5em;
	background: url(../img/icon_human.png) no-repeat;
	background-size: contain;
}

/* 20221012 TOP Page 特別提供品はこちら
----------------------------------------------- */
#homeSpeItemBtn{
	padding: 12px 0;
  background: #fffcef;
	border-bottom: 1px solid #efeeeb;
}
#homeSpeItemBtn a{
	display: block;
	width: 30%;
	max-width: 314px;
	margin: 0 auto;
	opacity: 1;
	transition: .3s;
}
#homeSpeItemBtn a img{
	width: 100%;
}
#homeSpeItemBtn a:hover{
	opacity: .7;
	transition: .3s;
}

/* ----- 注目のいまちゃす価格（新タブ） ----- */

#pricePickUp_new_2{
    padding: 32px 0;
    margin: -20px 0 0;
    background: #ffffff;
}
#pricePickUp_new_2 .tab-group{
    display: flex;
    max-width: 100%;
    margin: 0 .5px 0 0;
    justify-content: center;
}
#pricePickUp_new_2 .tab{
    width: 14.285%;
    flex-grow: 1;
    color: #787878;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    list-style: none;
    padding: 15px 0;
    margin: 8px -3px 0 0;
    background: #f2f2f2;
    border: 3px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    cursor: pointer;
}
#pricePickUp_new_2 .panel-group{
}
#pricePickUp_new_2 .panel{
    display: none;
}
#pricePickUp_new_2 .tab.is-active{
    color: #000000;
    font-size: 16px;
    padding: 18px 0 0;
    margin-top: 0;
    transition: all 0.2s ease-out;
    border-bottom: none;
    background: #fff;
		position: relative;
}
#pricePickUp_new_2 .tab.is-active::before{
    content: '';
    position: absolute;
    top: -1.5px;
    left: -1px;
    width: 101.4%;
    height: 7px;
    background: #4087de;
    border-radius: 7px 7px 0 0;
}
#pricePickUp_new_2 .panel.is-show{
    display: block;
}
#pricePickUp_new_2 .category{
    margin: 0;
    padding: 20px 16px 40px;
    position: relative;
    box-sizing: border-box;
    border: solid 3px #e5e5e5;
    border-top: none;
    background: #fff;
}
#pricePickUp_new_2 .category ul.itemList{
    display: flex;
		flex-wrap: wrap;
}
#pricePickUp_new_2 .category ul.itemList li{
    width: 15.38%;
		padding: 1em .64% 0;
}
#pricePickUp_new_2 .category ul.itemList li:nth-child(7n){
		margin-right: 0;
}
#pricePickUp_new_2 .category ul.itemList li a{
    display: block;
    color: #333333;
}
#pricePickUp_new_2 .category ul.itemList li a:hover{
    opacity: 0.5;
}
#pricePickUp_new_2 .category ul.itemList li .thumb{
    width: 100% !important;
    margin: 0 auto 16px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#pricePickUp_new_2 .category ul.itemList li .text{
    width: 100%;
    padding: 0 .5em;
    box-sizing: border-box;
}
#pricePickUp_new_2 .category ul.itemList li p.itemcode{
    font-size: 12px;
    line-height: 1.5;
    margin: .25em auto;
}
#pricePickUp_new_2 .category ul.itemList li p.lot{
    font-size: 12px;
    line-height: 1;
    margin: 0 auto .5em;
}
#pricePickUp_new_2 .category ul.itemList li p.ptitle{
    color: #0d87e5;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin: 0 auto;
    word-break: break-all;
}
#pricePickUp_new_2 .category ul.itemList li p.price{
    width: 100%;
    margin: 0 auto;
    color: #ff3333;
    font-size: 17px;
    line-height: 1.4;
    text-align: right;
}
#pricePickUp_new_2 .category ul.itemList li p.price small{
    font-size: 13px;
    margin: 0 0 0 1px;
}
#pricePickUp_new_2 .category .more{
    width: 160px;
    margin: 16px -80px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: 50%;
}
#pricePickUp_new_2 .category .more a{
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 8px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pricePickUp_new_2 .category .more a b{
    font-size: 15px;
    margin: 0 2px 0 0;
}
#pricePickUp_new_2 .category .more a:hover{
    background: #ffffff;
}
