@charset "UTF-8";
/****************************************
Resetting
*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, output, ruby, section, summary,
time, mark, audio, video, button {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main,hgroup, menu, nav, section {
	display: block;
}
article {
	padding-top: 16px;
}
body {
	color:#192950;
	font-size:20px;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	font-weight:500;
	letter-spacing:0.03em;
	line-height:1;
	background:#fff;
}
body.nos {
	overflow:hidden;
}

ol,ul,li{
	list-style: none;
}

sup {
	font-size:70%;
	vertical-align:super;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: inherit;
	border-spacing: 0;
}
input, textarea {
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	appearance:button;
	border:none;
	border-radius:0;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-appearance:button;
}
input[type="text"],
textarea, select, button {
	appearance:none;
	border:none;
	border-radius:0;
	box-sizing:border-box;
	-webkit-appearance:none;
	background:none;
}

a{
	color:#192950;
	text-decoration: none;
	outline: none;
}
a:focus, *:focus {outline:none;}
a.tel_link {
	pointer-events:none;
}

/******************************************
normarise
******************************************/
*{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.sp {
  display:none !important;
}
.txt-r {
	text-align:right;
}
.ibk {
	display:inline-block;
}

img {
	width:auto;
	max-width:100%;
}

.bg img {
	width:100vw !important;
	height:auto;
	max-width:none;
}
.bg {
	position:fixed;
	top:0;
	left:0;
	z-index:0;
}

header {
	width:100%;
	height:128px;
	padding:0;
	position:fixed;
	top:0;
	z-index:9;
	background:transparent;
	box-sizing:border-box;
	background:#fff;
}
header .inner {
	width:100%;
	max-width:1420px;
	margin:0 auto;
	padding:20px 20px 0;
	position:relative;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.logo {
	position:relative;
	z-index:2;
}
.logo a, .logo a img {
	display:block;
}
#spnavi, #spMenu {
	display:none;
}
.hmenu ul.lang {
	padding:10px 0 0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-end;
}
.hmenu ul.lang li {
	font-size:16px;
	line-height:1.2;
}
.hmenu ul.lang li:last-child {
	padding:0 0 0 22px;
	margin:0 0 0 22px;
	border-left:solid 1px #192950;
}
.hmenu ul.lang li a,
.hmenu ul.gmenu li a {
	color:#192950;
	display:block;
	position:relative;
}
.hmenu ul.gmenu {
	margin:26px 0 0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-end;
	position:absolute;
	bottom:0;
	right:20px;
	z-index:1;
}
.hmenu ul.gmenu li {
	font-size:16px;
	line-height:1;
	padding:0 25px 0 0;
	margin:0 25px 0 0;
	border-right:solid 1px #192950;
}
.hmenu ul.gmenu li.insta {
	width:20px;
	position:relative;
    padding: 0;
    border-right: none;
}
.hmenu ul.gmenu li.insta a {
	width:20px;
}
.hmenu ul.gmenu li.insta img {
	width:20px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-10%);
}
.hmenu ul.gmenu li.facebook {
	width:20px;
	position:relative;
}
.hmenu ul.gmenu li.facebook img {
	width:20px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-10%);
}
.hmenu ul.gmenu li:last-child {
	padding:0;
	margin:0;
	border-right:0;
}
.about .hmenu ul.gmenu li:nth-child(1) a::after,
.collection .hmenu ul.gmenu li:nth-child(2) a::after,
.exhibition .hmenu ul.gmenu li:nth-child(3) a::after,
.event .hmenu ul.gmenu li:nth-child(4) a::after,
.guide .hmenu ul.gmenu li:nth-child(5) a::after {
	width:calc(100% + 6px);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu__second-level li {
  background-color: #fff;
}
.menu__third-level li {
}
li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top:23px;
    width: 225px;
    margin-left:-25px;
    padding-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
}
li.menu__single:hover ul.menu__second-level {
    padding-bottom:15px;
    visibility: visible;
    opacity: 1;
}
.hmenu ul.gmenu li ul.menu__second-level li {
    border-right: none;
    padding:15px 20px 0 25px;
    margin-right: 0;
}
.hmenu ul.gmenu li ul li a.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.hmenu ul.gmenu li ul.menu__second-level li:nth-child(2) {
    padding-bottom:4px;
}
#spnavi li.sp_collection a {
  background:none;
}
#spnavi li.sp_collection ul li a  {
  color: #fff;
  padding-top:15px;
  padding-bottom:15px;
  background: url(../images/ico_link_sub.png) no-repeat right 25px center #999;
  background-size: 10px auto;
}
#sns {
	width:100%;
	padding:1vh 0 0;
	display:flex;
	justify-content:center;
}
#sns a {
	margin:0 18px;
}
#sns a,
#sns a img {
	max-width:60px;
	display:block;
}
.header_attention {
	width: 100%;
	background-color: #efefef;
	padding: 10px 8px 8px 8px;
	margin-top: 26px;
  }
  .header_attention p {
	text-align: center;
	font-size: 16px;
  }
  .more {
	width: 100%;
	margin: 0 auto;
  }
  .more__content {
	position: relative;
	height: auto;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
  }
  .more__content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	background-color: #ffffff;
  }
  .more__content.open:after {
	z-index: -1;
	opacity: 0;
  }
  .more__btn {
	display: block;
	margin: 40px 170px;
	padding: 14px 30px;
	width: 150px;
	border: 0;
	color: #ffffff;
	background-color: #153162;
	cursor: pointer;
	font-size: 16px;
  }

footer {
	border-top:solid 5px #d19248;
	margin:0;
	padding:53px 0 60px;
	position:relative;
	z-index:8;
	background:#153162;
}
footer .inner {
	width:100%;
	padding:0;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}
footer h2 {
	font-family:adobe-garamond-pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:26px;
	font-weight:400;
	text-align: center;
	line-height:1;
	letter-spacing:0.2em;
	margin:0 0 35px;
}

#ftsns {
	margin:0 auto 70px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#ftsns li {
	margin:0 28px;
	position:relative;
}
#ftsns li span {
	color:#fff;
	font-size:11px;
	white-space: nowrap;
	display:block;
	position:absolute;
	bottom:5px;
	left:40px;
}
#ftsns li.marubeni {
	padding:12px 0;
}
#ftsns li.kyobeni {
	padding:12px 0;
}
#ftsns li a {
	display:block;
	transition:ease .3s;
}
#ftsns li img {
	width:40px;
	height:40px;
	display:block;
}
#ftsns li.marubeni img {
	width:auto;
	height:16px;
}
#ftsns li.kyobeni img {
	width:auto;
	height:20px;
}
#ftnavi {
	padding:0 20px;
	margin:0 auto 45px;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#ftnavi li {
	font-size:16px;
	line-height:1;
	margin:0 0 15px;
	padding:0 20px;
	border-right:1px solid #fff;
	white-space:nowrap;
}
#ftnavi li:nth-child(1) {
	padding-left:0;
}
#ftnavi li:last-child {
	padding-right:0;
	border-right:0;
}
#ftnavi li a {
	color:#fff;
}
.copyright p {
	color:#fff;
	font-size:14px;
	text-align:center;
	margin:0;
}

/* ページトップへ */
#pageTop {
	width:100%;
	height:0;
  margin: 0 auto;
  z-index:900;
  clear:both;
  position: relative;
	visibility: visible;
	overflow:visible;
	position:fixed;
	bottom:0;
	right:0;
}
#totopLink {
	max-width:1380px;
	margin:0 auto;
	position:relative;
}
#totopLink a {
  width:75px;
  height:75px;
	background:url(../images/totop.png) no-repeat center center;
	background-size:100% auto;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	transition:all ease .3s;
	opacity:0;
	pointer-events:none;
}
.totop #totopLink a {
	opacity:1;
	pointer-events:inherit;
}
.pankuzu {
	background:#fff;
	position:relative;
}
.pankuzu ul {
	width:100%;
	max-width:1380px;
	padding:5px 20px 10px;
	margin:0 auto;
	box-sizing:content-box;
	display:flex;
	flex-wrap:wrap;
}
.pankuzu ul li {
	font-size:14px;
	line-height:1.3;
	margin:5px 0 0;
	padding-right:21px;
	position:relative;
}
.pankuzu ul li + li {
	padding-left:24px;
}
.pankuzu ul li + li::before {
	content:"/";
	position:absolute;
	left:0;
}
.pankuzu ul li a {
	text-decoration:underline;
	transition:ease .3s;
}

/* フェードイン */
.fadein {
  opacity : 0;
  transform : translate(0, 0);
  transition : all ease 0.5s;
}
.fadein1 {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all ease 0.5s;
}
.fadein2 {
  opacity : 0;
  transform : translate(-50px, 0);
  transition : all ease 0.5s;
}
.fadein3 {
  opacity : 0;
  transform : translate(50px, 0);
  transition : all ease 0.5s;
}
.fadein4 {
  opacity : 0;
  transform : translate(0, 0);
  transition : all ease 1.2s;
}
.fadein.scrollin, .fadein1.scrollin, .fadein2.scrollin, .fadein3.scrollin, .fadein4.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/******************************************
clearfix
******************************************/
.cf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.cf {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */

#wrapper {
	padding:122px 0 0;
	overflow:hidden;
	position:relative;
}

@media only screen and (max-width:1099px) {
.hmenu ul.gmenu li {
  font-size: 15px;
  line-height: 1;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
.hmenu ul.lang {
	padding:13px 0 0;
}
.hmenu ul.lang li {
	font-size:15px;
}
.hmenu ul.lang li:last-child {
  padding: 0 0 0 12px;
  margin: 0 0 0 12px;
}

}

@media only screen and (max-width:999px) {
footer {
	padding:40px 0;
}
footer h2 {
	margin:0 0 30px;
}
#ftsns {
	margin:0 auto 60px;
}
#ftsns li {
  margin:0 20px;
}
#ftsns li span {
	left:36px;
}
#ftsns li img {
  width:36px;
  height:36px;
}
#ftsns li.marubeni {
	padding:11px 0;
}
#ftsns li.marubeni img {
	width:auto;
	height:14px;
}

#ftnavi {
	margin:0 auto 25px;
}
#ftnavi li {
	font-size:14px;
	padding:0 15px;
}
#totopLink.bt {
	top:12px;
}
#wrapper {
	padding:102px 0 0;
}
.logo a img {
	width:200px;
}
header {
	height:102px;
}
header .inner {
	padding:15px 20px 0;
}
.hmenu ul.gmenu li {
  font-size:13px;
  padding:0 12px 0 0;
  margin:0 12px 0 0;
}
.hmenu ul.lang {
  padding: 8px 0 0;
}
.hmenu ul.lang li {
	font-size:13px;
}
.hmenu ul.lang li:last-child {
  padding:0 0 0 10px;
  margin:0 0 0 10px;
}
.hmenu ul.gmenu li.insta {
  width: 16px;
}
.hmenu ul.gmenu li.facebook {
  width: 16px;
}
.header_attention {
	margin-top: 29px;
}

}


@media only screen and (max-width:899px) {
#ftnavi li {
	font-size:13px;
}

}

@media only screen and (max-width:849px) {
#ftnavi li {
	font-size:12px;
}
.hmenu ul.gmenu li {
  font-size:12px;
  padding:0 10px 0 0;
  margin:0 10px 0 0;
}
.hmenu ul.lang li {
	font-size:12px;
}
.hmenu ul.gmenu li.insta {
  width: 15px;
}
.hmenu ul.gmenu li.facebook {
  width: 15px;
}

}


@media only screen and (max-width:767px) {
.sp {
  display:block !important;
}
.pc {
  display:none !important;
}
header {
	height:100px;
}
header .inner {
	padding:15px 20px 0;
}
.logo {
	width:200px;
}
.hmenu ul.gmenu,
.hmenu ul.lang {
	display:none;
}
#wrapper {
	padding:100px 0 0;
}
#spMenu {
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	display:block;
}
.totop #spMenu {
	position:fixed;
}
#spMenu a {
	width:100px;
	height:100px;
	display:block;
	position:relative;
}
#spMenu a img {
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
header.open #spMenu a {
	background:url(../images/btn_close.png) no-repeat center center;
	background-size:100% auto;
}
header.open #spMenu a img {
	opacity:0;
}
#spHeader {
	width:100%;
	display:block;
}
#spnavi {
  width:100%;
	height:calc(100% - 100px);
	z-index:9;
	margin:0;
	background:#fff;
	position:fixed;
	top:100px;
	left:0;
	overflow:auto;
}
#spnavi ul {
	width:100%;
}
#spnavi ul li {
	margin:0;
	border-top:solid 1px #eee;
}
#spnavi ul li a {
	font-size:24px;
	font-weight:normal;
	line-height:1.3;
	padding:30px 42px 30px 30px;
	letter-spacing:0.1em;
	display: block;
	background:url(../images/ico_link.png) no-repeat right 30px center;
	background-size:16px auto;
}
#spnavi ul li.sns_spmenu {
	width:100%;
	padding:20px 0;
	display:flex;
	position: relative;
	justify-content: center;
}
#spnavi ul li.sns_spmenu a {
	line-height:1;
	padding:0 10px;
	margin:0 25px;
	background:none;
}
#spnavi ul li.sns_spmenu img {
	width:40px;
	height:auto;
	display:block;
}
#spnavi ul li.langage {
	width:100%;
	display:flex;
	position: relative;
}
#spnavi ul li.langage::before {
	content:"";
	width:1px;
	height:30px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%);
	background:#eee;
}
#spnavi ul li.langage a,
#spnavi ul li#close a {
	padding:30px;
}

#spnavi ul li.langage a {
	text-align: center;
	width:50%;
	background:none;
}
#spnavi ul li.langage,
#spnavi ul li#close,
#spnavi ul li.insta,
#spnavi ul li.facebook {
	font-family:adobe-garamond-pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
}
#spnavi ul li#close a {
	color:#fff;
	font-size:40px;
	text-align: center;
	background:#192950;
}
#spnavi ul li#close a span {
	padding:0 0 0 42px;
	display:inline-block;
	background:url(../images/ico_close.png) no-repeat 0 center;
	background-size:26px auto;
}

a.tel_link {
	pointer-events:inherit;
	text-decoration:underline;
}
#ftsns {
  margin:0 auto 50px;
}
#ftnavi li:nth-child(6) {
  padding-left: 0;
}
#totopLink a {
	width:60px;
	height:60px;
}
article {
	padding-top: 36px;
}

}


@media only screen and (max-width:639px) {
header {
	height:80px;
}
header .inner {
	padding:13px 20px 0;
}
#wrapper {
	padding:80px 0 0;
}
#spMenu,
#spMenu a {
	width:80px;
	height:80px;
}
#spnavi {
	top:80px;
	height:calc(100% - 80px);
}
.logo {
	width:160px;
}
#spnavi ul li a {
  font-size:20px;
  font-weight:normal;
  line-height:1.3;
  padding:22px 36px 22px 20px;
  letter-spacing:0.1em;
  display:block;
  background:url(../images/ico_link.png) no-repeat right 25px center;
  background-size:12px auto;
}
#spnavi ul li.sns_spmenu {
	padding:15px 0;
}
#spnavi ul li.sns_spmenu a {
	padding:0 10px;
	margin:0 20px;
}
#spnavi ul li.sns_spmenu img {
	width:30px;
}
#spnavi ul li.langage a,
#spnavi ul li#close a {
	padding:22px;
}
#spnavi ul li#close a {
  font-size:34px;
}
#spnavi ul li#close a span {
	padding:0 0 0 36px;
	background: url(../images/ico_close.png) no-repeat 0 center;
  background-size:20px auto;
}
.more__btn {
  margin: 30px auto;
}
.header_attention {
  margin-top: 24px;
}

}


@media only screen and (max-width:479px) {
header {
	height:60px;
}
header .inner {
	padding:10px 20px 0;
}
#wrapper {
	padding:60px 0 0;
}
#spMenu,
#spMenu a {
	width:60px;
	height:60px;
}
#spnavi {
	top:60px;
	height:calc(100% - 60px);
}
.logo {
	width:120px;
}
#spnavi ul li a {
  font-size:16px;
  line-height:1.3;
  padding:20px 30px 20px 20px;
  background:url(../images/ico_link.png) no-repeat right 25px center;
  background-size:10px auto;
}
#spnavi ul li.sns_spmenu a {
	margin:0 15px;
}
#spnavi ul li.sns_spmenu img {
	width:24px;
}
#spnavi ul li.langage a,
#spnavi ul li#close a {
	padding:20px;
}
#spnavi ul li#close a {
  font-size:24px;
}
#spnavi ul li#close a span {
	padding:0 0 0 30px;
	background: url(../images/ico_close.png) no-repeat 0 center;
  background-size:18px auto;
}
#totopLink a {
	width:50px;
	height:50px;
}
footer h2 {
	font-size:24px;
  margin: 0 0 25px;
}
#ftsns,
#ftnavi {
  margin: 0 auto 30px;
}
#ftsns li span {
	font-size:10px;
  left: 32px;
}
#ftsns li img {
  width: 30px;
  height: 30px;
}
#ftsns li.marubeni {
	padding:9px 0;
}
#ftsns li.marubeni img {
	width:auto;
	height:12px;
}
.copyright p {
	font-size:12px;
}
.pankuzu ul {
	padding:5px 15px 10px;
}

}


@media only screen and (max-width:419px) {
.copyright p {
	font-size:11px;
}

}


@media only screen and (min-width:768px) {
.hmenu ul.lang li a::after,
.hmenu ul.gmenu li a::after {
	content:"";
	width:0;
	height:1px;
	background:#d19248;
	position:absolute;
	left:-3px;
	bottom:-7px;
	transition:ease .3s;
}
.hmenu ul.gmenu li.insta a::after {
	display:none;
}
.hmenu ul.gmenu li.facebook a::after {
	display:none;
}
.hmenu ul.lang li a:hover::after,
.hmenu ul.gmenu li a:hover::after {
	width:calc(100% + 6px);
}
#totopLink a:hover,
#ftsns li a:hover,
.hmenu ul.gmenu li.insta a:hover,
.hmenu ul.gmenu li.facebook a:hover {
	opacity:.7;
}
#ftnavi li a:hover {
	text-decoration:underline;
}
.pankuzu ul li a:hover {
	color:#d19248;
	text-decoration:none;
}
#spnavi {
	display:none !important;
}
.header_attention {
	margin-top: 18px;
	padding: 6px;
}

}


@media print{
.fadein, .fadein1, .fadein2, .fadein3, .fadein4 {
  opacity:1 !important;
  transform:translate(0, 0) !important;
}

}
