@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
div,
input,
select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 2em;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	touch-action: manipulation;
	box-sizing: border-box;
	height: 100%;
}

body {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-weight: 300;
	color: #333333;
	font-feature-settings: "palt";
	overflow-x: hidden;
	height: 100%;
}

.wrap {
	min-height: 100vh;
	position: relative;
}
.wrap .material-icons {
	display: inline-flex;
	vertical-align: middle;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

img {
	max-width: 100%;
	max-height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333333;
	transition: 0.3s ease-in-out;
}

a:hover,
a:active {
	opacity: 0.5;
}

input,
select,
option {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background-color: #f7f8f8;
	border: none;
	padding: 1rem;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
	box-shadow: inset 0 0 0 2px #fff;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	　　　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

.txt-red {
	color: #990000;
}

@media screen and (max-width: 768px) {
	body {
		letter-spacing: 0.05;
		font-size: 14px;
	}
}

/* -----------------------------------------------------------------
   Loading animation
----------------------------------------------------------------- */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #333333;
	position: fixed;
	z-index: 30;
	top: 0;
	right: 100%;
	width: 100%;
	height: 1px;
}

@media screen and (max-width: 768px) {
	.pace .pace-progress {
		display: none;
	}
}

/* -----------------------------------------------------------------
   ranking ランキング
----------------------------------------------------------------- */
.ranking-list-wrap {
	counter-reset: ranking;
}
.ranking-list-wrap li {
	margin-top: 6vh;
}
.ranking-list-wrap li:before {
	counter-increment: ranking;
	content: counter(ranking);
	font-size: 20px;
	position: absolute;
	top: -6vh;
	left: 50%;
}
@media screen and (max-width: 768px) {
	.ranking-list-wrap li:before {
		font-size: 18px;
		top: -6vh;
		left: 50%;
	}
}

/* -----------------------------------------------------------------
   contents
----------------------------------------------------------------- */
.page-wrap {
	width: 100%;
	min-height: 100%;
	padding: 80px 0 15vh;
	margin: 0 auto;
}
.content-wrap {
	width: 100%;
	max-width: 1040px;
	margin: 15vh auto 0;
	padding: 0 5vw;
}
.content-wrap-bread {
	width: 100%;
	max-width: 1040px;
	margin: 8vh auto 0;
	padding: 0 5vw;
}
.content-wrap-top {
	width: 100%;
	max-width: 1040px;
	margin: 20px auto 0;
	padding: 0 5vw;
}
.content-title {
	font-size: 28px;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0 0 10vh;
	position: relative;
	padding: 0 0 10px;
}
.content-title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 17px);
	width: 34px;
	height: 3px;
	content: "";
	border-radius: 3px;
	background: #333;
}
.content-item {
	max-width: 750px;
	margin: 0 auto 10vh;
}
.content-item pre {
	white-space: pre-wrap;
}
.content-subtitle {
	font-size: 1.4em;
	padding-bottom: 1rem;
	margin: 5vh 0 2.5vh;
	border-bottom: #333 solid 1px;
}
.item-list-wrap {
	max-width: 1100px;
	width: 100%;
	padding: 0 auto;
	margin-bottom: 5vh;
	display: block;
}
.top-content-wrap {
	margin: 0 auto;
	position: relative;
}

.item-list-item {
	width: calc(100% / 4 - 30px);
	height: auto;
	margin-right: 30px;
	padding-bottom: 5vh;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	line-height: 1.8em;
}
.item-list-item img {
	width: 225px;
	margin-bottom: 10px;
	object-fit: scale-down;
}
.item-list-item:nth-child(4n) {
	margin-right: 0;
}
.item-list-item span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.item-icon-list {
	text-align: left !important;
	margin-top: -5px;
}

.item-icon-list img {
	width: 40px !important;
	height: 16px !important;
	display: inline !important;
	margin: 0 5px 0 0 !important;
}

.columns-wrap {
	max-width: 1100px;
	width: 100%;
	padding: 0 auto;
	margin-bottom: 5vh;
	display: block;
}
.col-2-box {
	width: calc(100% / 2 - 30px);
	height: auto;
	margin-right: 30px;
	padding-bottom: 5vh;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	line-height: 1.8em;
}
.col-2-box:nth-child(2n) {
	margin-right: 0;
}
.btn-area {
	text-align: center;
}
.btn {
	width: 100%;
	max-width: 460px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: solid 1px #333333;
	display: inline-block;
	text-align: center;
}
.infor-list {
	text-align: left;
	margin-bottom: 10px;
}
.infor-list dt {
	float: left;
	width: 25%;
	font-size: 15px;
}
.infor-list dd {
	float: right;
	width: 75%;
	font-size: 15px;
}
.top-banners li {
	display: inline-block;
	padding: 0;
	width: calc(100% / 2 - 30px);
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	line-height: 1.8em;
}
.top-banners li:nth-child(2n) {
	margin-right: 0;
}
.top-banners li a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
	text-align: center;
}
.top-banners li img {
	border: 1px solid #ccc;
	margin: 0 !important;
}

@media screen and (max-width: 768px) {
	.page-wrap {
		padding: 50px 0 5vh;
		margin: 0;
	}
	.content-wrap {
		margin: 12vh auto 0;
	}
	.content-title {
		font-size: 20px;
		margin: 0 0 10vh;
		position: relative;
		padding: 0 0 1vh;
	}
	.content-title:before {
		position: absolute;
		bottom: -1vh;
	}
	.item-list-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.item-list-item {
		width: calc(100% / 2 - 2vw);
		margin-right: 0;
	}
	.item-list-item img {
		width: 100%;
		min-width: calc(100% / 2 - 5vw);
		min-height: auto;
	}
	.item-list-item:nth-child(2n) {
		margin-right: 0;
	}
	.item-icon-list img {
		width: 40px !important;
		height: 16px !important;
		min-width: calc(100% / 4 - 2px);
		margin: 0 2px 0 0 !important;
	}
	.columns-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.col-2-box {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding-bottom: 5vh;
	}

	.btn {
		max-width: 100%;
		height: 50px;
		line-height: 50px;
		border: solid 1px #333333;
		display: inline-block;
		text-align: center;
	}
	.infor-list dt {
		float: none;
		width: 90%;
		margin: 0 5%;
	}
	.infor-list dd {
		float: none;
		width: 90%;
		margin: 0 5%;
	}
	.top-banners {
		margin-top: 10vh;
	}
}

/* -----------------------------------------------------------------
   パンくずリスト
----------------------------------------------------------------- */
.breadcrumbs-wrap {
	font-size: 1.2rem;
	opacity: 0.5;
}

/* -----------------------------------------------------------------
   商品一覧　カテゴリーリスト
----------------------------------------------------------------- */
.category-list-wrap {
	width: 100%;
	padding-bottom: 5vh;
	margin: 0 auto;
}

.category-list {
	width: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 5vh 0;
}

.category-list li,
.category-list img {
	width: 25%;
	display: inline-block;
}

.category-list a {
	width: 100%;
	padding: 0.5rem 1rem;
	display: inline-block;
}

.item-none-text {
	text-align: center;
	padding: 5vh 0 7.5vh;
}

/*---------- セール商品 ----------*/
.item-price-down {
	color: #b23a48;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.5rem;
	white-space: nowrap;
}

/*---------- ソールドアウト商品 ----------*/
.item-sold-out {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.5rem;
	padding: 0 1rem;
	margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
	.category-list {
		display: none;
	}
}

/* -----------------------------------------------------------------
   商品一覧　ページャー
----------------------------------------------------------------- */
.pager-wrap {
	width: 100%;
	max-width: 910px;
	letter-spacing: 0.5rem;
	margin: 0 auto;
	display: flex;
	text-align: center;
}

.pager-inner {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pager-inner li {
	padding: 1rem;
}

.pager-inner li.active {
	font-weight: bold;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.pager-inner {
		width: 100%;
	}
}

/* -----------------------------------------------------------------
   商品詳細　item-
----------------------------------------------------------------- */
.item-name {
	font-size: 1.8rem;
	text-align: center;
	margin: 5vh 0 2.5vh;
}

.item-price {
	font-size: 1.6rem;
	text-align: center;
	opacity: 0.75;
}

.item-wrap {
	width: 100%;
	margin-top: 7.5vh;
	display: flex;
	justify-content: space-between;
}

.item-image-wrap {
	width: calc(100% - 2.5vw);
	max-width: 400px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.item-image-list,
.item-image-wrap li {
	width: 100%;
}

.item-image-main {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 2.5vh;
}

.item-details-wrap {
	max-width: calc(100% / 2 - 2.5vw);
	width: 100%;
}

.details-text-area {
	margin-bottom: 2.5vh;
}

.makeshop-option-wrap,
.details-option-item {
	width: 100%;
	margin-bottom: 2.5vh;
}

.makeshop-option-label,
.details-option-name {
	width: 100%;
	margin-bottom: 1rem;
}

.makeshop-option-wrap select,
.makeshop-option-input {
	width: 100%;
}

.makeshop-option-select-item {
	font-weight: normal;
}

.btn-cart {
	margin: 5vh 0;
	background-color: #333333;
	color: #005608;
}

.item-detail-soldout {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.item-wrap {
		margin-top: 5vh;
		flex-direction: column;
	}

	.item-name {
		font-size: 1.6rem;
		margin: 5vh 0 2.5vh;
	}

	.item-image-wrap {
		max-width: none;
		width: 100%;
		justify-content: space-around;
	}

	.item-details-wrap {
		max-width: 100%;
	}

	.item-image-main {
		text-align: center;
	}

	.makeshop-option-wrap,
	.details-option-item {
		width: 100%;
	}

	.details-option-item input,
	.makeshop-option-wrap select {
		width: 100%;
	}
}

/* -----------------------------------------------------------------
   会社概要
----------------------------------------------------------------- */

.company-image {
	text-align: center;
	margin-bottom: 2.5vh;
}

/* -----------------------------------------------------------------
   モジュール用
----------------------------------------------------------------- */
/*------------------------------
   ヘッダー（$module.header）
------------------------------*/
.header {
	width: 100%;
	height: 110px;
	padding: 0 1rem;
	line-height: 60px;
	background-color: #005608;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 20;
	opacity: 0.9;
}
.header .header-logo-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1em;
	text-align: center;
}
.header .header-logo-wrap img {
	vertical-align: middle;
	display: inline-block;
	max-width: 160px;
}
.header .header-logo-wrap span {
	display: block;
	font-size: 13px;
	padding: 0;
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.header {
		height: 60px;
		line-height: 60px;
	}

	.header .header-logo-wrap a {
		height: 60px;
		line-height: 6z0px;
	}

	.header .header-logo-wrap img {
		max-height: 40px;
	}

	label span {
		display: none;
	}
	.header .header-logo-wrap span {
		display: none;
	}
}

/*----- メニュー（左ナビ）-----*/
.cp_cont_leftnav {
	height: 60px;
	z-index: 10000;
}

.cp_offcm04 {
	display: inline-block;
}

.cp_offcm04 i {
	font-size: 1.8rem;
	margin-right: 0.5rem;
	vertical-align: text-bottom;
}

.cp_offcm04 .cp_menu_leftnav {
	position: fixed;
	top: 0;
	left: -100vw;
	width: 500px;
	height: 100%;
	padding: 5vh 0;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0.95;
	overflow-y: auto;
	z-index: 25;
}

.cp_offcm04 #cp_toggle04 {
	position: absolute;
	display: none;
	opacity: 0;
}

.cp_offcm04 #cp_toggle04:checked ~ .cp_menu_leftnav {
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}

.cp_offcm04 #cp_toggle04 ~ label {
	display: block;
	padding: 0 1rem;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	text-align: center;
	z-index: 10;
}

.cp_offcm04 #cp_toggle04 ~ label:hover,
.cp_offcm04 #cp_toggle04 ~ label:active {
	opacity: 0.5;
}

.cp_offcm04 #cp_toggle04:checked ~ label {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
}

.menu-login {
	margin: 0 0 3vh;
}
.drawer-menu-top {
	padding: 0 2.5vw 2.5vh;
}
.guide-menu-top {
	padding: 2.5vh 2.5vw;
}
.menu-search-wrap {
	height: 4rem;
	line-height: 4rem;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #333333;
	margin: 3vh 0;
	position: relative;
}
.menu-search-wrap input {
	width: 100%;
	height: 4rem;
	background: none;
	position: absolute;
	z-index: 5;
}
.menu-search-btn {
	font-weight: 2rem;
	z-index: 10;
}
.menu-inner .menu-list-wrap li a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	color: #333333;
}
.menu-category-wrap {
	margin-bottom: 2.5vh;
}
.menu-category-wrap a {
	width: 100%;
	padding: 0 2.5vw;
	display: inline-block;
}
.menu-category-wrap a:hover,
.menu-category-wrap a:active {
	background-color: #e7eaec;
}
.menu-sub-wrap {
	display: flex;
	flex-direction: column;
}
.menu-sub-wrap li {
	height: 4rem;
	line-height: 4rem;
	padding: 0 2.5vw;
}
.menu-sub-small li {
	font-size: 14px;
	height: 2.5rem !important;
	line-height: 2.5rem !important;
}

.account-sp {
	display: none;
}

.acd-check {
	display: none;
}
.acd-label {
	display: block;
	margin-bottom: 1px;
	position: relative;
	line-height: 3em;
}
.acd-label:after {
	box-sizing: border-box;
	content: "\e145";
	display: block;
	font-family: "Material Icons";
	height: 52px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0px;
}
.acd-content {
	display: block;
	height: 0;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
	line-height: 2.2em;
}
.acd-content li:last-child {
	margin-bottom: 20px;
}
.acd-check:checked + .acd-label:after {
	content: "\e15b";
}
.acd-check:checked + .acd-label + .acd-content {
	height: auto;
	opacity: 1;
	padding: 0 0 0 30px;
	visibility: visible;
}

.guide-acd-check {
	display: none;
}
.guide-acd-label {
	display: block;
	margin-bottom: 1px;
	position: relative;
	line-height: 3em;
	border: 1px solid #333;
	text-align: center;
}
.guide-acd-label:after {
	box-sizing: border-box;
	content: "\e5cf";
	display: block;
	font-family: "Material Icons";
	height: 52px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0px;
}
.guide-acd-content {
	display: block;
	height: 0;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
	line-height: 2.2em;
}
.guide-acd-content li:first-child {
	margin-top: 20px;
}
.guide-acd-content li:last-child {
	margin-bottom: 20px;
}
.guide-acd-check:checked + .guide-acd-label:after {
	content: "\e5ce";
}
.guide-acd-check:checked + .guide-acd-label + .guide-acd-content {
	height: auto;
	opacity: 1;
	padding: 0 0 0 30px;
	visibility: visible;
}

@media screen and (max-width: 768px) {
	.cp_cont_leftnav {
		height: 40px;
		line-height: 40px;
	}

	.cp_offcm04 .cp_menu_leftnav {
		right: -70vw;
		width: 70vw;
	}

	.cp_offcm04 #cp_toggle04:checked ~ label {
		-webkit-transform: translateX(70vw);
		transform: translateX(70vw);
	}

	.account-sp {
		display: block;
	}
}

/*-----カート-----*/
.cp_cont_cart {
	height: auto;
}

.cp_offcm01 {
	position: fixed;
	top: 1.5vw;
	right: 1.5vw;
	display: inline-block;
}

.cp_offcm01 i {
	font-size: 1.8rem;
	margin-right: 0.5rem;
	vertical-align: text-bottom;
}

.cart-badge {
	margin-left: 0.5rem;
	font-weight: bold;
	display: inline-block;
}

.cp_offcm01 .cp_menu_cart {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 100%;
	max-width: 500px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0.95;
	overflow: hidden;
	z-index: 25;
}

.cp_toggle01 {
	border: 1px solid #333;
	padding: 10px 20px !important;
	line-height: 1;
}

.cp_offcm01 .cp_menu_cart ul {
	margin: 0;
	padding: 0;
}

.cp_offcm01 .cp_menu_cart li {
	list-style: none;
}

.cp_offcm01 .cp_menu_cart li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.cp_offcm01 #cp_toggle01 {
	display: none;
	opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu_cart {
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0 1rem;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
}

.cp_offcm01 #cp_toggle01 ~ label:hover {
	opacity: 0.5;
	transition: 0.3s ease-in-out;
}

.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}

.cart-object {
	width: 500px;
}

.cart-wrap {
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
	padding: 2.5vh 5vw;
	overflow-y: auto;
	overflow-x: hidden;
}

.cart-list-wrap {
	border-top: solid 1px #eef1f2;
}

.cart-list-wrap li {
	display: flex;
	border-bottom: solid 1px #eef1f2;
	padding: 2.5vh 0;
}

.cart-list-img {
	width: 20%;
	height: auto;
	padding-right: 1rem;
}

.cart-list-img img {
	max-width: 100px;
}

.cart-list-details {
	width: 70%;
	padding-right: 1rem;
}

.cart-list-quantity {
	min-width: 190px;
	margin-top: 1rem;
	display: flex;
	align-items: center;
}

.cart-list-quantity input {
	max-width: 6rem;
	min-width: 1.5rem;
	margin: 0 1rem;
}

.item-quantity-change-btn {
	border: solid 1px #333333;
	padding: 0.5rem 1rem;
	display: inline-block;
}

.cart-list-delete {
	width: 10%;
	text-decoration: underline;
	text-align: right;
}

.cart-subtotal {
	display: flex;
	justify-content: space-between;
	padding-top: 2.5vh;
}

.cart-list-price,
.cart-subtotal-price {
	font-weight: bold;
}

.incart-total-item {
	text-align: center;
}

.cartin-msg-pc {
	display: none;
	position: absolute;
	top: 40px;
	right: -200px;
	white-space: nowrap;
}

.cartin-msg-pc.show {
	position: absolute;
	top: 40px;
	right: 10px;
	white-space: nowrap;
}

.cartin-msg-sp {
	display: none;
	position: absolute;
	top: -60px;
	white-space: nowrap;
}

.cartin-msg-sp.show {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	background: #333333;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.free-shipping-wrap {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #eef1f2;
}

.free-shipping-text {
	text-align: center;
	font-weight: bold !important;
	margin-bottom: 10px;
	font-size: 110%;
}

.free-shipping-text2 {
	font-size: 90%;
}

@media screen and (max-width: 768px) {
	.cp_toggle01 {
		border: none;
		padding: 1vw 0 0 !important;
		line-height: 1;
	}
	.cp_offcm01 .cp_menu_cart {
		right: -100vw;
		width: 70vw;
	}

	.cp_offcm01 #cp_toggle01:checked ~ label {
		-webkit-transform: translateX(-70vw);
		transform: translateX(-70vw);
	}
	.cp_offcm01 i {
		margin: 0 0 0 3px;
	}

	.cart-object {
		width: 70vw;
	}

	.cart-list-img img {
		max-width: 15vw;
	}
}

/*----- フッター ($module.footer) -----*/
.footer {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	padding: 0 5vw 7vh;
}

.footer a {
	padding: 1rem 2rem 1rem 0;
	vertical-align: middle;
	display: inline-block;
}

.footer-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-nav {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
}

.footer-sns-area {
	width: 100%;
	text-align: right;
}
.footer-copyrights {
	width: 45%;
	display: flex;
	margin-top: 2vh;
}
.footer-copyrights p {
	width: 100%;
	text-align: right !important;
	font-size: 13px;
}
@media screen and (max-width: 1000px) {
	.footer-nav {
		width: 100%;
	}
	.footer-copyrights {
		width: 100%;
		margin: 2rem 0 0;
	}
	.footer-copyrights p {
		text-align: center !important;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 0 5vw 70px;
		position: static;
	}
	.footer-inner {
		margin: 0 auto;
		display: block;
		flex-wrap: nowrap;
	}

	.footer-nav {
		width: 100%;
		display: block;
		flex-wrap: nowrap;
		text-align: center;
	}
	.footer a {
		padding: 0 0 10px;
		vertical-align: middle;
		display: inline-block;
	}
	.footer-sns-area {
		width: 100%;
		display: block;
		flex-wrap: nowrap;
	}
	.footer-copyrights {
		width: 100%;
		margin: 2rem 0 0;
	}
	.footer-copyrights p {
		text-align: left !important;
	}
}

/*--------------
  back to top
 ------------ */
#pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
}
#pageTop i {
	padding-top: 7px;
	padding-right: 7px;
	font-size: 30px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	width: 60px;
	height: 60px;
	background-color: #333;
	color: #005608;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	opacity: 0.9;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* -----------------------------------------------------------------
   top main
----------------------------------------------------------------- */
.main-wrap {
	padding: 5vh 5vw;
	max-width: 1300px;
	margin: 0 auto;
}
.too-news {
	margin-top: 10vh;
}
.too-news p {
	text-align: right;
	margin-top: 30px;
}
.top-snsbans {
	margin-bottom: 0 !important;
}
.top-snsbans img {
	border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	.main-wrap {
		padding: 2.5vh 5vw;
	}
	#content-info {
		margin-top: 10vh;
	}
}
