@charset "utf-8";
/* Normalize CSS */
* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden] {
	display: none;
}
a {
	text-decoration: none;
	background-color: transparent;
	outline: none;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*-------------------------
	PC
--------------------------*/
body {
	position: relative;
	min-width: 1000px;
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 0;
	font-weight: 400;
	color: #333;
	overflow-x: hidden;
}
body::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	content: '';
	background: #f5f5f5;
}
main {
	width: 720px;
	margin: 0 auto;
	padding: 0 20px;
}
h1 {
	margin-bottom: 50px;
}
.mv {
	position: relative;
	padding: 50px 0;
}
.mv img {
	width: 100%;
}
.contents {
	position: relative;
	padding-bottom: 176px;
}
.contents::before {
	display: block;
	position: absolute;
	bottom: 80px;
	left: calc(50% - 157px);
	width: 315px;
	height: 32px;
	content: '';
	background: url(../img/foot.png) no-repeat center/315px 32px;
}
.contents p {
	margin-bottom: 20px;
	font-size: 16px;
}
.contents a {
	text-decoration: underline;
}
.contents .photo {
	display: block;
	max-width: 100%;
	margin: 50px auto;
}
.contents .memo {
	margin: -38px 0 50px 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.contents small {
	font-size: 12px;
	color: #666;
}
.contents .divider {
	margin: 40px 0;
	text-align: center;
}
.backnumber {
	margin-top: 40px;
	font-size: 16px;
}
.backnumber ul {
	margin-top: 4px;
}
.backnumber li {
	display: inline-block;
	margin: 6px 30px 0 0;
}
footer {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #999;
	border-top: 1px solid #bebebe;
}
/* SNS */
.sns {
	display: block;
	position: fixed;
	bottom: 80px;
	right: calc(0% - 60px);
	width: 60px;
	transition: all 0.3s ease;
}
.fixed {
	right: 2%;
}
.sns li {
	margin-top: 20px;
}
.sns li a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 42px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border-radius: 5px;
}
.sns-fb {
	background: #1877f2 url(../img/facebook.png) no-repeat center 10px/24px 24px;
}
.sns-tw {
	background: #1da1f3 url(../img/twitter.png) no-repeat center 10px/30px 24px;
}
.sns-ln {
	background: #00b900 url(../img/line.png) no-repeat center 4px/36px 36px;
}
.back-home {
	margin-top: 50px;
	background: #ccc url(../img/home.png) no-repeat center 12px/27px 22px;
}
.back-top {
	background: #ccc url(../img/top.png) no-repeat center 16px/17px 10px;
}

/* -----------------------
	SP
----------------------- */
@media screen and (max-width: 767px) {
body {
	min-width: auto;
	overflow-x: auto;
}
body::before {
	height: 260px;
}
h1 {
	margin-bottom: 20px;
}
main {
	width: 100%;
	padding: 0 4%;
}
.mv {
	padding: 20px 0;
}
.contents {
	padding-bottom: 120px;
}
.contents::before {
	bottom: 60px;
	left: calc(50% - 150px);
	width: 300px;
	height: 31px;
	background: url(../img/foot.png) no-repeat center/300px 31px;
}
.contents p {
	line-height: 200%;
	margin-bottom: 26px;
	font-size: 15px;
}
.contents .photo {
	margin: 30px auto;
}
.contents .memo {
	margin: -28px 0 30px 0;
	font-size: 11px;
}
.contents .divider {
	margin: 30px 0;
}
.backnumber {
	font-size: 15px;
}
footer {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
footer {
	padding-bottom: 80px;
}
/* SNS */
.sns {
	bottom: -40px;
	right: auto;
	width: 100%;
	height: 40px;
}
.fixed {
	bottom: 0;
	right: auto;
}
.sns li {
	display: inline-block;
	margin: 0;
	width: 25%;
}
.sns li a {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	border-radius: 0;
}
.sns-fb {
	background: #1877f2 url(../img/facebook.png) no-repeat center/24px 24px;
}
.sns-tw {
	background: #1da1f3 url(../img/twitter.png) no-repeat center/30px 24px;
}
.sns-ln {
	background: #00b900 url(../img/line.png) no-repeat center/36px 36px;
}
.back-home {
	background: #ccc url(../img/home.png) no-repeat center/27px 22px;
}
.sns .back-top {
	display: none;
}
}