@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #80460d;
  -webkit-font-smoothing: antialiased;
  font-family: "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;	 /* 201903suzuka-add */
}

a {
  color: #666666;
}

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

a.petit {	 /* 20200214suzuka-add */
  color: #666666;
  text-decoration: underline;
}
a.petit:hover {	 /* 20200214suzuka-add */
  color: #CC9933;
  text-decoration: none;
}
.listlink a:visited {
  color: #c69c6d;
}

/*-----PC----*/
.test{
	display: flex;
	flex-wrap: wrap;
}
.test .ddiv{
	width: 32%;
	justify-content: space-between;
}
/*-----PC----*/

/*-----SP----*/
.test .ddiv{
	width: 49%;
}	
/*-----SP----*/


/*---------heightmach------------*/
.flex4{
  display: flex;
  flex-wrap:wrap;
	justify-content: space-between;
}
.flex4 .item{
	display: flex;
	flex-direction: column;
	width: 32.5%;
	margin-bottom: 30px;
}
.flex4 .item .text_size_13{
	height: 3em;
}
.flex4 .item .title{
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.flex4 .item .text{
  flex: 2;
  height: 100%;
  min-height: 0%;
}
.flex4 .item .petit_txt_area{
	flex-grow: 1;
	margin-top: 0;
}


/*---------heightmach------------*/


/*
 * color
 */
.attention {
    color: #e9546b;
    font-weight:800;
}
.pink {
    color: #e9546b;
}
.blue {
    color: #2aada6;
}
.yellow {
    color: #e5b35a;
}
.brown {
    color: #c69c6d;
}
/*----text_marker---*/
.markerLightYellow {
  background: -webkit-linear-gradient(transparent 50%, #efe6a3 0%);
  background: linear-gradient(transparent 60%, #efe6a3 0%);
}
.markerLightBrown {
  background: -webkit-linear-gradient(transparent 50%, #e5d2c6 0%);
  background: linear-gradient(transparent 60%, #e5d2c6 0%);
}
.markerLightBlue {
  background: -webkit-linear-gradient(transparent 50%, #c7e1e5 0%);
  background:linear-gradient(transparent 60%, #c7e1e5 0%);
}
.markerLightPink {
  background: -webkit-linear-gradient(transparent 50%, #ffc7d4 0%);
  background:linear-gradient(transparent 60%, #ffc7d4 0%);
}


/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

.fl_right {	 /* 201903suzuka-add */
	float:right;
}
.fl_left {	 /* 201903suzuka-add */
	float:left;
}

.tal {	 /* 201903suzuka-add */
	text-align:left;
}
.tar {	 /* 201903suzuka-add */
	text-align:right;
}
.tac {	 /* 201903suzuka-add */
	text-align:center;
}
.mb10 {	 /* 201903suzuka-add */
  margin-bottom: 10px;
}
.mb15 {	 /* 201903suzuka-add */
  margin-bottom: 15px;
}
.mb20 {	 /* 201903suzuka-add */
  margin-bottom: 20px;
}
.mb25 {	 /* 202301suzuka-add */
  margin-bottom: 25px;
}
.mb30 {	 /* 201903suzuka-add */
  margin-bottom: 30px;
}

/* clearfix */ /* 201903suzuka-add */
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{ clear: both; }
.clearfix{ zoom: 1; } /* For IE 6/7 */

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  /* padding-bottom: 20px; */	 /* 201903suzuka-delete */
  padding-bottom: 0.5em;	 /* 201903suzuka-add */
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}
.petit_ttl {	/* 201903suzuka-add */
	background: url(https://img21.shop-pro.jp/PA01340/196/etc/ttl_bg_p.png) no-repeat left center;
	padding: 4px 0.7em;
	margin-bottom: 10px;
    background-position-y: 98%;
}
.petit_ttl_brown {	/* 201912suzuka-add */
	background: url(https://img21.shop-pro.jp/PA01340/196/etc/ttl_bg_b.png) no-repeat left center;
	padding: 4px 0.7em;
	margin-bottom: 10px;
    
}
.petit_ttl_yellow {	/* 201912suzuka-add */
	background: url(https://img21.shop-pro.jp/PA01340/196/etc/ttl_bg_y.png) no-repeat left center;
	padding: 4px 0.7em;
	margin-bottom: 10px;
    
}
.petit_sub_ttl {	/* 201903suzuka-add */
	padding: 4px 1.1em;
	margin-left: 0.5em;
	font-size: 12px;
}
.petit_sub_ttl::before {
 content:"-";
}
.petit_sub_ttl::after {
 content:"-";
}
.petit_ttl_bg_brown {	/* 201903suzuka-add */
	background-color:#c69c6d;
	padding: 4px 0.7em;
	border: 0px;
	color:white;
	margin-bottom: 15px;
    
}
.petit_ttl_bg_yellow {	/* 201903suzuka-add */
	background-color:#cbbd30;
	padding: 4px 0.7em;
	border: 0px;
	color:white;
	margin-bottom: 15px;
    
}
.petit_ttl_bg_blue {	/* 201903suzuka-add */
	background-color:#84a7af;
	padding: 4px 0.7em;
	border: 0px;
	color:white;
	margin-bottom: 15px;
    
}
.petit_ttl_bg_pink {	/* 201903suzuka-add */
	background-color:#e9546b;
	padding: 4px 0.7em;
	border: 0px;
	color:white;
	margin-bottom: 15px;
    
}

.petit_ttl_bg_pink2 {	/* 20230118_otawara _suzuka-add */
    font-weight: bold;
    font-size: 12px;
    padding: 6px;
    line-height: 25px;
    color: #663f2b;
    background: #ffc7d4;    
}

#sub_anker01,
#sub_anker02,
#sub_anker03,
#sub_anker04,
#sub_anker05,
#sub_anker06,
#sub_anker07,
#sub_anker08,
#sub_anker09,
#sub_anker10{
  margin-top: -100px !important;
    padding-top: 100px;
    display: block;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

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

.list_link {
  /* padding: 20px 0; */	/*201903suzuka-delete */
  padding: 8px 0;	 /* 201903suzuka-add */
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
  background: url(https://img21.shop-pro.jp/PA01340/196/etc/icon_soldout.jpg) no-repeat left center;	/* 201903suzuka-add */
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
  text-align: center;/*201903suzuka-add*/
}

.btn-more {
  width: 96%;
  /* margin: 0 auto 60px; */	 /* 201903suzuka-delete */
  margin: 0 auto 20px;	 /* 201903suzuka-add */
  padding: 10px 12px;
}

/*------------¢§¥«¥Æ¥´¥ê¤«¤éÃµ¤¹¢§-----------*/
.side_category_list_{
	margin: 10px 0 10px 0;
	position: relative;
}
.side_category_list_ h4{
	margin: 0 0 0 0;
	font-weight: normal;
	position: relative;
	border-top: 1px solid #ccc;
}
.side_category_list_ .h4bort_none{
	border-top: none;
}
.side_category_list_ h4:after{
	content: "";
	background: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png);
	background-position: -24px -216px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.side_category_list_ h4 a{
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
.side_category_list_ h4 a:hover{
	text-decoration: underline;
}
.side_category_list_ li{
	list-style: none;
}

.side_category_list_ .category_number01,
.side_category_list_box{
	position: relative;
}
.side_category_list_ .category_number01:hover .side_category_list_sidebox_,
.side_category_list_ .category_number02:hover .side_category_list_sidebox_,
.side_category_list_ .category_number03:hover .side_category_list_sidebox_,
.side_category_list_ .category_number04:hover .side_category_list_sidebox_,
.side_category_list_ .category_number05:hover .side_category_list_sidebox_,
.side_category_list_ .category_number06:hover .side_category_list_sidebox_,
.side_category_list_ .category_number07:hover .side_category_list_sidebox_,
.side_category_list_ .category_number08:hover .side_category_list_sidebox_,
.side_category_list_ .category_number09:hover .side_category_list_sidebox_,
.side_category_list_ .category_number10:hover .side_category_list_sidebox_,
.side_category_list_ .category_number11:hover .side_category_list_sidebox_{
	display: block;
}

.side_category_list_ .side_category_list_sidebox_{
	width: 640px;
	position: absolute;
	top: 0;
	left: 270px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.16));
	display: none;
	z-index:8;
}
.side_category_list_ .side_category_list_name h5{
	font-size: 16px;
	margin: 0 0 0 0;
}
.side_category_list_ .side_category_list_name h5 a:hover{
	text-decoration: underline;
}
.side_category_list_ .side_category_list_third{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.side_category_list_ .side_category_list_third li{
	font-size: 14px;
	width: 33%;
	margin-bottom: 10px;
	position: relative;
}
.side_category_list_ .side_category_list_third li:before{
	content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 20px;
    border-top: 2px solid #e9546b;
    border-left: 2px solid #e9546b;
    position: absolute;
    top: 7px;
	left: -23px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.side_category_list_ .side_category_list_third li a{
	padding-left: 10px;
	display: block;
}
.side_category_list_ .side_category_list_third li a:hover{
	text-decoration: underline;
}

/*------------¢¥¥«¥Æ¥´¥ê¤«¤éÃµ¤¹¢¥-----------*/


/*
 * header
 */

#header {
  margin-bottom: 30px;
}

.header_banner {	 /* 201903suzuka-add */
  width: 100%;
  height: 70px;
}
@media (max-width: 768px) {
  .header_banner { height: 1.5em; }	 /* 201903suzuka-add */
}

.header_banner_inner {	 /* 201903suzuka-add */
  max-width: 980px;
  margin: 0 auto;
}

.header_top {
  width: 100%;
  /* height: 50px; */	/* 201903suzuka-delete */
  height: 40px;	/* 201903suzuka-test */
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  background-color: #622d18;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  /* padding-top: 10px; */	/* 201903suzuka-delete */
  padding-top: 4px;	/* 201903suzuka-test */
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  /* width: 260px; */	/* 201907suzuka-delete */
  width: 200px;
}
.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  /* margin-top: 14px; */	/* 201903suzuka-delete */
  margin-top: 8px;	/* 201903suzuka-add */
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  /* margin-right: 5px; */	/* 201907suzuka-delete */
  margin-right: 1px;	/* 201907suzuka-add */
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.header_mid {
  width: 100%;
  /* height: 50px; */ /* 201903suzuka-delete */
  height: 40px;	/* 201903suzuka-test */
  border-bottom: 1px solid #333;
  position: absolute;
  /* top: 51px; */ /* 201903suzuka-delete */
  top: 41px;	/* 201903suzuka-add */
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  /* margin-top: 14px; */	/* 201903suzuka-delete */
  margin-top: 0.5em;	/* 201903suzuka-test */
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #622d18;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 35px;
  left: -1px;
  padding: 0;
  height: auto;
  overflow-y: scroll;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  /* padding-bottom: 15px; */	/* 201903suzuka-delete */
  padding-bottom: 1em;	/* 201903suzuka-test */
}

.header_nav_global_right {
  float: right;
}
.header_nav_global_left_category a{
	padding-bottom: 2em;
}
.header_nav_global_left_category:hover .header_nav_global_box{
	display: block;
}

.header_nav_global_right li {	/* 201903suzuka-add */
  padding-left: 15px;
  border-left: 1px solid #ccc;
¡¡padding-bottom: 1em;	
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  /* padding-top: 101px; */	/* 201903suzuka-delete */
  padding-top: 91px;	/* 201903suzuka-test */
  margin: 0 auto;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
  /* padding-top: 10px; */	/* 201903suzuka-delete */
  font-size: 12px;
  letter-spacing: 0.1em;
  /* float: right; */	/* 201903suzuka-delete */
  float: left;	/* 201903suzuka-add */
  margin: 0;	/* 201903suzuka-add */
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 8px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}
.petitruban_color ,
.product_price ,
.item_price {	 /* 201903suzuka-add */
  color: #e9546b;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  /* margin-bottom: 60px; */	 /* 201903suzuka-delete */
  margin-bottom: 10px;	 /* 201903suzuka-add */
  margin-top: 5px;	 /* 201903suzuka-add */
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
  margin-bottom: 15px;	 /* 201903suzuka-add */
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking¡Êseller¡Ë */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  /*text-align: center;*/	/*201903suzuka-delete*/
  text-align: left;	/*201903suzuka-add*/
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list {
  margin-bottom: 40px;
  /*text-align: center;*/	/*201903suzuka-delete*/
  text-align: left;	/*201903suzuka-add*/
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
/*  margin-top: 60px;*/ /* 20190527-delete */
  margin-top: 30px; /* 201907suzuka-add */
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 30px;
  margin-bottom: 30px; /* 201903suzuka-add */
}
.side_freepage_heading {
  /* margin-bottom: 20px; */ /* 201903suzuka-delete */
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  /* border: none; */	/* 201903suzuka-delete */
}
.side_freepage_list a {
  /* padding: 0 0 20px 0; */	/* 201903suzuka-delete	*/
  padding: 0.5em 0 0.5em 0;	/* 201903suzuka-add	*/
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
	width: 20%;
	padding: 0 10px;
	/*text-align: center;*/	/*201903suzuka-delete*/
	text-align: left;	/*201903suzuka-add*/
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #622d18;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  /* padding: 60px 0; */	/* 201903suzuka-delete */
  padding: 10px 0; /* 201903suzuka-add */
  background-color: #FFFFFF;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
	padding-top: 10px; /* 201903suzuka-add */
}
.footer_notice_cal_memo {
}
hr.petit_footer {/* 201903suzuka-add */
  margin: 7px 0;
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
@media (max-width: 768px) {/* 202003suzuka-add */
	.tbl_calendar {
	  margin-bottom: 10px;
	  margin: auto;
	  max-width: 350px;
	  width: 100%;
	}
}
  .tbl_calendar caption {
    text-align: center;
    padding-bottom: 10px;	/* 201903suzuka-add */
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  /* padding: 60px 0; */	/* 201903suzuka-delete */
  padding: 10px 0;	/* 201903suzuka-add */
  background-color: #622d18;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  /*padding-top: 15px; */	/* 201903suzuka-delete */
  padding-top: 7px;	/* 201903suzuka-add */
  font-size: 85%;	/* 201903suzuka-add */
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;



}
.footer_nav_list_link:hover {


  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  /* padding: 2em 0; */	/* 201903suzuka-delete */
  padding: 0.5em 0;	/* 201903suzuka-add */
  font-size: 80%;	/* 201903suzuka-add */
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*

 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }
.icon-b.icon-heart { background-position: -48px -16px; }	/* 2019017suzuka-add */
.icon-w.icon-heart { background-position: -48px -16px; }	/* 2019017suzuka-add */
.icon-lg-b.icon-heart { background-position: -72px -24px; }	/* 2019017suzuka-add */
.icon-lg-w.icon-heart { background-position: -72px -24px; }	/* 2019017suzuka-add */
.icon-b.icon-star { background-position: -90px -16px; }	/* 2019017suzuka-add */
.icon-w.icon-star { background-position: -90px -16px; }	/* 2019017suzuka-add */
.icon-lg-b.icon-star { background-position: -120px -24px; }	/* 2019017suzuka-add */
.icon-lg-w.icon-star { background-position: -120px -24px; }	/* 2019017suzuka-add */

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

.icon-petitruban {	/* 201903suzuka-add */
  background-image: url(https://img21.shop-pro.jp/PA01340/196/etc/logo_petitruban_24_24.gif);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.icon-beginner {	/* 201903suzuka-add */
  background-image: url(https://img21.shop-pro.jp/PA01340/196/etc/logo_beginner_24_24.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

/*
 * Media Queries
 */

@media (min-width: 980px) {

  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (max-width: 769px) {
  .footer_list {
    width: 33.3333333%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    /* padding-top: 15px; */	/* 201903suzuka-delete */
    padding-top: 0.5em;	/* 201903suzuka-add */
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: left;
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    /* padding-top: 10px; */	/* 201903suzuka-delete */
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;


  }

  .header_nav_phone .search_box {	/* 201903suzuka-add */
    float: none;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    /* padding: 0 10px 20px; */	/* 201903suzuka-delete */
    padding: 0 10px 5px;	/* 201903suzuka-add */
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #622d18;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #622d18;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 580px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/* side-cart */	/* 201903suzuka-add */
.cart_item {
	border-left: 1px solid #622d18;
	border-right: 1px solid #622d18;
	margin: 5px 0px 5px 0px;
	padding:0 5px;
	font-size:80%;
}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
	margin: 0px;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	text-align:right;
	margin: 0px;
}

.postage {
	padding-top:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
	list-style: none;
}

.shipping_plan {/* 201903suzuka-add */
	margin: 60px 0px 5px 0px;
	padding:0 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.side_calendar {/* 201903suzuka-add */
  margin-top: 60px;
}

/* label */
.stock_box {/* 201903suzuka-add */
  position: absolute;
  display: block;
  z-index: 6;
}
.soldout_color {/* 201903suzuka-add */
  background-color: #dccc18;
  border-top: solid 5px #dccc18;
  border-bottom: solid 5px #dccc18;
  border-left: solid 10px #dccc18;
  border-right: solid 10px #dccc18;
}
.soldout_color::after {/* 201903suzuka-add */
    content: "Æþ²ÙÂÔ¤Á";
    font-size: 120%;
    text-align: center;
  color: #fff;
}
.stock_box_color {/* 201903suzuka-add */
  background-color: #d22f28;
  border-top: solid 5px #d22f28;
  border-bottom: solid 5px #d22f28;
  border-left: solid 10px #d22f28;
  border-right: solid 10px #d22f28;
}
.stock_box_color::after {/* 201903suzuka-add */
    content: "ºß¸Ë¤ï¤º¤«";
    font-size: 120%;
    text-align: center;
  color: #fff;
}
.sale_box {/* 201903suzuka-add */
    margin: 0 auto;
    position: relative;
}

.sale_box::before {/* 201903suzuka-add */
    content: "";
    top: 0;
    right: 0;
    border-bottom: 5em solid transparent;
    border-right: 5em solid #c12748;
    position: absolute;
    z-index: 7;
}
.sale_box::after {/* 201903suzuka-add */
    content: "SALE!";
    display: block;
    top: 10px;
    transform: rotate(45deg);
    color: #fff;
    right: 0;
    position: absolute;
    z-index: 8;
}

/* main_visual */
.main_visual{
	margin-bottom: 20px;
}
.main_visual img{
	margin-bottom: 10px;
	width: 100%;
}
.main_visual h2,
.main_visual h3{
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1;
}
@media (max-width: 580px) {
	.main_visual{
		margin-bottom: 20px;
	}
	.main_visual img{
		margin-bottom: 10px;
	}
	.main_visual h2,
	.main_visual h3{
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 110%;
		font-weight: bold;
	}
}

/* bunner */
.content_banner ul{
	overflow: hidden;
	list-style: none;
	margin: 0px;
  ¡¡
}
.content_banner ul li.onecol,
.content_banner ul li.twocol,
.content_banner ul li.threecol,
.content_banner ul li.fourcol,
.content_banner ul li.twocolsp,
.content_banner ul li.threecolsp,
.content_banner ul li.threecolsp2col{
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 13px;
   
  ¡¡
}
.content_banner ul li.onecol{
	width: 100%;
}
.content_banner ul li.twocol,
.content_banner ul li.twocolsp{
	width: 49%;
}
.content_banner ul li.threecol,
.content_banner ul li.threecolsp,
.content_banner ul li.threecolsp2col{
	width: 31.8%;
}
.content_banner ul li.fourcol{
	width: 23%;
}

.content_banner ul li.twocol:nth-child(2n),
.content_banner ul li.fourcol:nth-child(4n),
.content_banner ul li.twocolsp:nth-child(2n) ,
.content_banner ul li.threecolsp:nth-child(3n) ,
.content_banner ul li.threecolsp2col:nth-child(3n){
	margin-right: 0;
}
.content_banner ul li.twocol:last-child,
.content_banner ul li.threecol:last-child,
.content_banner ul li.fourcol:last-child,
.content_banner ul li.twocolsp:last-child,
.content_banner ul li.threecolsp:last-child,
.content_banner ul li.threecolsp2col:last-child{
	margin-right: 0;
}
/*.content_banner ul li div a img{ */ /* 20190607delete */
.content_banner ul li img{
	width: 100%;
	margin-bottom: 6px;
}
.content_banner ul h3,
.content_banner ul h4{
	font-weight: bold;
	pading: 0px;
	margin: 2px 0 2px 2px;
	line-height: 1.1;
}
.content_banner a:hover {
  text-decoration:none;
  opacity:0.8;
}
@media (max-width: 768px) {
	.content_banner ul li.fourcol{
		width: 49%;
		margin-right: 2%;
	}
	.content_banner ul li.fourcol:nth-child(2n) {
		margin-right: 0;
	}

}
@media (max-width: 580px) {
	.content_banner ul li.twocol,
	.content_banner ul li.threecol,
	.content_banner ul li.fourcol{
		overflow: hidden;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.content_banner ul li.twocolsp,
	.content_banner ul li.threecolsp2col{
		width: 48.5%;
	}
	.content_banner ul li.threecolsp{
		width: 31%;
	}
	.content_banner ul li.threecolsp2col:nth-child(2n) {
		margin-right: 0;
	}
  .content_banner ul li.fourcolsp2col:nth-child(2n) {
		margin-right: 0;
	}
}


  
  /*text-align: center;*/	/*201903suzuka-delete*/
  text-align: left;	/*201903suzuka-add*/
  position: relative;
}

/* section_area */
.section_area ul {
  margin: 0px;
}
.section_area ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.section_area .left {
  float: left;
  width: 40.5%;
}
.section_area .left img ,
.section_area .half-right img ,
.section_area .half-left img {
  width: 100%;
  height: auto;
}
.section_area .right {
  float: right;
  width: 56.7%;
}
.section_area .half-left { /* 20191016 add */
  float: left;
  width: 49.5%;
}
.section_area .half-right { /* 20191016 add */
  float: right;
  width: 49.5%;
  text-indent: 0;
}
.section_area .right h2,
.section_area .right h3,
.section_area .right h4,
.section_area .right .title, 
.section_area .half-left h2,
.section_area .half-left h3,
.section_area .half-left h4,
.section_area .half-left .title, 
.section_area .half-right h2,
.section_area .half-right h3,
.section_area .half-right h4,
.section_area .half-right .title {
  margin: 0 0 3px 0;
}
.section_area .right a:hover ,
.section_area .half-left a:hover ,
.section_area .half-right a:hover {
  opacity: 0.5;
  display: block;
}
.section_area .right p ,
.section_area .half-left p ,
.section_area .half-right p {
  margin: 0 0 10px 0;
}
.section_area:before,
.section_area:after{
    content: "";
    display: table;
}
.section_area:after{ clear: both; }
.section_area{ zoom: 1; } /* For IE 6/7 */

@media (max-width: 640px) {
  .section_area .left ,
  .section_area .half-left {
    float: none;
    width: 100%;
  }
  .section_area .right ,
  .section_area .half-right {
    float: none;
    width: 100%;
  }
  .section_area ul li {
    margin-bottom: 15px;
  }
  .section_area ul li img,
  .section_area ul li p {
    margin-bottom: 10px;
  }
  .section_area .right h2,
  .section_area .right h3,
  .section_area .right h4,
  .section_area .right .title, 
  .section_area .half-left h2,
  .section_area .half-left h3,
  .section_area .half-left h4,
  .section_area .half-left .title, 
  .section_area .half-right h2,
  .section_area .half-right h3,
  .section_area .half-right h4,
  .section_area .half-right .title {
	  margin: 0 0 5px 0;
	  line-height: 1.4;
	}
}

/* petit_txt_area */
.petit_txt_area{
	background-color: #f6f6f6;
	margin: 10px 0;
	padding: 10px 10px;
}

/* cartjs_cart_in */
.petit_cart .cartjs_box .cartjs_cart_in ,
.petit_cart .cartjs_box .cartjs_cart_in input,
.petit_cart .cartjs_box .cartjs_product_table table{
	width: 90% !important;
}
.cartjs_box .cartjs_product_table table th{
	font-size:90% !important;
}
.cartjs_box .cartjs_product_table table td{
	font-size:100% !important;
}
.cartjs_box .cartjs_cart_in input[type="submit"] {
	background-color: #e9546b !important;
}

/* favorite button */
.product__fav-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item .fav-items {
  /* color: #ff7373; */	/* 20190705suzuka-delete */
  color: #cbbd30;
}
.product__fav-item svg {
  /* width: 20px; */	/* 20190705suzuka-delete */
  /* height: 20px; */	/* 20190705suzuka-delete */
  width: 16px;
  height: 16px;
  vertical-align: -.35em;
  fill: currentColor;
}

/* 20210614_nozaki_add */  

.text_size_8 {
	font-size: 8px; 	  
}
.text_size_9 {
	font-size: 9px; 	  
}
.text_size_10 {
	font-size: 10px; 	
}
.text_size_11 {
	font-size: 11px; 	  
}
.text_size_12 {
	font-size: 12px; 	  
}
.text_size_13 {
	font-size: 13px; 	  
}
.text_size_15 {
	font-size: 15px; 	  
}
.text_size_16 {
	font-size: 16px; 	  
}
.text_size_18 {
	font-size: 18px; 	  
}	  
.text_size_20 {
	font-size: 20px; 	  
}
.text_size_22 {
	font-size: 22px; 	  
}
.text_size_24 {
	font-size: 24px; 	  
}


/* 20211110_nozaki_add */
h1 {
	font-size: initial;
	color:  initial;
}
.clear_text {
	font-size: 14px;
	color:  #e9546b;
}
.clear_text22 {
	font-size: 22px;
	color:  #e9546b;
}
.subcategorylist_lists {
  /* font-size: 13px; */	/* 201907suzuka-delete */
  font-size: 11px;	/* 201907suzuka-add */
  /* margin-top: 40px; */	/* 201907suzuka-delete */
  margin-top: 20px;	/* 201907suzuka-add */
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
  min-height: 160px;	/* 201907suzuka-add */
}

.header_nav_global_left_category .header_nav_global_box_detail {
	height: 100%;
}

.header_nav_global_left_group .header_nav_global_box_detail {
	height: 100%;
}
.header_nav_global_left_contents .header_nav_global_box_detail {
	height: 100%;
}


/*-----------------------------------------------
¥¿¥ÖÀÚ¤êÂØ¤¨¡¡start
-----------------------------------------------*/
.tab-wrap label{
	margin-bottom: 0;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab_border1:after {
  content: '';
  background: #e9546b;
  width: 100%;
  height: 2px;
  display: block;
  order: -1;
}
.tab_border2:after {
  content: '';
  background: #84a7af;
  width: 100%;
  height: 2px;
  display: block;
  order: -1;
}
.tab_border3:after {
  content: '';
  background: #c69c6d;
  width: 100%;
  height: 2px;
  display: block;
  order: -1;
}
.tab_border4:after {
  content: '';
  background: #cbbd30;
  width: 100%;
  height: 2px;
  display: block;
  order: -1;
}
.tab-label {
  color: #42210b;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  /*-white-space: nowrap;-*/
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.labelcolor_01 {
	background-color: white;
	border-top: solid 2px #e9546b;
	border-left: solid 2px #e9546b;
	border-right: solid 2px #e9546b;
	border-radius: 10px 10px 0 0;
}
.labelcolor_02 {
	background-color: white;	
	border-top: solid 2px #84a7af;
	border-left: solid 2px #84a7af;
	border-right: solid 2px #84a7af;
	border-radius: 10px 10px 0 0;
}
.labelcolor_03 {
	background-color: white;	
	border-top: solid 2px #c69c6d;
	border-left: solid 2px #c69c6d;
	border-right: solid 2px #c69c6d;
	border-radius: 10px 10px 0 0;
}
.labelcolor_04 {
	background-color: white;	
	border-top: solid 2px #cbbd30;
	border-left: solid 2px #cbbd30;
	border-right: solid 2px #cbbd30;
	border-radius: 10px 10px 0 0;
}


/* ¥¢¥¯¥Æ¥£¥Ö¤Ê¥¿¥Ö */
.tab-switch:checked+.labelcolor_01 {
	background: #e9546b;
	color: White
}
.tab-switch:checked+.labelcolor_02 {
	background: #84a7af;
	color: White
}
.tab-switch:checked+.labelcolor_03 {
	background: #c69c6d;
	color: White
}
.tab-switch:checked+.labelcolor_04 {
	background: #cbbd30;
	color: White
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ¥é¥¸¥ª¥Ü¥¿¥óÈóÉ½¼¨ */
.tab-switch {
  display: none;
}

.footer_checked_lists .footer_list5th{
	width: 10%;
}
/*===============================================
  ²èÌÌ¤Î²£Éý¤¬798px°Ê²¼¤ËÅ¬ÍÑ
===============================================*/
	@media screen and (max-width: 798px){
		.footer_checked_lists .footer_list5th{
			width: 33.3333333%;
		}
	}
/*===============================================
  ²èÌÌ¤Î²£Éý¤¬640px°Ê²¼¤ËÅ¬ÍÑ
===============================================*/
	@media screen and (max-width: 640px){
		
	}
/*-----------------------------------------------
¥¿¥ÖÀÚ¤êÂØ¤¨¡¡end
-----------------------------------------------*/
	

/*-----------------------------------------------
Insta
-----------------------------------------------*/
.Insta{
	max-width: 980px;
	margin: 0 auto;
}
.Insta .inner{
	margin-bottom:40px; 
}
.Insta .inner{
	width: 100%;
}
.Insta .inner p {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.Insta .inner p a{
	border-radius: 5px;
	border: solid 1px #80460d;
	font-size: 1.0rem;
	color: #80460d;
	padding: 5px 50px;
}
.Insta .inner p a:hover{
	color: #FFFFFF;
	background-color: #80460d;
}
.Insta .inner ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.Insta .inner ul li{
	width: 18%;
	list-style: none;
}
.Insta .inner ul li:nth-child(n+2){
	margin-left: 2.5%;
}
.Insta .inner ul li a:hover{
opacity: 0.7;
}

/*-----------------------------------------------
Q&A
-----------------------------------------------*/

.page_link .btn{
	margin-bottom: 5px;
}

#oursite,
#login,
#merchandise,
#order,
#delivery,
#payment,
#point,
#receiptetc,
#sample,

#return,
#other{
    background-position-y: 100%;
	margin-top: -90px;
	padding-top: 90px;
}
/* ¥¢¥³¡¼¥Ç¥£¥ª¥ó¥á¥Ë¥å¡¼Á´ÂÎ¤Î¥µ¥¤¥º¡¦°ÌÃÖ */
#Q_A {
	width: 97%;
	margin: 0 auto;
}

/* ¥¯¥ê¥Ã¥¯ÎÎ°è */
#Q_A .touch,
#Q_A .touch_nosymbol{
	position: relative;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	text-indent: -1.4em;
	padding: 0 40px 0 20px;
}
/* ­¡¥×¥é¥¹¤Î²£Àþ */
#Q_A .touch:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 15px;
	height: 2px;
	background: #e9546b;
	transform: translateY(-50%);
}
/* ­¢¥×¥é¥¹¤Î½ÄÀþ */
#Q_A .touch:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(Éý2px¤ÎÈ¾Ê¬) */
	right: 14px;
	width: 2px;
	height: 15px;
	background: #e9546b;
	transform: translateY(-50%);
	transition: .3s;
}
/* ­£¥ª¡¼¥×¥ó»þ¤Ëopen¥¯¥é¥¹¤òÉÕÍ¿¡Ê½ÄÀþ¤ò²óÅ¾¤µ¤»¤ÆÈóÉ½¼¨¤Ë¡Ë */
#Q_A .touch.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
#Q_A .touch_nosymbol.open:after {
	top: 25%;
	opacity: 0;
}

/* ¥¯¥ê¥Ã¥¯¤·¤¿¤éÉ½¼¨¤µ¤ì¤ëÎÎ°è */
#Q_A dd {
	display: none;
	margin: 10px 0 0;
	text-indent: -1.4em;
    padding-left: 20px;
}
/* symbol°Ê³°¤ÎÊ¸»ú¿§ÊÑ¹¹¡¡¥°¥ì¡¼ver */
#Q_A .touch_nosymbol span{
	color:#666;
}
/* ¥ê¥ó¥¯¥Æ¥­¥¹¥È¤Î¥¦¥§¥¤¥È */
.linkweig{
	font-weight:500;
	width: 97%;
	margin: 0 auto !important;
}

/*===============================================
  ²èÌÌ¤Î²£Éý¤¬640px°Ê²¼¤ËÅ¬ÍÑ
===============================================*/
@media screen and (max-width: 640px){
	ul.subcategorylist_lists > li {
  margin-bottom: 5px;
  min-height: 147px;	/* 201907suzuka-add */
}
.search_lock,
.header_btm{
    position: sticky;

    top: 0;
    background-color: #fff;
	z-index: 1;
}
.text_size_13 {
	font-size: 13px; 	  
}
/*-------¥¹¥Þ¥Û»þ¤Ë²èÁü¥µ¥¤¥º100¡ó¡Ê¿Æ¥µ¥¤¥º¤Ë¹ç¤ï¤»¤Æ²èÁü¥µ¥¤¥ºÊÑ¹¹¡Ë---------*/
.w100{
	width: 100%;
}

/*-----------------------------------------------
Insta
-----------------------------------------------*/
.Insta .inner .contentbox{
	width: 95%;
	margin: 0 auto;
}	
.Insta .inner p{
	width: 80%;
}
.Insta .inner p a{
	padding: 5px 20px;
}
.Insta .inner ul li{
	width: 30%;
	margin-right: 5%;
}
.Insta .inner ul li:nth-child(n+2){
	margin-left: 0;
}	
.Insta .inner ul li:nth-child(3n){
	margin-right: 0;
}
.Insta .inner ul li:nth-child(n+4){
	display: none;
}	
  
	

/*---------heightmach------------*/
.flex4 {
    flex-wrap: wrap;
}	
.flex4 .item{
	width: 49%;
	margin-bottom: 30px;
}
.flex4 .item a{
	height: 17.5em;
}
.flex4 .item .petit_txt_area {
    flex-grow: 30;
}
/*---------heightmach------------*/

 
/* ¥¹¥Þ¥Û¤Î¤ßÈóÉ½¼¨_otawara20221221 */
.mobile_hidden {
  display: none;
}


  
/* bannerÉ½¼¨_otawara20221221 */
.seller2 {
  margin-bottom: 20px;
}

.seller2_heading {
}

.seller2_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller2_list {
  margin-bottom: 10px;
  /*text-align: center;*/	/*201903suzuka-delete*/
  text-align: left;	/*201903suzuka-add*/
  position: relative;
  max-height: 170px;
}

}