@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd{
	margin: 0;
	padding: 0;
}

table,p,img,fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
	color: #555555;
	/*background: #ccc url("../img/common/bg_common.png");*/
	font-size: .8em;
	line-height: 1.4em;
	letter-spacing:1px;
	height: 100%;
}

li {
	list-style-type: none;
}


/*間隔
----------------------------------------------- */
.pdr5{padding-right:5px;}
.pdr10{padding-right:10px;}
.pdr14{padding-right:14px;}
.pdr15{padding-right:15px;}
.pdl5{padding-left:5px;}
.pdl10{padding-left:10px;}
.pdlr5{padding-left:5px;padding-right:5px;}
.pdlr10{padding-left:10px;padding-right:10px;}
.pd10{padding:10px;}
.pdtb10{padding:10px 0;line-height:1.3rem;}
.pdt15{padding-top:15px;}
.mga10{margin:10px;}
.mga15{margin:15px;}
.mgt10{margin-top:10px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgb10{margin-bottom:10px;}
.mgb15{margin-bottom:15px;}
.mgb20{margin-bottom:20px;}
.mgtb10{margin:10px 0;}
.mgtb15{margin:15px 0;}


/*回り込み*/
.fl_r{float:right;}
.fl_l{float:left;}


/*配置*/
.pst-7{position:relative;top:-7px}
.pst3{position:relative;top:3px;}
.pst4{position:relative;top:4px;}
.pst5{position:relative;top:5px;}
.pst7{position:relative;top:7px;}
.pst10{position:relative;top:10px;}
.pst13{position:relative;top:13px;}
.pst15{position:relative;top:15px;}
.pst20{position:relative;top:20px;}
.psl30{position:relative;left:30px;}


/* Select --------------------------------- */
select {
	border: solid 1px #ccc;
	float: left;
	height: 30px;
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 5px 0;
}


#select_pay {
	border: solid 1px #ccc;
	float: center;
}


/* Text Field --------------------------------- */
input[type='text'] {
	border: 1px solid #C4CCCE;
    box-shadow: none;
    font-size: 1rem;
    height: 20px;
    line-height: 1.1;
	
	/*border-radius*/
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px !important;;	
}


input[type='password'] {
	border: 1px solid #C4CCCE;
    box-shadow: none;
    font-size: 1rem;
    height: 20px;
    line-height: 1.1;
	
	/*border-radius*/
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px !important;;	
}

input, button, select{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	margin: 5px 0;
}


input[type="radio"]{font-size:x-large;} 


 /* -------------------------------
 セレクト装飾用
 -------------------------------*/	
form .custom-selectbox {
    display: inline-block;
    position: relative;
    background-color: white;
    border: 1px solid #c8c8c8;
    vertical-align: middle;
    z-index: 1;
	
	/*box-sizing*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	/*border-radius*/
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
    
}

form .custom-selectbox:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	padding: 0 0.35em;
	background: url(../img/common/select_arrow_all.png) no-repeat center center;
	text-align: center;
	content: '';
	z-index: 1;
	pointer-events: none;
}

form .custom-selectbox select {
  display: block;
  width: 100%;
  padding:0 10px !important;
  height: 30px;
  margin: 0;
  border: 0 none;
  line-height: normal;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
   font-size:1em;
   /*background:#fff;*/
  
  /*box-sizing*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

}


/*お届け変更用セレクト*/
form .custom-regselectbox {
    display: inline-block;
    position: relative;
    background-color: white;
    border: 1px solid #c8c8c8;
    vertical-align: middle;
    z-index: 1;
	
	/*box-sizing*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	/*border-radius*/
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
    
}

form .custom-regselectbox:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	padding: 0 0.35em;
	background: url(../img/common/select_arrow_all.png) no-repeat center center;
	text-align: center;
	content: '';
	z-index: 1;
	pointer-events: none;
}

form .custom-regselectbox select {
  display: block;
  width: 100%;
  padding:0 20px 0 10px !important;
  height: 30px;
  margin: 0;
  border: 0 none;
  line-height: normal;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
   font-size:1em;
   /*background:#fff;*/
  
  /*box-sizing*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  /*border-radius*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}

.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w95{width:95%;}
.w98{width:98%;}
.w100{width:100%;}


/*PHOTO --------------------------------- */

.picture {
	/*border: 1px solid #ccc;*/
}

/* 大枠
----------------------------------------------- */
#wrapper{
	margin: 0 auto;
	width: 100%;
	min-width: 1100px; /*210409*/
	height: 100%;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
	clear: both;
	display: none;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}

/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 100%;
	line-height: 150%;
}
.price { color: #e20000; font-weight: bold; }
.attention {color: #e20000;font-size:12px;line-height:1.5rem; }
.mini {
	font-size: 12px;
	clear:both;
}
em {
    font-size: 12px;
    font-style: normal;
    color: #e20000;
    margin: 5px 0;
    }
	
.pr_amt em{
    font-size: 16px;
    font-weight: bold;
}	
	
div#red01 {
	color:#e20000;
}

div.red02 {
	color:#e20000;
}

.phototd {
	width: 75px;
	text-align: center;
}

.centertd {
	text-align: center;
}

.pricetd {
	text-align: right;
}

.pricetd em {
	font-weight: bold;
}

div#completetext {
	width: 90%;
	margin: 3% auto 0 auto;
	padding: 3%;
	border: 1px solid #ccc;
	overflow: hidden;
}

div#completetext em {
	font-weight: normal;
}

div#completetext p{
	padding: 4% 0 0 0;
	text-align: left;
	clear:both;
}

/*shopping_ポイント*/
.bd_solid {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.bd_dash {
    border: 1px dashed #aaa;
    padding: 10px;
    margin: 10px;
    width: 43%;
}
.allbg_blue{background:rgb(235,246,255);padding:10px;overflow:hidden;}
.allbg_gray{background:#f6f6f6;padding:10px;overflow:hidden;}

/* ラベル
----------------------------------------------- */
span.required {
	margin: 0 0 0 1em;
	padding: 0.1em 0.5em;
	font-size: 70%;
	background: #E54848;
	color: #fff;
	border-radius: 0.4em;
	vertical-align: middle;
	position: relative;
	top: -0.25em;
}

span.any {
	margin: 0 0 0 1em;
	padding: 0.1em 0.5em;
	font-size: 70%;
	background: #999;
	color: #fff;
	border-radius: 0.4em;
	vertical-align: middle;
	position: relative;
	top: -0.25em;
}

/*住所自動入力
------------------------------------------------*/
.zipimg{margin:0;padding:0;}
.zipimg img {margin: 5px 0 0 0 ;}
.zipimg a {color:#666;text-decolation:none;}
.zipimg a:hover{color:#666;}

.zip_bt{
	padding: 5px 10px;
    line-height:1rem;
    margin: 0 0 0 5px ;
    cursor: pointer;
    font-weight:noramal;
    font-size: 100%;
	letter-spacing:0.002rem;
    text-decoration: none;
    border: 1px solid #ccc;
    position: relative;
    background-color: #f1f1f1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
    background: -webkit-linear-gradient(top,#fff,#f1f1f1);
    background: -moz-linear-gradient(top,#fff,#f1f1f1);
    background: -ms-linear-gradient(top,#fff,#f1f1f1);
    background: -o-linear-gradient(top,#fff,#f1f1f1);
    background: linear-gradient(top,#fff,#f1f1f1);
    -pie-background: linear-gradient(top,#fff,#f1f1f1);
	
	/*border-radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
	
	/*box-shadow*/
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
	}		
/*------------------------------------------------*/	

/* clear
--------------------------------------------------*/
.clearfix{
clear:both;
}
.clearfix:after {
content: ".";
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}


/* footerLInks 他ブランドリンク */
#ftLInks {
	margin: 45px auto 80px;
}
#ftLInks h2{
	position: relative;
    width: 330px;
    margin: 0 auto;
	text-align: center;
	padding: 0 14px;
	font-size: 18px;
}
#ftLInks h2::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}
#ftLInks h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
#ftLInks .ftLinkBrandList{
	margin: 0 auto;
	padding: 35px 0 40px;
}
#ftLInks .ftLinkBrandList ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 830px;
	margin: 0 auto;
}
#ftLInks .ftLinkBrandList ul li{
	position: relative;
	overflow: hidden;
}
#ftLInks .ftLinkBrandList ul li:first-child{
	margin-right: 30px;
}
#ftLInks .ftLinkBrandList ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#ftLInks .ftLinkBrandList ul li a img{
	width: 100%;
	height: auto;
}
#ftLInks .ftLinkBrandList ul li a .nm{
	position: relative;
	opacity: 1;
	z-index: 6;
	transition: all 0.3s linear;
}
#ftLInks .ftLinkBrandList ul li a:hover .nm{
	opacity: 0;
	transition: all 0.1s linear;
	/* transform: scale(3); */
}
#ftLInks .ftLinkBrandList ul li a .hv{
	z-index: 5;
}
#ftLInks .ftLinkBrandList ul li a:hover .hv{
}
#ftLInks .ftLinkBrandList ul li a .hv{
    position: absolute;
    top: 0;
	left: 0;
    width: 400px;
    height: 150px;
    overflow: hidden;
}
#ftLInks .ftLinkBrandList ul li a .hv p{
	position: absolute;
    top: 0;
	left: 0;
    width: 400px;
    height: 150px;
}
#ftLInks .ftLinkBrandList ul li a .hv p img{
	width: 400px;
	height: 150px;
}
#ftLInks .ftLinkBrandList ul li a .hv p.hv01{
	z-index: 1;
}
#ftLInks .ftLinkBrandList ul li a .hv p.hv02{
	left:-20px;
	opacity: 0;
	transition: all .2s linear;
	transition-delay:.15s;
	z-index: 1;
}
#ftLInks .ftLinkBrandList ul li a:hover .hv p.hv02{
	left: 0;
	opacity: 1;
}
#ftLInks .ftLinkBrandList ul li a .hv p.hv03{
	transform: scale(1);
	transition: all 1.7s linear;
}
#ftLInks .ftLinkBrandList ul li a:hover .hv p.hv03{
	transform: scale(1.2);
	transition: all 1.7s linear;
}
#ftLInks .ftLinkBrandList ul li a .nm{
	width: 390px;
    height: 60px;
    object-fit: cover;
    vertical-align: middle;
    padding: 40px 0;
    text-align: center;
    background: #f2f2f2;
	border: 5px solid #e6e6e6;
}
#ftLInks .ftLinkBrandList ul li a .nm img{
	width: 229px;
	height: 56px;
}

#ftLInks .ftLinkOther .ftLinkOtherList{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 795px;
	margin: 0 auto;
}
#ftLInks .ftLinkOther .ftLinkOtherListNeo{
	width: 574px;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li{
	flex:0 1 150px;
	margin-right: 50px;
	text-align: center;
	transition: .1s ease-in;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li.chLab{
	flex: 0 1 171px;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li.brmLab{
	flex: 0 1 186px;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li a img{
	transform: scale(1);
	transition: all .4s linear;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li a:hover img{
	/* opacity: .8; */
	transform: scale(1.1);
	transition: all .05s linear;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li.snsLink{
	margin-right: 20px;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li.snsLink:last-child{
	margin-right: 0;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li:last-child{
	margin-right: 0;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li.chLab img{
	width: 171px;
}
#ftLInks .ftLinkOther ul.ftLinkOtherList li.brmLab img{
	width: 186px;
}
#ftLInks .ftLinkOther ul li .snsLinkList p{
	text-align: center;
}
#ftLInks .ftLinkOther ul li .snsLinkList p img{
	width:100%;
}
#ftLInks .ftLinkOther ul li .snsLinkList ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#ftLInks .ftLinkOther ul li .snsLinkList ul li{
	margin-right: 0;
}
#ftLInks .ftLinkOther .ftLinkOtherListNeo li .snsLinkList ul li{
	margin-right: 27px;
}
#ftLInks .ftLinkOther ul li .snsLinkList ul li:last-child{
	margin-right: 0;
}
#ftLInks .ftLinkOther ul li .snsLinkList ul li img{
	width: 50px;
	transform: scale(1.0);
	transition: all .4s linear;
}
#ftLInks .ftLinkOther ul li .snsLinkList ul li a:hover img{
	/* opacity: .8; */
	transform: scale(1.3);
	transition: all .05s linear;
}
