@charset "euc-jp";

* {
	box-sizing: border-box;
}

body {
  background-color: #332307;
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);*/
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family :	YuMincho, 'Yu Mincho', serif;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width:1024px) {
	body {
	  font-size: 12px;
	}
}
@media screen and (max-width:767px) {
	body {
	  font-size: 18px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

a {
  color: #fff;
}
a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}
a:hover {
	opacity: 0.8;
}

.btn {
  border-radius: 0;
  font-size: 18px;
}

ul, ol, form, p {
  margin: 0;
}

li {
  list-style: none;
}

h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}

button {
  font-family :	YuMincho, 'Yu Mincho', serif;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	outline: none;
	background-color: #332307;
	color: #FFF;
}

input, button, select, textarea {
	font-family :	YuMincho, 'Yu Mincho', serif;
}

/* -------------------------------------------------- */
/* common */
/* -------------------------------------------------- */
.sp-block {display: none;}
.pc-block {display: block;}
.sp-inline {display: none;}
.pc-inline {display: inline-block;}

@media screen and (max-width:767px) {
	.sp-block {display: block;}
	.pc-block {display: none;}
	.sp-inline {display: inline-block;}
	.pc-inline {display: none;}
}

/*
 * layout
 */
.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.is_tablet .container {
	padding: 0 30px;
}


@media screen and (max-width:1024px) {
	.container {
	  width: calc(100% - 40px);
	}
}
@media screen and (max-width:767px) {
	.container {
	  width: 100%;
	}
}

/* header */
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #238c00;
}

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

.header__section {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.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: 25px 0 0;
  width: 465px;
  text-align: right;
}

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

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

.header-tools__btn {
  position: relative;
  padding: 16px 15px 7px 40px;
  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 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50px;
  max-width: 13.5417%;
  z-index: 999;
}
.header__logo-img a:hover {
	opacity: 1;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
	text-align: right;
	padding: 30px 30px 30px 0;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 20px;
}

@media screen and (max-width:1024px) {
	.header-gnavi__link {
	  padding: 15px 15px;
	}
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

ul.header-gnavi li.header-tools__unit-cart {
}

ul.header-gnavi li.header-tools__unit-cart a {
	position: relative;
	width: 200px;
	height: 50px;
	font-size: 18px;
	line-height: 1;
	/*display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}
ul.header-gnavi li.header-tools__unit-cart a::before {
	content: "";
	background: url(https://img21.shop-pro.jp/PA01457/987/etc/icon-header01%402x.png?cmsp_timestamp=20201016114742) no-repeat top left;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	width: 24px;
	height: 24px;
}

@media screen and (max-width:1024px) {
	.header-tools__btn {
		padding-top: 13px;
	}
	ul.header-gnavi li.header-tools__unit-cart a {
		width: 160px;
		height: 40px;
		font-size: 14px;
	}
	ul.header-gnavi li.header-tools__unit-cart a::before {
		left: 22px;
		width: 20px;
		height: 20px;
	}
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ccc;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
	.header__section {
		width: 100%;
		height: 85px;
	}
	.header__logo-img {
		left: 20px;
		max-width: 30%;
	}
	.header-gnavi {
		display: none;
	}
	.header-gnavi__link {
		padding: 0;
	}
}

@media screen and (orientation: landscape) {
	.header__logo-img {
		max-width: 20%;
	}
}

/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
#drawer-menu-btn {display: none;}
#drawer-menu-block {display: none;}

@media screen and (max-width: 767px) {
    #drawer-menu-btn {position: fixed;right: 10px;top: 10px;display: block;width: 60px;height: 65px;cursor: pointer;text-align: center;z-index: 8999;}
    #drawer-menu-btn span.line {display: block;width: 40px;height: 2px;background: #FFF;position: absolute;right: 10px;-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: all .3s;transition: all .3s;}
    #drawer-menu-btn span.line:nth-child(1) {top: 10px;}
    #drawer-menu-btn span.line:nth-child(2) {top: 22px;}
    #drawer-menu-btn span.line:nth-child(3) {top: 34px;}
    #drawer-menu-btn span.text {text-align: center;position: absolute;top: 40px;left: 0;width: 100%; font-size: 14px; font-weight: bold;}
    #drawer-menu-btn span.text img {margin: auto;}
    #drawer-menu-btn span.text .menu-text {display: block;}
    #drawer-menu-btn span.text .close-text {display: none;}
    #drawer-menu-btn.open span.line:nth-child(1) {top: 20px;-webkit-transform: rotate(35deg);transform: rotate(35deg);}
    #drawer-menu-btn.open span.line:nth-child(2) {opacity: 0;}
    #drawer-menu-btn.open span.line:nth-child(3) {top: 20px;-webkit-transform: rotate(-35deg);transform: rotate(-35deg);}
    #drawer-menu-btn.open span.text .menu-text {display: none;}
    #drawer-menu-btn.open span.text .close-text {display: block;}
    #drawer-menu-block {position: fixed;display: block;visibility: hidden;width: 100%;height: 100%;background: #332307;left: 0;top: 0;opacity: 0;text-align: left;z-index: 8998;overflow: auto;-webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;}
    #drawer-menu-block.is-visible {visibility: visible;opacity: 1;}
    #drawer-menu-block #drawer-nav li + li {margin-top: 30px;}
    #drawer-menu-block #drawer-nav li a {display: -webkit-box;display: flex;justify-content: center;-webkit-box-align: center;align-items: center; font-size: 22px;}
	#drawer-menu-block #drawer-nav li.header-tools__unit-cart { margin-left: 0;}
	#drawer-menu-block #drawer-nav li.header-tools__unit-cart a { padding: 12px 15px 10px 65px; width: 240px;}
	#drawer-menu-block #drawer-nav li.header-tools__unit-cart a::before { content: ""; background: url(https://img21.shop-pro.jp/PA01457/987/etc/icon-header01%402x.png?cmsp_timestamp=20201016114742) no-repeat top left; background-size: contain; display: inline-block;	position: absolute;	top: 50%; transform: translateY(-50%); left: 35px; width: 24px;	height: 24px;}
    #drawer-menu-block #drawer-nav li a .icon {margin-right: 16px;vertical-align: middle;}
    #drawer-menu-block-inner {height: 100%;padding: 0;display: -webkit-box;display: flex;-webkit-box-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-align: center;align-items: center;overflow-scrolling: touch;-webkit-overflow-scrolling: touch;}
    .drawer-reaserve-btn {margin-top: 40px;}
    .drawer-reaserve-btn a {display: -webkit-box;display: flex;-webkit-box-pack: center;justify-content: center;-webkit-box-align: center;align-items: center;width: 300px;height: 80px;color: #fff;background: #3D0D0B;border-radius: 40px;}
    .drawer-reaserve-btn a .icon {vertical-align: middle;margin-right: 10px;}
    .drawer-tel-block {margin-top: 25px;width: 300px;text-align: center;}
    .drawer-tel-block .text {margin-bottom: 15px;}
    .drawer-tel-block a {display: -webkit-box;display: flex;-webkit-box-pack: center;justify-content: center;-webkit-box-align: center;align-items: center;cursor: default;}
    .drawer-tel-block a .icon {vertical-align: middle;margin-right: 10px;}
}

@media screen and (orientation: landscape) {
    #drawer-menu-block-inner {height: min-content; padding: 50px 0;}
}

/* slider */
#slider div {
  width: 100%;
}

.slider {
  margin: 0 auto 60px;
  width: calc(100% - 60px);
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.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;
	background: none;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  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: 20px !important;
	text-align: right;
	padding-right: 10px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.6);
	margin: 0 10px;
	font-size: 0;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #98130A;
}

@media screen and (max-width: 767px) {
	.slider {
	  width: 100%;
	  margin-bottom: 40px;
	}
}
/* PC表示時の調整（768px以上） */
@media screen and (min-width: 768px) {
	.slider {
		max-width: 700px; /* 最大幅を制限（お好みで調整） */
		margin: 0 auto 60px; /* 中央揃え */
	}
	
	#slider div {
		display: flex;
		justify-content: center; /* 画像を中央揃え */
	}
	
	#slider div img {
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}
}

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

@media screen and (max-width: 767px) {
	.main__section { margin-bottom: 30px; }
}

.main__section--product {
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 15.3846%;
  margin-right: 3.8462%;
}

.menu__section {
  margin-bottom: 40px;
}

.more-prd span {
  cursor: pointer;
}

ul.img__section li + li {
	margin-top: 20px;
}


@media screen and (max-width: 767px) {
	.sidebar__section {
	  float: none;
	  width: 100%;
	  margin-right: 0;
	}
	
	ul.img__section {
	  display: flex;
	  justify-content: space-between;
	}
/*	ul.img__section li + li {
		margin-top: 0;
		margin-left: 20px;
	}*/
	ul.img__section li + li {
		margin-top: 0;
		margin: 0 auto;
	}
	
    
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	ul.img__section li {
		width: 49%;
	}
	ul.img__section li + li {
		margin-top: 0;
		margin-left: 2%;
	}
	ul.img__section li:nth-child(2n+1) {
		margin-top: 0;
		margin-left: 0;
	}
	ul.img__section li img {
		width: 100%;
		height: auto;
	}
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 28px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: 80.7692%;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}
.together__section {
	border-top: 1px solid rgba(255,255,255,0.25);
	padding-top: 40px;
}
.together__section h2 {
	font-size: 22px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}
.delivery__section h2, .payment__section h2, .cancel__section h2, .sk__section h2 {
	font-size: 28px;
	text-align: left;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 16px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}
.sub-list__link::before {
	content: "≫";
  display: inline-block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

@media screen and (max-width: 767px) {
	.contents__section {
	  float: none;
	  width: 100%;
	  margin-bottom: 60px;
	}
	
	.delivery__section h2, .payment__section h2, .cancel__section h2, .sk__section h2 {
		font-size: 24px;
		text-align: center;
	}
}

/* information */
.info {
  margin-top: 40px;
}

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

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

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

/* history */
.history__section {
  clear: both;
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 40px;
}
.history__section h2 {
	font-size: 22px;
}
.history__section .product-list__name {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.4;
}
.history__section .product-list__prices {
	line-height: 1.2;
}

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

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

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

.guide__col--one-third {
  width: 410px;
}

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

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

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

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

.footer__navi {
  margin-bottom: 40px;
}

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

/* footer-nav */
#f-navi {
}
.f-navi {
	background: #241905;
	text-align: center;
	color: #FFF;
	padding: 50px 0 40px;
}
.f-navi .f-logo {
	margin-bottom: 40px;
}
.f-navi ul {
	display: flex;
	justify-content: center;
}
.f-navi ul li {
	padding: 0 20px;
	border-right: 1px solid #FFF;
	line-height: 1.2;
	font-size: 15px;
}
.f-navi ul li:last-child {
	border-right: none;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: -60px;
  width: 60px;
  margin: 0 auto;
  line-height: 1;
  z-index: 1000;
  transition: bottom .4s;
}
.pagetop.active {
  bottom: 20px;
}
.pagetop a {
  display: block;
}
.pagetop a:hover img {
  opacity: 1;
}
.pagetop img {
  display: block;
}

@media screen and (max-width: 767px) {
	.f-navi ul {
		display: block;
	}
	.f-navi ul li {
		padding-bottom: 10px;
		border: none;
	}
	.f-navi ul li:last-child {
		padding-bottom: 0;
	}
	.pagetop {
  right: 10px;
  bottom: -50px;
  width: 50px;
}
.pagetop.active {
  bottom: 10px;
}
}



/* management */
#management {
}
.management__section {
	background: #110B01;
	text-align: center;
	color: #FFF;
	padding: 30px 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.management__section p:last-child {
	font-size: 15px;
}
.management__section p a.to-corporate-site {
	display: inline-block;
	border: 1px solid #FFF;
	text-align: center;
	min-width: 140px;
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;
	margin-top: -2px;
}
.management__section p a:hover {
	border: 1px solid #CCC;
}


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

.copyright {
  margin: 0;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	letter-spacing: 0.1em;
}

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

@media screen and (max-width: 767px) {
	.copyright {
	letter-spacing: 0;
	}
}

/* menu-list */
.menu-list {
  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: 5px;
  vertical-align: middle;
  width: 90%;
}
.is_tablet .menu-list__text {
  width: 95%;
}

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

ul.menu-list li {
	padding: 20px 0;
	position: relative;
}
ul.menu-list li::after {
	content: "";
	display: inline-block;
    background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 1px;
}
ul.menu-list li:first-child {
	padding-top: 0;
}
ul.menu-list li a {
	position: relative;
	padding: 0 0 0 29px;
}
ul.menu-list li a::before {
	content: "";
	background: url(https://img21.shop-pro.jp/PA01457/987/etc/icon-side02%402x.png?cmsp_timestamp=20201016105633) no-repeat top left;
	background-size: contain;
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 15px;
	height: 16px;
}

.category-list__unit {
  position: relative;
}

@media screen and (max-width:1024px) {
	ul.menu-list li {
		padding: 10px 0;
		position: relative;
	}
}

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

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

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

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

.product-list__unit {
  display: inline-block;
  font-size: 18px;
  margin: 0 2.8571% 50px 0;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.productlist-list .product-list__unit:nth-child(3n) {
	margin-right: 0;
}
.productlist-list .product-list__unit .product-list__name {
	font-size: 20px;
}
.recommend-list .product-list__unit:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 1024px) {
	.product-list__unit {
		font-size: 14px;
	}
	.productlist-list .product-list__unit .product-list__name {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.product-list__unit {
		font-size: 18px;
	}
	.productlist-list .product-list__unit .product-list__name {
		font-size: 20px;
	}
}

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

.product-list__unit-md {
  width: 22.8571%;
}
.product-list__unit-md:nth-child(4n) {
	margin-right: 0;
}

.product-list__unit-lg {
  width: 31.4286%;
}

.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 {
  margin-top: 10px;
  text-align: left;
  line-height: 123%;
}

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

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

.product-list__prices {
  margin-top: 5px;
  text-align: left;
}
.productlist-list .product-list__prices {
	margin-top: 10px;
}

.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: 0;
  left: 0;
  z-index: 5;
}

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

.rank-number {
  padding: 8px 0 0;
  background: #110B01;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

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

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

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

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

@media screen and (max-width: 767px) {
	.product-list {
		text-align: center;
	}
	.product-list__unit {
		margin: 0 0 30px 0;
		width: 330px;
		max-width: 100%;
	}
	.product-list__name {
		font-size: 20px;
	}
	
	.rank-number {
	  width: 50px;
	  height: 50px;
	  font-size: 36px;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.product-list__unit {
		margin: 0 2% 30px 0;
		width: 330px;
		max-width: 49%;
	}
	.productlist-list .product-list__unit:nth-child(3n) {
		margin-right: 2%;
	}
	.productlist-list .product-list__unit:nth-child(2n) {
		margin: 0 0 30px 0;
	}
	.product-list__unit:nth-child(2n) {
		margin: 0 0 30px 0;
	}
	
}

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

.pagenation-prev {
  position: absolute;
  left: 15%;
}

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

.pagenation-next {
  position: absolute;
  right: 15%;
}

.pagenation a,
.pagenation .disabled {
  padding: 12.5px 50px;
  border: 1px solid rgba(255,255,255,0.3);
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
	.pagenation-prev,
	.pagenation-next {
	  position: relative;
	  margin-bottom: 10px;
		display: inline-block
	}
	.pagenation-prev {left: 0;}
	.pagenation-next {right: 0;}
	.pagenation a,
	.pagenation .disabled {
		display: inline-block;
		padding: 10px 25px;
	}
}

/* product */
.product__section {
  clear: both;
  padding-top: 20px;
}
.product__section h2 {
	font-size: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}
.product__section .product-list__name {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.4;
}
.product__section .product-list__prices {
	line-height: 1.2;
}

.product__explain {
  padding: 40px 0 80px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image {margin-bottom: 25px;}

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

.product__image-thumb ul {
	display: flex;
	justify-content: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  width: 100px;
  height: auto !important;
}
.product__image-thumb ul li + li {
	margin-left: 20px;
}
.product__image-thumb ul li img {
  height: auto !important;
}

.image__thumb {
  padding: 2px;
}

.image__thumb--active {
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
/*  text-align: right;*/
}

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

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

.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__order {
  /*border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  padding: 30px 60px;
  background-color: #F5EAD8;
  color: #110B01;
}
.product__order a {
  color: #110B01;
}
.product__order .order {
  display: flex;
  justify-content: space-between;
}
.product__order .order .init-list {
  min-width: 49.464%;
}
.product__order .order .init-list .init-list__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__order .order .init-list .init-list__content + .init-list__content {
  margin-top: 20px;
}
.product__order .order .init-list .init-list__content .init-list__name {
  text-align: right;
  min-width: 4em;
  margin-right: 42px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  font-weight: normal;
}

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

.option-list__select {
  border: 1px solid #ccc;
  font-size: 18px;
  height: 40px;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 1px solid #ccc;
}

.init-list__detail-num {
  width: 100px;
  height: 38px;
  border: 1px solid #ccc;
  display: inline-block;
}

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

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

.order-btn-list {
  margin: 0;
  padding-top: 10px;
  text-align: center;
  max-width: 40%;
}
.order-btn-list li + li {
	margin-top: 20px;
}

.order .btn-primary {
  border-radius: 35px;
  width: 360px !important;
}

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

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}
.related-list__unit a {
	text-decoration: underline;
	position: relative;
	padding-left: 14px;
	font-size: 16px;
}
.related-list__unit a::before {
	content: "";
	background: url(https://img21.shop-pro.jp/PA01457/987/etc/icon-order-btn-list01%402x.png?cmsp_timestamp=20201020112528) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 7.5px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	.product__order {
		padding: 20px;
	}
	.product__order .order {
		display: block;
	}
	.product__order .order .init-list {
		width: 100%;
	}
	.product__order .order .init-list .init-list__content + .init-list__content {
		margin-top: 10px;
	}
	.order-btn-list {
		max-width: 100%;
		padding-top: 20px;
	}
	.order .btn-primary {
		width: 100% !important;
	}
}

/* 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__lead a {
	text-decoration: underline;
}

.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;
	font-size: 17px;
}

/*
 * Module
 */
#sidebar .section__title-h2 {
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  text-align: left;
  padding-left: 24px;
}
#sidebar .section__title-h2::before {
	content: "";
	background: url(https://img21.shop-pro.jp/PA01457/987/etc/icon-side01%402x.png?cmsp_timestamp=20201016105004) no-repeat top left;
	background-size: contain;
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
}

@media screen and (max-width:1024px) {
	#sidebar .section__title-h2 {
	  font-size: 13px;
	}
}
@media screen and (max-width:767px) {
	#sidebar .section__title-h2 {
	  font-size: 18px;
	}
}

.btn-primary {
  background: #332307;
  color: #fff;
}
.btn-primary:hover {
  background: #332307;
  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: 18px;
}
@media screen and (max-width: 1024px) {
	.txt--lg {
	  font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.txt--lg {
	  font-size: 18px;
	}
}

.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;
  font-size: 18px;
  height: 40px;
  padding: 10px;
}

/* subpage */
.subpage-title {
  position: relative;
  margin: 0 auto 10px;
  text-align: center;
}
.subpage-title h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16.2304%;
}

ul.breadcrumb-list {
  text-align: right;
}
ul.breadcrumb-list li.breadcrumb-list__unit {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
	.subpage-title h2 {
		font-size: 20px;
		margin: 10px 0;
		left: 10%;
	}
}

/* 越後もちぶたについて */
.about .sec01 {
  margin-bottom: 150px;
}
.about .sec01 .sec01-txt01 {
  margin-top: -170px;
  line-height: 2.1;
	font-size: 22px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
	.about .sec01 {
	  margin-bottom: 70px;
	}
	.about .sec01 .sec01-txt01 {
	  margin-top: -130px;
		font-size: 16px;
	}
}

.about .sec02 {
  margin-bottom: 140px;
}
.about .sec02 .sec02-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .sec02 ul.sec02-list li {
  width: 28.5714%;
  margin-right: 7.1429%;
}
.is_tablet .about .sec02 ul.sec02-list li {
  width: 29.5714%;
  margin-right: 5.1429%;
}
.about .sec02 ul.sec02-list li:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 50px;
}
.about .sec02 ul.sec02-list li:last-child {
	margin-bottom: 0;
}
.about .sec02 ul.sec02-list li .sec02-list-content-img {
	text-align: right;
}
.about .sec02 ul.sec02-list li .sec02-list-content-txt {
	text-align: left;
	margin-top: -37px;
}
.about .sec02 ul.sec02-list li .sec02-list-content-txt h3 {
	margin: 0 0 16px 0;
	line-height: 1.6;
	font-size: 24px;
	letter-spacing: 0.2em;
}
.about .sec02 ul.sec02-list li .sec02-list-content-txt p {
	font-size: 17px;
	line-height: 1.6;
}

@media screen and (max-width: 1024px) {
.about .sec02 ul.sec02-list li .sec02-list-content-txt p {
	font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.about .sec02 ul.sec02-list li .sec02-list-content-txt p {
	font-size: 17px;
}
}

.about .sec03 {
	padding: 50px 20px;
	background-color: #F5EAD8;
	color: #110B01;
}
.about .sec03 h2 {
	margin: 0 0 8px 0;
}
.about .sec03 .sec03-list {
}
.about .sec03 ul.sec03-list li + li {
	margin-top: 70px;
}
.about .sec03 ul.sec03-list li .sec03-list-content-img {
	margin-bottom: 40px;
}
.about .sec03 ul.sec03-list li .sec03-list-content-txt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.about .sec03 ul.sec03-list li .sec03-list-content-txt h3 {
	font-size: 42px;
	font-weight: normal;
	margin: 0 43px 0 0;
	padding: 0 0 0 35px;
	line-height: 0.8;
}
.about .sec03 ul.sec03-list li .sec03-list-content-txt h3 .number {
	font-size: 60px;
	font-family: Times New Roman, "Times New Roman", serif;
}
.about .sec03 ul.sec03-list li .sec03-list-content-txt .txt-content {
	padding-left: 25px;
	border-left: 1px solid #332307;
}
.about .sec03 ul.sec03-list li .sec03-list-content-txt .txt-content h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.about .sec03 ul.sec03-list li .sec03-list-content-txt .txt-content p {
	line-height: 2.0;
}

@media screen and (max-width: 767px) {
	.about .sec01 {
		margin-bottom: 60px;
	}
	.about .sec01 .sec01-txt01 {
		margin-top: 20px;
		line-height: 1.8;
		font-size: 18px;
	}
	
	.about .sec02 {
		margin-bottom: 60px;
	}
	.about .sec02 .sec02-list {
		display: flex;
	}
	.about .sec02 ul.sec02-list li {
		width: 100%;
		margin-right: 0;
	}
	.about .sec02 ul.sec02-list li + li {
		margin-top: 30px;
	}
	.about .sec02 ul.sec02-list li:nth-child(3n) {
		margin-bottom: 0;
	}
	.about .sec02 ul.sec02-list li > img {
		margin: auto;
	}
	.about .sec02 ul.sec02-list li .sec02-list-content-img {
		text-align: center;
	}
	.about .sec02 ul.sec02-list li .sec02-list-content-txt {
		text-align: center;
		margin-top: 10px;
	}
	.about .sec02 ul.sec02-list li .sec02-list-content-txt h3 {
		margin: 0 0 6px 0;
		line-height: 1.6;
	}
	.about .sec02 ul.sec02-list li .sec02-list-content-txt p {
		font-size: 16px;
	}
	
	.about .sec03 {
		padding: 25px 15px;
	}
	.about .sec03 h2 {
		margin: 0 0 10px 0;
	}
	.about .sec03 ul.sec03-list li + li {
		margin-top: 40px;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-txt {
		display: block;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-txt h3 {
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
		font-size: 32px;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-txt h3 .number {
		font-size: 45px;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-txt .txt-content {
		padding-left: 0;
		border: none;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-txt .txt-content h4 {
		text-align: center;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-img {
		margin-bottom: 20px;
	}
	.about .sec03 ul.sec03-list li .sec03-list-content-txt .txt-content p {
		line-height: 1.8;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.about .sec02 ul.sec02-list li > img {
		max-width: 80%;
		margin: auto;
	}
}

/* --- 商品詳細ページ レビューリンク調整用CSS (最終案) --- */

/* レビューリンク全体を囲むli要素 (セレクタを具体的に) */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper {
  display: block !important; /* 他のdisplay指定を上書き */
  width: 100% !important;    /* 親(.order-btn-list)の中で幅100% */
  flex-basis: 100% !important; /* Flexアイテムの場合も考慮 */
  clear: both !important;    /* float対策 */
  box-sizing: border-box !important; /* padding/borderを含めて幅計算 */
  margin-top: 15px !important; /* 上の間隔 (適宜調整) */
  /* 左右のマージンと全てのパディングを強制的に0に */
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  /* テキストを強制的に左揃え */
  text-align: left !important;
  /* リストマーカーも強制的に非表示 */
  list-style: none !important;
  /* 既存の li+li の margin-top を打ち消す場合 (任意) */
  /* margin-top: 15px !important; */ /* 必要なら個別に指定 */
}

/* レビューリンクのul要素 (セレクタを具体的に) */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list {
  list-style: none !important;
  /* 全ての方向の padding/margin を強制的に0に */
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important; /* 幅も念のため指定 */
  box-sizing: border-box !important;
}

/* レビューリンクのli要素（内部） (セレクタを具体的に) */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list > li {
  display: block !important;
  margin-bottom: 8px !important; /* リンク間の縦の間隔 (適宜調整) */
  /* 全ての方向の padding/margin を強制的に0に */
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important; /* 上マージンも0 */
  list-style: none !important;
}
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list > li:last-child {
  margin-bottom: 0 !important;
}

/* レビューリンクのa要素 (セレクタを具体的に) */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list > li > a {
  text-decoration: none !important; /* 下線なし */
  color: #555 !important;           /* 文字色 (要調整) */
  display: inline-flex !important;   /* アイコンとの整列 */
  align-items: center !important;
  position: static !important;       /* position:relativeを打ち消し */
  padding: 0 !important;             /* padding強制0 */
  font-size: 16px !important;        /* フォントサイズ (特定商取引法に合わせる) */
  line-height: normal !important;    /* 行の高さをリセット */
}

/* 既存のa::before疑似要素 (>) を強制的に非表示 */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list > li > a::before {
  display: none !important;
  content: none !important;
}

/* レビューリンクのホバー時のスタイル */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list > li > a:hover {
  text-decoration: underline !important; /* ホバー時下線 */
  color: #000 !important;              /* ホバー時文字色 (要調整) */
}

/* レビューリンクのアイコン（Font Awesome）のスタイル */
div.product__order div.order ul.order-btn-list > li.product-review-links-wrapper > ul.product__related-list > li > a > i.fa {
  margin-right: 5px !important; /* アイコンとテキストの間隔 */
  color: inherit !important;      /* リンク色を継承 */
  font-size: 1em !important;      /* 文字サイズに合わせる */
  /* アイコン固有のpadding/marginがあればリセット */
  padding: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* display: none !important; */ /* ★アイコン不要ならコメントアウト解除 */
}

/* --- CSSここまで --- */