@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

.sp {
	display: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header,
footer,
main,
nav,
section,
article,
figure,
figcaption {
	display: block;
}
html,
body,
header,
footer,
main,
nav,
section,
article,
figure,
figcaption,
div,
p,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border: none;
}

em {
	font-style: normal;
}

::selection {
	color: #fff;
	background: #999;
	opacity: 1;
}

#wrap > footer *::selection {
	color: #000;
	background: #bbb;
}

main {
	will-change: opacity;
	opacity: 0;
	transition: opacity 1000ms ease-out 100ms;
}
.loaded main {
	opacity: 1;
}

body {
	line-height: 1;
	color: #1e1e1e;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	background: #f0f0f0;
}

html:lang(en) body {
	font-family: "UniversLTPro-55Roman", sans-serif;
}

a {
	color: #1e1e1e;
	text-decoration: none;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.3;
}

.nowrap {
	white-space: nowrap;
}

#menu-button {
	display: none;
}

#wrap > header {
	position: fixed;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #f0f0f0;
}
#wrap > header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	max-width: 1400px;
	height: 100px;
	margin: 0 auto;
	padding: 0 30px 0 100px;
}

#wrap > header .logo {
	width: 180px;
	height: 70px;
}
#wrap > header .logo img {
	width: 100%;
	height: auto;
}

#wrap > header nav {
	display: flex;
	align-items: center;
}

#wrap > header nav > ul {
	display: flex;
	margin: 0 30px 0 0;
	font-size: 0.9375rem;
}
#wrap > header nav > ul li {
	position: relative;
}
#wrap > header nav > ul > li + li {
	margin-left: 30px;
}

#wrap > header nav > ul .submenu {
	position: absolute;
	left: -30px;
	padding: 25px 30px;
	background: #f0f0f0;

	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease-out;
}
#wrap > header nav > ul ul li + li {
	margin-top: 22px;
}
#wrap > header nav > ul ul li a {
	white-space: nowrap;
}

#wrap > header nav > ul > li.expand:hover .submenu {
	opacity: 1;
	visibility: visible;
}

#wrap > header a {
	transition: all 300ms ease-out;
}
#wrap > header a:hover {
	color: #666;
}

#wrap > header nav > ul li.expand > a {
	display: inline-block;
	padding-right: 14px;
	background: url(../img/arrow_expand.svg) 100% 50% no-repeat;
	background-size: 10px auto;
	cursor: pointer;
}

#wrap > header nav ul li a.external {
	display: inline-block;
	padding-right: 14px;
	background: url(../img/arrow_popup_mini.svg) 100% 50% no-repeat;
	background-size: 8px auto;
}

#wrap > header .lang {
	margin: 0 30px 0 0;
}
#wrap > header .lang ul {
	display: flex;
}
#wrap > header .lang li {
	position: relative;
}
#wrap > header .lang li * {
	font-size: 0.9375rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}

#wrap > header .reserve {
}
#wrap > header .reserve a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100px;
	height: 42px;
	cursor: pointer;
	border: 1px solid #1e1e1e;
}
#wrap > header .reserve a em {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
}

@media screen and (max-width: 1200px) {
	#wrap > header .inner {
		padding-left: 30px;
	}
	#wrap > header nav > ul,
	#wrap > header .reserve a em {
		font-size: 0.8125rem;
	}
	#wrap > header nav > ul,
	#wrap > header .lang {
		margin-right: 20px;
	}
	#wrap > header nav > ul li + li {
		margin-left: 20px;
	}
	#wrap > header .reserve a {
		width: 80px;
	}
}
@media screen and (max-width: 1400px) {
	#wrap > header nav > ul {
		font-size: 0.875rem;
	}
}

#wrap > footer {
	padding: 64px 0 30px;
	color: #f0f0f0;
	background: #1e1e1e;
}
#wrap > footer a {
	color: #f0f0f0;
	transition: all 300ms ease-out;
}
#wrap > footer a:hover {
	text-decoration: none;
}

#wrap > footer .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 60px 0 100px;
}

#wrap > footer .logo {
	position: relative;
	width: 310px;
	top: -5px;
}
#wrap > footer .logo img {
	width: 280px;
	height: auto;
}

#wrap > footer .nav {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 310px - 120px);
}

#wrap > footer .menu {
	display: flex;
	width: 100%;
}
#wrap > footer .menu ul:nth-child(1) {
	width: 25%;
}
#wrap > footer .menu ul:nth-child(2) {
	width: 30%;
}
#wrap > footer .menu ul:nth-child(3) {
	width: 25%;
}
#wrap > footer .menu ul:nth-child(4) {
	width: 20%;
}

#wrap > footer .menu li + li {
	margin-top: 20px;
}
#wrap > footer .menu ul:nth-child(4) li + li {
	margin-top: 30px;
}

#wrap > footer .menu a {
	font-size: 0.875rem;
}
#wrap > footer .menu a:hover {
	color: #999;
}

#wrap > footer .menu ul.external a {
	display: inline-block;
	padding-right: 16px;
	background: url(../img/arrow_foot.svg) 100% 50% no-repeat;
	background-size: 10px auto;
}

#wrap > footer .extra {
	width: 100%;
	margin: 50px 0 0;
}
#wrap > footer .extra ul {
	display: flex;
}
#wrap > footer .extra li + li {
	margin-left: 30px;
}
#wrap > footer .extra a {
	font-size: 0.75rem;
	color: #969696;
}
#wrap > footer .extra a:hover {
	color: #666;
}

#wrap > footer .box {
	position: absolute;
	width: 20%;
	right: 0;
	top: 180px;
}

#wrap > footer .sns ul {
	display: flex;
}
#wrap > footer .sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #f0f0f0;
}
#wrap > footer .sns li a img {
	width: 14px;
	height: auto;
}
#wrap > footer .sns li + li {
	margin-left: 24px;
}

#wrap > footer .lang {
	margin: 30px 0 0;
}
#wrap > footer .lang ul {
	display: flex;
}
#wrap > footer .lang li {
	position: relative;
}
#wrap > footer .lang li + li {
	margin-left: 16px;
}
#wrap > footer .lang li * {
	font-size: 0.875rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
#wrap > footer .lang li span {
	cursor: default;
}
#wrap > footer .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	left: -9px;
	top: calc(50% - 6px);
	background: #f0f0f0;
}
#wrap > footer li a:hover {
	color: #999;
}

#wrap > footer .info {
	position: absolute;
	width: 308px;
	left: 100px;
	bottom: 0;
	padding: 15px 0 0;
	border-top: 1px solid #646464;
}
#wrap > footer .tel {
	margin: 5px 0 0;
	font-size: 0.875rem;
	line-height: 1.5;
}
#wrap > footer .tel strong {
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
#wrap > footer .address {
	margin: 10px 0 0;
	font-size: 0.75rem;
	line-height: 2;
}
#wrap > footer .copyright {
	margin: 15px 0 0;
	font-size: 0.75rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
	color: #969696;
}
#wrap > footer .copyright span {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	transform: scale(1.15);
}

@media screen and (max-width: 1200px) {
	#wrap > footer .menu a {
		font-size: 0.75rem;
	}
}

#wrap {
	padding: 100px 0 0;
}

body.page main {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 100px auto 150px;
	padding: 0 100px;
}

body.news.detail main,
body.collection.detail main {
	margin-bottom: 50px;
}

body.page main {
	will-change: opacity;
	opacity: 0;
	transition: opacity 1000ms ease-out 100ms;
}
html.loaded body.page main {
	opacity: 1;
}

body.page img {
	width: 100%;
	height: auto;
}

body.page h1 {
	position: relative;
	margin: 0 0 30px;
	letter-spacing: 10px;
	font-size: 60px;
	font-weight: normal;
	font-family: "UniversNextPro-Thin", sans-serif;
}
body.page h2 {
	font-size: 1.125rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.static-box dt {
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-nav {
	margin: 30px 0 75px;
}
.entry-nav ul {
	display: flex;
	justify-content: flex-end;
}
.entry-nav li + li {
	margin-left: 12px;
}
.entry-nav li a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 54px;
	border: 1px solid #1e1e1e;
}
.entry-nav li.long a {
	width: 260px;
}

.entry-list + .entry-list {
	margin-top: 110px;
}

.entry-list .header {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.entry-list h3 {
	font-size: 1.125rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-list ul {
	display: flex;
	flex-wrap: wrap;
}
.entry-list li {
	width: calc((100% - 32px) / 3);
	margin-left: 16px;
}
.entry-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.entry-list li:nth-child(n + 4) {
	margin-top: 70px;
}

.entry-list .pict {
	margin: 0 0 15px;
}
.entry-list .date {
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.entry-list .title {
	margin: 5px 0 0;
	line-height: 1.9;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-list a {
	display: block;
	transition: all 300ms ease-out;
}
.entry-list a:hover {
	opacity: 0.7;
}

.entry-list .pulldown {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.entry-list .pulldown dt a {
	display: block;
	padding: 5px 24px 4px 16px;
	cursor: pointer;
}
.entry-list .pulldown dt a em {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 8px;
	margin: 0 0 0 10px;
	top: -2px;
	vertical-align: middle;
	background: url(../img/arrow_pulldown_black.svg) 0 0 no-repeat;
}
.entry-list .pulldown dd {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-out;
}
.entry-list .pulldown ul {
	display: block !important;
	padding: 8px 0 0;
	background: #f0f0f0;
}
.entry-list .pulldown li {
	width: auto;
	margin: 0 !important;
}
.entry-list .pulldown li a {
	display: block;
	padding: 8px 24px 8px 16px;
	cursor: pointer;
}

.entry-list .pulldown:hover dd {
	opacity: 1;
	visibility: visible;
}

.content-intro {
	max-width: 800px;
	margin: 100px 0 55px;
}
.content-intro p {
	line-height: 2;
}

.schedule-box {
	margin: 110px 0 0;
}
.schedule-box li + li {
	margin-top: 90px;
}
.schedule-box dt {
	font-size: 1.375rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.schedule-box dt + dd {
	margin: 5px 0 0;
	line-height: 1.45;
	font-size: 1.375rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.schedule-box dd + dd {
	margin: 20px 0 0;
}
.schedule-box dd a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}
.schedule-box dd em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.schedule-box dd a:hover em {
	transform: translateX(5px);
}

.entry-detail {
	margin: 120px 0 0;
}
.entry-detail .column {
	display: flex;
	justify-content: space-between;
}
.entry-detail .column .box {
	width: 810px;
}

.entry-detail .column.has-image .box {
	width: 405px;
}
.entry-detail .column .pict {
	width: calc(100% - 405px - 40px);
	max-width: 600px;
}
.entry-detail .column .pict span {
	display: block;
	margin: 10px 0 0;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: right;
}

.entry-detail .header .date {
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.entry-detail .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.375rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-detail .column .text {
	margin: 40px 0 0;
}
.entry-detail .column .text p {
	line-height: 2;
}

.entry-detail nav.event {
	margin: 25px 0 0;
}
.entry-detail .column .text nav {
	margin: 30px 0 0;
}
.entry-detail nav.event a,
.entry-detail .column .text nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}
.entry-detail nav.event a em,
.entry-detail .column .text nav a em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.entry-detail nav.event a:hover em,
.entry-detail .column .text nav a:hover em {
	transform: translateX(5px);
}
.entry-detail .column .text nav a + a {
	margin-top: 20px;
}

.entry-extra {
	margin: 140px 0 0;
}
.entry-extra .header {
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.entry-extra h3 {
	font-size: 1.125rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.entry-extra dl {
	display: flex;
	justify-content: space-between;
}
.entry-extra dt {
	width: 120px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	line-height: 1.9;
}
.entry-extra dd {
	width: calc(100% - 145px);
	line-height: 1.9;
}
.entry-extra dl + dl {
	margin-top: 20px;
}

.entry-extra nav {
	margin: 20px 0 0 145px;
}
.entry-extra nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.entry-extra nav a em {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	right: 28px;
	top: calc(50% - 9px);
	background: url(../img/arrow_popup.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.entry-extra nav a:hover {
	background: #444;
}
.entry-extra nav a + a {
	margin-top: 20px;
}

.news-list {
	margin: 120px 0 0;
}
.news-list ul {
	border-top: 1px solid #c8c8c8;
}
.news-list li {
	border-bottom: 1px solid #c8c8c8;
}
.news-list li a {
	display: flex;
}
.news-list li .summary {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 98px;
	padding: 30px 0;
}
.news-list li .date {
	position: relative;
	width: 180px;
	top: 3px;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.news-list li .title {
	position: relative;
	width: calc(100% - 180px - 110px);
	line-height: 1.9;
}
.news-list li .more {
	position: relative;
	display: flex;
	width: 110px;
	height: 30px;
	background: url(../img/arrow_right_thin.svg) 50% 50% no-repeat;
	background-size: 52px auto;
	transition: all 300ms ease-out;
}
.news-list li a:hover .more {
	transform: translateX(5px);
}
.news-list li a:hover .title {
	opacity: 0.7;
}

.return-index {
	margin: 140px 0 0;
}
.return-index a {
	display: inline-flex;
	letter-spacing: 3px;
	font-size: 2.25rem;
	font-weight: 400;
	font-family: "UniversNextPro-Thin", sans-serif;
}
.return-index a .back {
	position: relative;
	display: flex;
	width: 76px;
	height: 30px;
	top: -4px;
	background: url(../img/arrow_left_thin.svg) 0% 50% no-repeat;
	background-size: 52px auto;
	transition: all 300ms ease-out;
}
.return-index a:hover .back {
	transform: translateX(-5px);
}

.about-section {
	margin: 120px 0 0;
}
.about-section + .about-section {
	margin-top: 90px;
}
.about-section .column {
	display: flex;
	justify-content: space-between;
}
.about-section .column .box {
	width: 405px;
}
.about-section .column .pict {
	width: calc(100% - 405px - 40px);
	max-width: 600px;
}

.about-section .header {
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.about-section .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.375rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.about-section .column .text {
}
.about-section .column .text p {
	line-height: 2;
}

.company-list {
	margin: 120px 0 0;
}
.company-list .header {
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.company-list .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.company-list dt {
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.company-list dl {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	line-height: 2;
}
.company-list dt,
.company-list dd {
	box-sizing: border-box;
}
.company-list dt {
	width: calc(45% - 40px);
	text-align: right;
	padding-right: 40px;
}
.company-list dd {
	width: calc(55% + 40px);
	padding-left: 40px;
}
.company-list dl + dl {
	margin-top: 20px;
}
.company-list dd a {
	text-decoration: underline;
}
.company-list dd a:hover {
	text-decoration: none;
}

.company-history {
	margin: 80px 0 0;
}
.company-history .header {
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.company-history .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.company-history dt {
}

.company-history dl {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	line-height: 2;
}
.company-history dt {
	width: 200px;
}
.company-history dd {
	width: calc(100% - 200px);
}
.company-history dl + dl {
	margin-top: 20px;
}

.company-history p {
	max-width: 750px;
	font-size: 1rem;
	line-height: 2;
}

body.collection .entry-detail .column .box {
	width: 410px;
}
body.collection .entry-detail h3 {
	font-size: 1.25rem;
}

.collection-caption {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 2;
}
.collection-detail {
	margin: 80px 0 0;
}
.collection-detail dl + dl {
	margin-top: 70px;
}
.collection-detail dt {
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.collection-detail dd {
	margin: 22px 0 0;
	line-height: 2;
}

.indent-list {
	margin: 100px 0 0;
}
.indent-list + .indent-list {
	margin-top: 80px;
}
.indent-list .header {
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.indent-list .header h3 {
	margin: 10px 0 0;
	line-height: 1.9;
	font-size: 1.125rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.indent-list dl {
	margin: 0 0 0 100px;
	line-height: 2;
}
.indent-list dt {
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.indent-list dl + dl {
	margin-top: 25px;
}

.indent-list dl.large dt {
	font-size: 1.25rem;
}
.indent-list dl.large dt.en {
	font-size: 1.625rem;
	font-family: "UniversNextPro-Bold", sans-serif;
}
.indent-list dl.large dt + dd {
	margin-top: 5px;
}
.indent-list dd.hidden {
	display: none;
}

.indent-list dl.middle {
	max-width: 750px;
}
.indent-list dl.middle dd {
	margin-top: 5px;
}

.indent-list p {
	max-width: 542px;
	margin: 0 0 0 100px;
	line-height: 2;
}
.indent-list p + p {
	margin-top: 5px;
}

.indent-list p.middle {
	max-width: 750px;
}
.indent-list p + p.middle {
	margin-top: 30px;
}

.indent-list dl.middle {
	max-width: 780px;
}

.indent-list p.wide {
	max-width: 100%;
}
.indent-list p + p.wide {
	margin-top: 30px;
}

.indent-list nav + p {
	margin-top: 50px;
}
.indent-list nav + dl {
	margin-top: 50px;
}

.indent-list .pad {
	margin-top: 30px !important;
}
.indent-list .break {
	margin-top: 50px !important;
}
.indent-list .mini-break {
	margin-top: 1em !important;
}

.indent-list a {
	text-decoration: underline;
}
.indent-list a:hover {
	text-decoration: none;
}

.indent-list nav {
	max-width: 542px;
	margin: 20px 0 0 100px;
}
.indent-list nav + nav {
	margin-top: 20px;
}
.indent-list nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}
.indent-list nav a em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.indent-list nav a:hover em {
	transform: translateX(5px);
}

.indent-list nav a.long {
	width: 450px;
}

.indent-list nav.pdf a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 48px;
	font-size: 1.125rem;
	color: #fff;
	text-decoration: none;
	background: #1e1e1e;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.indent-list nav.pdf a em {
	position: absolute;
	display: block;
	width: 32px;
	height: 12px;
	right: 40px;
	top: calc(50% - 6px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.indent-list nav.pdf a:hover {
	background: #444;
}
.indent-list nav.pdf a:hover em {
	transform: translateX(0);
}

.indent-list nav.ticket {
	margin: 50px 0 0 0;
}

.indent-list nav.w-free a {
	width: auto;
	min-width: 386px;
	display: inline-flex;
	padding-right: 93px;
}

.content-intro nav {
	margin: 30px 0 0;
}
.content-intro nav.ticket a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 48px;
	font-size: 1.125rem;
	color: #fff;
	text-decoration: none;
	background: #1e1e1e;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.content-intro nav.ticket a em {
	position: absolute;
	display: block;
	width: 82px;
	height: 8px;
	right: 30px;
	top: calc(50% - 4px);
	background: url(../img/arrow_white.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.content-intro nav.ticket a:hover em {
	transform: translateX(5px);
}

.indent-list table {
	width: 750px;
	margin: 25px 0 25px 110px;
	border-collapse: collapse;
}
.indent-list table th,
.indent-list table td {
	text-align: center;
	vertical-align: middle;
	font-size: 0.9125rem;
	line-height: 1.8;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	border: 1px solid #1e1e1e;
}
.indent-list table thead th {
	padding: 8px;
}
.indent-list table tbody th {
	padding: 8px;
}
.indent-list table td {
	padding: 8px;
}

.indent-list dl.school {
	margin-top: 40px;
}
.indent-list dl.school > dt {
	margin-bottom: 15px;
}
.indent-list dl.school dl {
	max-width: 835px;
	margin: 0;
	padding: 22px 30px;
	border: 1px solid #707070;
}
.indent-list dl.school > dd + dd {
	margin-top: 20px;
}
.indent-list dl.school dl dt {
	margin-bottom: 5px;
}

.static-box {
	max-width: 1080px;
	margin: 50px 0 0;
}
.static-box p {
	font-size: 1rem;
	line-height: 2;
}
.static-box p.intro {
	margin: 0 0 35px;
}
.static-box p.foot {
	margin-top: 20px;
}

.static-box dl {
	font-size: 1rem;
	line-height: 2;
}
.static-box dl + dl {
	margin-top: 30px;
}
.static-box dd + dd {
	margin-top: 30px;
}
.static-box dd {
	margin-top: 6px;
}
.static-box dd a {
	text-decoration: underline;
}
.static-box dd a:hover {
	text-decoration: none;
}

.static-box .caption {
}
.static-box table + .caption {
	margin-top: 25px;
}
.static-box .note {
	margin-top: 10px;
}

.static-box table {
	width: 100%;
	margin: 20px 0 0;
	border-collapse: collapse;
}
.static-box table th,
.static-box table td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
	border: 1px solid #1e1e1e;
}
.static-box table thead th {
	padding: 8px;
}
.static-box table tbody th {
	padding: 2px 8px;
}
.static-box table td {
	padding: 2px 8px;
}
.static-box table.pad td {
	padding: 25px 8px;
}

.parag-list h3 {
	font-size: 1rem;
	font-weight: normal;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.parag-list p + p {
	margin-top: 1.5em;
}
.parag-list * + h3 {
	margin-top: 60px;
}
.parag-list h3 + * {
	margin-top: 15px;
}

.static-box.wide {
	max-width: 1200px;
	margin: 30px 0 0;
}
.static-box.wide table.pad {
	max-width: 810px;
}
.static-box table.wide th,
.static-box table.wide td {
	width: auto;
}
.static-box table.wide th {
	padding-top: 5px;
}
.static-box table.wide td {
	padding-top: 5px;
}

.parag-list nav {
	margin: 20px 0 0;
}
.parag-list nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 48px;
	font-size: 1.125rem;
	color: #fff;
	text-decoration: none;
	background: #1e1e1e;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.parag-list nav a em {
	position: absolute;
	display: block;
	width: 32px;
	height: 12px;
	right: 40px;
	top: calc(50% - 6px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.parag-list nav a:hover {
	background: #444;
}

#wrap > header .lang {
	margin: 0 30px 0 0;
}
#wrap > header .lang ul {
	display: flex;
}
#wrap > header .lang li {
	position: relative;
}
#wrap > header .lang li * {
	font-size: 0.875rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
#wrap > header nav .lang ul li + li {
	margin-left: 24px;
}
#wrap > header .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	left: -12.5px;
	top: calc(50% - 8px);
	background: #1e1e1e;
}
#wrap > header .lang li.current a {
	color: #999;
}

html:lang(en) #wrap > header nav {
	padding-left: 20px;
}
html:lang(en) #wrap > header nav li a {
	font-size: 0.875rem;
}
html:lang(en) #wrap > header nav > ul > li + li {
	margin-left: 16px;
}
html:lang(en) #wrap > header .reserve a {
	width: 85px;
}
html:lang(en) #wrap > header .reserve a em {
	font-size: 0.9375em;
}

html:lang(en) body.page h2 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .static-box dt {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .entry-list h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .entry-list .title {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .schedule-box dt + dd {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .entry-detail .header h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .entry-extra h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .entry-extra dt {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .about-section .header h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .company-list .header h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .company-list dt {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .company-history .header h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .collection-detail dt {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .indent-list .header h3 {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .indent-list dt {
	font-family: "UniversLTPro-65Bold", sans-serif;
}
html:lang(en) .indent-list table th,
html:lang(en) .indent-list table td {
	font-family: "UniversLTPro-55Roman", sans-serif;
}
html:lang(en) .static-box table th,
html:lang(en) .static-box table td {
	font-family: "UniversLTPro-55Roman", sans-serif;
}
html:lang(en) .parag-list h3 {
	font-family: "UniversLTPro-55Roman", sans-serif;
}
