html {
    margin-top: 0px;
}
/* body {
    background-color: transparent;
} */
.modal_header {
	display: flex;
	justify-content: flex-end;
	margin: 4vw 5vw;
    color: #fff;
}
.modal_header_menu_toggle {
	position: relative;
	width: 5.75vw;
	height: 5.75vw;
	display: block;
	cursor: pointer;
}
.modal_header_menu_toggle i {
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	background-color: #fff;
}
.modal_header_menu_toggle i:nth-child(1) {
	transform: rotate(45deg);
	top: 50%;
}
.modal_header_menu_toggle i:nth-child(2) {
	transform: rotate(-45deg);
	top: 50%;
}
#modal_post_content {
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 0 7.75vw;
	color: #fff;
	margin: auto;
}
.modal_post_header {
	margin-bottom: 7.75vw;
}
.modal_post_img {
	margin-bottom: 4vw;
}
.modal_post_img img {
	width: 100%;
}
.modal_post_tag_icons {
	position: relative;
	text-align: center;
	margin-bottom: 2.25vw;
}
.modal_post_tag {
	font-family: 'oranienbaum';
	font-size: 5.85vw;
	display: block;
	letter-spacing: .35em;
	text-indent: .35em;
	line-height: 1;
}
.modal_post_icons {
	display: flex;
	justify-self: flex-end;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	height: fit-content;
}
.modal_post_icons li {
	width: 7.5vw;
	margin-left: 2.5vw;
}
.modal_post_icons li img {
	width: 100%;
}
.modal_post_date {
	font-size: 3.25vw;
	font-weight: bold;
	letter-spacing: .15em;
	text-indent: .15em;
	text-align: center;
	display: block;
	margin-bottom: 4vw;
	line-height: 1;
}
.modal_post_title_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal_post_title {
	/*font-size: 3.75vw;*/
	font-size: 16px;
	letter-spacing: .05em;
	margin: 0 5.75vw;
	text-align: center;
  color: #fff;
}
.modal_post_title_arrow {
	width: 5vw;
	flex-shrink: 0;
}
.modal_post_text {
	/*font-size: 2.85vw;*/
	font-size: 12px;
	/*letter-spacing: .05em;*/
	margin: 0 7.75vw;
	text-align: justify;
  color: #fff;
}
.modal_post_text a:link, .modal_post_text a:visited {
	color: #ddcc11;
	text-decoration: underline;
}
.modal_post_text a:hover, .modal_post_text a:focus, .modal_post_text a:active {
	text-decoration: none;
}
.modal_post_movie {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.modal_post_movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 640px) {
	.modal_post_title {
		font-size: 24px;
	}
	.modal_post_text {
		font-size: 16px;
		letter-spacing: .02em;
	}
}
