/*↓新レイアウト202010↓182行*/
.item {
  margin: 20px auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000000;
  font-size: 1.2em;
  line-height: 1.4em;
  max-width: 760px;
  margin: 0 auto;
}
.item img {
  vertical-align: bottom;
}
/*お知らせバナー*/
.item .news01 {
  display: none;
  margin: 0 0 20px 0;
}
.item .news02 {
  display: none;
  margin: 0 0 20px 0;
}

/*共通*/
.item p {margin: 0;}
.item a {
  text-decoration: underline;
  color: #000000;
}
.item a:hover {
  opacity: 0.7;
}
.item ._red {
  color: #a70000;
}
.item ._strong{
	font-weight: bold;
}
.item .mbot10 {
  margin-bottom: 10px;
}
.item .mbot20 {
  margin-bottom: 20px;
}
.item .mbot40 {
  margin-bottom: 40px;
}
.item .mbot60 {
  margin-bottom: 60px;
}
.item .mbot80 {
  margin-bottom: 80px;
}
.item ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.item ._border1 {
   border-bottom: dashed 1px #999 ;
}

/*商品説明*/
.item .detail{
	margin: 0 0 4em;
	font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

/*商品詳細*/
.item .info {
  margin-bottom: 3em;
}
.item .info p {
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.item .info li {
  font-size: 0.9em;
  margin-bottom:0.5em;
}
/*テーブル*/
.item table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  text-align: left;
}
.item table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #383838;
}
.item table th {
  padding: 1em 2em;
  text-align:left;
  font-size:0.9em;
  letter-spacing:0.1em;
}
.item table td {
  padding: 1em 2em 1em 0;
}
.item tbody th {
  color: #000000;
  vertical-align: top;
  width: 15%;
}
.item tbody td {
  width: 85%;
}
.item tbody {
  font-size: 1em;
}

/*予約*/
.yoyaku{
 margin:0 0 1em;
 padding:2em;
 text-align:center;
 background-color:#9A7830;
 color:#fff;
 font-size:0.8em;
}
.yoyaku_date{
 border-bottom:1px solid #fff;
 padding-bottom:0.5em;
 font-size:1.5em;
 font-weight:bold; 
 letter-spacing: 0.1em;
}

/*特典*/
.tokuten{
 margin:0 0 1em;
 padding:2em;
 text-align:center;
 background-color:#887165;
 color:#fff;
 font-size:0.8em;
}
.tokuten_date{
 border-bottom:1px solid #fff;
 padding-bottom:0.5em;
 font-size:1.5em;
 font-weight:bold; 
 letter-spacing: 0.1em;
}

/*入荷予定あり*/
.instock{
 margin:0 0 1em;
 padding:2em;
 text-align:center;
 background-color:#88A7BC;
 color:#fff;
 font-size:0.8em;
}
.instock_date{
 <!--border-bottom:1px solid #fff;-->
 padding-bottom:0.5em;
 font-size:1.5em;
 font-weight:bold; 
 letter-spacing: 0.1em;
}

/*価格改定のお知らせ*/
.attention{
 margin:0 0 1em;
 padding:1em 2em;
 text-align:center;
 background-color:#ced4d9;
 color:#000;
 font-size:0.8em;
 line-height: 1.5em;
}
.attention_title{
 font-weight:bold; 
 letter-spacing: 0.1em;
 color:#6A2727;;
 line-height: 1.8em;
}
.attention_price{
 border-bottom:1px solid #666;
 padding-bottom:0.5em;
 font-weight:bold;
 letter-spacing: 0.1em;
}
.attention_big {
  font-size: 1.4em;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .item {
	font-size: 1em;
	margin: 0 1em;}
  .item table {
    width: 100%;
  }
  .item table th {
    width: 30%;
  }
  .item table td {
    width: 70%;
  }
  .item p.midasi{
  font-size: 3em;
  letter-spacing: 0.3em;
  text-align: center;
  }
  /*.item table {
    width: 100%;
  }
  .item table tr {
    display: block;
    margin: 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px dotted #383838;
  }
  .item table th {
    display: block;
    border-right: none;
    padding: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }
  .item table td {
    display: block;
    text-align: left;
    position: relative;
    border-right: none;
    padding: 0;
    width: 100%;
  }
  .item table tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }*/

}
/*配送方法*/
.item .haisou ul {
  margin: 0 0 0 0;
  padding: 0;
}
.item .haisou li {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  font-size: 0.8em;
}
.item .haisou p {
  font-size: 0.8em;
}
.item .haisou .free{
  font-size: 1.2em;
  letter-spacing: 0.3em;
  font-weight: bold;
  color:#a70000;
  border: solid 1px #a70000;
  padding:0.8em 0 0.5em;
  margin-bottom:1em;
  text-align:center;
}
.item .haisou .additionalfee{
  font-size: 0.5em;
  letter-spacing:0;
  font-weight:normal;
}
.item p.midasi{
  font-size: 1em;
  letter-spacing: 0.3em;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #383838;
}


/*商品ページ外部ショップリンク*/
.shopping_atq{
  background-color:#333;
  text-align:center;
  padding:0.5em;
}
.shopping_atq p{
  font-size:0.9em; 
  font-weight: 600;
  letter-spacing:0.1em;
  color:#bfa44c;
}
.shopping {
    margin: 0 auto;
	font-weight: 500;
	border: #333 1px solid;
	padding: 1em 0 1.5em;
	text-align: center;
    font-size:0.8em;
}
.shopping h4 {
    margin: 0 0 0.5em;
    text-align: center;
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
.shopping p{
  margin: 0 1em 1em;
  line-height: 1.3em;
}
.link_rakuten{background-color: #bf0000;}
.link_yahoo{background-color: #ff901a;}
.link_auction{background-color: #f1c500;}
.link_amazon{background-color: #232f3e;}
.link_mercari{background-color: #FF0211;}

ul.shopping_links{
    margin: auto;
    display: table;
    clear: both;
    list-style-type: none;
    text-align: center;
  	width:92%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopping_links li {
    position: relative;
    float: left;
    width: 24%;
    height: 36px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    margin: 0px 1.3% 0px 0px;
    color: #ffffff;
    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
}
.shopping_links li:last-child {
    margin-right: 0;
}
.shopping_links a {
    color: #ffffff;
}
.shopping_links a {
    text-decoration: none;
    font-weight: nomal;
	display:block;
}
@media screen and (max-width: 480px) {
  ul.shopping_links{
    display: initial;
  }
.shopping_links li {
    position: relative;
    float: left;
    width: 45%;
    height: 36px;
    font-size: 1em;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    line-height: 36px;
    vertical-align: middle;
}
  .shopping_links li:nth-child(odd){
	margin-right: 2%;
    margin-left: 4%;
 }
  .shopping_links li:nth-child( -n + 2 ) {
    margin-bottom: 2%;
}
  ul.shopping_links:before, ul.shopping_links:after {
  content: "";
  clear: both;
  display: block;
}
}
/*↑新レイアウト202010↑*/
/*告知共通*/
.announce {
    text-align: center;
    background-color: #ffffff;
    border:solid #666666 1px;
    padding: 1em 1.5em;
    margin: 0 1% 2em;
}
.announce p{
  margin:0;
}
.announce p a{
  color:#ffffff;
  margin:0;
    display:block;
}
._w700{
   font-weight:700;
}
/*セール告知スマホ用*/
.item_announce {
    text-align: center;
    background-color: #999999;
    padding: 1.5em 1em;
    margin: 4em 1% 1em;
}
.item_announce p {
    color: #000;
}
.item_announce p a{
    color: #000;
  display:block;
}
p.sale {
  letter-spacing: 0.1em;
    font-size: 1em;
    margin-bottom: 0.5em;
    /*font-style: italic;*/
    color: #fff;
    /*font-weight: 700;
    font-family: serif;*/
}
.period {
    letter-spacing: 0.2em;
    font-size: 0.8em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 0.3em 0 0 0;
    margin: 0.3em 0 0;
}
p.txt_jp{
  font-size: 0.8em;
  margin: 0.5em 0 0;
  color:#ffffff;
}
 p.ten {
    color:#f4fc19;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 0.3em;
    text-align:center;
    font-family: serif;
    line-height:1.5em;
}
._yellow {
    color: #ffd700;
}
p.exclude {
    font-size: 0.6em;
    margin: 0.3em 0 0;
    color: #333333;
}
/* // */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {
  margin-bottom: 40px;
}

.product_area {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 40px 0 0;
  font-size: 20px;
  font-weight: normal;
}

.icon_productname {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no_icon_productname {
 margin-top: 5px;
 margin-bottom: 0px;
}

.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: left;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #f6f6f6;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  *background-color: #333;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #666;
  color: #fff;
  *background-color: #666;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

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

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
