@charset "utf-8";
/* CSS Document */


  /* photoe */
.photoe{
	position: relative;
	overflow: visible;
}
.photoe .pagetitle{
	position: relative;
	width: 100%;
  height: clamp(200px, 36vw, 300px);
}

.photoe .pagetitle .bg_img_wrap2{
	position: relative;
	overflow: hidden;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}