@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&family=Playfair+Display:wght@400;500;700&display=swap';

/*-- Template by Luca --*/
/**-- https://as.lclla.com/ --*/
/*-- Design Template name - SECRET --*/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	word-break: break-all;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

ul, ol {
	list-style: none;
}

:root {
--bgimg: url(top/6.PNG) no-repeat center center/cover;

	/* section　背景画像 */
	--section-bg: url(hd-wallpaper-2362267_1280.webp) no-repeat center/cover;
	--font-family: "Helvetica Neue", Arial, Meiryo, sans-serif;
	--font-color: #666;
	--body-color: #ebebeb;
	--sub-color: #2b343a;
	--sub-2-color: #8794a7;
	--point-color: #0c85a0;
	--point-2-color: #e4e4e4;
	--point-3-color: #c0c0c0;
	--black: 0, 0, 0;
	--white: 255, 255, 255;
	--shadow: 0.5px 0 0 rgba(var(--white), 0.5), 0.5px 0.5px 0 rgba(var(--white), 0.5), 0 0.5px 0 rgba(var(--white), 0.5), -0.5px 0.5px 0 rgba(var(--white), 0.5), -0.5px 0 0 rgba(var(--white), 0.5), -0.5px -0.5px 0 rgba(var(--white), 0.5), 0 -0.5px 0 rgba(var(--white), 0.5), 0.5px -0.5px 0 rgba(var(--white), 0.5);
	/* body　フォントサイズ */
	--body-font-size: clamp(1.2rem, 2vw, 1.5rem);
	/* nav　フォントサイズ */
	--nav-font-size: clamp(1.7rem, 2.8vw, 2.2rem);
	/* heading1 タイトル　フォントサイズ */
	--h1-font-size: clamp(2.6rem, 4.3vw, 5.5rem);
	/* heading2　フォントサイズ */
	--h2-font-size: clamp(1.35rem, 2.3vw, 1.65rem);
	/* heading3　フォントサイズ */
	--h3-font-size: clamp(1.25rem, 2.1vw, 1.6rem);
}

html {
	font-size: 62.5%;
	scrollbar-width: thin;
	scrollbar-color: var(--sub-color) transparent;
	border-radius: 5px;
	overflow: overlay;
}

body {
	font: var(--body-font-size)/1.8 var(--font-family);
	color: var(--font-color);
	background: var(--body-color);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.14em;
	overflow-x: clip;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
	border: none;
}

::-webkit-scrollbar-thumb {
	background: var(--sub-color);
	box-shadow: none;
	border-radius: 5px;
}

hr {
	border-bottom: 1px;
	margin: 10px 0;
}

a {
	text-decoration: none;
	color: var(--sub-2-color);
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}

mark {
	color: var(--font-color);
}

.border {
	background: linear-gradient(transparent 60%, #f3cec3 60%);
	word-break: break-all;
}

.new::after {
	content: "New";
	color: #da7337;
	margin-left: 7px;
	font-size: .9em;
}

.color {
	padding: 3px 5px;
	background: var(--point-3-color);
	color: rgba(var(--white), 1);
	transition: .4s;
}

.line {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 0.8px;
}

em {
	font-family: var(--font-family);
	background-color: #e5dac9;
	padding: 3px 5px;
}

.box {
	position: relative;
	margin: 15px 0;
	padding: 30px 25px;
	width: 100%;
	background: linear-gradient(45deg, transparent 10px, var(--point-2-color) 10px), linear-gradient(135deg, transparent 10px, var(--point-2-color) 10px), linear-gradient(225deg, transparent 10px, var(--point-2-color)), linear-gradient(315deg, transparent 10px, var(--point-2-color) 10px);
	background: -webkit-linear-gradient(45deg, transparent 10px, var(--point-2-color) 10px), -webkit-linear-gradient(135deg, transparent 10px, var(--point-2-color) 10px), -webkit-linear-gradient(225deg, transparent 10px, var(--point-2-color) 10px), -webkit-linear-gradient(315deg, transparent 10px, var(--point-2-color) 10px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

.box::before, .box::after {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	border-top: 3px double rgba(0, 0, 0, 0.15);
	left: 20px;
}

.box::before {
	top: 10px;
}

.box::after {
	bottom: 10px;
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		transform: translate(100%, -70%);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		transform: translate(0, -75%);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes imgWrap {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(100%);
	}
}

h1, h2, h3, h4, h5, .new::after, .menu a, .menu li span, .sub_menu li a, .notice_title, .notice>a, .toplink ul::after, .scroll, .link_list dt, .img_container_inner p::before, .show_more, .title, .list_block dt, form input[type="submit"].btn, input[type="reset"].btn, footer a, .footer {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

h4, .link_list dt, form>p {
	position: relative;
	height: fit-content;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 15px;
	border-left: solid 3px var(--point-3-color);
}

h4::before, .link_list dt::before, form>p::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 2px;
	top: 0;
	background: var(--point-3-color);
}

h1 {
	font-size: var(--h1-font-size);
	line-height: 1;

}

h1 a {
	font-weight: bold;
	background: linear-gradient(to left, #ffd8c9, #ffd3c3, #4bc0c8, #2698a3, #0a738b);
	background-size: 700% 700%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	width: 200%;
	animation: Gradient 7s ease infinite;
	letter-spacing: 3px;
}

h1, .menu li a {
	transition: font-size 0.4s;
}

.midashi_wrap {
	width: 100%;
	margin: 0 auto 35px;
}

h2 {
	text-transform: capitalize;
	position: relative;
	top: -50%;
	margin: 0 auto;
	padding: 3px 25px;
	background: var(--point-2-color);
	font-size: var(--h2-font-size);
	width: max-content;
	border-left: 1px solid rgba(var(--black), 0.4);
	border-right: 1px solid rgba(var(--black), 0.4);
	transform: skewX(-45deg);
}

h2::before, h2::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	width: 1px;
	background: rgba(var(--black), 0.4);
	;
}

h2::before {
	left: -15px;
}

h2::after {
	right: -15px;
}

h2 span {
	display: block;
	padding: 0 15px;
	transform: skewX(45deg);
}

h3 {
	font-size: var(--h3-font-size);
	text-transform: capitalize;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
}

h3::after {
	content: "";
	flex-grow: 1;
	margin-left: 15px;
	height: 1px;
	background: var(--point-3-color);
}

h3::before {
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	border: 2px solid var(--point-3-color);
	left: 17px;
	top: 55%;
	-webkit-transform: translate(-25px, -68%);
	transform: translate(-30px, -68%);
	border-width: 2px 0 0 2px;
	border-radius: 50%;
}

h4 {
	margin-bottom: 15px;
}

h5 {
	width: 100%;
	margin-bottom: 15px;
}

.all {
	overflow-x: clip;
}

.wrap {
	height: 100vh;
	width: 100%;
	overflow: clip;
}

.wrap::before {
	content: "";
	position: fixed;
	height: 100%;
	width: 100%;
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	transition: opacity .5s, visibility .5s, transform .5s;
	background-image: linear-gradient(45deg, var(--sub-color) 0 23%, transparent 23%), linear-gradient(225deg, var(--sub-color) 0 23%, transparent 23%), linear-gradient(0deg, #c7c7c79f 0 100px, transparent 100px), linear-gradient(180deg, #c7c7c79f 0 100px, transparent 100px);
	overflow-x: hidden;
}

.wrap.active::before {
	transform: scale(2);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	overflow: hidden;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	height: 90px;
	width: 100%;
	padding: 0 30px;
	transition: background-color .4s, height .4s;
	background-color: rgba(var(--white), 0);
	z-index: 2;
}

nav.is-active {
	height: 60px;
	background-color: rgba(var(--white), 0.5);
	opacity: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.is-active h1 {
	font-size: calc(var(--h1-font-size) - 0.6em);
	text-shadow: 0 0 2px var(--point-color);
}

.is-active h1 a, .is-active .menu li a, .is-active .sub_wrap span {
	color: rgba(var(--black), 1);
	background: initial;
	-webkit-text-fill-color: initial;
	transition: color .4s;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	height: 90px;
	width: 100%;
	padding: 0 30px;
	transition: background-color .5s, height .5s;
	background-color: rgba(var(--white), 0);
	z-index: 2;
}

.menu {
	display: flex;
	gap: 0 20px;
	height: 100%;
}

.menu li a {
	font-size: var(--nav-font-size);
	color: var(--point-color);
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
	text-transform: capitalize;
}

.sub_wrap {
	position: relative;
}

.menu .sub_menu {
	display: none;
}

.sub_menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 15px;
	width: 100%;
	z-index: 2;
	background-color: rgba(var(--white), 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sub_menu li {
	display: block;
}

.menu li span {
	font-size: var(--nav-font-size);
	color: var(--point-color);
	font-weight: bold;
	text-transform: capitalize;
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 100%;
}


.sub_menu li a {
	font-size: calc(var(--nav-font-size) - 0.2em);
	color: rgba(var(--black), 1);
	font-weight: normal;
}

header {
	height: 100%;
	width: 100%;
	position: absolute;

	overflow: clip;
	top: 0;
}

header::before {
	content: "";
	position: absolute;
	background: var(--bgimg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(0.4);
	z-index: -1;
	overflow-x: hidden;
}


.notice {
	position: absolute;
	top: 75%;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 30px 0px rgba(var(--white), 1) inset;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	width: 75%;
	max-width: 500px;
	padding: 30px 20px;
	animation: slideIn 1.5s ease forwards;
}

.notice>a {
	color: var(--point-color);
	position: absolute;
	bottom: 15px;
	right: 15px;
	transform: translateY(15px);
	text-transform: uppercase;
}

.notice>a::before {
	content: "----";
	letter-spacing: -2px;
	padding-right: 10px;
}

.notice_inner {
	display: grid;
	grid-template-columns: auto 1fr;
	height: 85px;
	width: 100%;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: var(--sub-color) transparent;
	border-radius: 5px;
}

.notice_inner_log {
	display: grid;
	grid-template-columns: auto 1fr;
	height: 100%;
	width: 100%;
	scrollbar-width: thin;
	scrollbar-color: var(--sub-color) transparent;
	border-radius: 5px;
}

.notice_inner_log span {
	padding: 3px 6px;
	margin-left: 20px;
	line-height: 0;
	border-radius: 3px;
	background: var(--point-color);
	color: rgba(var(--white), 1);
}

.notice_inner_log dd {
	margin: 0 0 4px 20px;
}


.notice_inner span {
	padding: 3px 6px;
	margin-left: 20px;
	line-height: 0;
	border-radius: 3px;
	background: var(--point-color);
	color: rgba(var(--white), 1);
}

.notice_inner dd {
	margin: 0 0 4px 20px;
}

.notice_title {
	position: absolute;
	top: -0.8em;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 1.2em;
	padding: 5px 30px;
	text-transform: capitalize;
	line-height: 1;
	opacity: 0;
	animation: fadeIn 1s ease 1.5s forwards;
}

.notice_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	border-left: 1px solid rgba(0, 0, 0, 0.4);
	background: var(--point-2-color);
	transform: skewX(-45deg);
	z-index: -1;
}

.toplink {
	position: absolute;
	top: 97%;
	transform: translateY(-97%);
	right: 20px;
}

.toplink ul {
	list-style: none;
}

.toplink ul::before {
	content: attr(data-text);
	display: table;
	padding: 0 10px;
	margin: 0 auto 15px;
	text-transform: capitalize;
	background: rgba(var(--black), 0.5);
	color: rgba(var(--white), 1);
	text-shadow: 0 0 2px var(--sub-color);
}

.toplink li {
	display: inline-block;
}

.toplink li:not(:last-child) {
	padding-right: 10px;
}

.toplink a {
	color: rgba(var(--white), 1);
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	text-underline-offset: 3px;
	text-decoration-thickness: 0.5px;
}

.scroll {
	display: table;
	position: absolute;
	opacity: 0;
	right: 40px;
	left: 30px;
	bottom: 0%;
	padding: 10px 10px 110px;
	color: rgba(var(--white), 1);
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	animation: fadeIn 1.5s ease 1.5s forwards;
	z-index: 1;
}

.scroll:hover {
	color: var(--point-color);
	transition: .7s;
}

.scroll::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: rgba(var(--white), 1);
}

main {
	width: min(100%, 1000px);
	margin: 150px auto;
}

section, .section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 40px 120px;
}

section:not(:last-child), .section:not(:last-child) {
	margin-bottom: 170px;
}

section::before, section::after, .section::before, .section::after {
	content: "";
	position: absolute;
}

section::before, .section::before {
	width: 100%;
	height: 100%;
	left: 0;
	background: var(--body-color);
	z-index: -1;
}

section::after {
	height: 100%;
	width: 100%;
	top: 80px;
	background: var(--section-bg);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 26px 5px var(--body-color) inset;
	opacity: .4;
	border-radius: 20px;
	z-index: -2;
}

.section {
	box-shadow: 0px 0px 20px 10px var(--point-2-color);
}

section:nth-of-type(odd) {
	box-shadow: -12px -12px 20px -10px var(--point-2-color);
}

section:nth-of-type(even) {
	box-shadow: 12px -12px 20px -10px var(--point-2-color);
}

section:nth-of-type(odd)::after {
	left: 80px;
}

section:nth-of-type(even)::after {
	right: 80px;
}

.fade {
	opacity: 0;
	transition: all 1.5s;
}

.fade.active {
	opacity: 1;
}

.slide {
	opacity: 0;
	transform: translate(0, 10px);
	transition: all 1.5s;
}

.slide.active {
	opacity: 1;
	transform: translate(0, 0);
}

.load {
	animation: fadeIn 1.5s ease;
}

.inner {
	width: calc(100% / 2 - 20px);
	max-height: 100%;
	margin-bottom: 15px;
}

.contents {
	width: 100%;
	max-height: 100%;
	margin-bottom: 15px;
}

.img_container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 15px 0;
}

.img_container_inner {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	position: relative;
	width: calc(100% / 4 - 15px);
	max-width: 290px;
	overflow: hidden;
}

.img_container_inner p {
	z-index: 1;
	position: absolute;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.img_container_inner p::before {
	content: attr(data-text);
	color: var(--point-color);
	font-size: .85em;
	text-transform: uppercase;
	position: absolute;
	width: fit-content;
	text-align: center;
	top: 17px;
	left: 5px;
	transform: rotate(-45deg);
	z-index: 1;
}

.img_container_inner p::after {
	content: "";
	z-index: -1;
	position: absolute;
	top: -1px;
	left: 0;
	border-width: 40px;
	border-style: solid;
	border-color: var(--body-color) transparent transparent var(--body-color);
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.img_container a {
	display: contents;
}

.img_container_inner>a>img, .img_container_inner>img {
	height: 125px;
	object-fit: cover;
	-webkit-transition: filter .5s;
	transition: filter .5s;

}

.img_container_inner>a:hover img {
	filter: contrast(150%);
}

.img_container_inner::before {
	content: "";
	position: absolute;
	animation: imgWrap 1.6s ease-out forwards;
	background: var(--body-color);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.synopsis {
	font-size: .9em;
	text-align: justify;
	height: 40px;
	padding: 0 5px;
	line-height: 1.7;
	overflow-y: hidden;
}

.title {
	text-align: right;
}

.title::before {
	content: attr(data-text);
	position: absolute;
	text-transform: capitalize;
	color: #da7337;
	left: 0;
}

.synopsis>.list_block {
	margin: 15px 0;
	line-height: 2.1;
}

.synopsis>.list_block li {
	font-size: 1.14em;
}

.synopsis>.list_block li a {
	display: initial;
}

.show_more {
	position: relative;
	bottom: 30px;
	left: 0;
	padding-top: 30px;
	text-align: center;
	background-image: linear-gradient(to top, var(--body-color) 0%, #ebebebb8 80%, rgba(0, 0, 0, 0) 100%);
	cursor: pointer;
	transition: 1s;
}

.show_more.active {
	background: none;
}

.list {
	list-style: disc;
	padding-left: 1.4em;
	margin-bottom: 15px;
}

.list li {
	margin-bottom: 5px;
}

.list a {
	text-decoration: underline;
	text-decoration-color: #8a7d737c;
	text-underline-offset: 2px;
	text-decoration-thickness: 0.5px;
}

.link_list {
	display: grid;
	grid-template-columns: auto 1fr;
	margin-bottom: 15px;
}

.link_list dt {
	text-transform: capitalize;
	height: fit-content;
	margin-bottom: 15px;
}

.link_list dd {
	line-height: inherit;
	margin: 0 0 15px 25px;
}

.list_inline {
	list-style: none;
	word-break: break-all;
	line-height: 2.2;
	margin-bottom: 15px;
}

.list_inline li {
	display: inline;
}

.list_inline li:not(:last-child):after {
	content: "|";
	opacity: .5;
	padding: 0 3px 0 8px;
	position: relative;
	top: -1px;
}

.list_block {
	margin-bottom: 15px;
}

.list_block dt span {
	color: var(--body-color);
	font-family: var(--font-family);
	margin-left: 10px;
	padding: 3px 6px;
	border-radius: 4px;
	background: var(--point-color);
}

.list_block dt a {
	font-family: var(--font-family);
}

.list_block dd {
	padding: 10px 0 13px 25px;
}

.list_block dd span {
	font-size: .9em;
	opacity: .8;
}

.list_block dd a:not(:last-child)::after {
	content: "|";
	padding: 0 5px 0 8px;
	opacity: .5;
	position: relative;
	top: -1px;
}

.list_img {
	margin-bottom: 15px;
}

.list_img dt a>img {
	object-fit: cover;
	margin-bottom: 8px;
	filter: contrast(1);
	transition: filter .3s;
}

.list_img dt a>img:hover, .img a:hover {
	filter: contrast(1.3);
}

.list_img dd>span {
	display: block;
	border-left: thin solid;
	margin: 0 0 10px 15px;
	padding: 10px;
	font-size: .9em;
	opacity: .8;
}

.img {
	list-style: none;
	margin-bottom: 15px;

}

.img li {
	display: inline-block;
	padding: 0 4px 10px 0;
}

.img a {
	filter: contrast(1);
	transition: filter .3s;
}

.text {
	padding: 30px 10px;
	text-align: justify;
	max-width: 700px;
	margin: 0 auto;
}

.text>.title {
	color: var(--font-color);
	margin: 20px 0 30px 0;
	padding-right: 15px;
	font-size: 1.1em;
}

.rl {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	letter-spacing: 3px;
	width: 100%;
	display: flex;
	align-items: center;
}

.text>p {
	padding-top: 30px;
	text-align: right;
	font-size: .9em;
}

.text>p>a {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 0.5px;
}

.name_change {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
}

.name_change input[type="text"] {
	width: 140px;
	margin: 0 7px 15px 0;
}

.name_change input[type="text"]::placeholder {
	color: rgba(var(--white), 1);
}

.name_change input[type="text"]:focus::placeholder {
	color: transparent;
}

.name_change input[type="submit"], .name_change input[type="reset"] {
	width: 80px;
	margin-right: 7px;
}

.name_change input[type="submit"]:hover, .name_change input[type="reset"]:hover {
	background: var(--font-color);
	color: rgba(var(--white), 1);
	transition: .4s;
	cursor: pointer;
}

.name_change input:focus, .name_change input[type="text"]:focus, input[type="text"].mail:focus, input[type="submit"]:focus, input[type="reset"]:focus, textarea:focus, select:focus {
	background: var(--point-2-color);
	color: var(--font-color);
}

input::placeholder, textarea::placeholder {
	color: var(--font-color);
	transition: color .4s;
}

input:focus::placeholder, textarea:focus::placeholder {
	color: transparent;
}

form {
	margin: 0 auto 20px;
	width: min(550px, 100%);
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}

form p {
	font-size: .9em;
	margin-bottom: 0;
}

input[type], textarea, button, select {
	font-family: var(--font-family);
	font-size: inherit;
	letter-spacing: inherit;
	height: initial;
	color: rgba(var(--white), 1);
	padding: 8px 10px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	font-weight: normal;
	box-shadow: none;
	background: var(--point-3-color);
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

input[type="text"].mail {
	width: 100%;
}

.comment {
	height: 80px;
	width: 100%;
	vertical-align: bottom;
}

form input[type="submit"].btn, input[type="reset"].btn {
	text-transform: capitalize;
	cursor: pointer;
}

.btn_container {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}

.btn {
	width: 100%;
	text-transform: capitalize;
}

.btn:hover {
	background: var(--font-color);
	color: rgba(var(--white), 1);
	transition: .4s;
}

select {
	width: 100%;
	height: 35px;
	-webkit-appearance: menulist;
	cursor: pointer;
}

option {
	color: var(--font-color);
}

option[selected][disabled] {
	display: none;
	color: var(--font-color);
}

.prof {
	display: flex;
}

.prof_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.prof_inner>p {
	width: 100%;
	margin-bottom: 10px;
	font-size: .9em;
}

.prof_inner>img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	margin: 0 15px 15px 0;
}

.prof_inner>.list_inline li:not(:last-child):after {
	content: "|";
	opacity: .5;
	padding: 0 7px;
	position: relative;
	top: -1px;
}

footer {
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	background: var(--sub-color);
	color: var(--body-color);
	padding: 40px 15px 0px;
}

.footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 93%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer_inner {
	width: calc(100% / 3 - 15px);
	margin-bottom: 15px;
}

.footer_inner>h5, .footer_inner>h4 {
	color: rgba(var(--white), 1);
	height: fit-content;
	font-size: inherit;
}

.footer_inner>.list_block {
	line-height: 2.4;
}

.prof_inner>.list_inline a {
	text-decoration: none;
	color: var(--point-color);
}

footer hr {
	color: rgba(var(--white), 0.5);
}

footer a {
	color: var(--point-2-color);
	text-decoration: underline;
	text-decoration-color: rgba(var(--white), 0.5);
	text-underline-offset: 3px;
	text-decoration-thickness: 0.5px;
}

footer a:hover {
	color: var(--sub-2-color);
	text-decoration-color: var(--sub-2-color);
	transition: .4s;
}

.footerimg {
	list-style: none;
	display: flex;
}

.footerimg li:not(:last-child) {
	margin-right: 20px;
}

.padding {
	padding-left: 15px;
}

.footerimg li>a>img {
	width: auto;
	height: 30px;
	object-fit: contain;
}

.footer {
	width: 100%;
	list-style: none;
	background: var(--sub-color);
	color: var(--body-color);
	text-align: right;
	padding: 15px 10px;
}

.footer li {
	display: inline-block;
}

.footer li a {
	text-decoration: none;
	padding: 0 7px;
	color: var(--point-color);
}



@media screen and (max-width: 960px) {
	.img_container_inner {
		width: calc(100% / 3 - 10px);
	}
}

@media screen and (max-width: 820px) {
	nav.is-active .menu-toggle p {
		background-color: rgba(var(--black), 1);
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 20px;
		width: 30px;
		position: absolute;
		right: 20px;
		z-index: 10;
		cursor: pointer;
	}

	.menu-toggle::after {
		content: "MENU";
		color: var(--point-color);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
		display: block;
		top: calc(100% + 3px);
		font-size: .7em;
	}

	nav.is-active .menu-toggle::after {
		color: rgba(var(--black), 1);
	}

	nav.menu-active .menu-toggle::after {
		content: "CLOSE";
		color: rgba(var(--black), 1);
	}

	.menu-toggle p {
		height: 1px;
		width: 100%;
		background-color: var(--point-color);
		margin: 0;
		box-shadow: var(--shadow);
		transition: transform 0.3s ease, opacity 0.3s ease;
		transform-origin: center;
	}

	nav.menu-active .menu-toggle p:nth-child(1) {
		transform: rotate(45deg) translateX(5px) translateY(8px);
		background-color: rgba(var(--black), 1);
	}

	nav.menu-active .menu-toggle p:nth-child(2) {
		opacity: 0;
	}

	nav.menu-active .menu-toggle p:nth-child(3) {
		transform: rotate(-45deg) translateX(5px) translateY(-8px);
		background-color: rgba(var(--black), 1);
	}

	.menu {
		flex-direction: column;
		gap: 15px 0;
		background-color: var(--body-color);
		position: absolute;
		height: 100vh;
		right: 0;
		top: 0;
		width: 100%;
		padding-top: 100px;
		z-index: 1;
		opacity: 0;
		transform: translateY(-60%);
		transition: opacity 0.5s ease, transform 0.5s ease;
		pointer-events: none;
	}

	.menu-active .menu {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
		overflow-y: scroll;
	}

	.menu li {
		width: 60%;
		margin: 0 auto;
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
	}

	.menu-active .menu li {
		opacity: 1;
		transform: translateY(0);
	}

	.menu li a, .menu li span {
		color: rgba(var(--black), 1);
		font-weight: normal;
	}

	.menu li span {
		padding-right: 25px;
		position: relative;
		height: auto;
	}

	.menu li span::before, .menu li span::after {
		content: "";
		position: absolute;
		background-color: var(--point-color);
		border-radius: 2px;
		transform: translate(0, -50%);
		transition: transform 0.3s ease;
	}

	.menu li span::before {
		top: 50%;
		right: -6.5px;
		width: 15px;
		height: 2px;
	}

	.menu li span::after {
		top: 50%;
		right: 0;
		height: 15px;
		width: 2px;
	}

	.menu li.active span::before {}

	.menu li.active span::after {
		transform: translate(0, -50%) rotate(90deg);
	}

	.menu .sub_menu {
		position: static;
		margin: 15px 0 0 15px;
		padding-left: 15px;
		transform: initial;

	}

	.sub_menu li {
		margin: initial;
		width: 100% !important;
		opacity: 0;
		transition: opacity 0.4s;
		transform: translateY(0);
		line-height: 2.2;
	}

	.sub_menu li a {
		width: 100%;
	}

	nav {
		padding: 0 15px;
	}

	header::before {
		background-position: 55% center;
	}

	section:nth-of-type(odd)::after {
		left: 0;
	}

	section:nth-of-type(even)::after {
		right: 0;
	}

	.inner {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	section, .section {
		padding: 0 40px 120px;
	}

	.img_container {
		justify-content: space-between;
		gap: initial;
	}

	.img_container_inner {
		width: calc(50% - 5px);
	}
}

@media screen and (max-width: 650px) {
	html, body {
		min-height: 100vh;
	}

	.wrap::before {
		background: linear-gradient(45deg, var(--sub-color) 0 20%, transparent 20%), linear-gradient(225deg, var(--sub-color) 0 20%, transparent 20%), linear-gradient(0deg, #c7c7c79f 0 60px, transparent 60px), linear-gradient(180deg, #c7c7c79f 0 60px, transparent 60px);
	}


	.is-active h1 {
		font-size: 1.8em;
	}

	nav {
		padding: 0 10px;
		height: 60px;
	}

	.menu li {
		width: 70%;
	}

	.notice {
		padding: 17px 15px;
	}

	.notice_title {
		font-size: 1em;
	}

	.notice_inner {
		display: block;
		height: 70px;
		line-height: 1.9;
	}

	.notice_inner dd {
		margin: 3px 0 3px 25px;
	}

	.toplink {
		width: 75%;
		top: 98%;
		left: 50%;
		right: initial;
		transform: translate(-50%, -98%);
	}

	.toplink ul {
		list-style: none;
		text-align: center;
	}

	.toplink li:not(:last-child) {
		padding-right: 5px;
	}

	.scroll {
		left: 5px;
	}

	main {
		width: 100%;
		margin: 110px auto 130px;
	}

	section, .section {
		padding: 0 17px 120px;
	}

	section:nth-of-type(odd)::after, section:nth-of-type(even)::after {
		left: 0;
		right: 0;
	}

	section:nth-of-type(odd), section:nth-of-type(even) {
		box-shadow: 0px -12px 20px 0px var(--point-2-color);
	}

	.img_container_inner {
		width: calc(50% - 5px);
	}

	.img_container_inner>a>img, .img_container_inner>img {
		height: 115px;
	}

	footer {
		justify-content: space-between;
	}

	.footer_container {
		width: 100%;
	}

	.footer_inner {
		width: calc(100% / 2 - 10px);
	}

	.footer_inner:first-of-type {
		width: 100%;
	}

	.footer {
		text-align: center;
	}
}

@media (orientation: landscape) and (max-width: 926px) {
	body {
		font-size: 1.2em;
	}

	.wrap::before {
		background: linear-gradient(45deg, var(--sub-color) 0 25%, transparent 25%), linear-gradient(225deg, var(--sub-color) 0 25%, transparent 25%), linear-gradient(0deg, #c7c7c79f 0 60px, transparent 60px), linear-gradient(180deg, #c7c7c79f 0 60px, transparent 60px);
	}

	h1 {
		padding-left: calc(env(safe-area-inset-left) + .2em);
	}

	.is-active h1 {
		font-size: 2em;
	}

	nav {
		padding: 0 8px;
		height: 60px;
	}

	.notice {
		top: 55%;
		transform: translateY(-55%);
		max-width: 300px;
		padding: 20px 15px;
	}

	.notice_title {
		font-size: 1.1em;
	}

	.notice_inner {
		display: block;
		height: 55px;
	}

	.toplink {
		top: 98%;
		left: 50%;
		transform: translate(-50%, -98%);
	}

	.toplink ul {
		list-style: none;
		text-align: center;
	}

	.toplink li {
		padding: 0 5px;
	}

	.footer {
		text-align: center;
	}

	/* safari landscape */
	main {
		padding-right: calc(env(safe-area-inset-right) + .1em);
		padding-left: calc(env(safe-area-inset-left) + .1em);
	}

	.menu {
		padding-right: calc(env(safe-area-inset-right) + .1em);
	}

	footer {
		padding-left: calc(env(safe-area-inset-left) + .1em);
	}
}

