.header_nav li:nth-of-type(5) {
	transform: translateX(0px);
}

main {
	height: 2200px;
}

.main_title {
	width: 500px;
}

.main_content-img {
	display: flex;
	position: absolute;
	top: 170px;
	left: 20%;
	width: 70%;
}

.main_content-img dl {
	color: white;
}

h2 {
	font-size: 25px;
	color: #f6b80b;
	padding-bottom: 30px;
}

.main_content-img dt {
	font-size: 14px;
}

.main_content-img dd {
	font-size: 30px;
	font-weight: bold;
	padding: 0 50px 40px 0;
}

.main_content-img dd p {
	font-size: 15px;
	font-weight: normal;
}

.main_content-img dd span {
	color: #f6b80b;
}

.main_content-cast {
	position: relative;
	z-index: 2;
}

.btn {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	left: 10px;
	border: 1px solid #f6821e;
	background-color: #000;
	transition: 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

.btn:hover {
	opacity: 0.5;
}

.btn::before {
	width: 12px;
	height: 2px;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
}

.btn::after {
	width: 2px;
	height: 12px;
	top: calc(50% - 6px);
	left: calc(50% - 1px);
}

.btn::before,
.btn::after {
	position: absolute;
	content: "";
	background-color: #f6821e;
}

#oll {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9998;
}

.modal_content {
	display: none;
}

.modal_content-eria {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	z-index: 9999;
}

#oll a {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 70px;
	height: 70px;
	border-bottom: 2px solid #f6821e;
	border-left: 2px solid #f6821e;
	color: #f6821e;
	width: 70px;
	height: 70px;
}

#oll a:hover {
	opacity: 0.5;
}

#oll span {
	position: relative;
	font-size: 70px;
	bottom: 20px;
	left: 10px;
}

.modal_content-image {
	width: 560px;
	height: 300px;
	background-color: black;
	color: white;
	padding: 80px 50px 50px;
	border: 3px solid #f6821e;
}

.modal_content-image ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}

.modal_content-image li {
	font-size: 25px;
	font-weight: bold;
}

.modal_content-image li:first-of-type {
	font-size: 12px;
	padding-right: 10px;
}

.modal_content-image span {
	color: #f6b80b;
}

.modal_content-image img {
	width: 300px;
	padding: 20px;
	background-color: black;
	position: absolute;
	top: 90%;
	right: 45%;
}

.modal_txt::-webkit-scrollbar {
	display: none;
}

.modal_txt {
	font-weight: bold;
	overflow: scroll;
	height: 200px;
	line-height: 1.8;
}
