@charset "UTF-8";
.pageHeader {}
.pageHeader_inner {}
.pageHeader_title {
	width: 103px;
	margin-bottom: 0;
	line-height: 1;
}
.pageHeader_title > a {
	display: block;
	padding: 15px 2px 17px;
}
.pageHeader_title > a:before {
	content: "";
}
.pageHeader_title > a:after {
	content: "";
}
.pageHeader_title > a > img {}
.spMenuButton {
	display: none;
}
.spMenuButton_bar {}
.spMenuButton_bar-no1 {}
.spMenuButton_bar-no2 {}
.spMenuButton_bar-no3 {}
.gnav {
	position: relative;
	z-index: 10;
}
.gnav_inner {}
.gnav_list {
	list-style: none;
	text-align: right;
	position: absolute;
	z-index: 1;
	top: -70px;
	right: 0;
	display: flex;
	max-width: 850px;
	width: 100%;
}
.gnav_list > li {
	display: block;
	vertical-align: middle;
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.gnav_list > li:first-child {}
.gnav_list > li:nth-child(2n+1) {}
.gnav_list > li > a {
	display: flex;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: inherit;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.gnav_list > li:first-child > a {
	padding-left: 0;
}
.gnav_list > li:last-child > a {
	padding-right: 0;
}
.gnav_list > li > a:before {
	content: "";
}
.gnav_list > li > a:after {
	content: "";
}
.p-support .gnav_list > li > a.-support,
.p-showroom .gnav_list > li > a.-showroom,
.p-about .gnav_list > li > a.-about,
.p-item .gnav_list > li > a.-item,
.p-story .gnav_list > li > a.-story,
.p-contact .gnav_list > li > a.-contact,
.p-webshop .gnav_list > li > a.-webshop {
	color: #a69b35;
	opacity: 1;
}
.gnav_list > li > a > .icon {
	margin-left: 8px;
	font-size: 14px;
}
.pageSideNavi {
	position: fixed;
	z-index: 100;
	right: -50px;
	bottom: 339px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, right .3s;
	transition: opacity 0.3s, right .3s;
}
.pageSideNavi.isFixed {
	opacity: 1;
	right: 0;
}
.pageSideNavi_list {
	list-style: none;
}
.pageSideNavi_list > li {
	margin-top: 5px;
}
.pageSideNavi_list > li:first-child {
	margin-top: 0;
}
.pageSideNavi_list > li:nth-child(2n+1) {}
.pageSideNavi_button {
	background: #f00;
	color: #fff;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	padding-right: 30px;
	padding-left: 21px;
	padding-top: 4px;
	padding-bottom: 12px;
	display: block;
	margin-left: auto;
	font-size: 13px;
	-webkit-transition: right .3s;
	transition: right .3s;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	right: -15px;
}
.pageSideNavi_button-cart {
	background: rgb(177, 167, 76);
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 15px;
}
.pageSideNavi_button-catalog {
	background-color: #585757;
}
.pageSideNavi_button-top {
	background: rgb(76, 76, 76);
}
.pageSideNavi_button > .icon {
	display: block;
}
.pageSideNavi_button-cart > .icon {
	font-size: 19px;
	margin-bottom: 3px;
}
.pageSideNavi_button-top > .icon {
	font-size: 34px;
	margin-bottom: -6px;
}
.pageSideNavi_button > b {
	display: block;
	font-weight: 500;
	line-height: 1;
}
.pageFooter {
	background: rgb(238, 238, 238);
	margin-top: 100px;
	padding-top: 42px;
	padding-bottom: 12px;
}
.pageFooter_inner {}
.pageFooter_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.pageFooter_cols:after {
	display: block;
	clear: both;
}
.pageFooter_col {}
.pageFooter_col-no1 {}
.footerNavi {}
.footerNavi_cols {}
.footerNavi_cols:after {
	content: "";
	display: block;
	clear: both;
}
.footerNavi_col {
	float: left;
	width: 179px;
	margin-right: 60px;
}
.footerNavi_col:last-of-type {
	margin-right: 0;
	position: relative;
	z-index: 1;
}
.footerNavi_col-no1 {}
.footerNavi_headline {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 25px;
}
.footerNavi_headline:first-child {
	margin-top: 0;
}
.footerNavi_headline > a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	display: block;
}
.footerNavi_list {
	list-style: none;
	margin-bottom: 25px;
}
.footerNavi_list:last-child {
	margin-bottom: 0;
}
.footerNavi_list:after {
	content: "";
	display: block;
	clear: both;
}
.footerNavi_list > li {}
.footerNavi_list > li:first-child {}
.footerNavi_list > li:nth-child(2n+1) {}
.footerNavi_list > li > a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	color: inherit;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.footerNavi_list > li > a:before {
	content: "";
}
.footerNavi_list > li > a:after {
	content: "";
}
.footerNavi_col-no2 {}
.footerNavi_col-no3 {}
.pageFooter_col-no2 {
	width: 164px;
}
.pageFooter_title {}
.pageFooter_title > img {}
.pageFooter_copyright {
	text-align: right;
	margin-top: 13px;
}
.pageFooter_copyright > small {
	font-size: 14px;
	display: block;
}
.pankuzu {
	background: rgb(238, 238, 238);
	font-size: 12px;
	padding: 3px 0;
	margin-bottom: 50px;
}
.pankuzu-hasVis {
	margin-bottom: 0;
}
.pankuzu_inner {}
.pankuzu_oList {
	list-style: none;
}
.pankuzu_oList > li {
	display: inline-block;
	vertical-align: middle;
}
.pankuzu_oList > li:before {
	content: ">";
	margin-left: 4px;
	margin-right: 9px;
}
.pankuzu_oList > li:first-child {}
.pankuzu_oList > li:first-child:before {
	display: none;
}
.pankuzu_oList > li:nth-child(2n+1) {}
.pankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.pankuzu_oList > li > a:before {
	content: "";
}
.pankuzu_oList > li > a:after {
	content: "";
}
.pankuzu_oList > li > a > .icon {
	display: block;
}
.pageBody {
	min-height: calc(100vh - 625px);
}
.pageBody_titleVis {
	height: 0;
	padding-bottom: 250px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 45px;
}
.pageBody_titleVis-textWhite {
	color: #fff;
}
.pageBody_title {}
.pageBody_title-hasVis {
	margin-bottom: 0;
	height: 1.2em;
	line-height: 1.2;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: auto;
}
.pageBody_inner {
	overflow: hidden;
}
.pageBody_inner-page {}
.pageBody_inner-page img {
	max-width: 100%;
	height: auto;
}
.customize-support .pageHeaderWrap {}
.pageHeaderWrap {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: background-color 0.3s, color 0.3s, box-shadow .3s;
	transition: background-color 0.3s, color 0.3s, box-shadow .3s;
}
.pageHeaderWrap.isScrolled {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pageGallery {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 50px;
}
.pageGallery_list {
	list-style: none;
}
.pageGallery_list:after {
	content: "";
	display: block;
	clear: both;
}
.pageGallery_list > li {
	width: 32%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
}
.pageGallery_list > li:first-child {}
.pageGallery_list > li:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.pageGallery_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pageGallery_list > li > a:before {
	content: "";
}
.pageGallery_list > li > a:after {
	content: "";
}
.pageGallery_fig {}
.pageGallery_fig > figcaption {
	display: block;
	background: #5a5858;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}
.-current .pageGallery_fig > figcaption {
	background-color: #999;
}
.pageGallery_image {
	padding-bottom: 42.5%;
	background-position: left center;
	background-size: cover;
	background-color: #efefef;
}
.pageBody .wpcf7-validation-errors {
	border: none;
	background: #fffbb9;
	padding: 15px;
}
.pageBody div.wpcf7 .ajax-loader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.pageBody span.wpcf7-not-valid-tip {
	color: #ff2812;
}
.pageBody .wpcf7-submit {
	line-height: 50px;
	display: block;
	text-decoration: none;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	background: rgb(51, 51, 51);
	color: #fff;
	font-size: 16px;
	max-width: 300px;
	vertical-align: top;
	border: none;
	margin: 30px auto 0;
	cursor: pointer;
}
.pageBody div.wpcf7-mail-sent-ok {
	border: none;
	padding: 15px;
	background: #b3dae8;
}
.grecaptcha-badge {
	display: none;
	z-index: 2;
}
.p-showroom .grecaptcha-badge,
.p-contact .grecaptcha-badge {
	display: block;
}
/* タブレット以下設定 */

.pageBody_titleVis-column {
	color: #fff;
}
.pageBody_titleVis-column::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.gColumn {
	margin-top: 70px;
	border-top: 1px solid #ddd;
	padding-top: 70px;
}
.gColumn_inner {}
.gColumn_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gColumn_list > li {
	width: 32%;
	margin-left: 2%;
}
.gColumn_list > li:first-child {}
.gColumn_list > li:last-child {}
.gColumn_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gColumn_list > li:nth-child(n+3) {}
.gColumn_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}
.gColumn_list > li > a::before {}
.gColumn_list > li > a::after {}
.gColumn_areaText {}
.gColumn_image {
	padding-bottom: 66.6%;
	background-color: #f5f5f5;
	margin-bottom: 13px;
	transition-duration: .3s;
	transition-property: opacity;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gColumn_title {
	font-size: 18px;
	margin-bottom: 5px;
}
.gColumn_update {
	margin-bottom: 0;
	font-size: 12px;
	color: #838383;
}
.gColumn_update > time {}
.gColumnTitle {
	padding: 104px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
	background-image: url(/common/img/bg-main-column.jpg);
}
.gColumnTitle::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
}
.gColumnTitle_inner {}
.gColumnTitle_title {
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 300;
}
.gColumn-home {
	padding-top: 0;
	border-top: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 70px;
}
.gColumnEntry {
	max-width: 830px;
	margin: 0 auto;
}
.gColumnEntry_title {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 11px;
	margin-bottom: 50px;
	padding-left: 4px;
}
.gColumnEntry_text {
	max-width: 660px;
	margin: 1.5em auto;
}
.gColumnEntry_image {
	max-width: 830px;
	margin: 1.5em auto;
}
.gColumnEntry_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gColumnEntry_editor {}
.gColumn_headline {
	text-align: center;
	margin-bottom: 35px;
}
.gColumn_headline > b {
	display: block;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 3px;
}
.gColumn_headline > small {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.gColumnEntry_headline {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 35px;
}
.gColumnEntry_headline:first-child {
	margin-top: 0;
}
.gColumnEntry_headline:last-child {
	margin-bottom: 0;
}
.gColumnEntry_hr {
	height: 1px;
	width: 100%;
	margin: 35px 0;
	border: none;
	background-color: #ccc;
}
.gColumnEntry_hr-dotted {
	background-color: snow;
	background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 30px 100%;
	background-position: center center;
	background-repeat: repeat-x;
}
.gColumnEntry_hr-solid {}
.gColumnEntry_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 35px 0;
}
.gColumnEntry_list:first-child {
	margin-top: 0;
}
.gColumnEntry_list:last-child {
	margin-bottom: 0;
}
.gColumnEntry_list > li {
	width: 48%;
	margin-left: 4%;
}
.gColumnEntry_list > li:first-child {}
.gColumnEntry_list > li:last-child {}
.gColumnEntry_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.gColumnEntry_list > li:nth-child(n+3) {
	margin-top: 4%;
}
.gColumnEntry_fig {}
.gColumnEntry_fig > figcaption {
	display: flex;
	justify-content: center;
	color: #777;
	font-size: 90%;
	margin-top: 7px;
}
.gColumnEntry_fig_image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 66.6%;
}
.gColumnEntry_fig_image > img {
	display: none;
}
.gnav_cList {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(1, 0);
	transform: translateX(-50%) scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.gnav_cList > li {}
.gnav_cList > li:first-child {}
.gnav_cList > li:last-child {}
.gnav_cList > li:nth-child(2n+1) {}
.gnav_cList > li:nth-child(n+3) {}
.gnav_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.8);
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0 23px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border-top: 1px solid hsl(0deg 0% 100% / 67%);
}
.gnav_cList > li:first-child > a {
	border-top: none;
}
.gnav_cList > li > a::before {
	content: "";
}
.gnav_cList > li > a::after {
	content: "";
}
.footerNavi_spList {
	list-style: none;
	display: none;
}
.footerNavi_spList > li {}
.footerNavi_spList > li:first-child {}
.footerNavi_spList > li:last-child {}
.footerNavi_spList > li:nth-child(2n+1) {}
.footerNavi_spList > li:nth-child(n+3) {}
.footerNavi_spList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.footerNavi_spList > li > a::before {
	content: "";
}
.footerNavi_spList > li > a::after {
	content: "";
}
.pageFooter_snsList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	justify-content: flex-end;
}
.pageFooter_snsList > li {
	width: 40px;
	margin-right: 10px;
}
.pageFooter_snsList > li:first-child {}
.pageFooter_snsList > li:last-child {
	margin-right: 0;
}
.pageFooter_snsList > li:nth-child(2n+1) {}
.pageFooter_snsList > li:nth-child(n+3) {}
.pageFooter_snsList > li > a {
	display: block;
	text-decoration: none;
	color: #595757;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #595757;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageFooter_snsList > li > a::before {
	content: "";
}
.pageFooter_snsList > li > a::after {
	content: "";
}
.pageFooter_snsList > li > a > .icon {
	display: block;
}
.gColumn_areaTextWrap {
	background-color: rgba(0, 0, 0, 0.56);
	color: #fff;
	line-height: 1.2;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gColumn_areaTextWrap_vol {
	margin-bottom: 0;
	font-size: 20px;
	display: block;
	white-space: nowrap;
}
.gColumn_areaTextWrap_catch {
	margin-bottom: 0;
	font-size: 10px;
}
.gColumn_areaTextWrap_name {
	margin-bottom: 0;
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.gColumn_areaTextWrap_title {
	margin-bottom: 0;
	font-size: 12px;
	max-height: 2.4em;
	overflow: hidden;
}
.gColumn_areaTextWrap_catchWrap {
	flex-grow: 1;
	margin-left: 13px;
}
@media screen and (min-width: 1000px) {
	.pageFooter_snsList > li > a:hover {
		background-color: #a69b35;
	}
	.footerNavi_spList > li > a:hover {}
	.pageHeader_title > a:hover {}
	.spMenuButton:hover {}
	.gnav_list > li > a:hover {
		color: #a69b35;
		opacity: 1;
	}
	.pageSideNavi_button:hover {
		opacity: 1;
		right: 0;
	}
	.footerNavi_headline > a:hover {
		text-decoration: underline;
		color: #a69b35;
	}
	.footerNavi_list > li > a:hover {
		text-decoration: underline;
		color: #a69b35;
		opacity: 1;
	}
	.pankuzu_oList > li > a:hover {
		color: #a69b35;
	}
	.pageGallery_list > li > a:hover {
		opacity: .7;
	}
	.pageBody .wpcf7-submit:hover {
		opacity: .7;
	}
	.gColumn_list > li > a:hover {}
	a:hover .gColumn_image {
		opacity: .7;
	}
	a:hover + .gnav_cList {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gnav_cList:hover {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gnav_cList > li > a:hover {
		color: #a69b35;
	}
}
@media screen and (max-width: 999px) {
	.pageHeader {
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.pageHeader_inner {}
	.pageHeader_title {
		margin: 0 auto;
	}
	.pageHeader_title > a {
		padding: 0;
	}
	.pageHeader_title > a:before {}
	.pageHeader_title > a:after {}
	.pageHeader_title > a > img {}
	.spMenuButton {}
	.spMenuButton_bar {}
	.spMenuButton_bar-no1 {}
	.spMenuButton_bar-no2 {}
	.spMenuButton_bar-no3 {}
	.gnav {}
	.gnav_inner {}
	.gnav_list {
		position: static;
		text-align: center;
		margin: 0 auto;
		justify-content: center;
	}
	.gnav_list > li {
		flex-grow: 0;
	}
	.gnav_list > li:first-child {}
	.gnav_list > li:nth-child(2n+1) {}
	.gnav_list > li > a {
		height: 50px;
		font-size: 12px;
		padding: 0px 7px;
	}
	.gnav_list > li > a > br {}
	.gnav_list > li:first-child > a {}
	.gnav_list > li:last-child > a {}
	.gnav_list > li > a:before {}
	.gnav_list > li > a:after {}
	.p-about .gnav_list > li > a.-about,
	.p-item .gnav_list > li > a.-item,
	.p-story .gnav_list > li > a.-story,
	.p-contact .gnav_list > li > a.-contact,
	.p-webshop .gnav_list > li > a.-webshop {}
	.gnav_list > li > a > .icon {}
	.pageSideNavi {
		bottom: 200px;
	}
	.pageSideNavi_list {}
	.pageSideNavi_list > li {}
	.pageSideNavi_list > li:first-child {}
	.pageSideNavi_list > li:nth-child(2n+1) {}
	.pageSideNavi_button {}
	.pageSideNavi_button-cart {}
	.pageSideNavi_button-top {}
	.pageSideNavi_button > .icon {}
	.pageSideNavi_button-cart > .icon {}
	.pageSideNavi_button-top > .icon {}
	.pageSideNavi_button > b {}
	.pageFooter {
		margin-top: 70px;
	}
	.pageFooter_inner {}
	.pageFooter_cols {
		display: block;
	}
	.pageFooter_cols:after {}
	.pageFooter_col {
		float: none;
		width: auto;
		padding: 0;
	}
	.pageFooter_col-no1 {}
	.footerNavi {}
	.footerNavi_cols {
		text-align: center;
	}
	.footerNavi_cols:after {}
	.footerNavi_col {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin-right: 40px;
	}
	.footerNavi_col:last-of-type {}
	.footerNavi_col-no1 {}
	.footerNavi_headline {}
	.footerNavi_list {}
	.footerNavi_list > li {}
	.footerNavi_list > li:first-child {}
	.footerNavi_list > li:nth-child(2n+1) {}
	.footerNavi_list > li > a {}
	.footerNavi_list > li > a:before {}
	.footerNavi_list > li > a:after {}
	.footerNavi_col-no2 {}
	.footerNavi_col-no3 {}
	.pageFooter_col-no2 {
		text-align: center;
	}
	.pageFooter_title {}
	.pageFooter_title > img {}
	.pageFooter_copyright {
		text-align: center;
	}
	.pageFooter_copyright > small {}
	.pankuzu {
		margin-bottom: 45px;
	}
	.pankuzu-hasVis {
		margin-bottom: 0;
	}
	.pankuzu_inner {}
	.pankuzu_oList {}
	.pankuzu_oList > li {}
	.pankuzu_oList > li:before {}
	.pankuzu_oList > li:first-child {}
	.pankuzu_oList > li:first-child:before {}
	.pankuzu_oList > li:nth-child(2n+1) {}
	.pankuzu_oList > li > a {}
	.pankuzu_oList > li > a:before {}
	.pankuzu_oList > li > a:after {}
	.pankuzu_oList > li > a > .icon {}
	.pageBody {
		min-height: calc(100vh - 687px);
	}
	.pageBody_titleVis {
		padding-bottom: 25%;
		margin-bottom: 35px;
	}
	.pageBody_title {}
	.pageBody_title-hasVis {}
	.pageBody_inner {}
	.pageHeaderWrap {
		position: static;
	}
	.pageHeaderWrap.isScrolled {
		box-shadow: none;
	}
	.pageHeaderWrap {}
	.pageHeaderWrap.isScrolled {}
	.pageGallery {}
	.pageGallery_list {}
	.pageGallery_list:after {}
	.pageGallery_list > li {}
	.pageGallery_list > li:first-child {}
	.pageGallery_list > li:nth-child(4n+1) {}
	.pageGallery_list > li > a {}
	.pageGallery_list > li > a:before {}
	.pageGallery_list > li > a:after {}
	.pageGallery_fig {}
	.pageGallery_fig > figcaption {
		line-height: 40px;
		font-size: 13px;
	}
	.-current .pageGallery_fig > figcaption {}
	.pageGallery_image {}
	.pageBody .wpcf7-validation-errors {}
	.pageBody div.wpcf7 .ajax-loader {}
	.pageBody span.wpcf7-not-valid-tip {}
	.pageBody .wpcf7-submit {}
	.panel-widget-style,
	.panel-row-style {
		padding: 0 !Important;
	}
	.gColumn {}
	.gColumn_inner {}
	.gColumn_list {}
	.gColumn_list > li {}
	.gColumn_list > li:first-child {}
	.gColumn_list > li:last-child {}
	.gColumn_list > li:nth-child(3n+1) {}
	.gColumn_list > li:nth-child(n+3) {}
	.gColumn_list > li > a {}
	.gColumn_list > li > a::before {}
	.gColumn_list > li > a::after {}
	.gColumn_areaText {}
	.gColumn_image {}
	.gColumn_title {}
	.gColumn_update {}
	.gColumnTitle {
		padding: 65px 0;
	}
	.gColumnTitle::before {}
	.gColumnTitle_inner {}
	.gColumnTitle_title {
		font-size: 30px;
	}
	.gColumn-home {}
	.gColumnEntry {}
	.gColumnEntry_title {}
	.gColumnEntry_text {}
	.gColumnEntry_image {}
	.gColumnEntry_image > img {}
	.gColumnEntry_editor {}
	.gColumn_headline {}
	.gColumn_headline > b {}
	.gColumn_headline > small {}
	.gColumnEntry_headline {}
	.gColumnEntry_headline:first-child {}
	.gColumnEntry_headline:last-child {}
	.gColumnEntry_hr {}
	.gColumnEntry_hr-dotted {}
	.gColumnEntry_hr-solid {}
	.gColumnEntry_list {}
	.gColumnEntry_list:first-child {}
	.gColumnEntry_list:last-child {}
	.gColumnEntry_list > li {}
	.gColumnEntry_list > li:first-child {}
	.gColumnEntry_list > li:last-child {}
	.gColumnEntry_list > li:nth-child(2n+1) {}
	.gColumnEntry_list > li:nth-child(n+3) {}
	.gColumnEntry_fig {}
	.gColumnEntry_fig > figcaption {}
	.gColumnEntry_fig_image {}
	.gColumnEntry_fig_image > img {}
	.gnav_cList {
		top: 50px;
	}
	.isShow + .gnav_cList {
		-webkit-transform: translateX(-50%) scale(1, 1);
		transform: translateX(-50%) scale(1, 1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gnav_cList > li {}
	.gnav_cList > li:first-child {}
	.gnav_cList > li:last-child {}
	.gnav_cList > li:nth-child(2n+1) {}
	.gnav_cList > li:nth-child(n+3) {}
	.gnav_cList > li > a {
		font-size: 13px;
		height: 40px;
	}
	.gnav_cList > li:first-child > a {}
	.gnav_cList > li > a::before {}
	.gnav_cList > li > a::after {}
	.footerNavi_spList {}
	.footerNavi_spList > li {}
	.footerNavi_spList > li:first-child {}
	.footerNavi_spList > li:last-child {}
	.footerNavi_spList > li:nth-child(2n+1) {}
	.footerNavi_spList > li:nth-child(n+3) {}
	.footerNavi_spList > li > a {}
	.footerNavi_spList > li > a::before {}
	.footerNavi_spList > li > a::after {}
	.pageFooter_snsList {
		justify-content: center;
	}
	.pageFooter_snsList > li {}
	.pageFooter_snsList > li:first-child {}
	.pageFooter_snsList > li:last-child {}
	.pageFooter_snsList > li:nth-child(2n+1) {}
	.pageFooter_snsList > li:nth-child(n+3) {}
	.pageFooter_snsList > li > a {}
	.pageFooter_snsList > li > a::before {}
	.pageFooter_snsList > li > a::after {}
	.pageFooter_snsList > li > a > .icon {}
	.gColumn_areaTextWrap {
		position: static;
		color: inherit;
		background-color: rgba(255, 255, 255, 0);
		padding: 0;
	}
	.gColumn_areaTextWrap_vol {
		font-size: 20px;
	}
	.gColumn_areaTextWrap_catch {}
	.gColumn_areaTextWrap_name {}
	.gColumn_areaTextWrap_title {}
	.gColumn_areaTextWrap_catchWrap {}
}
/* スマホ設定 */

@media screen and (max-width:699px) {
	.pageHeader {
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
		z-index: 1;
		margin-bottom: 0;
	}
	.pageHeader_inner {}
	.pageHeader_title {
		width: 81px;
	}
	.pageHeader_title > a {}
	.pageHeader_title > a:before {}
	.pageHeader_title > a:after {}
	.pageHeader_title > a > img {
		width: 81px;
		height: 30px;
	}
	.spMenuButton {
		position: absolute;
		z-index: 1;
		display: block;
		right: 10px;
		top: 0;
		width: 26px;
		height: 12px;
		bottom: 0;
		margin: auto;
	}
	.spMenuButton_bar {
		width: 26px;
		height: 4px;
		background: #595858;
		display: block;
		border-radius: 10px;
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform 0.3s, top .3s, opacity .3s;
		transition: -webkit-transform 0.3s, top .3s, opacity .3s;
	}
	.spMenuButton_bar-no1 {
		top: -4px;
	}
	.spMenuButton_bar-no2 {}
	.spMenuButton_bar-no3 {
		top: 4px;
	}
	.isShow .spMenuButton_bar-no1 {
		top: 4px;
		-webkit-transform: rotate(45deg) scale(1.1, .8);
		transform: rotate(45deg) scale(1.1, .8);
	}
	.isShow .spMenuButton_bar-no2 {
		opacity: 0;
	}
	.isShow .spMenuButton_bar-no3 {
		top: -4px;
		-webkit-transform: rotate(-45deg) scale(1.1, .8);
		transform: rotate(-45deg) scale(1.1, .8);
	}
	.gnav {
		z-index: 10;
	}
	.gnav_inner {
		padding: 0;
	}
	.gnav_list {
		border-top: 1px solid #ccc;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
	}
	.gnav_list.isShow {
		display: block;
	}
	.gnav_list > li {
		display: block;
	}
	.gnav_list > li:first-child {}
	.gnav_list > li:nth-child(2n+1) {}
	.gnav_list > li > a {
		padding: 0;
		height: 42px;
		border-bottom: 1px solid #ccc;
		position: relative;
		z-index: 1;
		background: rgba(255, 255, 255, 1);
	}
	.gnav_list > li > a > br {
		display: none;
	}
	.gnav_list > li:first-child > a {
		padding: 0;
	}
	.gnav_list > li:last-child > a {
		padding: 0;
	}
	.gnav_list > li > a:before {}
	.gnav_list > li > a:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #333;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.gnav_list > li > a.-hasChild:after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gnav_list > li > a.-hasChild.isShow:after {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.p-about .gnav_list > li > a.-about,
	.p-item .gnav_list > li > a.-item,
	.p-story .gnav_list > li > a.-story,
	.p-contact .gnav_list > li > a.-contact,
	.p-webshop .gnav_list > li > a.-webshop {}
	.gnav_list > li > a > .icon {}
	.pageSideNavi {
		bottom: 162px;
	}
	.pageSideNavi_list {}
	.pageSideNavi_list > li {}
	.pageSideNavi_list > li:first-child {}
	.pageSideNavi_list > li:nth-child(2n+1) {}
	.pageSideNavi_button {
		padding: 10px 10px 10px;
		right: 0;
	}
	.pageSideNavi_button-catalog {
		padding-left: 9px;
		padding-right: 2px;
	}
	.pageSideNavi_button-cart {}
	.pageSideNavi_button-top {}
	.pageSideNavi_button > .icon {
		font-size: 22px;
		margin: 0;
		text-align: center;
	}
	.pageSideNavi_button-cart > .icon {}
	.pageSideNavi_button-top > .icon {}
	.pageSideNavi_button > b {
		display: none;
	}
	.pageFooter {
		padding-top: 25px;
		margin-top: 50px;
	}
	.pageFooter_inner {}
	.pageFooter_cols {}
	.pageFooter_cols:after {}
	.pageFooter_col {}
	.pageFooter_col-no1 {}
	.footerNavi {}
	.footerNavi_cols {
		margin: 0 auto;
		line-height: 1.2;
		display: none;
	}
	.footerNavi_cols:after {}
	.footerNavi_col {
		margin: 0;
		display: block;
		width: auto;
	}
	.footerNavi_col:last-of-type {
		clear: both;
		margin: 0;
		top: 0;
	}
	.footerNavi_col-no1 {
		width: 46%;
		float: left;
		text-align: right;
	}
	.footerNavi_headline {
		border-bottom: none;
		padding: 0;
		margin-bottom: 0;
	}
	.footerNavi_headline > a {
		padding: 4px 0;
	}
	.footerNavi_list {}
	.footerNavi_list-child {
		display: none;
	}
	.footerNavi_list > li {
		float: left;
		width: 46%;
		margin-left: 8%;
	}
	.footerNavi_list > li:first-child {}
	.footerNavi_list > li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
		text-align: right;
	}
	.footerNavi_list > li > a {
		padding: 4px 0;
	}
	.footerNavi_list > li > a:before {}
	.footerNavi_list > li > a:after {}
	.footerNavi_col-no2 {
		width: 46%;
		float: right;
	}
	.footerNavi_col-no3 {}
	.pageFooter_col-no2 {
		margin-top: 25px;
	}
	.pageFooter_title {}
	.pageFooter_title > img {
		width: 90px;
	}
	.pageFooter_copyright {
		margin-top: 10px;
	}
	.pageFooter_copyright > small {
		font-size: 12px;
	}
	.pankuzu {
		margin-bottom: 25px;
	}
	.pankuzu-hasVis {
		margin-bottom: 0;
	}
	.pankuzu_inner {}
	.pankuzu_oList {}
	.pankuzu_oList > li {}
	.pankuzu_oList > li:before {}
	.pankuzu_oList > li:first-child {}
	.pankuzu_oList > li:first-child:before {}
	.pankuzu_oList > li:nth-child(2n+1) {}
	.pankuzu_oList > li > a {}
	.pankuzu_oList > li > a:before {}
	.pankuzu_oList > li > a:after {}
	.pankuzu_oList > li > a > .icon {}
	.pageBody {
		min-height: calc(100vh - 378px);
	}
	.pageBody_titleVis {
		margin-bottom: 25px;
	}
	.pageBody_title {}
	.pageBody_title-hasVis {}
	.pageBody_inner {}
	.pageBody_inner-page {
		padding: 0 15px;
	}
	.pageHeaderWrap {}
	.pageHeaderWrap.isScrolled {}
	.pageHeaderWrap {}
	.pageHeaderWrap.isScrolled {}
	.pageGallery {}
	.pageGallery_list {
		max-width: 320px;
		margin: 0 auto;
	}
	.pageGallery_list:after {}
	.pageGallery_list > li {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.pageGallery_list > li:first-child {}
	.pageGallery_list > li:nth-child(4n+1) {
		margin-left: 2%;
		clear: none;
	}
	.pageGallery_list > li:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
	.pageGallery_list > li > a {}
	.pageGallery_list > li > a:before {}
	.pageGallery_list > li > a:after {}
	.pageGallery_fig {}
	.pageGallery_fig > figcaption {}
	.-current .pageGallery_fig > figcaption {}
	.pageGallery_image {}
	.pageBody .wpcf7-validation-errors {
		margin: 10px 0 0;
	}
	.pageBody div.wpcf7 .ajax-loader {}
	.pageBody span.wpcf7-not-valid-tip {}
	.pageBody .wpcf7-submit {
		margin-top: 10px;
		width: 100%;
		max-width: none;
	}
	.gColumn {
		padding-top: 45px;
		margin-top: 45px;
	}
	.gColumn-story {
		margin-top: 80px;
	}
	.gColumn_inner {}
	.gColumn_list {
		display: block;
	}
	.gColumn_list > li {
		width: auto;
		margin-left: 0;
		margin-top: 10px;
	}
	.gColumn_list > li:first-child {
		margin-top: 0;
	}
	.gColumn_list > li:last-child {}
	.gColumn_list > li:nth-child(3n+1) {}
	.gColumn_list > li:nth-child(n+3) {}
	.gColumn_list > li > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.gColumn_list > li > a::before {}
	.gColumn_list > li > a::after {}
	.gColumn_areaText {
		width: calc(100% - 110px);
	}
	.gColumn_image {
		padding-bottom: 66px;
		width: 100px;
		min-width: 100px;
		margin-bottom: 0;
	}
	.gColumn_title {
		font-size: 16px;
	}
	.gColumn_update {}
	.gColumnTitle {
		padding: 45px 0;
		margin-bottom: 25px;
	}
	.gColumnTitle::before {}
	.gColumnTitle_inner {}
	.gColumnTitle_title {
		font-size: 20px;
	}
	.gColumn-home {
		margin-top: 0;
		padding-bottom: 45px;
	}
	.gColumnEntry {}
	.gColumnEntry_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.gColumnEntry_text {}
	.gColumnEntry_image {}
	.gColumnEntry_image > img {}
	.gColumnEntry_editor {}
	.gColumn_headline {
		margin-bottom: 25px;
	}
	.gColumn_headline > b {}
	.gColumn_headline > small {}
	.gColumnEntry_headline {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	.gColumnEntry_headline:first-child {}
	.gColumnEntry_headline:last-child {}
	.gColumnEntry_hr {
		margin: 25px 0;
	}
	.gColumnEntry_hr-dotted {
		background-size: 15px 100%;
	}
	.gColumnEntry_hr-solid {}
	.gColumnEntry_list {
		margin: 25px 0;
	}
	.gColumnEntry_list:first-child {}
	.gColumnEntry_list:last-child {}
	.gColumnEntry_list > li {}
	.gColumnEntry_list > li:first-child {}
	.gColumnEntry_list > li:last-child {}
	.gColumnEntry_list > li:nth-child(2n+1) {}
	.gColumnEntry_list > li:nth-child(n+3) {}
	.gColumnEntry_fig {}
	.gColumnEntry_fig > figcaption {
		font-size: 10px;
		margin-top: 3px;
	}
	.gColumnEntry_fig_image {}
	.gColumnEntry_fig_image > img {}
	.gnav_cList {
		position: static;
		transform: none;
		opacity: 1;
		display: none;
	}
	.isShow + .gnav_cList {
		transform: none;
		display: block;
	}
	.gnav_cList > li {}
	.gnav_cList > li:first-child {}
	.gnav_cList > li:last-child {}
	.gnav_cList > li:nth-child(2n+1) {}
	.gnav_cList > li:nth-child(n+3) {}
	.gnav_cList > li > a {
		background: #fff;
		border-bottom: 1px solid #ccc;
		height: 42px;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	.gnav_cList > li:first-child > a {}
	.gnav_cList > li > a::before {}
	.gnav_cList > li > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #333;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.footerNavi_spList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 370px;
		margin: 0 auto;
	}
	.footerNavi_spList > li {}
	.footerNavi_spList > li:first-child {}
	.footerNavi_spList > li:last-child {}
	.footerNavi_spList > li:nth-child(2n+1) {}
	.footerNavi_spList > li:nth-child(n+3) {}
	.footerNavi_spList > li > a {
		padding: 5px 0.5em;
	}
	.footerNavi_spList > li > a::before {}
	.footerNavi_spList > li > a::after {}
	.pageFooter_snsList {}
	.pageFooter_snsList > li {
		width: 35px;
	}
	.pageFooter_snsList > li:first-child {}
	.pageFooter_snsList > li:last-child {}
	.pageFooter_snsList > li:nth-child(2n+1) {}
	.pageFooter_snsList > li:nth-child(n+3) {}
	.pageFooter_snsList > li > a {
		height: 35px;
		font-size: 16px;
	}
	.pageFooter_snsList > li > a::before {}
	.pageFooter_snsList > li > a::after {}
	.pageFooter_snsList > li > a > .icon {}
	.gColumn_areaTextWrap {
		width: calc(100% - 110px);
		display: block;
	}
	.gColumn_areaTextWrap_vol {
		font-size: 14px;
	}
	.gColumn_areaTextWrap_catch {}
	.gColumn_areaTextWrap_name {
		font-size: 14px;
	}
	.gColumn_areaTextWrap_title {
		font-size: 12px;
	}
	.gColumn_areaTextWrap_catchWrap {
		margin-left: 0;
		margin-top: 8px;
	}
}
@media print {
	body {
		padding: 0;
	}
	.pageHeader {}
	.pageHeader_inner {}
	.pageHeader_title {
		margin: 0 auto;
	}
	.pageHeader_title > a {}
	.pageHeader_title > a:before {}
	.pageHeader_title > a:after {}
	.pageHeader_title > a > img {}
	.spMenuButton {}
	.spMenuButton_bar {}
	.spMenuButton_bar-no1 {}
	.spMenuButton_bar-no2 {}
	.spMenuButton_bar-no3 {}
	.gnav {
		display: none;
	}
	.gnav_inner {}
	.gnav_list {}
	.gnav_list > li {}
	.gnav_list > li:first-child {}
	.gnav_list > li:nth-child(2n+1) {}
	.gnav_list > li > a {}
	.gnav_list > li:first-child > a {}
	.gnav_list > li:last-child > a {}
	.gnav_list > li > a:before {}
	.gnav_list > li > a:after {}
	.p-about .gnav_list > li > a.-about,
	.p-item .gnav_list > li > a.-item,
	.p-story .gnav_list > li > a.-story,
	.p-contact .gnav_list > li > a.-contact,
	.p-webshop .gnav_list > li > a.-webshop {}
	.gnav_list > li > a > .icon {}
	.pageSideNavi {
		display: none;
	}
	.pageSideNavi.isFixed {}
	.pageSideNavi_list {}
	.pageSideNavi_list > li {}
	.pageSideNavi_list > li:first-child {}
	.pageSideNavi_list > li:nth-child(2n+1) {}
	.pageSideNavi_button {}
	.pageSideNavi_button-cart {}
	.pageSideNavi_button-top {}
	.pageSideNavi_button > .icon {}
	.pageSideNavi_button-cart > .icon {}
	.pageSideNavi_button-top > .icon {}
	.pageSideNavi_button > b {}
	.pageFooter {}
	.pageFooter_inner {}
	.pageFooter_cols {}
	.pageFooter_cols:after {}
	.pageFooter_col {}
	.pageFooter_col-no1 {}
	.footerNavi {}
	.footerNavi_cols {}
	.footerNavi_cols:after {}
	.footerNavi_col {}
	.footerNavi_col:last-of-type {}
	.footerNavi_col-no1 {}
	.footerNavi_headline {}
	.footerNavi_headline > a {}
	.footerNavi_list {}
	.footerNavi_list:after {}
	.footerNavi_list > li {}
	.footerNavi_list > li:first-child {}
	.footerNavi_list > li:nth-child(2n+1) {}
	.footerNavi_list > li > a {}
	.footerNavi_list > li > a:before {}
	.footerNavi_list > li > a:after {}
	.footerNavi_col-no2 {}
	.footerNavi_col-no3 {}
	.pageFooter_col-no2 {
		display: none;
	}
	.pageFooter_title {}
	.pageFooter_title > img {}
	.pageFooter_copyright {}
	.pageFooter_copyright > small {}
	.pankuzu {}
	.pankuzu-hasVis {}
	.pankuzu_inner {}
	.pankuzu_oList {}
	.pankuzu_oList > li {}
	.pankuzu_oList > li:before {}
	.pankuzu_oList > li:first-child {}
	.pankuzu_oList > li:first-child:before {}
	.pankuzu_oList > li:nth-child(2n+1) {}
	.pankuzu_oList > li > a {}
	.pankuzu_oList > li > a:before {}
	.pankuzu_oList > li > a:after {}
	.pankuzu_oList > li > a > .icon {}
	.pageBody {}
	.pageBody_titleVis {
		background: none !important;
		padding-bottom: 100px;
	}
	.pageBody_title {}
	.pageBody_title-hasVis {}
	.pageBody_inner {}
	.pageBody_inner-page {}
	.pageBody_inner-page img {}
	.customize-support .pageHeaderWrap {}
	.pageHeaderWrap {
		position: static;
	}
	.pageHeaderWrap.isScrolled {}
	.pageGallery {}
	.pageGallery_list {}
	.pageGallery_list:after {}
	.pageGallery_list > li {}
	.pageGallery_list > li:first-child {}
	.pageGallery_list > li:nth-child(4n+1) {}
	.pageGallery_list > li > a {}
	.pageGallery_list > li > a:before {}
	.pageGallery_list > li > a:after {}
	.pageGallery_fig {}
	.pageGallery_fig > figcaption {}
	.-current .pageGallery_fig > figcaption {}
	.pageGallery_image {}
	.pageBody .wpcf7-validation-errors {}
	.pageBody div.wpcf7 .ajax-loader {}
	.pageBody span.wpcf7-not-valid-tip {}
	.pageBody .wpcf7-submit {}
	.pageBody div.wpcf7-mail-sent-ok {}
}
