@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Garamond W01", "GJ Kyoukasho ICA Light", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", "メイリオ", "Meiryo UI", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	background: #fff;
	color: #555;
	color: rgba(0,0,0,1);
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	border-top: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0);
}

body.windows {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", "ＭＳ Ｐ明朝", "細明朝体", "メイリオ", "Meiryo UI", sans-serif;
	color: rgba(0,0,0,0.75);
}

*::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,1);
}

*::selection {
	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,1);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica W01 Light Cn", "GJ Kyoukasho ICA Light", "MHGKyokashotaiTHK-Light", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", "HGP教科書体", "HGS教科書体", "HGS明朝E", "MS PMincho", YuGothic, "ＭＳ Ｐ明朝", "細明朝体", "メイリオ", "Meiryo UI", serif;
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

.wt h1, .wt h2, .wt h3, .wt h4, .wt h5, .wt h6, .wt a, .wt strong {
	color: #fff;
}

strong {
	color: #000;
}

a {
	color: #555;
	color: rgba(0,0,0,0.8);
}

a:hover {
	color: #000;
	text-decoration: none;
}

a[target="_blank"]:before {
	margin-right: 2px;
	padding-right: 12px;
	background: url(../images/blank.png) right center no-repeat;
	opacity: 0.6;
	
	-webkit-transition: opacity 0.25s ease;
	   -moz-transition: opacity 0.25s ease;
	        transition: opacity 0.25s ease;
}

a[target="_blank"]:before:hover {
	opacity: 1;
}

body > div,
body > header,
body > section,
body > footer,
body #contents {
	clear: both;
	text-align: left;
	width: 955px;
	margin: 30px auto 0 auto;
	text-align: left;
}

.higashiya-txt {
	font-family: "Helvetica W01 Light Cn", serif;
	letter-spacing: 0.5em;
}

.ib {
	display: inline-block;
}


/* ============================================================================================== */
/* global-header                                                                                  */
/* ============================================================================================== */


#global-header {
	position: relative;
	font-size: 1.3em;
	height: 160px;
	margin-top: 40px;
	margin-bottom: 120px;
}

#global-header h1 {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

#global-header h1 img {
	margin-left: -3px;
}

#global-navigation {
	align-items: center;
	flex-direction: row;
	display: flex;
	height: 80px;
	margin-left: -5px;
}

#global-footer #global-navigation {
	margin-left: 0;
}

#global-navigation li {
	position: relative;
	vertical-align: middle;
	margin-right: 40px;
}

#global-navigation li:last-child {
	padding-right: 0;
	margin-right: 0;
}

#global-navigation a {
	display: block;
	padding: 14px 5px;
	border-bottom: 1px solid rgba(0,0,0,0);
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#global-navigation li:last-child a {
	padding-top: 16px;
}

#global-navigation a:hover {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	opacity: 0.7;
}

#global-navigation .current a {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#global-header.wt #global-navigation a {
	border-bottom: 1px solid rgba(255,255,255,0);
}

#global-header.wt #global-navigation a:hover {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}

#global-header.wt #global-navigation .current a {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* bottom & fixed */
/*#header-information {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}*/

/* top */
#header-information {
	position: relative;
}

#header-information {
	width: 100%;
	color: #fff;
	margin: 0;
	overflow: hidden;
	height: 35px;
}

#header-information p {
	line-height: 25px;
	letter-spacing: 0.1em;
}

#header-information a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 1.2em;
	text-decoration: none;
	padding: 5px 15px;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#header-information a:hover {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}

#header-information-txt {
	margin: 0;
	text-align: center;
}

#header-information-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 30px;
	height: 100%;
	text-align: center;
}

#header-information-close span {
	display: inline-block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

#header-information-close span img {
	display: inline-block;
	margin-top: 13px;
	width: 9px;
	opacity: 0.6;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#header-information-close span:hover img {
	opacity: 1;
}

#gnav {
	display: none;
}

/* dropdown-menu --------------------------------------------- */

.nav-item-child {
	display: flex;
	flex-direction: column;
	position: absolute;
	transform: translateY(10%);
	transition: all 0.2s cubic-bezier(.65,.05,.36,1);
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 250px;
	height: auto;
	z-index: 20;
}

.nav-item.hover .nav-item-child {
	transform: translateY(0);
}


.nav-item-child--wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: -1px auto 0;
	padding: 15px 0;
	box-sizing: border-box;
	background: rgba(0,0,0,1);
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	border-radius: 1px;
	transition: all 0.2s cubic-bezier(.65,.05,.36,1);
	opacity: 0;
}

.nav-item-child--wrapper.hide {
	display: none;
}

.nav-item.hover .nav-item-child--wrapper {
	opacity: 1;
	transform: translateY(0);
}


.nav-item-child--item-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}

.nav-item-child--item {
	display: flex;
	justify-content: flex-start;
	font-size: 90%;
	font-weight: normal;
	opacity: 0;
	transition: transform 0.4s cubic-bezier(.23,1,.32,1) 0.01s, opacity 0.4s ease-out 0.01s;
}

.nav-item-child--item {

}

.nav-item.hover .nav-item-child--item {
	opacity: 1;
}

.nav-item-child--item a {
	display: block;
	position: relative;
	padding: 10px 20px !important;
	box-sizing: border-box;
	transition: all 0.2s ease;
	text-align: left;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.3em;
}

#global-header.wt #global-navigation .nav-item-child--item a:hover {
	color: rgba(255,255,255,1);
	border-bottom: none;
}

#global-header.wt #global-navigation .nav-item-child--item a {
	border-bottom: none;
}



/* ============================================================================================== */
/* contents                                                                                       */
/* ============================================================================================== */


#contents {
	position: relative;
	min-height: 350px;
	font-size: 1.3em;
	line-height: 2.0em;
	/*--------------------*/
	visibility: hidden;
	/*--------------------*/
}

#contents > div,
#contents > section {
	clear: both;
	width: 710px;
	margin: 40px 0 0 0;
}

#contents #side-column {
	position: absolute;
	right: 0;
	width: 220px;
	margin: 0;
	float: right;
	margin-top: -200px;
}

#pagetitle {
	position: relative;
	width: 220px;
	height: 100%;
	margin: 0;
	text-align: center;
}

#pagetitle h1 {
	position: static;
	width: 220px;
	margin: 0;
	text-align: center;
}

#pagetitle h1.positionFixed {
	position: fixed;
	top: 0;
	margin-top: 80px;
}

#pagetitle h1.positionFixedEnd {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}

#pagetitle h1 a {
	display: table;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}

#pagetitle img {
	display: block;
	margin: 0 auto;
}

#pagetitle a + img,
#pagetitle img + img {
	margin-top: 20px;
	padding: 20px 15px 0 15px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

#pagetitle.wt a + img,
#pagetitle.wt img + img {
	margin-top: 20px;
	padding: 20px 15px 0 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

#pagetitle a:hover {
	opacity: 0.6;
}

#contents #local-nav {
	position: absolute;
	width: 50px;
	height: 100%;
	margin: 0;
	text-align: center;
	right: 0;
	right: 0;
	width: 210px;
	margin: 0;
	float: right;
	margin-top: 0; /* = .positionFixedEnd margin-bottom */
}

#contents #local-nav ul {
	position: static;
	width: 50px;
	margin: 0;
	padding: 15px 0 0 40px;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#contents #local-nav ul.positionFixed {
	position: fixed;
	top: 0;
	margin-top: 80px;
}

#contents #local-nav ul.positionFixedEnd {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0!important;
	margin-bottom: 0; /* = default margin-top */
}

#contents #local-nav li {
	width: 1em;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 20px;
	/*
	-webkit-writing-mode: vertical-rl;
	   -moz-writing-mode: vertical-rl;
	        writing-mode: tb-rl;
	        writing-mode: vertical-rl;*/
}

#contents #local-nav li:first-child {
	margin-top: 0;
}

#contents #local-nav a {
	display: block;
	text-decoration: none;
	padding: 8px;
	opacity: 0.7;
	
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
	
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#contents #local-nav a:hover {
	opacity: 1;
}

#contents #local-nav .current a {
	opacity: 1;
	font-weight: bold;
}


/* Base styles ---------------------------------------------------------------------------------- */


#contents h1, #contents h2 {
	font-size: 1.7em;
	margin: 30px 0;
}

#contents h3, #contents h4 {
	font-size: 1.4em;
	margin: 20px 0;
}

#contents h5, #contents h6 {
	font-size: 1.3em;
	margin: 10px 0;
}

#contents p {
	text-align: justify;
	margin: 20px 0;
}

#contents strong {
	font-weight: bold;
	color: #000;
}

#contents em {
	font-style: italic;
}

#contents ul {
	list-style-type: disc;
}

#contents ol {
	list-style-type: decimal;
}

#contents ul,
#contents ol {
	padding-left: 20px;
}

/* UI */
#contents input {
	outline: none;
}


/* ---------------------------------------------------------------------------------------------- */


#contents .pagination {
	clear: both;
	overflow: hidden;
	padding-top: 50px;
}

#contents .pagination ul {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-right: 20px;
}

#contents .pagination li {
	float: left;
	margin-right: 10px;
}

#contents .pagination li.current {
	font-weight: bold;
	padding: 0 5px;
}

#contents .pagination a {
	padding: 5px;
}

#contents .pagination .prev a {
	background: url(../../common/images/icon_arrow_left_s_bk.png) left center no-repeat;
	padding-left: 26px;
}

#contents .pagination .next a {
	background: url(../../common/images/icon_arrow_right_s_bk.png) right center no-repeat;
	padding-right: 26px;
}

#contents .pagination .prev,
#contents .pagination .next {
	
}



/* ============================================================================================== */
/* global-footer                                                                                  */
/* ============================================================================================== */

#global-footer {
	position: relative;
	overflow: hidden;
	margin-top: 160px;
	margin-bottom: 40px;
	font-size: 1.2em;
}

#global-footer nav {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

#global-footer nav ul {
	display: table;
	height: 40px;
}

#global-footer nav ul li {
	padding-right: 30px;
	display: table-cell;
	vertical-align: middle;
}

#global-footer nav li a {
	display: inline-block;
	padding: 14px 0;
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid rgba(0,0,0,0);
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#global-footer nav li.facebook,
#global-footer nav li.instagram {
	padding-right: 20px;
}

#global-footer nav li.facebook a,
#global-footer nav li.facebook a img,
#global-footer nav li.instagram a,
#global-footer nav li.instagram a img {
	height: 16px;
	width: 16px;
}

#global-footer nav li a:hover {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#global-footer #link,
#global-footer #credit,
#global-footer #language {
	float: left;
	overflow: hidden;
	height: 40px;
	display: table;
}

#global-footer #link {
	clear: both;
}

#global-footer #sns {
	line-height: 2em;
}

#global-footer a {
	text-decoration: none;
	
}


#global-footer #link > ul,
#global-footer #credit small,
#global-footer #language p {
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica W01 Light Cn", serif;
	letter-spacing: 0.1em;
}

#global-footer #credit small {
	font-family: "Garamond W01", serif;
	font-size: 0.9em;
}

#global-footer #language {
	margin-left: 35px;
}

#global-footer #language p a {
	font-family: "Garamond W01",serif;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}

#global-footer #language p a:hover {
	opacity: 1.0;
}

#global-footer #link li {
	float: left;
	margin-right: 35px;
}

#global-footer #link a img {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

#global-footer #link a:hover img {
	opacity: 1;
}

#global-footer #link li.footer-logo_simplicity img {
	height: 32px;
	width: auto;
}

#global-footer #facebook a {
	background: url(../images/footer_link_facebook_bk.png) no-repeat left center;
	padding-left: 22px;
}

#global-footer.wt #facebook a {
	background: url(../images/footer_link_facebook_wt.png) no-repeat left center;
}

#global-footer.wt nav ul li a {
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid rgba(255,255,255,0);
}

#global-footer.wt nav ul li a:hover {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

#global-footer #topOfPageBottom {
	display: block;
	position: fixed;
	color: #000;
	background: transparent url(../images/icon_arrow_up_s_bk.png) no-repeat center center;
	line-height: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 2;
	right: 30px;
	bottom: 40px;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	opacity: 0;
	
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	        transition: all 0.25s ease-in-out;
}

#global-footer #topOfPageBottom.show {
	opacity: 0.6;
}

#global-footer #topOfPageBottom.show:hover {
	opacity: 1;
}


/* ============================================================================================== */


#cart {
	margin: 0;
	position: fixed;
	bottom: -50px;
	z-index: 100;
	width: 100%;
	-webkit-transition: all 0.3s ease, bottom 1s cubic-bezier(0.5,0,0.5,1);
	        transition: all 0.3s ease, bottom 1s cubic-bezier(0.5,0,0.5,1);
}

.ready #cart {
	bottom: 0;
}

#cart a {
	height: 40px;
	display: block;
	background: rgba(255,255,255,0.9);
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
	box-shadow: 0 -1px 0 rgba(0,0,0,0.025);
	text-decoration: none;
	-webkit-transition: all 250ms ease;
			transition: all 250ms ease;
}

#cart.top a {
	background: rgba(0,0,0,1);
	color: #FFF;
}

#cart a:hover {
	opacity: .8 !important;
}

#cart .main {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

#cart figure,
#cart dl {
	float: left;
}

#cart figure img {
	max-width: 109px;
	height: auto;
	position: relative;
	/*top: -14px;*/
	top: -13px;
}

#cart dl {
	height: 40px;
	margin-left: 25px;
	display: table;
}

#cart dt,
#cart dd,
#cart .main span {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2em;
}

#cart dt {
	padding: 0 25px 0 35px;
	position: relative;
	font-size: 1.4em;
	font-family: "Helvetica W01 Light Cn", serif;
	letter-spacing: 0.1em;
}

#cart dt:before {
	content: url(../images/icon_cart_bk.png);
	position: absolute;
	top: 8px;
	left: 0;
	opacity: 0.9;
}

#cart.top dt:before {
	content: url(../images/icon_cart_wt.png);
	opacity: .8;
}

#cart dd p {
	width: 530px;
	overflow: hidden;
	font-size: 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cart .main div {
	float: right;
	font-size: 1.2em;
}


/* ============================================================================================== */

.ie7 #global-navigation {
	display: block;
	margin-top: 17px;
}

.ie7 #global-navigation li {
	float: left;
}

.ie7 #global-navigation a {
	display: inline;
}

.ie7 #global-footer nav ul {
	display: block;
}

.ie7 #global-footer nav ul li {
	display: inline;
}




/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (max-width: 980px) {
	
	#global-header {
		width: 90%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	#global-header > nav {
		display: none;
	}
	
	#global-header h1 {
		display: block;
		height: 70px;
	}
	
	#global-header h1 a {
		display: block;
	}
	
	#global-navigation {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
		margin: 0;
	}
	
	#cart .main {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	#contents {
		width: 90% !important;
		min-height: 0;
	}
	
	#contents > div, #contents > section {
		width: 100%;
	}
	
	
	#global-footer {
		width: 95%;
	}
	
	
	#global-footer nav {
		text-align: center;
		margin-bottom: 40px;
	}
	
	#global-footer nav ul {
		display: block;
		height: auto;
	}
	
	#global-footer nav ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#global-footer nav li.facebook,
	#global-footer nav li.instagram {
		padding-right: 0;
	}
	
	#global-footer #link > ul,
	#global-footer #credit small,
	#global-footer #language p {
		display: block;
	}
	
	#global-footer #link,
	#global-footer #credit,
	#global-footer #language {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto 10px;
	}
	
	#global-footer #link {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	
	#global-footer #link > *:last-child {
		margin-bottom: 20px;
	}
	
	#global-footer #link li {
		float: none;
		margin: 0 20px 20px;
		display: inline-block;
	}
	
	#global-footer #link li a {
		display: inline-block;
	}
	
	#pagetitle h1 {
		width: 100%;
	}
	
	#contents > #side-column-wrapper {
		width: 100% !important;
		overflow: auto;
	}
	
	#contents #side-column {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
	
	/* ------------------------------------------------------------------------- */
	
	#global-header {
		position: relative;
		box-shadow: none;
		overflow: visible;
		z-index: 200;
		transition: all 0.5s ease;
	}
	
	#gnav {
		display: block;
		z-index: 200;
		transition: all 0.2s ease 0s;
	}
	
	#gnav .wrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-shrink: 0;
		padding: 40px 0;
		box-sizing: border-box;
		z-index: 200;
		-webkit-overflow-scrolling: touch;
		        overflow-scrolling: touch;
	}
	
	#gnav .overlay {
		position: fixed;
		display: block;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(4px);
		        backdrop-filter: blur(4px);
	}
	
	/* ----------------------------------------------------------------------- */
	
	.global-navigation {
		margin-top: 0;
	}
	
	.global-navigation a {
		transition: all 0.25s ease;
		color: #000;
	}
	
	.nav-ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
	}
	
	.gnav-main {
		
	}
	
	.gnav-main a {
		position: relative;
		z-index: 1;
		display: flex;
		outline: none;
		text-decoration: none;
		white-space: nowrap;
		padding: 15px 40px;
		font-size: 1.5em;
	}
	
	.gnav-main a:hover {
		z-index: 1;
	}
	
	.gnav-main .nav-item {
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	.gnav-main .nav-item > a {
		position: relative;
	}
	
	.gnav-main .nav-item > a:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,0);
		transition: all 0.5s ease-in-out;
	}
	
	.gnav-main .nav-item > a:hover {
		
	}
	
	.gnav-main .nav-item.current > a {
		color: #000;
	}
	
	.gnav-main .nav-item.current > a:before {
		transition: all 0.5s ease-out;
	}
	
	/* ----------------------------------------------------------------------- */
	
	.gnav-sub {
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	
	.gnav-sub li {
		font-size: 0.9em;
	}
	
	.gnav-sub a {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		padding: 10px 40px;
	}
	
	.gnav-sub a:hover {
		
	}
	
	.gnav-sub a:hover svg {
		
	}
	
	.gnav-sub .txt {
		display: inline-block;
		padding-right: 10px;
	}
	
	.gnav-sub .logofont {
		font-family: "Helvetica W01 Cn",serif;
		letter-spacing: 0.3em;
		opacity: 0.7;
	}
	
	.gnav-sub .logofont {
		font-family: "Helvetica W01 Cn",serif;
		letter-spacing: 0.3em;
		opacity: 0.7;
	}
	
	/* ----------------------------------------------------------------------- */
	
	.menu-button {
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 201;
	}
	
	.menu-button a {
		
	}
	
	.menu-button a {
		position: relative;
		height: 40px;
		width: 40px;
		display: block;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease;
		        transition: all 0.5s ease;
	}
	
	.menu-button a span,
	.menu-button a span:before,
	.menu-button a span:after {
		position: absolute;
		display: block;
		height: 1px;
		width: 20px;
		padding: 0;
		background: rgba(0, 0, 0, 1);
		text-indent: -200px;
		border-radius: 0;
		-webkit-transition: all 0.25s ease;
		        transition: all 0.25s ease;
	}
	
	.menu-button a span {
		top: 13px;
		margin-left: 10px;
		-webkit-transform-origin: center 15px;
		        transform-origin: center 15px;
	}
	
	.menu-button a span:before {
		top: 6px;
		content: "";
		-webkit-transform-origin: center center;
		        transform-origin: center center;
	}
	
	.menu-button a span:after {
		top: 12px;
		content: "";
		-webkit-transform-origin: center center;
		        transform-origin: center center;
	}
	
	.menu-button a:hover {
		
	}
	
	.menu-button a:hover span,
	.menu-button a:hover span:before,
	.menu-button a:hover span:after {
		background: rgba(0,0,0,1);
	}
	
	.show .menu-button a {
		background: rgba(0,0,0,0);
	}
	
	.show .menu-button a span,
	.show .menu-button a span:before,
	.show .menu-button a span:after {
		background: rgba(0,0,0,1);
	}
	
	.show .menu-button a:hover span,
	.show .menu-button a:hover span:before,
	.show .menu-button a:hover span:after {
		background: rgba(0,0,0,1);
	}
	
	.show .menu-button a span {
		background: rgba(0,0,0,0.8);
		-webkit-transition: all 0.2s ease 0.1s;
		        transition: all 0.2s ease 0.1s;
		-webkit-transform: rotate(45deg) translate(-6px, 8px);
		        transform: rotate(45deg) translate(-6px, 8px);
	}
	
	.show .menu-button a span:before {
		background: rgba(0,0,0,0.8);
		opacity: 0;
		-webkit-transition: all 0.2s ease 0s;
		        transition: all 0.2s ease 0s;
	}
	
	.show .menu-button a span:after {
		background: rgba(0,0,0,0.8);
		-webkit-transition: all 0.2s ease 0.1s;
		        transition: all 0.2s ease 0.1s;
		-webkit-transform: rotate(-90deg) translate(12px, 0px);
		        transform: rotate(-90deg) translate(12px, 0px);
	}
	
	
	/* ----------------------------------------------------------------------- */
	/* Gnav Show-hide enent */
	
	/* wrap */
	
	#gnav .wrap {
		opacity: 0;
		transition: 0.3s cubic-bezier(.17,.84,.44,1);
		transition-property: opacity, box-shadow;
	}
	
	.show #gnav .wrap {
		visibility: visible;
		opacity: 1;
		transition-duration: 1s;
		transition-delay: 0.25s;
	}
	
	.show + .main-wrapper {
		pointer-events: none;
	}
	
	.hide #gnav .wrap {
		visibility: hidden;
	}
	
	/* overlay */
	
	#gnav .overlay {
		opacity: 0;
		height: 100vh;
		background-color: #fff;
		transition: opacity 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0) 0s;
	}
	
	.show #gnav .overlay {
		opacity: 1;
	}
	
	.hide #gnav .overlay {
		visibility: hidden;
	}
	
	
	
	/* ----------------------------------------------------------------------- */
	/* side-column & pagetitle */
	
	#side-column {
		height: auto !important;
	}
	
	#pagetitle {
		display: flex;
		align-items: center;
		width: 100%;
		height: 40vh;
		min-height: 300px;
	}
	
	#contents h1 {
		margin-top: 0 !important;
	}
	
	#pagetitle h1.positionFixed,
	#pagetitle h1.positionFixedEnd {
		position: static;
	}
	
	#contents #side-column {
		float: none;
	}
	
	
	
	/* ----------------------------------------------------------------------- */
	/* local-nav */
	
	#contents #local-nav {
		position: static;
		width: 100%;
		float: none;
	}
	
	#contents #local-nav ul.positionFixedEnd {
		position: static;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
	}
	
	#contents #local-nav ul {
		width: auto;
		padding: 0;
	}
	
	#contents #local-nav li {
		display: inline-block;
	}
	
	#contents #local-nav li {
		width: auto;
	}
	
	
	/* ----------------------------------------------------------------------- */
	/* pagination */
	
	#contents .pagination ul {
		float: none;
		display: flex;
		justify-content: center;
		margin: 0 auto 20px;
	}
	
	#contents .pagination ul li {
		float: none;
	}
	
	#contents .pagination .prev:empty,
	#contents .pagination .next:empty {
		display: none;
	}
	
	/* ----------------------------------------------------------------------- */
	
	#global-footer #topOfPageBottom {
		display: none;
	}
	
	/* ----------------------------------------------------------------------- */
	
	#cart {
		bottom: -70px;
	}
	
	#cart a {
		min-height: 60px;
		height: auto;
	}
	
	#cart .main {
		display: flex;
	}
	
	#cart .main div {
		display: none;
	}
	
	#cart figure {
		float: none;
	}
	
	#cart figure p {
		height: 100%;
	}
	
	#cart figure img {
		display: block;
		width: 120px;
		height: 100%;
		min-height: 60px;
		object-fit: cover;
		top: 0;
	}
	
	#cart dl {
		display: flex;
		align-items: center;
		height: auto;
		margin: 0;
		padding: 15px;
		float: none;
	}
	
	#cart dt {
		display: block;
		height: auto;
		font-size: 1.1em;
		padding: 0 0 5px;
	}
	
	#cart dt {
		display: block;
		height: auto;
		font-size: 1.1em;
		padding: 0 10px 0 0;
	}
	
	#cart dt:before {
		display: none;
	}
	
	#cart dd {
		display: block;
		height: auto;
	}
	
	#cart dd p {
		width: auto;
		font-size: 1.0em;
		line-height: 1.5;
		white-space: normal;
		text-overflow: clip;
	}
}

@media screen and (max-width: 768px) {
	
	#global-navigation li {
		margin-bottom: 10px;
	}
	#global-navigation li:last-child a,
	#global-navigation a {
		padding: 5px 0;
	}
	
	#global-footer #link li {
		margin: 0 10px 10px;
	}
	
	#global-footer #link a img {
		height: 20px;
	}
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

@media screen and (max-width: 540px) {
	
	.nav-item-child {
		left: -120px;
	}

	#cart dl {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	#cart dt {
		padding: 0 0 5px;
	}
	
	#cart figure img {
		width: 60px;
	}
	
	#global-header h1 img {
		width: 240px !important;
		height: auto !important;
	}
	
	#global-footer #global-navigation li {
		display: block;
	}
	
}


@media screen and (max-width: 374px) {
	.menu-button {
		right: 10px;
	}
}