html{
	font-size:62.3%;
}
.sp_only{
	display:none;
}
.sysContent {
	padding: 0 !important;
}
#sysAll {
	max-width: 100%;
	background-color: transparent;
	padding: 0;
}
#sysHeader {
	margin: 0;
	padding: 0;
}
#sysFooter {
	margin: 0;
	padding: 0;
}
.sysContent {
	padding: 0 !important;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
.sysCart .sysItemListArea .sysBox select {
	max-width: none;
}

.sysItemImage {
  height: auto;
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.sysFuncBanner.topBnrList.t_fullbanner ul li+ li{
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .sysFuncBanner.topBnrList ul li {
    width: 100%;
    margin: 0;
  }
  .sysFuncBanner.topBnrList ul li:nth-child(2n) {
    margin: 0;
  }
  .sysFuncBanner.topBnrList.t_fullbanner ul li:nth-child(2n){
    margin: 10px 0 0;
  }
  .sysItemImage {
    height: auto;
  }
}

span.slick-arrow {
  width: 24px;
  height: 50px;
  background: rgba(255,255,255,.25);
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 25px);
  cursor: pointer;
  text-align: center;
}
span.prev.slick-arrow {
  left: -30px;
}
span.next.slick-arrow {
  right: -30px;
}
span.prev .arrow-icon{
  display: inline-block;
  width: 20px;
  height: 40px;
  background: #f69093;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: relative;
  top: 5px;
  right: 2px;
}
span.next .arrow-icon{
  display: inline-block;
  width: 20px;
  height: 40px;
  background: #f69093;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: relative;
  top: 5px;
  left: 2px;
}

@media (max-width: 767px) {
  span.slick-arrow {
    width: 16px;
    height: 60px;
    top: calc(50% - 30px);
  }
  span.prev.slick-arrow {
    left: 5px;
  }
  span.next.slick-arrow {
    right: 5px;
  }
  span.prev .arrow-icon{
    width: 12px;
    height: 30px;
    top: 15px;
  }
  span.next .arrow-icon{
    width: 12px;
    height: 30px;
    top: 15px;
  }
  
}
.slick-num{
  text-align: center;
  color: #aaa;
  margin: 10px 0 0;
}
.slick-num-in{
  display: inline-block;
  padding: 2px 6px 1px;
  border: 1px solid #aaa;
  border-radius: 20px;
}


.item_fullbanner{
  max-width: 680px;
  height: auto;
  margin: 0 auto;
}
.item_fullbanner.topBnrList{
  margin: 0 auto 20px;
}
span.next-arrow.slick-arrow {
  width: 20px;
  height: 30%;
  background: #7c6948;
  top: 35%;
  right: -20px;
  clip-path: polygon(40% 0, 65% 0, 100% 50%, 65% 100%, 38% 100%, 75% 50%);
}
span.prev-arrow.slick-arrow {
  width: 20px;
  height: 30%;
  background: #7c6948;
  top: 35%;
  left: -20px;
  clip-path: polygon(35% 0, 60% 0, 25% 50%, 60% 100%, 35% 100%, 0 50%);
}
@media (max-width: 767px) {
  .item_fullbanner {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .item_fullbanner.topBnrList{
    margin: 0 auto 10px;
  }
  span.next-arrow.slick-arrow {
    width: 18px;
    right: -18px;
  }
  span.prev-arrow.slick-arrow {
    width: 18px;
    left: -18px;
  }
}

.item_review .sysReview span:first-child{
    display: block;
    margin: 50px 0 20px 0;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 0 2px 20px;
    line-height: 1;
}
.item_review .sysReview span:first-child:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #84cbaf;
    left: 0;
    top: 0;
    border-radius: 2px;
}
.sysReviewHistoryList li{
padding: 20px;
font-size:16px;
border: 2px solid #eee;
border-radius: 6px;
background: #fff;
margin: 0 0 30px;
}
.sysReviewHistoryList li+ li{
margin: 30px 0;}
.item_review .sysReview .sysReviewHistoryList li .sysNickname span,
.item_review .sysReview .sysReviewHistoryList li .sysEvaluation span{
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}
.item_review .sysReview .sysReviewHistoryList li .sysNickname span:before,
.item_review .sysReview .sysReviewHistoryList li .sysEvaluation span:before,
.item_review .sysReview span.sysFrontText:before
{
    width: 0;
    height: 0;
}
.sysEvaluation {
    color: #ffff00;
}
.sysReviewText{

font-size: 16px;

}
.sysReviewDatetime {
    text-align: right;
}
.item_review .sysReview span.sysFrontText {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0;
}
.item_review .sysReview span.sysAverage{
    display: inline-block;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}
.item_review .sysReview span.sysRearText{
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

ul.sysReviewHistoryList+ form {
    text-align: center;
}

ul.sysReviewHistoryList+ form input {
    display: inline-block;
    width: 160px;
    height: 40px;
    border: 1px solid #aaaaaa;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 15px;
    /* color: #888888; */
    font-size: 14px;
    font-weight: bold;
}

ul.sysReviewHistoryList+ form input:hover{
cursor: pointer;
opacity: .8;
}
#sysItemReviewIndex #sysAll #sysMain {
    background: #fff;
    border-radius: 9px;
    padding: 30px 40px 60px 40px;
}
#sysItemReviewIndex #sysAll #sysMain h2 {
    color: #6c5b3f;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 20px;
    background: url(../images/common/ico_hdL.png) repeat-x bottom left;
}
#sysItemReviewIndex form {
    text-align: center;
    margin: 30px 0;
}

#sysItemReviewIndex form input {
    padding: 15px 0;
    font-size: 16px;
    margin: 0;
}

#sysItemReviewIndex form input:hover {
    opacity: .8;
    cursor: pointer;
}
#sysItemReviewIndex h3{
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 0;
}
#sysItemReviewIndex .sysReviewHistoryList li form {
    display: none;
}
#sysItemReviewIndex form select{
height:48px;
}
@media (max-width: 767px) {
    #sysReviewAverage {
        text-align: center;
    }
    #sysItemReviewIndex #sysAll #sysMain {
        padding: 20px 10px 30px 10px;
    }
    #sysItemReviewIndex #sysAll #sysMain h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:768px){
.sysDisplayMobileNone{
	display:none !important;
}

/***********************************
	カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
	ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
	text-align: center;
	font-size: 18px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
	display: block;
	font-size: 12px;
	height: 20px;
	text-align: left;
	margin-bottom: 3px;
}
.h_login .sysLoginButton{
	width: 100%;
	margin: 10px 0%;
	border-radius:5px;
	background:#000;
	font-size: 15px;
	height: 35px;
	line-height: 10px;
}
.h_login li{
	border:1px solid #444;
	margin-bottom: 10px;
	font-size: 15px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	border-radius:5px;
}
.h_login li a{
	font-size: 12px;
	padding: 0px 5px 5px 0px;
}

/* カート内商品数表示*/
button.itemCount2{
        display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(207,15,42,0.9);
	border:none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
	float: left;
	padding: 0 6px;
	height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 350px){
/*商品購入ステップ*/
.steps ul{width: 275px;}
.steps li{
	float: left;
	padding: 0 2px;
	height: 100px;
}
.steps li a{height: 100px !important;}
.steps li img{height: 100px;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}

/***********************************
	マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}

/***********************************
	新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit{
        width: 100%;
         float: none;
         margin-right: 0%;
         border-radius: 5px;
         height: 50px; 
         font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
         width: 100%;
         float: none;
        margin-right: 0%;
        border-radius: 5px;
        height: 50px;
        font-size: 15px;
        margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
}
#sysMypageLogin .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

/***********************************
	カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
	padding:0;
	font-size:10px;
}

/***********************************
	ボタンデザイン
***********************************/
.common_btn{
	margin: 20px auto 30px;
}

#top .news .date span {
  width: auto;
}
}
@media screen and (min-width:769px) and (max-width:1100px){
.sysDisplayTabletNone{
	display:none !important;
}

/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}

/***********************************
	カート情報
***********************************/
#cartInfo{display: none;}


/***********************************
	カート内商品数表示
***********************************/
button.itemCount2{
        display:none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(207,15,42,0.9);
	border:none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}
/***********************************
	商品購入ステップ
***********************************/
.steps ul{width: 550px;}
.steps li{
	float: left;
	padding: 0 2px;
	height: 180px;
}
.steps li a{height: 180px !important;}
.steps li img{height: 180px;}

}
@media screen and (min-width:1101px){
.sysDisplayPcNone{
	display:none !important;
}
}
/* #END_OF_RESOURCE_FILE */
