@charset "utf-8";

#index main {
	padding: 0;
}

.index_main {
	padding: clamp(11px, 3vw, 2em) 0;
}

.index_main~.index_main {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.indexSection {
	margin: 0;
}

.indexSection~.indexSection {
	margin-top: 2em;
}

.index_main-1~.index_main-1 {
	margin-top: 2em;
}

@media screen and (min-width:1000px) {
	#index_main-1 .wfix {
		display: flex;
		justify-content: space-between;
		gap: 2em;
		align-items: start;
	}

	#index_main-1 .indexSection~.indexSection {
		margin-top: 0;
	}

	.index_main-1~.index_main-1 {
		margin-top: 0;
	}

	.index_main-1:nth-of-type(1) {
		flex-grow: 1;
	}

	.index_main-1:nth-of-type(2) {
		max-width: 320px;
		width: 27.5%;
		flex-shrink: 0;
	}
}

#indexSection_visual {
	display: block;
	position: relative;
	flex-grow: 1;
}

#visual_banner {
	display: block;
	position: relative;
	flex-grow: 1;
	height: auto;
}

#visual_banner .flickity-viewport {
	width: 100%;
	overflow: hidden;
}

.visual_banners {
	width: 100%;
	margin: 0;
	aspect-ratio: 1.33;
	height: auto;
	overflow: hidden;
}

.visual_banners img {
	object-fit: cover;
	aspect-ratio: 1.33;
	height: 100%;
}

#visual_banner .flickity-page-dots {
	padding: 0;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	bottom: 0;
	gap: 7px;
}

#visual_banner .flickity-page-dots {
	position: absolute;
	bottom: 15px;
}

#visual_banner .flickity-page-dots .dot {
	background-color: rgba(180, 180, 180, 1.00);
	margin: 0;
	width: 20px;
	height: 7px;
	opacity: 1;
	border-radius: 0;
	padding: 0;
}

#visual_banner .flickity-page-dots .dot.is-selected {
	background-color: rgba(15, 15, 15, 1.00);
}

#visual_banner #captions {
	display: none;
}

#visual_banner .flickity-prev-next-button {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0);
	transform: translateY(-50%);
	opacity: 0.1;
	cursor: pointer;
}

#visual_banner .flickity-prev-next-button:hover {
	opacity: 1;
}

#visual_banner .flickity-prev-next-button.previous {
	left: 10px;
}

#visual_banner .flickity-prev-next-button.next {
	right: 10px;
}

#visual_banner .flickity-prev-next-button .arrow {
	fill: rgba(0, 0, 0, 1.00);
}

@media screen and (max-width:999px) {
	#visual_banner .flickity-prev-next-button {
		display: none;
	}

	#visual_banner .flickity-page-dots {
		display: none;
	}
}

#visual_thumbnail {
	margin-top: 10px;
}

#visual_thumbnail .thumb {
	display: block;
	width: 80px;
	max-width: 100px;
	height: auto;
	margin: 0 2px;
	cursor: pointer;
	opacity: 1;
	background-color: rgba(255, 255, 255, 1.00);
}

#visual_thumbnail .is-selected {
	opacity: 0.25;
}

/*----------------*/

@media screen and (max-width:999px) {
	#indexSection_visual_sub {
		background-color: rgba(0, 0, 0, 0.05);
		width: 100% !important;
		margin: 2em 0;
	}

	#indexSection_visual_sub .linkbanners li {
		width: calc((100% - 6px) / 4) !important;
	}
}

@media screen and (max-width:799px) {
	#indexSection_visual_sub .linkbanners li {
		width: calc((100% - 4px) / 3) !important;
	}
}

@media screen and (max-width:549px) {
	#indexSection_visual_sub .linkbanners li {
		width: calc((100% - 2px) / 2) !important;
	}
}

.indexSection h2 {
	background-color: rgba(0, 105, 160, 1);
	background-color: var(--key-color);
	padding: 0.75em;
	color: rgba(255, 255, 255, 1);
	font-weight: normal;
	font-weight: bold;
	line-height: 1.4;
	font-size: 110%;
	margin: 0 0 0.5em 0;
	display: flex;
	gap: 1em;
	align-items: center;
	justify-content: space-between;
}

.indexSection h2 a {
	color: rgba(255, 255, 255, 1);
	font-size: 80%;
	list-style-type: disclosure-closed;
	display: list-item;
}

.empty::before {
	content: "";
	display: inline-block;
	border-radius: 30px;
	background-color: rgba(0, 105, 160, 1);
	background-color: var(--key-color);
	aspect-ratio: 1;
	height: 0.9em;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 50'><polygon points='40,25 0,0 0,50' fill='rgb(255,255,255)' /></svg>");
	background-repeat: no-repeat;
	background-position: 60% center;
	background-size: auto 55%;
	flex-grow: 0;
	margin-right: 0.5em;
}

.index_content_detail {
	padding: 0.5em 0;
	line-height: 1.4;
}

.index_content_detail>* {
	margin: 0;
}

.newsArticle~.newsArticle {
	border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

#indexSection_bousai h2 {
	background-color: rgb(189, 39, 39);
	margin-bottom: 0;
}

#bousaiTime {
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0.4em 1em;
	font-size: 60%;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255 1);
	margin-right: auto;
}

.bousaiArticle {
	list-style-type: none;
	padding: 0.5em 0;
	display: flex;
	gap: 0.5em;
	align-items: center;
}

.bousaiArticle~.bousaiArticle {
	border-top: 1px dotted rgba(0, 0, 0, 0.4);
	margin-top: 0;
}

.bousaiContent {
	flex-grow: 1;
	display: flex;
	gap: 0.25em 1em;
	flex-direction: column;
	align-items: start;
}

@media screen and (min-width: 1000px) {
	.bousaiContent {
		flex-direction: row;
		align-items: center;
	}
}

.bousaiTime {
	font-size: 70%;
	font-weight: bold;
	flex-shrink: 0;
}

.bousaiTitle {
	flex-grow: 1;
}

.timeLabel {
	font-size: 70%;
	font-weight: bold;
	margin-right: 1em;
}

.tag_new {
	color: #ec0000;
	font-weight: bold;
	line-height: 1;
	font-size: 70%;
	margin-left: 1em;
}

#indexSection_news h2 {
	background-color: rgba(19, 122, 59, 1.00);
}

.newsContent {
	flex-grow: 1;
	display: flex;
	gap: 1em;
	align-items: center;
}

.newsTag {
	white-space: nowrap;
	flex-grow: 0;
}

.newsTag .category {
	padding: 0.4em 1em;
	font-size: 60%;
	color: rgba(255, 255, 255, 1);
}

.category.press {
	background-color: #f490b5;
}

.category.topics {
	background-color: #63bde9;
}

.kk {
	margin-left: -0.6em;
}

.newsTitle a {
	text-decoration: none;
}

.newsTitle a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 799px) {
	.bousaiArticle {
		flex-direction: column;
		align-items: stretch;
	}

	.bousaiArticle, .newsArticle {
		padding: 0.75em 0;
	}

	.timeLabel {
		margin-bottom: 0.5em;
	}

	.newsContent {
		align-items: stretch;
	}

	.newsTag {
		display: flex;
	}
}

@media screen and (min-width: 800px) {
	.newsArticle {
		display: flex;
		gap: 0.5em;
		align-items: center;
		padding: 0.5em 0;
	}

	.bousaiArticle::before, .newsArticle::before {
		content: "";
		display: block;
		border-radius: 30px;
		background-color: rgba(0, 105, 160, 1);
		background-color: var(--key-color);
		aspect-ratio: 1;
		height: 0.9em;
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 50'><polygon points='40,25 0,0 0,50' fill='rgb(255,255,255)' /></svg>");
		background-repeat: no-repeat;
		background-position: 60% center;
		background-size: auto 55%;
		flex-grow: 0;
	}
}

#indexSection_livecamera h2 {
	background-color: var(--key-color);
}

#camera_views {
	display: flex;
	flex-grow: 1;
	text-decoration: none;
	align-items: stretch;
	gap: 10px;
}

#camera_views figure {
	display: block;
	width: 25%;
	margin: 0;
	padding: 7px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#camera_views img {
	display: block;
	width: 100%;
	aspect-ratio: 1.7;
}

@media screen and (max-width: 599px) {
	#camera_views {
		flex-wrap: wrap;
	}

	#camera_views figure {
		width: calc((100% - 10px) / 2);
	}
}

@media screen and (min-width: 600px) {
	#camera_views {
		flex-wrap: wrap;
	}

	#camera_views figure {
		width: calc((100% - 30px) / 4);
	}
}

/*------------------*/
nav.linkbanners {
	padding: 10px;
	background-color: rgba(230, 230, 230, 1);
	gap: 2px;
	display: flex;
	flex-direction: column;
}

nav.linkbanners::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 4px);
	opacity: 0.75;
}

.linkbanners ul {
	margin: 0 auto;
	list-style-type: none;
	display: flex;
	gap: 2px;
	flex-wrap: wrap;
}

#index_main_right {
	display: none;
}

#index_main_right .linkbanners ul {
	justify-content: center;
}

#indexSection_recommend .linkbanners ul {
	justify-content: flex-start;
}

.linkbanners li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	align-content: stretch;
}

@media screen and (min-width: 1000px) {

	.linkbanners li a,
	.linkbanners li a[target$="_blank"] {
		padding: 0 2em;
	}
}

.linkbanners li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.linkbanners a img {
	width: 100%;
	height: 100%;
}

.linkbanners a:has([src$="_13.webp"]) {
	background-color: rgba(255, 219, 0, 1);
}

.linkbanners a:has([src$="_01.webp"]) {
	background-color: rgb(0, 176, 174);
}

.linkbanners a:has([src$="_02.webp"]) {
	background-color: rgba(232, 148, 39, 1);
	padding: 0 2em !important;
}

.linkbanners a:has([src$="_11.webp"]) {
	background-color: rgb(62, 184, 87);
}

.linkbanners a:has([src$="_05.webp"]) {
	background-color: rgb(195, 175, 84);
}

.linkbanners a:has([src$="_06.webp"]) {
	background-color: rgba(82, 185, 226, 1);
}

.linkbanners a:has([src$="_07.webp"]) {
	background-color: rgba(98, 152, 221, 1);
}

.linkbanners a:has([src$="_08.webp"]) {
	background-color: rgba(142, 120, 202, 1);
}

.linkbanners a:has([src$="_22.webp"]) {
	background-color: rgb(153, 64, 97);
}

.linkbanners a:has([src$="_21.webp"]) {
	background-color: rgb(255, 106, 92);
}

.linkbanners a:has([src$="_15.webp"]) {
	background-color: rgb(58, 58, 58);
}

.linkbanners a:has([src$="_10.webp"]) {
	background-color: rgba(255, 255, 255, 1);
}

.linkbanners a:has([src$="_09.webp"]) {
	background-color: rgba(219, 114, 183, 1);
}

.linkbanners a:has([src$="_19.webp"]) {
	background-color: rgba(0, 180, 245, 1);
}

.linkbanners a:has([src$="_20.webp"]) {
	background-color: rgba(0, 171, 84, 1);
}

.linkbanners a:has([src$="_12.webp"]) {
	background-color: rgba(0, 169, 240, 1);
}

@media screen and (max-width: 999px) {
	.linkbanners li {
		width: calc((100% - 6px) / 4);
	}
}

@media screen and (max-width: 799px) {
	.linkbanners li {
		width: calc((100% - 4px) / 3);
	}
}

@media screen and (max-width: 549px) {
	.linkbanners li {
		width: calc((100% - 2px) / 2);
	}
}

@media screen and (min-width: 1000px) {
	#indexSection_recommend .linkbanners li {
		width: calc((100% - 6px) / 4);
	}
}

@media screen and (min-width: 1000px) {
	.linkbanners li a {
		padding: 0 2em !important;
	}
}






/*------------------*/
#relation_banners {
	padding: 3em 0;
	background-color: #ececec;
}

#relation_banners ul {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

#relation_banners ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc((100% - 25px) / 6);
}

#relation_banners li img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4;
}

@media screen and (max-width: 999px) {
	#relation_banners ul li {
		width: calc((100% - 20px) / 5);
	}
}

@media screen and (max-width: 799px) {
	#relation_banners ul li {
		width: calc((100% - 15px) / 4);
	}
}

@media screen and (max-width: 649px) {
	#relation_banners ul li {
		width: calc((100% - 10px) / 3);
	}
}

@media screen and (max-width: 499px) {
	#relation_banners ul li {
		width: calc((100% - 5px) / 2);
	}
}

/*------------------*/
/*
.mark::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid rgba(250, 0, 0, 0.75);
	box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
*/
/*------------------*/