@charset "utf-8";
body {
	font-family: Avenir, Helvetica, Arial, YakuHanJP, YuGothic, 'Yu Gothic', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	font-size: 62.5%;
	color: #1c1b1b;
	line-height: 2;
	font-size: 1.4em;
	margin: 0;
}
h1, h2, h3, h4, h5 {line-height:1.5em!important;}
a {
	color: #1c1b1b;
}
a,
.tab > li {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover {
	text-decoration: underline;
	transition: 0.6s;
}
.iteminfo a {color:#0066c0}
img {
/*	max-width: 100% !important;
	height: auto !important; */
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .img-box img {
	width: 100%;
}
}
/* class
============================== */
.sp {
	display: none;
}
.clearfix {
	clear: both;
}
.clearfix::after,
#products-list article > div:last-child::after {
	content:"";
	display:block;
	clear:both;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.float-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}
.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
}
.small {
	font-size: 0.8em !important;
}
.big {
	font-size: 1.2em !important;
	font-weight: bold;
}
.note {
	color: #DE0F00;
}
div.note {
	max-width: 800px;
	font-size: 1.8rem;
	margin: 30px auto 0;
	line-height: 1.6;
	padding: 20px;
	border: 3px solid #DE0F00;
}
div.note > *:first-child {
	margin-top: 0 !important;
}
.img-box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.img-box > * {
	max-width: 100%;
	margin: 2em 2px 0;
}
.mincho {
	font-family:"Times New Roman",YakuHanJP,"游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
}
.col {
	display: flex;
	flex-wrap: wrap;
	margin-top: -50px !important;
}
.col + .col {
	margin-top: 0 !important;
}
.col.reverse {
	flex-direction: row-reverse;
}
.col > *,
.col.reverse > *:first-child {
	margin-left: 50px;
}
.col > * {
	flex: 1;
	max-width: 100%;
	margin-top: 50px !important;
}
.col > *:first-child,
.col.reverse > *:last-child {
	margin-left: 0;
}
.col-img {
	flex: 0 1 auto;
	max-width: 45%;
	text-align: center;
}
.menu,
.menu02 {
	margin-top: 30px;
}
.menu p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-top: 0 !important;
}
.tab:not(.notab),
.menu ul,
.menu02 ul {
	display: flex;
}
.menu li,
.menu02 li {
	width: 100%;
}
.tab:not(.notab) > li,
.menu a,
.menu02 li {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
	padding: 1em;
	border: 1px solid #1c1b1b;
}
.menu a {
	display: block;
	height: 100%;
	letter-spacing: normal;
	text-decoration: none;
}
.menu02 li {
	line-height: 1.6;
	font-size: 1.2rem;
	font-weight: 500;
	color: #808080;
	border-color: #808080;
}
.pmenu {
	background: #F7F7F7;
	padding: 30px 30px 30px 50px !important;
}
.tab:not(.notab) li:nth-child(n+2),
.menu li:nth-child(n+2) a,
.menu02 li:nth-child(n+2) {
	border-left-width: 0;
}
.tab:not(.notab) > li.on,
.menu li.on a,
.menu02 li.on {
	position: relative;
	color: #fff;
	background: #1c1b1b;
}
.menu li.on a {
	pointer-events: none;
}
.tab:not(.notab) > li.on::after,
.menu li.on a::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #1c1b1b transparent transparent transparent;
}
.menu02 li:not(:first-child).on::before,
.menu02 li:not(:last-child).on::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -12.5px;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	border-color: transparent transparent transparent #fff;
}
.menu02 li.on::before {
	left: -1px;
}
.menu02 li.on::after {
	right: -12px;
	border-color: transparent transparent transparent #1c1b1b !important;
}
.menu02 li span {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.tab-cnt:not(.notab) {
	margin-top: 50px !important;
}
.pagetop {
	margin: 50px 0;
	text-align: right;
}
.pagetop a {
	display: inline-block;
	position: relative;
	padding: 2px 20px 2px 30px;
	background: #bbb;
	border: 1px solid #bbb;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
}
.pagetop a:hover {
	color: #1c1b1b;
	background: #fff;
	border: 1px solid #1c1b1b;
}
.pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border: solid #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(-45deg);
}
.pnav-wrap.top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px !important;
	border-bottom: 1px solid #1c1b1b;
}
.pnav-wrap.bottom {
	margin-top: 40px !important;
	padding-top: 30px;
	border-top: 1px solid #1c1b1b;
}
.pnav {
	display: flex;
	justify-content: center;
	width: 100%;
}
.pnav li,
.pnav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	text-decoration: none;
	border-radius: 100%;
}
.pnav li {
	margin-left: 20px;
}
.pnav li:first-child {
	margin-left: 0;
}
.pnav-wrap.top .pnav {
	margin-bottom: -1px;
	padding-bottom: 30px;
	border-bottom: 1px solid #1c1b1b;
}
.pnav .on {
	color: #fff;
	background: #1c1b1b;
}
.pnav .prev a,
.pnav .next a {
	display: block;
	position: relative;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 0;
}
.pnav .prev a::after,
.pnav .next a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
	border-top: 1px solid #1c1b1b;
	border-right: 1px solid #1c1b1b;
	transform: rotate(225deg);
}
.pnav .next a::after {
	transform: rotate(45deg);
}
.pnav-wrap .sort,
.pnav-wrap .count {
	margin: 10px 0;
}
.pnav-wrap .sort select {
	padding-right: 20px;
	background: url(https://herbalindex.itembox.design/item/img/arrow01b.svg) right center no-repeat;
	cursor: pointer;
}
.pnav-wrap .sort select::-ms-expand { /* IE11 */
	display: none;
}
_:-ms-lang(x), .pnav-wrap .sort select { /* IE10 only */
	background: none\9;
}
.favorite {
	display: inline-block;
}
.favorite input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://herbalindex.itembox.design/item/img/favorite-off.svg) center / 100% no-repeat;
	cursor: pointer;
}
.favorite input:hover,
a[class^="sns-"]:hover {
	opacity: 0.8;
	transition: 0.6s;
}
.favorite input.on {
	background-image: url(https://herbalindex.itembox.design/item/img/favorite-on.svg);
}
.submit {
	text-align: center;
	margin-top: 30px;
}
.submit > * {
	display: inline;
}
.submit > *:nth-child(n+2) {
	margin-left: 15px;
}
.submit.wrap {
	padding: 20px 30px 30px;
	background: #F7F7F7;
	border: 1px solid #E3E3E3;
}
.submit .note {
	display: block;
	margin: 0.5em 0 0 !important;
}
[class*="btn"] {
	text-align: center;
	margin-top: 1em !important;
}
[class*="btn"] + [class*="btn"] {
	margin-top: 0 !important;
}
[class*="btn"] a,
[class*="btn"] input:not([type="text"]),
#logout input, 
.fs-c-button--primary {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	line-height: 1.6;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	margin-top: 0.5em;
	padding: 1em !important;
	background: #1c1b1b !important;
	border: 1px solid #1c1b1b !important;
	transition: 0.6s;
}

[class*="btn"] > *:nth-child(n+2) {
	margin-left: 15px;
}
.btn02 a,.btn02-s a,
.btn02 input:not([type="text"]),
#logout input {
	color: #1c1b1b;
	background: transparent !important;
}
.btn03 a,.btn03-s a,
.btn03 input:not([type="text"]) {
	background: #999 !important;
	border-color: #999 !important;
}
.btn04 a,.btn04-s a,
.btn04 input:not([type="text"]) {
	background: #DE0F00 !important;
	border-color: #DE0F00 !important;
}
.btn05 a,.btn05-s a,
.btn05 input:not([type="text"]) {
	background: #DDDDDD !important;
	border-color: #CCCCCC !important;
	line-height: 1 !important;
	color:#000000 !important;
	border-radius:5px !important;
}
[class*="btn"] a:hover,
[class*="btn"] input:not([type="text"]):hover {
	color: #1c1b1b;
	background: transparent !important;
}
.btn02 a:hover,.btn02-s a:hover,
.btn02 input:not([type="text"]):hover,
#logout input:hover {
	color: #fff;
	background: #1c1b1b !important;
}
.btn03 a:hover,.btn03-s a:hover,
.btn03 input:not([type="text"]):hover {
	color: #999 !important;
	border-color: #999 !important;
}
.btn04 a:hover,.btn04-s a:hover,
.btn04 input:not([type="text"]):hover {
	color: #DE0F00 !important;
	border-color: #DE0F00 !important;
}
.btn05 a:hover,.btn05-s a:hover,
.btn05 input:not([type="text"]):hover {
	color: #fff !important;
	background-color: #666 !important;
}
[class*="btn"][class*="-s"] a{max-width: 100px;}

[class*="btn"][class*="icon-"] a::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-top: -0.25em;
	margin-right: 0.5em;
	background: center / 1.5em no-repeat;
}
[class*="btn"][class*="icon-"] input:not([type="text"]) {
	padding-left: 2.5em !important;
	background-position: calc(50% - 4.5em) center !important;
	background-size: 1.5em !important;
	background-repeat: no-repeat !important;
}
[class*="btn"].icon-cart a::before,
[class*="btn"].icon-cart input:not([type="text"]) {
	background-image: url(https://herbalindex.itembox.design/item/img/icon-cart.svg) !important;
}
[class*="btn"].icon-cart a:hover::before,
[class*="btn"].icon-cart input:not([type="text"]):hover {
	background-image: url(https://herbalindex.itembox.design/item/img/icon-cart-on.svg) !important;
}
.btn04.icon-cart a:hover::before,
.btn04.icon-cart input:not([type="text"]):hover {
	background-image: url(https://herbalindex.itembox.design/item/img/icon-cart-on-red.svg) !important;
}
[class*="btn"].icon-pdf a::before {
	background-size: 1.2em;
	background-image: url(https://herbalindex.itembox.design/item/img/icon-pdf.svg);
}
[class*="btn"].icon-pdf a:hover::before {
	background-size: 1.2em;
	background-image: url(https://herbalindex.itembox.design/item/img/icon-pdf-on.svg);
}
[class*="btn"].icon-note a::before,
[class*="btn"].icon-note input:not([type="text"]) {
	background-size: 1.3em !important;
	background-image: url(https://herbalindex.itembox.design/item/img/icon-note.svg) !important;
}
[class*="btn"].icon-note a:hover::before,
[class*="btn"].icon-note input:not([type="text"]):hover {
	background-image: url(https://herbalindex.itembox.design/item/img/icon-note-on.svg) !important;
}
[class*="btn"].icon-good a::before {
	background-size: 1.2em;
	background-image: url(https://herbalindex.itembox.design/item/img/icon-good.svg);
}
[class*="btn"].icon-good a:hover::before {
	background-image: url(https://herbalindex.itembox.design/item/img/icon-good-on.svg);
}
[class*="btn"].icon-arrow a::before,
[class*="btn"].icon-arrow input:not([type="text"]) {
	background-size: 0.65em !important;
	background-image: url(https://herbalindex.itembox.design/item/img/arrow02r.svg) !important;
}
[class*="btn"].icon-arrow a:hover::before,
[class*="btn"].icon-arrow input:not([type="text"]):hover {
	background-image: url(https://herbalindex.itembox.design/item/img/arrow02r-on.svg) !important;
}
.btn04.icon-arrow a:hover::before,
.btn04.icon-arrow input:not([type="text"]):hover {
	background-image: url(https://herbalindex.itembox.design/item/img/arrow02r-on-red.svg) !important;
}
.caution h3,
.caution .ttl,
.arrowbox .ttl,
#inquiry h2,
.inquiry .ttl {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
.caution > p,
.caution > div > *:first-child,
.arrowbox > p,
.arrowbox > div > *:first-child,
#inquiry > p,
#inquiry > div > *:first-child,
.inquiry > p,
.inquiry > div > *:first-child {
	margin-top: 0 !important;
}
.caution {
	display: flex;
	line-height: 1.6;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 30px;
	padding: 20px;
	background: #FFFDF1;
	border: 1px solid #FFE44E;
}
.caution h3,
.caution .ttl {
	font-size: 1.4rem !important;
	white-space: nowrap;
	color: #E3AE3B !important;
}
.caution h3::before,
.caution .ttl::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: sub;
	margin-right: 0.5em;
	background: url(https://herbalindex.itembox.design/item/img/icon-caution.svg) center / 100% no-repeat;
}
.caution h3 + *,
.caution .ttl + * {
	margin: 5px 0 0 30px;
}
.caution h3 + * > *,
.caution .ttl + * > * {
	margin-top: 1em;
}
.arrowbox {
	display: flex;
	margin-top: 30px;
	border: 1px solid #1c1b1b;
}
.arrowbox .ttl {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 1.9rem !important;
	color: #fff !important;
	padding: 0.5em 1em !important;
	background: #1c1b1b !important;
}
.arrowbox .ttl::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	right: -12px;
	width: 0;
	height: 0;
	margin-top: -12.5px;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	border-color: transparent transparent transparent #1c1b1b;
}
.arrowbox .ttl + * {
	line-height: 1.6;
	font-size: 1.8rem;
	padding: 20px 20px 20px 30px;
}
#inquiry,
.inquiry {
	margin-top: 30px;
}
#inquiry h2,
.inquiry .ttl {
	font-size: 1.4rem !important;
	color: #fff !important;
	padding: 0.5em 20px !important;
	background: #1c1b1b !important;
}
#inquiry h2 + div,
.inquiry .ttl + * {
	text-align: center;
	padding: 20px;
	background: #F7F7F7;
	border: 1px solid #E3E3E3;
}
#inquiry a:hover,
.inquiry a:hover {
	text-decoration: none;
}
.gmap {
	position: relative;
	margin-top: 2em;
}
.gmap::after {
	content: "";
	display: block;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube {
	position: relative;
	max-width: 800px;
	margin: 2em auto 0;
}
.youtube::after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.navilist > li > a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 79px;
	line-height: 1.15;
	text-decoration: none;
	letter-spacing: -0.15em;
	padding-left: 60px;
	background: #fff 5px center no-repeat;
}
.navilist > li > a.ct01 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon01.png);
}
.navilist > li > a.ct02 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon02.png);
}
.navilist > li > a.ct03 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon03.png);
}
.navilist > li > a.ct04 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon04.png);
}
.navilist > li > a.ct05 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon05.png);
}
.navilist > li > a.ct06 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon06.png);
}
.navilist > li > a.ct07 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon07.png);
}
.navilist > li > a.ct08 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon08.png);
}
.navilist > li > a.ct09 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon09.png);
}
.navilist > li > a.ct10 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon10.png);
}
.navilist > li > a.ct11 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon11.png);
}
.navilist > li > a.ct12 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon12.png);
}
.navilist > li > a.ct13 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon13.png);
}
.navilist > li > a.ct14 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon14.png);
}
.navilist > li > a.ct15 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon15.png);
}
.navilist > li > a.ct16 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon16.png);
}
.navilist > li > a.ct17 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon17.png);
}
.navilist > li > a.ct18 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon18.png);
}
.navilist > li > a.ct19 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon19.png);
}
.navilist > li > a.ct20 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon20.png);
}
.navilist > li > a.ct21 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon21.png);
}
.navilist > li > a.ct22 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon22.png);
}
.navilist > li > a.ct23 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon23.png);
}
.navilist > li > a.ct24 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon24.png);
}
.navilist > li > a.ct25 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon25.png);
}
.navilist > li > a.ct26 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon26.png);
}
.navilist > li > a.ct27 {
	background-image: url(https://herbalindex.itembox.design/item/img/top-category-icon27.png);
}

.ctlist > li > a.ct2-01,
.ctlist > li > a.ct2-02,
.ctlist > li > a.ct2-03,
.ctlist > li > a.ct2-04,
.ctlist > li > a.ct2-05,
.ctlist > li > a.ct2-06 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct2-icon01.png);
}
.ctlist > li > a.ct2-07,
.ctlist > li > a.ct2-08 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct2-icon02.png);
}
.ctlist > li > a.ct3-01 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct3-icon01.png);
}
.ctlist > li > a.ct3-02 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct3-icon02.png);
}
.ctlist > li > a.ct3-03 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct3-icon03.png);
}
.ctlist > li > a.ct3-04 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct3-icon04.png);
}
.ctlist > li > a.ct3-05 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct3-icon05.png);
}
.ctlist > li > a.ct3-06 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct3-icon06.png);
}
.ctlist > li > a.ct4-01 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon01.png);
}
.ctlist > li > a.ct4-02 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon02.png);
}
.ctlist > li > a.ct4-03 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon03.png);
}
.ctlist > li > a.ct4-04 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon04.png);
}
.ctlist > li > a.ct4-05 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon05.png);
}
.ctlist > li > a.ct4-06 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon06.png);
}
.ctlist > li > a.ct4-07 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon07.png);
}
.ctlist > li > a.ct4-08 {
	background-image: url(https://herbalindex.itembox.design/item/img/ct4-icon08.png);
}
.ctlist > li > a:hover,
.ctlist > li.on > a {
	background-color: #F7F7F7;
}
.navilist > li > a span {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-bottom: 0.2em;
}
.navilist ul li a {
	display:  block;
	font-size: 1.2rem;
	text-indent: -0.8em;
	padding: 1em 0 1em 2em;
	padding: 1em 0 1em 2em;
}
.navilist ul li:nth-child(n+2) a {
	border-top: 1px dashed #E3E3E3;
}
.navilist ul li a::before {
	content: "» ";
}
/* ==================================================
layout
================================================== */
header,
footer,
#kv > *,
main {
	padding: 0;
}
#content .wl > *,
header > *,
#gnav,
#fbnr,
footer > *,
#fnav-wrap > *,
#bnr,
#content > *,
#shoppinggude > * {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#kv > * {
	max-width: 1020px;
	margin: 0 auto;
}
#content .wl,
#gnav-wrap,
#fnav-wrap,
#shoppinggude {
	max-width: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	line-height: 1.8;
}
#content-wrap {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
#top #content-wrap {
	margin-top: 0;
}
#content-wrap > aside {
	width: 240px;
	margin-right: 40px;
	height:2280px;
}
#content {
	width: 100%;
	overflow: hidden;
}
#content-wrap > aside ~ #content {
	width: calc(100% - 280px);
	max-width: 980px;
}
/* ==================================================
header
================================================== */
header {
	line-height: 1.15;
	position: relative;
    z-index: 9996;
}
header a {
	text-decoration: none;
}
#hlogo-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 20px;
}
#hnav {
	display: flex;
	align-items: center;
min-height:53px}
}
#hnav li {
	margin-left: 20px;
}
#hcart {
	position: relative;
}
#hcart .badge {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 1.2rem;
	color: #fff;
	background: #DE0F00;
	border-radius: 100%;
}
#hcart .inner {
	display: none;
	position: absolute;
	z-index: 1;
	top: calc(100% + 15px);
	left: 50%;
	transform: translate(-50%,0);
	width: 380px;
	min-height: 220px;
	font-size: 1.5rem;
	text-align: center;
	padding: 20px;
	background: #fff;
	border: 1px solid #AAAAAA;
	border-top: 10px solid #1c1b1b;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
}
#hcart .inner::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 15px;
}
#hcart .inner::after {
	content: "";
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 9px 11px;
	border-color: transparent transparent #1c1b1b transparent;
}
#hcart:hover .inner,
#hcart .inner:hover {
	display: block;
}
#hcart .number0 {
	font-weight: bold;
	color: #AAAAAA;
	padding-top: 120px;
	background: url(https://herbalindex.itembox.design/item/img/hcart-bg.svg) center 30px no-repeat;
}
#hcart .number strong,
#hcart .price strong {
	font-size: 2.5rem;
	font-weight: 500;
}
#hcart .price {
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #AAAAAA;
}
#hcart .note {
	font-size: 1.2rem;
	margin-top: 10px;
	padding: 0.7em;
	border: 2px solid #DE0F00;
}
#hcart .btn {
	margin-top: 20px;
}
#hcart .btn a {
	width: 186px;
}
#hsearch form {
	margin-left: 10px;
	background: #F7F7F7;
	padding: 5px;
}
#hsearch input:first-of-type {
	width: 187px;
	height: 29px;
	font-size: 1.2rem;
	margin-left: 5px;
	padding: 0 0.5em;
	background: #FFFFFF;
	border-radius: 3px;
}
#hsearch button {
	background: #1c1b1b000;
	width: 71px;
	height: 29px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	margin-left: 1px;
	border-radius: 2px;
}
#hsns {
	margin-left: 5px;
	height: 53px;
}
#hsns li {
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
#hsns a:hover {
	opacity: 0.8;
}
#hnav-wrap {
	text-align: right;
}
#hnav-wrap > div:last-child > *:nth-child(n+2) {
	margin-left: 10px;
}
#hnav-wrap > div:last-child .note {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	padding: 0.8em 2em;
	background: #1c1b1b;
	border-radius: 3px;
}
#htel {
	display: inline-block;
}
#hnav02 {
	display: flex;
	justify-content: flex-end;
	margin-left: 0;
	margin-top: 10px;
}
#hnav02 a,
#hnav02-sp a {
	display: block;
	font-size: 1.2rem;
	text-indent: -0.8em;
	padding-left: 2em;
}
#hnav02 a::before,
#hnav02-sp a::before {
	content: "» ";
}
/*#gnav-wrap {
	border-top: 1px solid #1c1b1b;
}*/
#gnav {
	display: flex;
	justify-content: space-between;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
}
#gnav > li > a {
	display: block;
	padding: 20px 10px;
}
#gnav > li > a:hover {
	text-decoration: underline;
}
#gnav > li > a:hover + .inner,
#gnav .inner:hover,
#gnav li a.botanon:hover + .inner {
	display: block;
}
#gnav .inner {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #F7F7F7;
}
#gnav .tab-cnt {
	margin-top: 0px !important;
}
#gnav .ctlist {
	display: flex;
	flex-wrap: wrap;
}
#gnav .ctlist > li {
	width: calc(33.33% - 13.33px);
	margin-top: 10px;
	margin-left: 20px;
}
#gnav .ctlist > li > a {
	height: 65px;
}
#gnav .ctlist > li:nth-child(3n+1) {
	margin-left: 0;
}
#gnav .tab-cnt > div:first-child .ctlist > li,
#gnav .tab > li:first-child .ctlist > li {
	position: relative;
	cursor: pointer;
}
#gnav .tab-cnt > div:first-child .ctlist > li > a,
#gnav .tab > li:first-child .ctlist > li > a {
	position: relative;
	pointer-events: none;
	padding-right: 20px;
}
#gnav .tab-cnt > div:first-child .ctlist > li > a::before,
#gnav .tab-cnt > div:first-child .ctlist > li > a::after,
#gnav .tab > li:first-child .ctlist > li > a::before,
#gnav .tab > li:first-child .ctlist > li > a::after,
.drawer-nav #gnav > li:first-child > a::before,
.drawer-nav #gnav > li:first-child > a::after,
.drawer-nav #gnav .tab > li > span::before,
.drawer-nav #gnav .tab > li > span::after {
  content: "";
  display: block;
	position: absolute;
  top: 50%;
	margin-top: 0;
  background: #888;
	border: none;
	transform: rotate(0deg);
}
#gnav .tab-cnt > div:first-child .ctlist > li > a::before,
#gnav .tab > li:first-child .ctlist > li > a::before,
.drawer-nav #gnav > li:first-child > a::before,
.drawer-nav #gnav .tab > li > span::before {
	right: 14px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
}
#gnav .tab-cnt > div:first-child .ctlist > li > a::after,
#gnav .tab > li:first-child .ctlist > li > a::after,
.drawer-nav #gnav > li:first-child > a::after,
.drawer-nav #gnav .tab > li > span::after {
	right: 10px;
  width: 9px;
  height: 1px;
}
#gnav .tab-cnt > div:first-child .ctlist > li.on > a::before,
#gnav .tab-cnt > div:first-child .ctlist > li.on > a::after,
#gnav .tab > li:first-child .ctlist > li.on > a::before,
#gnav .tab > li:first-child .ctlist > li.on > a::after,
.drawer-nav #gnav > li.on:first-child > a::before,
.drawer-nav #gnav > li.on:first-child > a::after,
.drawer-nav #gnav .tab > li.on > span::before,
.drawer-nav #gnav .tab > li.on > span::after {
	transform: rotate(45deg);
}
#gnav .ctlist > li:hover > a,
#gnav .ctlist > li.on > a {
	color: #fff;
	background-color: #1c1b1b;
}
#gnav .ctlist ul {
	display: none;
	border-top: 1px solid #E3E3E3;
}
#gnav .ctlist > li.on ul {
	display: block;
}
#gnav-wrap:not(.drawer-nav) #gnav .ctlist ul {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	background: #F7F7F7;
}
#gnav .ctlist ul li a {
	position: relative;
	font-size: inherit;
	text-indent: 0;
	padding: 15px 20px 15px 10px;
	background: #E3E3E3;
	border-top: none;
}
#gnav .ctlist ul li a:hover {
	color: #fff;
	background: #333333;
}
#gnav .ctlist ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#hnews {
	padding: 1em;
	border: 1px solid #d4d4d4;
	margin-top: 2em;
}
header #hnews li {
	position: inherit;
	padding-left: 1em;
}
#hnews li + li {
	margin-top: 1em;
}
/*#hnews li::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
	border-top: 2px solid #1c1b1b;
	border-right: 2px solid #1c1b1b;
	transform: rotate(45deg);
} */
#hnews a {
	text-decoration: underline;
}
#hnews a:hover {
	text-decoration: none;
}
/* ==================================================
footer
================================================== */
#fbnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 60px;
}
#fbnr li {
	width: calc(50% - 30px);
	margin-top: 40px;
}
footer {
	position: relative;
	line-height: 1.15;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
#fnav-wrap {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
	background: #1c1b1b;
}
#fnav-wrap a {
	color: #fff;
}
#fnav {
	display: flex;
	justify-content: center;
}
#fnav li:nth-child(n+2) {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #fff;
}
footer address {
	line-height: 2;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 30px !important;
	padding-top: 30px;
	border-top: 1px solid #fff;
}
#fmark {
	text-align: center;
	padding: 20px 0;
}
#copyright {
	position: absolute;
	bottom: 40px;
	right: 30px;
	max-width: 30%;
	font-size: 1rem;
	text-align: right;
}
/* ==================================================
aside
================================================== */
#lnav h2 {
	padding: 7px 0 7px;
    border-bottom: 1px solid #1c1b1b;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 15px;
	
}

#lnav h2 .jnfont {
    font-size: 69%;
}

#lnav h2 .usfont {
    letter-spacing: 0.2em;
	font-weight: bold;
}

.navilist > li > a:hover {
    background-color: #F7F7F7;
}

nav#lnav {
    width: 240px;
}

#lnav .ctlist {
	margin-top: 20px;
}
#lnav .ctlist > li > a {
	height: 79px;
}
#lnav .ctlist > li:nth-child(n+2) > a {
	border-top: 1px solid #E3E3E3;
}
#lnav .ctlist ul {
	display: none;
}
#lnav .ctlist .on ul {
	display: block;
}
/* ==================================================
main
================================================== */
#kv {
	line-height: 1;
	color: #fff;
	margin: 20px -10px 0;
	background: center / cover no-repeat;
}
.slide {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 1px;
}
.slide ul {
	list-style: none !important;
}
.slide li {
	margin: 0 !important;
	padding: 0 !important;
}
#kv .slick-slider,
.slide .slick-slider {
	max-width: none;
	padding: 0 !important;
}
#kv .slick-slider {
	margin-bottom: 0;
}
.slide .slick-slider {
	margin-left: 25px;
	margin-right: 25px;
}
.slide .slick-slide p {
	text-align: center;
	margin-top: 5px !important;
}
#kv .slick-slide a,
.slide .slick-slide a {
	display: block;
}
#kv img:not([src$=".svg"]),
.slide img:not([src$=".svg"]) {
	width: 100%;
}
.slide .vertical img:not([src$=".svg"]) {
	width: 44.4%;
	margin: 0 auto;
}
#kv nav,
.slide nav {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#kv .arrows {
	display: flex;
}
#kv .slick-prev,
#kv .slick-next,
#kv .slick-dots {
	position: static;
	transform: none;
	font-size: 0;
}
#kv .slick-prev,
#kv .slick-next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 20px;
	height: 17px;
}
.slide .slick-prev,
.slide .slick-next {
	width: 25px;
	height: 100%;
}
#kv .slick-next {
	border-left: 1px solid #1c1b1b;
}
#kv .slick-prev:before,
#kv .slick-next:before,
.slide .slick-prev:before,
.slide .slick-next:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 6px);
	left: 3px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #1c1b1b;
	border-right: 1px solid #1c1b1b;
	transform: rotate(225deg);
	opacity: 1;
}
#kv .slick-next:before,
.slide .slick-next:before {
	left: auto;
	right: 3px;
	transform: rotate(45deg);
}
.slide .slick-dots {
	bottom: -30px;
	font-size: 8px;
	padding-left: 0 !important;
}
.slide .slick-dots li {
	margin: 0 5px !important;
}
#kv .slick-dots li button:before,
.slide .slick-dots li button:before {
	content: normal;
}
#kv .slick-dots li,
#kv .slick-dots li button,
.slide .slick-dots li,
.slide .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0 !important;
}
#kv .slick-dots li button,
.slide .slick-dots li button {
	border: 1px solid #1c1b1b;
	border-radius: 100%;
}
#kv .slick-dots li.slick-active button,
.slide .slick-dots li.slick-active button {
	background-color: #1c1b1b;
}
body:not(#top) #kv {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 86px 0;
	max-width: none;
}
body:not(#top) #kv > * {
	width: 100%
}
#kv h1,
#kv p.ttl {
	font-size: 4.8rem;
	font-weight: 500;
	/*letter-spacing: -0.1em;*/
}
#kv h1 span,
#kv p.ttl span {
	display: block;
	font-size: 0.5em;
	letter-spacing: normal;
	margin-top: 0.5em;
}
#kv p:not(.ttl) {
	position: relative;
	line-height: 2;
	margin-top: 4.5em;
}
#kv p:not(.ttl)::after {
	content: "";
	position: absolute;
	top: -2.2em;
	left: 10px;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #fff;
}
#bnr {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#bnr li {
	width: calc(33.33% - 13.33px);
	margin-top: 10px;
	margin-left: 20px;
}
#bnr li:nth-child(3n+1) {
	margin-left: 0;
}
#content-wrap {
	padding-bottom: 60px;
}
#content > section {
	padding-top: 40px;
	padding-bottom: 40px;
}
#content > section:last-child {
	margin-bottom: 0px;
}
#breadcrumb + section {
	padding-top: 30px;
}
#content table {
	width: 100%;
	line-height: 1.6;
	margin-top: 2em;
	border: none;
	border-spacing: 0;
	border: solid #E3E3E3;
	border-width:1px 0 0 1px;
}
#content table > tbody > tr > th,
#content table > tbody > tr > td {
	font-size: 1.3rem;
	padding: 15px;
	border: solid #E3E3E3;
	border-width: 0 1px 1px 0;
}
#content table > tbody > tr > th:first-child,
#content table > tbody > tr > td:first-child {
	border-left-width: 0;
}
#content #cond table > tbody > tr > th {
	width: 19%;}
#content table > tbody > tr > th {
	width: 25%;
	font-size: 1.2rem;
	font-weight: bold;
	background: #FCFCFC;
}
#content table.list > tbody > tr > th,#content table.table01 > tbody > tr > th {
	width: auto;
}
#content table > caption {
	font-weight: bold;
	text-align: left;
}
#content table > tbody > tr > th > *:first-child,
#content table > tbody > tr > td > *:first-child {
	margin-top: 0;
}
/* breadcrumb
============================== */
#breadcrumb {
	line-height: 1.6;
	margin-bottom: 10px;
}
#breadcrumb li {
	display: inline;
	font-size: 1.2rem;
}
#breadcrumb li:not(:last-child)::after {
	content: " ＞";
}
/* base
============================== */
.base h1,
.base h2,
.base h3,
.base h4,
.base h5,
.base h6,
#entry h2,
#mypage h2 {
	line-height: 2;
	margin-top: 5em;
}
.base h1 {
	font-size: 3rem;
	font-weight: 500;
	margin-top: 0;
}
.base h2,
#entry h2,
#mypage h2 {
	font-size: 2.5rem;
	color: #1c1b1b;
		padding: 1em;
		text-align:center;
		font-weight:bold;
		/*background: #1c1b1b;*/
	}
	
	
.base h3 {
    font-size: 2rem;
	font-weight:bold;
    padding: 0.5em 1em;
    border-bottom: 2px solid #CCCCCC;
}

/*.base h3::before {content:"■ "}*/
.base h4 {
	font-size: 1.8rem;
	border-bottom: 1px solid #CCCCCC;;
	padding: 0.5em 1em;
}
.base h5 {
	font-size: 1.6rem;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 0.5em;
}
.base h6 {
	font-size: 1.8rem;
}
.base p,
.base ul,
.base ol,
.base dl,
.base hr,
.base blockquote {
	margin-top: 1em;
}
.base ul:not(.col),
.base ol:not(.col) {
	line-height: 1.6;
	padding-left: 2em;
}
.base ul:not(.col) {
	list-style: disc;
}
.base ol:not(.col) {
	list-style: decimal;
}
.base li,
.base ul ul,
.base ul ol,
.base ol ul,
.base ol ol {
	margin-top: 0.5em;
}
.base dt {
	font-weight: bold;
	margin-top: 1em;
}
.base hr {
	clear: both;
	border: none;
	border-top: 1px solid #E3E3E3;
}
.base blockquote {
	font-size: 1.5rem;
	font-style: italic;
	padding: 20px 30px;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
}
.base em {
	font-style: normal;
	color: #e40000;
}
.base li:first-child,
.base li > *:first-child,
.base dt > *:first-child,
.base dd > *:first-child,
.base blockquote > *:first-child {
	margin-top: 0;
}
/* shoppinggude
============================== */
#shoppinggude {
	font-size: 1.2rem;
	padding-top: 60px;
	padding-bottom: 60px;
	border: 10px solid #F7F7F7;
}
#shoppinggude h2 + ul {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding: 0 30px;
}
#shoppinggude h2 + ul li {
	width: calc(16.66% - 23px);
	text-align: center;
	margin: 10px 10px 0;
}
#shoppinggude > div {
	display: flex;
	justify-content: space-between;
}
#shoppinggude > div > div {
	width: calc(50% - 25px);
}
#shoppinggude h2 {
	text-align: center;
}
#shoppinggude h3 {
	font-size: 1.5rem;
	margin-top: 3em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #1c1b1b;
}
#shoppinggude h3 + *,
#shoppinggude h4 + * {
	margin-top: 2em !important;
}
#shoppinggude h4 {
	font-size: 1.4rem;
	text-indent: -1em;
	color: #fff;
	margin-top: 2.5em;
	padding: 0.5em 0.5em 0.5em 1.5em;
	background: #1c1b1b;
}
#shoppinggude h4::before {
	content: "» ";
}
#shoppinggude h4.ttl02 {
	color: inherit;
	margin-top: 1.5em;
	padding: 0 0 0 1em;
	background: none;
}
#shoppinggude h4.ttl02::before {
	content: "▼";
}
#shoppinggude h4.ttl02 + * {
	margin-top: 1.5em !important;
}
#shoppinggude p {
	margin-top: 1em;
}
#shoppinggude p.note {
	text-indent: -1em;
	padding-left: 1em;
}
#shoppinggude .btn02 {
	margin-top: 50px;
}
#shoppinggude .btn02 a {
	max-width: 500px;
	font-size: 1.5rem;
}
/* top
============================== */
#content > [id^="top-"] h2 {
	text-align: center;
	margin-bottom: 50px;
}
#content > [id^="top-"] img:not([src$=".svg"]) {
	width: auto;
}
#content > [id^="top-"] [class*="btn"] a {
	max-width: 500px;
	font-size: 1.5rem;
	}
#top-pickup ul:first-of-type,
#freesample-list > ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	margin-top: -30px;
}
#top-pickup ul:first-of-type li,
#freesample-list > ul li {
	width: calc(25% - 50px);
	margin-top: 30px;
	margin-left: 65px;
}
#top-pickup ul:first-of-type li:nth-child(4n+1),
#freesample-list > ul li:nth-child(4n+1) {
	margin-left: 0;
}
#top-pickup ul:first-of-type a,
#freesample-list > ul a {
	/*display: block;*/
	text-decoration: underline;
}

#top-pickup ul:first-of-type a:hover figure,
#freesample-list > ul a:hover figure {
	opacity: 0.8;
	transition: 0.6s;
}
#top-pickup ul:first-of-type li div {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#top-pickup ul:first-of-type .label {
	width: 50%;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.15em;
	color: #666666;
	padding: 0.5em;
	border:solid 1px #d4d4d4;
	}
	#top-pickup ul:first-of-type .label-p {
	width: 50%;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.15em;
	color: #ffffff;
	padding: 0.5em;
		border:solid 1px #d4d4d4;
		background-color:#BC8B81
}
#top-pickup ul:first-of-type .date,
#freesample-list > ul .date {
	font-size: 1.5rem;
	margin-left: 1em;
}
#top-pickup ul:first-of-type .txt,
#freesample-list > ul .txt {
	text-decoration: underline;
	margin-top: 10px;
	    font-size: 0.9em;
}
#top-pickup ul:first-of-type a:hover .txt,
#freesample-list > ul a:hover .txt {
	text-decoration: none;
}
/*#top-pickup .btn02 {
	margin-top: 60px !important;
}*/
#top-pickup .bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top-pickup .bnr li {
	width: calc(50% - 35px);
	margin-top: 60px;
}
#top-ranking {
	background: #F7F7F7;
}
#top-ranking .tab-cnt ul {
	display: flex;
	line-height: 1.6;
}
#top-ranking .tab-cnt li {
	width: calc(33.33% - 22px);
	margin-left: 33px;
}
#top-ranking .tab-cnt li:first-child {
	margin-left: 0;
}
#top-ranking a {
	display: block;
	position: relative;
	height: 100%;
	text-decoration: none;
	padding: 20px;
	background: #fff;
}
#top-ranking a:hover figure {
	opacity: 0.8;
	transition: 0.6s;
}
#top-ranking .rank {
	position: absolute;
	z-index: 1;
	left: 10px;
}
#top-ranking .ttl {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
}
#top-ranking a:hover .ttl {
	text-decoration: none;
}
#top-ranking .txt {
	font-size: 1.2rem;
	margin-top: 10px;
}
#top-ranking .detail {
	position: relative;
	font-size: 1.8rem;
	margin-top: 1em;
	padding-top: 1em;
}
#top-ranking .detail::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 0;
	border-top: 1px solid #1c1b1b;
}
#top-ranking .detail span {
	font-size: 1.4rem;
}
#top-category .mark {
	text-align: center;
}
#top-category .ctlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
#top-category .navilist li {
	width: calc(25% - 15px);
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#top-category .navilist li:nth-child(4n+1) {
	margin-left: 0;
}
#top-category .navilist a {
	border: 1px solid #F7F7F7;
}
#top-aboutus {
	background: #1c1b1b;
}
#top-oem {
	background: #262626;
}
#top-aboutus ul,
#top-oem ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	margin-top: -50px !important;
}
#top-oem ul {
	margin-top: -30px !important;
}
#top-aboutus li {
	width: calc(50% - 35px);
	margin-top: 50px;
	margin-left: 70px;
}
#top-oem li {
	width: calc(33.33% - 23.33px);
	margin-top: 30px;
	margin-left: 35px;
}
#top-aboutus li:nth-child(2n+1) {
	margin-left: 0;
}
#top-oem li:nth-child(3n+1) {
	margin-left: 0;
}
#top-aboutus li a,
#top-oem li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#top-aboutus li p:first-child,
#top-oem li p:first-child {
	position: relative;
	z-index: 1;
	height: 235px;
	padding: 20px;
}
#top-oem li p:first-child {
	height: 195px;
}
#top-aboutus li p:first-child::before,
#top-aboutus li p:first-child::after,
#top-oem li p:first-child::before,
#top-oem li p:first-child::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
#top-aboutus li p:first-child::before,
#top-oem li p:first-child::before {
	background: url(https://herbalindex.itembox.design/item/img/top-aboutus-img01.jpg) center / cover no-repeat;
	filter: saturate(0%);
}
#top-aboutus li.no02 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-aboutus-img02.jpg);
}
#top-aboutus li.no03 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-aboutus-img03.jpg);
}
#top-aboutus li.no04 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-aboutus-img04.jpg);
}
#top-oem li.no01 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-oem-img01.jpg);
}
#top-oem li.no02 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-oem-img02.jpg);
}
#top-oem li.no03 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-oem-img03.jpg);
}
#top-oem li.no04 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-oem-img04.jpg);
}
#top-oem li.no05 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-oem-img05.jpg);
}
#top-oem li.no06 p:first-child::before {
	background-image: url(https://herbalindex.itembox.design/item/img/top-oem-img06.jpg);
}

#top-aboutus li a:hover p:first-child::before,
#top-oem li a:hover p:first-child::before {
	filter: saturate(100%);
}
#top-aboutus li p:first-child::after,
#top-oem li p:first-child::after {
	background: rgba(0,0,0,0.7);
}
#top-aboutus li a:hover p:first-child::after,
#top-oem li a:hover p:first-child::after {
	background: rgba(0,0,0,0);
}
#top-aboutus li p:last-child,
#top-oem li p:last-child {
	margin-top: 20px;
}
#top-oem li p:last-child {
	font-size: 1.2rem;
}
#top-oem .btn {
	margin-top: 30px !important;
}
#top-oem .btn a {
	background: transparent !important;
	border-color: #fff !important;
}
#top-oem .btn a:hover {
	color: #262626;
	background: #fff !important;
}
/* products-list, products-detail
============================== */
#products-list {
	padding-top: 0 !important;
}
#products-list h2 {
	line-height: 1.15;
	font-size: 3rem;
	font-weight: 500;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #1c1b1b;
}
#cond {
	line-height: 1.15;
	padding: 20px 0 10px;
}
#cond h3 {
	font-size: 1.3rem;
}
#cond h3:nth-child(n+2) {
	margin-top: 20px;
}
#cond ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -5px;
}
#cond ul.name {
	flex-wrap: nowrap;
	margin-left: 0;
}
#cond li {
	margin: 5px 0 0 5px;
}
#cond .name li {
	width: 100%;
	margin-left: 0;
}

#cond span.tag {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.5em 1.2em;
	background: #fff;
	border: 1px solid #E3E3E3;
	border-radius: 1.5em;
	cursor: pointer;
}
#cond .name span {
	text-align: center;
	padding: 0.9em 0;
	border-radius: 0;
}
#cond .name li:nth-child(n+2) span {
	border-left-width: 0;
}
#cond input:checked + span {
	color: #fff;
	background: #1c1b1b;
	border-color: #1c1b1b;
}
#cond span::after {
	display: none;
	font-family: "Font Awesome 5 Solid";
	content: "\f057";
}

#cond span svg {
	display: none;
	color: rgba(255, 255, 255 ,0.5);
	margin-left: 0.5em;
}
#cond input:checked + span svg {
	display: inline;
}
#cond .name input:checked + span svg {
	display: none;
}
#products-list article,
#products-detail {
	display: flex;
	justify-content: space-between;
	line-height: 1.6;
	margin-top: 30px;
	min-height: auto;
  min-height: 147.5px;
  width: 100%;
  height: auto;
}
#products-list article + article {
	padding-top: 40px;
	border-top: 1px solid #E3E3E3;
}
#products-list article > div:first-child,
#products-detail > div:first-child {
	width: 55%;
}
#products-list article > div:last-child,
#products-detail > div:last-child {
	width: calc(45% - 20px);
}
#products-list figure a:hover,
#products-detail figure a:hover {
	opacity: 0.8;
}
#products-list .review {
	margin-top: 15px;
}
#products-list .review a {
	margin-top: 15px;
	vertical-align: text-top;
}
#products-list .labelinfo,
#products-detail .labelinfo {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 15px;
	padding: 10px 0;
	border: solid #E3E3E3;
	border-width: 1px 0;
}
#products-list .no,
#products-detail .no {
	font-size: 1.6rem;
}
#products-list .no span,
#products-detail .no span {
	font-size: 1rem;
	vertical-align: middle;
	margin-right: 0.5em;
	padding: 0.2em 1em;
	border: 1px solid #1c1b1b;
}
#products-list .ttl,
#products-detail .ttl {
	line-height: 1.15;
  font-size: 2rem;
	font-weight: 500;
	margin-top: 5px;
}
#products-list .ttl a,
#products-detail .ttl a {
  text-decoration: underline;
}
#products-list .ttl a:hover,
#products-detail .ttl a:hover {
  text-decoration: none;
}
#products-list .scientific,
#products-detail .scientific {
	margin-top: 5px;
}
#products-list .txt {
	margin-top: 20px;
}
#products-list .cart,
#products-detail .cart {
	margin-top: 30px;
}
#products-list .cart ul,
#products-detail .cart ul {
	padding: 10px 0;
	border: 1px solid #1c1b1b;
	border-width: 1px 0;
}
#products-list .cart li:nth-child(even),
#products-detail .cart li:nth-child(even) {
	background: #F7F7F7;
}
#products-list .cart li label,
#products-detail .cart li label {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding: 10px;
}
#products-list .cart li label,
#products-list .cart li label input {
	cursor: pointer;
}
#products-list .cart [type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	flex-shrink: 0;
	width: 1.2rem;
	height: 1.2rem;
	background: url(https://herbalindex.itembox.design/item/img/radio-off.svg) center / 100% no-repeat;
}
@media all and (-ms-high-contrast:none) { /* IE10 */
#products-list .cart [type="radio"] {
	width: auto;
	height: auto;
}
}
#products-list .cart [type="radio"]:checked {
	background-image: url(https://herbalindex.itembox.design/item/img/radio-on.svg);
}
#products-list .cart .size {
	margin-left: 0.5em;
}
#products-list .cart .label,
#products-detail .cart .label {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	margin-left: 1em;
	padding: 0.2em 1em;
	background: #1c1b1b;
	border: 1px solid #1c1b1b;
}
#products-list .cart .label.pt02,
#products-detail .cart .label.pt02 {
	color: #1c1b1b;
	background: #fff;
}
#products-list .cart .label + .label,
#products-detail .cart .label + .label {
	margin-left: 0.5em;
}
#products-list .cart .price,
#products-detail .cart .price {
	text-align: right;
	margin-left: auto;
	padding-left: 1em;
}
#products-list .cart .discount,
#products-detail .cart .discount {
	font-size: 1.4rem;
	text-decoration: line-through;
	margin-right: 0.5em;
}
#products-list .cart .discount::after,
#products-detail .cart .discount::after {
	display: none;
	font-family: "Font Awesome 5 Solid";
	content: "\f061";
}
#products-list .cart .discount svg,
#products-detail .cart .discount svg {
	width: 0.8rem;
	margin-left: 0.5em;
}
#products-list .cart p {
	float: right;
	width: calc(100% - 32px);
	font-size: 1.2rem;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
}
#products-list .cart p [type="text"] {
  width: 17%;
  height : 42px;
	text-align: right;
	margin: 0 10px;
	padding: 5px;
  border: 1px solid #E3E3E3;
}
#products-list .cart p a,
#products-detail .cart p a {
	width: 47%;
	min-width: 133px;
	height: 42px;
	vertical-align: top;
	margin-top: 0;
	margin-left: 15px;
}
#products-list .favorite {
	margin-top: 15px;
}
/* products-detail */
#products-detail figure a {
	display: inline-block;
	max-width: 100%;
	position: relative;
	outline: none;
}
#products-detail figure a::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: url(https://herbalindex.itembox.design/item/img/icon-zoom.svg) center no-repeat;
}
#products-detail .tag {
	margin-top: 20px;
	padding: 1em 0;
	border: solid #E3E3E3;
	border-width: 1px 0;
}
#products-detail .tag li {
	display: inline;
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 1em;
}
#products-detail .tag li:first-child {
	margin-left: 0;
}
#products-detail .tag li::before {
	content: "＃";
}
#products-detail .labelinfo {
	margin-top: 30px;
}
#products-detail .note {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	padding: 0.2em 0.5em;
	border: 1px solid #DE0F00;
}
#products-detail .sns {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
#products-detail .sns li:nth-child(n+2) {
	margin-left: 10px;
}
#products-detail .sns .review a {
	vertical-align: text-top;
}
#products-detail .cart div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#products-detail .cart .size {
	width: 100%;
}
#products-detail .cart .label {
	vertical-align: top;
	margin-left: 0;
	padding: 0.3em 1em;
}
#products-detail .cart [type="text"] {
	width: 70px;
	height: 42px;
	text-align: right;
	margin: 0 0.5em;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
}
#products-detail .cart p {
	margin-top: 30px;
}
#products-detail .cart p a {
	width: 100%;
	max-width: none;
	height: 65px;
	font-size: 1.8rem;
	margin-left: 0;
}
/* productinfo
============================== */
#productinfo,
#recommend,
#onlinereviews {
	border-top: 1px solid #1c1b1b;
}
#productinfo h2,
#recommend h2,
#onlinereviews h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
#productinfo .btn a {
	max-width: 276px;
}
#productinfo table ~ p {
	line-height: 2;
	font-family: sans-serif;
	font-size: 1.3rem;
	margin-top: 30px;
}
#productinfo table ~ p span {
	font-family: sans-serif;
}
/* recommend
============================== */
#recommend ul {
	display: flex;
}
#recommend li {
	width: calc(25% - 18px);
	line-height: 1.6;
	font-size: 1.3rem;
	margin-left: 24px;
}
#recommend li:first-child {
	margin-left: 0;
}
#recommend li a {
	display: block;
	text-decoration: underline;
}
#recommend li a:hover {
	text-decoration: none;
}
#recommend li img {
	display: block;
	margin-bottom: 5px; 
}
#recommend li a:hover img {
	opacity: 0.8;
	transition: 0.6s;
}
/* onlinereviews
============================== */
#onlinereviews .pnav-wrap {
	border: solid #E3E3E3;
	border-width: 1px 0;
}
#onlinereviews .pnav-wrap.top {
	margin-top: 30px !important;
}
#onlinereviews .pnav-wrap.top .pnav {
	border-bottom: 1px solid #E3E3E3;
}
#onlinereviews .pnav-wrap.bottom {
	border-bottom: none;
	border-top: 1px solid #E3E3E3;
}
#onlinereviews .header {
	display: flex;
	padding-top: 30px;
}
#onlinereviews .header > *:first-child {
	width: 35%;
}
#onlinereviews .header > *:last-child {
	width: calc(65% - 50px);
	margin-left: 50px;
}
#onlinereviews .header .products-name {
	font-size: 13px;
	font-weight: bold;
}
#onlinereviews .header .rate {
	margin-top: 10px;
}
#onlinereviews .header .rate span {
	vertical-align: middle;
	font-weight: bold;
	font-size: 3.5rem;
	line-height: 0;
	margin-left: 5px;
}
#onlinereviews .header .btn a {
	max-width: none;
	font-size: 1.8rem;
}
#onlinereviews article {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #E3E3E3;
}
#onlinereviews .ttl {
	line-height: 1.15;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 0.5em;
}
#onlinereviews .name {
	font-weight: bold;
	margin-top: 0.5em;
}
#onlinereviews .name::before {
	content: "by ";
}
#onlinereviews article .rate {
	margin-top: 30px;
}
#onlinereviews article .rate span {
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}
#onlinereviews .vote {
	font-size: 1.5rem;
	margin-top: 0.5em;
}
#onlinereviews .vote span {
	color: #de0f00;
}
#onlinereviews .comment {
	font-size: 1.5rem;
	margin-top: 20px;
	padding: 30px;
	background: #F7F7F7;
}
#onlinereviews article .btn a {
	width: 200px;
}
#onlinereviews article .btn a.on {
	background: #F7F7F7 !important;
	border: 1px solid #F7F7F7 !important;
	color: #1c1b1b;
}
#onlinereviews article .icon-good a.on::before {
	background-image: url(https://herbalindex.itembox.design/item/img/icon-good-on.svg);
}
/* news-list, news-detail
============================== */
#news-list li {
	margin-top: 40px;
}
#news-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news-list a:hover {
	text-decoration: none;
}
#news-list figure {
	width: 90px;
}
#news-list a:hover figure {
	opacity: 0.8;
	transition: 0.6s;
}
#news-list a > div {
	width: calc(100% - 110px);
}
#news-list a > div > div,
#news-detail > div:first-of-type {
	display: flex;
	align-items: center;
}
#news-list .label,
#news-detail .label {
	width: 130px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.15em;
	color: #fff;
	padding: 0.5em;
	background: #1c1b1b;
}
#news-list .label {
	font-size: 1rem;
	padding: 0.2em;
}
#news-list .date,
#news-detail .date {
	font-size: 1.6rem;
	margin-left: 1em;
}
#news-list .txt {
	text-decoration: underline;
	margin-top: 10px;
}
#news-list a:hover .txt {
	text-decoration: none;
}
#news-detail h1 {
	line-height: 1.15;
	font-size: 2rem;
	font-weight: 500;
	margin: 20px 0 30px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #1c1b1b;
}
#news-detail figure {
	text-align: center;
}
/* entry, mypage
============================== */
#content #entry,
#content #mypage {
	padding-top: 0 !important;
}
#content #entry:not(:last-child),
#content #mypage:not(:last-child) {
	padding-bottom: 0;
}
#entry .attention {
	display: inline-block;
	line-height: 1;
	font-size: 1rem;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 0.75em 1em;
	background: #DE0F00;
	margin-left: 5px;
}
#entry th .attention {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -1.3em !important;
}
#entry table .note {
	display: inline-block;
	line-height: 1.6;
}
#entry .quantity {
	display: flex;
	justify-content: center;
	text-align: center;
}
#entry .quantity li {
	line-height: 35px;
}
#entry .quantity li:nth-child(2) {
	width: 35px;
}
#entry .quantity a {
	display: table-cell;
	width: 35px;
	height: 35px;
	line-height: 1;
	font-size: 2rem;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: #1c1b1b;
	border: 1px solid #1c1b1b;
}
#entry .quantity a:hover {
	color: #1c1b1b;
	background: #fff;
}
#entry [class*="btn"] a,
#entry [class*="btn"] input,
#mypage [class*="btn"] a,
#mypage [class*="btn"] input {
	font-size: 1.8rem;
}
#entry table [class*="btn"] a,
#mypage table [class*="btn"] a {
	width: auto;
	font-size: 1rem;
	vertical-align: top;
	margin-top: 0;
	padding: 0.7em 1em !important;
}
#entry h1,
#mypage h1 {
	line-height: 1.15;
	font-size: 3rem;
	font-weight: 500;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #1c1b1b;
}
#entry p,
#mypage p {
	margin-top: 2em;
}
#entry table.ct-cart02 {
	margin-top: -1px;
}
#entry table.review th {
	width: 30%;
}
#entry th {
	position: relative;
	text-align: left;
}
#entry table.list th,
#entry table.list td,
#mypage table td {
	text-align: center;
}
#mypage table.ct-favorite td:nth-child(2),
#mypage table.ct-delivery td:nth-child(2),
#entry table.ct-delivery td:nth-child(3),
#entry table.ct-payment td:nth-child(2),
#entry table.ct-cart:not(.confirm) td:nth-child(3):not(:nth-last-child(2)),
#entry table.ct-cart.confirm td:nth-child(2):not(:nth-last-child(3)),
#entry table.ct-quick td:nth-child(4) {
	text-align: left;
}
#entry table.ct-cart02 th,
#entry table.ct-quick td:nth-child(6) {
	text-align: right;
}
#entry table.ct-cart td + td:last-child,
#entry table.ct-cart02 td:last-child {
	width: 8em;
	text-align: right;
}
#entry table.ct-cart tr:nth-child(n+2) th {
	border-left-width: 1px;
}
#entry table.ct-cart td:only-child {
	border-left-width: 1px;
}
#entry table.ct-cart:not(.confirm) td:nth-child(3):not(:nth-last-child(2)),
#entry table.ct-cart.confirm td:nth-child(2):not(:nth-last-child(3)) {
	width: 40%;
}
#entry table.ct-quick td:nth-child(1) {
	width: 5%;
}
#entry table.ct-quick td:nth-child(2) {
	width: 19%;
}
#entry table.ct-quick td:nth-child(3) {
	width: 14%;
}
#entry table.ct-quick td:nth-last-child(-n+3) {
	width: 13%;
}
#mypage table.ct-favorite img,
#entry table.ct-cart img {
	width: 65px;
}
#mypage table.ct-delivery .btn a:nth-child(2) {
	margin-left: 10px;
}
#entry table + .btn {
	text-align: left;
	margin-top: 10px;
}
#entry table.ct-quick  + .btn {
	line-height: 1.6;
}
#entry table + .btn a {
	width: auto;
	font-size: 1.2rem;
}
#entry table span.error {
	display: block;
	margin: 0 0 1.8em;
	color: #f00;
	font-weight: bold;
}
#entry td {
	line-height: 2;
}
#entry table input,
#entry table select,
#entry textarea,
#login input {
	padding: 8px;
	background: #fff;
	border: 1px solid #E3E3E3;
}
#entry table input,
#login li input {
	width: 297px;
}
#entry textarea {
	width: 100%;
	height: 190px;
}
#entry.contact table input,
#entry.contact textarea {
	width: 100%;
}
#entry table input.width-m {
	width: 150px;
}
#entry table input.width-s {
	width: 100px;
}
#entry table [type="radio"],
#entry table [type="checkbox"],
#login [type="radio"],
#login [type="checkbox"] {
	width: auto !important;
	vertical-align: middle;
	padding: 0;
	background: none;
	border: 0;
}
#entry table select {
	padding-right: 25px;
	background: url(https://herbalindex.itembox.design/item/img/arrow01b.svg) right 5px center no-repeat;
}
#entry table select::-ms-expand { /* IE11 */
	display: none;
}
_:-ms-lang(x), #entry select { /* IE10 only */
	background: none\9;
}
#entry #pref,
#entry #pref ~ input:not(:last-child),
#entry #email,
#entry #email ~ input:not(:last-child),
#entry #reminder {
	margin-bottom: 1em;
}
.menu02.cart li:nth-child(2) span {
	margin-bottom: 0;
}
/* kiyaku */
#kiyaku {
	font-size: 1.2rem;
	margin-top: 30px;
	padding: 30px 10px 30px 30px;
	background: #F7F7F7;
	border: 1px solid #E3E3E3;
}
#kiyaku div {
	height: 685px;
	padding-right: 20px;
	overflow-y: auto;
	white-space: pre-wrap;
}
#kiyaku div::-webkit-scrollbar {
	width: 8px;
}
#kiyaku div::-webkit-scrollbar-track,
#kiyaku div::-webkit-scrollbar-thumb {
	border-radius: 8px;
}
#kiyaku div::-webkit-scrollbar-track {
	background: transparent;
}
#kiyaku div::-webkit-scrollbar-thumb {
 	background: #999;
}
#kiyaku p {
	margin-top: 1em;
}
#kiyaku div > *:first-child {
	margin-top: 0;
}
/* ssl */
#ssl {
	display: flex;
	align-items: center;
	line-height: 1.6;
	font-size: 1.3rem;
	color: #DE0F00;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #DE0F00;
}
#ssl > *:last-child {
	margin-left: 20px;
}
/* btcopy */
#btcopy {
  font-size: 1.2rem;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #231815;
}
/* login */
#login {
	padding-top: 30px;
}
#login ul,
#login .reset_password {
	max-width: 410px;
	margin: 0 auto;
}
#login li:nth-child(n+2) {
	margin-top: 20px;
}
#login label {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}
#login input.width-m {
	width: 120px;
}
#login .mail_remember {
	margin-top: 5px !important;
}
#login .mail_remember label {
	display: block;
	max-width: 297px;
	margin-left: auto;
}
#login .reset_password {
	font-size: 2rem;
	color: #DE0F00;
	margin-top: 0;
	padding: 1em;
	background: #fff;
}
/* logout */
#logout input {
	float: right;
	display: inline-block;
	width: auto;
	margin: -10px 0 0;
	padding: 10px 20px 10px 50px !important;
	background: url(https://herbalindex.itembox.design/item/img/icon-logout.svg) 15px center no-repeat !important;
}
#logout input:hover {
	background: #1c1b1b url(https://herbalindex.itembox.design/item/img/icon-logout-on.svg) 15px center no-repeat !important;
}
/* company
============================== */
#company section {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #e3e3e3;
}
#company .idea {
	border: 4px solid #f7f7f7;
	padding: calc(100% / 10) calc(100% / 20);
}
#company .idea li {
	margin-top: 3.4em;
	list-style: none;
}
#company .idea li h2 {
	padding: 0;
	background: none;
	color: #1c1b1b;
	text-align: center;
}
#company .idea li:first-of-type {
	margin-top: 0;
}
#company .idea li h2 span {
	display: block;
	font-size: .5em;
	margin-top: .5em;
}
#company .idea p {
	font-size: 1.3rem;
	line-height: 1.75;
	text-align: center;
}
#company .message {
	background: #f7f7f7;
	margin-top: 2em;
	padding: calc(100% / 20);
}
#company .message >p {
	margin-top: 0;
	font-size: 1.8rem;
	font-style: italic;
	border-bottom: 1px solid #e3e3e3;
}
#company .message div {
	display: flex;
	justify-content: space-between;
}
#company .message div p {
	flex: 1;
	line-height: 1.75;
}
#company .message div p:first-child {
	margin-right: 30px;
}
/* about
============================== */
#about-index ul {
	display: flex;
	flex-wrap: wrap;
}
#about-index li {
	width: calc(33.33% - 20px);
	margin-top: 30px;
	margin-left: 30px;
}
#about-index li:nth-child(3n+1) {
	margin-left: 0;
}
#about-index li.no10 {
	width: 100%;
	margin-left: 0;
}
#about-index li a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 1;
	height: 313px;
	padding: 20px;
}
#about-index li.no10 a {
	height: 200px;
}
#about-index li a::before,
#about-index li a::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
#about-index li a::before {
	background: url(https://herbalindex.itembox.design/item/img/about-bg-brand.jpg) center / cover no-repeat;
	filter: saturate(0%);
}
#about-index li.no02 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-organic.jpg);
}
#about-index li.no03 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-reasnable.jpg);
}
#about-index li.no04 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-australia.jpg);
}
#about-index li.no05 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-quality.jpg);
}
#about-index li.no06 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-showroom.jpg);
}
#about-index li.no07 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-media.jpg);
}
#about-index li.no08 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-catalog.jpg);
}
#about-index li.no09 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-company.jpg);
}
#about-index li.no10 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-interview.jpg);
}
#about-index li.no11 a::before {
	background-image: url(https://herbalindex.itembox.design/item/img/about-bg-column.jpg);
}
#about-index li a:hover::before {
	filter: saturate(100%);
}
#about-index li a::after {
	background: rgba(0,0,0,0.7);
}
#about-index li a:hover::after {
	background: rgba(0,0,0,0);
}
#about-index li a span {
	display: block;
	line-height: 1.15;
	font-size: 1.6rem;
	font-weight: bold;
}
#about-index li a > span {
	padding-left: 1em;
	border-left: 3px solid #fff;
}
#about-index li a > span span {
	font-size: 0.875em;
	font-weight: 500;
	margin-bottom: 0.5em;
}
#about-shop .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#about-shop .flex > p {
	width: 100%;
	max-width: 360px;
}
#about-shop .flex > p,
#about-shop .flex table {
	margin: 2em 10px 0;
}
#about-catalog {
	background: #F7F7F7;
}
#about-catalog .tab-cnt ul {
	display: flex;
	line-height: 1.6;
	padding: 1em 1em 2em 1em;
}
#about-catalog .tab-cnt li {
	width: calc(33.33% - 22px);
	margin-left: 33px;
}
#about-catalog .tab-cnt li:first-child {
	margin-left: 0;
}
#about-catalog a {
	display: block;
	position: relative;
	height: 100%;
	padding: 20px;
	background: #fff;
}
#about-catalog a:hover {
	text-decoration: none;
}
#about-catalog a:hover figure {
	opacity: 0.8;
	transition: 0.6s;
}
#about-catalog .ttl {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
}
#about-catalog a:hover .ttl {
	text-decoration: none;
}
.base#about-catalog ul:not(.col) > li {
	display: list-item;
	list-style: none;
}
/* guide
============================== */
[id^="guide-"] .attention {
	color: #f00;
	font-weight: bold;
}
#guide-index div.note strong {
	font-size: 2em;
}
#guide-index .btn {
	margin-top: 20px !important;
}
#guide-index .btn a {
	max-width: none;
}
#guide-index .btn a strong {
	display: block;
	font-size: 2rem;
	margin-bottom: 0.5em;
}
#guide-index ul {
	display: flex;
	flex-wrap: wrap;
}
#guide-index li {
	width: calc(33.33% - 20px);
	margin-top: 30px;
	margin-left: 30px;
}
#guide-index li:nth-child(3n+1) {
	margin-left: 0;
}
#guide-index li a {
	display: block;
	text-decoration: none;
	height: 313px;
	padding: 170px 20px 20px;
	border: 1px solid #d4d4d4;
	background: url(https://herbalindex.itembox.design/item/img/guide-icon01.svg) center 20% no-repeat;
}
#guide-index li:nth-child(2) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon02.svg);
}
#guide-index li:nth-child(3) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon03.svg);
}
#guide-index li:nth-child(4) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon04.svg);
}
#guide-index li:nth-child(5) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon05.svg);
}
#guide-index li:nth-child(6) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon08.svg);
}
#guide-index li:nth-child(7) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon10.svg);
}
#guide-index li:nth-child(8) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon11.svg);
}
#guide-index li:nth-child(9) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon12.svg);
	background-position: center 10%;
}
#guide-index li:nth-child(10) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon10.svg);
}
#guide-index li:nth-child(11) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon11.svg);
}
#guide-index li:nth-child(12) a {
	background-image: url(https://herbalindex.itembox.design/item/img/guide-icon12.svg);
}
#guide-index li a:hover {
	opacity: 0.8;
}
#guide-index li a p {
	line-height: 1.6;
	font-size: 1.4rem;
}
#guide-index li a .ttl {
	line-height: 1.15;
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#freesample-list h1 {
	line-height: 1.15;
	font-size: 3rem;
	font-weight: 500;
	margin-top: 0;
}
#freesample-list > ul {
	margin-top: 0;
}
#freesample-list > ul .date {
	margin-left: 0;
	margin-top: 10px;
}
#guide-social ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
#guide-social ul li {
	margin: 0 20px 0 0;
	list-style: none;
	text-align: center;
}
#guide-social ul li:last-child {
	margin: 0;
	list-style: none;
}
#guide-social ul li h2 {
	background: none;
	color: #1c1b1b;
	margin-top: 1em;
	padding: 0;
}
#guide-mail ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 2em 0 30px;
}
#guide-mail ul li {
	width: 100%;
	list-style: none;
	margin: 0 35px 0 0;
	text-align: center;
}
#guide-mail ul li:last-child {
	margin: 0;
}
#guide-mail .box1 li {
	border: 3px solid #e3e3e3;
	padding: 26px;
}
#guide-mail .box1 li p {
	font-weight: bold;
	font-size: 1.8rem;
}
#guide-mail .box2 li {
	text-align: left;
}
#guide-order img {
	border: solid #D1D1D1 1px;
	padding: 1em;
}
#guide-payment .kouzawaku {
	display: inline-block;
	border-top: #707070 dotted 1px;
	border-bottom: #707070 dotted 1px;
	padding: 1em 0
}
#guide-payment .kouzawaku p {
	margin: 0;
}
#guide-faq h2 {
	margin: 1.5em 0 1em 0;
}
#guide-faq h2:first-child {
	margin: 2em 0 1em 0;
}
#guide-faq .cp_qa *, #faq .cp_qa *:after, #faq.cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#guide-faq .cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #272728;
}
#guide-faq .cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
#guide-faq .cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgb(242, 242, 242);
}
#guide-faq .cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -1.3em;
	padding-right: 0.5em;
	content: 'Q';
}
#guide-faq .cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #929292;
}
#guide-faq .cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2.3em;
	position: absolute;
	top: 0;
	right: 10px;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
#guide-faq .cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
#guide-faq .cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
#guide-faq .cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
#guide-faq .cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgb(242,242,242);
}
#guide-faq .cp_qa .cp_actab input:checked ~ label {
	color: #EF7C1A;
	border-radius: 0.5em 0.5em 0 0;
}
#guide-faq .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#guide-contact .col{ 
	width: 80%;
	margin: 0 auto;
}
#guide-contact .col .btn a { 
	font-size: 1.5rem;
	max-width: 400px
}
#guide-contact .col .btn a.line1 { 
	padding: 1.8em!important;
	font-size: 1.5rem;
}
/* oem
============================== */
#oem.index section ul:not([class]),
#oem .pt01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
#oem.index section ul:not([class]) li,
#oem .pt01 li {
	width: calc(50% - 50px);
	margin: 4em 25px 0;
}
#oem.index section ul:not([class]) li {
	display: flex;
	flex-direction: column;
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #oem.index section ul:not([class]) li {
	display: block;
}
}
#oem .pt01 li {
	margin-top: 1em;
}
#oem.index section ul:not([class]) li h4 {
	margin-top: 1em;
}
#oem.index section ul:not([class]) li .btn:last-child {
	margin-top: auto !important;
}
#oem.index section ul:not([class]) li .btn:last-child a {
	margin-top: 2em;
}
#oem .pt01 {
	/*font-size: 2rem;*/
	text-align: center;
}
#oem .pt01 img {
	margin-bottom: .5em;
}
#oem .pt02 {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	text-align: center;
	list-style: none;
	padding: 0;
}
#oem .pt02 li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(33.33% - 20px);
	margin: 0;
	padding: 20px;
  background: #F7F7F7;
  border: 1px solid #CCCCCC;
}
#oem .pt03 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 0;
	padding: 0;
}
#oem .pt03 li {
	width: calc(33.33% - 26.66px);
	text-align: center;
	margin-top: 40px;
	margin-left: 40px;
}
#oem .pt03 li:nth-child(3n+1) {
	margin-left: 0;
}
#oem .pt03 li p:first-of-type {
	font-size: 36px;
	font-weight: bold;
}
#oem .pt03 li p:nth-of-type(2) {
	font-size: 18px;
	font-weight: bold;
	margin-top: .5em;
}
#oem .pt03 li p:last-of-type {
	text-align: left;
	margin-top: .5em;
}
/* ==================================================
popup
================================================== */
#popup {
	max-width: 800px;
	margin: 0 auto;
}
#popup main {
	padding: 40px;
}
#popup #content-wrap,
#popup #content section {
	margin: 0;
	padding: 0;
}
/* ==================================================
system
================================================== */
.complete_alert {
	font-weight: bold;
    border: none;
    padding: 16px;
    background-color: #333;
    opacity: .8;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
}


.navilist > li > a span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 0.2em;
}

.navilist > li > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 79px;
    line-height: 1.15;
    text-decoration: none;
    letter-spacing: -0.15em;
    padding-left: 60px;
    background: #fff 5px center no-repeat;
}

#gnav .navilist > li {
    width: calc(33.33% - 13.33px);
    margin-top: 10px;
    margin-left: 20px;
	margin-left: 0;
	position: relative;
    cursor: pointer;
	float: left;
    margin-right: 13px;
}

#gnav .navilist > li:hover > a {
    color: #fff;
    background-color: #1c1b1b;
}

#top-aboutus h2 {
    color: #FFF;
	font-weight: normal;
	line-height: 1.5em;
}

#top-aboutus h2 .usfont {
	letter-spacing: 0.2em;
	font-size: 120%;
}

#top-aboutus h2 .jnfont {
    font-size: 75%;
}

section#top-aboutus {
    clear: both;
}

section h2 .usfont {
    letter-spacing: 0.2em;
    font-size: 120%;
	line-height: 1.5em;
}

section h2 {
    font-weight: normal;
    line-height: 1.5em;
}

section h2 .jnfont {
    font-size: 75%;
}

#content #top-category .mark img {
    width: auto;
    margin-bottom: 50px;
}

figure {
    height: 400px;
}

.fs-c-productThumbnail figure {
    height: 100px;
}

.fs-c-productImageModalCarousel__track figure {
    height: auto;
}

#freesample-list figure {
    height: auto;
}

#gnav-wrap {
	position: relative;
    width: auto;
    overflow: visible;
    left: 0;
    background: #F7F7F7;
}
#about-index li a {
	z-index: auto;
}

#about-catalog .tab-cnt li {
    list-style: none;
}

#freesample-list img, #about-catalog img {
    max-width: 100%;
}
#gnav-wrap #gnav a.botanon::after, 
#gnav-wrap #gnav a.botanon::before {
	display: none;
}

img {
    max-width: 100%;
    height: auto;
}
span.item_desc img {
    height: auto;
    max-width: none;
}

table #risFil .risfHeadFootWrap.risfFootWrap {
    height: auto;
    background: none;
    border: none;
}
.bnr li {
    display: table-cell;
    width: 45%;
}

#productinfo h3 {
    /*margin: 1em 0;*/
    font-size: 150%;
}

#productinfo h4 {
    margin: 1em 0;
    font-size: 130%;
}

span.red {
	color: #BB0000;
}

.outlet {
    background-color: #F5F5F5;
    /*width: 740px;*/
    margin-bottom: 2em;
    padding: 10px 20px;
    border: 1px solid #666666;
    font-weight: bold;
    font-size: 1.2em;
}

.outlet strong {color: #BB0000;}

div#bottomcolumn {
    max-width: 100%;
}

#products-detail .fs-l-main, .fs-l-pageMain {
    max-width: none;
}

#products-detail .fs-c-productNameHeading__copy {
	display: none;
}

#products-detail .fb-like.fb_iframe_widget {
    margin-top: -2px;
}

#products-detail .fs-c-productPrices {
    padding: 10px 0;
    margin: 20px 0;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
	text-align: right;
}

#products-detail .fs-c-productNameHeading__copy {
    display: none;
}

#products-detail h1.fs-c-productNameHeading.fs-c-heading {
    margin: 20px 0 10px;
}

.fs-c-button--primary {
    max-width: none;
}

.fs-c-button--addToCart--detail.fs-c-button--primary span::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	font-size: 1.6em;
    vertical-align: middle;
    margin-top: -0.25em;
    margin-right: 0.5em;
    background: center / 1.5em no-repeat;
}

.fs-c-button--addToCart--detail.fs-c-button--primary span::before {
    background-image: url(https://herbalindex.itembox.design/item/img/icon-cart.svg) !important;
}

#products-detail .fs-c-productMarks {
    margin-top: 15px;
}

#products-detail .fs-c-productSalesPeriod {
    border: none;
    border-width: 1px 0;
    line-height: 1.4;
    padding: 5px 0;
    text-align: left;
}

section#productinfo {
    margin-top: 30px;
}

section.caution p {
    padding-top: 4px;
}

#products-detail span.fs-c-productPrice__main__price.fs-c-price {
    margin-right: 8px;
}

#products-detail .fs-c-productPrice {
    display: inline-flex;
}

span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
    content: "購入個数：";
    display: contents;
}

#products-detail input.fs-c-quantity__number.fs-system-quantity-text,
#products-detail select.fs-c-quantity__select.fs-system-quantity-list {
    width: 6em;
	font-size: 1.4em;
}

#products-detail .fs-c-quantity {
    max-width: none;
}

#products-detail .fs-c-productQuantityAndWishlist {
    margin: 15px 0 5px;
}

aside .navilist li {
    border-bottom: 1px solid #DDDDDD;
	height:80px
}

#products-detail .fs-c-dropdown__menu {
    font-family: initial;
}

.fs-l-main {
	max-width:none;}

.category #kv p:not(.ttl) {
    line-height: 1.5;
    margin-top: 2.5em;
}

.category #kv p:not(.ttl)::after {
    top: -1.2em;
}

.category #kv h1, #kv p.ttl {
    font-size: 4rem;
}

.category #kv h1 span, #kv p.ttl span {
    margin-top: 0;
}

body:not(#top) .category #kv {
    padding: 50px 15px;
	margin: 0;
	min-height:250px;
}

.fs-c-breadcrumb__list {
    padding: 0;
}

span.fs-c-productImageModal__close {
    width: 100%;
    height: 1000px;
    text-align: right;
}

.fs-c-productImageModal__contents {
    margin-top: 2em;
}

section#entry [type="text"], section#entry select {
    width: auto;
}

.bg_blue {
	padding: 5px 10px;
	background-color: #EEEEEE;
	border-top:solid 1px #E2E2E2;
	border-bottom:solid 1px #E2E2E2;
}
.circle-1 {
  background: #F4D7E1;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
	position: relative;
	max-width: 500px;
	min-height: 300px
}
.circle-inner { position: absolute;left: 15%;top: 20%}

h5.bg_blue{font-size: 1.5rem}

h2.border-left-green,h1.border-left-green {border-left:10px solid darkseagreen; padding-left: 15px;font-weight: bold!important}
h2.border-left-pink,h1.border-left-pink {border-left:10px solid #B7587F; padding-left: 15px;font-weight: bold!important}
h2.border-left-blue,h1.border-left-blue {border-left:10px solid #6D93A8; padding-left: 15px;font-weight: bold!important}
h2.border-left-orange,h1.border-left-orange {border-left:10px solid #B0751D; padding-left: 15px;font-weight: bold!important}
h2.border-left-purple,h1.border-left-purple {border-left:10px solid #9079AD; padding-left: 15px;font-weight: bold!important}
h2.border-left-gray,h1.border-left-gray {border-left:10px solid #808080; padding-left: 15px;font-weight: bold!important}
h2.border-left-red,h1.border-left-red {border-left:10px solid darkred; padding-left: 15px;font-weight: bold!important}
h3.border-bottom,h2.border-bottom,h1.border-bottom {border-bottom:1px solid #1c1b1b000!important}
.dashed-bottom {border-bottom: dashed 2px #C3C3C3}
.font-bold{font-weight: bold}
.font-size-130 {font-size: 130%}
.font-size-150 {font-size: 150%}
.font-size-200 {font-size: 200%}
.font-size-small,p.font-size-small {font-size: 0.9em!important}
.font-red {color: #ff0000;}
.font-green {color: #4C9367;}
.font-pink {color: #B7587F}
.font-orange {color: #B0751D}
.font-darkgreen {color: #808000}
.font-purple {color:#5E5580}
.font-blue {color:#6D93A8}
.font-gray {color:#808080}
.font-white {color:#fff}
.table-spec th {background-color: #FCFCFC}
table.table-spec > tbody > tr > td,table.table-spec > tbody > tr > th {border:1px solid #E3E3E3;padding: 0.5rem}
table.table-spec{border-collapse: collapse;  border-spacing: 0;}
.iteminfo {margin-left:1em;margin-right: 1em}
.iteminfo .itemspec dt {font-weight: bold}
.iteminfo dl.itemspec {margin: 1em 30px }
.monthitem {float:none!important}
.button-green {display: inline-block;padding: 1em;background-color: #A7D0C1;color: #1c1b1b000!important;text-decoration: none;}
.button-green:hover {background-color: #448D72;color: #FFFFFF}
.index dt {font-size: 130%;font-weight: bold;margin-top: 1em} 
.index dd {padding-left: 1em}
.inex_2 dt {font-weight: bold;margin-top: 1em} 
.inex_2 dd {padding-left: 1em}
.button-orange {display: inline-block;padding: 1em;background-color: #E2B878;color: #1c1b1b000;text-decoration: none;}
.button-orange:hover {background-color: #B3720F;color: #FFFFFF}
.osusumebox {display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.osusumeinner { 
	border: 1px solid #666;
	border-left-color: rgb(153, 153, 153);
	border-left-style: solid;
	border-left-width: 1px;
	width: 45%;
	border-left: 6px solid #666;
	padding: 1em;
	margin: 1em auto;
margin-right: 0px;}
.osusumelist li {display:inline-block!important;width:45%}
	.osusumelist-2 li {display:inline-block!important;width:160px;vertical-align:top}
	.osusumelist-2 li a {text-decoration:none}
@media screen and (max-width: 780px) {
	.osusumeinner { width: 100%;}
	.font-size-130 {font-size: 100%}
.font-size-150 {font-size: 100%}
.osusumelist li {display:block!important;width:100%}
.sp-fontsize-s {font-size: 80%}
.base h1,.base h2,.base h3,.base h4,.base h5,.base h6,#entry h2,#mypage h2 {
	line-height: 2;
	margin-top: 2.5em;
}
.base h3 {font-size: 1.1em;}																																						
																																						
}
@media screen and (min-width: 780px) {
	.pc-none {display: none}
	#hnav-wrap {min-width:780px;min-height:139px}
	#hlogo-wrap  {max-width:1280px;min-height:179px}
}
.osusumeinner ul {padding: 2em 0px}
.osusumeinner ul li {list-style: none;font-size: 1em;line-height: 2em;padding-left:1em!important}
.osusumeinner ul li a {color: #666666}
.osusumeinner h3 {font-size: 150%;font-weight: bold;margin-top:10px!important;margin-bottom: 10px!important }
.osusumeinner dt {font-weight: bold;margin-top: 1em}
.title-small {float: right;font-size: 0.5em;font-weight: normal}
h3.border-bottom,h2.border-bottom,h1.border-bottom,dt.border-bottom {border-bottom:1px solid #1c1b1b000!important}
h2.title-bg-black {font-size: 2.4rem;color: #fff; padding: 0.5em 1em; background: #1c1b1b;}
.outbox,.outbox-3 {display: flex;display: -webkit-flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:flex-start;align-items: flex-start;-webkit-justify-content: space-around;justify-content: space-around;}
		.outbox-r {display: flex;display: -webkit-flex;-webkit-justify-content: flex-end;justify-content:flex-end;-webkit-align-items: flex-end;align-items: flex-end;}
																																																			.outbox-l {display: flex;display: -webkit-flex;-webkit-justify-content: flex-top;justify-content:flex-top;-webkit-align-items: flex-top;align-items: flex-top;}
																																																			.outbox-flex {display: flex;}
.inbox-1 { display:block;width: 10%;padding:10px}																																													.inbox-2 { display:block;width: 20%;padding:10px}																																														.inbox-3 { display:block;width: 30%;padding:10px}																																															.inbox-4 { display:block;width: 40%;padding:10px}																																																	.inbox-5 { display:block;width: 50%;padding:10px}																																																		.inbox-6 { display:block;width: 60%;padding:10px}																																																			.inbox-7 { display:block;width: 70%;padding:10px}																																																				.inbox-8 { display:block;width: 80%;padding:10px}																																																					.inbox-9 { display:block;width: 90%;padding:10px}																																																																																													.img-wrap {width: 100pv;  min-height:300px;  object-fit: cover;}
.flex-grow{ flex-grow: 1;}
																																																												.flex-2 {flex-flow: row-reverse;}
.flex-3 {flex-flow: row wrap;}
@media screen and (max-width: 767px) {
			.base-2 h2 {font-size: 3rem}
			.outbox,.outbox-r{display:inline;}
			.inbox-1,.inbox-2,.inbox-3,.inbox-4,.inbox-5,.inbox-6,.inbox-7,.inbox-8,.inbox-9 {width: 100%;}
																																																								.sp-none {display: none}
#content > section {
	padding-top: 70px;
	padding-bottom:70px;
}																																																									}
																																																							
.hidden_box {
    margin: 4em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 20px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 20px 0;
    height: auto;
    opacity: 1;																																																							}	
span.del {
  text-decoration-line: line-through;
  text-decoration-style:double;
  text-decoration-color: red;
																																																									}
																																																									.border-gray  {border:1px solid #CCCCCC}																																															.bg-red {background-color:#BC8B81}
																																																												.font-w {color:#FFFFFF}	
																																																													
																																							/* ==================================================																																																																				画像のポップアップ
 ==================================================*/																																																																									
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
[id*="sign"] {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
[id*="sign"]:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 600px;
	height: 500px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
right: 4px;																																																																									font-size: 30px;
line-height:1em;
background-color:#fff;																																																																		
																																																																	}	
																																																																	
.container{
        aspect-ratio: 240/130;
        position: relative;
      }
      .container img{
        width:100%;
      }
     .container p{
        position: absolute;
        top:50%;
left:50%;
transform: translate(-50%, -50%);
        font-size:1.2em;
        color: #ffffff;
        padding:10px;
margin:0;
background-color:rgba(0,0,0,0.5)
      }	

.img-326 {	
max-width: 980px;
  height: 326px;
  object-fit: cover;	
}			

.hojinlink{
padding:7px;
background:#F7F7F7;
text-align:center;
margin-left:20px;
border:2px solid #999999;
border-radius:5px;
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
min-height:53px
}

.review_button {font-size:1.2rem}