/*カラーミー用 外部CSS */
body{
	font-family: 'Noto Sans JP', sans-serif;

}
img{
	max-width: 100%;
}
ul,li{

	list-style: none;
	padding: 0;
	margin: 0;
}	
a{
		text-decoration: none;
}
.header .links ul{
justify-content: flex-end;
}
.header{
	padding: 40px 0 10px;
}
.header .logo{
text-align: center;
margin: auto;
width: 230px;
}
.header .logo img{
	width: 100%;
}
.header .material-icons-outlined{
	color: #000;
	vertical-align: -5px;
}
.header .links li{
	margin:0 10px;
}
.header .links a{
	color: #000;

}
.menu__item,
.menu__item-default {
  background: #fff;
  color: #000;
  border-top:1px solid #000;
  border-left:1px solid #000;
  border-right:1px solid #000;
  cursor: pointer;
  display: block;
  position: relative;
}
.menu__item.bb1,
.menu__item-default.bb1{
  border-bottom:1px solid #000;
	
}
.menu__item-default{
	background: #CBCBCC;
}
.menu__item__link {
    position: relative;	
	text-align: center;
	text-decoration: none;
  color: #000;
  display: block;
  padding: 1rem;
}
.menu__item__link:hover{
	color: #000;
		background: #9D9D9D;
} 

.menu__item__link.arrow:before,
.menu__item__link.arrow::after{
	content:"";
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.menu__item__link.on:before,
.menu__item__link.on::after{
	content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.menu__item__link.arrow:before{
	content:"";
    left: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);	
}
.menu__item__link.on:before{
	content:"";
    left: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}
.side .side-title{
	background: #707070;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.submenu {
  background: #fff;
  display: none;
}
.submenu__item {
	text-align: center;
  border-top: 1px solid #000;
  background: #E6E6E6;
  color: #000;

}
.submenu__item:hover{
	background: #9D9D9D;
}
.submenu__item a{
	display: block;
	  padding: 1rem;
	color: #000;
}
.side .cart-button{
	margin: 20px 0 0;
}
.side .cart-button a{
	display: block;
	font-size: .85rem;
	border-radius: 7px;
	background: #454545;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	width: 100%;
}
.side .cart-button .material-icons-outlined{
	vertical-align: -6px;
}
.main-wrapper{
	flex-direction: row-reverse;
	justify-content: space-between;
}
.top-banner{
	padding-top: 60px;
	padding-bottom: 60px;
}
#side{
	position: relative;
	width: 23%;
	margin:30px 4% 0 0;
}

.side-top{
	margin-top: 0!important;
}
#main{
	width: 73%;
}
.item_box{
	margin-bottom: 40px;
}
.item_image{
	margin-bottom: 10px;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.item_image img{
	width: 100%;
}
.item_detail{
	text-align: center;
}
.item_detail a{
	text-decoration: none;
	font-weight: bold;
	color: #000;	
}
.item_name{
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.information{
	padding: 40px 0;
}
.information .title{
	font-weight: 700;
	font-size: 1.4rem;
	margin:0 0 30px;
}
.information .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border-top:1px solid #ccc;
	padding: 20px 20px;
}
.information .block p{
	margin: 0;
}
.information .block a{
	text-decoration: none;
	color: #000;
}
.information .block a:hover{
	text-decoration: underline;
}
.information .block .category{
	background: #C3C3C3;
	color: #fff;
	padding:3px 10px;
	margin:0 40px 0 20px;
}
.information .c-button a{
	margin:30px 0 0 auto;
}
.footer{
	background: #484844;
	color: #fff;
	padding: 50px 0;
}
.footer a{
	color: #fff;
}
.footer .logo{
	width: 300px;
}
.footer .footer_menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 30px 0 20px;
}
.footer .footer_menu li a{
	display: block;
	margin:0 20px 0 0;
}
.footer .footer_menu li a:before{
	content:"|";
	position: relative;
    left: -10px;
}
.footer .footer_menu li:first-child a:before{
	content:"";
}
.footer .copyright{
	font-size: .85rem;
}

.delivery-fee{
	font-weight: bold;
	text-align: center;
	color: #C40000;
	border:2px solid #C40000;
	padding: 5px 0;
}

h2.product_name {
	font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 1.2rem;
}

.product_form{
  margin: 0 0 15px;
}

.product_detail_area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  position: relative;
  width: 100%;
}

.product_images {

  width: 60%;
}
.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;
}
.cart-area{
	width: 37%;
    margin-left: 3%;
}
}
.add_cart .price{
	font-size: 1.2rem;
}
.add_cart .btn{
	font-weight: bold;
	border:0;
	border-radius: 0;
	background: #F0D123;
	color: #000;
	padding: 14px 0;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;

}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 30%;
  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: 70%;
  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#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;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.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: 0;

}
.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 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;

  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;
}



/* ************************************************
*  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: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

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


.c-title h2{
	text-align: center;
	border:1px solid #808080;
	color: #808080;
	font-size: 1.3rem;
	padding: 10px 0;
	margin: 40px 0 20px;
}
.main-list-block .list-item_box  a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.main-list-block .list-item_box  .item_detail {
    text-align: center;
}
.list-footer-link {
	background: #5D5D5D;
	margin: 30px 0 100px;
}
.list-footer-link a{
	color: #fff;
	font-size: 1.3rem;
}
.list-footer-link li{
	margin: auto;
	text-align: center;
	width: 65%;
}
.list-footer-link li:first-child{
	text-align: left;
	margin:0 auto 0 0;
	width: 35%;
}
.footstamp{
	font-size: .85rem;
	margin:0 0 10px;
	
}
.footstamp a{
	color: #000;
}
.footstamp span{
	padding:0 10px;
}
#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;
  empty-cells:show;
   border-collapse: collapse; 
}

.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;
}
.card-gray{
	background: #D8D8DD 8px;
	padding: 15px;
}
.detail-spec{
	border:1px solid #ccc;
	padding:20px 50px;
	
}
.detail-spec br{
	display: none;
}
.detail-spec .title{
	font-size: 1.1rem;
	border-bottom:1px solid #ccc;
	padding:0 0 15px;
	margin:0 0 15px;
}
.detail-spec-inner{
	justify-content: space-between;
	align-items: center;
}
.detail-spec .list{
	width: 50%;
}
.detail-spec .pic{
	width: 35%;
}
.detail-spec .list li{
	font-size: 1rem;
	margin: 5px 0;
}
.shopping_guide{
	background: #F8F8F8;
	margin: 100px 0 0;
	padding: 60px 0;
}
.shopping_guide .block-inner{
	margin-top: 50px;
}
.shopping_guide .title{
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
}

.shopping_guide .subtitle{
	font-weight: bold;
	text-align: left;
	font-size: 1rem;
	border-bottom:1px solid #ccc;
	padding:0 0 15px;
	margin:0 0 15px;
}
.shopping_guide .sg-block p{
	line-height: 1.8;
	margin-bottom: 15px;
	font-size: .9rem;
}
.shopping_guide .pay-box{
	border:1px solid #ccc;
	padding: 15px;
	margin:10px 0 20px 0;
}
.bestpot-banner{
	margin: 30px 0 0;
}
.u-title h2 {
	background: #E6E6E6;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin: 0 0 60px;
    padding: 15px 0;
    font-size: 1.4rem;
    letter-spacing: .2rem;
}
.company-page .logo{
	text-align: center;
	width: 180px;
	margin:0 auto 60px;
}
.company-page .block{
	border-top:1px solid #ccc;
	padding: 15px 0;
	font-size: 14px;
}
.company-page .block .title{
	font-weight: bold;
	text-align: center;
	width: 40%;
}
.company-page .block .text{
	line-height: 1.8;
}
.company-page .block .text li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 2.3;
}
.company-page .block .text li .t{
	margin-right: 20px;
}

.privacy-page .block{
	padding: 30px 0;
	border-bottom:1px solid #ccc;
}
.privacy-page .block h3{
	font-weight: 700;
	font-size: 1rem;
}
.privacy-page .block p{
	margin: 0;
}
.privacy-page .block ul{
	padding: 25px 0;
}
.color-lineup a{
	text-decoration: none;
	border-radius: 8px;
	display: block;
	text-align: center;
	color: #656565;
	background: #E3E3E3;
	border:2px solid #656565;
	padding: 8px 0;
	font-size: 1rem;
}
.list-item_box{
	margin-bottom: 20px;
}
.detail-note{
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 1.1rem;
}
.slider {
  display: block;
  float: left;
  margin: 0 auto;
}
.swiper-container-top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-pagination {
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  width: 36px !important;
  height: 68px !important;
  margin-top: -34px !important;
  -moz-background-size: 36px 68px !important;
  -webkit-background-size: 36px 68px !important;
  background-size: 36px 68px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjM2cHgiIGhlaWdodD0iNjhweCIgdmlld0JveD0iMCAwIDM2IDY4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzNiA2OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBwb2ludHM9IjAsMCAzNiwzNCAwLDY4ICIvPg0KPC9zdmc+') !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjM2cHgiIGhlaWdodD0iNjhweCIgdmlld0JveD0iMCAwIDM2IDY4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzNiA2OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBwb2ludHM9IjM2LDAgMCwzNCAzNiw2OCAiLz4NCjwvc3ZnPg==') !important;
}

.hero {
  text-align: center;

}
.w100, .i100 {
    width: 100%;
}
.info-view{
	text-align: right;
}
.info-view a{
	display: block;
	position: relative;
	font-weight: bold;
	color: #000;
	padding: 0 80px 0 0;
}
.info-view a:after{
	content:"";
	position: relative;
	display: block;
  width: 150px;
  height: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: skew(45deg);	
  margin: 0 0 0 auto;
  right:-70px;
  bottom: 4px;
}
.navfixed{
	position: fixed;
	top:0;
	width: 256px;
}
@media screen and (max-width: 572px) {
.detail-spec-inner{
	flex-wrap: wrap;
}	
.detail-spec .list{
	width: 100%;
}
.detail-spec .pic{
	width: 100%;
	margin: 20px 0 0;
}
body{
	font-size: .85rem;
}	
.header .material-icons-outlined {
    font-size: 1.2rem;
}
.header .links li {
    margin: 0 0 0 5px;
}
.footer .logo {
    width: 200px;
}
.footer .footer_menu{
	flex-wrap: wrap;
}
.footer .footer_menu li{
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom:1px solid #fff;
	
}
.main-wrapper {
	flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 50px;
}
.footer .footer_menu li:first-child a:before,
.footer .footer_menu li a:before{
	content:"";
}
.top-banner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header .logo {
    width: 200px;
    margin: 0 auto 10px;
}
#main{
	width: auto;
}
#side{
	width: auto;
	margin: 20px 0 0;
}
.side-top {
    margin-top: 20px!important;
}
.information {
    padding:  0;
}
.information .block{
	flex-wrap: wrap;
	padding: 15px;
}
.information .block p{
	width: 100%;
}
.information .block .category {
    margin: 0 0px 10px 10px;
}
.product_detail_area{
	flex-wrap: wrap;
}
.product_images {
    width: auto;
    margin-bottom: 20px;
}
.cart-area {
    width: auto;
    margin-left: 0;
}
.zoom-desc{
	flex-wrap: wrap;
}
a.cloud-zoom-gallery {
    margin: 0 10px 1px 0;
    width: 82px;
    height: 62px;
}
.list-footer-link {
    background: #5D5D5D;
    margin: 10px 0 40px;
}
.list-footer-link a {
    color: #fff;
    font-size: 1rem;
}

.c-title h2 {
    font-size: 1.1rem;
    padding: 10px 0;
    margin: 20px 0 15px;
}
.shopping_guide {
    margin: 30px 0 0;
    padding: 30px 0;
}
.u-title h2 {

    font-size: 1.1rem;
}
.navfixed {
    position: static;
    width: auto;
}
}