@charset "UTF-8";
@import url(reset.css);

* html body {
	background: url(null) fixed;
}
html, body {
	width: 100%;
}
html {
	overflow-x: hidden;
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 1.6rem;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
*:focus {
	outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.6s;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.4s;
}
a img:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s;
}

.pcnone {
	display: none;
}
@media screen and (max-width:780px) {
	.pcnone {
		display: block;
	}
	.spnone {
		display: none;
	}
}



/*------------------------------------------
	header
-------------------------------------------*/
header {
	width: 100%;
	height: 80px;
}
header .head_box {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1200px;
	width: 90%;
	height: 80px;
}
header .head_box h1 {
	max-width: 430px;
	width: 100%;
	height: auto;
}

/*------------------------------------------
	firstview
-------------------------------------------*/
.firstview {
	width: 100%;
	height: auto;
}
.firstview img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*------------------------------------------
main
-------------------------------------------*/
main {
	margin: 0 auto 90px;
	padding-top: 80px;
	max-width: 1200px;
	width: 90%;
	height: auto;
}

@media screen and (max-width:780px) {
	main {
		margin: 0 auto 50px;
		padding-top: 20px;
		max-width: 1200px;
		width: 90%;
		height: auto;
	}
}


/*------------------------------------------
もっと見るボタン
-------------------------------------------*/
main p {
	text-align: center;
}
main .due_date {
	margin-bottom: 40px;
}
@media screen and (max-width:780px) {
	main .due_date {
		margin-bottom: 20px;
	}
}

/*------------------------------------------
トップページ
-------------------------------------------*/
