@charset "euc-jp";

body {
  color: #5a3a32;
  -webkit-font-smoothing: antialiased;
}
#wrapper{
	overflow: hidden;
}
a {
  color: #7b7b7b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #8CC025 !important;
  opacity: 0.7;
}
ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container{
  width: 980px;
  margin: 0 auto;
}

/* header */
#header{
  background-image: url(https://img07.shop-pro.jp/PA01385/588/etc_base64/MjUwNWJn.gif);
  background-position: left top;
  background-repeat: repeat;
  border-top: 20px solid #AF011C;
  padding: 6px 0 12px;
}
#header ul,
.searchBox{
  font-size: 0;
}
#header a{
  text-decoration: none;
  color: #4b2218;
}
#header .left{
  float: left;
}
#header .right{
  float: right;
}
#header .top{
  margin-bottom: 10px;
}
#header .top .left{
  margin: 5px 0 0;
  width: 251px;
}
#header .top .right{
  width: 680px;
}
#header .top .right ul{
  text-align: right;
  margin-bottom: 15px;
}
#header .top .right li,
#header .top .right li a{
  display: inline-block;
}
#header .top .right li a{
  background-position: 10px center;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 0 15px 0 30px;
  border-right: 1px solid #4b2218;
}
#header .top .right li:first-child a{
  border-left: 1px solid #4b2218;
}
#header .top .right li.home a{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-home.png);
}
#header .top .right li.member a{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-member.png);
}
#header .top .right li.login a,
#header .top .right li.logout a{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-login.png);
}
#header .top .right li.cart a{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-cart.png);
}
#header .top .right p{
  font-family: Noto Sans JP;
  font-size: 14px;
  color: #454c54;
  letter-spacing: 2px;
  text-align: left;
}
#header .middle .left,
#header .middle .left li,
#header .middle .left li a{
  display: inline-block;
}
#header .middle .left{
  padding-top: 15px;
}
#header .middle .left li a{
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/line-vertical.gif);
  background-position: right center;
  background-repeat: repeat-y;
}
#header .middle .left li:first-child{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/line-vertical.gif);
  background-position: left center;
  background-repeat: repeat-y;
}
#header .bottom .left{
  width: 260px;
}
.searchBox input{
  box-sizing: border-box;
  font-size: 14px;
  height: 32px;
}
.searchBox .submit{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-search.png);
  background-position: left top;
  background-repeat: no-repeat;
  border: none;
  width: 32px;
}
.searchBox .keyword{
  border: 1px solid #7b7b7b;
  border-left: none;
  width: 228px;
  border-radius: 0;
}
.modalOpen{
  display: block;
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
  cursor: pointer;
  color: #7b7b7b !important;
  text-decoration: underline !important;
}
#header .bottom .right{
  width: 690px;
  padding-top: 27px;
  text-align: right;
}
#header .bottom .right ul,
#header .bottom .right li,
#header .bottom .right li a{
  display: inline-block;
}
#header .bottom .right ul{
  background: #f0ebb1;
  margin-left: 20px;
}
#header .bottom .right li{
  padding: 5px 0 5px 10px;
  font-size: 13px;
}
#header .bottom .right li a{
  border-right: 1px solid #4b2218;
  padding-right: 10px;
}
#header .bottom .right li:last-child a{
  border-right: none;
}

/* slider */
.slider{
  margin: 30px auto 60px;
  width: 740px;
}
#slider{
}
#slider div {
  text-align: center;
  width: 740px !important;
}
#slider div img{
  display: inline-block;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {

  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
  overflow: visible !important;
}
.slider .bx-wrapper .bx-viewport:before,
.slider .bx-wrapper .bx-viewport:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.slider .bx-wrapper .bx-viewport:before{
  background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.2)) fixed;
  left: -740px;
}
.slider .bx-wrapper .bx-viewport:after{
  background: linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,1)) fixed;
  left: 740px;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #c9c9c9 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #c9c9c9 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #009152 !important;
}
.bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    z-index: 9999;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.bx-wrapper .bx-prev {
    left: -40px !important;
    background: url(https://file002.shop-pro.jp/PA01385/588/img/slide-prev.png) !important;
}
.bx-wrapper .bx-next {
    right: -40px !important;
    background: url(https://file002.shop-pro.jp/PA01385/588/img/slide-next.png) !important;
}
/* subNavi */
#subNavi {
  text-align: center;
  padding: 20px 0;
}
#subNavi li{
  display: inline-block;
  margin: 0 40px;
}
#subNavi li a{
  text-decoration: none;
  color: #595959;
  font-size: 14px;
  font-weight: bold;
}
#subNavi li img{
  margin-bottom: 10px;
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#subNavi li img:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


/* main */
.main__section {
  padding: 30px 0;
  overflow: hidden;
}

/* sidebar */
#sidebar {
  float: left;
  width: 220px;
}
#sidebar .side__section{
  margin-bottom: 30px;
}
#sidebar a{
  text-decoration: none;
}
#sidebar .side__section h2{
  font-size: 15px;
  margin: 0 0 10px;
  text-align: center;
}
#sidebar .searchBox .keyword{
  width: 188px;
}
.more-prd span {
  cursor: pointer;
}
#sideLogin{
  text-align: center;
}
#sideLogin img{
  margin-bottom: 20px;
}
#sideEvent img{
  margin-bottom: 7px;
}
#sideCategory,
#sideCategoryLink{
  background: #fbf4e4;
}
#sideGroup{
  background: #95dde1;
}
#sideCategory .child,
#sideGroup .child,
#sideGroup .grandChild{
  display: none;
}
#sideCategory h2,
#sideCategoryLink h2,
#sideGroup h2{
  font-weight: normal;
  padding: 10px;
  margin: 0 !important;
}
#sideCategory h2,
#sideCategoryLink h2{
  border-bottom: 1px solid #5a3a32;
}
#sideGroup h2{
  border-bottom: 1px solid #fff;
  color: #000000;
}
#sideGroup .child{
  background: #5dc8ce;
}
#sideGroup .grandChild{
  background: #31b2b9;
}
#sideCategory li a,
#sideCategoryLink li a,
#sideGroup li a{
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  text-align: left;
}
#sideCategoryLink li a{
  padding: 10px;
}
.side__section .accordionBtn{
  background-position: 190px center;
  background-repeat: no-repeat;
}
#sideCategory .accordionBtn{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-minus-brown.png);
}
#sideCategory .accordionClose{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-plus-brown.png);
}
#sideGroup .accordionBtn{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-minus-green.png);
}
#sideGroup .accordionClose{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/icon-plus-green.png);
}
#sideCategory li a,
#sideCategoryLink li a{
  color: #7b7b7b;
}
#sideCategory li a:hover,
#sideCategoryLink li a:hover{
  color: #7b7b7b !important;
}
#sideGroup li a{
  color: #fff;
}
#sideGroup li a:hover{
  color: #fff !important;
}
#sideCategory .parent>li>a,
#sideCategoryLink .parent>li>a{
  border-top: 1px dashed #5a3a32;
}
#sideGroup .parent>li>a{
  border-top: 1px dashed #333;
  color:#454c54;
}
#sideCategory .parent>li:first-child>a,
#sideCategoryLink .parent>li:first-child>a,
#sideGroup .parent>li:first-child>a{
  border-top: none;
}
#sideBnr img{
  margin-bottom: 15px;
}
#sideBnr li:last-child img{
  margin-bottom: 0;
}
#sideSns,
#footerSns{
  text-align: center;
}
#sideSns li,
#footerSns li{
  display: inline-block;
  margin: 0 10px;
}
#sidecCalendar h2{
  background: #333;
  color: #fff;
  padding: 20px 0;
  margin: 0 !important;
}
#sidecCalendar .cal{
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e6e2d7;
  border-top: none;
  background: #fff;
}
#sidecCalendar caption{
  font-weight: bold;
  font-size: 13px;
}
/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 30px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  margin-bottom: 20px;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: 740px;
}
#contents .section__block{
  margin-bottom: 30px;
}
#contents h2{
  font-size: 15px;
  margin: 0 0 20px;
  text-align: left;
}
#contents ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#topInfo h2,
#topEvent h2{
  margin-top: 20px;
}
#topInfo ul,
#topEvent ul{
  height: 257px;
  overflow-y: scroll;
  text-align: left;
}
#topInfo{
  width: 300px;
  float: left;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/top-news-bg.gif);
  background-position: left top;
  background-repeat: repeat-y;
}
#topEvent{
  float: right;
  width: 440px;
}
#topInfo h2{
  padding-left: 20px;
}
#topInfo ul{
  padding:0 20px;
  box-sizing: border-box;
}
#topInfo li a{
  color: #7b7b7b;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
#topInfo li span{
  font-size: 12px;
  color: #7b7b7b;
}
#topInfo li .new{
  color: #8ac108;
}
#topEvent li{
  margin-bottom: 4px;
}
#topRecommend li,
#topSeller li,
#topLipusa li,
#topSearch .searchBox,
#topSearch .modalOpen,
#topCategory li{
  float: left;
  text-align: center;
}
#topRecommend li:nth-child(4n),
#topSeller li:nth-child(5),
#topLipusa li:nth-child(3),
#topCategory li:nth-child(3n){
  margin-right: 0;
}
#topRecommend a,
#topSeller a,
#topCategory a{
  text-decoration: none;
  display: block;
}
#topRecommend li img,
#topSeller li img,
#topLipusa li img{
  width: 100%;
}
#topRecommend h2{
  border-bottom: 1px solid #009152;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/title-plant.png);
  background-position: 140px bottom;
  background-repeat: no-repeat;
  padding: 10px 0 5px;
}
#topRecommend li{
  width: 23.5%;
  margin: 0 2% 10px 0;
}
#topSeller{
  padding: 10px;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/header-bg.gif);
  background-position: left top;
  background-repeat: repeat-y;
}
#topSeller h2{
  border-bottom: 1px solid #009152 !important;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/title-seller.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  padding: 10px 0 5px 25px;
  border-bottom: none;
}
#topSeller li{
  width: 18.5%;
  margin: 0 1.875% 0 0;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  height:195px !important;
}
#topSeller li p{
  border-top: 1px solid #7b7b7b;
}
#topSeller li .num{
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
#topLipusa li,
#topCategory li{
  width: 32%;
  margin: 0 2% 2% 0;
}
#topLipusa p{
  text-align: right;
}
#topSearch .searchBox{
  width: 520px;
}
#topSearch .keyword{
  width: 488px;
}
#topSearch .modalOpen{
  width: 220px;
}
#topCategory li h3{
  background: #03815C;
  text-align: center;
  padding: 10px;
  margin: 0;
}
#topCategory li h3 a{
  color: #fff;
}
#topCategory li h3 a:hover{
  color: #fff !important;
}
#topCategory li ul{
  background: #fbf6eb;
}
#topCategory li li{
  width: auto;
  float: none;
  text-align: left;
  border-bottom: 1px solid #a6937c;
  padding: 1px;
  font-size: 13px;
}
#topCategory li li a {
  color:#454c54;
}
#topCategory li li:last-child{
  border-bottom: none;
}

/* footer */
#footer{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/footer-bg-beige.gif);
  background-position: left bottom;
  background-repeat: repeat;
}
#footer .container{
  padding: 40px 0;
}
#footer .bottom{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/footer-bg-green.gif);
  background-position: left bottom;
  background-repeat: repeat;
}
#footerGuide,
#footerSns,
#footerMenu{
  margin: 0;
  padding: 0;
  list-style: none;
}
#footerGuide{
  overflow: hidden;
  margin-bottom: 40px;
}
#footerGuide>li{
  float: left;
  width: 30%;
  height: 330px;
  margin-right: 5%;
  position: relative;
  text-align: left;
}
#footerGuide>li:last-child{
  margin-right: 0;
}
#footerGuide>li.contact .tel{
  margin-bottom: 10px;
}

#footerGuide li h3{
  font-size: 14px;
  text-align: center;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/title-plant-brown.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  border-bottom: 1px solid #4b2218;
  font-family: serif;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
}
#footerGuide .contact img{
  display: block;
  margin: 0 auto;
}
#footerGuide li dt{
  clear:left;
  float: left;
}
#footerGuide li dd{
  text-align: right;
}
#footerGuide .shipping p,
#footerGuide .pay li{
  margin-bottom: 20px;
}
#footerGuide .shipping p{
  text-align: center;
}
#footerGuide .pay ul{
  margin-left: 40px;
}
#footerGuide .pay img{
  margin: 10px 0;
}
#footerGuide .btnWrap{
  position: absolute;
  left: 50%;
  bottom: 0;
  margin:0 0 0 -106px !important;
  width: 214px;
}
#footerGuide .btn{
  box-sizing: border-box;
  width: 100%;
}
#footerMenu{
  padding: 40px 0;
  text-align: center;
}
#footerMenu li,
#footerMenu li a{
  display: inline-block;
}
#footerMenu li a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 0 20px;
  border-right: 1px solid #8ebd7b;
  font-weight: bold;
}
#footerMenu li:first-child a{
  border-left: 1px solid #8ebd7b;
}

/* copyright */
#copyright{
  text-align: center;
  padding: 20px 0 !important;
  color: #fff;
  font-size: 13px;
}
/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 32%;
  margin: 0 2% 2% 0;
}
.product-list__unit-lg:nth-child(3n) {
  margin-right: 0;
}
.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px !important;
  text-decoration: none;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  font-size: 13px;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section .box{
  background: #fff;
  padding: 20px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px !important;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main img{
  display: block;
  margin: 0 auto;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__order {
  padding: 20px 0;
}
.product__order table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.product__order th,
.product__order td{
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: left;
  color: #777 !important;
}
.product__order th{
  min-width: 20%;
  font-weight: bold;
}
.product__order td{
  font-size: 16px;
}
.order-btn-list .btn-primary{
  background: #d8be59 !important;
  padding: 20px !important;
  border: none !important;
  margin-bottom: 20px;
  font-weight: bold;
}
.product__related-list__link{
  display: block;
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.product__related-list__link:hover{
  color: #7b7b7b;
}
.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 100px;
  height: 38px;
  font-size: 16px;
  border: 1px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.init-list__detail-updw a{
  display: inline-block;
  border: 14px solid transparent;
  position: absolute;
  left: 0;
}
.init-list__detail-updw .down{
  border-top-color: #333;
  top: 2px;
}
.init-list__detail-updw .up{
  border-bottom-color: #333;
  bottom: 2px;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}
.btnWrap{
  text-align: center;
}
.btn{
  background: #4b2218 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 6px 40px !important;
  text-decoration: none;
  border-radius: 5px;
}
.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  outline: none;
}
.txtLarge{
  font-size: 18px !important;
}
#contents .pageTitle{
  text-align: center;
  border-bottom: 1px solid #139154;
  margin-bottom: 40px;
}
#contents #pageCompany .pageTitle,
#contents #pageMuppa .pageTitle{
  border-bottom: none;
}
#contents .anchorList{
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
#contents .anchorList li{
  text-align: center;
  padding: 0 16px;
  border-right: 1px solid #4b2218;
}
#contents #pageCompany .anchorList li{
  padding: 0 8px;
}
#contents .anchorList li:first-child{
  border-left: 1px solid #4b2218;
}
#contents .anchorList li a{
  font-size: 14px;
  font-weight: bold;
  color: #4b2218;
}
#contents .qaTitle{
  background: #139154;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
#contents .qaIntro{
  text-align: center;
  margin-bottom: 40px;
}
#contents .qaBox{
  margin-bottom: 20px;
}
#contents .qaBox h3,
#contents .qaBox p{
  position: relative;
  padding:8px 0 8px 50px;
}
#contents .qaBox h3{
  color: #E17A80;
}
#contents .qaBox p{
  color: #139154;
}
#contents .qaBox h3:after,
#contents .qaBox p:after{
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
}
#contents .qaBox h3:after{
  content: 'Q';
  background: #E17A80;
}
#contents .qaBox p:after{
  content: 'A';
  background: #139154;
}

#contents #pageCompany p,
#contents #pageMuppa p{
  color: #595959;
  line-height: 2;
}
#contents #pageCompany .companyBox1>p,
#contents #pageCompany .companyBox1>img,
#contents #pageCompany .companyBox3 ul,
#contents #pageCompany .companyBox4>img,
#contents #pageMuppa .muppaBox2,
#contents #pageMuppa .muppaBox3 p,
#contents #pageMuppa .muppaBox4 .box:last-child,
#contents #pageMuppa .muppaBox5>img,
#contents #pageMuppa .muppaBox6 p{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d6d5;
}
#contents #pageCompany .companyBox2 ul,
#contents #pageCompany .companyBox3 ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents #pageCompany .companyBox2 li{
  width: 362px;
  margin-bottom: 20px;
}
#contents #pageCompany .companyBox2 li:first-child,
#contents #pageCompany .companyBox2 li:last-child{
  width: 100%;
}
#contents #pageCompany .companyBox2 li img{
  float: left;
}
#contents #pageCompany .companyBox2 li .box{
  float: right;
  width: 210px;
}
#contents #pageCompany .companyBox2 li:first-child .box,
#contents #pageCompany .companyBox2 li:last-child .box{
  width: 360px;
}

#contents #pageCompany .companyBox2 li h3,
#contents #pageCompany .companyBox2 li p{
  color: #595959;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}#contents #pageCompany .companyBox2 li h3{
  font-size: 13px;
}
#contents #pageCompany .companyBox2 li a{
  color: #00aeff;
  font-weight: bold;
}
#contents #pageCompany .companyBox3 li{
  width: 15%;
}
#contents #pageCompany .companyBox3 li a{
  background: #009152;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 20px 0;
}
#contents #pageCompany .companyBox4 h3{
  color: #31891c;
  border-left: 8px solid #009152;
  padding-left: 20px;
}
#contents #pageCompany .companyBox4 p{
  margin-bottom: 40px;
}
#contents #pageCompany .companyBox5 .head .box{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/company-bg5-01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 544px;
  position: relative;
}
#contents #pageCompany .companyBox5 .head li{
  width: 137px;
  position: absolute;
  bottom: 20px;
}
#contents #pageCompany .companyBox5 .head li:nth-child(1){
  left: 100px;
}
#contents #pageCompany .companyBox5 .head li:nth-child(2){
  left: 50%;
  margin-left: -68px;
}
#contents #pageCompany .companyBox5 .head li:nth-child(3){
  right: 100px;
}
#contents #pageCompany .companyBox5 .head li:hover{
  bottom: 10px;
  transition:0.2s linear;
}
#contents #pageCompany .companyBox5 .head li a:hover{
  opacity: 1;
}
#contents #pageCompany .companyBox5 .head p{
  font-size: 13px;
  padding-top: 10px;
}
#contents #pageCompany .companyBox5 .reason h3{
  border-left: 8px solid #f0ba69;
  padding-left: 20px;
  color: #515150;
  font-size: 22px;
  margin-bottom: 0;
}
#contents #pageCompany .companyBox5 .reason h3 span{
  font-size: 13px;
  margin-left: 10px;
  color: #686867;
  font-weight: normal;
}
#contents #pageCompany .companyBox5 .reason h4{
  border-left: 8px solid #686867;
  padding-left: 20px;
  color: #515150;
  font-size: 18px;
}
#contents #pageCompany .companyBox5 .reason img{
  margin-bottom: 20px;
}
#contents #pageCompany .companyBox5 .reason .flow1{
  margin-bottom: 60px;
}
#contents #pageCompany .companyBox5 .reason .leaf{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/bg-leaf.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 18px;
  color: #515150;
}
#contents #pageCompany .companyBox5 .reason a{
  color: #009152;
}
#contents #pageCompany .companyBox5 .reason .note{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/bg-note.gif);
  background-position: left center;
  background-repeat: repeat-y;
  padding: 20px 40px;
  margin-bottom: 40px;
}
#contents #pageCompany .companyBox5 .reason1 .note .box,
#contents #pageCompany .companyBox5 .reason3 .note .box{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/company-img5-08.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 100%;
  padding-bottom: 100px;
}
#contents #pageCompany .companyBox5 .reason .note h4{
  margin: 0 0 20px;
  border:none;
  padding: 0;
  font-size: 22px;
  color: #009152;
}
#contents #pageCompany .companyBox5 .reason .note h4 span{
  font-size: 16px;
}
#contents #pageCompany .companyBox5 .reason2 .box{
  margin-bottom: 40px;
}
#contents #pageCompany .companyBox5 .reason2 .box img{
  float: left;
  margin-right: 20px;
}
#contents #pageCompany .companyBox5 .reason3 ol{
  padding: 0;
  margin: 0;
  list-style: none;
}#contents #pageCompany .companyBox5 .reason3 li{
  overflow: hidden;
}
#contents #pageCompany .companyBox5 .reason3 li h4{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/bg-paper.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px;
  border: none;
}
#contents #pageCompany .companyBox5 .reason3 li img{
  float: left;
  margin-right: 20px;
}
#contents #pageCompany .companyBox5 .reason3 li:nth-child(2) img{
  float: none;
  display: block;
  margin: 0 auto 20px;
}
#contents #pageCompany .companyBox5 .reason3 .note .box{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/company-img5-17.png);
padding: 0;
}
#contents #pageCompany .companyBox5 .reason3 .note .box p{
  width: 50%;
  margin-bottom: 30px;
}
#contents #pageMuppa .muppaBox2>img{
  float: right;
  margin-left: 20px;
}
#contents #pageMuppa .muppaBox4 .box{
  margin-bottom: 20px;
}
#contents #pageMuppa .muppaBox2,
#contents #pageMuppa .muppaBox1 img,
#contents #pageMuppa .muppaBox3 p,
#contents #pageMuppa .muppaBox7>img{
  margin-bottom: 40px;
}
#contents #pageMuppa .muppaBox4 .box img{
  margin-right: 40px;
}

#contents #pageMuppa .muppaBox4 .box p{
  font-size: 16px !important;
}
#contents #pageMuppa .muppaBox5 p span{
  font-weight: bold;
  color: #eb8416;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}


#contents .underProduct .bgBox{
  background-position: center;
  background-repeat: repeat-y;
  padding:1px 20px 20px;
  margin-bottom: 40px;
}
#contents #shampPage .bgBox{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/shamp-bg.jpg);
}
#contents #sulforaphanePage .bgBox{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/sulforaphane-bg.jpg);
}
#contents #den7ninjinPage .bgBox{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/den7ninjin-bg.jpg);
}
#contents .underProduct .bgBox h2{
  font-size: 18px;
  color: #009152;
  margin: 30px 0 20px;
}
#contents .underProduct .bgBox p{
  color: #7b7b7b;
  margin-bottom: 20px;
}
#contents .underProduct .bgBox img{
  display: block;
  margin: auto;
}
#contents .underProduct .bgBox  ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#contents .underProduct .bottomImg{
  margin-bottom: 40px;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}
#contents .underProduct .bnr{
  margin-bottom: 30px;
}
#contents #shampPage .bgBox li{
  width: 229px;
  height: 195px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #7b7b7b;
}
#contents #shampPage .bgBox li:nth-child(1){
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/shamp-img02.png);
}
#contents #shampPage .bgBox li:nth-child(2){
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/shamp-img03.png);
}
#contents #shampPage .bgBox li:nth-child(3){
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/shamp-img04.png);
}

#contents #shampPage .bgBox .point{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/shamp-img07.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 561px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
#contents #shampPage .bgBox .point h2 img{
  margin: 0;
  border-bottom: 1px solid #009152;
}

#contents #shampPage .bgBox .point p{
  color: #444;
  letter-spacing: -0.5px;
}
#contents #shampPage .bgBox .point .position{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#contents #sulforaphanePage .bgBox p span{
  background: #fbd1e3;
}
#contents #den7ninjinPage .bgBox p span{
  background: #f9d4b4;
}
#contents #sulforaphanePage .bgBox .point{
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/sulforaphane-img01-3.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  padding: 30px 20px;
}
#contents #sulforaphanePage .bgBox .point h2{
  margin-top: 0;
}
#contents #sulforaphanePage .bgBox .point h2 img{
  margin: 0;
  border-bottom: 1px solid #009152;
}
#contents #sulforaphanePage .bgBox .point p{
  width: 60%;
  font-size: 16px;
}
#contents #sulforaphanePage .bgBox .point .position{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
}
#contents #den7ninjinPage .bgBox .whiteBg{
  padding: 10px;
  border-radius: 20px;
  background: #fff;
}
#contents #den7ninjinPage .bgBox .noteBg{
  padding: 20px;
  background-image: url(https://file002.shop-pro.jp/PA01385/588/img/den7ninjin-img04.gif);
  background-position: center;
  background-repeat: repeat;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
}
#contents #den7ninjinPage .bgBox .noteBg span{
  font-size: 16px;
  color: #f86d11;
  background: none;
  display: inline-block;
  margin-top: 10px;
}



