section{
	margin: 0;
	padding: 0;
}
table{
	margin-bottom: 1.5em;
}
body.stop_scroll {
	overflow: hidden;
}
.action-bottom-widget{
	padding: 60px 0;
	margin-top: 140px;
	background-color: #EDE9E2;
}
.branding-page {
	font-size: 1.1rem;
	font-weight: bold;
	font-style: normal;
	
	padding-top: 1px;

	background-image: url('../images/background/02_bg-pc.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: #EDE9E2;
}

.banner {
	height: 22vw;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		vertical-align: middle;
	}
}

.detail-content {
	background: #fff;
	padding: 30px 5.3vw;
	margin: 10px 5.2vw;
	margin-top: 52px;
	
	border-radius: 10px;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #fff, 10px 10px 0px 0px #000;
	
	font-size: 1.3vw;
	line-height: 2vw;
	& img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	& p{
		margin: 0;
		margin-bottom: 16px;
	}
}

.detail-title {
	display: inline-block;
	position: relative;
	bottom: 40px;
	right: 7.9%;
	background-color: #EEEEEE;
	padding: 1.9vw 6.3vw;
	text-align: center;
	border-radius: 10px;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #11C7B2, 10px 10px 0px 0px #000;
	line-height: 0.6vw;
}
.p-left > p{
	text-align: left;
}
.p-center > p{
	text-align: center;
	margin: 0;
	margin-bottom: 16px;
	
}


.img-body{
	justify-content: space-evenly;
	display: flex;
	flex-wrap: wrap;
}
.img-box{
	width: calc(33.3% - 10px);
	padding: 2vw 2vw ;
	text-align: center;
}
.img-base{
	border-radius: 10px;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #4dfa50, 10px 10px 0px 0px #000;
}

#imagebox{
	z-index: 99992;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.87);
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
}

#popup_window{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.87);

	z-index: 1200;
}
#popup_img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	max-width: 100%;
	max-height: 100%;
}
#popup_img_src{
	#object-fit: contain;
	object-position: center;
	max-width: 100vw;
	max-height: 100vh;
	min-width: 48px;
	min-height: 48px;
}
.visible_popup{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s;
}
.hide_popup{
	visibility: hidden;
	opacity: 0;
	transition-property: opacity, visibility;
	transition-delay: 0s, 0.3s;
	transition-duration: 0.3s, 0s;
}

#popup_close_btn {
	position: absolute;
	width: 41px;
	height: 41px;
	background: #858585 no-repeat center center;
	background-size: 21px 21px;
	cursor: pointer;
	transition: background-color ease-in-out 0.2s;
	text-align: center;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 6 12 12m0-12L6 18"/></svg>');
	right: 0;
	&:hover {
		background-color: #a8a8a8;
	}
}

@media only screen and (min-width:761px ) and (max-width: 1024px) {
	.img-box{
		width: calc(50% - 10px);
		padding: 2vw 2vw ;
		text-align: center;
	}
}
@media only screen and (max-width: 760px) {

	.branding-page {
		font-size: 18px;
		line-height: 35px;
		background-image: url('../images/background/02_bg-sp.png');
	}

	.detail-content {
		/*margin: 30vw 5.2vw 1.3vw -2.2vw;*/
		margin: 7vw 5.2vw 1.3vw -2.2vw;
		border: 0.7vw solid #000;
		box-shadow: 1.3vw 1.3vw 0px -0.7vw #fff, 1.3vw 1.3vw 0px 0px #000;
		font-size: 3.15vw;
		line-height: 4.7vw;
	}

	.detail-title {
		padding: 2.9vw 12vw 2.9vw;
		border: 0.7vw solid #000;
		box-shadow: 1.3vw 1.3vw 0px -0.7vw #11C7B2, 1.3vw 1.3vw 0px 0px #000;
		font-size: 3.3vw;
		line-height: 1.6vw;
		-webkit-font-size: 3.3vw;
	}

	.img-box{
		width: calc(100% - 10px);
		padding: 2vw 2vw ;
		text-align: center;
	}

}
