@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap');

@font-face {
	font-family: 'Cardo';
	src: url('../../css/cardo/Cardo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	size-adjust: 110%;
	}
@font-face {
	font-family: 'Cardo';
	src: url('../../css/cardo/Cardo-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	size-adjust: 110%;
	}

/* - ALL -- */
/*   変数 */
:root {
	--vw: 1vw;
	}

/*   フォントファミリー */
html {
	font-family: 'YakuHanRPs', 'Zen Maru Gothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	font-size: 62.5%;
	background-color: #fff;
	}

body {
	color: #38424c;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	}

/*   文字リンク色 */
a {
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	/* outline: none; */
	color: #000;
	}
a:link {
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a:visited {
	text-decoration: none;
	color: #000;
	}
a:active { 
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration: none;
	color: #fe7831;
	}

a.links {
	transition: color .3s ease, background-color .3s ease;
	/* outline: none; */
	color: #fe7831;
	}
a.links:link {
	text-decoration: none;
	color: #fe7831;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a.links:visited {
	text-decoration: none;
	color: #fe7831;
	}
a.links:active { 
	text-decoration: none;
	color: #fe7831;
	}
a.links:hover {
	text-decoration: none;
	color: #000;
	}

/*   p justify */
p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	}
.no-justify {
	text-align: left;
	text-justify: none;
	}
i {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
span.ruby {
	font-size: 75%;
	}
img {
	line-height: 0;
	vertical-align: bottom;
	}

img.no-select {
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}

ruby[data-ruby] {
	position: relative;
	display: inline-block;
	}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	width: fit-content;
	position: absolute;
	top: -0.6em;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
	font-size: 0.45em;
	text-align: center;
	white-space: nowrap;
	}
ruby[data-ruby] rt {
	display: none;
	}

.inline-bk {
	display: inline-block;
	}
.kome {
	padding-left: 1em !important;
	text-indent: -1em;
	}
.indent {
	padding-left: 1em !important;
	}
.underline {
	border-bottom: 1px solid #333;
	}

.top-zero {
	padding-top: 0 !important;
	}
.top-half {
	padding-top: 0.5em !important;
	}
.top-one {
	padding-top: 1em !important;
	}
.top-onehalf {
	padding-top: 1.5em !important;
	}
.top-two {
	padding-top: 2em !important;
	}
.top-twohalf {
	padding-top: 2.5em !important;
	}
.bottom-zero {
	padding-bottom: 0 !important;
	}
.bottom-half {
	padding-bottom: 0.5em !important;
	}
.bottom-one {
	padding-bottom: 1em !important;
	}
.bottom-onehalf {
	padding-bottom: 1.5em !important;
	}
.bottom-two {
	padding-bottom: 2em !important;
	}
.bottom-twohalf {
	padding-bottom: 2.5em !important;
	}

.red {
	color: #de5c25;
	}
.blue {
	color: #4783aa;
	}
.pointcolor {
	color: #fe7831;
	}

p span.smaller {
	font-size: 0.8em;
	}

/*   スマホ非表示、PC表示 */
.sp-no {
	display: none;
	}
/*   スマホ表示、PC非表示 */
.pc-no {
	}

/*   見出しリセット */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	color: #000;
	}
/*   リストリセット */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

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

/*   非表示読み上げ用 */
.visually-hidden {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
	}

/* - 構造 -- */
#top {	/* フッタ固定 */
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	}
#main {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	flex: 1 0 auto;	/* フッタ固定 */
	}
.main-inner {
	width: 100%;
	padding: 2em 1em 1em 1em;
padding: 2em 3.33% 2em 3.33%;
	margin: 0 0 0 0;
	display: inline-block;

background-image: url("../img/bg.png");
background-size: 100% auto;
background-repeat: repeat-y;

	}
.main-inner-subpage {
	width: 100%;
	padding: 6em 1em 1em 3em;
	margin: 0 0 0 0;
	display: inline-block;
	}
.main-inner-wide {
	width: 100%;
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	display: inline-block;
	}

.hero-wrapper {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}


/*   ロゴ */
.logo-navi {
	font-family: YakuHanMPs, 'Cardo', 'Zen Old Mincho', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	padding: 0;
	}
hgroup.h1 {
	position: relative;
	z-index: 900;
	position: absolute;
	position: fixed;
	top: 1em;
	left: 1em;
	opacity: 0;
	}
.hamburgler-active hgroup.h1 {
	opacity: 1;
	}
hgroup p.lead {
	font-size: 0.6em;
	padding: 0 0 0 0;
	margin: 0 0 0.5em 0;
	line-height: 1;
	}
span.sp-space {
	padding: 0 0.5em 0 0;
	}
h1 {
	font-weight: normal;
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
h1 a:hover {
	color: #000;
	}
h1 .small {
	font-weight: normal;
	font-size: 0.85em;
	}

/* - ロゴマークアニメ -- */
.logo-mark {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 30%;
	z-index: 910;
	aspect-ratio: 6/5;
	}
.logo-mark.is-hide {
	display: none;
	}
.hamburgler-active .logo-mark {
	width: 50%;
	}
.logo-wrapper {
	position: relative;
	}
.logo-mark img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}
.logo-mark a {
	display: inline-block;
	background-image: none;
	width: 100%;
	height: auto;
	aspect-ratio: 6/5;
	}

.hero .logo-mark img {
	opacity: 0;
	transition: transform 2s ease-out, opacity 2s ease-out;
	transform: translateY(-28dvh);
	}
.hero .logo-mark.is-show img {
	display: inline-block;
	transform: translateY(0);
	opacity: 1;
	}
.hero .logo-mark.is-show img.delay-1 {
	transition-delay: 0.6s;
	}
.hero .logo-mark.is-show img.delay-2 {
	transition-delay: 1.3s;
	}
.hero .logo-mark.is-show img.delay-3 {
	transition-delay: 1.4s;
	}
.hero .logo-mark.is-show img.delay-4 {
	transition-delay: 1.9s;
	}
.hero .logo-mark.is-show img.delay-5 {
	transition-delay: 1.1s;
	}
.hero .logo-mark.is-show img.delay-6 {
	transition-delay: 1.6s;
	}
.hero .logo-mark.is-show img.delay-7 {
	transition-delay: 1s;
	}
.hero .logo-mark a {
	display: inline-block;
	pointer-events: none;
	touch-callout: none;
	}
.hero .logo-mark.is-show a {
	pointer-events: auto;
	touch-callout: auto;
	display: inline-block;
	background-image: none;
	width: 100%;
	height: auto;
	aspect-ratio: 6/5;
	}

.hamburgler-active .logo-mark img {
	display: inline-block;
	transform: translateY(0);
	opacity: 1;
	}
.hamburgler-active .logo-mark a {
	pointer-events: auto;
	touch-callout: auto;
	display: inline-block;
	background-image: none;
	width: 100%;
	height: auto;
	aspect-ratio: 6/5;
	}

/* - ヘッダ -- */
/*   ハンバーガー */
.menu-wrapper {
	position: relative;
	}
.hamburgler-icon-wrapper {
	position: absolute;
	top: 1em;
	right: 1em;
	height: 17px;
	width: 20px;
	cursor: pointer;
	line-height: 1;
	z-index: 810;
	background-color: #fff;
	}

.hamburgler-icon-wrapper.is-fixed {
	position: fixed;
	}
.hamburgler-active .hamburgler-icon-wrapper {
	position: fixed;
	}

.hamburgler-icon-wrapper .hamburgler-icon,
.hamburgler-icon-wrapper .hamburgler-icon::before,
.hamburgler-icon-wrapper .hamburgler-icon::after {
	content: '';
	position: absolute;
	border-radius: 1em;
	height: 2px;
	width: 20px;
	background-color: rgba(254, 120, 49, 1);
	transition: all 0.2s ease;
	}
.hamburgler-icon-wrapper:hover .hamburgler-icon,
.hamburgler-icon-wrapper:hover .hamburgler-icon::before,
.hamburgler-icon-wrapper:hover .hamburgler-icon::after {
	background-color: rgba(0, 0, 0, 1);
	}

.hamburgler-icon {
	top: 6px;
	}
.hamburgler-icon::before {
	top: -6px;
	}
.hamburgler-icon::after {
	top: 6px;
	}
.hamburgler-active .hamburgler-icon {
	background: transparent;
	transform: rotate(-135deg);
	top: 7px;
	}
.hamburgler-active .hamburgler-icon::before,
.hamburgler-active .hamburgler-icon::after {
	top: 0;
	}
.hamburgler-active .hamburgler-icon::after {
	display: none;
	}
.hamburgler-active .hamburgler-icon::before {
	transform: rotate(90deg);
	}
.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon::before {
	background-color: rgba(254, 120, 49, 1);
	}
.hamburgler-menu {
	font-family: YakuHanMPs, 'Cardo', 'Zen Old Mincho', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	transition: opacity 0.4s ease;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100dvh;
	background-color: rgba(255, 255, 255, 0);
	overflow: auto;
	z-index: 800;
	}
.hamburgler-active .hamburgler-menu {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
	pointer-events: initial;
	}

/*   グローバルメニュー */
.global-menu-all {
	display: none;
	}
.hamburgler-active .global-menu-all {
	display: block;
	display: flex;
	justify-content: flex-end;
	}
#close {
	display: none;
	}

ul.global-menu {
	padding: 0 0 0 0;
	margin: 2em 2em 2em 2em;
	display: flex;
	flex-direction: row-reverse;
	font-size: 1.2em;
	line-height: 1;
	width: 19em;
	}
ul.global-menu > li {
	padding: 0 0 0 0;
	margin: 0 0.5em 0 0.5em;
	writing-mode: vertical-rl;
	}
ul.global-menu > li ul li {
	padding: 0 0 0 0;
	margin: 1em 0.6em 0 0;
	writing-mode: vertical-rl;
	position: relative;
	}
ul.global-menu > li ul li::before {
	content: "\2022";
	width: 1em;
	height: 1em;
	position: absolute;
	top: -0.6em;
	color: #000;
	transition: color .3s ease;
	}
ul.global-menu > li ul li a {
	color: #000;
	transition: color .3s ease;
	}
ul.global-menu > li ul li a:hover {
	color: #fe7831;
	}
ul.global-menu > li ul li:has(a:hover)::before {
	color: #fe7831;
	}

/*   サブメニュー */
ul.global-submenu {
	padding: 0 0 0 0;
	margin: 0 0 0 3em;
	display: flex;
	flex-direction: row-reverse;
	width: 22em;
	}
ul.global-submenu > li {
	padding: 0 0 0 0;
	margin: 0 0 0 0.5em;
	writing-mode: vertical-rl;
	}
ul.global-submenu > li.link-item {
	margin-right: 1.5em;
	}
ul.global-submenu > li.link-item span {
	text-orientation: upright;
	letter-spacing: -0.4em;
	display: inline-block;
	line-height: 1;
	vertical-align: 0.1em;
	margin-bottom: 0.2em;
	}

/*   SNSメニュー */
.sns-menu-all {
	padding: 5em 0 0 0;
	display: none;
	}
.hamburgler-active .sns-menu-all {
	display: block;
	}
ul.sns-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 2.9em 0 0;
	}
ul.sns-menu > li {
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0.75em;
	line-height: 1;
	}
ul.sns-menu li img,
ul.footer-sns-menu li img {
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}
ul.sns-menu li a img,
ul.footer-sns-menu li a img {
	width: 1.9rem;
	height: 1.9rem;
	opacity: 1;
	transition: opacity .3s ease;
	}
ul.sns-menu li a:hover img,
ul.footer-sns-menu li a:hover img {
	opacity: 0;
	}
ul.sns-menu li.fb a,
ul.footer-sns-menu li.fb a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	position: relative;
	}
ul.sns-menu li.fb a::after,
ul.footer-sns-menu li.fb a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../../img/menu-fb-r.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	overflow: hidden;
	z-index: +1;
	opacity: 0;
	transition: opacity .3s ease;
	}
ul.sns-menu li.fb a:hover::after,
ul.footer-sns-menu li.fb a:hover::after {
	opacity: 1;
	}
ul.sns-menu li.is a,
ul.footer-sns-menu li.is a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	position: relative;
	}
ul.sns-menu li.is a::after,
ul.footer-sns-menu li.is a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../../img/menu-is-r.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	overflow: hidden;
	z-index: +1;
	opacity: 0;
	transition: opacity .3s ease;
	}
ul.sns-menu li.is a:hover::after,
ul.footer-sns-menu li.is a:hover::after {
	opacity: 1;
	}
ul.sns-menu li.x a,
ul.footer-sns-menu li.x a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	position: relative;
	}
ul.sns-menu li.x a::after,
ul.footer-sns-menu li.x a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../../img/menu-x-r.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	overflow: hidden;
	z-index: +1;
	opacity: 0;
	transition: opacity .3s ease;
	}
ul.sns-menu li.x a:hover::after,
ul.footer-sns-menu li.x a:hover::after {
	opacity: 1;
	}


/*   スマホメニュー表示時スクロール禁止 */
body.hamburgler-active {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

/* - フッタ -- */
#footer {
	font-family: YakuHanMPs, 'Cardo', 'Zen Old Mincho', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	width: 100%;
	padding: 3em 0 0 3.33%;
	margin: 0 0 0 0;
	background-color: #fff;
color: #000;
	}
.footer-wrapper {
	padding: 0 0 1em calc(25% - 2em);
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	}

/*   ページトップへ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 700;
	}
.pagetop a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	text-decoration: none;
	line-height: 44px;
	background-image: url("../../img/pagetop.svg?0820");
	background-size: cover;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: background-color;
	}
.pagetop a:hover {
	background-color: #fe7831;
	background-position: bottom;
	}

/*   パンくずリスト */
.breadcrumbs {
	padding: 0.5em 0 0 0;
	margin: 0 3.33% 0 0;
	position: relative;
	border-top: 1px solid #888888;
	}
.breadcrumbs_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1rem;
	line-height: 1.2;
	}
.breadcrumbs_list li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	}
.breadcrumbs_list li.home img {
	display: inline-block;
	width: 12px;
	vertical-align: baseline;
	}
.breadcrumbs_list li:not(:last-of-type)::after {
	content: "/";
	margin: 0 0.5em 0 0.5em;
	color: #ccc;
	}

/*   フッタメニュー */
.footer-link {
	padding: 0 2.5em 0 0;
	margin: 0 0 0 0;
	width: 8em;
	}
ul.footer-submenu {
	font-size: 1rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	}
ul.footer-submenu > li {
	padding: 0 0 0 0;
	margin: 0 0 0 0.25em;
	writing-mode: vertical-rl;
	}
ul.footer-submenu > li.link-item {
	margin-right: 0.75em;
	}
ul.footer-submenu > li.link-item span {
	text-orientation: upright;
	letter-spacing: -0.4em;
	display: inline-block;
	line-height: 1;
	vertical-align: 0.1em;
	margin-bottom: 0.2em;
	}
/*   SNSメニュー */
.footer-sns-menu-all {
	display: none;
	}
/*   コピーライト */
.footer-caption {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-caption p {
	font-size: 1rem;
	line-height: 1.3;
	padding: 0 0.5em 0 0;
	margin: 0 0 0 0;
	text-align: right;
	}
.footer-caption p span {
	display: inline-block;
	}
.footer-copyright {
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	writing-mode: vertical-rl;
	color: #fe7831;
	font-size: 1rem;
	line-height: 1;
	}
.footer-copyright small {
	font-size: 1rem;
	}
.footer-copyright small span {
	font-family: 'Times New Roman', serif;
	}



/* - メイン -- */
.section_wrapper {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.section_wrapper + .section_wrapper {
	padding: 0 0 0 0;
	margin: 4em 0 0 0;
	}

.heading-wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 0 0 0;
	border-top: 1px solid #fe7831;
	}
.main-content {
	width: 100%;
	padding: 1em 0 0 0;
	position: relative;
	}
.heading {
	width: 1em;
	margin-left: -2em;
	}

/*   トップヒーロー */
.hero-wrapper img {
	width: 100%;
	height: auto;
	}


/*   本の市 - */
.title-content {
	padding: 2em 2em 2em 2em;
	margin: 0 0 0 0;
	background-color: #fff;
border-radius: 0.25em;
box-shadow: 0.25em 0.25em #bb6653;
	position: relative;
	}
.page-content {
	width: 100%;
	padding: 2em 2em 2em 2em;
	margin: 14vw 0 0 0;
	background-color: #fff;
border-radius: 0.25em;
box-shadow: 0.25em 0.25em #bb6653;
	position: relative;
	}

ul.program-page-data {
	padding: 1em 0 0 0;
	}
ul.program-page-data li {
	line-height: 1.3;
	padding: 0.5em 0 0 0;
	}
ul.program-page-data li.program-page-fee {
	color: #fe7831;
	font-weight: bold;
	padding: 0.5em 0 0.25em 0;
	}
ul.program-page-data li span.small {
	font-size: 0.8em;
	}

.span-column {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 0 0 0;
	}
.span-column .dt {
	width: fit-content;
	white-space: nowrap;
	padding: 0 0 0 0;
	}
.span-column .dd {
	flex: 1;
	padding: 0 0 0 0;
	}

.title-content p + p {
	padding: 1em 0 0 0;
	}
.page-content p + p {
	padding: 1em 0 0 0;
	}

.caption {
	font-size: 0.7em;
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #e66b4e;
	}

ul.link-btn {
	padding: 0 0 0 0;
	margin: 1em 0 0 0;
	}
ul.link-btn li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.link-btn li a {
	font-size: 1.1em;
	line-height: 1.3;
	display: inline-block;
	min-width: 100%;
	padding: 0.5em 1em 0.6em 1em;
	margin: 0 0 0 0;
	color: #fff;
	text-align: center;
	border: 1px solid #4b8e76;
	border-radius: 6px;
	font-weight: bold;
	background-color: #4b8e76;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease;
	}
ul.link-btn li a:hover {
	color: #414d86;
	text-decoration: none;
	border: 1px solid #414d86;
	background-color: #fff;
	}


.h3-data-wrapper {
	display: flex;
	flex-direction: column;
align-items: flex-start;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	}
.h3-data-wrapper .data-title {
	width: 100%;
	padding: 0 0 0 0;
	margin: -15vw 0 0 0;
	text-align: center;
	}
.h3-data-wrapper .data-date {
	width: 100%;
	padding: 5% 0 0 0;
	}
.h3-title img {
	width: 80%;
	margin: 0 auto;
	}

h4.h4-title {
	color: #e66b4e;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	position: relative;
	margin: 2em 0 1em 0;
	z-index: +1;
	}
h4.h4-title span {
	padding: 0.2em 0.5em 0.25em 0.75em;
	background-color: #fff;
	border: 1px solid #e66b4e;
	border-radius: 0.3em;
	z-index: +1;
	}
h4.h4-title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #e66b4e;
	z-index: -1;
	}
.h4-space {
	padding: 0 0 0 0;
	}

h4.h4-title2 {
	color: #3a4677;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	margin: 2em 0 0.75em 0;
	}

.span-column dt.there {
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	width: 6em;
	white-space: nowrap;
	padding: 0.3em 0 0.5em 0;
	border: 2px solid #3a4677;
	background-color: #3a4677;
	text-align: center;
	margin: 0.5em 0 0 0;
	border-radius: 0.3em 0 0 0.3em;
	}
.span-column dd.there {
	font-weight: bold;
	line-height: 1.6;
	width: 10em;
	padding: 0.3em 0 0.5em 0;
	border: 2px solid #3a4677;
	text-align: center;
	margin: 0.5em 0 0 0;
	border-radius: 0 0.3em 0.3em 0;
	}

.info-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	padding: 0 0 0 0;
	margin: 1em 0 0 0;
	}
.info-wrapper .flier {
	width: 100%;
	padding: 0 0 2em 0;
	}
.info-wrapper .info {
	width: 100%;
	padding: 0 0 0 0;
	}

.download-small {
	font-size: 0.8em;
	padding: 0 0 0 0;
	}

.committee-wrapper {
	margin: 2em 0 0 0;
	}

ul.sns-list {
	display: flex;
	flex-wrap: nowrap;
	}
ul.sns-list li {
	width: 2.4em;
	margin: 0.25em 1.5em 0 0;
	}
ul.sns-list li:last-of-type {
	margin: 0.25em 0 0 0;
	}
ul.sns-list li a img {
	width: 2.4em;
	height: auto;
	opacity: 1;
	transition: opacity 0.3s ease;
	}
ul.sns-list li a:hover img {
	opacity: 0.4;
	}

h4.committee {
	color: #3a4677;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	margin: 0 0 0.75em 0;
	}

.committee-txt {
	font-size: 0.9em;
	line-height: 1.5;
	text-align: left;
	text-justify: none;
	}
.committee-txt .small {
	font-size: 0.9em;
	}

.ill-f {
	width: 12vw;
	position: absolute;
	bottom: 9vw;
	right: 6vw;
	}

/* ---- レスポンシブ ---- */
/* - スマホ横 -- */
@media (orientation: landscape) and (max-width: 1025px){
.logo-mark {
	width: 20%;
	}
.hamburgler-active .logo-mark {
	width: 30%;
	}
.hero.hamburgler-active .logo-mark img {
	display: block;
	transform: translateY(0);
	opacity: 1;
	}
.hero.hamburgler-active .logo-mark a {
	pointer-events: auto;
	touch-callout: auto;
	}
.global-menu-all nav {
	display: flex;
	flex-direction: row-reverse;
	}
ul.global-menu {
	margin: 1.5em 3em 1em 2em;
	}
ul.global-submenu {
	margin: 1.5em 1em 2em 1em;
	}
.sns-menu-all {
	padding: 2.5em 0 0 0;
	}
ul.sns-menu {
	margin: 0 4em 0 0;
	}
.footer-caption p {
	padding: 0 3em 0 0;
	}

}

/* - タブレット縦横（768px以上） -- */
@media screen and (min-width: 768px), print {

/*     スマホ非表示、PC表示 */
.sp-no {
	display: block;
	}
/*     スマホ表示、PC非表示 */
.pc-no {
	display: none;
	}

/* - TB 構造 -- */
#main {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.main-inner {
	padding: 4% 10% 4% 22%;
	margin: 0 0 0 0;
	}
.main-inner-subpage {
	padding: 10% 10% 4% 22%;
	margin: 0 0 0 0;
	}
.main-inner-wide {
	padding: 4% 0 4% 0;
	margin: 0 0 0 0;
	}



.all-div {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.left-div {
	width: 22%;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	}
.left-div.subpage {
	text-align: center;
	}
.right-div {
	width: 74%;
	padding: 4.9vw 0 0 0;
	margin: 0 0 0 2%;
	}
/*      ロゴ */
.logo-navi {
	}
hgroup p.lead {
	font-size: 1rem;
	margin: 0 0 0.5em 0;
	transform: scale(1);
	}
h1 {
	font-size: 1.4rem;
	}
h1 .small {
	display: inline-block;
	}
/* - TB ロゴマークアニメ -- */
.logo-mark {
	width: 20%;
	}

/*      見出し */

/* - TB ヘッダ -- */
/*      ハンバーガー */

/*      グローバルメニュー */
/*      サブメニュー */
/*      SNSメニュー */
ul.sns-menu li a img {
	width: 1.9rem;
	height: 1.9rem;
	}

/* - TB フッタ -- */
#footer {
	padding: 3em 0 0 22%;
	margin: 0 0 0 0;
	}
.footer-wrapper{
	padding: 0 1em 1em 0;
	}
/*      ページトップへ */
.pagetop {
	bottom: 1em;
	right: 2em;
	}

/*      パンくずリスト */
.breadcrumbs {
	padding: 0.5em 0 0 0;
	margin: 0 10vw 0 0;
	}
.breadcrumbs_list {
	font-size: 1.2rem;
	}
.breadcrumbs_list li.home img {
	display: inline-block;
	width: 16px;
	}

/*      フッタメニュー */
.footer-link {
	padding: 0 calc(10% - 0.5em) 0 0;
	margin: 0 0 0 0;
	width: calc(10% + 7em);
	}
ul.footer-submenu {
	font-size: 1.4rem;
	}
ul.footer-submenu > li.link-item {
	margin-right: 1em;
	}
/*      SNSメニュー */
.footer-sns-menu-all {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.footer-sns-menu {
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 0 0 0;
	margin: 0 0.7em 0 0;
	}
ul.footer-sns-menu > li {
	color: #000;
	padding: 0 0 0 0;
	margin: 0.75em 0 0 0;
	border-bottom: none;
	}
/*      コピーライト */
.footer-caption p {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0 1.5em 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright {
	font-size: 1.2rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright small {
	font-size: 1.2rem;
	}
/* - TB メイン -- */
.section_wrapper + .section_wrapper {
	margin: 4em 0 0 0;
	}

.main-content {
	width: 100%;
	padding: 1em 5vw 0 0;
	}
.main-content.wide {
	width: 100%;
	padding: 1em 0 0 0;
	margin-left: 0.5em;
	}
.heading {
	width: 2em;
	margin-left: -2.5em;
	}


/*      本の市 - */
.title-content {
	padding: 2em 2em 2em 2em;
	margin: 0 0 0 0;
	}
.page-content {
	padding: 2em 2em 2em 2em;
	margin: 8vw 0 0 0;
	}

.h4-space {
	padding: 0 0 0 1.5em;
	}

.ill-a {
	width: 11vw;
	position: absolute;
	top: 12vw;
	left: -14vw;
	}
.ill-b {
	width: 5vw;
	position: absolute;
	top: 10vw;
	right: -8vw;
	}
.ill-c {
	width: 17vw;
	position: absolute;
	top: 5vw;
	left: -18vw;
	}
.ill-d {
	width: 5vw;
	position: absolute;
	top: 30vw;
	right: -8vw;
	}
.ill-e {
	width: 12vw;
	position: absolute;
	top: 10vw;
	left: -17vw;
	}
.ill-f {
	width: 8vw;
	position: absolute;
	bottom: 5vw;
	right: 8vw;
	}
.ill-g {
	width: 14vw;
	position: absolute;
	top: 4vw;
	left: -14.5vw;
	}
.ill-h {
	width: 5vw;
	position: absolute;
	top: 30vw;
	right: -8vw;
	}
.ill-i {
	width: 8vw;
	position: absolute;
	top: 7.8vw;
	right: 3.5vw;
	}

.h3-data-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
align-items: center;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 3em 0;
	}
.h3-data-wrapper .data-title {
	width: 50%;
	padding: 0 0 0 0;
	margin: -7vw 0 0 0;
	}
.h3-data-wrapper .data-date {
	width: 50%;
	padding: 0 0 0 5%;
	}

.h3-title img {
	width: 90%;
	margin: 0 auto;
	}

ul.link-btn li a {
	font-size: 1.2em;
	min-width: 10em;
	padding: 0.5em 1.5em 0.6em 1.5em;
	}

h4.h4-title2 {
	margin: 2em 0 0.75em 0.5em;
	}

.info-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
	padding: 0 0 0 0;
	margin: 1em 0 0 0;
	}
.info-wrapper .flier {
	width: 30%;
	padding: 0 0 0 0;
	}
.info-wrapper .info {
	width: 70%;
	padding: 0 0 0 2em;
	}

.committee-txt {
	font-size: 1em;
	line-height: 1.6;
	}

}

/* - PC（1025px以上） -- */
@media screen and (min-width: 1025px) {
body {
	font-size: 1.8rem;
	line-height: 1.8;
	}

/* - PC 構造 -- */
#main {
	padding: 0 0 0 0;
	}
.main-inner {
padding: 2em 10% 6% 22%;
	margin: 0 0 0 0;
	}
.main-inner-subpage {
	padding: 12em 10% 6% 22%;
	margin: 0 0 0 0;
	}
.main-inner-wide {
	width: 100%;
	padding: 10% 10% 6% 10%;
	margin: 0 0 0 0;
	}


/*      ロゴ */
.logo-navi {
	}
hgroup p.lead {
	margin: 0 0 0.5em 0;
	}
h1 {
	font-size: 1.4rem;
	}
h1 .small {
	display: inline-block;
	}
.hamburgler-active .logo-mark {
	width: 40%;
	}
.hamburgler-active .logo-mark img {
	display: inline-block;
	transform: translateY(0);
	opacity: 1;
	}

/*      見出し */

/* - PC ヘッダ -- */
/*      ハンバーガー */
.hamburgler-icon-wrapper {
	top: 1em;
	right: 1em;
	height: 17px;
	width: 20px;
	}




/*      グローバルメニュー */

/*      サブメニュー */

/*      SNSメニュー */

/*      スマホメニュー表示時スクロール禁止 */

/* - PC フッタ -- */
#footer {
	padding: 3em 0 0 22%;
	margin: 0 0 0 0;
	}
.footer-wrapper{
	padding: 0 1em 1em 0;
	}
/*      ページトップへ */
.pagetop {
	bottom: 1em;
	right: 2em;
	}

/*      パンくずリスト */
.breadcrumbs {
	padding: 0.5em 0 0 0;
	margin: 0 10vw 0 0;
	}
.breadcrumbs_list {
	font-size: 1.4rem;
	}

/*      フッタメニュー */
.footer-link {
	padding: 0 10% 0 0;
	margin: 0 0 0 0;
	width: calc(10% + 6em);
	}
ul.footer-submenu > li {
	margin: 0 0 0 0;
	font-size: 1.4rem;
	}
/*      SNSメニュー */
.footer-sns-menu-all {
	padding: 0 0 0 0;
	}
/*      コピーライト */
.footer-caption p {
	font-size: 1.4rem;
	padding: 0 1.5em 0 0;
	}
.footer-copyright {
	font-size: 1.2rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright small {
	font-size: 1.2rem;
	}

/* - PC メイン -- */

/*      本の市 - */
.ill-i {
	width: 8vw;
	top: 6.4vw;
	right: 3.5vw;
	}


}

/* - PC-WIDE（1430px以上） -- */
@media screen and (min-width: 1430px) {
body {
	font-size: 2.1rem;
	line-height: 1.9;
	}

/*      グローバルメニュー */

/*      フッタメニュー */

/* - PC-WIDE メイン -- */
/*      本の市 - */
.ill-i {
	width: 8vw;
	top: 5vw;
	right: 4vw;
	}

}

/* - 印刷用 -- */
@media print {
}