html {
	font-size: 80%;
	line-height: 2;
	text-align: center;
	background-color: #000000;
	scroll-behavior: smooth;
	min-width: 340px;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 62.5%;
	}
}

body,
figure {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*,
*::before,
::after {
	box-sizing: border-box;
}

#loading {
	background-color: #000000;
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
}

.LoadingSpin {
	position: fixed;
	bottom: 3%;
	right: 5%;
	display: block;
}

#loading-bar {
	position: fixed;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 1px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: ease 1.5s;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #666;
}

::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 5px;
}

video {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -3;
	object-fit: cover;
	filter: blur(30px);
}

body::after {
	content: "";
	background-color: #00000070;
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.header {
	height: 100vh;
}

h1 {
	margin: 0;
	padding-top: 94vh;
	min-height: 80px;
	color: #ffffff;
	transform: translateX(0) translateY(-48%);
	font-size: 6rem;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 720px) {
	h1 {
		font-size: 4rem;
	}
}

#typing {
	margin-left: 2.2rem;
}

del {
	text-decoration: none;
}

.t-caret {
	display: inline-block;
	width: 1px;
	height: 5.5rem;
	background-color: white;
	vertical-align: middle;
	position: relative;
	top: -7px;
}

@media screen and (max-width: 720px) {
	.t-caret {
		height: 4rem;
		top: -5px;
	}
}

.subtitle {
	max-width: 750px;
	width: 90%;
	min-height: 144px;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 0em;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.NEWS {
	margin-bottom: 6rem;
}

h2 {
	margin: 0 auto 0;
	margin-bottom: 0;
	padding-top: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 4.8rem;
	text-shadow: 1px 2px 3px #808080;
}

@media screen and (max-width: 720px) {
	h2 {
		font-size: 3.5rem;
	}
}

.news li {
	display: block;
	text-align: left;
	line-height: 1.8rem;
	height: 67.4px;
	padding: 10px;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1000px) {
	.news li {
		height: 58px;
	}
}

.matter::-webkit-scrollbar {
	display: none;
}

.matter {
	font-size: 1.3rem;
	white-space: nowrap;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.news li:nth-child(7n) {
	border-bottom: none;
}

.news {
	max-width: 750px;
	margin: 0 auto 0;
	padding: 0px;
	width: 95%;
}

.news-container {
	height: 550px;
	max-width: 750px;
	margin: 0 auto 0;
	padding-top: 1.5rem;
	width: 95%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.news-container {
	/*glassmorphism*/
	background-color: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 10px;
}

@media screen and (max-width: 1000px) {
	.news-container {
		height: 465px;
	}
}

.news span {
	font-size: 1.2rem;
}

ul.news {
	height: 473px;
}

@media screen and (max-width: 1000px) {
	ul.news {
		height: 405px;
	}
}

#nextText {
	color: rgb(255, 255, 255, 1);
	background-color: #ffffff00;
	margin: 10px;
	font-size: 1.2rem;
	cursor: pointer;
	transition: 0.3s;
}

#previousText {
	color: rgb(255, 255, 255, 1);
	background-color: #ffffff00;
	margin: 10px;
	font-size: 1.2rem;
	cursor: pointer;
	transition: 0.3s;
}

.next-prev {
	display: flex;
	justify-content: center;
}

.news a {
	color: #ffffff;
	transition: 0.3s;
}

.news a:hover {
	opacity: 0.7;
}

.CONTENTS {
	margin-bottom: 6rem;
}

.contents {
	height: auto;
	max-width: 750px;
	margin: 0 auto 0;
	width: 95%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	padding: 1.5rem 0;
}

.contents {
	/*glassmorphism*/
	background-color: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 10px;
}

.link-gif {
	overflow: hidden;
	cursor: pointer;
	border-radius: 16px;
}

.link-gif img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.link-gif:hover img {
	transform: scale(1.1);
	opacity: 0.9;
}

.CONTACT {
	margin-bottom: 6rem;
}

.CONTACT p {
	text-align: center;
	color: #fff;
	max-width: 750px;
	margin: 0 auto 0;
	width: 95%;
	font-size: 1.3rem;
}

.contact {
	max-width: 750px;
	margin: 0 auto 0;
	padding: 10px;
	width: 95%;
	border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.contact {
	/*glassmorphism*/
	background-color: rgba(255, 255, 255, 0.03);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

::placeholder {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#gnav {
	position: fixed;
	z-index: -10;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transition: 0.4s;
}

#gnav {
	/*glassmorphism*/
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

#gnav.panelactive {
	opacity: 1;
	z-index: 1000;
}

#gnav.panelactive #gnav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#gnav ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -50%);
}

#gnav.panelactive ul {
	display: block;
	opacity: 1;
}

#gnav li {
	list-style: none;
	text-align: center;
}

#gnav li a {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 2.8rem;
	padding: 1rem;
	padding-left: 2.3rem;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.menubtn {
	position: fixed;
	z-index: 9998;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.menubtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #ffffffc5;
	width: 45%;
}

.menubtn span:nth-of-type(1) {
	top: 15px;
}

.menubtn span:nth-of-type(2) {
	top: 23px;
}

.menubtn span:nth-of-type(3) {
	top: 31px;
}

.menubtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.menubtn.active span:nth-of-type(2) {
	opacity: 0;
}

.menubtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.slider {
	max-width: 750px;
	padding-top: 0;
	margin: 0 auto 0;
	width: 95%;
	top: 1rem;
	height: 152px;
}

.slider img {
	height: 150px;
	min-width: 280px;
	margin: 0 auto;
	border-radius: 10px;
}

.slider .slick-slide {
	margin-right: 1rem;
	margin-left: 1rem;
}

.caption {
	margin: 40px auto 0 auto;
	color: #ffffff;
	font-size: 1.3rem;
	text-align: left;
	width: 95%;
	padding: 1.5rem 1rem 0rem 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.caption a {
	color: #ffffff;
	transition: 0.3s;
}

.caption a:hover {
	opacity: 0.7;
}

footer {
	max-width: 820px;
	margin: 0 auto 0;
}

.AboutThisPage {
	position: relative;
	max-width: 750px;
	margin: 0 auto 0;
	color: #ffffff;
	font-size: 1.3rem;
	padding: 10px;
	padding-top: 50px;
	width: 95%;
}

.Introduce {
	display: flex;
	margin: 0 auto 0;
	border-bottom: 1px solid rgb(255, 255, 255);
	border-top: 1px solid rgb(255, 255, 255);
}

.MyFace {
	height: 150px;
	width: 150px;
	margin: 10px;
}

.MyFace img {
	height: 100%;
	border-radius: 10px;
}

.AboutMe {
	margin: 10px;
	line-height: 2.1rem;
	text-align: left;
	max-height: 150px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.AboutMe::-webkit-scrollbar {
	display: none;
}

.copyright {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 1.6rem;
	padding-top: 20px;
	top: 100%;
}
.copyright a {
	color: #ffffff;
	transition: 0.3s;
}

.copyright a:hover {
	opacity: 0.7;
}