
#popup1 {
	display: none;
}
#popup2 {
	display: none;
}
#popup3-1 {
	display: none;
}
#popup3-2 {
	display: none;
}
#popup4-1 {
	display: none;
}
#popup4-2 {
	display: none;
}
#popup5 {
	display: none;
}


.overlay1 {
	display: none;
}
.overlay2 {
	display: none;
}
.overlay3-1 {
	display: none;
}
.overlay3-2 {
	display: none;
}
.overlay4-1 {
	display: none;
}
.overlay4-2 {
	display: none;
}
.overlay5 {
	display: none;
}



#popup1:checked + .overlay1 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}
#popup2:checked + .overlay2 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}
#popup3-1:checked + .overlay3-1 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}
#popup3-2:checked + .overlay3-2 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}
#popup4-1:checked + .overlay4-1 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}
#popup4-2:checked + .overlay4-2 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}
#popup5:checked + .overlay5 {
	display: block;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 1s;
}



.window1 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}
.window2 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}
.window3-1 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}
.window3-2 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}
.window4-1 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}
.window4-2 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}
.window5 {
	width: 100%;
	max-width: 98%;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	overflow-y: auto;
	overscroll-behavior-y: none; /* 適用される */
}


.text {
	font-size: 12px;
	margin: 0;
	color: #000000;
}

.close {
	position: fixed;
    top: 12px;
    right: 24px;
    height: 34px;
    width: 52px;
    z-index: 20;
    background-color: rgba(0,0,0,60%);
    color: white;
    font-size: 46px;
    text-align: center;
    padding: 12px 0px;

}

.pup-duty img{
	width: 100%;
}