@charset "euc-jp";

body {
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #111;
  -webkit-font-smoothing: antialiased;
  font-size:12px;
}

body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
  100% {opacity: 1;}
}

/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

a {
  color: #111;
  transition: opacity 0.3s ease-out;  
}
a:hover {
  color: #111;
  text-decoration: none;
  opacity: 0.7;
}
a:hover, a:focus {
    color: #333!important;
    text-decoration: none!important;
}
.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}
li {
list-style: none;
}

/*
 * layout
 */
.container {
  width: 100%;
  max-width:1100px;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #845ca2;
  width: 100%;
  min-height: 20px;
}

.promo {
  background: #845ca2;
}

.promo__text {
  color: #fff;
font-size: 10px;
  text-align: center;
  padding: 2px 0;
  font-weight: bold;
  background: #845ca2;
}

.header__section {
  text-align: center;
  margin-bottom: 5px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 10px;
  width: 200px;
border: 1px solid #DDD;
border-radius: 15px;
}
.header-search i {
  position: absolute;
  top: 9px;
  left: 15px;
}

.header-search__box {
  min-width: 136px;
  padding: 6px 10px 5px 50px;
  background: none;
  border: none;
  color: #333;
  width:136px
}
.header-search__box:focus {
  padding: 6px 10px 5px 50px;
  background: #fff;
  min-width: 136px;
border-radius: 15px;
width:136px;
}

.header-tools {
  float: right;
  margin: 5px 0 0;
  width: 300px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
font-size: 11px;
}
.fa-user:before {
font-size:12px;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 0px 7px 34px;
  font-size: 11px;
}
.header-tools__btn i {
  position: absolute;
  top: 7px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 12px;
}

.header__logo-img {
    margin: 5px auto 20px auto;
    width: 20%;
}

.header__logo {
  margin: 5px 147px 20px 0px;
width:570px;
float: left;
text-align:right;
}
.header__logo a {
font-family: 'Open Sans Condensed', sans-serif;
font-size:36px;
font-weight: 300;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 15px 0px 15px 0px;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1020px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1000px;
}
.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;
}
.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;
}

/* main */
.main__section {
  margin-bottom: 0px;
  padding: 40px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 20px;
}

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

.sort__section {
/*  position: absolute; */
  top: 0;
  right: 0;
  display:none;
}

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

/* contents */
.contents__section {
  float: none;
  width: 1100px;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 50px;
}

.product-list__section {
  position: relative;
  margin-bottom: 50px;
}

.free-space__section {
  background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
/*  border-top: 1px solid #ddd; */
  padding-top: 20px;
}

/* footer */
.footer__section {
width:100%;
height: 200px;
background: #222;
padding-top:30px;
}
#footer_inner {
 width:100%;
max-width:1200px;
height: auto;
margin: 0 auto;
}
#footer_inner li a {
color: #FFF;
font-weight:bold;
}
#footer_inner li a:hover {
color: #DDD!important;
}
#copyright-bottom {
  width:100%;
    max-width: 1200px;
    margin: 58px auto 0 auto;
}
#copyright-bottom p {
  text-align:right;
  color:#FFF;
  font-size:10px;
    font-family: 'Droid Serif', serif;
}
.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
width:20%!important;
}

.pagetop__btn {
  display: none;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

.footer-navi__col h3 {
margin:0;
padding:0;
}
ul.col.col-lg-2.footer-navi__col.sns h3 {
    color: #FFF;
    font-size: 15px;
    font-family: 'Droid Serif', serif;
    text-align: left;
    margin: 5px 0px;
}
ul.col.col-lg-2.footer-navi__col.sns li {
    float: left;
    margin-right: 20px;
    font-size: 20px;
    line-height: 1.6em;
}
li.footer_title {
color:#FFF;
font-size:15px;
font-family: 'Droid Serif', serif;
    text-align: left;
margin: 5px 0px;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
display:none;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* 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;
  font-size: 12px;
  margin: 0px 0.8% 40px 0.8%;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.product-list__unit:nth-child(4n) {
  margin: 0 0% 40px 0px;
}

.product-list__unit-sm {
    width: 15%;
}

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

.product-list__unit-lg {
  width: 22.5%;
}

.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: normal;
  margin-top: 10px;
  text-align: left;
}

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

.product-list__expl {
  margin-top: 20px;
  text-align: center;
font-size:13px;
font-weight:bold;
}

.product-list__prices {
  margin-top: 5px;
  text-align: center;
}

.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: 10px;
  left: 8px;
  z-index: 5;
}

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

.rank-number {
  padding: 7px 0 0;
  background: #fff;
  color: #111;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 25px;
  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 {
  margin-bottom: 20px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

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

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.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__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.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: 1px solid #ddd;
}

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

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.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: 100%;
  box-sizing:border-box;
  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 auto 20px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
font-family: 'Droid Serif', serif;
text-align:center;
  background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.section__title-h2.history_original {
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  margin: 0;
  padding-bottom: 10px;
margin-bottom:10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
text-align:center;
  background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.section__title-history {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 25px;
font-family: 'Droid Serif', serif;
text-align:center;
  background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.section__title-history.history_original {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    background: url(http://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
.btn-primary {
  background: #FFF;
  color: #222;
border: none;
}
.btn-primary:hover {
  background: #FFF;
  color: #555;
  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;
}

.txt--sm {
  font-size: 10px;
}

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

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

.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;
}


/*** ¥ª¥ê¥¸¥Ê¥ë¥Ê¥Ó¥²¡¼¥·¥ç¥ó ***/
/* --------------------------------------------------- menu */
#main_navigation {
width: 100%;
height: 40px;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
margin-bottom:0px;
}
.main_menu {
	position: relative;
  width:100%;
	max-width: 1100px;
	height: 40px;
	margin: 0 auto;
}

.main_menu > li {
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
	list-style: none;
}

.main_menu > li a {
	display: block;
	color: #111;
text-align: center;
font-family: 'Droid Serif', serif;
font-size:16px;
}

.main_menu > li a:hover {
	color: #777;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu > li:hover {
	background: #EEE;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {
}

.menu__third-level li {
}

.menu__second-level li a:hover {
color: #777;
}

.menu__third-level li a:hover {
color: #777;
}

.menu__fourth-level li a:hover {
color: #777;
}

.init-bottom:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 3px 15px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main_menu:before,
.main_menu:after {
	content: " ";
	display: table;
}

.main_menu:after {
	clear: both;
}

.main_menu {
	*zoom: 1;
}

/* --------------------------------------------------- single menu */
.main_menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 30px;
	width: 100%;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
li.menu__single ul.menu__second-level li a {
font-size: 13px;
font-family: arial;
}

/* --------------------------------------------------- multi menu */
.main_menu > li.menu__multi {
	position: relative;
  z-index:99999;
}

li.menu__multi ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li a {
  font-size:14px;
}

li.menu__multi:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
}

li.menu__multi ul.menu__second-level li {
	position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
	background: #EEE;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
	visibility: visible;
	opacity: 1;
  z-index:99999;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level li {
	visibility: visible;
	opacity: 1;
  z-index:99999;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level li a {
font-family: "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  font-size:13px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
	position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
	background: #EEE;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
	position: absolute;
	top: -1px;
	left: 100%;
	width: 100%;
	background: #EEE;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
	visibility: visible;
	opacity: 1;
}

.init-right:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------------------------------------------- mega menu */
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 30px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
li.menu__mega:hover ul.menu__second-level li a {
font-size: 13px;
font-family: arial;
}

li.menu__mega ul.menu__second-level > li {
	float: left;
	width: 32%;
	border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}
/* --------------------------------------------------- mega menu 2 */
li.menu__mega2 ul.menu__second-level {
	position: absolute;
	top: 30px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 2% 0px 2%;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega2:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
li.menu__mega2:hover ul.menu__second-level li a {
font-size: 13px;
font-family: arial;
}
li.menu__mega2 ul.menu__second-level > li a img {
width:30%;
height:auto;
}

li.menu__mega2 ul.menu__second-level > li {
	float: left;
	width: 25%;
  height: 60px;
  text-align:center;
	border: none;
  line-height:60px;
}


/*** main_slider ***/
.main_slider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.main_slider ul,
.main_slider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.main_slider ul li img {
	width: 100%;
	display: none;
}

.main_slider_base {
	top: 0;
	position: absolute;
}
.main_slider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url("http://img21.shop-pro.jp/PA01341/579/etc/slider_left.png?cmsp_timestamp=2144") no-repeat right center;}
.slider_next {background: #fff url("http://img21.shop-pro.jp/PA01341/579/etc/slider_right.png?cmsp_timestamp=209307") no-repeat left center;}

.pagination {
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.main_slider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.main_slider ul {
	display: inline-block;
	overflow: hidden;
}


span#shipping_comment {
    font-size: 14px;
    font-weight: bold;
    color: #ffff00;
    margin-left: 30px;
}





.menu > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
    background: #FFF;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #FFF;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

ul.menu__third-level li a.init-right:after {
    border: none!important;
}