#Contents .img_area .sub {
	width: calc( 100% / 5 );
}



/*  .detail  */
#Contents section {
	display: block;
	padding: 30px 1rem 100px;
}
#Contents section .description {
	display: block;
	width: 100%;
	padding-right: 0;
}
#Contents section .text_sp {
	display: block;
}
#Contents section .text_sp p {
	margin-top: 0;
}
#Contents section .spec {
	width: 100%;
	margin-top: 50px;
	padding: 1em 0 0;
	border-top: solid 1px black;
	border-left: none;
}

/*  .popup  */
#Popup .popup.article {
	padding: 74px 1rem;
}
#Popup .popup.article .caption {
	bottom: 74px;
	width: calc( 100% - 2rem );
}
#Popup .popup.article .wrap_btn .close {
	top: 1rem;
	right: 1rem;
}
#Popup .popup.article .wrap_btn .back {
	top: auto;
	bottom: 1rem;
	left: 1rem;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
#Popup .popup.article .wrap_btn .next {
	top: auto;
	bottom: 1rem;
	right: 1rem;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

