@charset "UTF-8";
.prod_list,
.prod_detail {
  font-size: 13px;
}

/* ブランド説明文 start */
.list_summary {
  margin: 8.54vw 5.87vw;
  font-size: 3.2vw;
}
.list_summary p:not(:last-child) {
  margin-bottom: 9.34vw;
}
.list_summary .supplement {
  color: #787878;
  font-size: 2.67vw;
}

/* ブランド説明文 end */
/* タイトル表示のキーワード start */
.title_keyword {
  display: flex;
  justify-content: center;
  margin: 5.34vw 5.87vw 8vw;
}
.title_keyword .tit {
  margin-right: 2.67vw;
  white-space: nowrap;
}
.title_keyword .keyword {
  font-weight: bold;
}

/* タイトル表示のキーワード start */
/* 検索結果タブ start */
.search_result_tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
  padding: 0 5.87vw;
  border-bottom: 1.07vw solid #000;
}
.search_result_tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.34vw;
  height: 14.67vw;
  background: #fff;
  color: #787878;
  font-size: 3.74vw;
  line-height: 1.2;
  text-align: center;
}
.search_result_tab a.is-opened {
  background: #000;
  color: #fff;
}

.search_result_box .list_control_wrap {
  margin-top: 0;
}

/* 検索結果タブ end */
/* 検索結果表示切り替え start */
.list_control_wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8.54vw 5.87vw 0;
  border-bottom: 1px solid #8e8e8e;
}

.list_count {
  width: 30%;
  align-self: center;
  color: #636366;
  line-height: 1;
}

.list_control {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  line-height: 1;
}
.list_control li {
  position: relative;
}
.list_control li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2.67vw;
  transform: translateY(-50%);
  border-left: 1px solid #8e8e8e;
  content: "";
}
.list_control li a {
  display: block;
  padding: 3.47vw 2.67vw;
  color: #636366;
}
.list_control li a.is-opened {
  position: relative;
  z-index: 2;
}
.list_control li a.is-opened::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.67vw;
  background: #f2f2f7;
  content: "";
  z-index: -1;
}
.list_control li a.is-opened::after {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #f2f2f7;
  content: "";
  z-index: 1;
}
.list_control li:last-child a {
  padding-right: 0;
}

.list_sort_wrap {
  width: 100vw;
  border-top: 1px solid #8e8e8e;
  background: #fff;
}

.list_sort {
  padding: 4.27vw 5.34vw;
}
.list_sort li {
  margin: 1.34vw 0;
}

/* 検索結果表示切り替え end */
/* 絞り込みリスト start */
.list_refine_wrap {
  display: flex;
  position: fixed;
  top: 150%;
  bottom: 0;
  left: 0;
  flex-direction: column;
  width: 100vw;
  transition: opacity .4s;
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.list_refine_wrap ul::after {
  display: none;
}
.list_refine_wrap .title {
  position: relative;
  height: 11.74vw;
  background: #787878;
  color: #fff;
  font-size: 3.74vw;
  font-weight: bold;
  line-height: 11.74vw;
  text-align: center;
}
.list_refine_wrap .title i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14.4vw;
  height: 11.74vw;
  cursor: pointer;
}
.list_refine_wrap .title i::before, .list_refine_wrap .title i::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6.14vw;
  width: 1.34vw;
  height: 6.67vw;
  background: #fff;
  content: "";
}
.list_refine_wrap .title i::before {
  transform: translateY(-50%) rotate(-45deg);
}
.list_refine_wrap .title i::after {
  transform: translateY(-50%) rotate(45deg);
}

.list_refine {
  flex: 1;
}

.refine_search {
  padding: 5.34vw 5.87vw;
}
.refine_search .free_word_text {
  border-color: #d2d2d9;
}

.refine_primary {
  border-bottom: 1px solid #8e8e8e;
}
.refine_primary_item {
  display: flex;
  position: relative;
  align-items: center;
  height: 14.14vw;
  padding: 0 12vw 0 5.87vw;
  border-top: 1px solid #8e8e8e;
  color: #000;
  font-size: 3.74vw;
}
.refine_primary_item.is-opened {
  background: #f2f2f7;
}
.refine_primary_item.is-opened i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.refine_primary_item i {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 6.14vw;
  height: 6.14vw;
  transform: translateY(-50%);
  background: #a1a1a3;
  content: "";
}
.refine_primary_item i::before, .refine_primary_item i::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #fff;
  content: "";
}
.refine_primary_item i::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition-duration: .3s;
}

.refine_secondary_item {
  display: flex;
  position: relative;
  align-items: center;
  height: 14.14vw;
  padding: 0 12vw 0 8.54vw;
  border-top: 1px solid #fff;
  background: #f2f2f7;
  color: #000;
  font-size: 3.74vw;
}
.refine_secondary_item::before, .refine_secondary_item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5.87vw;
  width: 3.2vw;
  height: 1px;
  transform: translateY(-50%);
  background: #000;
  content: "";
}
.refine_secondary_item::after {
  transform: translateY(-50%) rotate(-90deg);
  transition-duration: .3s;
}
.refine_secondary_item.is-opened {
  background: #fff;
}
.refine_secondary_item.is-opened::after {
  transform: translateY(-50%) rotate(0);
}

.refine_tertiary_item {
  height: 14.14vw;
  padding-left: 16.54vw;
  border-top: 1px dotted #d2d2d9;
}
.refine_tertiary_item::before {
  left: 8.54vw;
}
.refine_tertiary_item.checked {
  font-weight: bold;
}
.refine_tertiary_item.checked::after {
  left: 10.27vw;
}

.list_refine_wrap .box_button {
  margin: 0;
  padding: 5.34vw 5.87vw;
  background: #f2f2f7;
}

/* 絞り込みリスト end */
/* 商品一覧（新デザイン） start */
.list {
  margin: 0 5.87vw;
}
.list_heading {
  height: auto;
  margin: 0 5.87vw;
  padding: 5.34vw 0;
  border-bottom: 1px solid #8e8e8e;
  font-size: 4.27vw;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}
.list .item {
  position: relative;
  padding: 5.34vw 0 8vw;
  border-bottom: 1px solid #8e8e8e;
}
.list .brand {
  margin: 0 5.34vw 5.34vw;
  font-size: 3.74vw;
  font-weight: bold;
}
.list .image {
  position: relative;
  width: 61.6vw;
  margin: 0 auto 2.67vw;
}
.list .image a {
  display: block;
}
.list .image img {
  width: 100%;
}
.list .best {
  position: absolute;
  top: -1.34vw;
  left: -10.67vw;
  width: 14.94vw;
  height: 13.34vw;
}
.list .best img {
  width: 100%;
}
.list .tags {
  margin: 0 5.34vw 2.67vw;
}
.list .category {
  margin: 4vw 5.34vw;
  color: #787878;
  font-size: 2.67vw;
}
.list .name {
  margin: 0 5.34vw 2.67vw;
  font-size: 4.8vw;
  line-height: 1.55;
}
.list .name a {
  color: #000;
}
.list .description {
  margin: 0 5.34vw 2.67vw;
}
.list .price {
  margin: 0 5.34vw 4vw;
  font-size: 3.74vw;
}
.list .price th {
  padding-right: .5em;
  font-weight: normal;
  text-align: left;
}
.list .note {
  margin: 5.34vw 5.34vw 0;
}
.list .select_wrap,
.list .box_button {
  margin: 4vw 5.34vw 0;
}
.list .button {
  height: 12vw;
  line-height: 12vw;
}

.select_color {
  margin: 5.34vw 0;
  text-align: center;
}
.select_color .selected {
  margin: 4vw 5.34vw -1.34vw;
  text-align: center;
}
.select_color .selected span {
  display: inline-block;
}
.select_color .selected > span:not(.selected_color) {
  color: #787878;
}
.select_color .selected .tags {
  display: inline-block;
  margin: 0 0.8vw 0 0;
}
.select_color .selected .tags::after {
  display: none;
}
.select_color .selected .tags li {
  display: inline-block;
  margin-right: -2px;
  vertical-align: 0.27vw;
}

.choice_color_wrap {
  display: inline-block;
}

.choice_color {
  display: flex;
  flex-wrap: wrap;
}
.choice_color li {
  position: relative;
  width: calc((100vw - 11.74vw) / 6);
  height: calc((100vw - 11.74vw) / 6);
  margin: -1px 0 0 -1px;
}
.choice_color .select_data {
  display: none;
}
.choice_color label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d9;
  box-sizing: border-box;
  cursor: pointer;
}
.choice_color label.sold {
  position: relative;
}
.choice_color label.sold::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(210, 210, 217, 0.6);
  content: "";
}
.choice_color .checked::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.8vw solid #000;
  content: "";
  z-index: 1;
}
.choice_color img {
  width: auto;
  max-height: 9.34vw;
}
.choice_color input {
  position: absolute;
  opacity: 0;
}

/* タイル表示 start */
.list_tile {
  display: flex;
  flex-wrap: wrap;
}
.list_tile .item {
  width: 50%;
  padding: 2.67vw 0 5.34vw;
  color: #000;
  box-sizing: border-box;
}
.list_tile .item:nth-child(odd) {
  padding-right: 4vw;
  border-right: 1px solid #8e8e8e;
}
.list_tile .item:nth-child(even) {
  padding-left: 4vw;
}
.list_tile .brand {
  margin: 0 0 2.67vw;
  font-size: 3.2vw;
}
.list_tile .image {
  width: 100%;
}
.list_tile .best {
  top: 1.34vw;
  left: 0;
  width: 8.54vw;
  height: 7.2vw;
}
.list_tile .tags {
  margin: 0 0 2.67vw;
}
.list_tile .category {
  margin: 4vw 0;
}
.list_tile .name {
  margin: 0 0 2.67vw;
  font-size: 3.74vw;
}
.list_tile .description {
  margin: 0 0 2.67vw;
  color: #787878;
  font-size: 2.67vw;
}
.list_tile .price {
  margin: 0;
}
.list_tile .select_wrap {
  margin: 2.67vw 0 0;
}
.list_tile .select_wrap + .select_wrap {
  margin-top: 0.8vw;
}
.list_tile .select_wrap select {
  height: 8vw;
  padding-right: 8vw;
  line-height: 1.2;
}
.list_tile .select_wrap + .box_button {
  margin-top: 0.8vw;
}
.list_tile .box_button {
  margin: 2.67vw 0 0;
}
.list_tile .button {
  height: auto;
  margin: 0;
  padding: 3.47vw 1.34vw 3.2vw;
  background: #787878;
  font-size: 3.2vw;
  line-height: 1.2;
}

/* タイル表示 end */
/* 商品一覧（新デザイン） end */
/* タグ start */
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  margin: 0.54vw 0.54vw 0 0;
  padding: 1.07vw 1.34vw 0.8vw;
  border: 1px solid #8e8e8e;
  font-size: 2.67vw;
  line-height: 1;
}
.tags .tag_free {
  border-color: #b02f34;
  color: #b02f34;
}
.tags .tag_new {
  border-color: #f47d7d;
  color: #f47d7d;
}
.tags .tag_sold {
  border-color: #787878;
  background: #787878;
  color: #fff;
}

/* タグ end */
/* 美容情報一覧 start  */
.list_info {
  margin: 0 5.87vw;
}
.list_info li {
  border-bottom: 1px solid #8e8e8e;
}
.list_info_item {
  display: flex;
  padding: 4vw 0;
}
.list_info .image {
  width: 32vw;
  margin-right: 5.34vw;
}
.list_info .image img {
  display: block;
}
.list_info .body {
  width: calc(100% - 37.34vw);
  padding-top: 2.14vw;
}
.list_info .category {
  color: #787878;
  font-size: 2.67vw;
}
.list_info .title {
  margin: 2.14vw 0 1.34vw;
  color: #000;
  font-size: 3.74vw;
}
.list_info .beginning {
  color: #787878;
  font-size: 2.94vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 美容情報一覧 end  */
/* コンテンツ一覧 start  */
.list_contents {
  margin: 0 5.87vw;
}
.list_contents li {
  border-bottom: 1px solid #8e8e8e;
}
.list_contents_item {
  display: block;
  padding: 6.67vw 0 5.34vw;
}
.list_contents .title {
  margin: 2.67vw 2.67vw 0;
  color: #000;
  font-size: 3.74vw;
}

/* コンテンツ一覧 end  */
/* よく検索されるキーワード start  */
.search_keyword {
  margin: 12vw 5.87vw 14.67vw;
}

.list_keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -2.67vw;
}
.list_keyword li {
  margin: 1.34vw 1.34vw 0 0;
}
.list_keyword li:last-child {
  margin-right: 0;
}
.list_keyword_item {
  display: block;
  padding: 2.67vw 5.34vw;
  background: #f2f2f7;
  color: #000;
}

/* よく検索されるキーワード end  */
/* 商品詳細 start  */
.product {
  position: relative;
  margin: 5.34vw 0 0;
}
.product_header {
  margin: 0 5.87vw 6.67vw;
}
.product_header .tags {
  margin-bottom: 2.67vw;
}
.product_header .category {
  color: #787878;
}
.product_header .name {
  margin: 2.67vw 0 1.34vw;
  font-size: 5.87vw;
  font-weight: normal;
}
.product_header .catch {
  margin-top: 1.34vw;
  font-size: 3.74vw;
}
.product .introduction {
  margin: 5vw 5.87vw 6.67vw;
  font-size: 3.74vw;
  line-height: 1.75;
}

/* 商品写真カルーセル start */
.product_slide {
  width: 100vw;
}
.product_slide.slick-slider {
  margin: 0 auto 12vw;
}
.product_slide_wrap {
  width: 100vw;
  overflow: hidden;
}
.product_slide .slick-list {
  overflow: visible;
}
.product_slide .slick-list img {
  width: 100%;
}
.product_slide .slick-dots li {
  width: 2.14vw;
  height: 2.14vw;
  margin: 0 1.6vw;
}
.product_slide .slick-dots li button {
  width: 2.14vw;
  height: 2.14vw;
  border-radius: 50%;
  background: #d2d2d9;
}
.product_slide .slick-dots li button::before {
  display: none;
}
.product_slide .slick-dots .slick-active button {
  background: #000;
}

.product_zoom {
  display: none;
}

.pswp__img {
  max-width: none !important;
  max-height: none !important;
}

/* 商品写真カルーセル end */
/* 価格表示 start */
.product_price {
  margin: 0 5.87vw 6.67vw;
}
.product_price .variation {
  color: #787878;
  font-size: 3.74vw;
}
.product_price .price {
  font-size: 4.27vw;
}
.product_price .type {
  display: inline-block;
  margin-right: 1em;
}
.product_price a {
  color: #000;
  text-decoration: underline;
}

/* 価格表示 end */
/* バリエーション start */
.product_valiation .title {
  margin: 0 5.87vw 4vw;
  font-size: 4.27vw;
  font-weight: bold;
}
.product_valiation .image {
  margin: 0 5.87vw 4vw;
  display: none;
}
.product_valiation .select_color {
  margin: 0 5.87vw 4vw;
}
.product_valiation .selected {
  margin-bottom: 2.67vw;
  color: #000;
  font-size: 3.74vw;
}

/* バリエーション end */
/* 商品データ start */
.product_note {
  margin: 6.67vw 5.87vw 8vw;
}
.product_note p {
  color: #787878;
  font-size: 3.74vw;
}
.product_note a {
  color: #000;
  text-decoration: underline;
}

/* 商品データ end */
.attention {
  margin: 6.67vw 5.87vw 8vw;
  color: #ec2626;
  font-size: 3.74vw;
}

/* セット商品選択 start */
.product_set {
  margin: 8vw 0;
}
.product_set .title {
  padding: 2.67vw 0;
  background: #000;
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.product_set_wrap {
  margin: 6.67vw 5.87vw 0;
}
.product_set .set_title {
  margin-bottom: 1.34vw;
  font-size: 3.74vw;
}

.product_select_item {
  transition-duration: .4s;
  border: 1px solid #d2d2d9;
}
.product_select_item.is-choiced {
  border-color: black;
}
.product_select_item .selected {
  position: relative;
}
.product_select_item .selected.js-select-item::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  border-width: 2vw 1.4vw 0;
  border-style: solid;
  border-color: #FFFFFF transparent;
  content: "";
}
.product_select_item .selected.is-opened::before {
  transform: translateY(-50.5%) rotate(180deg);
}
.product_select_item p {
  padding: 2.67vw 4.8vw;
  font-size: 4.27vw;
  cursor: pointer;
}

.select_item_list label {
  display: block;
  position: relative;
  color: #000;
  font-weight: normal;
}
.select_item_list label.disabled {
  background: #f2f2f7;
  color: #787878;
}
.select_item_list input {
  position: absolute;
  opacity: 0;
}

.select_item {
  display: flex;
  align-items: center;
  padding: 4vw 4vw 2.67vw;
  cursor: pointer;
}
.select_item.choiced {
    border: solid .1em #000;
    border-right: solid 2em #000;
	}
li .select_item {
  border-top: 1px solid #d2d2d9;
}
.disabled .select_item {
  pointer-events: none;
}
.select_item .image {
  width: 20vw;
  height: 20vw;
}
.select_item_text {
  flex: 1;
  margin-left: 4vw;
}
.select_item .name {
  font-size: 3.24vw;
}
.select_item .price {
  margin: 0;
  padding: 0;
  font-size: 3.2vw;
}
.select_item .sold {
  display: block;
  padding: 0;
  color: #b02f34;
  font-size: 3.2vw;
}

.product_fix_item {
  border-color: #fff;
}
.product_fix_item .select_item {
  padding: 0;
}
.product_fix_item .select_item_text {
  margin-right: 0;
}

/* セット商品選択 end */
/* 商品の欠品について start */
.product_shortage {
  margin: 8vw 0vw 10.67vw;
  padding: 6.67vw 5.87vw;
  background: #f2f2f7;
  color: #FF0000;
  line-height: 1.6;
}
.product_shortage .title {
  margin-bottom: 2.67vw;
  font-size: 3.74vw;
}

/* 商品の欠品について end */
/* 商品タブ start */
.product_contents {
  position: relative;
  padding-bottom: 4vw;
  border-bottom: 3px solid #d2d2d9;
}
.product_contents_tab {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
}
.product_contents_tab::before {
  display: block;
  position: absolute;
  top: 8.54vw;
  right: 5.87vw;
  left: 5.87vw;
  height: 3px;
  background: #d2d2d9;
  content: "";
}
.product_contents_tab::after {
  display: none;
}
.product_contents_tab_wrap {
  position: relative;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  overflow-y: visible;
}
.product_contents_tab li {
  position: relative;
}
.product_contents_tab li:first-of-type {
  margin-left: 5.87vw;
}
.product_contents_tab li:last-of-type {
  padding-right: 5.87vw;
}
.product_contents_tab a {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.54vw;
  padding: 0 4vw;
  border-bottom: 0.8vw solid #d2d2d9;
  color: #787878;
  font-size: 4.27vw;
  white-space: nowrap;
}
.product_contents_tab a::after {
  display: block;
  position: absolute;
  bottom: -1.34vw;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: .2s;
  border-width: 1.6vw 1.34vw 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}
.product_contents_tab a.is-opened {
  border-color: #000;
  color: #000;
  z-index: 1;
}
.product_contents_tab a.is-opened::after {
  bottom: -3.47vw;
  border-color: #000 transparent;
}
.product_contents_box {
  margin: 0 5.87vw;
}
.product_contents_box .contents {
  margin: 0 0 8vw;
  padding-bottom: 8vw;
  border-bottom: 1px solid #d2d2d9;
  font-size: 3.74vw;
}
.product_contents_box .contents:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.product_contents_box .title {
  margin-bottom: 2.67vw;
  font-size: 4.27vw;
}
.product_contents_box .image {
  margin: 5.34vw 0;
  text-align: center;
}
.product_contents_box .image:first-child {
  margin-top: 0;
}
.product_contents_box .image:last-child {
  margin-bottom: 0;
}
.product_contents_box .caption {
  margin-top: 1.34vw;
  color: #787878;
}

/* 商品タブ end */
/* 商品関連リンク start */
.product_relation {
  margin: 6.67vw 5.87vw 5.34vw;
}
.product_relation li {
  margin-top: 1.34vw;
}
.product_relation a {
  display: flex;
  position: relative;
  align-items: center;
  height: 14.4vw;
  padding: 0 6.67vw;
  border: 1px solid #8e8e8e;
  color: #000;
  font-size: 4.27vw;
}
.product_relation a::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #000;
  content: "";
  right: 4vw;
  width: 2.14vw;
  height: 2.14vw;
}

.product_language {
  display: flex;
  justify-content: space-between;
  margin: 5.34vw 5.87vw 10.67vw;
}
.product_language::after {
  display: none;
}
.product_language li {
  width: 42.67vw;
}
.product_language .button {
  height: 10.67vw;
  font-size: 3.74vw;
  line-height: 10.67vw;
}

/* 成分表示 start */
.product_ingredients {
  display: flex;
  position: fixed;
  top: 100%;
  left: 6vw;
  flex-direction: column;
  width: 88vw;
  max-height: 95%;
  transform: translateY(-50%);
  transition: opacity .4s;
  background: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.product_ingredients_wrap {
  flex: 1;
  padding-top: 6.67vw;
}
.product_ingredients .title {
  font-size: 3.74vw;
  font-weight: bold;
}
.product_ingredients .title:not(:first-child) {
  margin-top: 5.34vw;
}
.product_ingredients p {
  margin: 2.67vw 5.87vw;
}
.product_ingredients .box_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10.67vw;
  background: #d2d2d9;
  cursor: pointer;
}

/* 成分表示 end */
/* 商品ラインナップ start */
.product_lineup {
  display: flex;
  position: fixed;
  top: 100%;
  left: 6vw;
  flex-direction: column;
  width: 88vw;
  max-height: 95%;
  transform: translateY(-50%);
  transition: opacity .4s;
  background: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.product_lineup_wrap {
  flex: 1;
  padding-top: 6.67vw;
}
.product_lineup .title {
  font-size: 3.74vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.product_lineup .box_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10.67vw;
  background: #d2d2d9;
  cursor: pointer;
}

.list_lineup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.67vw;
}
.list_lineup .item {
  width: calc((100% - 10.67vw) / 3);
  margin: 6.67vw 0 0 2.67vw;
  color: #000;
}

.list_lineup .item.purchased {
  background-color: #FFFFDD;
}

.list_lineup .category {
  margin: 2.67vw 1.34vw 1.34vw;
  color: #787878;
  font-size: 2.67vw;
}
.list_lineup .name {
  margin: 0 1.34vw;
}

/* 商品ラインナップ end */
/* 外国語 start */
.language_box {
  display: flex;
  position: fixed;
  top: 50%;
  left: 6vw;
  flex-direction: column;
  width: 88vw;
  height: 85%;
  transform: translateY(-50%);
  transition: opacity .4s;
  background: #fff;
  opacity: 0;
  z-index: 30;
}
.language_box_wrap {
  flex: 1;
  padding: 5vw;
}
.language_box_wrap p {
  margin-top: 10px;
}
.language_box .box_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10.67vw;
  background: #d2d2d9;
  cursor: pointer;
}

.product_image {
  margin: 0 5.87vw 2.67vw;
  text-align: center;
}

/* 外国語 end */
/* 商品関連リンク end */
/* レビュー start */
.product_review {
  margin: 8vw 0 8vw;
  padding: 6.67vw 5.87vw;
  background: #f2f2f7;
}
.product_review_title {
  margin-bottom: 1.34vw;
  font-size: 4.8vw;
  font-weight: normal;
  left: 1.2;
  text-align: center;
}
.product_review .total_star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_review .total_star .count {
  margin-right: 5.34vw;
  color: #787878;
  font-size: 3.74vw;
  text-decoration: underline;
}
.product_review .total_star .label {
  font-size: 3.74vw;
}
.product_review .total_star .value {
  margin: 0 5.34vw;
  font-size: 4.54vw;
}
.product_review .total_star .star img {
  height: 3.74vw;
  vertical-align: top;
}
.product_review_write {
  margin-top: 2.67vw;
  color: #787878;
  text-align: center;
}
.product_review_write a {
  color: #000;
  font-size: 3.74vw;
  text-decoration: underline;
}
.product_review_box {
  margin: 4vw 0;
  padding: 5.87vw 5.34vw;
  border: 1px solid #d2d2d9;
  background: #fff;
}
.product_review_box .title {
  margin-bottom: 2.14vw;
  font-size: 4.27vw;
}
.product_review_data {
  display: flex;
  flex-wrap: wrap;
}
.product_review_data li:not(:first-child) {
  margin-left: 1em;
}
.product_review_data .star {
  height: 2.67vw;
}
.product_review_text {
  margin-top: 5.34vw;
  color: #787878;
  font-size: 3.74vw;
  line-height: 1.6;
}
.product_review .box_button {
  margin: 8vw 0 0;
  text-align: right;
}
.product_review .box_button a {
  display: inline-block;
  position: relative;
  padding-right: 5.34vw;
  color: #787878;
  text-decoration: underline;
}
.product_review .box_button a:not(:first-child) {
  margin-top: 2.67vw;
}
.product_review .box_button a::before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #787878;
  content: "";
  right: 1.6vw;
  width: 1.6vw;
  height: 1.6vw;
}

/* レビュー end */
/* 購入動線 start */
.product_purchase {
  position: sticky;
  position: -webkit-sticky;
  bottom: -53.34vw;
  left: 0;
  transition-duration: .5s;
  border-top: 1px solid #d2d2d9;
  background: #fff;
  z-index: 10;
}
.product_purchase.show {
  bottom: 0;
}

.product_purchase.set_only{
  position: sticky;
  position: -webkit-sticky;
  bottom: -53.34vw;
  left: 0;
  transition-duration: .5s;
  border-top: 1px solid #d2d2d9;
  background: #fff;
  z-index: 10;
  margin: 8vw 0;
}

.product_purchase_wrap {
  display: flex;
}

.purchase_number {
  display: flex;
  align-items: center;
  width: 14.14vw;
  height: 14.4vw;
  padding-left: 4vw;
  border-right: 1px solid #d2d2d9;
  font-size: 4.27vw;
}

.purchase_capacity {
  display: flex;
  align-items: center;
  width: 30.67vw;
  height: 14.4vw;
  padding-left: 4vw;
  border-right: 1px solid #d2d2d9;
  font-size: 4.27vw;
}

.purchase_valiation {
  display: flex;
  align-items: center;
  width: 32vw;
  height: 14.4vw;
  padding-left: 2.67vw;
  border-right: 1px solid #d2d2d9;
  font-size: 4.27vw;
}
.purchase_valiation .image {
  width: 6.67vw;
}
.purchase_valiation .value {
  width: 24vw;
  margin-left: 1.34vw;
  font-size: 3.2vw;
}

.purchase_valiation_set {
  align-items: center;
  width: 32vw;
  height: 14.4vw;
  padding-left: 2.67vw;
  border-right: 1px solid #d2d2d9;
  line-height: 4.2vw;
}
.purchase_valiation_set .value {
  width: 24vw;
  margin-left: 1.34vw;
  font-size: 2vw;
}

.purchase_price {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: left;
  background: #f2f2f7;
  font-size: 4.27vw;
  padding: 0 0 0 4vw;
}

.purchase_more {
  position: relative;
  padding-right: 8vw;
}
.purchase_more span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.purchase_more::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  border-width: 1.6vw 1.34vw 0;
  border-style: solid;
  border-color: #000 transparent;
  content: "";
}
.purchase_more.is-opened::before {
  transform: translateY(-50.5%) rotate(180deg);
}
.purchase_more.is-opened::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0;
  left: 0;
  border: 0.8vw solid #000;
  content: "";
  z-index: 2;
}
.purchase_more.is-opened:not(.purchase_number)::after {
  left: -1px;
}

.purchase_tel {
  position: relative;
  width: 17.34vw;
  border-top: 1px solid #d2d2d9;
  border-bottom: 1px solid #d2d2d9;
  background: #f2f2f7;
  color: transparent;
}
.purchase_tel::before {
  background-size: 6.4vw auto;
  background-position: 0vw 0vw;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.4vw;
  height: 6.4vw;
  transform: translate(-50%, -50%);
  background-image: url("../images_smt/icon/ico_tel_b.png");
  content: "";
}
.purchase_tel.is-opened {
  border-top-color: #787878;
  background: #787878;
}
.purchase_tel.is-opened::before {
  background-image: url("../images_smt/icon/ico_tel_w.png");
}
.purchase_tel_more {
  position: absolute;
  bottom: 100%;
  left: -17.34vw;
  width: 100vw;
  height: 0;
  transition-duration: .4s;
  overflow: hidden;
  z-index: 2;
}
.purchase_tel_wrap {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  padding: 3.2vw 5.34vw;
  background: #787878;
  color: #fff;
  line-height: 1.3;
  box-sizing: border-box;
}
.purchase_tel p {
  font-size: 3.47vw;
}
.purchase_tel .time {
  font-size: 2.94vw;
}
.purchase_tel .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 57.6vw;
  height: 13.34vw;
  padding-left: 13.34vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.purchase_tel .button::before {
  background-size: 4.54vw auto;
  background-position: 0vw 0vw;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 4vw;
  width: 4.54vw;
  height: 4.54vw;
  transform: translateY(-50%);
  background-image: url("../images_smt/icon/ico_tel_w.png");
  content: "";
}
.purchase_tel .button::after {
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 2.14vw;
  height: 2.14vw;
  transform: translateY(-50%) rotate(135deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  content: "";
}
.purchase_tel .button span {
  font-size: 2.67vw;
  font-weight: normal;
}

.purchase_like {
  position: relative;
  width: 17.34vw;
  border-top: 1px solid #d2d2d9;
  border-bottom: 1px solid #d2d2d9;
  color: transparent;
}
.purchase_like::before {
  background-size: 7.2vw auto;
  background-position: 0vw 0vw;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.2vw;
  height: 6.94vw;
  transform: translate(-50%, -50%);
  background-image: url("../images_smt/icon/ico_like_off.png");
  content: "";
}
.purchase_like.is-liked::before {
  background-image: url("../images_smt/icon/ico_like_on.png");
}

.purchase_button.button {
  width: 65.34vw;
  height: 16vw;
  font-size: 4.27vw;
  line-height: 16vw;
}
.regular_button {
  width: 22.34vw;
  height: 16vw;
  font-size: 3.00vw;
  line-height: 16vw;
  border: 1px solid #d2d2d9;
}

.coming_message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65.34vw;
  height: 16vw;
  border: 1px solid #d2d2d9;
  border-right: 0;
  font-size: 4.27vw;
  font-weight: bold;
}

.sold_message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65.34vw;
  height: 16vw;
  border: 1px solid #d2d2d9;
  border-right: 0;
  color: #787878;
  font-size: 4.1vw;
  font-weight: bold;
}

/* 購入動線 end */
/* 数量・容量・バリエーション選択 end */
.purchese_select {
  position: fixed;
  top: 150%;
  left: 6vw;
  width: 88vw;
  max-height: 70vh;
  margin: 0;
  padding: 6.67vw 6.67vw 9.34vw;
  transition-duration: .4s;
  background: #fff;
  overflow: auto;
  z-index: 20;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.purchese_select .title {
  margin-bottom: 5.34vw;
  font-size: 3.74vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.purchese_select li:not(:first-child) {
  margin-top: 1.34vw;
}
.purchese_select label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 6.4vw);
  min-height: 4.54vw;
  padding: 4vw 0 4vw 2.94vw;
  border: 1.07vw solid #d2d2d9;
  background: #fff;
  color: #000;
  font-size: 3.74vw;
  font-weight: normal;
  cursor: pointer;
}
.purchese_select label.checked {
  border-color: #f47d7d;
  color: #c0595d;
}
.purchese_select label.disabled {
  border-color: #d2d2d9;
  background: #f2f2f7;
  color: #787878;
  pointer-events: none;
}
.purchese_select input {
  position: absolute;
  opacity: 0;
}
.purchese_select .sold {
  display: block;
  width: 100%;
  color: #b02f34;
}

.purchase_select_number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.purchase_select_number::after {
  display: none;
}
.purchase_select_number li {
  width: 36.54vw;
}
.purchase_select_number li:nth-child(2) {
  margin-top: 0;
}
.purchase_select_number label {
  justify-content: center;
  width: calc(100% - 2.14vw);
  padding: 4vw 0;
}

.purchase_select_valiation label {
  display: flex;
}
.purchase_select_valiation .image {
  align-self: center;
  width: 8.54vw;
  height: auto;
}
.purchase_select_valiation .image img {
  display: block;
}
.purchase_select_valiation .name {
  flex: 1;
  margin: 0 4vw;
  font-size: 3.74vw;
  line-height: 1.2;
}

.purchase_more_item.not-only {
  margin-top: 4vw;
  padding-top: 4vw;
  border-top: 1px dashed #8e8e8e;
}
.purchase_more_item--flat {
  padding: 4vw 4vw 0;
}
.purchase_more_item .type_box_check {
  padding: 4vw 0 4vw 2.94vw;
}
.purchase_more_item .type_box_check::before, .purchase_more_item .type_box_check::after {
  top: 35%;
}
.purchase_more_item .name {
  flex: 1;
  margin: 0 4vw 0 8vw;
  font-size: 3.74vw;
  line-height: 1.2;
}
.purchase_more_item .name span {
  display: block;
  margin-top: 0.8vw;
  color: #787878;
  font-size: 3.47vw;
}
.purchase_more_item .button {
  width: 50%;
  margin: 2.67vw auto 0;
}

/* 数量・容量・バリエーション選択 end */
/* 購入モーダル start */
.purchase_box {
  display: box;
  display: flex;
  position: fixed;
  top: 50%;
  left: 6vw;
  flex-direction: column;
  width: 88vw;
  height: 85%;
  transform: translateY(-50%);
  transition: opacity .4s;
  background: #fff;
  opacity: 0;
  z-index: 30;
}
.purchase_box_wrap {
  flex: 1;
  padding: 6.67vw 6.67vw 10.67vw;
}
.purchase_box .title {
  margin-bottom: 6.67vw;
  font-size: 3.74vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.purchase_box .image {
  width: 50%;
  margin: 0 auto 4vw;
}
.purchase_box img {
  width: 100%;
}
.purchase_box .brand {
  margin-bottom: 5.34vw;
  font-size: 3.74vw;
  text-align: center;
}
.purchase_box .name {
  font-size: 4.8vw;
}
.purchase_box .select {
  margin-bottom: 5.34vw;
  color: #787878;
  font-weight: bold;
}
.purchase_box .price {
  margin-bottom: 6.67vw;
  font-size: 4vw;
}
.purchase_box .button {
  height: 14.67vw;
  margin-bottom: 10.67vw;
  font-size: 3.74vw;
  line-height: 14.67vw;
}
.purchase_box .box_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10.67vw;
  background: #d2d2d9;
  cursor: pointer;
}
/* POLA start */
#cart_display .select {
	margin-bottom: 0px;
}
#cart_display .simultaneous p {
	font-size: 4.5vw;
	margin-bottom: 1.5vw;
}
#regular_cart_display .select {
	margin-bottom: 0px;
}
#regular_cart_display .simultaneous p {
	font-size: 4.5vw;
	margin-bottom: 1.5vw;
}
/* POLA end */
/* 購入モーダル end */
/* ショップ動線 start */
.box_button .button_shop {
  width: auto;
  height: 14.67vw;
  margin: 8vw 5.87vw 0;
  line-height: 14.67vw;
}

/* ショップ動線 end */
/* 商品詳細 end  */
/* ブランド一覧 start  */
/* 絞り込み start */
.refine_brand {
  margin: 0 5.87vw;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
}
.refine_brand_button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 11.2vw;
  color: #000;
}
.refine_brand_button.is-opened {
  background: #f2f2f7;
}
.refine_brand_button.is-opened i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.refine_brand_button i {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 6.14vw;
  height: 6.14vw;
  transform: translateY(-50%);
  background: #a1a1a3;
  content: "";
}
.refine_brand_button i::before, .refine_brand_button i::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #fff;
  content: "";
}
.refine_brand_button i::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition-duration: .3s;
}

.list_refine_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2vw 0;
}
.list_refine_category li {
  width: 50%;
  margin: 2vw 0;
  text-align: center;
}
.list_refine_category a {
  color: #000;
  font-size: 3.74vw;
  text-decoration: underline;
}
.list_refine_category a.is-current {
  font-weight: bold;
}

/*.consumption_tax {
  margin: 20px 0 0;
  padding: 0 20px;
  font-size: 80%;
}

.consumption_tax p span {
  color: #ff0000;
}*/

/* 絞り込み end */
/* 主要ブランド start */
.list_brand_primary {
  margin: 6.67vw 0 0;
}
.list_brand_primary li {
  margin-bottom: 5.34vw;
}
.list_brand_primary a {
  display: block;
  margin: 0 0 6.67vw;
  color: #000;
}
.list_brand_primary .image {
  margin-bottom: 4vw;
}
.list_brand_primary .image img {
  display: block;
}
.list_brand_primary p {
  margin: 0 6.67vw;
}
.list_brand_primary .name {
  font-size: 3.74vw;
  font-weight: bold;
  margin: 0 6.67vw;
  display: block;
}
.list_brand_primary .name span {
  font-weight: normal;
}
.list_brand_primary .copy {
  color: #787878;
  margin: 0 6.67vw;
  display: block;
}

/* 主要ブランド end */
.list_brand {
  margin: 0 5.87vw;
}
.list_brand_primary + .list_brand {
  border-top: 1px solid #8e8e8e;
}
.list_brand li {
  border-bottom: 1px solid #8e8e8e;
}
.list_brand a {
  display: block;
  position: relative;
  padding: 4vw 10.67vw 4.54vw 5.34vw;
  color: #000;
  font-size: 3.74vw;
}
.list_brand a::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #000;
  content: "";
  right: 5.34vw;
  width: 1.6vw;
  height: 1.6vw;
}
.list_brand .name {
  font-weight: bold;
  display: block;
}
.list_brand .name span {
  font-weight: normal;
}
.list_brand .copy {
  line-height: 1.4;
  display: block;
}

/* ブランド一覧 end  */
/* アイテム一覧 end */
.list_item_sub {
  display: flex;
  justify-content: space-between;
  margin: 0 5.87vw 2.67vw;
}
.list_item_sub::after {
  display: none;
}
.list_item_sub li {
  width: calc(50% - 1.34vw);
}
.list_item_sub a {
  display: block;
  padding: 2.67vw 0 2.14vw;
  background: #f2f2f7;
  color: #000;
  text-align: center;
}

.list_item {
  margin: 0 5.87vw;
}

.refine_primary_link {
  display: flex;
  position: relative;
  align-items: center;
  height: 14.14vw;
  padding: 0 12vw 0 5.87vw;
  border-top: 1px solid #8e8e8e;
  background: #fff;
  color: #000;
  font-size: 3.74vw;
}
.refine_secondary li:first-child .refine_primary_link {
  border-top: 0;
}
.refine_primary_link::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #000;
  content: "";
  right: 5.34vw;
  width: 2.14vw;
  height: 2.14vw;
}

.refine_secondary_link {
  display: flex;
  position: relative;
  align-items: center;
  height: 14.14vw;
  padding: 0 12vw 0 8.54vw;
  border-top: 1px solid #d2d2d9;
  background: #fff;
  color: #000;
  font-size: 3.74vw;
}
.refine_secondary li:first-child .refine_secondary_link {
  border-top: 0;
}
.refine_secondary_link::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #000;
  content: "";
  right: 5.34vw;
  width: 1.6vw;
  height: 1.6vw;
}

/* アイテム一覧 end  */
/* 商品一覧（旧デザイン）  */
.noDisp {
  display: none;
}

.prod-list {
  margin: 0 0 -10px 0;
}

.prod-list .ui-field-contain {
  padding: 0;
}

.prod-list .ui-select .ui-btn-icon-right .ui-btn-inner {
  padding-right: 30%;
  padding-left: 0px;
}

.prod-list div.relative_smt img {
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  border: none;
}

.prod-list p.prd_list_cd_smt {
  white-space: normal;
}

.prod-list div#list_sort_smt {
  padding: 0 0 0 10px;
}

.prod-list .s_wordIf {
  margin: 5px 0;
}

.prod_list span.arrow-icon {
  background-color: #AAAAAA;
  background-image: url("../images_smt/w_ar.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  border-left: 1px solid #EDEDEE;
  border-right: 1px solid #BFBFBF;
  right: 5px;
  height: 90%;
  width: 20px;
  top: 5%;
  position: absolute;
}

span.list-icon {
  margin: 0 5px;
  position: absolute;
  top: 5%;
  height: 18px;
  width: 18px;
  background-position: -432px 0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images_smt/icons-18-white.png");
  background-repeat: no-repeat;
  white-space: nowrap;
  cursor: pointer;
  left: 20px;
}

span.search-icon {
  margin: 0 5px;
  position: absolute;
  top: 5%;
  height: 18px;
  width: 18px;
  background-image: url("../images_smt/icon-search-black.png");
  background-repeat: no-repeat;
  white-space: nowrap;
  cursor: pointer;
  left: 5px;
}

.prd-desc .arrow-icon {
  right: 5%;
  top: 35%;
}

.ctitle {
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 10px;
  padding: 5px;
  color: #444444;
  -webkit-border-top-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  text-align: center;
  background-image: -moz-linear-gradient(center top, #FFFFFF, #E1EEFD) repeat scroll 0 0 #E1EEFD;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E1EEFD));
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.ctitle h3 {
  margin: 0;
  font-size: 1em;
}

.prod_list .dsearch-link {
  position: relative;
  height: 30px;
  padding-bottom: 20px;
  float: right;
  width: 50%;
}

.prod_list .wide {
  width: 100%;
}

.prod_list .wide span.search-icon {
  left: 25%;
}

.prod_list .ctree-link {
  float: left;
  position: relative;
  height: 30px;
  width: 50%;
  padding-bottom: 20px;
}

a.inline2 {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 1px #F6F6F6;
  background-image: -moz-linear-gradient(center top, #FDFDFD, #EEEEEE);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #EEEEEE));
}

a.noPointer {
  cursor: default;
  height: 18px;
}

a.inline {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 1px #F6F6F6;
  background-image: -moz-linear-gradient(center top, #FDFDFD, #EEEEEE);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #EEEEEE));
}

.result .sort-limit {
  width: 100%;
}

.result .sort-limit .sort {
  float: left;
  width: 50%;
  text-align: center;
}

.result .sort-limit .limit {
  float: right;
  width: 50%;
  text-align: center;
}

.result .sort-limit select {
  font-size: 15px;
}

ul.plist {
  padding: 50px 5px 10px 5px;
}

ul.plist li {
  border-width: 1px 0 0;
  display: block;
  font-size: 1em;
  overflow: hidden;
  position: relative;
  text-align: left;
  list-style: none outside none;
  padding: 10px 0 5px 10px;
  min-height: 110px;
  border-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  font-weight: normal;
  margin-left: 0.5em;
}

ul.plist li:first-child {
  border-top: 1px solid #CCCCCC;
}

ul.plist li img#imgUrl1 {
  float: left;
  left: 1px;
  width: 80px !important;
  margin-bottom: 10px;
  border: none;
}

ul.plist li .prd-desc {
  margin-left: 85px;
  min-height: 60px;
  padding-left: 5px;
  padding-right: 33px;
  display: block;
  position: relative;
  height: 100%;
}

ul.plist li .prd-desc .prd_list_nm_smt {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.prod-icons .prd-icon {
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 0.9em;
  line-height: 10px;
  margin: 2px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

.prod-icons span.new {
  background-color: #FF3333;
}

.prod-icons span.sale {
  background-color: #3333FF;
}

.prod-icons span.sfree {
  background-color: #336600;
}

.prod-icons span.reserve {
  background-color: #663300;
}

.prod-icons span.rtn {
  background-color: #333333;
}

.prod-icons span.soldout {
  background-color: #000000;
}

ul.plist li a {
  text-decoration: none;
  color: #444444;
}

ul.plist li p {
  margin: -0.5em 0 0.6em;
}

.category-dsearch {
  margin-top: -10px;
  font-size: 0.8em;
}

.category-dsearch p {
  margin: 5px 0;
  font-weight: bold;
}

.category-dsearch div {
  margin: 5px;
}

.category-dsearch .category {
  margin-top: 0;
}

.category-dsearch .price input {
  width: 70% !important;
  margin: 5px;
}

.prod_list .s_wordIf {
  padding: 5px 10px 0;
}

/* 詳細検索 start */
.psearch .condition {
  margin: 5px 0;
}

.psearch .condition dt {
  margin: 5px 0 0 0;
}

.psearch .condition dd {
  margin: 5px 0 5px 1em;
}

/* 絞り込み検索と共通 start */
input[name='fromPrice'],
input[name='toPrice'] {
  width: 110px !important;
}

input[name='contain'] {
  width: 20px !important;
}

/* 絞り込み検索と共通 end */
.psearch .condition input[name='searchWord'] {
  width: 250px !important;
}

.psearch .condition .sainyuka {
  margin: 5px 0;
}

.psearch .condition .radioLabel {
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  display: block;
}

.psearch .condition #selectedStd1 {
  font-size: 13px;
}

.psearch .condition .radioLabel .radioImg {
  width: 25px;
  height: 25px;
  display: block;
}

.psearch .condition .radioLabel input,
.psearch .condition .radioLabel .text {
  display: none;
}

.psearch .condition .RadioSelected .radioImg {
  border: 3px solid #999999;
}

.psearch .condition .RadioNotSelected .radioImg {
  border: none;
}

.psearch .condition .dflt {
  background-image: url("../images_smt/color_chips/any.png");
}

.psearch .condition .color1 {
  background-image: url("../images_smt/color_chips/red.png");
}

.psearch .condition .color2 {
  background-image: url("../images_smt/color_chips/black.png");
}

.psearch .condition .color3 {
  background-image: url("../images_smt/color_chips/blue.png");
}

.psearch .condition .color4 {
  background-image: url("../images_smt/color_chips/khaki.png");
}

.psearch .condition .color5 {
  background-image: url("../images_smt/color_chips/pink.png");
}

.psearch .condition .color6 {
  background-image: url("../images_smt/color_chips/purple.png");
}

/* 詳細検索 end */
/* 商品詳細 start */
.prod-detail .noDisp {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
  border: 1px solid #FF6699;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prod-detail {
  background: #fff;
  font-size: small;
}

.prod-detail table tr {
  line-height: 1.6em;
}

.prod-detail table tr .short-button {
  line-height: 1.3em;
}

.prod-detail .ctree-link .title_ctree span.list-icon {
  top: 23%;
  left: 10px;
}

.prod-detail .icons {
  padding: 0;
  margin: -10px 0;
}

.prod-detail .icons li {
  display: block;
  float: left;
  margin: 0 5px;
}

.prod-detail .icons li img {
  vertical-align: top;
}

.prod-detail .subImg-list {
  position: relative;
  display: block;
}

.prod-detail .subImg-list .thumbnail {
  padding: 0 20px;
}

.prod-detail .subImg-list .thumbnail li {
  display: block;
  float: left;
  margin: 2px;
}

.prod-detail .detail_l #detail_container_0 {
  position: relative;
  overflow: hidden;
  clear: both;
}

.prod-detail .detail_l #detail_container_0 .mainImgList {
  width: 2000%;
}

.prod-detail .detail_l #detail_container_0 .mainImgList .swpObj {
  text-align: center;
  float: left;
}

.prod-detail .detail_l #detail_container_0 .btn-back,
.prod-detail .detail_l #detail_container_0 .btn-next {
  top: 30%;
}

.prod-detail .detail_l #detail_container_0 img {
  margin: 10px 0;
  width: auto !important;
  height: auto !important;
}

.prod-detail #detail_container_0 .left-arrow {
  margin: 0 5px;
  position: absolute;
  top: 40%;
  left: 0px;
  height: 50px;
  width: 18px;
  background-position: -144px center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images_smt/icons-18-white.png");
  background-repeat: no-repeat;
  white-space: nowrap;
  cursor: pointer;
}

.prod-detail .right-arrow {
  margin: 0 5px;
  position: absolute;
  top: 40%;
  right: 5px;
  height: 50px;
  width: 18px;
  background-position: -108px center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images_smt/icons-18-white.png");
  background-repeat: no-repeat;
  white-space: nowrap;
  cursor: pointer;
}

.under-cart .short-button .fav {
  background-image: url("../images_smt/icons-36-black.png");
  background-position: -938px center;
}

.under-cart .short-button .rearrvl {
  background-image: url("../images_smt/icons-36-black.png");
  background-position: -722px center;
}

.under-cart .short-button .mail {
  background-image: url("../images_smt/icons-36-black.png");
  background-position: -1080px center;
}

.prod-detail .detailname {
  margin-bottom: 5px;
}

.prod-detail #mainImageLabel {
  float: left;
  height: 30px;
  padding: 12px 5px 0;
  font-weight: bold;
}

.prod-detail #zoomDiv {
  float: left;
}

.prod-detail #detail_container_0 .arrow-title {
  margin: 0 5px 20px;
}

.prod-detail #zoomDiv #zoomDivLarge,
.prod-detail .zoomlink {
  text-align: center;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: #FFF 0px -1px 1px;
  background-color: #F5F5F5;
  /**/
  background-image: -moz-linear-gradient(top, #F5F5F5 0%, #BFBFBF 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #F5F5F5), color-stop(100%, #BFBFBF));
  cursor: pointer;
  display: block;
  font-size: 1em;
  list-style: none outside none;
  margin: 5px 10px;
  overflow: hidden;
  padding: 7px 5px 5px;
  position: relative;
  width: 110px;
  height: 15px;
}

.prod-detail #zoomDiv #zoomDivLarge a,
.prod-detail .zoomlink {
  color: #2B5278;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #F6F6F6;
}

.prod-detail .subInfo {
  margin: 5px 0 10px 1em;
  font-size: small;
}

.prod-detail .subInfo .note {
  color: #ff0000;
  font-weight: bold;
}

.prod-detail #matrixIf table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.prod-detail #matrixIf {
  text-align: center;
}

.prod-detail #matrixIf table .row {
  min-width: 20px;
  padding: 5px;
  text-align: left;
}

.prod-detail #matrixIf table.mtrx tr:first-child th,
.prod-detail #matrixIf table td.stdNameCenter,
.prod-detail #matrixIf table td[id^="checked"] {
  text-align: center;
  vertical-align: middle;
}

.prod-detail #matrixIf .bgChecked {
  border: 3px solid #006699;
}

.prod-detail #matrixIf .bgChecked a {
  font-weight: bold;
}

.prod-detail #matrixIf table th,
.prod-detail #matrixIf table td,
.prod-detail #matrixIf .std3dd h4,
.prod-detail #matrixIf .std3dd .stdNm,
.prod-detail #ManyStd h4,
.prod-detail #matrixIf .tex,
.prod-detail #colorTipStyle .tex,
.prod-detail #optionArea .tex,
.prod-detail .relateKeyword h4,
.prod-detail .relateKeyword .kw {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

/*
.prod-detail #matrixIf table tr:first-child td:first-child {
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;

}


.prod-detail #matrixIf table tr:first-child th {
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;

}
*/
.prod-detail #matrixIf table th,
.prod-detail #matrixIf .std3dd h4,
.prod-detail #ManyStd h4,
.prod-detail #matrixIf .tex,
.prod-detail #colorTipStyle .tex,
.prod-detail #optionArea .tex,
.prod-detail .relateKeyword h4 {
  background: -moz-linear-gradient(center top, #AAAAAA, #EEEEEE) repeat scroll 0 0 #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AAAAAA), color-stop(1, #EEEEEE));
  vertical-align: middle;
}

.prod-detail #matrixIf table td,
.prod-detail #matrixIf .std3dd .stdNm,
.prod-detail .relateKeyword .kw {
  background: -moz-linear-gradient(center top, #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #EEEEEE));
}

.prod-detail #matrixIf table td {
  min-width: 44px;
}

.prod-detail #matrixIf .std3dd h4,
.prod-detail #ManyStd h4,
.prod-detail .relateKeyword h4 {
  margin-bottom: 0;
  padding: 0 5px;
}

.prod-detail #matrixIf .std3dd .stdNm,
.prod-detail .relateKeyword .kw {
  margin-top: 0;
  padding: 5px;
  border-top: none;
}

.prod-detail #matrixIf .std3dd img,
.prod-detail #ManyStd img {
  margin: 0 10px;
  vertical-align: middle;
}

.prod-detail #matrixIf td img {
  margin: 0 10px;
  display: block;
  float: right;
}

.prod-detail #matrixIf p,
.prod-detail #colorTipStyle p {
  text-align: left;
}

.prod-detail #matrixIf .tex,
.prod-detail #colorTipStyle .tex,
.prod-detail #optionArea .tex {
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}

.prod-detail #matrixIf #std1RowSpan {
  width: 10px;
}

.prod-detail #matrixIf #std1RowSpan .rowMode {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.prod-detail #colorTipStyle .stdTips .tips {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.prod-detail .stdConf {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.prod-detail .stdConf .slctd {
  padding: 5px 15px;
}

.prod-detail .stdTitle,
.prod-detail .qty .qtyTitle {
  font-weight: bold;
}

#detail_container_0 .btn-back,
#detail_container_0 .btn-next {
  z-index: 0;
}

.prod-detail #ManyStd .stdDisp div,
.prod-detail #mtrx3_style div {
  float: left;
}

.prod-detail .stdDisp,
.prod-detail #mtrx3_style,
.prod-detail .qty {
  height: 40px;
  padding: 5px 1em;
}

.prod-detail .stdDisp .stdTitle,
.prod-detail .qty .qtyTitle,
.prod-detail #mtrx3_style .stdTitle {
  padding-right: 10px;
  padding-top: 5px;
}

.prod-detail div.qty {
  margin-bottom: 5px;
}

.prod-detail .chu_qua {
  margin-left: 1em;
}

.prod-detail .chu_qua .plus-icon {
  left: 180px;
  top: 7px;
}

.prod-detail .chu_qua .minus-icon {
  left: 230px;
  top: 7px;
}

.prod-detail .stdPrice {
  margin: 10px 0;
  text-align: center;
}

.prod-detail .stdPrice .stdPriceText {
  font-weight: bold;
}

.prod-detail .stdPrice .stdPriceText #skuSellingPrice {
  color: red;
  font-size: 1.2em;
}

.prod-detail .stdPrice #skuPrice {
  font-weight: bold;
}

.prod-detail #cartImg {
  margin: 10px 0;
}

.prod-detail #cartImg input {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 61px;
  font-size: 16px !important;
}

.prod-detail #cartImg .button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 30px;
  border: none;
  border-radius: 3px;
  background: #444;
  color: #fff;
  font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  width: 300px;
  text-decoration: none;
}

.prod-detail #cartImg .button_cart {
  position: relative;
  padding-left: 50px;
  background: #f28d00;
}

.prod-detail #cartImg .button_cart:after {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  width: 29px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/product/ico_cart.png) no-repeat left top;
  content: " ";
}

.prod-detail .alcohol {
  text-align: center;
  margin: 10px;
  padding: 10px;
  border: 1px solid #FF0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prod-detail .alcohol p {
  color: #FF0000;
}

.prod-detail .relateKeyword {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.prod-detail .short-button {
  float: left;
  width: 25%;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #000;
  text-shadow: #FFF 0px -1px 1px;
  background-color: #F5F5F5;
  /**/
  background-image: -moz-linear-gradient(top, #F5F5F5 0%, #BFBFBF 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #F5F5F5), color-stop(100%, #BFBFBF));
  cursor: pointer;
  display: block;
  font-size: 1em;
  list-style: none outside none;
  margin: 20px 5px 10px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

.prod-detail .short-button a {
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #F6F6F6;
  color: #2B5278;
  font-size: 10px;
  font-weight: bold;
}

.prod-detail .short-button .icon {
  margin: 0 5px;
  position: absolute;
  top: 5px;
  height: 35px;
  width: 40%;
  background-repeat: no-repeat;
  white-space: nowrap;
  cursor: pointer;
  left: 24%;
}

.prod-detail .lead {
  margin: 5px 0;
  font-weight: bold;
}

.prod-detail .detail_txt {
  clear: both;
  margin: 10px 0;
}

.prod-detail .payList {
  clear: both;
  padding: 10px 0;
}

.prod-detail .optionContent {
  padding: 10px;
}

.prod-detail .optionContent ul li.option:not(:last-child) {
  border-bottom: 1px dotted #CCC;
}

/* 商品詳細 end */
/****************************************************************/
/*  cmDispRcmndProduct$smt
*****************************************************************/
/****************************************************************/
/*  srRegisterReview$smt
*****************************************************************/
/* 絞り込み start */
.refine_review {
  margin: 0 5.87vw 4vw;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
}
.refine_review_button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 11.2vw;
  transition: background .4s;
  color: #000;
}
.refine_review_button.is-opened {
  background: #f2f2f7;
}
.refine_review_button.is-opened i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.refine_review_button i {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 6.14vw;
  height: 6.14vw;
  transform: translateY(-50%);
  background: #a1a1a3;
  content: "";
}
.refine_review_button i::before, .refine_review_button i::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #fff;
  content: "";
}
.refine_review_button i::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition-duration: .3s;
}
.refine_review_condition {
  padding-bottom: 5.34vw;
}
.refine_review_box {
  padding: 5.34vw;
  border-bottom: 1px solid #d2d2d9;
}
.refine_review_box .title {
  font-size: 3.74vw;
  font-weight: bold;
}
.refine_review .box_button {
  margin: 5.34vw 9.87vw 0;
  text-align: center;
}
.refine_review .clear_condition {
  display: inline-block;
  margin-top: 4vw;
  color: #000;
  font-size: 3.74vw;
  text-decoration: underline;
}

.list_review_condition {
  display: flex;
  flex-wrap: wrap;
}
.list_review_condition li {
  width: 50%;
  margin-top: 2.67vw;
}
.list_review_condition img {
  height: 3.74vw;
}

/* 絞り込み end */
.product_review .image {
  width: 60vw;
  margin: 0 auto 5.34vw;
}
.product_review .image img {
  width: 100%;
}
.product_review .name {
  height: auto;
  font-size: 4.8vw;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}
.product_review .description {
  margin-bottom: 5.34vw;
  font-size: 3.74vw;
}
.product_review .total_star + .box_button {
  margin-top: 5.34vw;
}

/* レビュー start */
.box_review {
  margin: 0 5.87vw;
  padding: 6.67vw 2.67vw 8vw;
  border-bottom: 1px solid #8e8e8e;
}
.box_review .title {
  margin-bottom: 2.67vw;
  font-size: 4.27vw;
  font-weight: bold;
}
.box_review ul {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5.34vw;
}
.box_review ul img {
  height: 3.74vw;
}
.box_review .value {
  margin-left: 5.34vw;
  font-size: 4.27vw;
}
.box_review .date {
  margin-left: auto;
  color: #787878;
  font-size: 3.74vw;
}
.box_review_text {
  margin-bottom: 5.34vw;
  font-size: 3.74vw;

}
.box_review .name {
  margin-bottom: 1.34vw;
  font-size: 3.74vw;
}
.box_review_data {
  border-collapse: separate;
  border-spacing: 0 0.54vw;
}
.box_review_data th {
  width: 14.94vw;
  padding: 0.54vw 0;
  background: #f2f2f7;
  font-weight: normal;
}
.box_review_data td {
  padding: 0.54vw 0 0.54vw 5.34vw;
  color: #787878;
}

/* レビュー end */
.review .box_button {
  margin: 8vw 5.87vw 0;
}

/****************************************************************/
/*  cmDispRecentReview$smt
*****************************************************************/
/*
div.reviewBox {
  padding-bottom:5px;
  }
div.reviewBox .titleBox{
  overflow:hidden;
  border-top:solid 1px #FFF;
  padding:7px 5px;
  background-color:#F3F3F3;
  background-image:-moz-linear-gradient(top, #F3F3F3 0%, #CCCCCC 100%);
  background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#F3F3F3), color-stop(100%,#CCCCCC));
  }
div.reviewBox .title{
  font-size:14px;
  font-weight:bold;
  line-height:1.2;
  }
div.reviewBox .rate{
  color:#FF9900;
  width:60px;
  font-size:12px;
  float:right;
  margin-top:5px;
  text-align:center;
  background-color:#FFF;
  padding:3px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px #666& inset;
  -moz-box-shadow: 0 1px 3px #666 inset;
  box-shadow: 0 1px 3px #666 inset;
  }
div.reviewBox .inner{
  overflow:hidden;
  width:310px;
  padding:5px 5px 0 5px;
  margin:0 auto;
  }
div.reviewBox .inner .photo{
  float:left;
  width:100px !important;
  }
div.reviewBox .inner .text{
  float:left;
  width:200px !important;
  font-size:12px;
  line-height:1.5;
  margin-bottom:5px;
  }
div.reviewBox .inner .name{
  display:block;
  border-top:dotted 1px #CCC;
  font-size:11px;
  padding:5px;
  margin-top:5px;
  text-align:right;
  }
*/
/****************************************************************/
/*  csCompleteIntroduction$smt
*****************************************************************/
/*75_58*/
div.body {
  padding: 0 5px;
}

div.body .item {
  border-bottom: solid 2px #CCC;
  padding-bottom: 5px;
}

div.body .text {
  margin: 10px 0 10px 0;
  font-size: 12px;
  line-height: 1.3;
}

/****************************************************************/
/*  csConfirmIntroduction$smt
*****************************************************************/
/*76_59*/
/* tbl_item */
.tbl_item {
  margin: 8vw 0;
  padding: 5.34vw 5.87vw;
  background: #f2f2f7;
}
.tbl_item td {
  font-size: 3.74vw;
  vertical-align: top;
}
.tbl_item .img {
  width: 32vw;
}
.tbl_item img {
  width: 32vw;
  height: 32vw;
}
.tbl_item .text {
  padding-left: 5.34vw;
  font-size: 3.74vw;
  line-height: 1.6;
}
.tbl_item .number {
  color: #787878;
  font-size: 2.67vw;
}
.tbl_item .name {
  font-size: 4.8vw;
}
.tbl_item .price {
  margin-top: 1.34vw;
}
.tbl_item .variation {
  margin-top: 1.34vw;
}

/****************************************************************/
/*  csRearrivalInfomailIntroduction$smt
*****************************************************************/
#mailmagazine_kiyaku {
  display: none;
}

#oshiraseAbout {
  background-color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  padding: 10px;
}

#oshiraseAbout p {
  font-weight: bold;
}

#oshiraseAbout li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  margin-top: 5px;
}

/****************************************************************/
/*  srDispZoomPic$smt
*****************************************************************/
div#popup_style {
  text-align: center;
}

div#popup_style .titleBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

div#popup_style .titleBox .title {
  height: 30px;
  line-height: 30px;
  color: #FFF;
  font-weight: bold;
  background-color: #333;
  background-image: -moz-linear-gradient(top, #999999 0%, #555555 49%, #333333 50%, #000000 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #999999), color-stop(49%, #555555), color-stop(50%, #333333), color-stop(100%, #000000));
}

div#popup_style td {
  text-align: center;
}

div#popup_style img {
  border: solid 1px #CCC;
}

div#popup_style #detail_container_0 .btn-back,
div#popup_style #detail_container_0 .btn-next {
  z-index: 1;
}

div#popup_style .detail_l #detail_container_0 {
  padding: 0;
}

div#popup_style .detail_l #detail_container_0 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

div#popup_style .detail_l #detail_container_0 ul {
  width: 2000%;
}

div#popup_style .detail_l #detail_container_0 li {
  float: left;
  cursor: pointer;
}

div#popup_style .detail_l #detail_container_0 .highlight {
  border: 3px solid #006699;
}

/****************************************************************/
/* cmTopPage$smt
*****************************************************************/
/*tbl_shop1*/
div.tbl_shop {
  margin: 10px 5px;
}

div.tbl_shop .title {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}

div.shop1 .title {
  background-color: #ED74AA;
  background-image: -moz-linear-gradient(top, #ED74AA 0%, #CC135B 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ED74AA), color-stop(100%, #CC135B));
  border: solid 1px #CC135B;
  color: #FFF;
}

div.shop2 .title {
  background-color: #5E9AC4;
  background-image: -moz-linear-gradient(top, #5E9AC4 0%, #396B9E 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #5E9AC4), color-stop(100%, #396B9E));
  border: solid 1px #145072;
  color: #FFF;
}

div.shop3 .title {
  background-color: #FFCC00;
  background-image: -moz-linear-gradient(top, #FFCC00 0%, #CC9933 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #FFCC00), color-stop(100%, #CC9933));
  border: solid 1px #CC9933;
  color: #FFF;
}

div.tbl_shop .st {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 5px;
  border-left: solid 1px #145072;
  border-right: solid 1px #145072;
  border-bottom: solid 1px #145072;
  text-align: center;
}

div.tbl_shop div {
  padding: 10px;
}

div.shop1 div {
  border-left: solid 1px #CC135B;
  border-right: solid 1px #CC135B;
  border-bottom: dotted 1px #CC135B;
}

div.shop2 div {
  border-left: solid 1px #145072;
  border-right: solid 1px #145072;
  border-bottom: dotted 1px #145072;
}

div.shop3 div {
  border-left: solid 1px #CC9933;
  border-right: solid 1px #CC9933;
  border-bottom: dotted 1px #CC9933;
}

div.tbl_shop dt {
  font-size: 12px;
  margin-bottom: 5px;
}

div.tbl_shop dd {
  font-size: 12px;
  line-height: 1.3;
}

div.tbl_shop .tbl_inner {
  margin-top: 5px;
}

div.tbl_shop .inner {
  line-height: 1.3;
  overflow: hidden;
}

div.tbl_shop .inner a {
  display: block;
  width: auto !important;
  height: 28px;
  line-height: 28px;
  width: auto !important;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #000;
  text-shadow: #FFF 0px -1px 1px;
  background-color: #EDEDEE;
  background-image: -moz-linear-gradient(top, #EDEDEE 49%, #BABABB 50%, #BFBFBF 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(49%, #EDEDEE), color-stop(50%, #BABABB), color-stop(100%, #BFBFBF));
}

div.tbl_shop .bt_delete a {
  float: right;
}

div.tbl_shop div .tbl_inner td {
  font-size: 12px;
  padding: 5px;
  line-height: 1.3;
  background-color: #E5E5E5;
  border: solid 1px #FFF;
  vertical-align: middle;
}

div.tbl_shop .tbl_inner .tdL {
  text-align: center;
}

div.tbl_shop .tbl_inner .tdL input {
  margin-right: 0px;
}

div.tbl_shop .inner .jikan,
div.tbl_shop .tbl_inner td .name_sonota {
  width: 95% !important;
  margin: 5px 0;
}

div.tbl_shop .inner span span {
  color: #FF6600;
}

div.tbl_shop .inner .renraku {
  width: 95% !important;
  height: 80px;
}

/****************************************************************/
/* cmShopTopPage$smt
*****************************************************************/
/* tbl_fav1 */
.banner {
  overflow: hidden;
  width: 320px;
  margin: 5px auto 10px auto;
}

.banner li {
  float: left;
  margin: 0 5px;
}

div.tbl_info {
  margin: 0 5px;
}

div.tbl_info .title {
  padding-left: 5px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  border: solid 1px #145072;
  height: 30px;
  line-height: 30px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  background-color: #5E9AC4;
  background-image: -moz-linear-gradient(top, #5E9AC4 0%, #396B9E 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #5E9AC4), color-stop(100%, #396B9E));
}

div.tbl_info .info_text {
  padding: 10px 5px;
  border: solid 1px #145072;
  border-top: none;
  font-size: 12px;
  line-height: 1.3;
}

div.tbl_info table .tdL {
  border-left: solid 1px #145072;
  border-bottom: solid 1px #145072;
  background-color: #ECF3FF;
  width: 30% !important;
}

div.tbl_info table .tdR {
  border-right: solid 1px #145072;
  border-bottom: solid 1px #145072;
  width: 70% !important;
}

#relation_info a:not(:last-child):after {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: 0 5px;
  background: url(../images/common/ico_pkz.png) no-repeat left top;
  content: " ";
}

.outstock {
  border: 1px solid;
}

/****************************************************************/
/* 店舗別在庫
*****************************************************************/
.shop-stock .stdConf {
  padding: 10px;
  border: none;
}

.shop-stock .anchor {
  margin: 10px 5px;
  border: 1px solid #CCC;
  padding: 5px;
}

.shop-stock .anchor p {
  margin-bottom: 5px;
}

.shop-stock .stdConf ul.stdBox {
  border-bottom: 1px solid #DDD;
  padding: 5px 0;
}

.shop-stock .anchor ul li,
.shop-stock .stdConf ul.stdBox li {
  float: left;
  margin-right: 15px;
}

.shop-stock .anchor ul li:after,
.shop-stock .stdConf ul.stdBox li:after {
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
  height: 0px;
}

.shop-stock .area .section .list_shop {
  margin: 10px;
  width: 95%;
}

.shop-stock .area .section .list_shop tr td,
.shop-stock .area .section .list_shop tr th {
  border: 1px solid #CCC;
  vertical-align: middle;
}

.shop-stock .area .section .list_shop tr th {
  background-color: #f2f2f2;
  font-weight: normal;
}

.shop-stock .area .section .list_shop tr td {
  text-align: left;
  padding: 5px;
}

.shop-stock .area .section .list_shop tr td.status {
  text-align: center;
}

/* 県名 */
/* .shop-stock .section .sub_head01 { */
/*  background-color: #e6e6e6; */
/*  border: 1px solid #DDD; */
/* } */
.shop-stock .section .sub_head01 {
  padding: 4px 10px;
  font-weight: bold;
}

/****************************************************************/
/* サブブランド
*****************************************************************/
.sub_brand_image {
  background: no-repeat 50% 0;
  background-size: cover;
  line-height: 0;
}
.sub_brand_image img {
  display: block;
  width: 100%;
  max-height: 750px;
  opacity: 0;
}
.sub_brand .summary {
  margin: 5.34vw 5.87vw 12vw;
}
.sub_brand .product_contents {
  border-bottom: 0;
}
.sub_brand .list_heading {
  border-top: 1px solid #8e8e8e;
}

/****************************************************************/
/* キャンペーン
*****************************************************************/
/* キャンペーン start */
.section_campaign {
  margin-bottom: 10.67vw;
}

.campaign_heading {
  margin: 0 5.87vw -1px;
  /*font-size: 3.74vw;*/
}

.campaign_heading {
 /* margin-bottom: 25px;*/
  font-size: 14px;
  text-align: center;
  background-color:#F2F2F7;
  padding:20px 0;
  border: 1px solid #8e8e8e;
  
}

.campaign_heading span{
  font-size: 16px;
	font-weight:bold;
}

.box_campaign {
  margin: 0 5.87vw 5.34vw;
  border: 1px solid #8e8e8e;
}
.box_campaign:last-child {
  margin-bottom: 0;
}
.box_campaign .title {
  font-size: 3.74vw;
  font-weight: bold;
}
.box_campaign p {
  margin: 4vw 5.34vw;
}
.box_campaign .more p:not(.button_more) {
  margin: 0 5.34vw 4vw;
}
.box_campaign .more .button_more {
  position: relative;
  width: 58.14vw;
  margin: 5.34vw auto 6.67vw;
  padding: 2.67vw 0;
  border: 1px solid #8e8e8e;
  text-align: center;
}
.box_campaign .more .button_more.is-opened {
  background: #f2f2f7;
}
.box_campaign .more .button_more.is-opened i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.box_campaign .more .button_more.is-opened {
  background: #fff;
}
.box_campaign .more .button_more i {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 6.14vw;
  height: 6.14vw;
  transform: translateY(-50%);
  background: #a1a1a3;
  content: "";
}
.box_campaign .more .button_more i::before, .box_campaign .more .button_more i::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #fff;
  content: "";
}
.box_campaign .more .button_more i::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition-duration: .3s;
}

/* キャンペーン end */
/* 特典 start */
.benefits {
  background: #f2f2f7;
  margin-bottom: 10.67vw;
  padding-bottom: 5.34vw;
}

.box_benefits {
  margin: 0 5.87vw 5.34vw;
  background: #fff;
}
.box_benefits .title {
  display: flex;
  width: 100%;
  margin-bottom: 5.34vw;
  font-size: 3.74vw;
  font-weight: bold;
}
.box_benefits .title span {
  display: flex;
  align-items: center;
}
.box_benefits .tag {
  justify-content: center;
  width: 16vw;
  height: 16vw;
  margin-right: 4vw;
  background: #f7a8a8;
  color: #fff;
  font-weight: normal;
}
.box_benefits p:not(.title) {
  margin: 2.67vw 5.34vw;
}
.box_benefits .box_link {
  margin: 5.34vw 5.34vw 0;
  padding-bottom: 5.34vw;
}

/* 特典 end */
/* メルマガ start */
.box_magazine {
  margin: 0 5.87vw;
  border: 1px solid #8e8e8e;
}
.box_magazine .title {
  margin: 4vw;
  font-size: 3.74vw;
  text-align: center;
}
.box_magazine p:not(.title) {
  margin: 4vw 5.34vw;
}
.box_magazine .box_link {
  margin-bottom: 5.34vw;
}

/* メルマガ end */

/*# sourceMappingURL=prod-smt.css.map */
/* ベストコスメ画像表示*/
div.best.main {
  position: absolute;
  top: 0;
  width: 100px;
  display: block;
}

/* 航空不可画像・文言 */
.airmail-impossibility img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.airmail-impossibility span {
  display: inline-block;
  vertical-align:middle;
  color:#ff0000;
  font-size: 0.8rem;
}

/* RSSバナー一覧 */
.rss-banners {
  text-align: center;
}
.rss-banners a {
  padding: 10px 0;
  display: inline-block;
}

.simultaneous-purchase-product-sold {
  color: #ec2626;
}
.m0auto{margin: 0 auto;}
.mt05{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mt105{margin-top: 105px!important;}
.mt110{margin-top: 110px!important;}
.mt115{margin-top: 115px!important;}
.mt120{margin-top: 120px!important;}
.mt125{margin-top: 125px!important;}
.mt130{margin-top: 130px!important;}
.mt135{margin-top: 135px!important;}
.mt140{margin-top: 140px!important;}
.mt145{margin-top: 145px!important;}
.mt150{margin-top: 150px!important;}
.mt155{margin-top: 155px!important;}
.mt160{margin-top: 160px!important;}
.mt165{margin-top: 165px!important;}
.mt170{margin-top: 170px!important;}
.mt175{margin-top: 175px!important;}
.mt180{margin-top: 180px!important;}
.mt185{margin-top: 185px!important;}
.mt190{margin-top: 190px!important;}
.mt195{margin-top: 195px!important;}
.mt200{margin-top: 200px!important;}

.mb05{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mb105{margin-bottom: 105px!important;}
.mb110{margin-bottom: 110px!important;}
.mb115{margin-bottom: 115px!important;}
.mb120{margin-bottom: 120px!important;}
.mb125{margin-bottom: 125px!important;}
.mb130{margin-bottom: 130px!important;}
.mb135{margin-bottom: 135px!important;}
.mb140{margin-bottom: 140px!important;}
.mb145{margin-bottom: 145px!important;}
.mb150{margin-bottom: 150px!important;}
.mb155{margin-bottom: 155px!important;}
.mb160{margin-bottom: 160px!important;}
.mb165{margin-bottom: 165px!important;}
.mb170{margin-bottom: 170px!important;}
.mb175{margin-bottom: 175px!important;}
.mb180{margin-bottom: 180px!important;}
.mb185{margin-bottom: 185px!important;}
.mb190{margin-bottom: 190px!important;}
.mb195{margin-bottom: 195px!important;}
.mb200{margin-bottom: 200px!important;}

.mr05{margin-right: 5px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}
.mr20{margin-right: 20px!important;}
.mr25{margin-right: 25px!important;}
.mr30{margin-right: 30px!important;}
.mr35{margin-right: 35px!important;}
.mr40{margin-right: 40px!important;}
.mr45{margin-right: 45px!important;}
.mr50{margin-right: 50px!important;}
.mr55{margin-right: 55px!important;}
.mr60{margin-right: 60px!important;}
.mr65{margin-right: 65px!important;}
.mr70{margin-right: 70px!important;}
.mr75{margin-right: 75px!important;}
.mr80{margin-right: 80px!important;}
.mr85{margin-right: 85px!important;}
.mr90{margin-right: 90px!important;}
.mr95{margin-right: 95px!important;}
.mr100{margin-right: 100px!important;}
.mr105{margin-right: 105px!important;}
.mr110{margin-right: 110px!important;}
.mr115{margin-right: 115px!important;}
.mr120{margin-right: 120px!important;}
.mr125{margin-right: 125px!important;}
.mr130{margin-right: 130px!important;}
.mr135{margin-right: 135px!important;}
.mr140{margin-right: 140px!important;}
.mr145{margin-right: 145px!important;}
.mr150{margin-right: 150px!important;}
.mr155{margin-right: 155px!important;}
.mr160{margin-right: 160px!important;}
.mr165{margin-right: 165px!important;}
.mr170{margin-right: 170px!important;}
.mr175{margin-right: 175px!important;}
.mr180{margin-right: 180px!important;}
.mr185{margin-right: 185px!important;}
.mr190{margin-right: 190px!important;}
.mr195{margin-right: 195px!important;}
.mr200{margin-right: 200px!important;}

.ml05{margin-left: 5px!important;}
.ml10{margin-left: 10px!important;}
.ml15{margin-left: 15px!important;}
.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml30{margin-left: 30px!important;}
.ml35{margin-left: 35px!important;}
.ml40{margin-left: 40px!important;}
.ml45{margin-left: 45px!important;}
.ml50{margin-left: 50px!important;}
.ml55{margin-left: 55px!important;}
.ml60{margin-left: 60px!important;}
.ml65{margin-left: 65px!important;}
.ml70{margin-left: 70px!important;}
.ml75{margin-left: 75px!important;}
.ml80{margin-left: 80px!important;}
.ml85{margin-left: 85px!important;}
.ml90{margin-left: 90px!important;}
.ml95{margin-left: 95px!important;}
.ml100{margin-left: 100px!important;}
.ml105{margin-left: 105px!important;}
.ml110{margin-left: 110px!important;}
.ml115{margin-left: 115px!important;}
.ml120{margin-left: 120px!important;}
.ml125{margin-left: 125px!important;}
.ml130{margin-left: 130px!important;}
.ml135{margin-left: 135px!important;}
.ml140{margin-left: 140px!important;}
.ml145{margin-left: 145px!important;}
.ml150{margin-left: 150px!important;}
.ml155{margin-left: 155px!important;}
.ml160{margin-left: 160px!important;}
.ml165{margin-left: 165px!important;}
.ml170{margin-left: 170px!important;}
.ml175{margin-left: 175px!important;}
.ml180{margin-left: 180px!important;}
.ml185{margin-left: 185px!important;}
.ml190{margin-left: 190px!important;}
.ml195{margin-left: 195px!important;}
.ml200{margin-left: 200px!important;}

.pt05{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt30{padding-top: 30px!important;}
.pt35{padding-top: 35px!important;}
.pt40{padding-top: 40px!important;}
.pt45{padding-top: 45px!important;}
.pt50{padding-top: 50px!important;}
.pt55{padding-top: 55px!important;}
.pt60{padding-top: 60px!important;}
.pt65{padding-top: 65px!important;}
.pt70{padding-top: 70px!important;}
.pt75{padding-top: 75px!important;}
.pt80{padding-top: 80px!important;}
.pt85{padding-top: 85px!important;}
.pt90{padding-top: 90px!important;}
.pt95{padding-top: 95px!important;}
.pt100{padding-top: 100px!important;}
.pt105{padding-top: 105px!important;}
.pt110{padding-top: 110px!important;}
.pt115{padding-top: 115px!important;}
.pt120{padding-top: 120px!important;}
.pt125{padding-top: 125px!important;}
.pt130{padding-top: 130px!important;}
.pt135{padding-top: 135px!important;}
.pt140{padding-top: 140px!important;}
.pt145{padding-top: 145px!important;}
.pt150{padding-top: 150px!important;}
.pt155{padding-top: 155px!important;}
.pt160{padding-top: 160px!important;}
.pt165{padding-top: 165px!important;}
.pt170{padding-top: 170px!important;}
.pt175{padding-top: 175px!important;}
.pt180{padding-top: 180px!important;}
.pt185{padding-top: 185px!important;}
.pt190{padding-top: 190px!important;}
.pt195{padding-top: 195px!important;}
.pt200{padding-top: 200px!important;}

.pb05{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}
.pb35{padding-bottom: 35px!important;}
.pb40{padding-bottom: 40px!important;}
.pb45{padding-bottom: 45px!important;}
.pb50{padding-bottom: 50px!important;}
.pb55{padding-bottom: 55px!important;}
.pb60{padding-bottom: 60px!important;}
.pb65{padding-bottom: 65px!important;}
.pb70{padding-bottom: 70px!important;}
.pb75{padding-bottom: 75px!important;}
.pb80{padding-bottom: 80px!important;}
.pb85{padding-bottom: 85px!important;}
.pb90{padding-bottom: 90px!important;}
.pb95{padding-bottom: 95px!important;}
.pb100{padding-bottom: 100px!important;}
.pb105{padding-bottom: 105px!important;}
.pb110{padding-bottom: 110px!important;}
.pb115{padding-bottom: 115px!important;}
.pb120{padding-bottom: 120px!important;}
.pb125{padding-bottom: 125px!important;}
.pb130{padding-bottom: 130px!important;}
.pb135{padding-bottom: 135px!important;}
.pb140{padding-bottom: 140px!important;}
.pb145{padding-bottom: 145px!important;}
.pb150{padding-bottom: 150px!important;}
.pb155{padding-bottom: 155px!important;}
.pb160{padding-bottom: 160px!important;}
.pb165{padding-bottom: 165px!important;}
.pb170{padding-bottom: 170px!important;}
.pb175{padding-bottom: 175px!important;}
.pb180{padding-bottom: 180px!important;}
.pb185{padding-bottom: 185px!important;}
.pb190{padding-bottom: 190px!important;}
.pb195{padding-bottom: 195px!important;}
.pb200{padding-bottom: 200px!important;}

.pr05{padding-right: 5px!important;}
.pr10{padding-right: 10px!important;}
.pr15{padding-right: 15px!important;}
.pr20{padding-right: 20px!important;}
.pr25{padding-right: 25px!important;}
.pr30{padding-right: 30px!important;}
.pr35{padding-right: 35px!important;}
.pr40{padding-right: 40px!important;}
.pr45{padding-right: 45px!important;}
.pr50{padding-right: 50px!important;}
.pr55{padding-right: 55px!important;}
.pr60{padding-right: 60px!important;}
.pr65{padding-right: 65px!important;}
.pr70{padding-right: 70px!important;}
.pr75{padding-right: 75px!important;}
.pr80{padding-right: 80px!important;}
.pr85{padding-right: 85px!important;}
.pr90{padding-right: 90px!important;}
.pr95{padding-right: 95px!important;}
.pr100{padding-right: 100px!important;}
.pr105{padding-right: 105px!important;}
.pr110{padding-right: 110px!important;}
.pr115{padding-right: 115px!important;}
.pr120{padding-right: 120px!important;}
.pr125{padding-right: 125px!important;}
.pr130{padding-right: 130px!important;}
.pr135{padding-right: 135px!important;}
.pr140{padding-right: 140px!important;}
.pr145{padding-right: 145px!important;}
.pr150{padding-right: 150px!important;}
.pr155{padding-right: 155px!important;}
.pr160{padding-right: 160px!important;}
.pr165{padding-right: 165px!important;}
.pr170{padding-right: 170px!important;}
.pr175{padding-right: 175px!important;}
.pr180{padding-right: 180px!important;}
.pr185{padding-right: 185px!important;}
.pr190{padding-right: 190px!important;}
.pr195{padding-right: 195px!important;}
.pr200{padding-right: 200px!important;}

.pl05{padding-left: 5px!important;}
.pl10{padding-left: 10px!important;}
.pl15{padding-left: 15px!important;}
.pl20{padding-left: 20px!important;}
.pl25{padding-left: 25px!important;}
.pl30{padding-left: 30px!important;}
.pl35{padding-left: 35px!important;}
.pl40{padding-left: 40px!important;}
.pl45{padding-left: 45px!important;}
.pl50{padding-left: 50px!important;}
.pl55{padding-left: 55px!important;}
.pl60{padding-left: 60px!important;}
.pl65{padding-left: 65px!important;}
.pl70{padding-left: 70px!important;}
.pl75{padding-left: 75px!important;}
.pl80{padding-left: 80px!important;}
.pl85{padding-left: 85px!important;}
.pl90{padding-left: 90px!important;}
.pl95{padding-left: 95px!important;}
.pl100{padding-left: 100px!important;}
.pl105{padding-left: 105px!important;}
.pl110{padding-left: 110px!important;}
.pl115{padding-left: 115px!important;}
.pl120{padding-left: 120px!important;}
.pl125{padding-left: 125px!important;}
.pl130{padding-left: 130px!important;}
.pl135{padding-left: 135px!important;}
.pl140{padding-left: 140px!important;}
.pl145{padding-left: 145px!important;}
.pl150{padding-left: 150px!important;}
.pl155{padding-left: 155px!important;}
.pl160{padding-left: 160px!important;}
.pl165{padding-left: 165px!important;}
.pl170{padding-left: 170px!important;}
.pl175{padding-left: 175px!important;}
.pl180{padding-left: 180px!important;}
.pl185{padding-left: 185px!important;}
.pl190{padding-left: 190px!important;}
.pl195{padding-left: 195px!important;}
.pl200{padding-left: 200px!important;}

.center{text-align: center!important;}
.right{text-align: right!important;}
.left{text-align: left!important;}

.bold{font-weight: bold!important;}
.red{color: red!important;}

.youtube_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.disflex{
  display: flex;
}

/*成分表示のテーブル*/
.inc_nutArea .tableArea table {
    border-top: 1px solid #e4e4e4;
    margin: 0 17px 0 0;
}
.inc_nutArea .tableArea table th, .inc_nutArea .tableArea table td {
    border-bottom: 1px solid #e4e4e4;
    vertical-align: middle;
    padding: 6px 10px 6px 10px;}

    .inc_nutArea .tableArea table th, .inc_nutArea .tableArea table td {
    border-bottom: 1px solid #e4e4e4;
    vertical-align: middle;
    padding: 6px 10px 6px 10px;}

    .inc_nutArea .tableArea table th {
    text-align: left;
    background: #f8f5f0;
}

.product_contents_box .contents p {
  margin-top: 20px!important;
}
.font-size85per{
	font-size:85%;
}
#attr_sampleBannerLink{
	z-index: 3;
    opacity: 1;
    transition: .3s ease;;
}
#attr_sampleBannerLink.js-hide{
    opacity: 0;
}
.bulk_purchase_data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
}

.bulk_purchase_data .bulk_box_button .button {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.bulk_purchase_data .bulk_box_button .button.disabled  {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f7;
  color: #787878;
}
.bulk_purchase_price {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 4.27vw;
  margin: 10px;
}
.bulk_product_image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 5.87vw;
}
.bulk_product_image img {
  width: 150px;
  height: 150px;
  margin: 10px;
}
.bulk_product_overview_description i, .refine_secondary_item i {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transition: .4s ease;
}
.bulk_product_overview_description i::before, .refine_secondary_item i::before {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -3.5px;
}

.bulk_product_overview_description.is-opened i, .refine_secondary_item.is-opened i {
  transform: rotate(-180deg);
}

.bulk_product_overview_description, .refine_secondary_item, .refine_tertiary_item {
  display: block;
  position: relative;
  transition: .2s linear;
  line-height: 1;
  text-decoration: none;
}
.bulk_product_overview_description:focus, .refine_secondary_item:focus, .refine_tertiary_item:focus {
  outline: none;
}

.refine_primary > li:not(:first-child) {
  margin-top: 10px;
}
.bulk_product_overview_description {
  font-weight: normal;
  margin-left: 30px;
  padding-bottom: 10px;
}
.bulk_product_overview_description i {
  background: rgba(0, 0, 0, 0.5);
}
.bulk_product_overview_description:hover i {
  background: black;
}
.bulk_product_overview_description.is-opened {
  font-weight: normal;
}

.refine_secondary_item {
  padding: 16px 20px 16px 30px;
  border-top: #fff 1px solid;
  background: #f2f2f7;
  color: #000;
  font-size: 14px;
}
.refine_secondary_item i {
  background: rgba(120, 120, 120, 0.5);
}
.refine_secondary_item:hover i {
  background: #787878;
}
.refine_secondary_item.is-opened {
  border-color: #d2d2d9;
  background: #fff;
  color: #000;
  font-weight: 700;
}

.refine_tertiary li {
  border-top: #f2f2f7 1px solid;
}
.refine_tertiary_item {
  padding: 16px 20px 16px 30px;
  color: #787878;
  font-size: 14px;
}
.refine_tertiary_item::after {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border: #000 1px solid;
  border-width: 1px 1px 0 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -4px;
}
.refine_tertiary_item:hover {
  color: #000;
}
.bulk_box_freeword {
  padding: 20px 30px;
  background: #f2f2f7;
}
.bulk_check {
  flex-wrap : wrap;
  flex-direction: column;
  align-items: flex-start;
}
.bulk_check.type_check::before {
  left: 2vw;
}
.bulk_check.type_check.checked::after {
  left: 4vw;
}
.bulk_border {
  border: 1px solid #d2d2d9;
  border-collapse: collapse;
}
.bulk_purchase_more_item {
  border-top: 1px solid #d2d2d9;
}
.bulk_item_list {
  border-bottom: 1px solid #d2d2d9;
  margin-top: 3vw;
  padding-bottom: 3vw;
}
.bulk_item_description {
  margin-top: 3vw;
  border-bottom: 1px solid #d2d2d9;
  padding-bottom: 3vw;
}
.product_bulk_purchase_title {
  margin-bottom: 1.34vw;
  font-size: 4.8vw;
  font-weight: normal;
  left: 1.2;
  text-align: center;
}
.list_tile .bulk_item.item:nth-child(odd) {
  border-right: none;

}
.list .bulk_item.item {
  border-bottom: none;
}
.bulk_item_list .name {
  margin-right: 15px;
  color: #000;
  font-weight: normal;
}
li.add_item::after {
  content: "";
  font-size: 150%;
  padding: 2vw;
  position: relative;
  top: 33%;
  color: #000;
}
li.add_item:nth-of-type(1)::after {
  content: "+";
}
li.add_item:nth-of-type(2)::after {
  content: "+";
}
li.add_item:nth-of-type(3)::after {
}
li.add_item:nth-of-type(4)::after {
  content: "+";
}
.list_tile .item.bulk_item {
  width: 28%;
  padding: 2.67vw 0 4.34vw;
}
.list_tile.bulk_list_tile {
  justify-content: center;
}

.introduction .description_box_link {
    display: block;
    border: 1px solid #8e8e8e;
    color: #000;
    padding: 3vw;
    position: relative;
    text-align: center;
}
.introduction .description_box_link:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(135deg);
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #000;
    content: "";
    right: 4vw;
    width: 2.14vw;
    height: 2.14vw;
}
#sample_banner{
	text-align: center;
	padding: 5vw 5.87vw 6.67vw;
}