@charset "UTF-8";
#tpl-contents {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main {
	padding: 100px 0;
}

@media only screen and (max-width: 800px) {
	.main {
		padding: 30px 25px 150px;
		position: relative;
	}
}

/*************************************************************
/ page-ttl
/************************************************************/
.page-ttl {
	text-align: center;
}

.page-ttl span {
	display: block;
}

.page-ttl .ja {
	font-size: 4rem;
	font-weight: 200;
	margin-top: 20px;
}

@media only screen and (max-width: 800px) {
	.page-ttl .ja {
		font-size: 6vw;
	}
}

/*************************************************************
/ filter-nav
/************************************************************/
.filter-nav {
	text-align: center;
	margin-top: 100px;
}

@media only screen and (max-width: 800px) {
	.filter-nav {
		margin-top: 50px;
		font-size: 0;
	}
}

.filter-nav li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.1em;
	padding: 0 38px;
	position: relative;
}

@media only screen and (max-width: 1359px) {
	.filter-nav li {
		padding: 0 2%;
	}
}

@media only screen and (max-width: 920px) {
	.filter-nav li {
		padding: 0 1%;
	}
}

@media only screen and (max-width: 800px) {
	.filter-nav li {
		width: 20%;
		height: 100%;
		padding: 20% 0 0 0;
	}
}

.filter-nav li + li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 1px;
	height: 15px;
	border-left: 1px dotted #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width: 800px) {
	.filter-nav li + li::before {
		display: none;
	}
}

.filter-nav li a {
	display: block;
	color: #4b4b4b;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

@media only screen and (max-width: 1359px) {
	.filter-nav li a {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 920px) {
	.filter-nav li a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 800px) {
	.filter-nav li a {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: contain;
	}
}

.filter-nav li a::before {
	content: '';
	display: inline-block;
	vertical-align: -7px;
	width: 25px;
	height: 25px;
	background-image: url("/oiocha/products/img/nav-ico_sprites.png");
	background-repeat: no-repeat;
	background-position-y: 0;
	margin-right: 5px;
}

@media only screen and (max-width: 920px) {
	.filter-nav li a::before {
		margin-right: 2px;
	}
}

@media only screen and (max-width: 800px) {
	.filter-nav li a::before {
		display: none;
	}
}

.filter-nav li a.active {
	color: #00a040;
}

.filter-nav li a.active::before {
	background-position-y: -25px;
}

.filter-nav li a.active::after {
	background-color: #00a040;
}

@media only screen and (min-width: 801px) {
	.filter-nav li a::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #777;
		position: absolute;
		bottom: -8px;
		transform: scaleX(0);
		transition: transform .5s;
	}
}

.filter-nav li a:hover::after {
	transform: scaleX(1);
	text-decoration: none;
}

.filter-nav li a.active {
	pointer-events: none;
}

.filter-nav li .all::before {
	background-position-x: 0;
}

@media only screen and (max-width: 800px) {
	.filter-nav li .all {
		background-image: url("/oiocha/products/img/nav-ico_all.png");
	}
	.filter-nav li .all.active {
		background-image: url("/oiocha/products/img/nav-ico_all_active.png");
	}
}

.filter-nav li .drink::before {
	background-position-x: -25px;
}

@media only screen and (max-width: 800px) {
	.filter-nav li .drink {
		background-image: url("/oiocha/products/img/nav-ico_drink.png");
	}
	.filter-nav li .drink.active {
		background-image: url("/oiocha/products/img/nav-ico_drink_active.png");
	}
}

.filter-nav li .leaf::before {
	background-position-x: -50px;
}

@media only screen and (max-width: 800px) {
	.filter-nav li .leaf {
		background-image: url("/oiocha/products/img/nav-ico_leaf.png");
	}
	.filter-nav li .leaf.active {
		background-image: url("/oiocha/products/img/nav-ico_leaf_active.png");
	}
}

.filter-nav li .tbag::before {
	background-position-x: -75px;
}

@media only screen and (max-width: 800px) {
	.filter-nav li .tbag {
		background-image: url("/oiocha/products/img/nav-ico_tbag.png");
	}
	.filter-nav li .tbag.active {
		background-image: url("/oiocha/products/img/nav-ico_tbag_active.png");
	}
}

.filter-nav li .instant::before {
	background-position-x: -100px;
}

@media only screen and (max-width: 800px) {
	.filter-nav li .instant {
		background-image: url("/oiocha/products/img/nav-ico_instant.png");
	}
	.filter-nav li .instant.active {
		background-image: url("/oiocha/products/img/nav-ico_instant_active.png");
	}
}

@media only screen and (max-width: 800px) {
	.mirror-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		background: #fff;
	}
	.mirror-nav.unfix {
		position: absolute;
		bottom: 10px;
	}
	.mirror-nav ul {
		margin-top: 0;
	}
}

/*************************************************************
/ item-block
/************************************************************/
.item-block {
	margin-top: 50px;
}

.item-block .item-list {
	display: flex;
	flex-wrap: wrap;
	margin: -50px auto 0;
	min-height: 613px;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list {
		margin-top: 0;
	}
}

.item-block .item-list > li {
	margin-top: 100px;
	padding: 0 50px 150px 50px;
	position: relative;
	transition: width .5s;
	letter-spacing: 0;
}

@media only screen and (max-width: 1359px) {
	.item-block .item-list > li {
		width: 33.3333%;
		padding: 0 3% 100px 3%;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li {
		margin-top: 0;
		display: block;
		width: 100%;
		padding: 0;
	}
}

.item-block .item-list > li.has-btn {
	padding: 0 50px 170px 50px;
}

@media only screen and (max-width: 1359px) {
	.item-block .item-list > li.has-btn {
		padding: 0 3% 170px 3%;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li.has-btn {
		padding: 0 0 75px 0;
	}
}

.item-block .item-list > li.has-btn2 {
	padding: 0 50px 170px 50px;
}

@media only screen and (max-width: 1359px) {
	.item-block .item-list > li.has-btn2 {
		padding: 0 3% 170px 3%;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li.has-btn2 {
		padding: 0 0 105px 0;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li + li {
		margin-top: 90px;
	}
}

.item-block .item-list > li .inner {
	width: 300px;
}

@media only screen and (max-width: 1359px) {
	.item-block .item-list > li .inner {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.item-block .item-list > li .inner {
		display: flex;
		justify-content: space-between;
	}
}

.item-block .item-list > li .item-img {
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .item-img {
		width: 49%;
	}
}

.item-block .item-list > li .item-img::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.item-block .item-list > li .item-img img {
	position: relative;
	width: 110%;
	margin-left: -5%;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .item-img img {
		width: 120%;
		margin-left: -10%;
	}
}

@media only screen and (min-width: 799px) {
	.item-block .item-list > li .item-img.hover::before {
		background-color: #f1fae0;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .txt-block {
		width: calc(100% - 49%);
	}
}

.item-block .item-list > li .txt-block::before {
	content: '';
	display: block;
	width: 22px;
	height: 1px;
	margin-top: 15px;
	background-color: #00a040;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .txt-block::before {
		width: 11px;
		margin-top: 10%;
	}
}

.item-block .item-list > li .txt-block a.add-hover {
	text-decoration: none;
}

.item-block .item-list > li .txt-block .ttl {
	margin-top: 25px;
	font-size: 1.8rem;
	font-weight: 500;
	border: none;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .txt-block .ttl {
		margin-top: 15px;
	}
}

.item-block .item-list > li .txt-block .cap {
	font-size: 1.4rem;
	margin-top: 20px;
	line-height: 1.8;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .txt-block .cap {
		font-size: 1.2rem;
		margin-top: 13px;
		line-height: 1.5;
	}
}

.item-block .item-list > li .txt-block .cap .fs-s {
	font-size: 1.2rem;
}

.item-block .item-list > li .txt-block .to-detail {
	color: #009e45;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 10px;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .txt-block .to-detail {
		font-size: 1.2rem;
	}
}

.item-block .item-list > li .txt-block .to-detail::after {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 5px;
	background-image: url("/oiocha/shared/img/icon_blank_grn.png");
}

.item-block .item-list > li .txt-block .to-detail.hover {
	text-decoration: underline;
}

.item-block .item-list > li .txt-block .note {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.8;
	color: #cc0000;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .txt-block .note {
		font-size: 1rem;
	}
}

.item-block .item-list > li .circle-ico {
	width: 16%;
	box-sizing: border-box;
	font-size: 1.5rem;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 60px;
	-webkit-transition: .1s;
	transition: .1s;
}

@media only screen and (max-width: 1359px) and (min-width: 751px) {
	.item-block .item-list > li .circle-ico {
		font-size: 1.2vw;
		top: -1.5%;
		left: 11%;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .circle-ico {
		top: 0;
		left: 0;
		width: 10.5vw;
		font-size: 2.5vw;
	}
}

.item-block .item-list > li .circle-ico > span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100%;
}

.item-block .item-list > li .circle-ico > span span {
	background-color: #fff;
	line-height: 1.3;
	border-radius: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item-block .item-list > li .circle-ico.season span span {
	color: #247cbd;
	border: solid 1px #247cbd;
}

.item-block .item-list > li .circle-ico.limited span span {
	color: #289156;
	border: solid 1px #289156;
}

.item-block .item-list > li .circle-ico.kinousei span span {
	color: #ff9933;
	border: solid 1px #ff9933;
	font-size: 1.3rem;
}

@media only screen and (max-width: 1395px) {
	.item-block .item-list > li .circle-ico.kinousei span span {
		font-size: 0.95vw;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .circle-ico.kinousei span span {
		font-size: 2vw;
	}
}

.item-block .item-list > li .circle-ico.range span span {
	color: #cc0000;
	border: solid 1px #cc0000;
	font-size: 1.25rem;
}

@media only screen and (max-width: 1395px) {
	.item-block .item-list > li .circle-ico.range span span {
		font-size: 0.95vw;
	}
}

@media only screen and (max-width: 800px) {
	.item-block .item-list > li .circle-ico.range span span {
		font-size: 2vw;
	}
}

/* ボタン
--------------------------------------------*/
.item-block .btn {
	margin-top: 26px;
	width: 100%;
	height: 40px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.item-block .btn {
		margin-top: 15px;
	}
}

.item-block .btn + .btn {
	margin-top: 10px;
}

@media screen and (max-width: 800px) {
	.item-block .btn + .btn {
		margin-top: 10px;
	}
}

.item-block .btn a {
	border: solid 1px #b3b3b3;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.item-block .btn a:hover {
	border-color: #141414;
}

@media only screen and (max-width: 800px) {
	.item-block .btn a {
		font-size: 1.2rem;
	}
}

.item-block .btn a::after {
	margin-left: 5px;
	margin-top: -4px;
}

.item-block .btn.brown a {
	border-color: #eb5118;
	color: #eb5118;
}

.item-block .btn.brown a:hover {
	color: #fff;
	background-color: #eb5118;
}

.item-block .btn.brown.blank a::after {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 5px;
	background-image: url("/oiocha/shared/img/icon_blank_brown.png");
}

.item-block .btn.brown.blank a:hover::after {
	background-image: url("/oiocha/shared/img/icon_blank_wht.png");
}

.item-block .btn.red a {
	border-color: #cc0000;
	color: #cc0000;
}

.item-block .btn.red a:hover {
	color: #fff;
	background-color: #cc0000;
}

.item-block .btn.red a::after {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 5px;
	background-image: url("/oiocha/shared/img/icon_btn_arw_red.png");
}

@media only screen and (max-width: 800px) {
	.item-block .btn.red a::after {
		background-image: url("/oiocha/shared/img/icon_btn_arw_red_sp.png");
	}
}

.item-block .btn.red a:hover::after {
	background-image: url("/oiocha/shared/img/icon_btn_arw_wht.png");
}

@media only screen and (max-width: 800x) {
	.item-block .btn.red a:hover::after {
		background-image: url("/oiocha/shared/img/icon_btn_arw_wht_sp.png");
	}
}

.item-block .btn.grn a {
	border-color: #00a040;
	color: #00a040;
}

.item-block .btn.grn a:hover {
	color: #fff;
	background-color: #00a040;
}

.item-block .btn.grn a::after {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 5px;
	background-image: url("/oiocha/shared/img/icon_btn_arw_grn.png");
}

@media only screen and (max-width: 800px) {
	.item-block .btn.grn a::after {
		background-image: url("/oiocha/shared/img/icon_btn_arw_grn_sp.png");
	}
}

.item-block .btn.grn a:hover::after {
	background-image: url("/oiocha/shared/img/icon_btn_arw_wht.png");
}

@media only screen and (max-width: 800x) {
	.item-block .btn.grn a:hover::after {
		background-image: url("/oiocha/shared/img/icon_btn_arw_wht_sp.png");
	}
}

.item-block .btn.pin a {
	border-color: #e789a1;
	color: #e789a1;
}

.item-block .btn.pin a:hover {
	color: #fff;
	background-color: #e789a1;
}

.item-block .btn.pin a::after {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 5px;
	background-image: url("/oiocha/shared/img/icon_btn_arw_pin.png");
}

@media only screen and (max-width: 800px) {
	.item-block .btn.pin a::after {
		background-image: url("/oiocha/shared/img/icon_btn_arw_pin_sp.png");
	}
}

.item-block .btn.pin a:hover::after {
	background-image: url("/oiocha/shared/img/icon_btn_arw_wht.png");
}

@media only screen and (max-width: 800x) {
	.item-block .btn.pin a:hover::after {
		background-image: url("/oiocha/shared/img/icon_btn_arw_wht_sp.png");
	}
}

/*# sourceMappingURL=style.css.map */
