@charset "UTF-8";


/* =========================================================================

0.基本
1.layout
2.タイトル
3.メニュー
4.トップページデザイン
5.個別ページ
6.作品
7.スケジュール
8.イベント

========================================================================= */


/* =========================================================================
0.基本
========================================================================= */
@media only screen and (max-width: 768px) {
	#l-contents {
		max-width: 1100px;
		width: 100%;
	}

	.l-header-main__center {
		z-index: 1;
	}
}

img {
	border: none;
}

#book_container {
	font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	line-height: 1.8;
}

#book_container * {
	box-sizing: border-box;
}

#book_container ul {
	list-style-type: none;
}

#book_container li {
	list-style: none;
}

#book_container small {
	font-size: 80%;
	line-height: 1.8;
}

#book_container b,
#book_container h2,
#book_container h3,
#book_container h4,
#book_container h5 {
	font-weight: bold;
}

#book_container th,
#book_container dt {
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.both {
	clear: both;
}

.orange {
	color: #F60;
}
.pink {
	color: #EA545E;
}

.small {
	font-size: 90%;
}

.red {
	color: #E60012;
}

.clearfix:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.clear {
	clear: both;
}

.reader {
	padding: 0 0.25em;
	font-family: sans-serif;
}

.f_tel {
	font-size: 120%;
	font-weight: bold;
}

.pc_none {
	display: none;
}

@media (max-width: 768px) {
	.pc_none {
		display: block;
	}
}

.l-breadcrumb{
  background: #FFF;
}


/* =========================================================================
1.layout
========================================================================= */
#l-contents-detail {
	padding: 0 !important;
}

#book_container {
	width: 100%;
	font-size: 13px;
	background: #71c5bb;
	/* background: #F3EEE6; */
}

#book_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px 80px;
	z-index: 1;
  /* background: #FFF; */
}

@media (max-width: 768px) {
	#book_contents {
		margin: 0 auto;
		padding: 20px 20px 40px;
		z-index: 1;
	}
}

#mainBox {
	width: 100%;
}

#sideBox {
	display: none;
}

#book_contents rt {
	font-size: 40%;
}

.book_inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}



/* =========================================================================
book_header
========================================================================= */
#book_header {
	height: 180px;
	/* background: rgb(206, 235, 250);
	background: linear-gradient(0deg, rgba(206, 235, 250, 1) 0%, rgba(128, 206, 243, 1) 90%); */
}

@media (max-width: 768px) {
	#book_header {
		height: 100px;
	}
}

.book_header__inner {
	position: relative;
	max-width: 1100px;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	padding-top: 10px;
	/* background: url(img/2025/bg.png) no-repeat center bottom; */
}

@media (max-width: 768px) {
	.book_header__inner {
		height: 100px;
		padding-top: 5px;
		background-size: contain;
	}
}

#book_header h2 {
	position: relative;
	width: 640px;
  margin: 10px auto;
	/* margin: 28px auto; */
	z-index: 2;
}

#book_header h2 a {
	display: block;
	width: 100%;
}

@media (max-width: 768px) {
	#book_header h2 {
		width: 250px;
		margin: 30px auto 0;
	}
}

@media (max-width: 320px) {
	#book_header h2 {
		width: 200px;
		margin: 30px auto 0;
	}
}

#book_header .badge {
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	z-index: 2;
}

@media (max-width: 768px) {
	#book_header .badge {
		top: 84px;
		margin-left: -70px;
		width: 140px;
	}
}

@media (max-width: 320px) {
	#book_header .badge {
		top: 74px;
		margin-left: -50px;
		width: 100px;
	}
}

.book_header__item01 {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 156px;
}

.book_header__item02 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 170px;
}

@media (max-width: 768px) {
	.book_header__item01 {
		top: 5px;
		left: 5px;
		width: 52px;
	}

	.book_header__item02 {
		top: 70px;
		right: 5px;
		width: 56px;
	}
}



.sns {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	top: 15px;
	right: 50%;
	width: 214px;
	margin-right: -500px;
	z-index: 11;
}

@media (max-width: 768px) {
	.sns {
		top: 5px;
		right: 5px;
		margin-right: 0;
	}
}

.sns li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.sns li:nth-child(1) {
	width: 113px;
}

.sns li:nth-child(2) {
	width: 91px;
}

.sns li iframe,
.sns li div {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 1;
}



/* =========================================================================
3.メニュー
========================================================================= */
.global-nav {
	position: sticky;
	top: 0;
	width: 100%;
	background: #fff;
	color: #000;
	height: 60px;
	transition: all 0.3s ease 0s;
	z-index: 12;
}

@media (max-width: 768px) {
	.global-nav {
		position: fixed;
		background: transparent;
	}
}

/* hamburgerここから */
.global-nav__button,
.global-nav__input {
	display: none;
}

.global-nav__input {
	position: absolute;
	display: block;
	height: 32px;
	width: 30px;
	top: 20px;
	right: 20px;
	z-index: 5;
	opacity: 0;
}

/* label */
@media screen and (max-width: 768px) {
	.global-nav__button {
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		border: none;
		background-color: #00A9CA;
		/* background-color: transparent; */
		appearance: none;
		cursor: pointer;
		z-index: 20009;
	}

	.global-nav__button-mark {
		display: block;
		width: 20px;
		height: 2px;
		background: #FFF;
		transition: 0.3s;
	}

	/* ハンバーガーアイコン･アニメーション */
	#hamburger:checked~.global-nav__button .line1 {
		transform: translate(3px, -1px) rotate(45deg);
		transform-origin: 0%;
	}

	#hamburger:checked~.global-nav__button .line2 {
		opacity: 0;
	}

	#hamburger:checked~.global-nav__button .line3 {
		transform: translate(3px, 1px) rotate(-45deg);
		transform-origin: 0%;
	}
}

/* メニューリスト */
.global-nav__list {
	display: flex;
  gap: 10px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 6px 0 0;
}

.global-nav__item {
	/* border-left: 1px solid #ddd; */
	/* width: 20%; */
	width: 25%;
	list-style: none;
	text-decoration: none;
}

.global-nav__item:last-child {
	/* border-right: 1px solid #ddd; */
	margin-right: 0;
}

@media (max-width: 768px) {
	.global-nav__item {
		width: 100%;
		font-size: 1.3rem;
		font-weight: 500;
		border-left: none;
		/* border-top: 1px solid #ddd; */
	}

	.global-nav__item:last-child {
		border-right: 0;
		/* border-bottom: 1px solid #ddd; */
		margin-right: 0;
	}
}

.global-nav__item a {
	display: block;
	padding: 8px;
  border-radius: 8px 8px 0 0;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	transition: color 0.3s ease-in-out;
  border-width: 4px 1px 0 1px;
  border-style: solid;
}
.global-nav__item a:hover {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
	.global-nav__list {
		position: fixed;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		top: 0;
		left: 100%;
		width: 70%;
		height: 100vh;
		padding-top: 100px;
		background-color: #FFF;
		/* overflow-y: scroll; */
		transition: 0.3s;
		z-index: 10000;
	}

	#hamburger:checked~.global-nav__list {
		left: 30%;
	}
}

.global-nav__item.nav1 a {
  border-color: #006EC3;
}

@media (max-width: 768px) {
	.global-nav__item.nav1 a {
		border-top: none;
		border-left: 4px solid #006EC3;
	}
}

.global-nav__item.nav1 a:hover,
#about .nav1 a {
	color: #FFF;
	background: #006EC3;
	border-top: 4px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {

	.global-nav__item.nav1 a:hover,
	#about .nav1 a {
		border-top: none;
		border-left: 4px solid rgba(255, 255, 255, 0.5);
	}
}

.global-nav__item.nav2 a {
  border-color: #F7AB00;
}

@media (max-width: 768px) {
	.global-nav__item.nav2 a {
		border-top: none;
		border-left: 4px solid #F7AB00;
	}
}

.global-nav__item.nav2 a:hover,
#contact .nav2 a {
	color: #FFF;
	background: #F7AB00;
	border-top: 4px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {

	.global-nav__item.nav2 a:hover,
	#contact .nav2 a {
		border-top: none;
		border-left: 4px solid rgba(255, 255, 255, 0.5);
	}
}

.global-nav__item.nav3 a {
  border-color: #87C30B;
	/* border-top: 4px solid #87C30B; */
}

@media (max-width: 768px) {
	.global-nav__item.nav3 a {
		border-top: none;
		border-left: 4px solid #87C30B;
	}
}

.global-nav__item.nav3 a:hover,
#book .nav3 a {
	color: #FFF;
	background: #87C30B;
	border-top: 4px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {

	.global-nav__item.nav3 a:hover,
	#book .nav3 a {
		border-top: none;
		/* border-left: 4px solid rgba(255, 255, 255, 0.5); */
	}
}

.global-nav__item.nav4 a {
  border-color: #EE7D44;
	/* border-top: 4px solid #EA5667; */
}

@media (max-width: 768px) {
	.global-nav__item.nav4 a {
		border-top: none;
		border-left: 4px solid #EE7D44;
		/* border-left: 4px solid #EA5667; */
	}
}

.global-nav__item.nav4 a:hover,
#winning2024 .nav4 a {
	color: #FFF;
	background: #EE7D44;
	/* background: #EA5667; */
	border-top: 4px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
	.global-nav__item.nav4 a:hover,
	#winning2024 .nav4 a {
		border-top: none;
		border-left: 4px solid rgba(255, 255, 255, 0.5);
	}
}

.global-nav__item.nav0 a {
  border-color: #EA5667;
	/* border-top: 4px solid #EA5667; */
}

@media (max-width: 768px) {
	.global-nav__item.nav0 a {
		border-top: none;
		border-left: 4px solid #EA5667;
	}
}

.global-nav__item.nav0 a:hover,
#winning2025 .nav0 a {
	color: #FFF;
	background: #EA5667;
	border-top: 4px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
	.global-nav__item.nav0 a:hover,
	#winning2025 .nav0 a {
		border-top: none;
		border-left: 4px solid rgba(255, 255, 255, 0.5);
	}
}

.global-nav__item.nav5 {
	padding: 0;
}

.global-nav__item.nav5 a {
	padding: 4px 0;
	color: #FFF;
	background: #12B8D7;
	border-radius: 48px;
}

.global-nav__item.nav5 a:hover {
	opacity: 0.8;
	color: #FFF;
}

/* コンテンツカバー */
.global-nav__bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .8);
	display: none;
	z-index: 9997;
}

#hamburger:checked~.global-nav__bg {
	display: block;
}

/* =========================================================================
archive
========================================================================= */
#book_archive {
	position: relative;
	background: #FFEC70;
	padding: 40px 0 30px;
}

@media (max-width: 768px) {
	#book_archive {
		padding: 20px;
	}
}

#book_archive h3 {
	margin: 0;
	padding: 0 20px 10px;
	font-size: 20px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	#book_archive h3 {
		font-size: 16px;
		text-align: center;

	}
}

#book_archive ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 30px;
	padding: 40px 20px 0;
}

@media (max-width: 768px) {
	#book_archive ul {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
		gap: 10px;
		padding: 20px 10px 0
	}
}

#book_archive ul {
	padding: 0 20px 20px;
}

#book_archive li {
	max-width: 320px;
	width: calc((100% - 60px) / 3);
}

@media (max-width: 768px) {
	#book_archive li.btn {
		width: 100%;
	}

	#book_archive li.btn2 {
		width: calc((100% - 10px) / 2);
	}
}

#book_archive li a {
	display: block;
	/* padding: 10px 5px; */
	border-radius: 10px;
	transition: 0.3s all;
	background: #FFF;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.3);
	color: #333;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 768px) {
	#book_archive li.btn a {
		border-radius: 10px;
	}

	#book_archive li.btn2 a {
		border-radius: 4px;
	}
}

#book_archive li.btn a {
	padding: 0;
}

#book_archive li.btn2 a {
	position: relative;
	padding: 1rem;
	font-size: 16px;
}

#book_archive li.btn2 a span {
	display: inline-flex;
	font-size: 120%;
	padding: 0 0.1em;
}

#book_archive li.btn2 a:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 18px;
	width: 10px;
	height: 2px;
	background: #EE7D44;
	transform: translateX(-50%);
}

#book_archive li.btn2 a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #EE7D44;
	border-right: 2px solid #EE7D44;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translateX(-50%);
}

@media (max-width: 768px) {
	#book_archive li.btn2 a:before {
		right: 8px;
	}

	#book_archive li.btn2 a::after {
		right: 10px;
	}
}

#book_archive li a:hover {
	opacity: 0.8;
	transform: translateY(5px);
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}


/* =========================================================================
bottom
========================================================================= */
.book_bottom {
	position: relative;
	clear: both;
	padding: 40px 0;
	/* background: #00B8EC; */
	background: #FFF;
}

@media (max-width: 768px) {
	.book_bottom {
		padding: 20px;
	}
}

.book_inner {
	position: relative;
	margin: 0 auto;
}

.book_bottom_img {
	position: absolute;
	width: 100%;
	top: -76px;
	left: 0;
	text-align: center;
	z-index: 5;
}

@media (max-width: 768px) {
	.book_bottom_img {
		top: 24px;
	}
}

#book_container .book_bottom h3 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0.5em;
	/* color: #FFF; */
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media (max-width: 768px) {
	#book_container .book_bottom h3 {
		font-size: 14px;
	}
}

.book_bottom h4 {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0.2em 0.3em 0.2em 0.2em;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #F1596B;
}

.book_bottom h4::after {
	position: absolute;
	content: "";
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid rgba(255, 255, 255, 0.1);

}

@media (max-width: 768px) {
	#book_container .book_bottom h4 {
		font-size: 13px;
	}
}

.book_bottom .ul_maker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	background: #FFF;
	border-right: 1px solid #CCC;
}

.book_bottom .ul_maker li {
	width: calc(100% / 7);
}

@media (max-width: 768px) {
	.book_bottom .ul_maker li {
		width: calc(100% / 3);
	}
}

.book_bottom .ul_maker li a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 9px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	text-decoration: none !important;
}

@media (max-width: 768px) {
	.book_bottom .ul_maker li a {
		font-size: 13px;
	}
}

.book_bottom .ul_maker li a:hover {
	background: #FFE392;
	text-decoration: none;
}

.book_bottom .ul_sponsor {
	display: flex;
	justify-content: center;
	width: 100%;
}


.book_bottom .ul_sponsor a:hover {
	opacity: 0.8;
}

.ul_sponsor figure {
	margin: 0.5em 0;
	width: 240px;
}

.josei{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 0.5em;
	/* color: #FFF; */
	line-height: 1.5;
}

.book_bottom p {
	clear: both;
	padding: 10px 0 0;
	/* color: #FFF; */
	text-align: center;
}

@media (max-width: 768px) {
	#book_container .book_bottom p {
		font-size: 12px;
	}
	.josei{
		width: 100%;
		font-size: 12px;
	}
}

figure {
	vertical-align: bottom;
	line-height: 1;
}


/* =========================================================================
4.トップページデザイン
========================================================================= */

/*	スライダー
---------------------------------------------*/
.slider {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
}

@media (max-width: 768px) {
	.slider {
		width: 90%;
		margin: 0 auto;
		padding: 25px 0 10px;
	}
}

.splide__track {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}

.splide__slide {
	padding: 0 10px 20px;
	transition: all ease-in-out .3s;
}

.splide__slide img{
	max-height: 219px;
}

.splide__slide p {
	margin-top: 0.5em;
	/* color: #FFF; */
	text-align: center;
}

.slider .splide__arrow {
	top: 40% !important;
	background: #E6446B;
	z-index: 5;
}

.slider .splide__arrow svg {
	fill: #FFF;
}

.splide__arrow--prev {
	left: 0 !important;
}

.splide__arrow--next {
	right: 0 !important;
}

@media (max-width: 768px) {
	.splide__arrow--prev {
		left: -10px !important;
	}

	.splide__arrow--next {
		right: -10px !important;
	}
}

.ribbon {
	position: relative;
	display: block;
	width: 600px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	z-index: 10;
}

@media (max-width: 768px) {
	.ribbon {
		width: 280px;
		height: 44px;
		margin-top: 20px;
	}
}

.ribbon:before {
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	left: -25px;
	z-index: -2;
	border: 20px solid #E22957;
	border-left-color: transparent;
}

.ribbon:after {
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	right: -25px;
	z-index: -2;
	border: 20px solid #E22957;
	border-right-color: transparent;
}

#book_container .ribbon h3 {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	line-height: 45px;
	font-size: 20px;
	color: #FFF;
	background: #E6446B;
}

@media (max-width: 768px) {
	#book_container .ribbon h3 {
		padding: 2px 10px;
		font-size: 14px;
		line-height: 20px;
	}
}

#book_container .ribbon h3:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #c31a44;
}

#book_container .ribbon h3:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #c31a44;
}


/* =========================================================================
5.共通
========================================================================= */

/*	Box
---------------------------------------------------------------*/
.Box {
	position: relative;
	margin: 20px 0 40px;
	padding-top: 40px;
	background: rgba(255, 255, 255, 1);
	border-radius: 15px;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);
	border: 3px solid #E8456C;
}

@media (max-width: 768px) {
	.Box {
		position: relative;
		margin: 20px 0 40px;
		padding-top: 40px;
		border-radius: 10px;
		border: 2px solid #E8456C;
	}
}

.Box:last-child {
	margin-bottom: 0;
}

.Box.top-about {
	padding-bottom: 20px;
	border: 3px solid #EA5667;
}

@media (max-width: 768px) {
	.Box.top-about {
		padding-bottom: 10px;
	}
}

.Box.top-news {
	border: 3px solid #EE7D44;
}

#about .Box {
	border: 3px solid #0055B1;
}

#book .Box {
	border: 3px solid #70AE12;
}

#contact .Box {
	border: 3px solid #F7AB00;
}

.Box section {
	padding-bottom: 10px;
}

.Box .txtbox {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
}

@media (max-width: 768px) {
	.Box .txtbox {
		margin-top: 10px;
	}
}

.Box p,
.Box li,
.Box dt,
.Box dd,
.Box li {
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.Box th,
.Box td {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

@media (max-width: 768px) {

	.Box p,
	.Box li,
	.Box dt,
	.Box dd,
	.Box li {
		font-size: 14px;
	}

	.Box th,
	.Box td {
		font-size: 13px;
	}
}

.Box p a:hover {
	text-decoration: underline;
}


/*	inner
---------------------------------------------------------------*/
div.inner {
	padding: 10px 26px;
}

@media (max-width: 768px) {
	div.inner {
		padding: 10px 16px;
	}
}

div.innertop {
	padding: 0 70px 30px;
}

div.inner:after,
div.innertop:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}


/*	box1
---------------------------------------------------------------*/
.box1 {
	overflow: hidden;
	margin-top: 30px;
}

#book .box1 {
	overflow: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.box1 {
		margin-top: 20px;
	}

	#book .box1 {
		margin-top: 20px;
	}
}


.box1 ul.ph {
	float: left;
	padding-right: 20px;
}

.box1 ul.ph li {
	padding-bottom: 10px;
	text-align: center;
	z-index: 1;
}

.box1 ul.ph li .img {
	width: 256px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #DDD;
}

.box1 ul.ph li.mov {
	display: block;
	z-index: 2;
}

@media (max-width: 768px) {
	.box1 ul.ph {
		float: none;
		padding-right: 0;
		padding-bottom: 10px;
	}

	.box1 ul.ph li .img {
		width: auto;
		max-height: 200px;
	}
}



/*	img
---------------------------------------------------------------*/
.Box img {
	vertical-align: bottom;
}

.Box .img_r {
	float: right;
	margin-left: 10px;
	padding-bottom: 0;
}

.Box .img_l {
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}

.Box .img_l2 {
	float: left;
	margin-right: 10px;
	padding: 0 5px 10px;
}

.Box .img_c {
	text-align: center;
}

.book_img {
	float: left;
	width: 182px;
	/* margin-right:10px; */
	padding-bottom: 10px;
}

.book_img img {
	border: 1px solid #DDD;
}

@media (max-width: 768px) {
	.book_img {
		float: none;
		margin: 0 auto;
	}
}



/*	text
---------------------------------------------------------------*/
.Box h2.book-maintitle {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0.5em;
	top: -20px;
	left: -23px;
	padding: 1rem 3rem 1rem 7rem;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2em;
	border-radius: 25vh 100vh 100vh 0;
	background: #EA5667;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	z-index: 5;
}

@media (max-width: 768px) {
	.Box h2.book-maintitle {
		top: -10px;
		left: -12px;
		padding: 1rem 3rem 1rem 6rem;
		color: #fff;
		font-size: 15px;
		letter-spacing: 0.1em;
	}
}

.Box h2.book-maintitle.-top {
	background: #EA5667 url(img/2025/icon01.svg) no-repeat 15px center;
}


.Box h2.book-maintitle.-news {
	background: #EE7D44 url(img/2025/icon02.svg) no-repeat 15px center;
}

.Box h2.book-maintitle.-about {
	background: #0055B1 url(img/2025/icon03.svg) no-repeat 15px center;
}

.Box h2.book-maintitle.-contact {
	background: #F7AB00 url(img/2025/icon05.svg) no-repeat 15px center;
}

.Box h2.book-maintitle.-book {
	background: #70AE12 url(img/2025/icon04.svg) no-repeat 15px center;
}

.Box h2.book-maintitle.-winning {
	background: #EA5667 url(img/2025/icon06.svg) no-repeat 15px center;
}

@media (max-width: 768px) {

	.Box h2.book-maintitle.-top,
	.Box h2.book-maintitle.-news,
	.Box h2.book-maintitle.-about,
	.Box h2.book-maintitle.-contact,
	.Box h2.book-maintitle.-book,
	.Box h2.book-maintitle.-winning {
		background-size: 30px 18px;
	}
}

.Box h2.book-maintitle:before {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 20px solid #000;
	border-left: 20px solid transparent;
}

@media (max-width: 768px) {
	.Box h2.book-maintitle:before {
		bottom: -10px;
		border-top: 10px solid #000;
		border-left: 10px solid transparent;
	}
}

.Box h2.book-maintitle span {
	display: inline-block;
	padding: 0 0.3em 0 0.4em;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: rgba(0, 0, 0, 0.2);
}

#subtitle {
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
}

big {
	font-size: 120%;
	line-height: 2;
}

.Box h3 {
	clear: both;
	width: 240px;
	height: 28px;
	margin-bottom: 10px;
	padding: 0 5px 0 25px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
	background: #12B8D7;
	border-radius: 14px;
}

.Box h4 {
	clear: both;
  margin-bottom: 0.5em;
	padding: 7px 1em 5px;
	font-size: 18px;
	font-family: "Kosugi Maru", sans-serif;
	letter-spacing: 0.05em;
	background: rgba(255, 255, 255, 1);
	border-left: 5px solid #12B8D7;
}

@media (max-width: 768px) {
	.Box h4 {
		padding: 3px 0.8em;
		font-size: 15px;
	}
}

.Box h4.class1 {
	border-left: 5px solid #EA5667;
}

.Box h4.class2 {
	border-left: 5px solid #1B559A;
}

.Box h4.class3 {
	border-left: 5px solid #009D51;
}

.Box h4.class4 {
	border-left: 5px solid #ED7900;
}

.Box h4#page-title {
	border-left: 5px solid #E74649;
}

@media (max-width: 768px) {
	.Box h4.class1 {
		border-left: 3px solid #EA5667;
	}

	.Box h4.class2 {
		border-left: 3px solid #1B559A;
	}

	.Box h4.class3 {
		border-left: 3px solid #009D51;
	}

	.Box h4.class4 {
		border-left: 3px solid #ED7900;
	}

	.Box h4#page-title {
		border-left: 3px solid #E74649;
	}
}

.book-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.book-header p.btn-pdf {
	width: 200px;
	padding-bottom: 0 !important;
}

.book-header p.btn-pdf a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 40px;
	color: #FFF;
	font-weight: bold;
	font-family: "Kosugi Maru", sans-serif;
	text-align: center;
	line-height: 1.5;
	border-radius: 40px;
	transition: 0.3s all;
}

@media (max-width: 768px) {
	.book-header p.btn-pdf {
		width: 120px;
	}

	.book-header p.btn-pdf a {
		padding: 8px 20px 8px 10px;
	}
}

.book-header p.btn-pdf a:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.book-header p.btn-pdf a:hover {
	opacity: 0.8;
	transform: translateY(4px);
}

#content1 .book-header p.btn-pdf a {
	background: #EA5667;
}

#content2 .book-header p.btn-pdf a {
	background: #0076C2;
}

#content3 .book-header p.btn-pdf a {
	background: #009D51;
}

#content4 .book-header p.btn-pdf a {
	background: #ED7900;
}

.book-header+.box1 {
	margin-top: 20px !important;
}

.Box h5 {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Kosugi Maru", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.Box .waku h5 {
	position: relative;
	clear: both;
	margin-bottom: 15px;
	padding-left: 1em;
	font-size: 15px;
	line-height: 1.3;
}

.Box .waku h5:before {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #EA545E;
	border-radius: 50%;
}

.Box .box1 h5 {
	padding: 8px 20px;
	border-radius: 5px;
	color: #FFF !important;
	font-size: 16px;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.Box .box1 h5 {
		padding: 8px;
		border-radius: 3px;
		font-size: 14px;
	}
}


.Box .box1 h5 a {
	padding-right: 1.5em;
	color: #FFF !important;
	background: url(img/external-link.svg) no-repeat right center;
}

.Box .box1 h5 a:hover {
	text-decoration: underline;
}

.box1 .btn a {
	display: block;
	width: 200px;
	padding: 6px 20px 6px 20px;
	border-radius: 20px;
	color: #EA5667 !important;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	background: url(img/external-link2.svg) no-repeat 170px center;
	background-size: 16px;
	border: 2px solid #EA5667;
	transition: 0.3s all;
}

.box1 .btn a:hover {
	transform: translateY(4px);
}

.Box #content1 h5 {
	background: #EA5667;
}

.Box #content2 h5 {
	background: #1B559A;
}

.Box #content3 h5 {
	background: #009D51;
}

.Box #content4 h5 {
	background: #ED7900;
}

.Box p {
	margin-bottom: 5px;
	padding: 0 5px;
	text-align: justify;
}

.normal {
	font-weight: normal;
}

.Box .p_right {
	text-align: right;
}

.Box .p_center {
	text-align: center;
}

.asset-meta {
	padding: 5px;
	color: #999999;
	text-align: right;
	border-top: 1px solid #ccc;
}

/*	dl
---------------------------------------------------------------*/
* html .Box dl dd {
	height: 1%;
}

.dlNews {
	margin: 10px 0;
	padding: 0 30px 16px;
}

.dlNews dt {
	width: 7em;
	float: left;
	padding: 6px 0;
	font-size: 15px !important;
	font-weight: normal !important;
	background: url(img/ic_news.gif) no-repeat right 10px;
}

.dlNews dd {
	padding: 6px 0 6px 7.5em;
	font-size: 15px !important;
	border-bottom: 1px dashed #00A9CA;
}

.dlNews dd a {
	color: #333;
	text-decoration: none;
}

.dlNews dd a:link {
	color: #333;
	text-decoration: none;
}

.dlNews dd a:visited {
	color: #333;
	text-decoration: none;
}

.dlNews dd a:active {
	color: #333;
	text-decoration: underline;
}

.dlNews dd a:hover {
	color: #06C;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.dlNews {
		margin: 0 0 10px;
		padding: 0 16px 10px;
	}

	.dlNews dt {
		width: 100%;
		float: none;
		padding: 6px 0 0;
		font-size: 14px !important;
		background: none;
	}

	.dlNews dd {
		width: 100%;
		padding: 0 0 6px;
		padding-left: 1.5em;
		font-size: 14px !important;
		border-bottom: 1px dashed #00A9CA;
		background: url(img/ic_news.gif) no-repeat left 5px;
	}
}

.Box dl.dlList1 {
	counter-reset: number;
	padding: 0 5px;
	font-size: 100%;
}

.Box dl.dlList1 dt {
	position: relative;
	float: left;
	width: 9em;
	margin-bottom: 5px;
	padding-left: 1.5em;
	font-weight: 500;
}

@media (max-width: 768px) {
	.Box dl.dlList1 dt {
		float: none;
		width: 100%;
	}
}

.Box dl.dlList1 dt:before {
	position: absolute;
	display: inline-block;
	counter-increment: number;
	content: counter(number);
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #EA5667;
	border-radius: 50%;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.Box dl.dlList1 dd {
	margin-bottom: 5px;
	padding: 0 0 0 9em;
}

@media (max-width: 768px) {
	.Box dl.dlList1 dd {
		margin-bottom: 1em;
		padding: 0 0 0 1.5em;
	}

	.Box dl.dlList1 dd:last-child {
		margin-bottom: 0;
	}
}

.Box dl.dlList2 {
	padding: 0 5px;
	font-size: 100%;
}

.Box dl.dlList2 dt {
	position: relative;
	width: 18em;
	float: left;
	margin-bottom: 5px;
	padding: 0 0 0 1em;
	font-weight: 500;
}

.Box dl.dlList2 dt:before {
	position: absolute;
	content: "";
	top: 9px;
	left: 2px;
	width: 6px;
	height: 6px;
	background: #EA5667;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.Box dl.dlList2 dt {
		width: 100%;
		float: none;
	}
}

.Box dl.dlList2 dd {
	margin-bottom: 5px;
	padding: 0 0 0 18em;
}

@media (max-width: 768px) {
	.Box dl.dlList2 dd {
		padding: 0 0 0.5em;
	}
}

.Box dl.dlList3 {
	padding: 0 5px;
	font-size: 100%;
}

.Box dl.dlList3 dt {
	width: 12em;
	float: left;
	margin-bottom: 5px;
	padding: 0;
	font-weight: 500;
}

.Box dl.dlList3 dd {
	margin-bottom: 5px;
	padding: 0 0 0 12em;
}

.Box dl.line {
	padding-top: 5px;
	border-top: 1px dashed #ccc;
}

.box1 dl {
	margin: 0;
}

.box1 dl.dl_book {
	display: flex;
	flex-direction: column;
	width: calc(100% - 200px);
}

@media (max-width: 768px) {
	.box1 dl.dl_book {
		width: 100%;
	}
}

.box1 dl dt {
	padding: 0 0 10px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.box1 dl dt {
		padding: 0;
	}
}

_::-webkit-full-page-media,
_:future,
:root .slash {
	display: inline-block;
	width: 1em;
	text-align: center;
}

.box1 dl.dl_book dt {
	margin: 0;
}

.box1 dl.dl_book dd.text {
	display: flex;
	gap: 20px;
}

.box1 dl.dl_book dd.text .mov {
	width: 288px;
}

@media (max-width: 768px) {
	.box1 dl.dl_book dd.text {
		flex-direction: column;
	}

	.box1 dl.dl_book dd.text .mov {
		width: 100%;
		aspect-ratio: 16 / 9;
		margin-bottom: 20px;
	}

	.box1 dl.dl_book dd.text .mov iframe {
		width: 100%;
		height: 100%;
	}
}

#mainBox .box1 dl dd {
	margin-top: 10px;
	letter-spacing: 0.05em;
}

#mainBox .box1 dl dd.dd2 {
	clear: both;
	margin-top: 10px;
	padding: 25px 10px 10px;
	background: #f5f5f5 url(img/dd2.gif) no-repeat 0 0;
}

#mainBox .box1 dl dd.syuppan {
	display: flex;
	width: 100%;
	margin-top: auto;
	justify-content: space-between;
	align-items: center;
}

.box1 dd.right span {
	display: inline-block;
	padding-left: 1em;
	/* display: block;
	text-align: right; */
}

@media (max-width: 768px) {
	#mainBox .box1 dl dd.syuppan {
		gap: 10px;
		flex-direction: column;
		align-items: flex-end;
	}
	.box1 dd.right span {
		display: block;
		text-align: right;
	}
}
.box2 dl {
	margin: 0;
	padding: 0;
}

.box2 dl dt {
	font-weight: bold;
}

#mainBox .box2 dl dd {
	margin-top: 5px;
	line-height: 1.3;
}

.Box dl.dlWork {
	width: 280px;
	margin: 0;
	padding: 0 0 1em 0;
}

.Box dl.dlWork:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}

.Box dl.dlWork dt {
	margin-bottom: 5px;
	text-align: center;
}

.Box dl.dlWork dd {
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
}

.Box dl.dlWork dd img {
	height: 140px;
}

.saiyushu {
	margin-right: 5px;
	padding: 2px 5px;
	color: #FFF;
	background: #C90;
}

.yushu {
	margin-right: 5px;
	padding: 2px 5px;
	color: #FFF;
	background: #666;
}


/*	ol
---------------------------------------------------------------*/
.Box ol.number {
	counter-reset: number;
	margin: 0 !important;
	padding: 0 5px;
	list-style: none;
}

.Box ol.number>li {
	position: relative;
	margin: 0 0 5px !important;
	padding-left: 1.5em;
}

.Box ol.number>li:before {
	position: absolute;
	display: inline-block;
	counter-increment: number;
	content: counter(number);
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #EA5667;
	border-radius: 50%;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.Box ol.number li>ol.alphabet {
	counter-reset: alphabet;
	margin: 0;
	padding: 0;
	list-style: none;
}

.Box ol.alphabet li {
	position: relative;
	margin-top: 5px;
	padding-left: 1.5em;
}

.Box ol.alphabet li:before {
	position: absolute;
	display: inline-block;
	left: 0;
	counter-increment: alphabet;
	content: counter(alphabet, upper-alpha)".";
}

/*	table
---------------------------------------------------------------*/
@media (max-width: 768px) {
	.table-wrap {
		overflow-x: scroll;
	}
}

.Box table {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}

table.table1 {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 15px;
}

@media (max-width: 768px) {
	table.table1 {
		font-size: 13px;
	}
}

table.table1 th {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	line-height: 2;
	font-weight: normal !important;
}

table.table1 td {
	margin: 0;
	padding: 0 5px 0 0;
	border: none;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}


/*	waku
---------------------------------------------------------------*/
.waku {
  position: relative;
	margin: 20px 0;
	padding: 40px 32px;
	background: #FFFBE9;
  border-top: 2px solid #9FA0A0;
  border-bottom: 2px solid #9FA0A0;
	/* border: 4px solid #12B8D7; */
	/* border-radius: 12px; */
}
.waku::before {
    position: absolute;
    content: '';
    left: -2px;
    top: -4px;
    width: 40px;
    height: 40px;
    /* background: #FFFBE9; */
    background-image: linear-gradient(135deg, #EA545E 20px, transparent 0);
    z-index: 10;
}
.waku::after {
    position: absolute;
    content: '';
    right: -2px;
    bottom: -4px;
    width: 40px;
    height: 40px;
    /* background: #FFFBE9; */
    background-image: linear-gradient(-45deg, #EA545E 20px, transparent 0);
    z-index: 10;
}


@media (max-width: 768px) {
	.waku {
		margin: 16px 0;
		padding: 16px;
		/* background: #FFFCE4; */
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
		/* border: 2px solid #12B8D7;
		border-radius: 8px; */
	}
}



/*	tabBox
---------------------------------------------------------------*/
div.tabSet1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

ul#tabNav1 {
	display: flex;
	gap: 5px;
	margin: 0;
	padding: 0;
}

ul#tabNav1 li {
	width: 170px;
}

@media (max-width: 768px) {
	ul#tabNav1 {
		gap: 2px;
	}

	ul#tabNav1 li {
		width: calc((100% - 6px) / 4);
	}
}


ul#tabNav1 li.tab1 {
	margin-left: 0;
}

ul#tabNav1 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #FFF;
	color: #333;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3em;
	border: 1px solid #CCC;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

ul#tabNav1 li a span {
	font-weight: normal;
}

@media (max-width: 768px) {
	ul#tabNav1 li a {
		flex-direction: column;
		padding: 2px 0;
		font-size: 12px;
		line-height: 1.5;
	}

	ul#tabNav1 li a span {
		display: block;
		font-size: 10px;
	}
}

ul#tabNav1 li a.on {
	color: #fff;
	background: #E74649;
}

ul#tabNav1 li.tab1 a.on {
	background: #EA5667;
	border-color: #EA5667
}

ul#tabNav1 li.tab2 a.on {
	background: #1B559A;
	border-color: #1B559A;
}

ul#tabNav1 li.tab3 a.on {
	background: #009D51;
	border-color: #009D51;
}

ul#tabNav1 li.tab4 a.on {
	background: #ED7900;
	border-color: #ED7900;
}

div.tabSet1 div.content {
	zoom: 1;
	padding: 20px 0 0;
	border-top: 3px solid #CCC;
}

@media (max-width: 768px) {
	div.tabSet1 div.content {
		padding: 10px 0 0;
		border-top: 2px solid #CCC;
	}
}

div.tabSet1 #content1 {
	border-color: #E95667
}

div.tabSet1 #content2 {
	border-color: #1B559A;
}

div.tabSet1 #content3 {
	border-color: #009D51;
}

div.tabSet1 #content4 {
	border-color: #ED7900;
}

div.tabSet1 div.content p {
	margin: 0;
	padding: 0 0 10px;
}


/*	download
---------------------------------------------------------------*/
#download{
  display: flex;
  flex-wrap: wrap;
	margin-top: 80px;
  gap: 10px;
}

.download__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
	margin-top: 40px;
	/* counter-reset: number; */
}

.download__item {
	position: relative;
	width: calc((100% - 56px) / 3);
}
	
@media (max-width: 768px) {
	.download__list {
		gap: 16px;
		margin-top: 20px;
	}

	.download__item {
		width: calc(50% - 8px);
	}
}

.download__item a{
	display: block;
	color: #333;
}
.download__item a:hover{
	opacity: 0.8;
}

/* .download__item::before {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 40px;
	height: 40px;
	background: #EA5667;
  counter-increment: number;
  content: counter(number);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-weight: bold;
	line-height: 40px;
	border-radius: 50%;
	z-index: 2;
}
@media (max-width: 768px) {
	.download__item::before {
		top: -4px;
		left: -4px;
		width: 32px;
		height: 32px;
		font-size: 12px;
		line-height: 32px;
	}
} */

.download__item img {
  max-width: 100%;
  height: auto;
	border: 1px solid #DDD;
	margin-bottom: 5px;
}

.download__item p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
}
.download__item p span{
	font-weight: bold;
	font-size: 1.6rem;
}
@media (max-width: 768px) {
	.download__item p {
		font-size: 1rem;
	}
	.download__item p span{
		font-size: 1.2rem;
	}
}