@charset "utf-8";
/*==================================================
	Top page
==================================================*/
#top_ttl img {
	width: 100%;
}
/* information */
#top_info {
	padding-bottom: 90px;
}
#top_info .box_flex {
}
#top_info .ttl {
	width: 330px;
}
#top_info .ttl h3.sub {
	margin-bottom: 30px;
	text-align: left;
}
#top_info .btn01 {
	text-align: left;
}
#information_list {
	width: 700px;
}
#information_list a {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	color: var(--color-primary);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 45px 15px 30px;
	margin-bottom: 15px;
}
#information_list a:last-of-type {
	margin-bottom: 0;
}
#information_list a:hover {
	border-color: var(--color-accent);
	background: var(--color-accent);
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#information_list a::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 18px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	transform: rotate(45deg);
	content: "";
}
#information_list a:hover::after {
	border-color: #fff;
}
#information_list a .date {
	width: 100px;
	margin-bottom: 0;
	color: var(--color-font);
	font-size: 14px;
	padding: 1px 0;
}
#information_list a:hover .date {
	color: #fff;
}
#information_list .txt {
	width: calc(100% - 100px);
	margin-bottom: 0;
	font-size: 110%;
}
/* schedule */
#top_schedule {
	position: relative;
	padding-top: 30px;
}
#top_schedule::before {

}
#top_schedule .txt {
	font-size: 110%;
	line-height: 1.9;
}
#top_schedule .btn01 {
	margin-top: 50px;
	margin-bottom: 0;
}
#top_schedule .btn01 a {
	margin: 0 auto;
}
/* class */
#top_class::before {
	background: url("../img/top/bg-class.jpg") no-repeat center / cover;
}
#top_class .ttl {
	display: flex;
	align-items: flex-start;
	gap: 42px;
	margin-bottom: 50px;
}
#top_class .ttl h3.sub {
	width: 210px;
	margin-bottom: 0;
	text-align: left;
}
#top_class .ttl .txt {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}
#top_class .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
#top_class .box {
	width: 340px;
	background: #fff;
	position: relative;
	border-radius : 0px 0px 5px 5px;
}
#top_class .box:first-of-type {
	top: 40px;
}
#top_class .box:nth-of-type(2) {
	top: 20px;
}
#top_class dl {
	padding: 28px 24px 32px;
}
#top_class dt {
	margin-bottom: 12px;
	color: var(--color-primary);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.35;
}
#top_class dd {
	font-size: 110%;
	line-height: 1.75;
}
#top_class .txt02 {
	font-size: 20px;
}

/* recommend */
#top_recommend .list {
	display: flex;
	flex-wrap: wrap;
	gap: 34px 36px;
	align-items: stretch;
}
#top_recommend .box {
	width: 530px;
	padding: 25px;
	border: 1px solid #c9caca;
	background: #fff;
	border-radius: 5px;
}
/*２行目が３列並ぶ時*/
/*#top_recommend .box:nth-child(n+3) {
	width: 340px;
}*/
/*#top_recommend .box:nth-child(n+3) .ttl {
	display: block;
}*/
#top_recommend .ttl {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_recommend .ttl .ico {
	width: 170px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
#top_recommend .box:nth-child(n+3) .ttl .ico {
	margin: 0 auto;
}
#top_recommend .txt_b {
	margin-bottom: 0;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	width: calc(100% - 180px);
}
#top_recommend .box:nth-child(n+3) .txt_b {
	width: 100%;
	text-align: center;
}
#top_recommend .txt_b .pri {
	color: var(--color-primary);
	font-size: 28px;
}
#top_recommend .txt {
	font-size: 110%;
	line-height: 1.9;
}

/* bottom links */
#top_link {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
#top_link a {
	position: relative;
	width: 50%;
	height: 300px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_link a:first-child {
	background: linear-gradient(90deg, rgba(233, 72, 41, 0.5) 0%, rgba(0, 0, 0, 0.5) 57.65%, rgba(0, 0, 0, 0.5) 100%), url("../img/top/bg-access.jpg") no-repeat center / cover;
}
#top_link a:last-child {
	background: linear-gradient(90deg, rgba(233, 72, 41, 0.5) 0%, rgba(0, 0, 0, 0.5) 57.65%, rgba(0, 0, 0, 0.5) 100%), url("../img/top/bg-price.jpg") no-repeat center / cover;
}
#top_link a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_link a:hover:first-child {
	background: linear-gradient(rgba(27, 184, 206, 0.5)), url("../img/top/bg-access.jpg") no-repeat center / cover;
}
#top_link a:hover:last-child {
	background: linear-gradient(rgba(27, 184, 206, 0.5)), url("../img/top/bg-price.jpg") no-repeat center / cover;
}
/* クラウドファンディング支援者のご紹介 */
#top_crowdfunding h4 {
	color: #000;
	font-size: 19px;
	margin-bottom: 10px;
}
#top_crowdfunding .box {
	width: 32%;
	border: 1px solid #c9caca;
	padding: 30px;
	border-radius: 5px;
}
#top_crowdfunding .box.kojin {
	width: 65%;
}
#top_crowdfunding .box ul li {
	list-style: disc;
	margin-left: 1.3em;
}
#top_crowdfunding .box.kojin ul li {
	width: calc(32% - 1.3em);
}
@media print, screen and (min-width: 769px){ /* PC only */
}
@media only screen and (max-width: 768px) {  /* tablet */
	#top_info {
		padding-bottom: 30px;
	}
	#top_info .ttl {
		width: 200px;
		margin-bottom: 28px;
		text-align: center;
	}
	#top_info .btn01 {
		text-align: center;
	}
	#information_list {
		width: calc(100% - 210px);
	}
	#information_list a {
		padding-left: 20px;
	}
	#top_schedule .btn01 {
		margin-top: 30px;
	}
	#top_class .ttl {
		display: block;
		text-align: center;
	}
	#top_class .ttl h3.sub {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	#top_class .ttl .txt {
		font-size: 20px;
		text-align: center;
	}
	#top_class .list {
		margin-bottom: 80px;
	}
	#top_class .box {
		width: 32%;
	}
	#top_class dl {
		padding: 20px 10px 24px;
	}
	#top_class dt {
		font-size: 18px;
	}
	#top_class dd {
		font-size: 100%;
	}
	#top_class .txt02 {
		font-size: 17px;
	}
	#top_recommend .list {
		gap: 20px 0;
	}
	#top_recommend .box {
		width: 48.5%;
		padding: 15px;
	}
	/*２行目が３列並ぶ時*/
/*	#top_recommend .box:nth-child(n+3) {
		width: 32%;
	}*/
	#top_recommend .ttl {
		display: block;
		text-align: center;
	}
	#top_recommend .ttl .ico {
		margin: 0 auto 12px;
	}
	#top_recommend .ttl .ico img {
		transform: scale(0.8);
	}
	#top_recommend .txt_b {
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	#top_recommend .txt_b .pri {
		font-size: 21px;
	}
	#top_recommend .txt {
		font-size: 100%;
	}
	#top_link a {
		height: 200px;
		font-size: 25px;
	}
	/* クラウドファンディング支援者のご紹介 */
	#top_crowdfunding h4 {
		color: #000;
		font-size: 16px;
		margin-bottom: 10px;
	}
	#top_crowdfunding .box {
		padding: 15px;
		width: 40%;
	}
	#top_crowdfunding .box.kojin {
		width: 57%;
	}
	#top_crowdfunding .box ul li {
		list-style: disc;
		margin-left: 1.3em;
	}
	#top_crowdfunding .box.kojin ul li {
		width: calc(49% - 1.3em);
	}
}
@media only screen and (max-width: 640px){ /* smartphone */
	#top_info {
		padding-bottom: 20px;
	}
	#top_info .ttl {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_info .ttl h3.sub {
		text-align: center;
	}
	#top_info .btn01 {
		margin-top: 25px;
		margin-bottom: 0;
	}
	#top_info .btn01 a {
		margin: 0 auto;
	}
	#information_list {
		width: 100%;
	}
	#information_list a {
		display: block;
		padding: 10px 35px 14px 14px;
	}
	#information_list .date,
	#information_list .txt {
		width: 100%;
	}
	#information_list .date {
		margin-bottom: 4px;
	}
	#information_list .txt {
		font-size: 100%;
	}
	#top_schedule .txt {
		font-size: 100%;
	}
	#top_schedule .btn01.pdf a {
		width: 280px;
		font-size: 13px;
	}
	#top_class .ttl {
		margin-bottom: 28px;
	}
	#top_class .ttl .txt {
		font-size: 18px;
	}
	#top_class .list {
		display: block;
		margin-bottom: 20px;
	}
	#top_class .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_class .box:first-of-type, #top_class .box:nth-of-type(2) {
		top: 0;
	}
	#top_class .box:last-child {
		margin-bottom: 0;
	}
	#top_class .box img {
		width: 100%;
	}
	#top_class dl {
		padding: 15px 10px;
	}
	#top_class dt {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#top_class .txt02 {
		font-size: 110%;
	}
	#top_recommend .list {
		display: block;
	}
	#top_recommend .box,
	#top_recommend .box:nth-child(n+3) {
		width: 100%;
		margin-bottom: 20px;
		padding: 10px 15px 15px;
	}
	#top_recommend .box:last-child {
		margin-bottom: 0;
	}
	#top_recommend .ttl .ico {
		margin-bottom: 0;
	}
	#top_recommend .txt_b {
		font-size: 17px;
	}
	#top_recommend .txt_b .pri {
		font-size: 19px;
	}
	#top_link {
		margin-bottom: 0;
	}
	#top_link a {
		width: 100%;
		height: 120px;
		font-size: 20px;
	}
	/* クラウドファンディング支援者のご紹介 */
	#top_crowdfunding .box {
		width: auto;
	}
	#top_crowdfunding .box.kojin {
		width: auto;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 320px){ /* small smartphone */
	#top_class .ttl .txt {
		font-size: 17px;
	}
	#top_recommend .txt_b {
		font-size: 16px;
	}
	#top_link a {
		font-size: 21px;
	}
}
