html{ 

}
body{ 
    font-size: 62.5%;/*rem算出をしやすくするために*/
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic"; 
}   

/* 書き方
* 名称の頭に数字を入れない

#id .class {
}
.class .class {
}
.class TAG {
}
TAG .class TAG {
}
.class,
TAG.class {
}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 768px) {}

PC 1920px
TAB 1024px
CELL 750px

上下 左右

上 右 下 左

*/
/*--Cart------------------------------*/
.cartin{
	  font-size: 0.9rem;
	  font-weight: bold;
      color: #5a401c;
      line-height: ;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      position: relative;
      display: inline-block;

	background: -moz-linear-gradient(top, #DB8205 0%, #FBB450 100%);
	background: -ms-linear-gradient(top, #DB8205 0%, #FBB450 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB8205', endColorstr='#FBB450', GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB8205), color-stop(100%, #FBB450));
	background: #e19548;
	  
	  
      border: solid #fff 1px;
	  outline: solid 1px #000;
      cursor: pointer;

	  
      width: 90%;

  
      height: 36px;
      line-height: 36px;
      padding-top: 0;
      padding-bottom: 0;
	  
}
.cartin:hover{
	  color: white;
      background: #FBB450;
	  

	  border: solid #fff 1px;
	  outline: solid 1px #000;
	  
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: inset 1px 1px 1px 1px #A5A5A5, inset -1px -1px -1px -1px #E5E5E5;
}
.cartin:disabled ,.cartin--restock:disabled{/*ログイン時既に登録済み、詳細ページのみ*/
	              /*margin-bottom: 0;*/
                  font-weight: bold;
				  font-size: 0.9rem;
                  text-align: center;
                  vertical-align: middle;
                  touch-action: manipulation;
				  color: #f3efe9;
				  
				  cursor: not-allowed;
                  filter: alpha(opacity=65);
                  opacity: 0.55;
					
	  background: #ab906a;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: inset 1px 1px 1px 1px #A5A5A5, inset -1px -1px -1px -1px #E5E5E5;
	  
	  border: solid #fff 1px;
	  outline: solid 1px #000;
				  
                  letter-spacing: 0.1em;
                  position: relative;
                  display: inline-block;
                  width: 90%;
                  height: 36px;
                  line-height: 36px;
                  padding-top: 0;
                  padding-bottom: 0;
	  
	  
}

@media screen and (min-width: 770px){
.cartin:disabled ,.cartin--restock:disabled{
                 width: 65%;  
}
}


.cartin--restock{/*欠品時入荷連絡、詳細ページのみ*/
                  /*margin-bottom: 0;*/
                  font-weight: bold;
				  font-size: 0.9rem;
                  text-align: center;
                  vertical-align: middle;
                  touch-action: manipulation;
                  cursor: pointer;
				  color: #f3efe9;
					
	  background: #ab906a;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: inset 1px 1px 1px 1px #A5A5A5, inset -1px -1px -1px -1px #E5E5E5;
	  
	  border: solid #fff 1px;
	  outline: solid 1px #000;
				  
                  letter-spacing: 0.1em;
                  position: relative;
                  display: inline-block;
                  width: 90%;
                  height: 36px;
                  line-height: 36px;
                  padding-top: 0;
                  padding-bottom: 0;
                  }
				  
.cartin--restock:hover {
	color: #fff;
}
/*
.cartsold{
	  font-size: 0.8rem;
	  font-weight: 500;
      color: #CCCCCC;
      line-height: ;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      position: relative;
      display: inline-block;
	  
	  
      padding: 5px 20px;
	  background-color: #292422;  背景色 
      background-image: -webkit-linear-gradient(top, #292422, #403537);
      background-image: -moz-linear-gradient(top, #292422, #403537);
      background-image: -ms-linear-gradient(top, #292422, #403537);
      background-image: -o-linear-gradient(top, #292422, #403537);
      background-image: -webkit-gradient(to bottom, #292422, #403537);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;   
      -webkit-box-shadow: inset 1px 1px 1px 1px #E5E5E5;
      -moz-box-shadow: inset 1px 1px 1px 1px #E5E5E5;
      box-shadow: inset 1px 1px 1px 1px #E5E5E5;
      border: solid #000000 1px;
	  opacity: 50%;
	  cursor: default;
}
*/
.inputnum {/* カート数量入力 */
	  display:inline-block;
	  font-size: 0.8rem;
	  font-weight: 500;
      color: black;
      text-align: center;
      vertical-align: middle;
      width: 3rem;
      padding: 4px 5px;
	  margin-right:5px;
	  background-color: #FCFCFC; /* 背景色 */
      border-radius: 3px; 
      border: solid #000000 1px;
      cursor: pointer;
}
.inputnum-sold {/* カート数量入力_欠品 */
	  display:inline-block;
	  font-size: 0.8rem;
	  font-weight: 500;
      color: #CCCCCC;
      text-align: center;
      vertical-align: middle;
      width: 3rem;
      padding: 4px 5px;
	  margin-right:5px;
	  background-color: #FCFCFC; /* 背景色 */
      border-radius: 3px; 
      border: solid #CCCCCC 1px;
}
.carti {/* カート用アイコン */
	  font-size: 0.8rem;
	  font-weight: 500;
      text-align: center;
      vertical-align: middle;
}
.cartout {/* カートアイコン打消し線用 */
      color: white;
      opacity: 0.5;
}

.form-group {/* ec cube デフォルト用 */
	  display:block;
	  font-size: 0.8rem;
	  font-weight: 500;
}
@media screen and (min-width:600px) {/*　画面サイズが600pxからはここを読み込む　*/
.form-group {/* ec cube デフォルト用 */
	  display:inline;
	  
}
}
.form-group select {/* ec cube デフォルト用 カートプルダウン */


      color: black;
      vertical-align: middle;
	  text-align:center;
      padding: 6px 20px;
	  margin:5px;
	  background-color: #FCFCFC; /* 背景色 */
      border-radius: 3px; 
      border: solid #000000 1px;
      cursor: pointer;
}

/*--Color------------------------------*/
.red{
    color: #e00; 
}
.lred, .dkred { 
    color: #b40926
}
.orange{
    color: orange; 
}
.blue {
	color:#0489B1; 
}
.lblue {
	color:#6495ed;
}
.grey {
	color: #ddd;
}
.lgrey {
	color: #8B9692;
}
.black {
	color: black;
}
.white {
	color: white;
}
.lime, .green {
	color: #0f0;
}
.llime {
	color: #66CC33;
}
.bkwh{
	filter: grayscale(100%);
}
/*--Font------------------------------*/
.nomal {
	  font-size: 0.9rem;
	  font-weight: 500;
}
.b {
	font-weight: bold;
}
.lbig{
	font-size:1.0rem;
}
.big{
	font-size:1.2rem;
}
.small{
	font-size:0.7rem;
}
.off{
	background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    margin: 0 0.4em;
    text-decoration: none;
}
.vmid{
	vertical-align: middle;
}
/*--Padding------------------------------*/
.pad0 {
	padding:0px;
}
.pad1 {
	padding:1px;
}
.pad2 {
	padding:2px;
}
.pad3 {
	padding:3px;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad5-18 {
	padding:5px 18px;
}
.pad6865 {
	padding: 6px 8px 6px 5px;
}
.padl5 {
	padding-left:5px;
}
/*--Margin------------------------------*/
.margin0{
    margin: 0px;
}
.margin1 {
	margin:1px;
}
.margin2{
    margin: 2px;
}
.margin5{
    margin: 5px;
}
.margin0555{
    margin:  0px 5px 5px 5px;
}
.margintop2{
	margin-top:2px;
}
.margintop3{
	margin-top:3px;
}
.margintop4{
	margin-top:4px;
}
.margintop5{
	margin-top:5px;
}
.margintop8{
	margin-top:8px;
}
.marginbottom1 {
	margin-bottom:1px;
}
.marginbottom5 {
	margin-bottom:5px;
}
.marginbottom10 {
	margin-bottom:10px;
}
.margintopbotm5{
	margin-top:5px;
	margin-bottom:5px;
}
.margintopbotm20{
	margin-top:20px;
	margin-bottom:20px;
}
.marginleft5{
    margin-left:5px;
}
.marginright5{
    margin-right:5px;
}
.marginright20{
    margin-right:20px;
}
.marginleft10{
    margin-left:10px;
}
.marginleft30{
    margin-left:30px;
}
.marginleft20, dd{
    margin-left:20px;
}
.marginright0{
    margin-right:0px;
}
.marginright20{
    margin-right:20px;
}
.marginside5{
    margin-right:5px;
    margin-left:5px;
}
.marginautoleft{/*右寄せ*/
    margin-left: auto
}
.marginautoright{/*左寄せ*/
    margin-right: auto
}
/*--width------------------------------*/
.width100 {	
	width: 100%;
}
.width100x {	
	width: 100%;
	max-width:500px;
}
.width80 {	
	width: 80%;
}
.width70 {	
	width: 70%;
}
.width70x {	
	width: 100%;
}
@media screen and (min-width: 770px){

.width70x {	
	width: 70%;
}

}
.width50 {	
	width: 50%;
}
/*--size------------------------------*/
.size20{
	height:20px;
	width:20px;
}
/*--position/float------------------------------*/
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.float {
	width:100%;
	margin:auto;
	overflow: hidden; /*float解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れ防止。*/
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatimgright {
	float:right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.floatimgleft {
	float:left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.relative {
	position: relative;
}
.abs01 {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/*--displey------------------------------*/
.disp-tc {
	display:table-cell;
}
.disp-inline {
	display:inline;
}
.disp-inblock {
	display:inline-block;
}
.disp-block {
	display:block;
}
.disp-none {
	display:none;
}
.disp-none hr{
	display:none;
	clear:both;
}

/*--input------------------------------*/
.input1 {/* オレンジ汎用ボタン */
	background: #FBB450;
	background: -moz-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBB450), color-stop(100%, #DB8205));
	background: -webkit-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: -o-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: -ms-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: linear-gradient(to bottom, #FBB450 0%, #DB8205 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB450', endColorstr='#DB8205', GradientType=0 );
	border-width: 1px;
	border-style: solid;
	border-color: #C97E1C;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px #FFE0B5;
	text-shadow: 0px 1px 0px #8F7F24;
}
.input1:hover {
	background: -moz-linear-gradient(top, #DB8205 0%, #FBB450 100%);
	background: -ms-linear-gradient(top, #DB8205 0%, #FBB450 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB8205', endColorstr='#FBB450', GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB8205), color-stop(100%, #FBB450));
	background: #FBB450;
}

/*--BOX画像拡大------------------------------*/
.box01 {/*枠が無い画像用/赤反転/汎用*/
	border: solid 1px #737373;
	position:relative;
}
.box01:hover {
	border: 1px solid red;
	transition: 0.3s;
	}
.box01 :hover i{
	color: red;
	transition: 0.3s;
	}
.box01 img {
	margin: ;
}
.abs07 {/*BOX用拡大アイコン位置*/
	position: absolute;
	left: 5px;
	bottom: 5px;
}
/* サムネイルつき矢印リスト */

.splist ul{
    /*border-top: 1px solid #ccc;*/
	width:100%;
	position:relative;
 }
 
 .splist ul li{
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-bottom: 1px solid #ccc;
    height: 72px;
    margin: 0px;
 }

 .splist ul li a{
/* background: url(../imgs/0s-icon-list_mark1.png) no-repeat 100% 50%;*/
    color: #666;
    height: 70px;
    margin: 0;
    padding: 0 30px 0 0;
    text-decoration: none;
    word-break:break-all;
    text-overflow: ellipsis;
    display: block;
 }

.splist ul li img{
    float: left;
    height: 70px;
    width: 70px;
    margin-right: 10px;
 }
 
 .splist ul li a strong{
	font-size:13px;
    color: #000;
    display: block;
    font-weight: bold;
    padding-top: 5px;
    white-space: nowrap;
    width:auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
 }
 
.splist ul li a p.price01{
	font-size:13px;
    color: #666;
	line-height:110%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: nowrap;
	overflow: hidden;
    padding-top: 2px;
 }

 .splist ul li a p.text01{
	font-size:1em;
    color: #666;
	line-height:110%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
    padding-top: 2px;
 }
 
.angle-cont{
	font-size:30px;
	float: right;
	top:50%;
	transform: translateY(-50%);
	right:1px;
	position:absolute;

	}
/*--スケジュール------------------------------*/
.calendar  { float: right; color: #EEEEEE; font-size: 10px; font-family: Verdana, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic"; margin-right: 5px; margin-top: 10px; }
.sunday   { color: #DD0000; background-color: #440000; }
.saturday { color: #DD0000; background-color: #440000; }
.holiday  { color: #DD0000; background-color: #440000; }


.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%; 
  }
.ec-modal.small {
    width: 30%; 
	}
.ec-modal.full {
    width: 100%;
    height: 100%; 
	}
.ec-modal .ec-modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%; 
	}
	

.ec-modal .ec-modal-wrap {
    position: relative;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #fff;
    width: 70%;
    margin: 20px;
    padding: 40px 5px; 
	}
	
.modalWrapper {
	        text-align: left;
            position: absolute;
            top: 50%;
            left: 50%;
            transform:translate(-50%,-50%);
            width: 70%;
            padding: 10px 40px;
            background-color: #fff;
        }
	
@media screen and (max-width: 770px){

.modalWrapper {
	        text-align: left;
            position: absolute;
            top: 50%;
            left: 50%;
            transform:translate(-50%,-50%);
            width: 100%;
            padding: 10px 40px;
            background-color: #fff;
        }

}
	
a.ec-modal-close {
    color: red;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 0.9rem;
    height: 30px;
    width: 20px; 
	}
a.ec-modal-close:hover {
      color: orange; 
      border: 1px solid #ffffff;
	  }
.ec-modal .ec-modal-box {
    text-align: center; 
	}
.ec-modal .ec-role {
    margin-top: 20px; 
	}
.carthelp2 {
	width:100%;
	background-color:#888888;
	padding:5px;
	font-weight: bold;
	font-size:0.9rem;
	color:white;
}
.boxko {
	width:100%;
	padding:5px;
	border-bottom:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
}
.utext50 {
	display:table;
	table-layout:fixed;
	width:100%;
}
.t50a {
	display:table-cell;
	padding:10px;
}
.btn,
a.btn,
button.btn {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.9rem 0.9rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 3px;
  width: 100%;
}

a.btn-radius-solid {
  color: grey;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#C5C7C8));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#C5C7C8));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/**********************/
a.btn-radius-solid01 {/* オレンジ汎用ボタン */
	color: white;
	background: #FBB450;
	background: -moz-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBB450), color-stop(100%, #DB8205));
	background: -webkit-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: -o-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: -ms-linear-gradient(top, #FBB450 0%, #DB8205 100%);
	background: linear-gradient(to bottom, #FBB450 0%, #DB8205 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB450', endColorstr='#DB8205', GradientType=0 );
	border-width: 1px;
	border-style: solid;
	border-color: #C97E1C;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px #FFE0B5;
	text-shadow: 0px 1px 0px #8F7F24;
}

a.btn-radius-solid01:hover {
	background: -moz-linear-gradient(top, #DB8205 0%, #FBB450 100%);
	background: -ms-linear-gradient(top, #DB8205 0%, #FBB450 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB8205', endColorstr='#FBB450', GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB8205), color-stop(100%, #FBB450));
	background: #FBB450;
}

a.btn-radius-solid01:active {
	position:relative;
	top:1px;
}
/*カート/リスト表示用の処理*/
.ec-productRole__actions input:disabled{
	opacity: 40%;
	cursor: default;
}
.ec-productRole__actions button:disabled{
	opacity: 50%;
	cursor: default;
}
/*---WhatsNew-----------------------------*/ 
.whtsnew {
	letter-spacing: 0em;
	font-size: 12px;
}
.whtsnew a{
	text-decoration: underline;
}

.border-b-1 {
	border-bottom: 1px solid #ccc;
}
 /*--- NewArrivalSlide -----------------*/
.demo{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);	
	}

.viewport {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateZ(0); }

.flipsnap {
  width: 1195px;
  /* 230px(item) * 5 + 45px(padding) */
  padding-left: 45px; }

.flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.item {
 float: left;
  
  }

#demo-maxPoint .flipsnap {
  width: 920px;
  /* 80px+10px+2px(item) * 10 */
  padding: 0; }
  
#demo-maxPoint .item {
  width: 70px;/* 画像のサイズ */
  height: 70px;/* 画像のサイズ */
  margin: 5px; /* 画像の周り */
  border: 1px solid #ccc}
  
/*--- NewArrivalSlide -----------------*/

/*---------------------------------*/