@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@700&display=swap');

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* レイアウト
------------------------------------------------------------ */
html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-family: "Zen Kaku Gothic Antique", serif;
	/* font-weight: 500; */
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #282828;
	-webkit-font-smoothing: antialiased;
}

body.s {
	min-width: 320px;
	font-size: 1.6rem;
}

.wrapper {
	min-height: 100vh;
	width: 100%;
	position: relative;
}

a {
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: #005bac;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

/* a .pdf {
	background-color:#e60012;
	color:#231815;
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	padding:1px 14px;
	margin-left:12px;
	vertical-align:middle;
} */
/* .s a .pdf {
	font-size:14px;
	font-size:1.4rem;
	padding:1px 20px;
	margin-left:0;
} */

/* スマホ時画像長押し保存禁止 */
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}

/* 三点リーダー用 */
.f-jp {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", Helvetica, Arial, sans-serif;
}

/* PAGETOP */
.ui-pagetop {
	position: fixed;
	z-index: 120;
	right: 15px;
	/* overflow:hidden; */
}

.ui-pagetop a {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../img/v2-pagetop.png) no-repeat;
	background-size: 64px 64px;
}

.ui-pagetop a:hover {
	opacity: 1;
}

.s .ui-pagetop {
	bottom: 20px;
	right: 12px;
}

.s .ui-pagetop a {
	width: 48px;
	height: 48px;
	background-size: 48px;
}

img {
	width: 100%;
}

._navy {
	color: #0b318f;
}

._blue {
	color: #005bac;
}

/* ヘッダー
------------------------------------------------------------ */
header {
	position: fixed;
	min-width: 100vw;
	top: 0;
	z-index: 99;
	background-color: #fff;
}

.s header {
	border-bottom: none;
	margin-bottom: 0;
	height: 60px;
}

/* スキップリンク */
.skiplink-pc {
	display: block;
	outline: 0;
}

.s .skiplink-pc {
	display: none;
}

.skiplink-sp {
	display: none;
}

.s .skiplink-sp {
	display: block;
	outline: 0;
}

.skiplink-pc a,
.skiplink-sp a {
	display: block;
	height: 0;
	overflow: hidden;
	text-align: center;
	color: #231815;
	background: #000;
	outline: 0;
	line-height: 0;
	font-size: 1.4rem;
	position: relative;
	z-index: 100000;
}

.skiplink-pc a:focus,
.skiplink-sp a:focus {
	height: 3em;
	line-height: 1;
	color: #231815;
	padding: 1em 0;
	background: #110c0a;
}

.skiplink-pc a:focus:hover,
.skiplink-sp a:focus:hover {
	opacity: 1;
	text-decoration: underline;
}

/* PCヘッダー（トップページ）
-----------------------------*/
header {
	background-color: #0b318f;
}

.header-box {
	max-width: 1520px;
	width: 100%;
	padding: 10px 20px;
	background-color: #0b318f;
	margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.header-box {
		padding: 6px 10px;
	}
}

.pc-header {
	display: flex;
	max-width: 1520px;
	text-align: center;
	align-items: center;
}


@media screen and (max-width:941px) {
	.pc-header {
		display: none;
	}
}

.h-logo {
	max-width: 186px;
	width: 12.91vw;
}

@media screen and (max-width:940px) {
	.h-logo {
		max-width: 144px;
		width: 100%;
	}
}

.header-nav {
	display: flex;
	width: 80%;
	justify-content: flex-start;
	align-items: center;
	margin-left: 2vw;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.header-nav {
		margin-left: 2%;
	}
}

.header-nav .header-logo {
	width: 167px;
}

.header-nav .header-news {
	width: 65.5px;
}

.header-nav .header-about {
	width: 73.5px;
}

.header-nav .header-artist {
	width: 74px;
}

.header-nav .header-outline {
	width: 152px;
}

.header-nav .header-interview {
	width: 98px;
}

.header-nav .header-catalog {
	width: 106px;
}

.header-nav .header-blog {
	width: 50.5px;
}

.header-nav .header-event {
	width: 64px;
}

.header-nav .header-press {
	width: 105.5px;
}

@media screen and (min-width:500px) and (max-width:1000px) {
	.header-nav .header-logo {
		width: calc(167px * 0.72);
	}

	.header-nav .header-news {
		width: calc(65.5px * 0.72);
	}

	.header-nav .header-about {
		width: calc(73.5px * 0.72);
	}

	.header-nav .header-artist {
		width: calc(74px * 0.72);
	}

	.header-nav .header-outline {
		width: calc(152px * 0.72);
	}

	.header-nav .header-interview {
		width: calc(98px * 0.72);
	}

	.header-nav .header-catalog {
		width: calc(106px * 0.72);
	}

	.header-nav .header-blog {
		width: calc(50.5px * 0.72);
	}

	.header-nav .header-event {
		width: calc(64px * 0.72);
	}

	.header-nav .header-press {
		width: calc(105.5px * 0.72);
	}
}

.header-nav>li {
	padding: 0 30px;
	font-size: 18px;
	line-height: 1.3;
}

@media screen and (min-width:1041px) and (max-width:1520px) {
	.header-nav>li {
		padding: 0 10px;
	}
}

.m .header-nav>li {
	padding: 0 6px;
	font-size: 1.4rem;
}

.header-nav>li span {
	font-size: 14px;
	color: #bdc5cf;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.header-nav>li span {
		font-size: 1.2rem;
	}
}


.header-nav>li>a {
	display: block;
	font-size: 1.6rem;
	text-decoration: none;
	transition: 0.2s;
	color: #fff;
	font-weight: bold;
}

.header-nav>li>div {
	display: block;
	font-size: 1.6rem;
	text-decoration: none;
	color: #c2daff;
	font-weight: bold;
}

.header-nav>li>div span {
	color: #c2daff;
}

.header-nav>li:first-child {
	vertical-align: middle;
	padding: 0 20px 0 0;
	border-left: none;
}

@media screen and (min-width:1241px) and (max-width:1400px) {
	.header-nav>li .header-nav>li>a {
		font-size: 1.4rem;
	}

	.header-nav>li>div {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:1001px) and (max-width:1240px) {
	.header-nav>li>a {
		font-size: 1.2rem;
	}

	.header-nav>li>div {
		font-size: 1.2rem;
	}
}

@media screen and (min-width:769px) and (max-width:1240px) {
	.header-nav>li>a {
		padding: 6px 0;
	}
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.header-nav>li>a {
		font-size: 1.0rem;
	}

	.header-nav>li>div {
		font-size: 1.0rem;
	}
}

.br-w900 {
	display: none;
}

.s .br-w900 {
	display: none;
}

.header-info {
	display: flex;
	align-items: center;
	margin-left: auto;
	width: 30%;
	justify-content: end;
}

.s .header-info {
	justify-content: space-between;
}

.header-sns {
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: space-between;
}

@media screen and (max-width:940px) {
	.header-sns {
		justify-content: center;
		width: 50%;
		margin: 20px auto 0;
	}
}

.m30 {
	max-width: 150px;
}

.header-sns .sns {
	padding-right: 15px;
}

@media screen and (min-width:769px) and (max-width:1240px) {
	.header-sns .sns {
		max-width: 40px;
		padding-right: 10px;
	}
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.header-sns .sns {
		max-width: 35px;
	}
}


/* SPヘッダー（トップページ）
-----------------------------*/
/*ハンバーガーメニュー*/
#sp-header {
	display: none;
	color: #231815;
}

@media screen and (max-width:940px) {
	#sp-header {
		display: block;
	}

	#sp-header .sp-area {
		color: #231815;
		position: fixed;
		display: block;
		background-color: #fafafa;
		z-index: 99;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		transition: .2s;
	}

	#sp-header .sp-area._scroll {
		background: rgba(250, 250, 250, 0.8);
		backdrop-filter: blur(5px);
		border-bottom: 1px solid #e8e4dc;
	}

	.top #sp-header .sp-area {
		position: relative;

	}

	#sp-header .sp-area.-h100 {
		height: 100%;
		overflow-y: scroll;
	}

	#sp-header .-container {
		display: flex;
		align-items: center;
		position: relative;
		height: 60px;
		text-align: center;
		padding: 0 15px;
		background: #0b318f;
		z-index: 5;
	}

	#sp-header .-container .-item.-menu {
		position: absolute;
		right: 0;
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
	}

	#sp-header .-container .-item.-logo {
		position: relative;
		z-index: 3;
		transition: .3s;
	}

	#sp-header .-container .-item.-logo img {
		width: 220px;
		transition: .3s;
	}

	#sp-header a.menu-toggle {
		width: 100%;
		height: 100%;
		display: block;
		background: url(../img/icon_open.png) center center no-repeat;
		background-size: 40px 40px;
		position: relative;
		z-index: 30;
	}

	#sp-header a.menu-toggle.on {
		width: 100%;
		height: 100%;
		display: block;
		background: url(../img/icon_close.png) center center no-repeat;
		background-size: 28px 28px;
		position: relative;
		z-index: 30;
	}

	#sp-header .spmenu-inner {
		display: none;
		position: fixed;
		overflow-y: scroll;
		height: 100%;
		top: 0;
		width: 100%;
		background: #0b318f;
		/* color: #fff; */
		z-index: 2;
		padding-top: 60px;
	}

	#menu-background {
		display: none;
	}
}

.mt-6 {
	margin-top: -6px;
}

.header-sns li {
	display: inline-block;
	padding: 0 5px 0 0;
}

@media screen and (max-width:940px) {
	.header-sns li {
		padding: 0 15px 0 0;
	}
}

.header-sns li a {
	display: block;
	border-radius: 50%;
	opacity: 1;
	width: 80%;
}

@media screen and (max-width:940px) {
	.header-sns li a {
		max-width: 36px;
		margin: 0 auto;
	}
}

.header-sns li a:hover {
	opacity: 1;
}

/*spメニュー部分）*/
.sp-nav {
	display: none;
}

@media screen and (max-width:940px) {
	.sp-nav {
		display: block;
		padding-bottom: 40px;
	}


	.sp-nav .-list {
		list-style: none;
		padding: 0;
		text-align: left;
	}

	.sp-nav .-list li {
		width: 100%;
		border-bottom: 1px solid #cdc8c0;
		text-align: center;
		display: block;
	}

	.sp-nav .-list li:first-of-type {
		border-top: 1px solid #cdc8c0;
	}

	.sp-nav .-list a {
		font-size: 18px;
		width: 100%;
		display: block;
		color: #fff;
		padding: 17px 0;
		font-weight: bold;
	}

	.sp-nav .-list span {
		color: #bdc5cf;
		font-size: 15px;
	}

	.sp-nav .-list .-item {
		position: relative;
		display: block;
		font-size: 1.85rem;
		font-weight: bold;
		transition: .3s;
		padding: 18px 14px;
		letter-spacing: -0.05em;
		text-align: center;
	}

	.sp-nav .-list a.-item span {
		color: #fff;
		font-weight: bold;
		display: block;
		font-size: 1.4rem;
		font-family: oswald, sans-serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0.05em;
	}

	.sp-nav .-list div.-item {
		color: #bbbbbb;
	}

	.sp-nav .-list div.-item span {
		color: #bbbbbb;
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
	}

	.sp-nav .-list div.-item span.comingsoon {
		color: #666666;
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
		border: 1px solid #ccc;
		padding: 2px 5px;
		width: 150px;
		margin: 0 auto;
	}
}

/*** Main Logo ***/

/* └ 優待ボタン */
.exhibition-hospitality {
	display: inline-block;
	width: 130px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
}

.exhibition-hospitality.-family {
	background-image: url(../../common/img/icon_fee_family.png)
}

.exhibition-hospitality.-silver {
	background-image: url(../../common/img/icon_fee_silver.png)
}

.exhibition-hospitality.-senior {
	background-image: url(../../common/img/icon_fee_senior.png)
}

.exhibition-hospitality.-school {
	background-image: url(../../common/img/icon_fee_school.png);
	margin-right: 10px;
}

.exhibition-hospitality.-exemption {
	background-image: url(../../common/img/icon_fee_exemption.png);
	margin-right: 10px;
}

.exhibition-hospitality.-nursery {
	background-image: url(../../common/img/icon_fee_nursery.png)
}

.exhibition-hospitality.-family-en {
	background-image: url(../../common/img/icon_fee_family_en.png)
}

.exhibition-hospitality.-silver-en {
	background-image: url(../../common/img/icon_fee_silver_en.png)
}

.exhibition-hospitality.-exemption-en {
	background-image: url(../../common/img/icon_fee_exemption_en.png);
	margin-right: 10px;
}

/* ページナビ */
.page-nav-option {
	float: right;
}

.page-nav-option a {
	display: inline-block;
	line-height: 1;
	padding: 8px 10px;
	border: 1px solid #bbb;
	text-decoration: underline;
}

.page-nav-option a:hover {
	text-decoration: none;
}

.s .page-nav {
	border-bottom: none;
	padding: 10px 0 0
}

.s .page-nav-option {
	margin-bottom: 10px;
}

.s .page-nav-option a {
	padding: 10px 10px 12px 22px;
	margin-bottom: 4px;
}

.s .page-nav-option._noborder a {
	border: none;
	font-size: 1.3rem;
	padding: 0 0 0 22px;
}

.s .page-nav-option {
	float: none;
}

/* Footer
------------------------------------------------------------ */
footer {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	bottom: 0;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 15px 25px;
	position: absolute;
	background-color: #0b318f;
	color: #fff;
	padding: 0;
}

footer a {
	color: #fff;
}

.footer-area {
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
}

.s .footer-area {
	padding: 10px 20px;
}

.footer-info {
	display: flex;
	align-items: center;
	font-size: 1rem;
}

.s .footer-info {
	width: 100%;
	justify-content: center;
	padding-bottom: 10px;
}

footer ._site {
	font-size: 1.2rem;
	text-align: right;
}

.s footer ._site {
	display: flex;
	padding: 0;
}

footer ._site li {
	text-decoration: none;
	margin: 0 10px 10px;
}

footer ._site li:nth-last-of-type(1) {
	margin-bottom: 0;
}

footer ._site li a {
	position: relative;
	padding: 2px 20px 2px 0;
	display: inline-block;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer ._site li a {
		padding: 2px 20px 2px 10px;
	}
}

.s footer ._site li a {
	padding: 1px 20px 1px 0;
}

.sns-box {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.s .sns-box {
	display: none;
}

.sns-box .sns {
	padding-right: 15px;
}

#page footer ._site li a {
	color: #fff;
}

footer ._site li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
}

footer ._site li a:hover {
	text-decoration: underline;
	opacity: 1;
	cursor: pointer;
}

ul {
	list-style: none;
}

footer .tobi-logo {
	width: 207px;
	margin-right: 10px;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .tobi-logo {
		width: 150px;
		margin-right: 5px;
	}
}

.s footer .tobi-logo {
	max-width: 140px;
	width: 100%;
}

footer .copyright {
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .copyright {
		font-size: 1.0rem;
	}
}

.s footer .copyright {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 1.0rem;
	bottom: auto;
	right: auto;
}

.s .footer-sns {
	display: none;
}

.footer-sns li {
	display: inline-block;
	padding: 0 5px;
}

.footer-sns li a {
	display: block;
	width: 36px;
	border-radius: 50%;
	opacity: 1;
	transition: .2s;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.footer-sns li a {
		width: 32px;
	}
}

.footer-sns li a:hover {
	opacity: 0.8;
	transition: .2s;
}

/* iPhone SE時改行 */
.s .s-320-block {
	display: none;
}

@media screen and (max-width:320px) {
	.s .s-320-block {
		display: block;
	}
}

/* 基本
------------------------------------------------------------ */

/* ヘッダーの言語ボタン */
.Header-lang {
	white-space: nowrap;
	font-size: 13px;
	display: flex;
	background-color: #bdc5cf;
	border-radius: 20px;
}

@media screen and (max-width:940px) {
	.Header-lang {
		width: fit-content;
		margin: 20px auto 0;
		text-align: center;
		/* padding: 20px 0; */
		display: block;
	}
}

.Header-lang a {
	text-decoration: none;
}

.Header-lang-btn._selected {
	pointer-events: none;
	background: #ffffff;
	border-radius: 20px;
}

.Header-lang-btn {
	display: inline-block;
	padding: 0.45em 1.1em;
	color: #0b318f;
	font-size: 1em;
	font-weight: bold;
}

/* 基本 */
.wrapper {
	background-color: #dae2eb;
}

.wrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	padding: 65px 0 76px;
	transition: .3s;
}

.s .wrap {
	padding: 60px 0 90px;
	max-width: none;
}

.contents-box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 140px 0 180px;
}

.s .contents-box {
	width: 90%;
	padding: 100px 0 140px;
}

h2 {
	font-size: 44px;
	text-align: center;
	line-height: 0.8;
	font-weight: bold;
	background-image: url(../img/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 10%;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.s h2 {
	font-size: 30px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

h2 span {
	font-size: 28px;
	color: #0b318f;
}

.s h2 span {
	font-size: 19px;
}

h3 {
	text-align: center;
	font-size: 3.6rem;
	color: #0b318f;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.s h3 {
	font-size: 25px;
}

h3 ._icon {
	font-size: 1.8rem;
	border: 1px solid #0b318f;
	color: #0b318f;
	padding: 3px 10px;
	margin-left: 20px;
}


h4 {
	font-size: 28px;
	text-align: center;
	color: #0f0f0f;
	font-weight: bold;
	margin-bottom: 10px;
}

h4.number {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

h4.number .n-txt {
	font-size: 40px;
	padding-right: 5px;
}

h4.number .txt {
	font-size: 25px;
}

.s h4 {
	font-size: 19px;
}

.s h4.number {
	justify-content: left;
}

.s h4.number .n-txt {
	font-size: 30px;
}

.s h4.number .txt {
	font-size: 19px;
	text-align: left;
}


.common-list {
	text-indent: -1em;
	padding-left: 1em;
}


/* TOP */
#top-page {
	background-image: url(../img/top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	padding-right: 60px;
}

@media (max-width: 1550px) {
	#top-page {
		background-position: left 35% top;
	}
}

.s #top-page {
	background-image: url(../img/top_bg_sp.png);
	background-position: top 60px left 0;
	background-size: 100%;
	padding-right: 0;
	min-height: 100vh;
}

@media (max-height: 820px) {
	.s #top-page {
		background-position: top -8vh left 0;
	}
}

#top-page .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}

.s #top-page .wrap {
	justify-content: space-between;
}

.mv_box {
	padding: 40px 0;
	width: 68%;
	display: flex;
	margin-left: auto;
}

.s .mv_box {
	width: 90%;
	padding: 30px 0;
	display: block;
	margin: 0 auto;
}

.top_left {
	width: 71%;
}

.s .top_left {
	width: 100%;
}

.top_right {
	padding: 0 40px;
	width: 29%;
	margin-top: auto;
}

.s .top_right {
	width: 60%;
	margin-left: auto;
	padding: 26% 0 0 0;
}

.lead {
	border-top: 1px solid #0b318f;
	width: 59%;
	margin-left: auto;
	color: #0b318f;
	font-weight: bold;
	font-size: 22px;
	padding: 30px;
	text-shadow: 0 0 10px rgba(190, 198, 208, 1);
}

.s .lead {
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	padding: 15px 0;
}

.lead p:nth-child(2) {
	padding-left: 1em;
}

.lead p:nth-child(3) {
	padding-left: 2em;
}

.lead p:nth-child(4) {
	padding-left: 3em;
}

/* ニュース */
.news-list li {
	width: 100%;
	display: flex;
	border-bottom: solid 2px #b5bdc7;
}

.s .news-list li {
	display: block;
}

.news-term {
	width: 20%;
	padding: 24px 20px 22px 0;
}

li:first-of-type .news-term {
	padding-top: 0;
}

.s .news-term {
	padding: 10px 0 0 0;
	width: 100%;
}

.news-text {
	width: 80%;
	padding: 24px 20px 22px 24px;
}

li:first-of-type .news-text {
	padding-top: 0;
}

.s .news-text {
	padding: 10px 0 0 0;
	width: 100%;
}

.news-table dl {
	margin: 0;
	display: flex;
}

.s .news-table dl {
	display: block;
}

.news-table dt {
	padding: 24px 20px 22px 0;
	width: 20%;
}

.s .news-table dt {
	padding: 10px 0 0 0;
	width: 100%;
}

.news-table dd {
	padding: 24px 20px 22px 24px;
	width: 80%;
	margin: 0;
}

.s .news-table dd {
	padding: 0 0 10px 20px;
	width: 100%;
}

.pdf {
	max-width: 40px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	margin-right: 12px;
	vertical-align: middle;
}

.s .pdf {
	max-width: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}

/* 基本情報 */
.info-box dl {
	display: flex;
	width: 100%;
	border-bottom: solid 2px #b5bdc7;
	margin: 0;
	padding: 20px;
}

.info-box dl:first-of-type {
	padding-top: 0;
}

.s .info-box dl {
	display: block;
}

.info-box dt {
	width: 20%;
	font-weight: bold;
}

.s .info-box dt {
	width: 100%;
}

.info-box dd {
	width: 80%;
}

.s .info-box dd {
	width: 100%;
	margin: 0;
}

.admission-fee {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

.s .admission-fee {
	font-size: 12px;
}

/* みどころ・作家紹介 */
#wakagi,
#seo,
#noguchi,
#dunhill,
#hisamura,
#ito,
#studiomegane {
	padding-top: 150px;
	margin-top: -150px;
}

.s #wakagi,
.s #seo,
.s #noguchi,
.s #dunhill,
.s #hisamura,
.s #ito,
.s #studiomegane {
	padding-top: 80px;
	margin-top: -80px;
}

.flex-box {
	display: flex;
}

.s .flex-box {
	display: block;
}

/* イベント②で使用 */
.flex-box._event2 {
	display: flex;
	justify-content: center;
	flex-direction: wrap;
}

.s .flex-box._event2 {

	flex-direction: column;
}

.flex-box._event2 div:nth-of-type(1) {
	flex: 0 1 320px;
}

.s .flex-box._event2 div:nth-of-type(1) {
	width: 75%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.flex-box._event2 div:nth-of-type(1) {
	flex: 0 1 320px;
}

.flex-box._event2 div:nth-of-type(2) {
	flex: 0 1 559px;
}

.s .flex-box._event2 div:nth-of-type(2) {
	flex: 0 1 auto;
}



.m-auto {
	margin: 0 auto;
}

.caption {
	padding-top: 10px;
	font-size: 12px;
}


.artist-img {
	width: 30%;
	padding-right: 20px;
}

.s .artist-img {
	width: 60%;
	padding-right: 0px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.artist-name {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding-left: 40px;
	background-image: url(../img/line_deco.png);
	background-repeat: no-repeat;
	background-size: 5.4%;
	background-position: left center;
	margin-bottom: 20px;
}

.artist-name._en {
	background-size: 2.6%;
	padding-left: 25px;
}

.s .artist-name {
	width: fit-content;
	margin: 0 auto;
	font-size: 19px;
	background-size: 20px;
	background-position: left top 25%;
	padding: 0 20px 10px 25px;
}

.artist-name span {
	font-size: 24px;
}

.s .artist-name span {
	font-size: 13px;
}

.w53 {
	width: 53%;
	margin: 0 auto;
}

.w55 {
	width: 55%;
	margin: 0 auto;
}

.w66 {
	width: 66%;
	margin: 0 auto;
}

.w89 {
	width: 89%;
	margin: 0 auto;
}

/* .s .w55, .s .w66, .s .w89 {
	width: 100%;
} */

/* アコーディオン */
.acc_btn {
	position: relative;
	border-top: solid 2px #b5bdc7;
	border-bottom: solid 2px #b5bdc7;
	padding: 20px 0;
}

.acc_btn.open {
	border-bottom: none;
}

.acc_btn:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #282828;
	border-right: solid 2px #282828;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.acc_btn.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 43%;
}

.acc_btn:hover {
	cursor: pointer;
}

.topic {
	font-size: 22px;
	font-weight: bold;
}

.s .topic {
	font-size: 15px;
}

.acc_box {
	border-bottom: solid 2px #b5bdc7;
	padding-bottom: 20px;
}

.acc_box._unactive {
	display: none;
}

.text-box {
	display: flex;
	align-items: flex-start;
	width: 100%;
	font-size: 18px;
}

.s .text-box {
	display: block;
	font-size: 16px;
}

.text-box p {
	font-size: 18px;
}

.s .text-box p {
	font-size: 13px;
}

.text-box p:nth-of-type(1) {
	width: 15%;
}

.s .text-box p:nth-of-type(1) {
	width: 100%;
}

.text-box p:nth-of-type(2) {
	width: 85%;
	letter-spacing: 0;
}

.s .text-box p:nth-of-type(2) {
	width: 100%;
}

/* イベント */
.common-box {
	padding: 40px 20px 0 20px;
}

.s .common-box {
	padding: 20px 0 0 0;
}

.common-box-title {
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.s .common-box-title {
	font-size: 1.6rem;
}

.common-box-title span {
	font-size: 1.4rem;
	border: 1px solid #0b318f;
	color: #0b318f;
	padding: 2px 4px;
	margin-left: 20px;
}

.common-box-title span._blue {
	font-size: inherit;
	border: none;
	color: #005bac;
	padding: 0;
	margin-left: 10px;
}

.s .common-box-title span {
	font-size: 1.2rem;
}

.s .common-box-title span._blue {
	font-size: inherit;
}

.common-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



/* 画像1カラム */
.common-block-img {
	max-width: 100%;
	width: 100%;
}

/* 2カラム用 */
.s .common-block._column {
	flex-direction: column;
	padding-bottom: 35px;
}

.common-block-text {
	max-width: calc(50% - 15px);
}

.s .common-block-text {
	max-width: 100%;
	padding: 0;
}

.common-block-img._2columns {
	max-width: calc(50% - 10px);
	padding-bottom: 40px;
}

.s .common-block-img._2columns {
	max-width: 100%;
	padding-bottom: 40px;
}

.common-block-img._2columns:nth-last-of-type(1),
.common-block-img._2columns:nth-last-of-type(2) {
	padding-bottom: 0;
}

.s .common-block-img._2columns:nth-last-of-type(2) {
	padding-bottom: 40px;
}

.common-block-img._3columns {
	max-width: calc(33.33333% - 10px);
	padding-top: 32px;
}

.s .common-block-img._3columns {
	max-width: 100%;
	padding: 25px 0 20px 0;
}

.s .common-block._column .common-block-img {
	max-width: 100%;
	padding: 0 20px 20px 20px;
}

.common-block-img._4columns {
	max-width: calc(25% - 15px);
	padding-top: 32px;
}

.s .common-block-img._4columns {
	max-width: calc(50% - 10px);
}


#content .common-box {
	padding: 0 20px;
}

.s #content .common-box {
	padding: 0;
}

#content .common-block {
	padding-bottom: 40px;
}

.s #content .common-block {
	padding-bottom: 24px;
}

.s #content .common-block-img._2columns {
	max-width: calc(50% - 10px);
	padding-bottom: 40px;
}

.s .common-frame {
	padding: 15px 15px;
}

.btn-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	gap: 20px;
	width: 100%;
}

.m .btn-box {
	gap: 15px 8px;
}

.s .btn-box {
	gap: 15px 10px;
}

.button {
	position: relative;
	text-align: center;
	max-width: 260px;
	width: 33.33333%;
	font-size: 1.8rem;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}

.m .button {
	max-width: 230px;
	font-size: 1.6rem;
}

.btn-box .button {
	margin-left: unset;
	margin-right: unset;
}

.s .button {
	font-size: 1.6rem;
	width: 100%;
	max-width: 100%;
}

.button a {
	display: block;
}

.button a:hover {
	display: block;
	opacity: 0.6;
}


.button._previous a {
	padding: 14px 8px 14px 20px;
	border: 1px solid #0b318f;
	color: #0b318f;
}

.button._previous a::after {
	content: "";
	width: 8px;
	height: 8px;
	border: 0;
	border-bottom: 2px solid #0b318f;
	border-left: 2px solid #0b318f;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
}

.button._link a {
	padding: 14px 20px 14px 8px;
	border: 1px solid #0b318f;
	color: #fff;
	background-color: #0b318f;
}

.button._link a::after {
	content: "";
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

.button._disabled {
	padding: 14px 20px;
	text-decoration: none;
	color: #282828;
	background-color: #ccc;
	border: 1px solid #ccc;
}

.button._disabled::after {
	display: none;
}

/* プレスの方へ */
.pdf-indent {
	text-indent: -3em;
	padding-left: 4.2em;
}

.s .pdf-indent {
	text-indent: -3em;
	padding-left: 3.8em;
}

.press-box {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.s .press-box {
	font-size: 16px;
}

.press-box li {
	border: solid 2px #b5bdc7;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.press-box li:nth-last-of-type(1) {
	margin-bottom: 40px;
}

.press-note-area {
	text-align: center;
}

.pdf-i {
	height: 15px;
	width: 35px;
}
