@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*-- Design by Luca --*/
/*-- Template name Glitz --*/
/*-- https://as.lclla.com/ --*/
* {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: inherit;
	font-style: normal;
	word-break: break-all;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

ul,
ol {
	list-style: none;
}

:root {
	/* 背景 パターン画像 */
	--bg: url(img/mainbg.webp) repeat 0 0/auto;
	/* タイトル　背景画像 */
	--point-image: url(img/26_soop_132.webp) repeat center/contain;
	/* サイトタイトル　フィルター */
	--filter-change: hue-rotate(220deg) sepia(15%);
	--filter-line: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
	/* フォントカラー */
	--font: #615645;
	/* body背景色 */
	--sub: #bbe1e4;
	/* リンク色 */
	--sub-2: #00b6a2;
	/* 白 */
	--white: 255, 255, 255;
	/* 見出し2, リスト番号　グラデーション */
	--gradient: linear-gradient(to top, #e98574 20%, #ffd586 75%);
	/* body　フォントサイズ */
	--body-font-size: 1.2rem, 3vw, 1.6rem;
	/* heading1 タイトル　フォントサイズ */
	--h1-font-size: 2.8rem, 7vw, 4.8rem;
	/* heading1 日本語タイトル　フォントサイズ */
	--jp-h1-font-size: 2rem, 5vw, 3.5rem;
	/* heading2　フォントサイズ */
	--h2-font-size: 1.7rem, 4.25vw, 2.2rem;
	/* テキストタイトル　フォントサイズ */
	--texttitle: 1.3rem, 3.25vw, 1.7rem;

	/*=======================================
   グレー背景
	========================================*/
	/* 背景 パターン画像 */
	--gr-bg: url(img/mainbg_gray.webp) repeat 0 0/auto;
	/* タイトル　背景画像 */
	--gr-point-image: url(img/gr-26_soop_132.webp) repeat center/contain;
	/* フォントカラー */
	--gr-font: #595a69;
	/* body背景色 */
	--gr-sub: #d5d5d5;
	/* リンク色 */
	--gr-sub-2: #916f90;
	/* 見出し2, リスト番号　グラデーション */
	--gr-gradient: linear-gradient(to top, #886d8b 20%, #e2b7ff 75%);
	--gr-filter: grayscale(43%) hue-rotate(45deg);

	/*=======================================
   ブルー背景
	========================================*/
	/* 背景 パターン画像 */
	--bl-bg: url(img/mainbg_blue.webp) repeat 0 0/auto;
	/* タイトル　背景画像 */
	--bl-point-image: url(img/bl-26_soop_132.webp) repeat center/contain;
	/* フォントカラー */
	--bl-font: #4d5c6f;
	/* body背景色 */
	--bl-sub: #b0c6d5;
	/* リンク色 */
	--bl-sub-2: #5d83a1;
	/* 見出し2, リスト番号　グラデーション */
	--bl-gradient: linear-gradient(to top, #566e8f 20%, #57bcff 75%);

	/*=======================================
   オレンジ背景
	========================================*/
	/* 背景 パターン画像 */
	--or-bg: url(img/mainbg_or.webp) repeat 0 0/auto;
	/* タイトル　背景画像 */
	--or-point-image: url(img/or-26_soop_132.webp) repeat center/contain;
	/* フォントカラー */
	--or-font: #735d45;
	/* body背景色 */
	--or-sub: #e4cfc6;
	/* リンク色 */
	--or-sub-2: #dd8f86;
	/* 見出し2, リスト番号　グラデーション */
	--or-gradient: linear-gradient(to top, #a14033 20%, #e0b587 75%);

	/*=======================================
   ヘッダー画像付き
	========================================*/
	/* 背景 パターン画像 */
	--image-bg: url(img/leaf.webp) repeat center/cover;
	/* タイトル　背景画像 */
	--image-point-image: url(img/bl-26_soop_132.webp) repeat center/contain;
	/* フォントカラー */
	--image-font: #5a686f;
	/* body背景色 */
	--image-sub: #e5f0f8;
	/* リンク色 */
	--image-sub-2: #628ba9;
	/* リスト番号　グラデーション */
	--image-gradient: linear-gradient(to top, #295366 20%, #a9d0e2 75%);
	/* head-inner　画像　フィルター */
	--image-filter: saturate(2.5);

}

html {
	font-size: 62.5%;
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--white), 0) rgba(var(--white), .5);
	border-radius: 5px;
}

body {
	font: clamp(var(--body-font-size))/1.8 "Zen Maru Gothic",
		serif;
	color: var(--font);
	background: var(--sub);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: .13em;
}

body::before {
	content: "";
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	background: var(--bg);
}

h1,
h2,
h3,
.button-container button {
	font-family: "Quicksand", "Zen Maru Gothic", serif;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background-color: rgba(var(--white), 0);
	border: none;
}

::-webkit-scrollbar-thumb {
	background: rgba(var(--white), .5);
	box-shadow: none;
	border-radius: 5px;
}

a {
	color: var(--sub-2);
	text-decoration: none;
}

.bold,
b {
	font-weight: 700;
}

.border {
	background: linear-gradient(rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.1) 60%);

}

strong {
	font-weight: 700;
	color: #8d3333;
}

.hr {
	display: flex;
	align-items: center;
}

.hr::before,
.hr::after {
	content: "";
	color: rgba(var(--white), 1);
	flex-grow: 1;
	height: 4px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.hr::before {
	margin-right: 10px;
}

.hr::after {
	margin-left: 10px;
}

.hr span {
	background: rgba(var(--white), 1);
	width: 17px;
	aspect-ratio: 5/6;
	clip-path: polygon(100% 50%, 50% 100%, 0% 50%, 50% 0%, 100% 50%, calc(50% - 0px) calc(0% - -1.5px), calc(0% - -1.5px) calc(50% - 0px), calc(50% - 0px) calc(100% - 1.5px), calc(100% - 1.5px) calc(50% - 0px), calc(50% - 0px) calc(0% - -1.5px));
}

#ToTop {
	position: fixed;
	color: rgba(var(--white), 1);
	width: 25px;
	height: 25px;
	border: 1px solid;
	background: rgba(var(--white), .4);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	z-index: 1;
	bottom: 42px;
	right: 48px;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease-in-out;
}

#ToTop::after {
	content: "";
	color: var(--font);
	opacity: .7;
	position: absolute;
	bottom: 0px;
	margin: auto;
	vertical-align: middle;
	left: 7px;
	top: 4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(315deg);

}

#ToTop.visible {
	opacity: 1;
	pointer-events: auto;
}

h1 {
	font-size: clamp(var(--h1-font-size));
	letter-spacing: 0.13em;
	font-weight: 900;
	position: relative;
	line-height: 1.3;
	background: var(--point-image);
	color: transparent;
	background-size: cover;
	background-position: center;
	-webkit-background-clip: text;
	filter: var(--filter-line);
}

h1 span {
	background: var(--point-image);
	font-weight: 700;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: var(--filter-change);
}

.jp {
	font-size: clamp(var(--jp-h1-font-size));
	letter-spacing: normal;
	font-weight: 400;
}

.jp span {
	font-size: inherit;
	letter-spacing: normal;
	font-weight: 400;
}

h2 {
	font-size: clamp(var(--h2-font-size));
	color: rgba(var(--white), 1);
	font-weight: 700;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 15px 5px;
}

h2::first-letter {
	background: var(--gradient);
	-webkit-background-clip: text;
	color: transparent;
}

h2::after {
	content: "";
	height: 3px;
	width: 45px;
	border-radius: 3px;
	position: absolute;
	background: rgba(var(--white), 1);
	bottom: 1rem;
	left: calc(50% - 22.5px);
}

.all {
	position: absolute;
	top: 35px;
	left: 35px;
	height: calc(100% - 70px);
	width: calc(100% - 70px);
	background: rgba(var(--white), .3);
	mask-image: linear-gradient(135deg, #000000 0 50px, transparent 50px 65px, #000000 50px),
		linear-gradient(-45deg, #000000 0 50px, transparent 50px 65px, #000000 50px);
	mask-repeat: no-repeat;
	mask-position: top left,
		bottom right;
	mask-size: 100% 51%;
	display: flex;
	padding: 40px 35px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--white), .5) rgba(var(--white), 0);
}

header {
	position: fixed;
	width: calc(48% - 70px);
	height: max(calc(100% - 70px), 300px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px 0;
	top: 35px;
	bottom: 35px;
}

.head-inner {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.head-inner>* {
	position: relative;
	aspect-ratio: 1 / 1;
}

.head-inner div>* {
	width: 80px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.head-inner>*::before {
	content: "";
	position: absolute;
	background: var(--or-bg);
	width: 64px;
	aspect-ratio: 1/1;
	border-radius: 80% 30% 50% 50%/50%;
	z-index: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.head-inner>*:nth-child(1)::before {
	transform: translate(-50%, -50%) rotate(10deg);
}

.head-inner>*:nth-child(2)::before {
	transform: translate(-50%, -50%) rotate(20deg);
}

.head-inner>*:nth-child(3)::before {
	transform: translate(-50%, -50%) rotate(-40deg);
}

.head-inner>*:nth-child(1) img {
	transform: rotate(18deg);
}

.head-inner>*:nth-child(2) img {
	transform: rotate(0deg);
}

.head-inner>*:nth-child(3) img {
	transform: rotate(-18deg);
}

.subtitle {
	margin-bottom: 30px;
}

main {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin-left: 48%;
	padding-inline: 50px;
	width: 100%;
}

.center-width {
	display: block;
	flex: none;
	margin: 20px auto;
	width: min(95%, 700px);
}

.title {
	font-size: clamp(var(--texttitle));
	width: fit-content;
	margin: 0 5px 10px auto;
	border-bottom: 1px solid;
}

section {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	text-align: justify;
}

section:last-of-type {
	padding-bottom: 60px;
}

.button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.button-container::before {
	content: attr(data-text);
	letter-spacing: normal;
	font-size: medium;
	font-weight: 700;
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.button-container button {
	font-family: inherit;
	letter-spacing: normal;
	padding: 5px 7px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all .4s;
}

.button-container button+button {
	margin-left: 8px;
}

.button-container button:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

button#sortDesc,
button#sortAsc {
	background-color: rgba(var(--white), 1);
	border: none;
	color: var(--sub-2);
	cursor: pointer;
	border-radius: 5px;
	transition: all.4s;
}

.inline {
	text-align: center;
}

.inline li {
	display: inline;
}

.inline li+li {
	padding-left: 15px;
}

.list {
	padding-left: 1.3em;
}

.list li {
	list-style: disc;
	margin-bottom: 10px;
}

.mainlist {
	flex-direction: column;
	gap: 25px;
	display: flex;
}

.mainlist li {
	position: relative;
}

.mainlist li::before {
	content: attr(data-number);
	font-size: x-large;
	line-height: 1;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 0.05em;
	background: var(--gradient);
	-webkit-background-clip: text;
	color: transparent;
	width: 40px;
}

.mainlist li>p {
	font-size: .9em;
	padding: 25px 0 0 40px;
}

.mainlist li a {
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	position: absolute;
	left: 40px;
	top: 0;
}

.mainlist li a::after {
	content: "";
	margin-left: 15px;
	flex-grow: 1;
	height: 1px;
	background: rgba(var(--white), 1);
}

form {
	text-align: center;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
button {
	font-family: inherit;
	height: initial;
	font-size: inherit;
	color: inherit;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding: 4px 6px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	background: rgba(var(--white), 1);
}

:is(input)::placeholder {
	color: var(--font);
	opacity: .6;
}

:is(input):focus::placeholder {
	color: transparent;
	transition: 0.4s;
}

input[type="text"] {
	width: 110px;
}

input[type="submit"],
input[type="reset"] {
	color: var(--sub-2);
	font-size: .9em;
	width: 70px;
	cursor: pointer;
}

input+input {
	margin-left: 7px;
}

.footer {
	text-align: center;
	display: ruby-text;
	padding-block: 10px;
}

.footer li a {
	padding-inline: 6px;
	position: unset;
	display: inline;
}

.footer li a::after {
	display: none;
}

body.bl {
	color: var(--bl-font);
	background: var(--bl-sub);
}

body.bl::before {
	background: var(--bl-bg);
}

body.bl h1 {
	background: var(--bl-point-image);
	-webkit-background-clip: text;
}

body.bl h2::first-letter,
body.bl .mainlist li::before {
	background: var(--bl-gradient);
	-webkit-background-clip: text;
	color: transparent;
}

body.bl a,
body.bl #ToTop::after {
	color: var(--bl-sub-2);
}

body.bl button#sortDesc,
body.bl button#sortAsc {
	color: var(--bl-sub-2);
}

body.bl input[type="submit"],
body.bl input[type="reset"] {
	color: var(--bl-sub-2);
}

body.bl :is(input)::placeholder {
	color: var(--bl-font);
	opacity: .6;
}

body.bl :is(input):focus::placeholder {
	color: transparent;
	transition: 0.4s;
}

body.bl .head-inner>*::before {
	background: var(--or-bg);
}

body.gr {
	color: var(--gr-font);
	background: var(--gr-sub);
}

body.gr::before {
	background: var(--gr-bg);
}

body.gr .all {
	background: rgba(var(--white), .4);
}

body.gr h1 {
	background: var(--gr-point-image);
	-webkit-background-clip: text;
}

body.gr h1 span {
	background: var(--gr-point-image);
	font-weight: 700;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	filter: grayscale(1);
}

body.gr h2 {
	color: var(--gr-font);
}

body.gr h2::first-letter,
body.gr .mainlist li::before {
	background: var(--gr-gradient);
	-webkit-background-clip: text;
	color: transparent;
}

body.gr a,
body.gr #ToTop::after {
	color: var(--gr-sub-2);
}

body.gr button#sortDesc,
body.gr button#sortAsc {
	color: var(--gr-sub-2);
}

body.gr input[type="submit"],
body.gr input[type="reset"] {
	color: var(--gr-sub-2);
}

body.gr :is(input)::placeholder {
	color: var(--gr-font);
	opacity: .6;
}

body.gr :is(input):focus::placeholder {
	color: transparent;
	transition: 0.4s;
}

body.gr .head-inner>*::before {
	background: var(--bl-bg);
	filter: var(--gr-filter);
}

body.gr #ToTop::before {
	border-color: var(--gr-sub-2);
}

body.or {
	color: var(--or-font);
	background: var(--or-sub);
}

body.or::before {
	background: var(--or-bg);
}

body.or h1 {
	background: var(--bl-point-image);
	-webkit-background-clip: text;
	filter: var(--filter-line) hue-rotate(167deg);
}

body.or h2 {
	color: var(--or-sub-2);
	filter: drop-shadow(0px 0px .5px var(--or-font));
}


body.or h2::first-letter {
	font-weight: 700;
	background: var(--or-sub-2);
	-webkit-background-clip: text;
	color: transparent;
}

body.or .mainlist li::before {
	font-weight: 700;
	background: var(--or-gradient);
	-webkit-background-clip: text;
	color: transparent;
}

body.or a,
body.or #ToTop::after {
	color: var(--or-sub-2);
}

body.or button#sortDesc,
body.or button#sortAsc {
	color: var(--or-font);
}

body.or input[type="submit"],
body.or input[type="reset"] {
	color: var(--or-font);
}

body.or :is(input)::placeholder {
	color: var(--or-font);
	opacity: .6;
}

body.or :is(input):focus::placeholder {
	color: transparent;
	transition: 0.4s;
}

body.or .head-inner>*::before {
	background: var(--bl-bg);

}

body.image {
	color: var(--image-font);
	background: var(--image-sub);
}

body.image a,
body.image #ToTop::after {
	color: var(--image-sub-2);
}

body.image::before {
	background: var(--image-bg);
}

body.image .all {
	background: rgba(var(--white), .5);
}

body.image h1 {
	background: var(--image-point-image);
	-webkit-background-clip: text;
}

body.image h1 span {
	background: var(--image-point-image);
	-webkit-background-clip: text;
	filter: none;
}

body.image h2 {
	color: inherit;
}

body.image h2::after {
	background: var(--image-sub-2);
	opacity: .7;
}

body.image h2::first-letter {
	background: var(--image-gradient);
	-webkit-background-clip: text;
}

body.image .hr::before,
body.image .hr::after {
	color: var(--image-sub-2);
}

body.image .hr span {
	background: var(--image-sub-2);
}

body.image .mainlist li::before {
	font-weight: 700;
	background: var(--image-gradient);
	-webkit-background-clip: text;
	color: transparent;
}

body.image .head-inner>*,
body.image .head-inner div>*,
body.image .head-inner>*::before {
	display: none;
}

body.image .head-inner {
	width: 200px;
	aspect-ratio: 5 / 4;
	background: var(--image-bg);
	background-repeat: no-repeat;
	filter: var(--image-filter);
	clip-path: polygon(20% 0%, 80% 0%, 100% 30%, 50% 100%, 0% 30%);
}

body.image .mainlist li a::after {
	background: var(--image-font);
	opacity: .5;
}

body.image input,
body.image button {
	border: 1px solid var(--image-sub-2);
}

body.image button#sortDesc,
body.image button#sortAsc {
	color: var(--image-sub-2);
	border: 1px solid var(--image-sub-2);

}

body.image input[type="submit"],
body.image input[type="reset"] {
	color: var(--image-sub-2);
}

body.image :is(input)::placeholder {
	color: var(--image-font);
	opacity: .6;
}

body.image :is(input):focus::placeholder {
	color: transparent;
	transition: 0.4s;
}

body.image #ToTop::before {
	border-color: var(--image-sub-2);
}

body h1.none span {
	background: none;
	filter: none;
}

@media screen and (max-width:912px) {

	.all {
		flex-direction: column;
		padding: 70px 80px 0;
	}

	header {
		width: 100%;
		position: static;
		padding-bottom: 20px;
	}

	main {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width:600px) {
	.all {
		padding: 50px 35px 0;
		top: 13px;
		left: 13px;
		bottom: 13px;
		height: calc(100% - 26px);
		width: calc(100% - 26px);
		mask-image: linear-gradient(135deg, #000000 0 25px, transparent 20px 35px, #000000 25px),
			linear-gradient(-45deg, #000000 0 25px, transparent 25px 35px, #000000 25px);
	}

	header {
		gap: 30px 0;
	}

	.head-inner div>* {
		width: 60px;
	}

	.head-inner>*::before {
		width: 50px !important;
	}

	main {
		padding-inline: 0;
	}

	section {
		gap: 15px 0;
	}

	h2 {
		padding-block: 15px;
	}

	.mainlist {
		gap: 15px 0;
	}

	.mainlist li::before {
		font-size: larger;
		width: 30px;
	}

	.mainlist li a {
		width: calc(100% - 30px);
		position: absolute;
		left: 30px;
	}

	.mainlist li>p {
		padding: 15px 0 0 30px;
	}

	#ToTop {
		bottom: 20px;
		right: 20px;
	}

	body.image .head-inner {
		width: 110px;
	}
}

@media (orientation: landscape) and (max-width: 926px) {
	.all {
		padding: 50px 35px 0;
		top: 13px;
		left: 13px;
		bottom: 13px;
		height: calc(100% - 26px);
		width: calc(100% - 26px);
		mask-image: linear-gradient(135deg, #000000 0 25px, transparent 20px 35px, #000000 25px),
			linear-gradient(-45deg, #000000 0 25px, transparent 25px 35px, #000000 25px);
	}

	header {
		height: auto;
	}

	#ToTop {
		bottom: 25px;
		right: 25px;
	}
}