﻿@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(/content/fonts/Quicksand-Regular.ttf) format('truetype');/*   url(/content/stylesheets/webfonts/fonts/quicksand.woff2) format('woff2'), 	*/
}
/*新しい商品一覧スタイル 17/4/4
----------------------------------------------------------*/
#product-list ul {
  /*    align-items: flex-end;	*/
  overflow: hidden;
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #125a66;
}
#product-list ul li {
  list-style: none outside;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  width: 22.79%;
  position: relative;
  margin: 25px 0;
}
.list-column4 #product-list ul li {
  width: 22.25%;
}
#product-list ul li:nth-child(4n) {
  border-right: none;
}
#product-list li a {
  text-decoration: none;
  color: #125a66;
}
#product-list li:hover {
  opacity: 0.7;
  cursor: pointer;
}
#product-list .discount-price {
  color: #ff0000;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: bold;
}
#product-list .product-image {
  margin-bottom: 10px;
}
#product-list .product-image img {
  max-width: 100%;
  vertical-align: top;
}
#product-list .reviews {
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.7em;
}
#product-list .reviews img {
  display: inline;
}
#product-list .product-headline {
  color: #ff3d8f;
  font-size: 1.2rem;
  max-height: 35px;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}
#product-list .product-headline:before, #product-list .product-headline:after {
  position: absolute;
  background: #fff;
}
#product-list .product-headline:before {
  content: "･･･";
  bottom: 0;
  right: 0;
}
#product-list .product-headline:after {
  content: "";
  width: 100%;
  height: 100%;
}
#product-list .product-name {
  color: #125a66;
  font-size: 1.35rem;
  max-height: 40px;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}
#product-list .product-name:before, #product-list .product-name:after {
  position: absolute;
  background: #fff;
}
#product-list .product-name:before {
  content: "･･･";
  bottom: 0;
  right: 0;
}
#product-list .product-name:after {
  content: "";
  width: 100%;
  height: 100%;
}
#product-list .product-subcategories {
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#product-list .upper-price {
  color: #125a66;
  font-size: 1.1rem;
  line-height: 1.5em;
  text-decoration: line-through;
  display: inline;
  margin-right: 5px;
}
#product-list .product-price {
  color: #ff0000;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: inline;
  font-weight: normal;
}
#product-list .brands-name-small {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
/**リストicon**/
#product-list li .timesale, #product-list li .new-product, #product-list li .new-product-off {
  position: absolute;
}
#product-list li .new-product, #product-list li .new-product-off {
  right: 0;
  top: -18px;
}
#product-list li .new-product:before, #product-list li .new-product-off:before {
  color: #fff;
  font-size: 0.95rem;
  line-height: 11px;
  background-color: #ff0000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 3px 8px 1px;
  border: none;
}
#product-list li .new-product:before {
  content: "新 着";
}
#product-list li .new-product-off:before {
  content: "新着100円OFF";
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-list li .new-product:before, #product-list li .new-product-off:before {
  padding: 3px 8px 1px;
}
#product-list li .new-product, #product-list li .new-product-off {
  top: -18px;
}
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 #product-list li .new-product, #product-list li .new-product-off {
 top: -18px;
}
}
#product-list li .timesale {
  background-image: url(/content/images/icon/timesale.png);
  height: 11px;
  top: -18px;
  width: 62px;
}
#product-list li .top-seller {
  background-color: #fff;
  border: 1px solid #125a66;
  color: #125a66;
  border-radius: 5px;
  display: block;
  height: 15px;
  width: 65px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5em;
  padding: 3px 0 1px 0;
  margin-bottom: 7px;
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-list li .top-seller {
  padding: 2px 0 2px 0;
}
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 #product-list li .top-seller {
 padding:1px 0 3px 0;
}
}
#sub-search {
  margin: 30px 0 55px;
}
#sub-search .sub-filters {
  background-color: #e6e6e6;
  height: auto;
  /*    padding: 10px;*/
  padding: 0 10px 10px 10px;
  overflow: hidden;
  font-family: "メイリオ", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sub-search .sub-filters input {
  vertical-align: -0.15em;
  margin: 10px 0 0 0;
}
#sub-search .sub-filters label {
  font-size: 1.3rem;
  line-height: 30px;
  margin-right: 15px;
}
#sub-search .sub-filters select {
  display: inline-block;
  margin: 10px 6.92px 0 0;
  height: 30px;
  border: none;
  padding: 0 0 0 5px;
  width: 150px;
}
#sub-search .sub-filters input#sub_keyword {
  display: inline-block;
  height: 27px;
  padding: 1px 0 2px 8px;
  vertical-align: 0;
  margin-right: 0;
}
#sub-search button#do_sub_search {
  background-color: #e64677;
  color: #fff;
  border: solid 1px #e64677;
  cursor: pointer;
  padding: 9px 20px 5px 20px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  font-size: 1.6rem;
  float: right;
  margin-top: 10px;
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub-search button#do_sub_search {
  padding: 8px 20px 6px 20px;
}
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 #sub-search button#do_sub_search {
 padding: 7px 17px 5px 17px;
}
}
#sub-search .search-clear {
  background-color: #fff;
  color: #125a66;
  border: solid 1px #999999;
  cursor: pointer;
  margin-top: 10px;
  padding: 7px 10px 5px 10px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  font-size: 1.2rem;
  vertical-align: -0.1em;
}
#sub-search a.search-clear {
  text-decoration: none;
}
#sub-search a.search-clear:visited {
  color: #125a66;
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub-search .search-clear {
  padding: 7px 10px 5px 10px;
}
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 #sub-search .search-clear {
 padding: 5px 10px 5px 10px;
}
}
/*ユニットランキング*/
.btn-unit-ranking {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ededed));
  background: -moz-linear-gradient(top, #ffffff 5%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #ededed 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e64677;
  text-align: center;
  cursor: pointer;
  padding: 10px 28px 0 0;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  font-size: 19px;
  line-height: 1.7;
  height: 50px;
  position: relative;
  font-weight: bold;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .btn-unit-ranking {
 padding: 8px 28px 3px 0;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.btn-unit-ranking {
  padding: 8px 28px 3px 0;
}
}
.btn-unit-ranking a {
  color: #e64677;
}
.btn-unit-ranking a:link, .btn-unit-ranking a:hover {
  text-decoration: none;
}
.btn-unit-ranking a:before {
  content: "";
  position: absolute;
  background-image: url(../Images/icon/btn-unit-rank1.png);
  background-size: 58% 58%;
  width: 112px;
  height: 84px;
  left: 8%;
  top: 12%;
  background-position: top left;
  display: inline-block;
  background-repeat: no-repeat;
}
.btn-unit-ranking a:after {
  content: "";
  position: absolute;
  background-image: url(../Images/icon/btn-unit-rank2.png);
  background-size: 58% 58%;
  width: 36px;
  height: 38px;
  right: 25%;
  bottom: 13%;
  background-position: right bottom;
  display: block;
  background-repeat: no-repeat;
}
.btn-unit-ranking p {
  border-top: 1px solid #e64677;
  display: inline-block;
}
.btn-unit-ranking:before {
  content: "";
  border-right: 1px solid #e64677;
  height: 100%;
  position: absolute;
  right: 16%;
  top: 0;
}
.btn-unit-ranking:after {
  position: absolute;
  top: 50%;
  right: 7%;
  content: '';
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e64677;
  border-right: 2px solid #e64677;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay-unit-ranking {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 101;
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
  box-sizing: border-box;
}
.overlay-unit-ranking .close {
  background-color: #4d4d4d;
  border-radius: 30px;
  color: #fff;
  display: inline;
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  position: absolute;
  right: 3%;
  text-align: center;
  text-indent: 1px;
  top: 1%;
  width: 30px;
  line-height: 1;
  font-family: 游ゴシック体 Medium, "Yu Gothic Medium", YuGothic, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}
.overlay-unit-ranking .body {
  position: relative;
  left: 50%;
  top: 0;
  width: 650px;
  margin-left: -300px;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  cursor: default;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
}
.modal-content-unit-ranking {
  padding: 30px;
}
.title-unit-ranking {
  color: #e64677;
  position: relative;
  text-align: center;
  padding: 0 0 0 8%;
  text-decoration: none;
  font-size: 45px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
}
.title-unit-ranking:before {
  content: "";
  position: absolute;
  background-image: url(../Images/icon/title-unit-rank1.png);
  background-size: 82% 82%;
  width: 160px;
  height: 112px;
  background-position: top left;
  display: inline-block;
  background-repeat: no-repeat;
  left: 10%;
  top: 3%;
}
.title-unit-ranking:after {
  content: "";
  position: absolute;
  background-image: url(../Images/icon/title-unit-rank2.png);
  background-size: 100% 100%;
  width: 36px;
  height: 38px;
  background-position: right bottom;
  display: block;
  background-repeat: no-repeat;
  right: 17%;
  bottom: 33%;
}
.title-unit-ranking p {
  border-top: 1px solid #e64677;
  display: inline-block;
}
.icon-unit-rank1, .icon-unit-rank2, .icon-unit-rank3, .icon-unit-rank4, .icon-unit-rank5 {
  font-size: 23px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  font-weight: bold;
}
.icon-unit-rank1:before, .icon-unit-rank2:before, .icon-unit-rank3:before, .icon-unit-rank4:before, .icon-unit-rank5:before {
  background: url("../Images/icon/unit-rank-new.png") no-repeat scroll left bottom/ 37px 136px;
  content: "";
  display: inline-block;
  width: 37px;
  height: 34px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.icon-unit-rank1 {
  color: #d5bf5b;
}
.icon-unit-rank2 {
  color: #a3b2b5;
}
.icon-unit-rank3 {
  color: #cda671;
}
.icon-unit-rank4, .icon-unit-rank5 {
  color: #999999;
}
.icon-unit-rank1:before {
  background-position: 0 0;
}
.icon-unit-rank2:before {
  background-position: 0 -34px;
}
.icon-unit-rank3:before {
  background-position: 0 -68px;
}
.icon-unit-rank4:before, .icon-unit-rank5:before {
  background-position: 0 -102px;
}
.period-unit-ranking {
  color: #808080;
  font-size: 15px;
  text-align: center;
}
.select-type-period-unit ul {
  overflow: hidden;
  font-size: 0.9rem;
  line-height: inherit;
}
.select-type-period-unit ul li {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
  cursor: pointer;
}
.select-type-period-unit ul li:first-child {
  border-top: solid 1px #ccc;
}
.select-type-period-unit .flex-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.select-type-period-unit .thumb-box {
  width: 10%;
  margin-right: 3%;
}
.select-type-period-unit .color-box1, .select-type-period-unit .color-box2, .select-type-period-unit .color-box3, .select-type-period-unit .color-box4, .select-type-period-unit .color-box5 {
  height: 50px;
  width: 50px;
}
.select-type-period-unit .variation-name-middle {
  width: 55%;
}
.select-type-period-unit .variation-name {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}
.select-type-period-unit .price {
  width: 32%;
  text-align: right;
}
.select-type-period-unit .price span:first-child {
  margin-right: 5px;
}
.select-type-period-unit .price span:last-child {
  margin-left: 5px;
}
.select-type-period-unit .delivery {
  width: 49%;
  font-size: 14px;
  margin: 15px 0 0 0;
  line-height: 1;
}
.select-type-period-unit .btn-mail1 {
  border: 2px solid #989898;
}
.select-type-period-unit .btn-mail1, .select-type-period-unit .btn-reservation {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  color: #125a66;
  font-size: 17px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 12px 0 6px 0;
  text-decoration: none;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .select-type-period-unit .btn-mail1, .select-type-period-unit .btn-reservation {
 padding: 11px 0 8px 0;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.select-type-period-unit .btn-mail1, .select-type-period-unit .btn-reservation {
  padding: 11px 0 8px 0;
}
}
.select-type-period-unit .btn-choose {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  color: #e64677;
  font-size: 17px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 12px 0 6px 0;
  text-decoration: none;
  border: 2px solid #e64677;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .select-type-period-unit .btn-choose {
 padding: 11px 0 8px 0;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.select-type-period-unit .btn-choose {
  padding: 11px 0 8px 0;
}
}
.select-type-period-unit .btn-choose:hover, .select-type-period-unit .btn-choose:visited {
  opacity: 0.6;
}
.color-box-no-stock {
  position: relative;
  height: 50px;
  width: 50px;
  border: 1px solid #d9d9d9;
}
.color-box-no-stock:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  border-top: 1px solid #d9d9d9;
}
.color-box-no-stock:before {
  transform: skewY(-45deg);
}
/*ユニットランキング ここまで*/
span.no-stock {
  font-size: 13px;
}
#found-brands {
  overflow: hidden;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#found-brands ul {
  padding: 0;
  margin: 0;
}
#found-brands li {
  float: left;
  font-size: 1.3rem;
  line-height: 20px;
  list-style: outside none none;
  margin: 0 20px 10px 0;
  color: #666;
  background-color: #ffe2e7;
  border-radius: 5px;
  padding: 3px 15px;
}
#found-brands li a {
  color: #633042;
  text-decoration: none;
}
#found-brands li a:hover {
  text-decoration: underline;
}
#left-sidebar .subcategories {
  margin-bottom: 10px;
}
#left-sidebar .subcategories h3.title {
  font-size: 14px;
  color: #ff3d8f;
  border-left: 3px solid #ff3d8f;
  padding-left: 5px;
  margin-bottom: 5px;
  line-height: 1em;
  background-color: #fff;
}
#left-sidebar .subcategories h3.title > span {
  font-size: 9px;
  color: #666;
  font-weight: normal;
  line-height: 1em;
}
#left-sidebar .subcategories ul {
  background-color: #fffafd;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: solid 1px #ccc;
}
#left-sidebar .subcategories ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 6px solid #633042;
}
#left-sidebar .subcategories ul li {
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  line-height: 1.3em;
  padding-bottom: 5px;
}
#left-sidebar .subcategories ul li a {
  display: block;
}
#category-recommend h3.tit-line {
  margin-bottom: 0px;
}
#category-recommend ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #fff), color-stop(0.00, #efefef));
  background: -webkit-linear-gradient(top, #efefef 0%, #fff 50%);
  background: -moz-linear-gradient(top, #efefef 0%, #fff 50%);
  background: -o-linear-gradient(top, #efefef 0%, #fff 50%);
  background: -ms-linear-gradient(top, #efefef 0%, #fff 50%);
  background: linear-gradient(to bottom, #efefef 0%, #fff 50%);
  padding: 1.1em 1.1em 0em 1.1em;
}
#category-recommend ul li {
  padding: 0.5em 0.5em 0em 0.5em;
  width: 230px;
}
#category-recommend ul li:first-child {
  margin-left: 0;
}
#category-recommend ul li p {
  text-align: center;
}
#category-recommend ul li p.product-name {
  height: 2.5em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
#category-recommend ul li p.product-name a {
  font-weight: bold;
}
#category-recommend ul li p.recommended-text {
  height: 4.6em;
}
#category-recommend ul li .selling-price {
  font-weight: 700;
  font-size: 1.8em;
  color: #ed4677;
  margin-bottom: 15px;
  display: inherit;
}
h3.tit_brand {
  color: #6d4931;
  font-size: 18px;
  background-color: #f3ede2;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #c7963b;
}
.waku {
  padding: 20px;
  border: solid 5px #eedfc3;
}
.waku #recommended-brands li img {
  border: solid #ccc 1px;
  width: 125px;
}
.waku #recommended-brands {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.waku #recommended-brands li {
  margin-bottom: 10px;
}
.waku #recommended-brands li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.category_top_button ul#sort {
  height: 45px;
  list-style-type: none;
  padding: 0;
}
.category_top_button ul#sort li {
  float: left;
  margin-left: 25px;
}
.category_top_button ul#sort li:first-child {
  margin-left: 0;
}
.category_top_button ul#sort li a {
  background: url(/content/images/product/btn-sort.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 42px;
  text-indent: -9999px;
}
.category_top_button ul#sort li:nth-child(1) a {
  background-position: 0 0;
  width: 235px;
}
.category_top_button ul#sort li:nth-child(1) a:hover {
  background-position: 0 -42px;
}
.category_top_button ul#sort li:nth-child(2) a {
  background-position: -235px 0;
  width: 235px;
}
.category_top_button ul#sort li:nth-child(2) a:hover {
  background-position: -235px -42px;
}
.category_top_button ul#sort li:nth-child(3) a {
  background-position: -470px 0;
  width: 235px;
}
.category_top_button ul#sort li:nth-child(3) a:hover {
  background-position: -470px -42px;
}
.mens_top_button{
	margin-bottom: 15px;
	margin-top: 15px;
}
.mens_top_button ul#sort {
  height: 45px;
  list-style-type: none;
  padding: 0;
}
.mens_top_button ul#sort li {
  float: left;
  margin-left: 25px;
}
.mens_top_button ul#sort li:first-child {
  margin-left: 0;
}
.mens_top_button ul#sort li a {
  background: url(/content/images/product/btn-mens-sort.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 42px;
  text-indent: -9999px;
}
.mens_top_button ul#sort li a.popular {
  background-position: 0 0;
  width: 235px;
}
.mens_top_button ul#sort li a.popular:hover {
  background-position: 0 -42px;
}
.mens_top_button ul#sort li a.low_price {
  background-position: -235px 0;
  width: 235px;
}
.mens_top_button ul#sort li a.low_price:hover {
  background-position: -235px -42px;
}
.mens_top_button ul#sort li a.new {
  background-position: -470px 0;
  width: 235px;
}
.mens_top_button ul#sort li a.new:hover {
  background-position: -470px -42px;
}
.MensMainBanner{
	margin-bottom:25px;
}
.MensMainBannerImage{
	border: solid 1px #ccc;
	width: 100%;
	box-sizing: border-box;
}
.contactlens_top_button ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 5px 0;  /* 左右 上下で記述 */
}
.contactlens_top_button ul li {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #eb4576;
  background-color: #ffeff4;
  border-width: 1px 3px;
  border-style: solid;
  border-color: #eb4576;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
}
.contactlens_top_button ul li a {
  color: #eb4576;
  font-size: 1.2em;
  text-decoration: none;
  display: block;
  padding: 3px;
  margin: 0px;
}
.contactlens_top_button ul li a span {
  font-size: 12px;
}
.contactlens_top_button ul li:hover {
  background-color: #eb4576;
}
.contactlens_top_button ul li:hover a {
  color: #fff;
}
#product-list-container #product-listsort ul {
  padding: 0;
  margin: 0;
}
#product-listsort ul {
  background-color: #fff;
  border-bottom: 1px solid #4d4d4d;
  border-collapse: separate;
  border-spacing: 15px 0;
  line-height: normal;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  width: 100%;
}
#product-listsort li {
  list-style: none outside;
  display: table-cell;
  width: 25%;
}
#product-listsort li a:link {
  display: block;
  font-size: 1.7rem;
  text-decoration: none;
  text-align: center;
  list-style: none outside;
  border: 1px solid #4d4d4d;
  border-bottom: none;
  vertical-align: middle;
  line-height: 2;
  padding: 5px 15px 3px 15px;
  border-radius: 5px 5px 0 0;
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-listsort li a:link {
  line-height: 2;
  padding: 4px 15px;
}
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 #product-listsort li a:link {
 line-height: 2;
 padding: 4px 15px;
}
}
#product-listsort li:hover a {
  background-color: #e5e5e5;
}
#product-listsort li a.active {
  background-color: #999999;
  color: #fff;
  border: 1px solid #999999;
}
/**商品ページ
----------------------------------------------------------*/
#block-item {
  overflow: hidden;
  margin-bottom: 55px;
}
#product-name {
  margin-bottom: 30px;
}
.brandlink {
  margin-bottom: 10px;
}
.brandlink, .brandlink a {
  color: #125a66;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
}
.brandlink a {
  text-decoration: underline;
}
.japanese-title {
  color: #125a66;
  font-size: 2.3rem;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 7px;
  text-align: left;
}
.english-title {
  color: #b2b2b2;
  font-size: 1.2rem;
  line-height: normal;
  font-weight: lighter;
  margin: 0 0 15px;
  background-color: #fff;
  padding: 0;
}
.headline {
  color: #ff3d8f;
  font-size: 1.7rem;
  line-height: normal;
  font-weight: bold;
  margin: 0;
}
.main-item {
  flex: 1;
  overflow: hidden;
}
.main-visual {
  position: relative;
  margin-bottom: 30px;
}
.product {
  text-align: center;
}
.product img {
  max-width: 100%;/*幅の制限を解除した時よう	*//*    width:100%;
	max-width: 700px;*/
}
.product-fix {
  width: 370px;
  margin: auto;
}
/**商品切り替え矢印
----------------------------------------------------------*/
.carousel-image {
  height: 100%;
}
.carousel-image .owl-prev {
  border-left: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  content: "";
  height: 30px;
  width: 30px;
  top: 40%;
  position: absolute;
  left: 8px;
  transform: rotate(45deg);
  display: block;
  z-index: 1;
  background: none !important;
}
.carousel-image .owl-prev:after {
  background-color: rgba(255,255,255,0);
  content: "";
  height: 80px;
  padding: 10px;
  position: absolute;
  left: -25px;
  top: -45px;
  transform: rotate(-45deg);
  width: 70px;
}
.carousel-image .owl-next {
  border-right: 2px solid #4d4d4d;
  border-top: 2px solid #4d4d4d;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  right: 6px;
  top: 40%;
  transform: rotate(45deg);
  display: block;
  z-index: 1;
  background: none !important;
}
.carousel-image .owl-next:after {
  background-color: rgba(255,255,255,0);
  content: "";
  height: 80px;
  padding: 10px;
  position: absolute;
  right: -25px;
  top: -45px;
  transform: rotate(-45deg);
  width: 70px;
}
.carousel-image .owl-item img {
  display: inline !important;
  vertical-align: middle;
}
ul.owl-dots {
  margin: 10px 0;
  padding: 0;
}
ul.owl-dots li {
  display: inline-block;
  backface-visibility: visible;
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 30px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  height: 13px;
  width: 13px;
}
ul.owl-dots li.active, ul.owl-dots li.hover {
  background: #999999 no-repeat;
}
/*カテゴリランキングアイコン
----------------------------------------------------------*/
.category-orders {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: normal;
  position: relative;
  color: #125a66;
  padding: 0 25px 3px 0;
  border-bottom: dotted 1px #4d4d4d;
  display: inline-block;
}
.category-orders a {
  text-decoration: none;
  color: #125a66;
}
.category-orders:after {
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg);
}
.category-rank1:before {
  background: url(/content/images/sp/icon/ranking1.png) no-repeat;
  content: "";
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
}
.category-rank2:before, .category-rank3:before, .category-rank4:before, .category-rank5:before, .category-rank6:before, .category-rank7:before, .category-rank8:before, .category-rank9:before, .category-rank10:before {
  background: url(/content/images/sp/icon/ranking-ohters.png) no-repeat;
  content: "";
  background-size: 48px 432px;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
}
.category-large, .category-small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.category-large {
  font-size: 1.6rem;
  line-height: 1.3em;
}
.category-rank2:before {
  background-position: 0 0;
}
.category-rank3:before {
  background-position: 0 -48px;
}
.category-rank4:before {
  background-position: 0 -96px;
}
.category-rank5:before {
  background-position: 0 -144px;
}
.category-rank6:before {
  background-position: 0 -192px;
}
.category-rank7:before {
  background-position: 0 -240px;
}
.category-rank8:before {
  background-position: 0 -288px;
}
.category-rank9:before {
  background-position: 0 -336px;
}
.category-rank10:before {
  background-position: 0 -384px;
}
.category-rank1, .category-rank2, .category-rank3, .category-rank4, .category-rank5, .category-rank6, .category-rank7, .category-rank8, .category-rank9, .category-rank10 {
  padding: 0 0 0 55px;
}
.btn-review-info-top {
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
}
.btn-review-info-top a {
  color: #125a66;
  text-decoration: underline;
}
.btn-review-info-top span {
/*	vertical-align:middle;*/
}
.btn-review-info-top .star img {
  width: 100px;
  vertical-align: bottom;
}
/*.wrapping {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
*/
.zoom {
  position: absolute;
  bottom: 0;
  right: -1px;
  background: url(/content/images/icon/zoom.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  z-index: 2;
  cursor: pointer;
}
/*右側
----------------------------------------------------------*/
.right-item {
  margin-left: 60px;
  width: 350px;
}
.type-info {
  background-color: #e6e6e6;
  padding: 5px 0 3px 5px;
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 1.4rem;
  line-height: 1.5em;
}
/*****人気カラー*****/
/*
ul.icon-unit-rank-all {
  margin: 0;
  padding: 0;
}
ul.icon-unit-rank-all li {
  list-style: none outside;
  font-size: 1.2rem;
  line-height: 1.35em;
  margin: 15px 3% 0 0;
  padding: 3px 3px 2px;
  position: relative;
  vertical-align: top;
  width: 55px;
  float: left;
}
.icon-unit-rank1:before, .icon-unit-rank2:before, .icon-unit-rank3:before {
  background: rgba(0, 0, 0, 0) url("/content/images/icon/unit-rank.png") no-repeat scroll 0 0 / 24px 66px;
  content: "";
  display: inline-block;
  height: 22px;
  left: 18px;
  top: -20px;
  position: absolute;
  width: 24px;
}
.icon-unit-rank1, .icon-unit-rank3, .icon-unit-rank3 {
  font-size: 13.5px;
  line-height: 1.2em;
  display: inline-block;
}
.icon-unit-rank1 {
  color: #d5bf5b;
}
.icon-unit-rank2 {
  color: #a3b2b5;
}
.icon-unit-rank3 {
  color: #cda671;
}
.icon-unit-rank1:before {
  background-position: 0 0;
}
.icon-unit-rank2:before {
  background-position: 0 -22px;
}
.icon-unit-rank3:before {
  background-position: 0 -44px;
}
*/
/*****サムネイル*****/
ul.thumb {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none outside;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.thumb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
ul.thumb li {
  /*  padding: 0 2.39% 15px 0;*/
  padding: 0 8px 15px 0;
  cursor: pointer;
}
ul.thumb li .thumb-box {
  border: solid 1px #ccc;
  width: 55px;
  vertical-align: top;
  padding: 3px 3px 2px 3px;
  font-size: 1.2rem;
  line-height: 1.35em;
  position: relative;
}
ul.thumb li a {
  color: #125a66;
  text-decoration: none;
  display: block;
  height: 100%;
}
ul.thumb li:nth-child(5n) {
  padding-right: 0;
}
ul.thumb li img {
  width: 55px;
}
ul.thumb li .bg-price {
  background-color: rgba(255, 255, 255, 0.7);
  /*    font-weight: bold;*/
  height: 30%;
  left: 0;
  position: absolute;
  top: 70%;
  width: 100%;
}
ul.thumb li .price {
  background-color: rgb(0, 0, 255 0.5);
  top: 2px;
  position: absolute;
  z-index: 1;
  font-size: 1.1rem;
  line-height: 1.3em;
  text-align: center;
  right: 0;
  left: 0;
  color: #666;
}
ul.thumb li.current .thumb-box {
  outline: solid 2px #999999;
}
/*****ABテスト用サムネイル aパターン*****/
.unit-text > .flex > .right-item > ul.thumb,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb{
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none outside;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.unit-text > .flex > .right-item > ul.thumb:after,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.unit-text > .flex > .right-item > ul.thumb li,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li {
   cursor: pointer; 
}
.unit-text > .flex > .right-item > ul.thumb li .thumb-box,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li .thumb-box{
  vertical-align: top;
  position: relative;
  margin-right: 10px;
  outline: none;
  height: 45px;
  width: 45px;
  border: none;
}
.unit-text > .flex > .right-item > ul.thumb > li > .thumb-box > a > img, 
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb > li > .thumb-box > a > img {
  width: 45px;
}
.unit-text > .flex > .right-item > ul.thumb li p,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li p{
  width: 108px;
}
.unit-text > .flex > .right-item > ul.thumb li a,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li a{
  color: #125a66;
  text-decoration: none;
  display: block;
  height: 100%;
}
.unit-text > .flex > .right-item > ul.thumb li:hover,
.unit-text > .flex > .right-item > ul.thumb li.current,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li:hover,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li.current{
  border: solid 2px #ffb0d1;
  box-sizing: border-box;
}
.unit-text > .flex > .right-item > ul.thumb li:nth-child(2n),
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li:nth-child(2n)  {
  padding-right: 0;
}
.unit-text > .flex > .right-item > ul.thumb .bg-price,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb .bg-price {
  background-color: rgba(255, 255, 255, 0.7);
  height: 35%;
  left: 0;
  position: absolute;
  top: 65%;
  width: 100%;
}
.unit-text > .flex > .right-item > ul.thumb .price,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb .price{
  background-color: rgb(0, 0, 255 0.5);
  top: 0;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  text-align: center;
  right: 0;
  left: 0;
  color: #666;
}
.unit-text > .flex > .right-item > ul.thumb li p,
.unit-text > .flex > .right-item > #no-stock1 > ul.thumb li p{
  width: 108px;
  display: block !important;
}
.flex > .right-item > ul.thumb li p,
.flex > .right-item > #no-stock1 > ul.thumb li p{
  display: none !important;
}
/*****end*****/
/*****ABテスト用サムネイル bパターン*****/
.unit-text > .flex > .right-item > ul.thumb li,
.unit-text > .flex > .right-item > #no-stock1 >ul.thumb li{
  padding:5px;
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 11px;
  line-height: 1.5;
  word-break: break-all;
  border: solid 2px #fff;
  box-sizing: border-box;  
}
.unit-text > .flex > .right-item > ul.thumb li .color-box1,
.unit-text > .flex > .right-item > ul.thumb li .color-box2,
.unit-text > .flex > .right-item > ul.thumb li .color-box3,
.unit-text > .flex > .right-item > ul.thumb li .color-box4,
.unit-text > .flex > .right-item > ul.thumb li .color-box5,
.unit-text > .flex > .right-item > #no-stock1 >ul.thumb li .color-box1,
.unit-text > .flex > .right-item > #no-stock1 >ul.thumb li .color-box2,
.unit-text > .flex > .right-item > #no-stock1 >ul.thumb li .color-box3,
.unit-text > .flex > .right-item > #no-stock1 >ul.thumb li .color-box4,
.unit-text > .flex > .right-item > #no-stock1 >ul.thumb li .color-box5{
  display: table;
  height:45px;
  width: 45px;
}
/*****end*****/
.contactlens-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #4d4d4d;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.contactlens-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none transparent;
  ;
  border: 0 none;
  box-sizing: border-box;
  color: #125a66;
  font-size: 1.35rem;
  line-height: 1.3em;
  outline: 0 none;
  padding: 10px 50px 7px 7px;
  width: 350px;
  vertical-align: middle;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select::-ms-expand {
 display: none;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .contactlens-select select {
 padding:7px 50px 7px 7px;
 width:350px;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contactlens-select select {
  padding: 11px 50px 11px 11px;
  width: 350px;
}
}
.contactlens-select:after {
  border-bottom: 2px solid #4d4d4d;
  border-left: 2px solid #4d4d4d;
  transform: rotate(-45deg);
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: -4px;
}
a.no-stock-true {
  font-size: 14px;
  line-height: 1.5;
  color: #125a66;
}
a.no-stock-true:hover, a.no-stock-true:visited {
  color: #999;
}
.no-stock img, .no-stock {
  opacity: 0.6;
}
.variation-name {
  color: #125a66;
  font-size: 2.2rem;
  line-height: 1.7em;
  margin-bottom: 20px;
  word-break: break-all;
}
.right-item .sanko-price, .right-item .tsujyo-price, .right-item .sale-price, .right-item .discount {
  color: #125a66;
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.3em;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sanko-price .text, .sanko-price .price, .tsujyo-price .text, .tsujyo-price .price, .sale-price .text, .sale-price .price, .discount .text, .discount .price {
  display: table-cell;
}
.sanko-price .text, .tsujyo-price .text, .sale-price .text, .discount .text {
  text-align: right;
  width: 85px;
  padding-right: 10px;
}
.sanko-price .price, .tsujyo-price .price, .sale-price .price, .discount .price {
  text-align: left;
}
.stock {
  font-size: 1.35rem;
  line-height: 1.3em;
  margin-bottom: 7px;
  display: inline-block;
  font-weight: bold;
}
.delivery {
  color: #125a66;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.ProductTitle{
  text-align: left;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.7em;
  border-left: solid 8px #000;
  padding-left: 7px;
  margin: 0 0 10px;
  background-color: #fff;   
}
.ProductLuluTitle{
  padding-left: 16px;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 4px;
  position: relative;
}
.ProductLuluTitle::before{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #125a66;
  position: absolute;
  left: 0px;
  top: -10%;
  bottom: 0;
  margin: auto;
  margin-right: 4px;
}
.ProductLuluList{
  list-style: disc;
}
.ProductLuluListItem{
  margin-left: 16px;
  text-decoration: underline;
  font-size: 1.4rem;
}
.ProductLuluListItem::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../Images/icon/otherslink.png);
  background-size: contain;
  vertical-align: middle;
}
/*****カートbtn *****/
.add-to-cart {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  color: #fff;
  font-size:22px;
  line-height: 35px;
  border-radius: 4px;
  background-color: #363636;
  border: solid 1px #363636;
  text-align: center;
  padding: 15px 0 7px 50px;
  position: relative;
  box-shadow: 0 5px #000;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .add-to-cart {
 padding:13px 0 8px 50px;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.add-to-cart {
  padding: 13px 0 10px 50px;
}
}
.add-to-cart:visited, .add-to-cart:hover {
  opacity: 0.8;
}
.add-to-cart:before {
  content: url("/content/images/icon/cart.png");
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  position: absolute;
  top: 30%;
  left: 30px;
  bottom: 0;
}
/*****定期購入btn *****/
.add-to-periodical {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 35px;
  border-radius: 4px;
  background-color: #e64677;
  border: solid 1px #e64677;
  text-align: center;
  padding: 15px 0 7px 50px;
  position: relative;
  box-shadow: 0 5px #e94087;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .add-to-periodical {
 padding:13px 0 8px 50px;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.add-to-periodical {
  padding: 13px 0 10px 50px;
}
}
.add-to-periodical:before {
  content: url("/content/images/icon/cart.png");
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  position: absolute;
  top: 30%;
  left: 85px;
  bottom: 0;
}
.add-to-periodical:visited, .add-to-periodical:hover {
  opacity: 0.8;
}
/*****入荷・予約メールbtn (色・サイズ)*****/
.btn-mail1, .btn-reservation {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  color: #125a66;
  font-size: 2.2rem;
  line-height: 35px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 14px 0 8px 0;
  text-decoration: none;
}
.btn-mail1:hover, .btn-reservation:hover {
  color: #125a66;
  opacity: 0.6;
  text-decoration: none;
}
.btn-mail1:visited, .btn-reservation:visited {
  color: #666;
  text-decoration: none;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .btn-mail1, .btn-reservation {
 padding: 12px 0 8px 0;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.btn-mail1, .btn-reservation {
  padding: 12px 0 8px 0;
}
}
.btn-mail1 {
  border: 2px solid #989898;
}
.btn-reservation {
  border: 2px solid #fb9144;
}
.price-down {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.price-down .price {
  color: #ff0000;
}
.unit-id {
  font-size: 1rem;
  color: #4d4d4d;
  display: inline-block;
  margin-right: 30px;
}
.jancode {
  font-size: 1rem;
  color: #4d4d4d;
  display: inline;
}
ul.sns {
  padding: 0;
  margin: 0;
  text-align: right;
}
ul.sns li {
  list-style: none none;
  background: url(/Content/Images/icon/sns.png) 20px 40px no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
ul.sns li a {
  display: block;
  width: 20px;
  height: 20px;
}
ul.sns .x {
  background-position: 0 0;
}
ul.sns .facebook {
  background-position: 0 -20px;
}
/**通常購入・定期購入タブ切り替え
----------------------------------------------------------*/
.tab-purchase ul {
  background-color: #fff;
  display: table;
  line-height: normal;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  border-bottom: 3px solid #e64677;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.tab-purchase ul li {
  display: table-cell;
  font-size: 1.5rem;
  line-height: 1.3em;
  vertical-align: middle;
  border: 1px solid #4d4d4d;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
.tab-purchase ul li a {
  display: block;
  padding: 16px 0 9px 0;
  text-decoration: none;
  color: #125a66;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .tab-purchase ul li a {
 padding:13px 0 12px 0;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.tab-purchase ul li a {
  padding: 13px 0 12px 0;
}
}
.tab-purchase li.current {
  border: 3px solid #e64677;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.tab-purchase li.current a {
  color: #e64677;
}
.periodical:after {
  position: absolute;
  background: url("/content/images/icon/periodical.png") no-repeat scroll 0 0 / 46px 44px;
  display: inline-block;
  width: 46px;
  height: 44px;
  right: -10px;
  top: -10px;
  content: "";
}
.current.periodical::after {
  right: -12px;
  top: -12px;
}
a.btn-about-periodical {
  color: #125a66;
  font-size: 1.1rem;
  line-height: 1.2em;
  display: inline-block;
  border: solid 1px #4d4d4d;
  padding: 8px 13px 5px 13px;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 a.btn-about-periodical {
 padding:8px 13px 5px 12px;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
a.btn-about-periodical {
  padding: 7px 13px 5px 12px;
}
}
a.btn-about-periodical:before {
  content: "?";
  background-color: #e5e5e5;
  border-radius: 3px;
  padding: 1px 5px;
  font-weight: bold;
  margin-right: 5px;
  font-size: 1.1rem;
  line-height: 1.2em;
  display: inline;
}
ul.tab {
  background-color: #fff;
  border-top: 1px solid #125a66;
  border-right: 1px solid #125a66;
  border-left: 1px solid #125a66;
  display: table;
  line-height: inherit;
  width: 100%;
  padding: 0;
  table-layout: fixed;
  margin: 0;
  box-sizing: border-box;
}
ul.tab li {
  display: table-cell;
  border-right: 1px solid #125a66;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;/*	padding:3px 0 0 0;	*/
}
/*
@-moz-document url-prefix() {
	ul.tab li{
		padding:1px 0 2px;			
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.tab li{
		padding:1px 0 2px;			
	}
}
*/
ul.tab li:last-child {
  border-right: none;
}
ul.tab li a {
  display: block;
  padding: 13px 0;
  text-decoration: none;
  color: #125a66;
}
ul.tab li.current {
  background-color: #125a66;
}
ul.tab li.current a {
  color: #fff;
}
ul.tab li.current a:hover {
  background-color: #125a66;
}
ul.tab li a:hover {
  background-color: #e5e5e5;
}
.content-inner {
  font-size: 1.35rem;
  line-height: 1.3em;
  padding: 15px;
  margin-bottom: 25px;
  border: 2px solid #125a66;
  min-height: 90px;
}
.content-inner ol {
  padding-left: 15px;
}
.content-inner ol, li {
  margin: 0;
}
.btn-review-info {
  color: #125a66;
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
}
.btn-review-info .star img {
  width: 80px;
  vertical-align: text-top;
}
.btn-review-info .star,.Evaluation{
  font-family: ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,ms pgothic,sans-serif;
  display: inherit;
  font-size: 1.35rem;
  line-height: 1.5rem;
  border-top: none; 
}
.Evaluation{
  font-style: inherit;
  letter-spacing: inherit;
  color: #125a66;
  font-weight: 700;
  padding-top: 0;
}
/**関連カテゴリ list
----------------------------------------------------------*/
ul.category-list-relation {
  border: 1px solid #4d4d4d;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 15px 0;
}
ul.category-list-relation > li {
  border-right: 1px solid #4d4d4d;
  list-style: none;
  line-height: inherit;
  padding: 0;
  margin: 0;
  position: relative;
  display: table-cell;
}
ul.category-list-relation > li:last-child {
  border-right: none;
}
ul.category-list-relation > li > a {
  text-decoration: none;
  color: #125a66;
  font-size: 1.35rem;
  line-height: 1.7rem;
  -moz-box-align: center;
  align-items: center;
  display: flex;
  height: 40px;
  padding: 5px 25px 5px 10px;
}
ul.category-list-relation li:after {
  border-right: 2px solid #4d4d4d;
  border-top: 2px solid #4d4d4d;
  content: "";
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
#recommend_top_mypage {
  width: 753px;
  margin: 0px;
  padding: 0px;
  clear: both;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  border: 1px solid #CCC;
}
*html #recommend_top_mypage {
  width: 755px;
}
#recommend_top_mypage:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#recommend_top_mypage li {
  width: 134px;
  margin: 0px;
  padding: 0px 8px;
  float: left;
  text-align: center;
  overflow: hidden;
  display: block;
}
*html #recommend_top_mypage li {
  width: 150px;
}
#recommend_top_mypage li p {
  text-align: center;
  margin: 5px 0;
}
#recommend_top_mypage li p.brand {
  font-size: 0.9em;
}
#recommend_top_mypage li p.pdtname {
  font-weight: bold;
}
#recommend_top_mypage li p.exp {
  text-align: left;
}
#recommend_top_mypage li p.category {
  font-size: 0.9em;
}
#recommend_top_mypage img {
  border: solid 3px #eee;
  padding: 5px;
  margin: 5px;
}
#recommend_top_mypage a:hover img {
  border: solid 3px #fa94b2;
}
.recommend-waku {
  border: solid 1px #ccc;
}
.recommend-tit {
  margin-top: 10px;
  background-color: #eee;
  color: #125a66;
  font-size: 2rem;
  padding: 7px 0 7px 10px;
  font-weight: bold;
  line-height: 35px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.recommend ul, li {
  margin: 0;
  padding: 0;
}
.recommend {
  border-top: none;
  border-collapse: separate;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.recommend li {
  display: table-cell;
  text-align: center;
  border-left: 1px dotted #ccc;
  padding: 10px;
}
.recommend li:first-child {
  border-left: none;
}
.recommend a img.product-image {
  width: 100%;
  margin-bottom: 7px;
  max-width: 150px;
}
h2.category-title {
  font-family: 'Quicksand', sans-serif;
  color: #125a66;
  font-size: 40px;
  font-weight: lighter;
  line-height: inherit;
  border-bottom-width: 3px;
  border-bottom-color: #125a66;
  border-bottom-style: double;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
}
h2.category-title .small {
  font-size: 15px;
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #125a66;
  border: none;
  font-style: normal;
}
.watched-products #product-list ul {
  padding-top: 0px;
}
/*.watched-products #product-list ul li{
    margin:0;
  }*/

/* セール対象・対象外
----------------------------------------------------------*/
#details-related-units .sale {
  background-color: #ff0000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding: 5px 6px 2px 6px;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 7px 0;
}
#details-related-units .sale-no {
  background-color: #fff;
  border: 1px solid #ff0000;
  border-radius: 3px;
  color: #ff0000;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding: 5px 6px 2px 6px;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 7px 0;
}
/*直近値下げ割引額の帯*/
.bg-lw-price-down {
  width: 100%;
  height: 35px;
  background: #ff0000;
  transform: skewY(-15deg);
  -moz-transform: skewY(-15deg);
  -webkit-transform: skewY(-15deg);
  position: absolute;
  right: 0;
  left: 0;
  top: 95px;
}
.lw-text {
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #ff0000;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.lw-price-down {
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  top: 100px;
  font-size: 2.3rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/**firefoxのみ適用**/
@-moz-document url-prefix() {
 .lw-price-down {
 line-height: 1;
}
}

/**Chromeのみ適用**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.lw-price-down {
  line-height: 1;
}
}
.result-area {
  padding: 15px 10px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  margin: 8px 0;
}
.result-message {
  font-size: 1.8rem;
  margin: 15px;
}
/* 商品ページ（福袋）
----------------------------------------------------------*/
.name-unit {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 10px;
}
ul.fukubukuro {
  width: 780px;
  padding-left: 10px;
}
ul.fukubukuro li {
  color: #888;
  display: inline-block;
  /*    /display:inline;
    /zoom:1; */
  vertical-align: top;
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 32.9%;
}
ul.fukubukuro li .pro {
  float: left;
}
ul.fukubukuro li p {
  display: inline-block;
  margin: 0;
  width: 190px;
}
ul.fukubukuro li .pro img {
  margin-right: 5px;
  width: 50px;
}
ul.fukubukuro li a {
  text-decoration: none;
  color: #125a66;
}
ul.fukubukuro li a:hover, ul.fukubukuro li a:visited {
  opacity: 0.5;
}
.fubukuro-text {
  margin: 0;
  padding: 0;
  text-align: right;
}
.fukubukuro-set {
  overflow: hidden;
}
.fukubukuro-set .unit-img {
  float: left;
}
.fukubukuro-set .unit-img img {
  width: 150px;
}
article > p {
  margin: 0;
  padding: 0;
}
article > ul, li {
  margin: 0;
  padding: 0;
}
article {
  margin-bottom: 55px;
}
article > ul {
  margin-left: 25px;
}
article > ul > li {
  list-style: disc outside;
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 10px;
  text-align: left;
}
article li a:link, li a:visited {
  color: #125a66;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 5px;
}
article li a:hover {
  color: #999;
}
article .date {
  color: #125a66;
  font-size: 1.45rem;
  line-height: 1.5em;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
}
.delivery-alert {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5%; 
	text-align: left;
	display: inherit;
}

/* ブランド説明文追加
----------------------------------------------------------*/
.ProductBrandDescription{
	margin-bottom: 55px;
}
.ProductBrandDescriptionTitle{
	color: #000;
	font-size: 2.2rem;
	line-height: 1.5;
	border-left: solid 8px #000;
	padding-left: 7px;
	margin: 0 0 10px;
	font-weight: 700;
}
.ProductBrandDescriptionTitleEnglish{
	color: #ccc;
	font-size: 1.5rem;
	margin: 0;
	display: block;
	padding: 0;
	letter-spacing: .1em;
	font-weight: 400;
}
.ProductBrandDescriptionHeadline{
	color: #ff3d8f;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 27px;
	margin-bottom: 6px;
}
.ProductBrandDescriptionText{
	font-size: 1.4rem;
	line-height: 1.5;
}