@charset "UTF-8";

/* L1 ########################################  ######################################## */
/* L2 ****************************************  **************************************** */
/* L3 ========================================  ======================================== */
/* L4 ----------------------------------------  ---------------------------------------- */

/* L1 ######################################## font-face ######################################## */

/* ubuntu-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-condensed-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-old-mincho-v13-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-old-mincho-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zen-old-mincho-v13-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v55-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v55-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-maru-gothic-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-maru-gothic-v19-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-maru-gothic-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zen-maru-gothic-v19-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* L1 ######################################## 共通スタイル ######################################## */

:target {
	scroll-margin-top: 5em;
}

html, body {
	overscroll-behavior: none;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	line-height: 1.6
}

/* L2 **************************************** ルビ  **************************************** */

ruby {
	line-height: 1.0;
}

ruby rp,
ruby rt {
	font-size: max(11px, 50%);
}

/* L2 **************************************** アイコン（FontAwesome）  **************************************** */

i {
	margin-inline-end: 0.2em;
}

/* L2 **************************************** 画像・動画埋め込み 周り **************************************** */

div.image-center,
div.video-center {
	inline-size: fit-content;
	margin-block: 0.5em;
	margin-inline: auto;
	text-align: center;
}

div.video-center {
	max-inline-size: 840px;
	inline-size: 100%;
}

figure {
	margin: 10px;
	padding: 10px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.image-center figure {
	display: inline-block;
}

figure:has(> figcaption) {
	padding-block-end: 8px;
}

figure.no-frame {
	padding: 0;
	background: none;
	box-shadow: none;
}

figcaption {
	padding-block-start: 8px;
	color: #666666;
	font-size: 90%;
	text-align: center;
	line-height: 1.0;
}

figcaption::before {
	content: "\f03e";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

figure:has(> iframe) figcaption::before {
	content: "\f167";
	font-family: "Font Awesome 6 Brands";
}

figure img {
	inline-size: 100%;
	block-size: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

figure.no-frame img {
	box-shadow: none;
}

figure iframe {
	inline-size: 100%;
	block-size: auto;
	aspect-ratio: 16/9;
}

/* L2 **************************************** 汎用クラス **************************************** */

p.section-L1 {
	position: relative;
	inline-size: 100%;
	margin: 1em auto;
	padding: 0.8em 4%;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: -0.05em;
	text-align: center;
	border-radius: 5px;
	background: #008ccf;
	background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 10px);
	box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
}

p.section-L1::before {
	content: '';
	position: absolute;
	inset-block-start: 4px;
	inset-inline-start: 4px;
	transform: rotate(-2deg) skewX(20deg);
	inline-size: calc(100% - 8px);
	block-size:  calc(100% - 8px);
	font-size: 110% !important;
	letter-spacing: 0;
	border: 4px solid #ffffff;
	border-radius: 5px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	animation: frame 20s infinite
}

@keyframes frame {
	0% {
		transform: rotate(-2deg) skewX(20deg);
	}
	50% {
		transform: rotate(2deg) skewX(-20deg);
	}
	100% {
		transform: rotate(-2deg) skewX(20deg);
	}
}

p.section-L2 {
	margin-block: 1em;
	padding: 0.5em min(4%, 1.5em);
	color: #888800;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0) 100%);
}

p.section-L3 {
	margin-block: 1em;
	padding: 0.2em min(2%, 1em);
	color: #333333;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	letter-spacing: 0.1em;
	border-inline-start: 5px solid #cccccc;
	border-block-end: 1px dotted #cccccc;
}

p.info,
p.memo {
	margin-block: 1em;
	text-align: center;
}

p.info::before {
	content: "\f075";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

p.memo::before {
	content: "\f249";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}


.en {
	font-family: "Ubuntu Condensed", sans-serif;
}

*[data-auto-show] {
	display: none !important;
}

.ta-l { text-align: left; }
.ta-r { text-align: right; }
.ta-c { text-align: center; }

i {
	margin-right: 0.2em;
}

span.br {
	display: inline-block;
}

ul, ol {
	padding-inline-start: 35px;
}

ul {
	margin-block: 1em;
	list-style-type: "\23f5";
}

ul.star {
	list-style-type: "★";
}

ul.circle {
	list-style-type: circle;
}

ul:not(.circle) li {
	padding-inline-start: 0.3em;
}

a {
	text-decoration: underline;
}

strong {
	color: #336699;
}

ins {
	color: #ff0000 !important;
	text-decoration: none;
}

div.box {
	margin-block: 1.5em;
	padding-block: 0.5em;
	padding-inline: 3%;
	background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 2px, transparent 2px, transparent 4px), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 2px, transparent 2px, transparent 4px);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.link {
	display: block;
	inline-size: fit-content;
	margin-block: 1.5em;
	margin-inline: auto;
	padding: 0.5em 2em;
	color: #336699;
	border-radius: 20px;
	background: #ffffff;
	background-image: linear-gradient(0, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.05) 100%);
	box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.06);
}

.link::before {
	content: "\f0c1";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
}

.link a {
	color: #336699;
	font-weight: bold;
}

ul.data {
	list-style-type: none;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.05);
}

ul.data > li {
	position: relative;
	padding-block: 0.2em;
	padding-inline-start: 11em;
	line-height: 2.0;
}

ul.data > li + li  {
	margin-block-start: 2px;
}


ul.data > li:nth-child(even) {
	background: rgba(0, 0, 0, 0.04);
}

ul.data li span.category {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	min-inline-size: 10em;
	block-size: 100%;
	color: #333333;
	text-align: center;
	border: 1px solid #cccccc;
	background: rgba(255, 255, 255, 0.8) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);;
	box-sizing: border-box;
	border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
	ul.data {
		padding: 0;
	}
	
	ul.data > li {
		padding-inline: 4%;
	}
	
	ul.data li span.category {
		position: relative;
		margin-inline: -4%;
		border-radius: 0;
	}
	
	ul.data > li:nth-child(even) {
		background: transparent;
	}
}

ul.data li span.category em {
	font-style: normal;
	font-size: 85%;
}

ul.data li > * {
	margin-block: 0.1em;
}

li p.note {
	color: #666666;
	font-size: 85%;
}

li p.note::before {
	content: "\f044";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
}

ul.data ul {
	margin-inline-start: -22px;
}

ul.flat {
	margin-inline-start: 0 !important;
	padding-inline: 0;
}

ul.flat li {
	display: inline-block;
	padding: 0;
	line-height: 1.0;
}

ul.flat li::after {
	content: "/";
	margin-inline: 0.3em;
	opacity: 0.5;
}

ul.flat li:last-child::after {
	display: none;
}

span.mark {
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	color: #ffffff;
	font-size: 65%;
	vertical-align: middle;
	line-height: 1.6;
	background: #ff6600;
	
	border-radius: 5px;
}

a:has(span.mark) {
	text-decoration: none;
}

hr {
	margin-block: 2em;
	block-size: 1px;
	border: none;
	
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* L3 ======================================== 関連情報 ======================================== */

div.related {
	margin-block: 1em;
	padding: 1em 4%;
	border: 1px solid #999999;
	border-radius: 10px;
	background-image:
		repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 8px, transparent 0, transparent 16px),
		repeating-linear-gradient(315deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 8px, transparent 0, transparent 16px);
}

div.related p[class!="link"] {
	margin: 1em 0;
}

div.related p.related-info {
	color: #336699;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(0, 0, 0, 0.1);
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
}

div.related p.related-info::before {
	content: "関連情報";
	margin-right: 0.6em;
	padding: 0.2em 5px;
	color: #ffffff;
	font-size: 80%;
	line-height: 1.0;
	background: #336699;
}


.fs-x110 { font-size: 110%;}
.fs-x120 { font-size: 120%;}
.fs-x130 { font-size: 130%;}
.fs-x140 { font-size: 140%;}
.fs-x150 { font-size: 150%;}
.fs-x160 { font-size: 160%;}
.fs-x170 { font-size: 170%;}
.fs-x180 { font-size: 180%;}
.fs-x190 { font-size: 190%;}
.fs-x200 { font-size: 200%;}

/* L1 ######################################## メニュ‐ボタン ######################################## */


/* L2 **************************************** ヘッダ **************************************** */

.menu-button {
	display: inline-block;
	position: relative;
	z-index: 200;
	cursor: pointer;
	padding: 0.1em 0.8em;
	color: #ffffff;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: min(150%, 20px);
	white-space: nowrap;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background-color: #ae9c5e;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.05) 50%, transparent 50%);
	background-size: 3px 3px;
}

.menu-button p {
	
}

.menu-button .icon {
	display: inline-block;
	width: 1.2em;
	text-align: center;
}

/* L2 **************************************** クローズボタン **************************************** */

.close-button {
	text-align: right;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

#global-menu .close-button {
	padding: 0.5em 4%;
}

.close-button p {
	display: inline-block;
	position: relative;
	z-index: 200;
	cursor: pointer;
	color: #ffffff;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 150%;
}

#global-menu .close-button p {
	padding: 0.5em 2%;
}

.close-button .icon {
	display: inline-block;
}

/* L1 ######################################## ヘッダ ######################################## */

header {
	position: sticky;
	inset-block-start: 0;
	inset-inline-start: 0;
	z-index: 100;
	background: #008ccf;
}

/* L2 **************************************** 共通部分 **************************************** */

#common {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	max-inline-size: 1200px;
	margin-inline: auto;
	padding: 1em 4%;
	
	box-sizing: border-box;
}

#common h1 {

}
	
#common h1 img {
	inline-size: 35vw;
	max-inline-size: 264px;
}


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

#global-menu {
	position: fixed;
	inset-block-start: 0;
	inset-inline-start: -100%;
	z-index: 100;
	block-size: 100%;
	inline-size: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: inset-inline-start 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

#global-menu .wrapper {
	overflow-y: auto;
	position: relative;
	inset-inline-start: -100px;
	z-index: 100;
	max-inline-size: 600px;
	inline-size: 85vw;
	block-size: 100%;
	background: rgba(0, 0, 0, 0.8);
	transition: inset-inline-start 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

/* L2 **************************************** メインメニュー **************************************** */

.main-menu {
	background-color: #ae9c5e;
	background-image: linear-gradient(45deg, #ae9c5e 0%, #ae9c5e 40%, #fedf74 50%, #ae9c5e 60%, #ae9c5e 100%);
	background-size: 1200% 400%;
	animation: gradient 18s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;

}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  
  25% {
    background-position: 0% 50%;
  }
  
  50% {
    background-position: 100% 50%;
  }
  
  100% {
    background-position: 100% 50%;
  }
}

.main-menu ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-inline: auto;
	padding: 0.5em 4%;
	color: #ffffff;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.05) 50%, transparent 50%);
	background-size: 3px 3px;
}

.main-menu li {
	position: relative;
	padding-block: 1.5em;
	padding-inline-start: 10% !important; 
	border-block-start: 1px solid rgb(255, 255, 255, 0.3);
	border-block-end: 1px solid rgb(0, 0, 0, 0.3);
}

.main-menu li:first-child {
	border-block-start: none;
}

.main-menu li:last-child {
	border-block-end: none;
}

.main-menu li.location p {
	opacity: 0.5;
}

.main-menu li a:not([href]) {
	text-decoration: none;
}

.main-menu p {
	
}

.main-menu p.title {
	font-size: min(120%, 18px);
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-menu p.sub {
	padding-inline-start: 0.6em;
	border-inline-start: 0.4em solid rgba(255, 255, 255, 0.2);
}

.main-menu .logo {
	display: inline-block;
	position: absolute;
	inset-block-start: 1.2em;
	inset-inline-start: 0;
	padding-inline-end: 0.8em;
	inline-size: 10%;
	text-align: right;
}

.main-menu img {
	height: 1.2em;
}

.main-menu p.sub {
	margin-block-start: 0.5em; 
	font-size: min(100%, 14px);
}

/* L2 **************************************** トピックパス **************************************** */

.topic-path {
	position: relative;
	z-index: 200;
}

.topic-path ol {
	list-style-type: none;
	max-inline-size: 1200px;
	margin-inline: auto;
	padding: 0.1em 4%;
}

.topic-path li {
	display: inline-block;
	margin-block: 0.5em;
	margin-inline: 0.1em ;
	font-size: 90%;
	border-radius: 5px;
	background: #444444;
	transform: skew(-10deg);
}

.topic-path li:last-child {
	font-weight: bold;
	border: 1px solid #ffffff;
}

.topic-path a {
	display: inline-block;
	color: #ffffff !important;
	padding: 0.4em 1.4em;
	transform: skew(10deg);
}

.topic-path li:last-child a {
	text-decoration: none;
}

.topic-path li:last-child a::before {
	content: "\f00c";
	margin-inline-end: 0.4em;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}



/* L1 ######################################## フッタ ######################################## */

footer {
	inline-size: 100%;
	margin-inline: auto;
	padding: 1em 4%;
	color: #ffffff;
	background: #008ccf;
	text-align: center;
}

#twitter {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 15px;
	max-inline-size: 1200px;
	margin: 1em auto;
}

#twitter .timeline {
	max-height: 800px;
}

/* L1 ######################################## メイン ######################################## */

main {
	padding-inline: 4%;
}



/* L1 ######################################## particle js ######################################## */

#particles { 
	position: fixed;
	inset-block-start: 0;
	inset-inline-start: 0;
	z-index: -1;
	inline-size: 100%;
	block-size: 100%;
}

/* L1 ######################################## 管理用 ######################################## */

#admin {
	position: relative;
	z-index: 2;
	padding: 0.5em 15px;
	background: #dd0000;
}

#admin p {
	position: relative;
	display: list-item;
	list-style-type: none;
	margin: 0.5em 0;
	padding-left: 20px;
	color: #ffffff;
	font-weight: bold;
}

#admin p::before {
	content: "\f071";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
}


