/* RiotBlue Player Ver3.2 */
html {
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	width: 500px;
	overflow-x: hidden;
	background-color: black;
	color: white;
	font-size: 1rem;
}

.hidden {
	background-color: black;
	display: none;
}

#hiddenText {
	position: absolute;
	top: 50%;
	left: 100%;
	font-size: 2rem;
	color: gray;
	animation: scroll 15s linear infinite normal;
	animation-play-state: running;
	white-space: nowrap;
	cursor: pointer;
}

@keyframes scroll {

	0% {
		left: 100%;
	}

	100% {
		left: -100%;
	}
}

.ad {
	position: relative;
	margin: 0;
	padding: auto;
	width: 500px;
	height: 100px;
}

.header {
	position: relative;
	margin: 0;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 480px;
	height: 40px;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: blue;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.appear {
	position: relative;
}

.place {
	position: relative;
}

.display {
	position: relative;
	background-color: rgb(180, 230, 255);
	color: black;
	margin: 0;
	padding: 10px;
	width: 480px;
	height: 840px;
	border-radius: 0 0 0.5rem 0.5rem;
	z-index: 1;
}

.settingTitleArea {
	height: 1.75rem;
	font-size: 1.75rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testArea,
.linkArea,
.fadeArea,
.youTubeArea {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 270px;
	background-color: rgb(0, 0, 0);
	overflow: hidden;
}

.fadeArea {
	z-index: 1;
	opacity: 1;
	transition: opacity 3s ease-in-out;
}

.linkArea {
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.testArea {
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
}

.youTubeArea0,
.youTubeArea1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 270px;
	z-index: 0;
}

.youTubeArea0 {
	left: 0;
}

.youTubeArea1 {
	right: 0;
}

.testStatusArea {
	position: relative;
	top: 0px;
	display: flex;
	justify-content: space-between;
	width: 480px;
	height: 20px;
	background-color: black;
	color: red;
	white-space: pre-line;
}

.logArea {
	position: relative;
	width: 480px;
	height: 250px;
	display: flex;
	font-size: 0.6rem;
	color: white;
	white-space: pre-line;
	overflow-y: scroll;
	text-shadow: 2px 2px 2px black;
}

#iconSetting {
	font-size: 1.5rem;
	cursor: pointer;
}

@media (prefers-color-scheme: dark) {
	.display {
		background-color: rgb(50, 50, 50);
		color: #ffffff;
	}
}

input[type=checkbox],
input[type=radio],
input[type=range] {
	transform: scale(1.0);
	cursor: pointer;
}

.uiArea {
	position: relative;
	top: 270px;
}

.progressBarArea {
	position: relative;
	height: 1.5rem;
	align-items: center;
}

.progressBarArea>progress {
	accent-color: red;
	height: 0.5rem;
	width: 100%;
	border-radius: 1;
}

h1 {
	font-size: 2rem;
}

.time {
	align-items: center;
}

.memberSet {
	height: 2.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	justify-content: space-between;
}

.memberSet>span>label {
	cursor: pointer;
}

.memberSet>div>progress {
	accent-color: green;
	height: 1.5rem;
	width: 6rem;
	border-radius: 0;
}

.status {
	height: 3rem;
	display: flex;
	font-size: 1.75rem;
	align-items: center;
	justify-content: space-between;
}

td,
th {
	font-size: 1.4rem;
	padding: 0rem 0.1rem;
}

select {
	font-size: 1.4rem;
	cursor: pointer;
}

input[type=text] {
	font-size: 1rem;
	width: 14rem;
}

label {
	font-size: 1.4rem;
}

.titleArea {
	height: 2.5rem;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
}

.titleSlide {
	animation-name: slide;
	animation-duration: 31s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	overflow: visible;
}

@keyframes slide {
	0% {
		transform: translateX(100%);
	}

	5% {
		transform: translateX(0%);
	}

	80% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

#songTitle {
	align-items: center;
	font-size: 1.75rem;
	white-space: nowrap;
}

.buttonArea {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 3;
}


.time {
	position: relative;
	height: 1.5rem;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	justify-content: space-around;
}

.time>span>label {
	cursor: pointer;
}

.checkBox {
	height: 2.5rem;
	align-items: center;
	font-size: 1.5rem;
	margin-left: 1rem;
	left: 0;
}

.checkBox>span>label {
	cursor: pointer;
}

.moodCheck {
	align-items: center;
	font-size: 1.5rem;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 0.1rem solid #000000;
	border-radius: 0.5rem;
	background-color: rgb(255, 203, 90);
	color: black;
	display: flex;
	justify-content: space-around;
}

.moodCheck>span>label {
	cursor: pointer;
}

.moodArea {
	margin :5px 0px;
	height: 2.5rem;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.moodArea button {
	height: 2.5rem;
}

.form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 回転させるアニメーションを定義する */
@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* 回転するアイコンを設定する */
img {
	width: 2.5rem;
	height: 2.5rem;
	animation: spin 2s linear infinite;
}