.modal-content {

	line-height: 5vh;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	padding: 0;
	margin: 1.2vh 0;
	font-size: 1.8rem;
	letter-spacing: 0.4vh;
	font-weight: 800;


	text-align: center;
	width: 85vw;
	max-width: 500px;

	background-color: white;
	border: solid 4px black;
	display: none
}




.modal-t {
	margin: 0;


}

.modal-t span {
	font-family: myfont;
	display: block;
	line-height: 3vh;
	color: black;
	-webkit-text-stroke: 0.2px black;
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.4vh;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;


}




.modal-t p {
	margin: 0 0 0;
	font-size: 0.9rem;
	text-align: center;
	width: 70vw;
	max-width: 450px;
	display: inline-block
}

p.modal-tt,
span.span,
span.spanjp {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	-webkit-text-stroke: 0.5px black;
	letter-spacing: 0.4vh;
	font-weight: 400;
	font-family: myfont;


}



span.span {
	margin-top: -4vh
}

span.spanjp {
	margin-top: 0
}


.modal-t a {
	display: block;
	margin: 5vh 0;

}



.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	background-color: rgba(255, 255, 255, 0.40);
}

.modal-wrap {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;

}



.modal-open img,
.modal-content img,
.close img {
	width: 17vw;
	max-width: 70px;
	line-height: 100px;
	border-radius: 48%;
	margin: 1vw;
	padding: 0;
	border-style: none;
}



.modal-open:hover,
.close img:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.8s;
	text-decoration-line: none
}


.modal-content a,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none
}

.modal-open:focus a,
.modal-open:focus a:active,
.modal-open:focus a:visited {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-close {
	display: block;
	padding-top: 4vh;
	padding-left: 1vw;

}


.modal-close,
.modal-close:hover {
	cursor: pointer;

}

.arrow-round {
	position: relative;
	display: block;
	width: 50px;
	height: 10px;
	border-radius: 5px;




}

.arrow-round::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 0px;
	display: block;
	width: 27px;
	height: 4px;
	border-radius: 5px;
	background-color: black;
	transform: rotate(45deg);

}

.arrow-round::after {
	content: "";
	position: absolute;
	bottom: 11px;
	right: 0px;
	display: block;
	width: 27px;
	height: 4px;
	border-radius: 5px;
	background-color: black;
	transform: rotate(-45deg);

}

.close label {
	display: inline-block;
	cursor: pointer;
}

.close img {
	display: inline-block;
	cursor: pointer;
}

.close p {
	display: inline-block;
	cursor: pointer;
	padding: 10px 10px;

}


.disp-box {
	left: 0;
	right: 0;

}

.disp-box input[type="checkbox"] {
	display: none;
	height: 0px
}

.disp-box .text {
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	height: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 100;
}

.disp-box input[type="checkbox"]:checked ~ .text {
	height: 280px;
	opacity: 1;

}

@media (min-width: 700px) {
	.disp-box input[type="checkbox"]:checked ~ .text {
		height: 40vw;
	}
}

@media (min-width: 1000px) {
	.disp-box input[type="checkbox"]:checked ~ .text {
		height: 45vh;
	}
}


.waku img {
	border: solid 1px black;
	box-sizing: border-box;
}
