@charset "utf-8";

body {
	padding-bottom: 40px;
	background: #fff;
}

body > section {
	
}



#global-header {
	width: 1000px;
	height: auto;
	min-height: calc(100vh - 100px);
	margin: 0 auto 50px;
	overflow: visible;
	text-align: center;
}


#global-header img{
	margin: 0 auto;
	min-height: auto;
	width:300px;
}


#global-header h1 {
	width: 100%;
	min-height: 300px;
	height: calc(100vh - 200px);
	padding-top: 0;
}

#global-header h1 .logo {
	display: table;
}

#global-header h1 .logo > span {
	display: table-cell;
	vertical-align: middle;
	height: 63px;
}

#global-header h1 .symbol {
	margin-left: -6px;
	float: left;
	width: 100px;
}

#global-header h1 .symbol img {
	
}

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




h1, h2, h3, h4, h5 {
	margin: 30px 0;
}

#contents {
	/* width: 930px !important; */
	min-height: 0;
}

#contents h1 {
	font-size: 1.4em;
}

#global-footer {
	width: 930px;
	margin-top: 100px;
}

#contents a,
#global-footer a {
	color: #000;
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#contents a:hover,
#global-footer a:hover {
	color: #000;
	color: rgba(0,0,0,1);
}

/*--------*/
/*
#contents a,
#global-footer a {
	color: rgba(255,255,255,0.5);
}
#contents a:hover,
#global-footer a:hover {
	color: rgba(255,255,255,1);
}
*/
/*--------*/



#news #news-categories {
	clear: both;
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px;
}

#news #news-categories li {
	float: left;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
}

#news #news-categories li:first-child {
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,0.2);
}

#contents #news #news-categories li a {
	display: block;
	padding: 5px;
	margin: 5px 15px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
}

#contents #news #news-categories li a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

#contents #news #news-categories li a.current {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.75);
	cursor: default;
}

#news #news-categories + #headlines > section {
	overflow: hidden;
}

#news #headlines {
	position: relative;
}

#news #headlines > section {
	clear: both;
	margin-bottom: 80px;
	width: 930px;
}

#news #headlines a {
	display: block;
	clear: both;
	/* width: 930px; */
	/* border-bottom: 1px solid rgba(0,0,0,0); */
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#news #headlines a:hover {
/* 	border-bottom: 1px solid rgba(0,0,0,0.3); */
	opacity: 0.7;
}

#news #headlines figure {
	width: 90px;
	display: table-cell;
}

#news #headlines figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	line-height: 0;
}

#news #headlines dl {
	margin-bottom: 0px;
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#news #headlines dt {
	float: left;
	width: 100px;
	font-size: 1.1em;
	font-family: "Helvetica W01 Light Cn", serif;
	letter-spacing: 0.1em;
}

#news #headlines dd {
	float: left;
}

#news #headlines dd.category {
	/*width: 150px;*/
	width: 210px;
	padding-left: 35px;
	font-size: 0.85em;
	letter-spacing: 0.15em;
}

#news #headlines dd.title {
	display: inline;
	overflow: hidden;
	font-size: 0.9em;
	white-space: nowrap;
	text-overflow: ellipsis;
}




#contents #shop {
	clear: both;
}

#contents #shop ul {
	display: table;
	padding-left: 0;
}

#contents #shop li {
	line-height: 0;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 40px;
	width: 33.33%;
}

#contents #shop li:last-child {
	padding-right: 0;
}

#contents #shop a img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

#contents #shop a:hover img {
	opacity: 1;
}

#background,
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#background {
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

#background li {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#background img {
	position: absolute;
}

#overlay {
	margin: 0;
	background-color: rgba(255,255,255,0.4);
	/*background-color: rgba(0,0,0,0.6);*/
	background-position: left top;
	background-repeat: repeat;
}

.ie7 #overlay,
.ie8 #overlay {
	background-color: #000;
	filter: alpha(opacity=60);
}


#topOfPageBottom {
	display: none !important;
}

#global-footer small {
	/* color: #000;
	color: rgba(0,0,0,1); */
}

/*test*/

.modal-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 120%;
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.modal-overlay figure {
	position: fixed;
	top: 3%;
	right: 3%;
}

#ginza-message-box {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	margin-top: 0;
	z-index: 10;
}


#ginza-message {
	display: none;
	position: relative;
	z-index: 20;
	opacity: 0.8;
	height: 90%;
	width: 65%;
	color: #000;
}

#ginza-message div#ginza-contents {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	/*padding: 70px 40px;*/
	padding: 105px 50px;
	margin-bottom: 60px;
}

#ginza-message div#ginza-contents div {
	text-align: center;
	/*margin-bottom: 50px;*/
	margin-bottom: 75px;
}

#ginza-message h1 {
	font-size: 27px;
	margin: 0 0 10px 0;
}

#ginza-message h2 {
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 ProN W3","Yu Mincho","ＭＳ Ｐ明朝","細明朝体","メイリオ","Meiryo UI",sans-serif;
	font-size: 18px;
	margin: 0 0 75px 0;
	/*margin: 0 0 50px 0;*/
	padding-right: 10px;
}

#ginza-message p {
	font-size: 13px;
	line-height: 2.0;
}

#ginza-message p#ginza-text1 {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	text-align: left;
	overflow: hidden;
	padding-left: 1em;
	text-indent: -0.8em;
}

#ginza-message p#ginza-text1:before {
	content:'“';
}

#ginza-message p#ginza-text1 span {
	display: block;
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}

#ginza-message figure {
	text-align: center;
}

#ginza-message img {
	/*width: 100%;*/
	width: 50%;
	height: auto;
}

#ginza-message p#ginza-text2 {
	/*margin: 50px 0;*/
	margin: 75px 0;
	text-align: center;
	/*line-height: 2.2;*/
	line-height: 3.2;
}

#ginza-message p#ginza-link {
	text-align: center;
}





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

@media screen and (max-width: 980px) {
	
	#global-header {
		width: 90%;
		z-index: 1;
	}
	
	#global-header h1 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}
	
	#global-header h1 .logo {
		display: flex;
		flex-direction: column;
	}
	
	#global-header h1 .logo > span {
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
	}
	
	#global-header h1 .symbol {
		margin-left: 0;
		float: none;
		width: 100%;
		justify-content: center;
		align-content: center;
		margin-bottom: 20px;
	}
	
	#global-header h1 .symbol img {
		
	}
	
	#global-header h1 .type {
		width: 100%;
		display: block;
	}
	
	#global-header h1 .type img {
		max-width: 250px;
	}
	
	#global-header > nav {
		display: block;
	}
	
	#global-header #global-navigation {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	#global-navigation li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#global-navigation li:last-child {
		margin-bottom: 0;
	}
	
	#global-navigation a {
		display: inline-block;
	}
	
	#contents {
		width: 90% !important;
		min-height: 0;
	}
	
	#contents > #news {
		width: 100%;
		padding-top: 30px;
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	#news h1 {
		text-align: center;
	}
	
	#news #headlines > section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 0;
	}
	
	#news #headlines a {
		width: calc(33.333% - 15px);
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
		border-bottom: none;
	}
	
	#news #headlines .hasfixed a {
		width: calc(25% - 15px);
	}
	
	#news #headlines a.fixed {
		
	}
	
	#news #headlines a:hover {
		border-bottom: none;
	}
	
	#news #headlines figure {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#news #headlines dl {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}
	
	#news #headlines dt {
		width: 100%;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	#news #headlines dd.title {
		text-overflow: clip;
		white-space: normal;
		line-height: 1.5;
		float: none;
	}
	
	#news #headlines dd.category {
		display: none;
	}
	
	
	#global-footer {
		width: 95%;
	}
}

@media screen and (max-width: 768px) {
	
	#global-header h1 {
		width: 100%;
	}
	
	#global-header h1 img {
		width: 80% !important;
		margin-left: 0 !important;
		margin: 0;
	}
	#global-header h1 .symbol img {
		width: 60px !important;
		height: auto;
	}



	#news #headlines a {
		/* width: calc(100% - 20px); */
		width: 150px;
		/* display: flex; */
		/* flex-direction: column; */
		/* margin-bottom: 20px; */
		border-bottom: none;
		font-size: 16px;
		color: #000;
	}

	
}


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

@media screen and (max-width: 540px) {
	
	#global-navigation a {
		display: inline-block;
		/*transform: scale(0.85);*/
	}

	#global-navigation a.nav-item__anchor {
		transform: scale(0.85);
	}
	
	#news #headlines a {
		width: 100%;
		margin-bottom: 40px;
	}
	
	#news #headlines .hasfixed a {
		width: 100%;
	}
	
	#news #headlines figure {
		max-width: 140px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#news #headlines dt {
		text-align: center;
	}
	
	#news #headlines dd.title {
		text-align: center;
	}
	
	#global-footer #link {
		
	}
	
}


@media screen and (max-width: 374px) {
	#global-header h1 img {
		width: 100% !important;
	}
	
	#news #headlines dd.title {
		white-space: normal;
		text-overflow: all;
		line-height: 1.5;
	}
}