@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;padding:0;
	line-height: 2.0;
}
table {
		border-collapse:collapse;border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;font-weight:normal;
}
ul, ol, form, p {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;font-size:inherit;font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}


body {
	font-family: 'Bodoni Moda', serif;
	font-size: 16px;
	background-color: #FFFFFF;
	background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
	color: #000;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #333;
}
a:hover {
	color: #444;
	text-decoration: none;
}

.btn {
	border-radius: 0;
}

/*
* layout
*/
.container {
	width: 1300px;
	margin: 0 auto;
}

/* header */

.promo__seciton {
	background-color: #000;
	width: 100%;
	min-height: 49px;
}

.promo {
	background: #000;
}

.promo__text {
	color: #fff;
	text-align: center;
	padding: 14px 0;
	letter-spacing: 1px;
	font-weight: bold;
	background: #000;
}

.header__section {
	text-align: center;
	margin-bottom: 20px;
}

.header-search {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 310px;
	height: 50px;
}

.header-search i {
	position: absolute;
	top: 16px;
	left: 15px;
}

.header-search__box,
.header-tools {
/*	font-family: sans-serif; */
	font-family: 'Bodoni Moda', serif;
	font-size: 12px;
}

.header-search__box {
	min-width: 240px;
	padding: 15px 11px 17px 51px;
	background: none;
	border: none;
	border-radius: 3px;
	color: #333;
}
.header-search__box:focus {
	padding: 14px 10px 16px 50px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.header-tools {
	float: right;
	margin: 0;
	text-align: right;
}

.header-tools__unit {
	display: inline;
	margin-left: 45px;
	line-height: 1.4;
}

.header-tools__unit-cart {
	margin-left: 21px;
}

.header-tools__btn {
	position: relative;
	padding: 7px 15px 7px 34px;
	font-size: 12px;
}
.header-tools__btn i {
	position: absolute;
	top: 9px;
	left: 6px;
	font-size: 14px;
}

.header-tools__count {
	padding: 0 2px;
	font-size: 14px;
}

.header__logo-img {
	height: 160px;
	margin: 30px 0 40px;
}

.header__logo-img img {
	height: 100%;
}

.header__logo {
	margin: 70px 0;
}


/*==============================================
　global navigation bar (top)
================================================*/
ul.navi-top, ul.navi-top a {
	color:black;/*文字の色*/
	background-color:white;/*メニューバーの背景色*/
}

ul.navi-top a:hover {
	color:gray;/*マウスオーバーの時の文字の色*/
	background-color:white;/*マウスオーバーの時の背景色*/
}

ul.navi-top {
/*	position:fixed; */
	left:0;
	top:0;
	margin: ;
	padding:;
	font-size: 15px;
/*	font-family: sans-serif; */
	font-family: 'Bodoni Moda', serif;
	font-weight: 600;
	width:100%;
	text-align:center;
}

/*1階層目*/
ul.navi-top li {
/*	width: 150px;１階層目の幅*/
	padding: 0 15px;
	display: inline-block;
	list-style-type: none;
	position: relative;
	z-index:100; /*重なり順*/
}
ul.navi-top a {
	line-height: 50px;/*メニューバーの高さ*/
	text-align: center;/*文字位置中央寄せ*/
	padding-left:;
	text-decoration: none;
	font-weight: nomarl;
	display: block;
}
/*２階層目*/
ul.navi-top ul {
	display: none;
	margin:0px;
	padding:0px; 
	position: absolute;
	background: #fff;
}
ul.navi-top li ul li {
	border-bottom: dashed 1px #333;
}
ul.navi-top ul a{
	width:150px;/*２階層目の幅*/
}
ul.navi-top li:hover ul {
	display: block;
}


/* slider */
.slider {
	width:100% !important;
	min-width: 1300px;
}

#slider {
	height: 100%;
}

.bx-wrapper img {
	width: 65%;
	max-width: none;
	margin: 0 auto;
}

.slider .bx-wrapper .bx-caption {
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
	font-size: 18px;
	padding: 30px;
}
.slider .bx-wrapper .bx-pager {
	padding-top: 20px !important;
	bottom: -30px !important;
}


/* main */
.main__section {
/*	border-top: 1px solid #000; */
/*	border-bottom: 1px solid #000; */
	margin-bottom: 60px;
/*	padding: 60px 0;*/
	overflow: hidden;
}

.main__section--product {
	padding: 80px 0 60px;
}

/* section */

section {
	display: inline-block;
	width:100%;
	margin-top: 100px;
}

section div {
	margin-top: 50px;
}

section .inner {
	text-align: center;
}

/* information */
.info {
	text-align: center;
}

.info-list {
	list-style-type: none;
}

.info-list__unit {
	padding-bottom: 30px;
}

.info-list__date {
	display: block;
	padding-bottom: 10px;
}

/* information */
.info {
	margin-bottom: 100px;
}

.info-list {
	list-style-type: none;
}

.info-list__unit {
	padding-bottom: 30px;
}

.info-list__date {
	display: block;
	padding-bottom: 10px;
}

/* history */
.history {
}

p.read {
	margin-bottom: 40px;
}

p.read:last-of-type {
	margin-bottom: 0px;
}

.text-m {
	font-size: 18px;	
}

.text-l {
	font-size: 24px;	
}

/* instabram */

/* product */

.banner2,
.banner3,
.banner4 {
	list-style-type: none;
	font-size: 0;
	width: 100%;
	display: inline-block;
}

.banner2 li {
	width: calc((100% - 20px)/2);
}

.banner2 li:nth-of-type(2n) {
	margin-right: 0px; 
}

.banner3 li {
	width: calc((100% - 40px)/3);
	background: #bdc6b7;
}

.banner3 li:nth-of-type(3n) {
	margin-right: 0px; 
}

.banner4 li {
	width: calc((100% - 60px)/4);
}

.banner4 li:nth-of-type(4n) {
	margin-right: 0px; 
}

.banner2 li,
.banner3 li,
.banner4 li {
	display: inline-block;
	float: left;
	margin: 0 20px 20px 0; 
	vertical-align: top;
	position: relative;
}

.banner .banner3 li {
	height: 100px; 
}

.product li img {
	width: 100%;
	height: auto;
}

li.group-list {
	display: grid;
	text-align: center;
}

li.group-list a {
	color: #000; 
	background:#ffffff;
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #000;
}

li.group-list a:hover {
	background:#ddd;
}

li.group-list ul {
	margin: 10px 0;
}

li.group-list ul li.cat-list {
	display: inline-block;
}

li.group-list ul li.cat-list:after {
	content: " / ";
	margin: 0 10px;
}

li.group-list ul li.cat-list:last-of-type:after {
	content: "";
	margin: 0;
}

li.group-list ul li.cat-list a {
	color: #000;
	background: none;
	padding: 0;
	border: 0;
}

/* recommend */
.recommend {
}

/* index */
.index {
}

/*  banner*/
.banner {
}

/*  location*/
.location {
}

.location .wrap {
	display: flex;
	justify-content: spece-between;
}

.location-item {
	width: 60%;
	margin-top: 0;
}

.location-info {
	width: 40%;
	margin-top: 0;
	color: #ffffff;
	background: #000;
	position: relative;
}

.location-info p {
	font-size: 18px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}


/* footer */
#footer {
/*	font-family: sans-serif; */
	font-family: 'Bodoni Moda', serif;
	font-size: 14px;
}

.footer__section {
/*	border-bottom: 1px solid #000;  */
}

.footer__guide {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #111;
	display: flex;
}

.guide__col {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
}

.guide__col--one-third {
	width: calc((100% - 40px)/3);
}

.guide__col--one-third:nth-of-type(3n) {
	margin-right: 0px;
}

.guide__col--half {
	width: 625px;
}

.guide__h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #111;
	font-size: 16px;
	font-weight: bold;
}

.guide__list {
	margin: 0;
}

.guide__name {
}

.guide__other {
	margin: 0;
	padding-bottom: 30px;
	color: #333;
}

.footer__navi {
}

.shop-owner {
	overflow: hidden;
}

.shop-owner__img {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.shop-owner__info {
	float: left;
	width: 290px;
}

.shop-owner__name {
	margin-bottom: 16px;
	font-weight: bold;
}

.shop-owner__memo {
	line-height: 1.8;
}

.sns-list {
	list-style-type: none;
	padding-bottom: 60px;
}

.sns-list__unit {
	display: table-cell;
	padding-right: 5px;
}

.footer-navi__col {
	list-style-type: none;
	line-height: 2.2;
}

.pagetop__btn {
	display: block;
	padding: 18px 0;
	width: 100%;
	max-width: 50px;
	float: right;
}

/* copyright */
.copyright__section {
	padding: 20px 0;
	font-size: 10px;
}

.copyright {
	margin: 0 0 10px;
}

.copyright__img {
	width: 200px;
	height: 18px;
	margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
	margin: 10px 0 0;
	list-style-type: none;
}

.menu-list--more-prd {
	margin: 10px 0 20px;
}

.menu-list__link {
	display: table;
	padding: 10px 0;
	width: 100%;
}

.menu-list__text {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	width: 90%;
}

.menu-list__icon {
	display: table-cell;
	vertical-align: middle;
	width: 10%;
	text-align: right;
}

.category-list__unit {
	position: relative;
}


/* qrcode */
.qrcode {
	margin: 20px 0 60px;
	text-align: center;
}

/* product-list */
.product-list {
	list-style-type: none;
	font-size: 0;
	width: 100%;
}

.product-list__unit {
	display: inline-block;
	font-size: 14px;
	margin: 0 20px 20px 0;
	vertical-align: top;
	position: relative;
}

.product-list__unit-sm {
	width: 110px;
}

.product-list__unit-md {
	width: 141px;
}

.product-list__unit-lg {
	width: 303px;
	width: calc((100% - 60px)/4);
}

.product-list__unit-lg:nth-of-type(4n) {
	margin-right: 0px;
}

.img-format {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.img-format:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.img-format img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width:100%;
	height:100%;
	object-fit: cover;
}

.product-list__unit--sidebar {
	display: block;
	margin: 0 0 20px;
}

.product-list__image:hover {
	opacity: 0.8;
}

.product-list__image--sm {
	max-width: 110px;
}

.product-list__text {
	display: block;
}

.product-list__name {
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
}

.product-list__name--sidebar {
	margin-top: 0;
	margin-left: 10px;
}

.product-list__expl {
	margin-top: 20px;
	text-align: left;
}

.product-list__prices {
	font-size: 18px;
	margin-top: 10px;
	text-align: right;
}

.product-list__prices--sidebar {
	margin-left: 10px;
}

.product-list__price-regular {
	text-decoration: line-through;
}

.product-list__price-soldout {
	color: #ff0000;
}

.product-list__discount-rate {
	color: #ff0000;
}

.rank-box {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 5;
}

.rank-box--sidebar {
	top: 10px;
}

.rank-number {
	padding: 8px 0 0;
	background: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
	width: 40px;
	height: 32px;
	display: block;
	text-align: center;
}

.rank-number--sidebar {
	padding: 4px 0 0;
	width: 22px;
	height: 18px;
}

.rank-number-color--1 {
	background: #ffea22;
}

.rank-number-color--2 {
	background: #cbcbcb;
}

.rank-number-color--3 {
	background: #d9a300;
}

/* pagenation */
.pagenation {
	position: relative;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.pagenation .disabled {
	color: #ccc;
}

.pagenation-prev {
	position: absolute;
	left: 0;
}

.pagenation-pos {
	line-height: 0.8;
}
.pagenation-pos__number {
	margin: 0 5px;
	font-size: 22px;
}

.pagenation-next {
	position: absolute;
	right: 0;
}


/* product */

.product__section {
	margin-bottom: 50px;
}
.product__section h2 {
	border-bottom: none;
	font-size: 22px;
}
.product-list__freespace-top {
	text-align: center;
}
.col {
	margin: 0;
	padding: 0;
}
.product__model {
	color: #333;
}

.product__image-main {
	text-align: center;
}

.product__image-thumb ul li {
	cursor: pointer;
	margin-bottom: 0;
	padding: 0;
}

.image__thumb {
	margin-top: 2px;
	padding: 0;
}

.image__thumb--active {
	border: 0 solid #111;
}

.product__guide {
	padding: 0 0 60px;
}

.product__guide h2 {
	font-family:serif;
	text-align : left;
}

.product__price-part {
	font-size: 22px;
	padding-bottom: 5px;
}

.product__price-regular {
	padding-bottom: 5px;
}

.product__price-establish {
	padding-bottom: 5px;
	color: #333;
}

.product__discount {
	color: #ff0000;
}

.product__stock-str {
	padding-top: 30px;
	font-size: 22px;
}

.product__related-list__link {
	display: block;
	padding: 5px 0;
}
.product__related-list__link span {
	padding-left: 15px;
}

.product__image,
.product__explain,
.caution,
.reviewlist {
	width: calc(60% - 80px);
 	float: left;
	margin-bottom: 50px;
}

.product__guide {
	width: 40%;
 	float: right;
}

.product__order {
	font-family: sans-serif;
/*	border-top: 1px solid #111; */
/*	border-bottom: 1px solid #111; */
	padding: 0;
}

.option-list__name, .init-list__name, .text-titles-list__name {
	padding-bottom: 10px;
	font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
	margin: 0;
}

.option-list__select {
	height: 50px;
	border: 2px solid #111;
}

.text-titles-list__detail-text {
	height: 50px;
	border: 2px solid #111;
}

.init-list__detail-num {
	width: 300px;
	height: 38px;
	border: 2px solid #111;
	display: inline-block;
	font-weight: bold;
}

.init-list__detail-updw {
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.init-list__detail-unit {
	padding-left: 10px;
}

.init-list,
.order-btn-list,
.related-list {
	margin: 0;
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}

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

.option-table {
	margin: 0;
}
.option-table table {
	width: 95%;
	width: calc(100% - 2px);
	margin: 20px auto 0;
  	display: inline-table;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
}
.option-table table th, .option-table table td {
	padding: 11px 7px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
}
.option-table table th {
	text-align: center;
}
.option-table table td {
	vertical-align: top;
	text-align: center;
}

.related-list {
	text-align: center;
	margin: 20px 0 20px;
}

.related-list__unit {
	display: inline-block;
}

/* option detail */
.option-detail__section {
	padding: 20px;
	text-align: center;
}

.option-detail__table th {
	text-align: center;
}
.option-detail__table td {
	text-align: center;
}

.option-detail__price--regular {
	text-decoration: line-through;
}

.option-detail__discount {
	color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
	margin: 40px 0 20px;
	line-height: 1.8;
}

.shop-info-list__title {
	padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
	padding: 0 0 5px;
}

.shop-info-list__note {
	margin: 0;
	line-height: 1.8;
}


/*
* Module
*/
.section__title-h2 {
	font-family: 'Pinyon Script', cursive;
	font-size: 50px;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #111;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
	text-align: center;
}

.btn-primary {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}
.btn-primary:hover {
	background: #666;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn-secondary {
	background: #48A3FF;
	border: 1px solid #48A3FF;
	color: #fff;
}
.btn-secondary:hover {
	background: #48A3FF;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn-tertiary {
	background: #cf0400;
	border: 1px solid #cf0400;
	color: #fff;
}
.btn-tertiary:hover {
	background: #cf0400;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
	padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
	margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
	vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
	background-color: #cf0400;
	color: #fff;
}

.txt--sm {
	font-size: 10px;
}

.txt--md {
	font-size: 12px;
}

.txt--lg {
	font-size: 16px;
}

.txt--c {
	text-align: center;
}

.txt--r {
	text-align: right;
}

.txt--red {
	color: #ff0000;
}

.txt--gray {
	color: #999;
}

.border--none {
	border: none;
}

.mar-t--20 {
	margin-top: 20px;
}

.mar-b--20 {
	margin-bottom: 20px;
}

.mar-b--60 {
	margin-bottom: 60px;
}

.width--110 {
	width: 110px;
}

.width--160 {
	width: 160px;
}

.hide {
	display: none;
}



/* 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 {
	outline: none;
}