@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #333;
  font-size: 15px;
  font-family: "Kaisei HarunoUmi", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  background: url(https://img.shop-pro.jp/tmpl_img/58/21.png) fixed;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #3579bf;
  text-decoration: none;
}

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}

hr {
  display: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

/* @group Layout */
#wrapper {
  width: 1090px;
  margin: 0 auto;
  padding: 10px 0;
}

#header {
  padding: 10px;
}

#container {
  margin: 0px 0;
  padding: 10px 0 0px 0;
  width: 1090px;
}

#footer {
  clear: both;
  margin-top: 20px;
  color: #666;
  padding: 30px;
  text-align: center;
}

/* @end */
/* @group #Header */
#header div.header_link {
  float: right;
  margin-bottom: 40px;
}

#header div.header_link ul li {
  list-style-type: none;
  float: left;
  margin-left: 20px;
  line-height: 16px;
}

#header div.header_link ul li i {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 5px;
}

li.official {
  border-bottom: 1px solid #046EB8;
  padding-bottom: 5px;
}

#header div.header_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/58/glyphicons.png) -343px -108px;
}

#header div.header_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/58/glyphicons.png) -415px -204px;
}

#header div.header_link ul li.view_cart .count {
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 3px;
  text-decoration: none;
}

#header div.search {
  float: left;
  margin-bottom: 40px;
}
#header div.search input,
#header div.search select {
  font-family: "Kaisei HarunoUmi", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

#header h1.logo {
  clear: both;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}

#header h1.logo a {
  text-decoration: none;
}

/* @end */
/* @group #Footer */
#footer a {
  color: #666;
  font-size: 14px;
  transition: all 0.3s;
}
#footer a:hover {
  color: #3579bf;
}

#footer ul.footer_menu {
  margin-top: 30px;
  margin-bottom: 50px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 8px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 20px auto;
}
.footer_sns a {
  transition: all 0.3s;
}
.footer_sns a:hover {
  opacity: 0.8;
}

.footer_sns li {
  margin-right: 10px;
}

.footer_sns img {
  width: 20px;
}

.copyright {
  font-size: 12px;
}

/* @end */
/* @group #Sub */
div#sub div.box h3 {
  margin-bottom: 10px;
  padding: 5px;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
}

div.box ul {
  margin-left: 20px;
}

div.box ul li {
  margin-bottom: 5px;
}

div#box_cart div.cart_button {
  text-align: right;
}

div#box_owner img.owner_photo {
  width: 100px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #ffffff;
}

div#box_owner p.name {
  font-size: 20px;
  margin-bottom: 10px;
}

div#box_owner p.memo {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* @end */
/* @group Box Style */
.box {
  width: 230px;
  box-shadow: 1px 1px 1px rgba(25, 25, 25, 0.2);
  margin: 0px 0px 10px 10px;
  padding: 15px;
  background: #fff;
}

.box h3 {
  font-size: 14px;
  color: #cc0000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.box img {
  max-width: 100%;
}

.box p.caption {
  margin-top: 10px;
  line-height: 20px;
}

.box.item_box {
  background: #202020;
  color: #fff;
}
.box.item_box a {
  position: relative;
  display: block;
  color: #fff;
}
.box.item_box a:hover::before {
  background: rgba(255, 255, 255, 0.05);
}
.box.item_box a:hover .item_name {
  color: #FFF001;
}
.box.item_box a::before {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  z-index: 100;
  transition: all 0.3s;
}

.item_photo {
  position: relative;
  z-index: 0;
}
.item_photo::before, .item_photo::after {
  position: absolute;
  content: "";
  z-index: 10;
}
.item_photo::before {
  top: -1px;
  left: -1px;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #202020;
}
.item_photo::after {
  right: -1px;
  bottom: -1px;
  border-top: 40px solid transparent;
  border-right: 40px solid #202020;
}

.box p.item_name {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
}

.box p.item_price {
  font-size: 16px;
  margin-top: 10px;
  text-align: right;
}

.recommend-list,
.seller-list,
.new-list {
  display: flex;
  flex-wrap: wrap;
}
.recommend-tit,
.seller-tit,
.new-tit {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  color: #000;
}
.recommend-tit::before,
.seller-tit::before,
.new-tit::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  bottom: 0;
  background: url("https://img21.shop-pro.jp/PA01473/764/etc/tit-bk01.jpg?cmsp_timestamp=20211018131321");
}

.seller,
.new {
  margin-top: 20px;
}

.box_checkitem_img {
  width: 46px;
  height: 46px;
}

.box-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}

#box_category, #box_recommend, #box_sellers, #box_checkitem {
  padding: 0;
  width: 260px;
}
#box_category ul, #box_recommend ul, #box_sellers ul, #box_checkitem ul {
  padding: 0 15px 8px;
}
#box_checkitem ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
#box_checkitem li {
  margin: 0 3px;
  list-style-type: none;
}
#box_checkitem li a {
  transition: all 0.3s;
}
#box_checkitem li a:hover {
  opacity: 0.8;
}

.box h3 {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

/* @end */
/* @group Top Page */
#box_news p {
  line-height: 20px;
}

#box_free p {
  line-height: 20px;
}

/* @end */
/* @group Product Detail Page */
div#product_image_area {
  width: 500px;
}

div#product_image_area img {
  max-width: 100%;
}

div#product_detail_area h2.product_name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

div#product_detail_area div.product_description {
  margin-bottom: 20px;
  word-wrap: break-word;
}

div#product_link_area {
  clear: both;
}

div#product_link_area div.twitter {
  float: left;
  width: 90px;
}

div#product_link_area div.pinterest {
  float: left;
  margin-right: 15px;
}

div#product_link_area div.fb-like {
  float: left;
  width: 80px;
}

div#product_link_area ul.other_link {
  clear: both;
  padding-top: 10px;
  margin-left: 20px;
}

div#product_link_area ul.other_link li {
  margin-bottom: 5px;
}

table.add_cart_table {
  width: 100%;
  border-top: 1px solid #ffffff;
  margin-bottom: 10px;
}

table.add_cart_table th {
  border-bottom: 1px solid #ffffff;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

table.add_cart_table td {
  border-bottom: 1px solid #ffffff;
  padding: 5px;
}

table.add_cart_table td input {
  width: 30px;
  font-size: 14px;
}

table.add_cart_table td strong.price {
  font-size: 14px;
}

table.add_cart_table td table td {
  padding: 0 3px 0 0;
}

table#option_tbl {
  width: 100%;
  margin-bottom: 20px;
}

table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}

table#option_tbl th,
table#option_tbl td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

table#option_tbl th {
  background: whiteSmoke;
}

table#option_tbl td div input {
  margin-bottom: 5px;
}

.sk_link_other {
  margin-bottom: 5px;
}

div.box ul.option_price {
  margin: 0 0 20px 0;
}

ul.option_price li {
  list-style-type: none;
}

div.button_area input {
  width: 100%;
}

#together_area .item_box {
  margin-bottom: 20px;
}

#together_area h3 {
  text-align: left;
  margin-bottom: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}

#tb_stitle {
  margin-bottom: 20px;
}

.tb_date,
.tb_title,
.tb_body,
.tb_state {
  margin-bottom: 5px;
}

/* @group Product Option Window */
div#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}

div#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}

table.table_option th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  background: #f5f5f5;
}

table.table_option td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}

/* @end */
/* @end */
/* @group Product List Page */
.box_archive {
  float: left;
}
.box_archive h2 {
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.box_archive h2 a {
  color: #cc0000;
}
.box_archive a {
  transition: all 0.3s;
}
.box_archive a:hover {
  color: #3579bf;
}
.box_archive.category_title {
  padding: 0;
}

.archive {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

div.sub_category_area {
  border-bottom: 1px solid #ccc;
}

div.sub_category_area div.sub_category {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

div.sub_category_area div.sub_category img {
  margin-right: 10px;
}

/* @end */
/* @group freepage */
div#free_area {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(25, 25, 25, 0.2);
  padding: 15px;
  width: 1040px;
  margin: 0 10px !important;
}

/* @end */
/* @group Search Page */
/* @end */
/* @group Policy */
div#policy {
  width: 660px;
  margin-left: 200px !important;
}

div#policy h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

div#policy h3 {
  border: none;
}

div#policy tr {
  border-bottom: 1px solid #eee;
}

div#policy th {
  width: 200px;
  text-align: left;
  padding: 30px 20px 30px 0;
}

div#policy th img.poricy_img {
  margin-bottom: 5px;
}

div#policy td {
  padding: 30px 0;
}

div#policy th,
div#policy td {
  vertical-align: top;
  line-height: 1.8;
}

div.sk_box {
  margin-bottom: 50px;
}

div#privacy_policy_area {
  margin: 30px;
}

div#policy_lead,
div.policy_box {
  margin-bottom: 50px;
}

div.pe_title {
  margin-bottom: 10px;
}

div#return_policy_area {
  margin: 30px;
}

div#terms_area {
  margin: 30px;
}

div#payment_method {
  margin-top: 40px;
}

div#payment_method table.table {
  width: 100%;
}

div#payment_method table.table th {
  width: 200px;
  text-align: center;
}

div#shipping_method {
  margin-top: 40px;
}

div#shipping_method table.table {
  width: 100%;
}

div#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* @end */
/* @group Common Elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.table {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-bottom: 20px;
}

table.table th {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 5px;
  background: #f5f5f5;
}

table.table td {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 5px;
}

div.sort {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
}

div.sort strong {
  margin-right: 5px;
}

div.sort a {
  margin-right: 5px;
  text-decoration: underline;
}

div.sort span {
  margin-right: 5px;
  font-weight: bolder;
  text-decoration: none;
  color: #3579bf;
}

div.footstamp {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}

div.footstamp span {
  margin: 0 5px;
}

div.pager {
  clear: both;
  text-align: center;
  margin-bottom: 50px;
}

div.none {
  text-align: center;
}

img.category_img {
  margin-bottom: 5px;
}

.regular_price_top,
.regular_price_all,
.regular_price_search,
.regular_price_detail {
  text-decoration: line-through;
  color: #999;
}

.inline_block {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

/* radius */
.r3 {
  border-radius: 3px;
}

.r5 {
  border-radius: 5px;
}

.r7 {
  border-radius: 7px;
}

.no_photo_s {
  width: 46px;
  height: 46px;
}

/* @group button */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9 ;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  border-radius: 5px;
}

.btn-large [class^=icon-] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 16px;
}

.btn-small [class^=icon-] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0055cc", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9 ;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9 ;
}

.btn_quick {
  margin-top: 10px;
}

/* @end */
@media screen and (max-width: 1200px) {
  #wrapper {
    width: 100%;
  }

  #container {
    margin: 0 auto;
    width: 90%;
  }

  .box.item_box {
    width: calc(33% - 40px);
  }

  .recommend-tit::before,
.seller-tit::before,
.new-tit::before {
    width: calc(100% - 20px);
  }

  #box_category, #box_recommend, #box_sellers, #box_checkitem {
    width: calc(33% - 10px);
  }

  #footer ul.footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #footer ul.footer_menu li {
    line-height: 2rem;
  }
}