#pageDetails {
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
}

#backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30 31 49 / 80%);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

#overlay {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pageDetails #pageDetailsFramed {
	position: relative;
	width: auto;
	height: 100%;
	border-radius: 15px;
	margin: 0px auto;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 480px) {
	#pageDetails #pageDetailsFramed {
		width: 100%;
		border-radius: 5px;
	}
}

#pageDetails #pageDetailsFramed img {
	aspect-ratio: 3840 / 2160;
	width: 100%;
	max-height: initial;
	max-width: 1000px;
	border-radius: 10px;
	overflow: hidden;
}

#pageDetails.vertical #pageDetailsFramed img {
	aspect-ratio: 2160 / 3840;
}

#pageDetails.vertical4096 #pageDetailsFramed img {
	aspect-ratio: 1080 / 1920;
}

#pageDetails #pageDetailsFramed p {
	position: absolute;
	color: #fff;
	left: 15px;
	bottom: 15px;
	padding: 0px;
	margin: 0;
	font-family: "Chakra Petch", sans-serif;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	line-height: 1.2;
}

@media only screen and (max-width: 480px) {
	#pageDetails #pageDetailsFramed p {
		font-size: 10px;
		left: 10px;
		bottom: 10px;
	}
}

ul#capturedlists,
ul#capturedlistsSelected {
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
	justify-content: start;
	margin: 30px auto 0;
}

@media only screen and (max-width: 480px) {

	ul#capturedlists,
	ul#capturedlistsSelected {
		justify-content: center;
	}
}

#pageDetailsFramedButtonCheckout,
#pageDetailsFramedButtonCheckoutTrial,
#pageDetailsFramedButtonCheckout_2 {
	top: 75%;
	left: calc(50% - 200px);
	width: 40%;
	color: #000;
	text-decoration: none;
	font-family: times;
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
	display: block;
	max-width: 400px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	max-width: 90%;
}

@media only screen and (max-width: 480px) {

	#pageDetailsFramedButtonCheckout,
	#pageDetailsFramedButtonCheckoutTrial,
	#pageDetailsFramedButtonCheckout_2 {
		top: 60%;
		left: 15%;
		width: 70%;
	}
}

ul#capturedlists li,
ul#capturedlistsSelected li {
	width: 32%;
	position: relative;
	transition: all 0.1s ease;
	user-select: none;
}

@media only screen and (max-width: 480px) {

	ul#capturedlists li,
	ul#capturedlistsSelected li {
		width: 90%;
	}
}

ul#capturedlists li img,
ul#capturedlistsSelected li img {
	position: relative;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	user-select: none;
}

ul#capturedlists li .nocopy:after,
ul#capturedlistsSelected li .nocopy:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 1.0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

ul#capturedlists li:hover,
ul#capturedlistsSelected li:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

ul#capturedlists li:active,
ul#capturedlistsSelected li:active {
	opacity: 0.9;
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}

.checkmark {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	background-color: #f80;
	content: "";
	opacity: 1.0;
	-webkit-transform: scale(1.00);
	transform: scale(1.00);
}

.checkmark:hover {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}

.nocopy:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.2;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.nocopy {
	font-size: 0;
}

#pageDetailsFramedImage {
	font-size: 0;
}

ul#capturedlists li .nocopy:after,
ul#capturedlistsSelected li .nocopy:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.2;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.display_userid {
	font-family: "Chakra Petch", sans-serif;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	opacity: 1.0;
	font-weight: normal;
	margin: 0;
	top: 0;
	user-select: none;
}

@media only screen and (max-width: 480px) {
	.display_userid {
		font-size: 16px;
	}
}

.layout {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#photoController {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	user-select: none;
	flex: 1;
}

#purchaseController {
	display: flex;
	justify-content: center;
	align-items: center;
}

#prevButton {
	cursor: pointer;
	color: transparent;
	width: 100px;
	height: 100px;
	order: -1;
}

#nextButton {
	cursor: pointer;
	color: transparent;
	width: 100px;
	height: 100px;
}


#prevButton:hover,
#nextButton:hover {
	transform: scale(1.01);
}

#prevButton:active,
#nextButton:active {
	opacity: 0.9;
	transform: scale(0.99);
}

@media only screen and (max-height: 480px) {
	.layout {
		gap: 10px;
	}
}


@media only screen and (max-width: 480px) {
	#prevButton {
		position: fixed;
		left: 0;
		order: 0;
	}

	#nextButton {
		position: fixed;
		right: 0;
	}
}

@media only screen and (max-height: 480px) {

	#prevButton {
		position: absolute;
		left: 0;
		order: 0;
	}

	#nextButton {
		position: absolute;
		right: 0;
	}

	#pageDetailsFramedButtonCheckoutTrial {
		display: block;
		width: 240px;
		margin: 0;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
		border-radius: 45px;
	}
}

#pageDetails.vertical #pageDetailsFramed {
	width: 300px !important;
}


.sessionNavigation {
	opacity: 0.7;
	text-align: center;
	font-family: "Chakra Petch", sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 40px;
}

.copyright_detailphoto {
	font-family: "Chakra Petch", sans-serif;
	font-size: 14px;
	line-height: 2.0;
}

.checkbox,
.checkboxDetail {
	display: none;
}

label.checkbox_label {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	content: "";
	/* php */
}

input[type=checkbox]:checked+label.checkbox_label {
	/* php */
}

.album {
	width: 80px;
	padding-left: 10px;
}

.text {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 20px;
}


#fixedfooter {
	z-index: 3;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	padding-bottom: calc(env(safe-area-inset-bottom) - 10px);
	transition: all 0.3s ease;
	transform: translateY(100%);
}

#fixedfooter_goods {
	z-index: 2;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	padding-bottom: calc(env(safe-area-inset-bottom) - 10px);
	transition: all 0.3s ease;
	transform: translateY(100%);
}

#fixedfooter_goods.show {
	transform: translateY(0px);
}


#purchase_goodsController .button a,
#fixedfooter .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	line-height: 1.4;
	padding: 5px;
}

#fixedfooter_goods .button a {
	background: #ffdbb2;
	color: #000;
}

.buttons {
	display: flex;
	gap: 10px;
	width: 100%;
	max-width: 500px;
	align-items: center;
	margin: 10px 0;
	flex-direction: column;
}

.buttons .button {
	width: 100%;
}

.footerButton {
	display: block;
	border-radius: 30px;
	box-shadow: 0px 1px 3px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	flex: 1;
	text-align: center;
	transition: all 0.1s ease;
}

#fixedfooter.show {
	transform: translateY(0px);
}



#addRatingPhotodata {
	display: inline-block;
	text-align: center;

}

#removePhotoData {
	display: inline-block;
	text-align: center;
}

#purchase_goodsController {
	display: flex;
	justify-content: center;
}

.photo-buttons {
	gap: 10px;
	margin: 0px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
}


.display_userid {
	pointer-events: none;
}

#pageDetailsFramedImage {
	cursor: zoom-in;
}

#zoom {
	cursor: zoom-out;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	display: 'block';
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}