@charset "utf-8";
/* -------------------
  web fonts
------------------- */
/* sans-serif */
@font-face{font-weight:normal;font-style:normal;font-family:'yugothic-m';src:url('../fonts/yugothic-medium.woff') format('woff');}
@font-face{font-weight:normal;font-style:normal;font-family:'yugothic';src:url('../fonts/yugothic-bold.woff') format('woff');}

@font-face{font-weight:normal;font-style:normal;font-family:'nsjp';src:url('../fonts/nsjp-regular.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'nsjp';src:url('../fonts/nsjp-bold.woff') format('woff');}

@font-face{font-weight:normal;font-style:normal;font-family:'futura';src:url('../fonts/futura-medium.woff') format('woff');}
@font-face{font-weight:normal;font-style:normal;font-family:'futura-c';src:url('../fonts/futura-condensed-medium.woff') format('woff');}

/* serif */


/* -------------------
  common
------------------- */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
* > *:last-child {
	margin-bottom: 0;
}
#home div .right-align {
}

address,em {
	font-style: normal;
}
html {
	overflow-x:hidden;
	overflow-y:scroll;
}
body,
input,
select,
textarea {
	font:16px/1 'yugothic', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', futura, sans-serif;
	
}
body{
	color:#1a1a1a;
	background: #fff;
}
ul,
ol {
	list-style: none;
}

li {
    font-size: 20px;
    line-height: 1.8;
	font-family: 'yugothic-m', sans-serif;
}

dt{
    font-weight: bold;
    margin-top:3%;
}

.flex-container {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-container.reverse {
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.column-2 {
	width: 50%;
}
.column-3 {
	width: 33.3333333%;
}
.column-4 {
	width: 25%;
}
.column-5 {
	width: 20%;
}
.pc-none {
	display: none;
}

@media screen and (max-width: 799px) {
	body {
		font-size: 14px;
	}
    li {
        font-size: 14px;
    }
	.flex-container.reverse {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.pc-none {
		display: block;
	}
	.sp-none {
		display: none;
	}
}

/* anchor */
body a {
	text-decoration: none;
	color: #1a1a1a;
	outline: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}
body a:hover,
body a:focus {
	text-decoration: none;
	color: currentColor;
	outline: none;
}

/* Layout */
#main {
	position: relative;
}
.container {
	padding-left: 7.91667vw;
	padding-right: 7.91667vw;
}
._01 {
	margin-top: 150px;
	margin-bottom: 150px;
}

._mt3p {
	margin-top: 3%;
}
._mb3p {
	margin-bottom: 3%;    
}
._mt5p {
	margin-top: 5%;
}
._mb5p {
	margin-bottom: 5%;    
}
._mb10p{
    margin-bottom: 10%;
}

@media screen and (max-width:799px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	._01 {
		margin-top: 110px;
		margin-bottom: 110px;
	}
}

/* -------------------
  header
------------------- */
/* header */
#header {
	width: 100%;
	position: relative;
	z-index: 300;
	color: #fff;
	background: #0e3559;
}
#header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 110px;
}
#header-left {
	padding: 0 30px;
}
#logo a {
	display: block;
}
#logo a img {
	width: 150px;
	vertical-align: middle;
	height: auto;
	outline:none;
	border:none;
}
#logo a img:focus,
#logo a img:hover {
	outline: none;
}
#header-right {
	height: 100%;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #header-right {
		position: absolute;
		right: 0;
		top: 0;
	}
}

/* global-nav */
#global-nav {
	height: 100%;
}
#global-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
#global-nav li {
	height: 100%;
}
#global-nav li a {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
}
#global-nav li a,
#global-nav li a:hover {
	height: 100%;
	padding: 10px 34px;
	font: normal 20px/1 'futura',sans-serif;
	letter-spacing: .1em
}

#global-nav li a:hover {
	color:#fff;
	opacity: .85;
}
#global-nav li a .en {
	display: block;
}
#global-nav li a small {
	display: block;
	font: normal 10px/1 'yugothic',serif; 
	margin-bottom: 5px;
}
#global-nav li:last-child a {
	background: #f7f7f7;
	border: 10px solid #fff;
	color: #0e3559;
}

/* burger */
.menu-line {
	display: none;
	width: 60px;
		height: 60px;
		background: #fff;
		position: absolute;
		padding: 12px 0 0;
		top: 0;
		right: 0;
		z-index: 400;
}
.open {
	display: none;
}

@media screen and (max-width: 999px) {
	#header-inner {
		height: 60px;
	}
	#header-left {
		padding: 0 10px;
	}
	#logo a img {
		width: 65px;
	}
	.menu-line {
		display: block;
	}
	.menu-line.active {
		background: transparent;
		position: fixed;
	}
	.line {
		background: #0f3b6b;
		display: block;
		height: 1px;
		width: 22px;
		position: relative;
		-webkit-transition: all .5s;
		transition: all .5s;
		margin: 8px auto;
	}
	.menu-line.active .line {
		background: #fff;
	}
	.menu-line.active .line.top {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		display: block;
		top: 17px;
		margin: 0 auto;
		width: 25px;
	}
	.menu-line.active .line.bottom {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		display: block;
		margin: 0 auto;
		bottom: -16px;
		width: 25px;
	}
	.menu-line.active .line.middle {
		display: none;
	}
	#global-nav {
		display: none;
	}
	#global-nav-sp.open {
		display: none;
		background: rgba(14,53,89,0.95);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 350;
		width: 100vw;
		height: 100vh;
		padding: 60px 0 0;
	}
	#global-nav-sp.open ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}
	#global-nav-sp.open ul li {
		width: 100%;
	}
	#global-nav-sp.open ul li a {
		text-align: center;
		display: block;
		padding: 20px 0;
		color: #fff;
		font-family: 'futura', sans-serif;
		font-size: 22px;
		letter-spacing: .1em;
	}
	#global-nav-sp.open ul li a small {
		display: block;
		font: normal 10px/1 'yugothic',serif;
		margin-bottom: 5px;
	}
	#global-nav-sp.open li:last-child a {
		color: #0e3559;
	}
	#global-nav-sp.open li:last-child a .inner {
		background: #f7f7f7;
		border: 5px solid #fff;
		display: inline-block;
		text-align: center;
		padding: 15px 25px;
	}
}

#kv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	height: 280px;
	margin-bottom: 35px;
	color: #fff;
	background: url(../images/common/kv.jpg) no-repeat center center / cover;
}
#kv #page-title {
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#kv.Fade #page-title {
	opacity: 1;
}
#kv #page-title h2 {
	font: bold 48px/1 'nsjp', sans-serif;
	letter-spacing: .1em;
    text-shadow:-1px -1px 6px #333333;
}
#kv.exhibition #page-title h2{
    font-size: 3rem;
     text-shadow: 4px 4px 1px #333333, -4px -4px 1px #333333, -4px 4px 1px #333333, 4px -4px 1px #333333, 0px 4px 1px #333333, 0px -4px 1px #333333, -4px 0px 1px #333333, 4px 0px 1px #333333;
}
#kv #page-title p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}

@media screen and (max-width:799px) {
	#kv {
		height: 100px;
		margin-bottom: 20px;
	}
	#kv #page-title h2 {
		font-size: 14px;
	}
    #kv.exhibition #page-title h2{
        font-size: 1.5rem;
    }
	#kv #page-title p {
		font-size: 10px;
		transform: scale(0.715);
		transform-origin: center top;
		margin-top: 10px;
	}
}

/* -------------------
  common link
------------------- */
#common-link {
	padding: 20px;
}
#blog #common-link {
	background: #f4f9fb;
}
#common-link a {
	display: block;
	color: #fff;
	background-size: cover;
	height: 24.1666666vw;
}
#common-link a:hover,
#common-link a:focus {
	opacity: .8;
}
#common-link .inner {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
#common-link .link-title {
	font: normal 36px/1 'arya', sans-serif;
	text-align: center;
	padding: 40px 0;
	width: 100%;
	position: relative;
}
#common-link .link-title small {
	font: normal 15px/1 'nsjp', sans-serif;
	display: block;
	margin-top: 10px;
}
#common-link .link-title:before,
#common-link .link-title:after {
	content: '';
	width: 100%;
	height: 18px;
	background: url(../images/common/line_common_link.svg) no-repeat center center;
	position: absolute;
	left: 0;
}
#common-link .link-title:before {
	top: 0;
}
#common-link .link-title:after {
	bottom: 0;
}

@media screen and (max-width:799px) {
	#common-link {
		padding: 15px;
		margin-top: -10px;
	}
	#common-link .column-3 {
		width: 100%;
		padding: 10px 0 0;
	}
	#common-link a {
		height: 34.6666666vw;
		background-position: center center;
	}
	#common-link .link-title {
		font-size: 25px;
	}
	#common-link .link-title:before,
	#common-link .link-title:after {
		background-size: 140px auto;
	}
	#common-link .link-title:before {
		top: 13px;
	}
	#common-link .link-title:after {
		bottom: 13px;
	}
	#common-link .link-title small {
		font-size: 13px;
	}
}

/* -------------------
  footer
------------------- */
#footer {
	background: #1a1a1a;
	color: #fff;
	position: relative;
    margin-top: 50px;
}

/* ft-nav */
#ft-nav {
	padding: 50px 0 0;
}
#ft-nav ul {
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	margin: 0 -30px;
	list-style: none;
}
#img-ui  {
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	margin: 0 -30px;
	list-style: none;
}
#img-box  {
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	margin: 0 -30px;
	list-style: none;
}
#ft-nav ul li a {
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
	display: block;
	letter-spacing: .05em;
}

/* ft-logo */
#ft-logo {
	padding: 100px 0 110px;
}
#ft-logo img {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: auto;
}

/* ft-link */
#ft-link {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/* ft-copy */
#ft-copy {
	font: normal 12px/1 'futura', sans-serif;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
	padding: 0 0 15px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
	/* ft-nav */
	#ft-nav ul li a {
		font-size: 15px;
	}
}

@media screen and (max-width:799px) {
	#footer {
		padding: 0 20px;
	}
	/* ft-nav */
	#ft-nav {
		padding: 35px 0 0;
	}
	#ft-nav ul {
		margin: 0;
	}
	#ft-nav ul li {
		width: 100%;
	}
	#ft-nav ul li a {
		padding: 13px 0;
		text-align: center;
		font-size: 14px;
	}
	
	/* ft-logo */
	#ft-logo {
		padding: 90px 0 75px;
	}
	#ft-logo img {
		width: 70px;
	}
	
	/* ft-link */
	#ft-link {
		right: 20px;
		bottom: 10px;
	}
	#ft-link img {
		width: 70px;
		height: auto;
	}
	
	/* ft-copy */
	#ft-copy {
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: left bottom;
		text-align: left;
		padding: 0 0 10px;
	}
}
.margin-right {
}
