/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

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

body {
  text-align:left;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  /* font-family:"Lora","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif; */
  color: #000;
  background-color: #f2f2f2;
  background-image: url();
}

a {
  outline: none;
  color: #000;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #000;
}

ul{
	padding-left: 0;
	list-style: none;
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: #ccc solid 0.5px;
}

img {
  border: none;
  vertical-align: middle;
}

/* ************************************************
*  clearfix
* ************************************************ */

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

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  margin:0px auto;
  width:1200px;
  text-align:left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
  padding: 40px;
  margin-bottom: 40px;
  background: #FFF;
  border-radius: 15px;
  border: 2px solid #000;
}

#top_line{
  margin: 0 0 15px;
  width: 100%;
  height: 3px;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left top;
}

/*ヘッダー*/

#header {
  clear:both;
  padding: 20px 0;
  width:100%;
}

/*サイド*/
#side {
  float: left;
  width: 240px;
}

/*メイン*/
#main {
  float: right;
  width: 840px;
}

/*フッター（コピーライト）*/
#footer {
  clear:both;
  padding: 60px 0 0px;
  width:100%;
  text-align: center;
}

#footer .footer__inner{
  padding: 30px 0;
  background: #000;
  color: #FFF;
}
#footer .footer__inner .footer_menu{
  color: #FFF;
}
#footer .footer__inner .footer_menu > li{
}

#footer .footer__inner .footer_menu > li:after{
  content: "|";
  display: inline-block;
  margin: auto 1.0em;
}

#footer .footer__inner .footer_menu > li a{
  color: #FFF;
}
#footer .snsBox__wrap{

}
#footer .snsBox__wrap p{
  margin-bottom: 30px;
}
#footer .snsBox__wrap .snsBox{
  list-style: none;
  margin-bottom: 30px;
}

#footer .snsBox__wrap .snsBox li{
  width: 80px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
#footer .snsBox__wrap .snsBox li a:hover,
#footer .snsBox__wrap .snsBox li a:hover i{
  text-decoration: none;
}
#footer .snsBox__wrap .snsBox li a i{
  width: 100%;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  font-size: 36px;
}
#footer .snsBox__wrap .snsBox li a i{
  line-height: 80px;
}
/*スライダー*/
.slider{
  margin: 0 0 70px;
}

/* ************************************************
*  header
* ************************************************ */

#header .header_link {
  float: right;
  margin-bottom: 15px;
}
#header .header_link ul {
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px;
}
#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
  float: right;
  clear: right;
  margin: 0 0 13px;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_link ul li.view_cart span.count {
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}
#header .header_link ul li.rss {
}
#header .header_link ul li.rss i.rss {
  background: url(https://img21.shop-pro.jp/PA01347/181/etc/RSS.png) no-repeat 0px 0px;
}
#header .header_link ul li.rss span.count {
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}
#header .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

#header .search {
  float: right;
  clear: right;
}

#header h1.logo {
  max-width: 60%;
  word-wrap: break-word;
  font-size: 40px;
  text-align: left;
}
#header h1.logo a {
  text-decoration: none;
}
#header h1.logo img {
  max-width: 93%;
}

/* ************************************************
*  footer
* ************************************************ */

#footer a {
  color: #666;
}

#footer .footer_menu {
  clear: both;
  margin-bottom: 10px;
}
#footer .footer_menu li {
  display: inline;
  margin: 0 5px;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

.foot_policy{
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.foot_sk_box{
  float: left;
  padding: 0 25px;
  width: 200px;
  text-align: left;
}
.foot_sk_box h3{
  margin: 0 0 1em;
}
.foot_sk_box h4{
  font-size: 13px;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}

#mobile{
  width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .box h3 {
  font-size: 14px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 20px 20px 0;
  /* width: 205px; */
  width: 265px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  position: relative;
  /zoom:1;
}
.item_image ,
.item_image {
  margin: 0px;
}
.item_image > a {display:block;text-align: center;}
.item_box .item_image > a {display:block;}

.item_image img.item ,
.item_box .item_image img.item {
  width: 230px;
  max-width:100%;
  border: solid 1px #ddd;
}
.item_detail ,
.item_box .item_detail {
  margin: 15px 0 0;
}
.item_detail p,
.item_box .item_detail p{
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
}

.item_detail p.item_name ,
.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 12px;
}

.item_detail p.item_description,
.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}
.itemList__rank,
.item_box .itemList__rank{
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  background: #FFF;
  z-index: 100;
  font-weight: bold;
}
.itemList__rank.rank__no1,
.item_box .itemList__rank.rank__no1{
  border: 2px solid transparent;
}
p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  color: #c20000;
  /* font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif; */
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 18px;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

.product_images {
  display: inline-block;
  float: left;
  width: 400px;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 270px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  border-left: solid 1px #ccc;
  table-layout:fixed;
  font-family:"Lora","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 25px;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 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;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */


#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 0px;
  height: 100%;
  border: solid 1px #ccc;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  margin: 0 10px 10px 10px;
    width: calc(33.3% - 20px);
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  margin-bottom: 30px;
}

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

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

#side .box {
  clear: both;
  margin-bottom: 30px;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
}
#side .box ul li:not(.top_seller) > a{
  display: block;
  position: relative;
  padding: 1.0em 0;
  color: #000 !important;
  padding-left: 15px;
}
#side .box ul li:not(.top_seller) > a > font{
  display: block;
  color: #000 !important;
}
/*
#side .box ul li:not(.top_seller) > a:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #b2b2b2;
}
*/
#side .box ul li:not(.top_seller):first-child {
  border-top:none;
}

#side #side_nav {
  padding: 0;
  border-top: none;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;

  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}

.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div p{
  line-height : 1.6;
}

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

#side #box_owner .inner{
  padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px;
}
#side #box_owner p.name {
  font-size: 14px;
}
#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
}
#side #box_owner p.website {
  padding-left: 20px;
}

#qr_code{
  padding: 20px 0;
}

#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  border: solid #ddd 1px;
}
#box_sellers .seller_detail{
  float: right;
  width: 104px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888;
}
.to_top:hover {
  text-decoration: none;
  color: #000;
  border-color: #000;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #228B22;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}
table.add_cart_table th {
width: 22%;
padding-left: 0;
}
table.add_cart_table td {
width: 75%;
}
table.add_cart_table {
border: none;
}
table.add_cart_table td table td {
width: 45%;
}
#side .box ul li li {
margin-left: 20px;
padding:0.2em 0 0em;
}
#side .box ul li li:first-child {
}
/* ************************************************
*  文字装飾
* ************************************************ */
midashi{
  color : #E60012;
  font-size:20px;
  font-weight: bold;
}
komidashi{
  display:inline-block;
  font-size:16px;
  font-weight: bold;
  border-bottom: 2px dotted #7B543C;
  border-left: 10px solid #7B543C;padding: 7px;
  margin: 0px 0px 15px 0px;
}
jyunmidashi {
  display:inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 5px;
  margin: 0px 0px 15px 0px;
  color: #ffffff;
  background:#7B543C;/*背景色*/
}

h2.contents {
  font-size: 18px;
  margin: 1em 0.1em ;
  padding: 0.5em 0;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
}

h3.contents {
  margin-bottom: 0.6em;
  font-size: 16px;
  background: linear-gradient(transparent 70%, #f5efe6 70%);
}

h3.contents:first-letter {
  font-size: 1.3em;
  color: #7B543C;
}

/* 用語解説 */
dt {
  border-bottom: dotted 2px #000;
  margin: 1em 0em 1em 0em;
  display: inline;
}

dt a {
  color: #007c45;
  border-bottom: dotted 2px #007c45;
}

dt a:hover {
  color: #E60012;
  border-bottom: dotted 2px #E60012;
  text-decoration: none;
}

dd {
  margin: 0.5em 0em 1em 1em;
}

dd a {
  color: #007c45;
}

dd a:hover {
  color: #E60012;
}

/* _bootstrap */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* 商品説明文のbox設定 */
box1 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #ffffff;
    background: #FA8072;/*背景色 ノーマル用*/
}

box1 p {
    margin: 0;
    padding: 0;
}

box2 {
    display:inline-block;
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #FFFFFF;
    background: #234C6E;
    border-left: solid 10px #ffc06e;
}
box2 p {
    margin: 0;
    padding: 0;
}

box3 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #ffffff;
    background: #e61f7c;/*背景色 GS用*/
}

box3 p {
    margin: 0;
    padding: 0;
}

box4 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #ffffff;
    background: #500182;/*背景色 XG用*/
}

box4 p {
    margin: 0;
    padding: 0;
}

box5 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #ffffff;
    background: #000000;/*背景色 黒*/
}

box5 p {
    margin: 0;
    padding: 0;
}

box6 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #ffffff;
    background: #00bfff;/*背景色 mp3用*/
}

box6 p {
    margin: 0;
    padding: 0;
}
	  
box7 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #111111;
    background: #FFD700;/*背景色 キャンペーン*/
}

box7 p {
    margin: 0;
    padding: 0;
}
	
	  box8 {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 1em 0;
    display: inline-block;
    color: #FFFFFF;
    background: #D84B39;/*背景色 新mp3*/
}

box8 p {
    margin: 0;
    padding: 0;
}
	  
	  

/* 取説のbox設定 */
manual {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #234C6E;/*文字色*/
    border: solid 3px #234C6E;/*線*/
    border-radius: 7px;/*角の丸み*/
}
manual p {
    margin: 0;
    padding: 0;
}
manual:after {
    font-family: FontAwesome;
    content: "\f1c1";
}

/* 吹き出しの設定 */
fukidashi {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
    -webkit-box-shadow:5px 5px 5px #5a5957;
            box-shadow:5px 5px 5px #5a5957;
    min-width: 120px;
 	max-width: 100%;
 	color: #000000;
	font-size: 14px;
	background: #ffffff;
    border-radius: 15px;
}
fukidashi:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 5%;
 	margin-left: -10px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
}
.fukidashi p {
	margin: 0;
	padding: 0;
}

/* ************************************************
*  navigationmenu
* ************************************************ */

#mainmenu {
  width: 1200px;
  max-width:100%;
  list-style: none;
  overflow: hidden;
}

#mainmenu li {
  width: 222px;
  text-align: center;
  background-color: #a67c52;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
}

#mainmenu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
}

#mainmenu li:hover {
  background-color: #4a3017;
  width: 222px;
  height: 30px;
}

/* ************************************************
*  navigaticon
* ************************************************ */
.fa-white {
  color: #ffffff;
}

/* ************************************************
*  シーズン別イラスト
* ************************************************ */
.season {
  width: 535px;
  height: 73px;
  margin-right: auto;
}

/* ************************************************
*  タイマー画像のちらつき防止
* ************************************************ */
.view_timer {
  display:none;
}

.illust_oshirase {
  display: inline-block;
  width: 1120px;
  height: 71px;
}

.container2{
  display: inline-block;
  width: 535px;
  float: right;
}

.season {
  display: inline-block;
  width: 535px;
  text-align: left;
}

.oshirase {
　display: inline-block;
  text-align: right;
  height: 70px;
}



/*  */

.headerA .headerTop{
  height: 40px;
  font-weight: bold;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-top:8px solid #000000;
  padding-top: 10px;
}
.header__title{
  font-size: 11px;
  text-align: center;
}
.headerA .headerTop__left{
  float:left;
  max-width:50%;
  line-height:40px;
}
.headerA .headerTop__right{
  float:right;
  max-width:50%;

  line-height:40px;
}
.headerA .headerMiddle{
  width: 1120px;
  margin: 10px auto 35px;
  position:relative;
}
.headerA .headerMiddle__right{
  text-align: right;
}
.hdrInfo{
  display: inline-block;
  text-align: left;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  border: 2px solid #000;
  border-radius: 4px;
  background: #FFF;
}
.hdrInfo:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(4px,4px);
          transform: translate(4px,4px);
  border-radius: 4px;
  background: #000;
  z-index: -1;
}
.headerA .header__logo img{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  margin:-10px auto auto;
}
.headerA .headerMiddle__left{
  max-width:30%;
  float:left;
}
.headerA .mNav{
  float:right;
  max-width:40%;
  padding-top:17px;
}
.headerA .mNav__unit{
  float:left;
}
.headerA .mNav__unit:nth-child(n+2):before{
  content:"|";
  display: inline-block;
  padding:0px 19px;
}
.headerA .mNav__link{
  font-weight:bold;
  font-size:14px;
}
.headerA .headerottom{
  margin-top: 50px;
}
.headerA .headerottom__text{
  padding:20px;
  border: 1px solid #999;
  text-align:center;
  font-weight:bold;
  font-size:14px;
}

/*グローバルナビ(ヘッダー)*/
.headerA .gNav{
  letter-spacing: -.4em;
    text-align: center;
    padding: 20px 0px;
    min-width: 980px;
    background-color: #f2f2f2;
}
.headerA .gNav__unit{
	position: relative;
    letter-spacing: normal;
    display: inline-block;
    border-left: 1px solid #333;
    line-height: 1;
    padding: 0 30px;
}
.headerA .gNav__unit:first-child{
      border-left: none;
}
.headerA .gNav__link{
  cursor: pointer;
  font-weight:bold;
  font-size:14px;
}

.gNav__drop {
    width: 100%;
    position: absolute;
    top: 15px;
    left: -25px;
	padding-top: 30px;
    text-align: left;
    display: none;
    z-index: 9999999999999;
    font-weight:normal;
    border-bottom:solid 1px #ddd;
}
.gNav__drop--type1 .gNav__dropBg {
	position: relative;
    background: white;
    padding: 20px 40px;
    width: 600px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	border: 2px solid #000;
}
.gNav__drop--type2 .gNav__dropBg {

	position: relative;
    background: white;
    padding: 20px 40px;
    width: 300px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	border: 2px solid #000;
}
.gNav__dropBg:before {
	content: url(https://img21.shop-pro.jp/PA01347/181/etc/megaPointer.png);
	position: absolute;
}
.gNav__dropBg--01:before {
	top: -18px;
	left: 65px;
}
.gNav__dropBg--02:before {
	top: -18px;
	left: 45px;
}
.gNav__dropBg--03:before {
	top: -18px;
	left: 60px;
}
.gNav__dropInner {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.column2Cates li {
	float: left;
	width: 47%;
	text-align: left;
}
.column2Cates li:nth-child(n+2) {
	margin-left: 6%;
}
.column2Cates li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.column2Cates li:nth-child(n+3) ,
.column1Cates li:nth-child(n+2) {
	margin-top: 15px;
}

.column1Cates li a,
.column2Cates li a {
    font-size: 12px;
	color: #000 !important;
}
.column2Cates li a font {
    font-size: 12px;
	color: #000 !important;
}



/* 検索 */
.searchC__form{
  width:100%;
  margin:0 auto;
  margin-bottom: 30px;
}
.searchC__form *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.searchC__select {
  height: 30px;
  width: 100%;
  padding: 0px 10px;
  border-radius: 4px;
  border: 1px solid #000;
}
.searchC__text {
  width: 200px;
  border-radius: 4px;
  border-bottom-right-radius : 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius : 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border: 1px solid #000;
  margin-top: 10px;
  height: 30px;
  float: left;
  padding:0px 10px;
}
.searchC__submit {
  border-radius: 4px;
  border-bottom-left-radius : 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius : 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border: 1px solid #000;
  float: right;
  margin-top: 10px;
  display: block;
  width:40px;
  height:30px;
  line-height:30px;
  padding:0px 5px;
  background:#000;
  color:white;
  font-size:12px;
  text-align:center;
  cursor: pointer;
  text-decoration: none !important;
}
.searchC__submit:hover{
  opacity: 0.8;
}
.searchC__submit i{
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}

/* サイド追加 */
.sideBnrBox__wrap .sideBnrBox{
  display: block;
  margin-bottom: 15px;
}

.side__title{
  position: relative;
  border-left: 3px solid #000;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-left: 12px;
}
.side__title:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 1px;
  display: block;
  background: #000;
}

.cate__title{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #b2b2b2 1px dotted;
  margin-bottom: 15px;
  padding: 10px 5px;
}
.cate__title a{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cate__title img{
  display: inline-block;
  margin-right: 10px;

}

h2.contentsTitle{
  font-size: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
h2.contentsTitle:after{
  content: "";
  width: 35px;
  position: absolute;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}

.section--main{
  /*なかったら、メイン部コンテンツ下部余白*/
  margin-bottom:40px;
}
.dnone{
  display: none;
}
.tabList{
  margin-bottom:20px;
}
.tabList__unit{
  float:left;
  cursor: pointer;
  line-height:40px;
  height:40px;
  text-align: center;
  font-size:14px;
  font-weight:bold;
  background:#FFF;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  border: 2px solid #000;
}
.tabList__unit:nth-child(n+2){
}
.tabList__unit:first-child{
  border-top-left-radius : 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.tabList__unit:last-child{
  border-top-right-radius : 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.tabList__unit.active{
  background: #000;
  color: white;
}

/*タブ２つ*/
.tabList--2 .tabList__unit{
  width:50%;
  line-height: 36px;
}
/*タブ3つ*/
.tabList--3 .tabList__unit{
  width:33.33333333%;
}
/*タブ4つ*/
.tabList--4 .tabList__unit{
  width:25%;
}

.infoBox{
  border: #b8b8b8 1px solid;
  padding: 20px;
}
.infoBox > ul{
  height: 210px;
  overflow-y: scroll;
}
.bnrBox{
  display: block;
  margin-bottom: 15px;
}

.news_message{
  padding-left: 15px;
}

.bx-wrapper .bx-viewport{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.instagram_sec{
  background: #000;
  padding: 60px 0;
}
.instagram_sec__inner{
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.instagram_sec .itemList{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.instagram_sec .itemList .itemList__unit{
  -webkit-box-flex:0;
      -ms-flex:0 0 16.6666%;
          flex:0 0 16.6666%;
  max-width: 16.6666%;
  display: block;
}
.instagram_sec .itemList .itemList__unit img{
  max-width: 100%;
}
.instagram_sec .itemList .itemList__unit a{
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #222;
}
.instagram_sec .itemList .itemList__unit a img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -300%;
  left: -300%;
  margin: auto;

}
.instaTitle{
  text-align: center;
  margin-bottom: 20px;
}
.snsBox__wrap{
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#pageTop{
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
#pageTop a{
  color: #000;
}
#pageTop img{
  margin-left: 12px;
}
.sub_category span.cateIcon > img{
  border: none;
  width: 14px;
  display: inline-block;
  margin-right: 5px;
}

.item_box__inner {
  display: block;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 15px 15px 60px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
}
.item_box__inner:hover{
  text-decoration: none;
  background: rgb(242, 242, 242);
}

.item_box__inner .button{
  display: inline-block;
  padding: 8px;
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #FFF;
  min-width: 180px;
  border-radius: 4px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.item_box__inner .button .buttonArrow{
  display: inline-block;
  margin-left: 5px;
}
.item_box__inner:hover .button{
  background: #ffd600;
  color: #1b1b1b;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item_box__inner:hover .button .buttonArrow{
}
.text-center{
  text-align: center;
}
.item_box__inner .text-center{
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.contentsTitle small {
    display: block;
    margin-top: 5px;
    color: #999;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
}

#hdrSearchBox .searchC{
  width: 750px;
  margin: 15px auto auto auto;
}

#hdrSearchBox select.searchC__select {
  display: block;
  float: left;
  width: 240px;
  font-size: 15px;
  height: 35px;
}
#hdrSearchBox .searchC__text{
  margin: 0 0 0 20px;
  width: 450px;
  font-size: 15px;
  height: 35px;
}
#hdrSearchBox .searchC__submit{
  float: left;
  margin: 0;
  width: 40px;
  height: 35px;
}

#hdrSearchBox .searchC__submit i {
  line-height: 35px;
  height: 35px;
  font-size: 18px;
}
#hdrSearchBox{
  display: none;
}

p.item_price{
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}


/* サイドバー追加20190225 */

ul.subCat {
    padding-left: 5px;
    box-sizing: border-box;
}
li.subCat__list {
    margin-left: 0 !important;
    box-sizing: border-box;
}

li.subCat__list a {
  box-sizing: border-box;
  position: relative;
    padding: 5px 20px 5px 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
li.subCat__list a:after{
  content: "";
  top: 50%;
  right: 6px;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: translateY(-50%) rotate(45deg);
}
li.subCat__list a:hover {
  /* text-decoration: none; */
}
li.subCat__list a:hover:after{
  right: 1px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
}
span.subCat__listImg {
  box-sizing: border-box;
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
        padding-left: 0px;
}
span.subCat__listImg img {
    max-width: 100%;
}
span.subCat__listTxt {
  box-sizing: border-box;
    max-width: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
    font-size: 13px;
    padding-left: 10px;
}
li.subCat__list a:hover span.subCat__listTxt {
}

li.subCat__list.subCat__list--noimage a{
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 15px !important;
}

.headerA {
    min-width: 1200px;
}

div#footer {
    min-width: 1200px;
}

.eyecatchB {
    min-width: 1200px;
}

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.flbox {
	display: flex;
    flex-wrap: wrap;
}

.to_itemList {
    text-align: right;
    margin: 10px 0;
}
.to_itemList a {
    color: #2196F3;
    text-decoration: underline;
}
.to_itemList a:hover {
    color: #2196F3;
    text-decoration: none;
}
.onTip {
    position: relative;
}
.recommendTip {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}
.recommendTip span {
}

.ribbon-wrapper {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.ribbon-content {
    position: absolute;
    top: -4px;
    right: 10px;
    width: 88px;
    height: 88px;
    overflow: hidden;
    z-index: 1;
}

#box_audio1 .row .onTip:nth-child(n+5) .ribbon-content {
    display: none;
}

.ribbon {
	display: inline-block;
    position: absolute;
    padding: 4px 0;
    left: -24px;
    top: 24px;
    width: 157px;
    text-align: center;
    line-height: 16px;
    background: linear-gradient(to right, #FFC107 0%,#FF9800 100%);
    color: #fff;
    text-shadow: 0 2px 2px #FF9800;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: bold;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #da8302;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 14px;
}

.ribbon:after {
  right: 18px;
}

.resale {
	margin-bottom: 50px;
}

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

.reImage {
	width: 40%;
	margin-right: 3%;
}

.reText {
	width: 57%;
	position: relative;
}

.reText h3 {
    margin-bottom: 15px;
}

.reText p {
    margin-bottom: 1em;
}

.resale-price {
    color: #f00;
}

.resale-box {
	margin-bottom: 30px;
}

.resale-box:last-child {
	margin-bottom: 0;
}

.more__btn {
    display: inline-block;
    padding: 8px;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #FFF;
    min-width: 180px;
    border-radius: 4px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    text-decoration: none;
	text-align: center;
}

.more__btn .buttonArrow {
    display: inline-block;
    margin-left: 5px;
}

.more__btn:hover {
    background: #ffd600;
    color: #1b1b1b;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
}


#box_magazine {
}

.magaizine_dl {
}

.magaizine_dl dt {
    background-color: #333;
    color: #fff;
    position: relative;
    padding: 10px;
	cursor: pointer;
}

.magaizine_dl dt span {
    color: #fff;
    right: 10px;
    top: 10px;
    position: absolute;
    transition: 0.3s;
}

.magaizine_dl dt.opened span {
    transform: rotate(180deg);
    transition: 0.3s;
}

.magaizine_dl dd {
	display: none;
}

.magaizine_dl ul {
	border: 1px solid #333;
	padding: 10px;
}

.magaizine_dl ul li {
}