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

p, a, span, dt, dd, h3, h4, h5, em {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
	transform: rotate(0.03deg);
}

/*ティザー*/

.p-teaser-wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #000;
	z-index: 1;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding: 0 0 60px;
	box-sizing: border-box;
}