@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: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #231815;
	-webkit-font-smoothing: antialiased;
}

body.s {
	min-width: 320px;
	font-size: 13px;
	font-size: 1.3rem;
}

.wrapper {
	min-height: 100vh;
	width: 100%;
	position: relative;
	padding-bottom: 86px;
	overflow: hidden;
}

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: #b84436;
	text-decoration: underline;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

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%;
}

/* ヘッダー
------------------------------------------------------------ */
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-box {
	width: 100%;
	padding: 6px 20px;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.header-box {
		padding: 6px 10px;
	}
}

.pc-header {
	display: flex;
	max-width: 1440px;
	padding: 6px 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	justify-content: space-between;
}

@media screen and (min-width:769px) and (max-width:1240px) {
	.pc-header {
		padding: 6px 10px;
	}
}

.s .pc-header {
	display: none;
}

.h-line {
	background: url(../img/h_line.png);
	height: 36px;
}

.header-nav {
	display: flex;
	width: 80%;
	justify-content: flex-end;
	align-items: center;
}

@media screen and (min-width:769px) and (max-width:1240px) {
	.header-nav>li {
		padding: 0 10px;
	}
}

.header-nav>li:first-child {
	vertical-align: middle;
	padding: 0 20px 0 0;
	border-left: none;
}

.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>a {
	display: block;
	font-size: 1.6rem;
	text-decoration: none;
	transition: 0.2s;
	color: #000000;
	font-weight: bold;
}

.header-nav>li>div {
	display: block;
	font-size: 1.6rem;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.header-nav>li {
	padding: 0 30px;
}

@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:1000px) {
	.header-nav>li>a {
		font-size: 1.3rem;
	}

	.header-nav>li>div {
		font-size: 1.3rem;
	}
}

.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;
}

.s .header-sns {
	justify-content: center;
	width: 60%;
	margin: 30px 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;
	}
}

header .h-lang {
	top: 0;
	right: 0;
	width: 100%;
	position: relative;
	font-size: 1.3em;
	max-width: 130px;
	display: block;
	z-index: 100;
}

header .h-lang::after {
	content: "";
	background-image: url(../img/icon_arrow_b.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 30%;
	left: 85%;
	pointer-events: none;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	header .h-lang {
		max-width: 35%;
		font-size: 1.0em;
	}

	header .h-lang::before {
		background-size: 22px 23px;
	}

	header .h-lang::after {
		background-size: 12px 12px;
		left: 85%;
	}
}

/* SPヘッダー（トップページ）
-----------------------------*/
/*ハンバーガーメニュー*/
.l #sp-header,
.m #sp-header {
	display: none;
	color: #231815;
}

.s #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;
}

.s #sp-header .sp-area._scroll {
	background: rgba(250, 250, 250, 0.8);
	backdrop-filter: blur(5px);
	border-bottom: 1px solid #e8e4dc;
}

.s.top #sp-header .sp-area {
	position: relative;

}

.s #sp-header .sp-area.-h100 {
	height: 100%;
	overflow-y: scroll;
}

.s #sp-header .-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	text-align: center;
	padding: 10px 20px;
	background: #fafafa;
	z-index: 5;
	border-bottom: solid 1px #cdc8c0;
}

.s #sp-header .-container .-item.-menu {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
}

.s #sp-header .-container .-item.-logo {
	position: relative;
	z-index: 3;
	transition: .3s;
}

.s #sp-header .-container .-item.-logo img {
	width: 160px;
	transition: .3s;
}

.mt-6 {
	margin-top: -6px;
}

.s #sp-header a.menu-toggle {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/icon_open.png) center center no-repeat;
	background-size: 28px 20px;
	position: relative;
	z-index: 30;
}

.s #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;
}

.s #sp-header .spmenu-inner {
	display: none;
	position: fixed;
	overflow-y: scroll;
	height: 100%;
	top: 0;
	width: 100%;
	background: #fafafa;
	color: #231815;
	z-index: 2;
	padding-top: 60px;
}

.s #menu-background {
	display: none;
}

.header-sns {
	margin: 0;
}

.header-sns li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.s .header-sns li {
	padding: 0;
	width: 100%;
}

.header-sns li a {
	display: block;
	border-radius: 50%;
	opacity: 1;
	width: 80%;
}

.s .header-sns li a {
	width: 60%;
	margin: 0 auto;
}

.header-sns li a:hover {
	opacity: 1;
}

/*spメニュー部分）*/
.sp-nav {
	display: none;
}

.s .sp-nav {
	display: block;
}

.sp-nav .-list {
	list-style: none;
	padding: 0;
	text-align: left;
}

.sp-nav .-list li {
	width: 100%;
	border-bottom: 1px solid #cdc8c0;
}

.sp-nav .-list a {
	color: #231815;
	text-decoration: none;
}

.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: #231815;
	font-weight: bold;
	display: block;
	font-size: 1.4rem;
	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-weight: 400;
	font-style: normal;
	padding: 15px 25px;
	position: absolute;
	background-color: #fff;
	color: #231815;
	padding: 0;
}

footer a {
	color: #231815;
	text-decoration: none;
}

.footer-area {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

.s .footer-area {
	padding: 10px 20px;
}

.footer-info {
	display: flex;
	align-items: center;
	font-size: 1rem;
}

.s .footer-info {
	justify-content: space-between;
}

footer ._site {
	font-size: 1.2rem;
	text-align: right;
}

.s footer ._site {
	display: block;
	padding: 0;
}

footer ._site li {
	text-decoration: none;
}

footer ._site li a {
	position: relative;
	padding: 2px 20px 2px 5px;
	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: #231815;
}

footer ._site li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
}

footer ._site li a:hover {
	opacity: 0.5;
	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: 160px;
	width: 100%;
}

footer .copyright {
	font-size: 1.2rem;
	position: absolute;
	bottom: 28px;
	right: 20px;
	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;
	padding-top: 12px;
}

.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;
	}
}

/* 基本 LPここから
------------------------------------------------------------ */

#page {
	background-size: 100%;
	background: url(../img/bg.jpg) repeat center/1440px 1654px;
}

/* mv */
.mv {
	position: relative;
	width: 100%;
	padding: 100px 0 13%;
	z-index: 3;
}

.mv {
	padding: 90px 0 13%;
}

.mv::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding-top: 12.5%;
	background: url(../img/wave_top.png)no-repeat center/cover;
	z-index: 1;
}

.mv_flex {
	position: relative;
	display: flex;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.s .mv_flex {
	display: block;
}

.pc_mv_box {
	width: 29.4%;
	padding-right: 2.2%;
}

.s .pc_mv_box {
	display: none;
}

.sp_mv_box {
	display: none;
}

.s .sp_mv_box {
	display: block;
}

.mv_logo_en {
	display: none;
}

.s .mv_logo_en {
	display: block;
	width: 66%;
	margin-left: auto;
	margin-bottom: 2%;
}

.mv_logo {
	padding-bottom: 11%;
}

.s .mv_logo {
	position: absolute;
	width: 30%;
	top: 0;
	left: 0;
	padding-bottom: 0;
}

.mv_date {
	display: block;
	padding-bottom: 5%;
}

.s .mv_date {
	margin-left: auto;
	width: 75%;
}

.mv_img {
	width: 70.6%;
}

.s .mv_img {
	width: 84%;
	margin-left: auto;
	margin-bottom: 18%;
}

/* 共通 */
.bg_normal {
	position: relative;
	padding: 15% 0 12%;
}

.bg_normal::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding-top: 16%;
	background: url(../img/wave_bottom.png)no-repeat center/cover;
	z-index: 1;
}

.bg_normal::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding-top: 12.5%;
	background: url(../img/wave_top.png)no-repeat center/cover;
	z-index: 1;
}

.bg_normal.bottom_none::after {
	display: none;
}

.bg_bright {
	position: relative;
	background: url(../img/bg_bright.png)no-repeat top 200px center/100% 100%;
}

.s .bg_bright {
	background: url(../img/bg_bright.png)no-repeat top 100px center/100% 100%;
}

h2 {
	text-align: center;
	font-size: 43px;
	padding-bottom: 15px;
	background: url(../img/ttl_line.png)no-repeat bottom center/206px;
	margin-bottom: 40px;
}

.s h2 {
	font-size: 30px;
	background: url(../img/ttl_line.png)no-repeat bottom center/40%;
	padding-bottom: 3%;
}

#news,
#outline,
#artist,
#about {
	padding-top: 200px;
	margin-top: -200px;
}

.s #news,
.s #outline,
.s #artist,
.s #about {
	padding-top: 100px;
	margin-top: -100px;
}

.contents {
	position: relative;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	z-index: 2;
}

.s .contents {
	width: 90%;
}

.mv_caption,
.caption {
	font-size: 13px;
}

.s .mv_caption,
.s .caption {
	font-size: 11px;
}

.s .mv_caption {
	padding-left: 10%;
}

.slider div img {
	margin-bottom: 1.5%;
}

/* ニュース */
.news_box {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.news_item {
	width: 100%;
	overflow-y: scroll;
	height: 170px;
	margin: 0 auto;
}

.news_item {
	padding: 0 10px;
}

.news_item li {
	width: 100%;
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	padding-bottom: 15px;
}

.news_item li:nth-last-of-type(1) {
	padding-bottom: 0;
}

.news_day {
	width: 15%;
	margin-bottom: 20px;
	font-weight: bold;
}

.s .news_day {
	width: 30%;
}

.news_text {
	width: 85%;
	position: relative;
	margin-bottom: 20px;
	padding-right: 6%;
}

.s .news_text {
	width: 70%;
	padding-right: 25px;
}

.news_text.arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 5.3%;
	max-width: 40px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/icon_arrow_right.png)no-repeat center/100%;
}

.s .news_text.arrow::after {
	width: 25px;
}

/* 展示内容 */
.deco_01 {
	content: "";
	position: absolute;
	top: 6vw;
	left: 0;
	width: 22%;
	/* max-width: 307px; */
	z-index: 2;
}

/* 作家紹介 */
.deco_02 {
	content: "";
	position: absolute;
	top: 2.2vw;
	right: 10vw;
	width: 12%;
	max-width: 168px;
	z-index: 2;
}

.s .deco_02 {
	top: 6%;
}

@media screen and (min-width:1051px) and (max-width:1190px) {
	.deco_02 {
		top: 5.4vw;
	}
}

@media screen and (min-width:931px) and (max-width:1050px) {
	.deco_02 {
		top: 7.4vw;
	}
}

@media screen and (min-width:821px) and (max-width:930px) {
	.deco_02 {
		top: 10.4vw;
	}
}

@media screen and (min-width:768px) and (max-width:820px) {
	.deco_02 {
		top: 13.4vw;
	}
}

.artist_link {
	text-align: center;
	margin-bottom: 60px;
}

.artist_wrap h3 {
	color: #b84436;
	font-size: 20px;
	line-height: 1.2;
	background: url(../img/icon_mark.png) no-repeat left top/9px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.artist_wrap h3 span {
	font-size: 16px;
}

.artist_wrap .caption {
	text-align: right;
}

.artist_wrap .caption.ac {
	text-align: center;
}

.s .artist_wrap .caption.ac {
	margin-top: -20px;
}

.artist_text {
	margin-bottom: 20px;
}

.img_flex {
	width: fit-content;
	max-width: 100%;
	display: flex;
	justify-content: center;
	gap: 10%;
	margin: 0 auto 60px;
}

.s .img_flex {
	display: block;
}

.img_flex .img_flex div {
	flex: 1 1 auto;
	text-align: center;
}

.img_flex div img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.img_flex div .caption {
	text-align: right;
	margin: 0 auto;
}

/* 平野さん */
.img_hirano_01 {
	/* aspect-ratio: 409 / 380; */
	max-width: 409px;
}

.img_hirano_02 {
	/* aspect-ratio: 286 / 380; */
	max-width: 286px;
}

/* 尾上さん */
.img_onoe_01 {
	/* aspect-ratio: 479 / 307; */
	max-width: 479px;
}

.img_onoe_02 {
	/* aspect-ratio: 233 / 307; */
	max-width: 233px;
}

/* 岡田さん */
.img_okada_01 {
	/* aspect-ratio: 253 / 307; */
	max-width: 253px;
}

.img_okada_02 {
	aspect-ratio: 342 / 307;
	max-width: 342px;
}

/* 伏木さん */
.img_fusegi_01 {
	/* aspect-ratio: 410 / 307; */
	max-width: 410px;
}

.img_fusegi_02 {
	/* aspect-ratio: 231 / 307; */
	max-width: 231px;
}

/* 望月さん */
.img_mochizuki_01 {
	/* aspect-ratio: 329 / 307; */
	max-width: 329px;
}

.img_mochizuki_02 {
	/* aspect-ratio: 274 / 307; */
	max-width: 274px;
}

.s .img_flex div {
	display: block;
	margin: 0 auto;
}

.s .img_flex div:not(:last-of-type) {
	margin-bottom: 20px;
}

/* 基本情報 */
.deco_03 {
	content: "";
	position: absolute;
	top: 7vw;
	left: 10vw;
	width: 8%;
	/* max-width: 111px; */
	z-index: 2;
}

.info_box {
	position: relative;
	width: 100%;
	background: url(../img/bg_bright.png)repeat center/70px;
	padding: 40px;
}

.deco_04 {
	content: "";
	position: absolute;
	bottom: -2.5%;
	right: -4.3%;
	width: 15%;
	/* max-width: 127px; */
	z-index: 2;
}

.s .deco_04 {
	bottom: 0;
}

.info_box dl {
	display: flex;
	padding: 25px;
	margin-block-start: 0;
	margin-block-end: 0;
}

.s .info_box dl {
	display: block;
}

.info_box dl:not(:last-of-type) {
	border-bottom: 2px solid #978e83;
}

.info_box dt {
	font-weight: bold;
	width: 18%;
}

.s .info_box dt {
	width: 100%;
}

.info_box dd {
	width: 82%;
	margin-inline-start: 0;
}

.s .info_box dd {
	width: 100%;
}
