html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font-size: 1.5rem;
}
p {
	margin: 0 0 1em;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.contents {
	max-width: 630px;
	margin: 0 auto;
	padding: 20px;
	background: #f2f2f2;
}
.title {
	margin: 0 0 1em;
	font-weight: bold;
}

.bg-01 {
	margin: 0 0 1em;
	position: relative;
}
.bg-01::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.bg-img-01 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/image01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-02 {
	margin: 0 0 1em;
	position: relative;
	transform: skew(45deg);
}
.bg-02::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.bg-img-02 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/image01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-03 {
	width: 66.67%;
	margin: 0 auto 1em;
	position: relative;
	transform: skew(45deg);
}
.bg-03::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.bg-img-03 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/image01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-04 {
	width: 66.67%;
	margin: 0 auto 1em;
	position: relative;
	transform: skew(45deg);
}
.bg-04::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.bg-img-04 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/image01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: skew(-45deg);
}

.bg-05 {
	width: 66.67%;
	margin: 0 auto 1em;
	position: relative;
	transform: skew(45deg);
	overflow: hidden;
}
.bg-05::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.bg-img-05 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/image01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: skew(-45deg);
}

.bg-06 {
	width: 66.67%;
	margin: 0 auto 1em;
	position: relative;
	transform: skew(45deg);
	overflow: hidden;
}
.bg-06::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.bg-img-06 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/image01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: skew(-45deg) scale(1.5);
}

.copyright {
	text-align: center;
	padding-top: 2em;
	font-size: 14px;
}
