@charset "utf-8";

/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,main,figure,figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}

/* clear */

.clear:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* html
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}

/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #1e1e1e;
	font-family: "Noto Sans Japanese", sans-serif;
}
a {
	color: #e62d8c;
	text-decoration: underline;
}

/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {

	/* html
	----------------------------------------------- */
	
	html {
		height: 100%;
	}

	/* body
	----------------------------------------------- */
	
	body {
		height: 100%;
		background: #f5f5f5 url(../images/background@2x.png);
		background-size: 100px 100px;
		animation: bg 3s linear infinite;
	}

	/* header
	----------------------------------------------- */
	
	#header {
		position: relative;
		width: 800px;
		height: 40px;
	}
	#header h1,
	#header p {
		position: absolute;
		top: 0;
	}
	#header h1 {
		left: 0;
	}
	#header p {
		top: 12px;
		right: 0;
	}

	/* footer
	----------------------------------------------- */

	#footer {
		height: 60px;
		background: #fff;
	}
	#footer .inner {
		margin: auto;
		width: 800px;
	}
	#footer li {
		float: left;
		padding: 20px 0 0;
		width: 50%;
	}
	#footer li:last-child {
		padding: 25px 0 0;
		color: #8e8e8e;
		font-size: 11px;
		font-weight: 500;
		text-align: right;
	}

	/* main
	----------------------------------------------- */
	
	#main {
		margin: 25px 0 0;
		padding: 50px 0 45px;
		width: 800px;
		border-radius: 5px;
		background: #fff;
	}
	#main h2 {
		margin: 0 80px;
		color: #e62d8c;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}
	#main h2 .nowrap {
		display: none;
	}
	#main .message {
		margin: 15px 80px 0;
		font-size: 15px;
		font-weight: 500;
		text-align: justify;
		line-height: 30px;
	}
	#main .en {
		margin: 25px 80px 0;
		padding: 25px 0 0;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		border-top: 1px solid #dcdcdc;
	}
	#main .en em {
		display: inline-block;
		margin: 0 5px 0 0;
		color: #e60082;
		font-weight: 600;
		font-style: normal;
	}

	/* contents
	----------------------------------------------- */

	#contents {
		position: relative;
		min-height: calc(100% - 60px);
	}
	#contents .inner {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -255px 0 0 -400px;
		width: 800px;
	}
	#contents .more {
		margin: 50px 0 0;
		text-align: center;
	}
	#contents .more .button {
		padding: 0;
		width: 200px;
		min-width: 0;
	}

	/* button
	----------------------------------------------- */

	section .more	{
		margin: 50px 0 0;
		font-size: 0;
		text-align: center;
	}
	section .more.columns .left {
		float: left;
		width: 50%;
		text-align: left;
	}
	section .more.columns .right {
		float: right;
		width: 50%;
		text-align: right;
	}
	section .more.columns .button {
		margin: 0;
	}
	
	section .more.right	{
		text-align: right;
	}
	section .more.right .button {
		margin: 0 0 0 10px;
	}
	
	.button,
	.button:hover,
	.button:active {
		display: inline-block;
		margin: 0 25px;
		padding: 0 40px;
		min-width: 300px;
		height: 50px;
		color: #fff !important;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		text-decoration: none !important;
		line-height: 50px;
		border: 0;
		border-radius: 50px;
		box-sizing: border-box;
		outline: none;
		background: #e62d8c;
		cursor: pointer;
		transition: background 0.2s;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.button:hover {
		color: #fff;
		text-decoration: none;
		background: #c80f6e;
	}
	.button i {
		display: inline-block;
		margin: 0 5px 0 0;
	}
	.button.mini {
		padding: 0 25px;
		min-width: 0;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		border-radius: 5px;
	}
	
	/* gray */
	
	.button.gray {
		background-color: #bbbbbb;
	}
	.button.gray:hover {
		background-color: #9d9d9d;
	}

}

/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {

	/* html
	----------------------------------------------- */
	
	html {
		height: 100%;
	}

	/* body
	----------------------------------------------- */
	
	body {
		height: 100%;
		background: #f5f5f5 url(../images/background@2x.png);
		background-size: 50px 50px;
	}

	/* header
	----------------------------------------------- */
	
	#header {
		margin: auto;
		max-width: 640px;
	}
	#header h1 {
		margin: 0 25px;
		text-align: center;
	}
	#header p {
		display: none;
	}

	/* footer
	----------------------------------------------- */

	#footer {
		height: 70px;
		background: #fff;
	}
	#footer .inner {
		margin: auto;
		max-width: 640px;
	}
	#footer ul {
		margin: 0 25px;
	}
	#footer li {
		float: left;
		padding: 25px 0 0;
		width: 50%;
	}
	#footer li:last-child {
		padding: 32px 0 0;
		color: #8e8e8e;
		font-family: Arial;
		font-size: 11px;
		text-align: right;
	}

	/* main
	----------------------------------------------- */
	
	#main {
		margin: 25px 25px 0;
		padding: 25px 0;
		border-radius: 5px;
		background: #fff;
	}
	#main h2 {
		color: #e62d8c;
		font-size: 15px;
		text-align: center;
		line-height: 20px;
	}
	#main .message {
		margin: 20px 25px 0;
		font-size: 15px;
		text-align: justify;
		line-height: 25px;
	}
	#main .en {
		margin: 20px 25px 0;
		padding: 20px 0 0;
		font-size: 15px;
		line-height: 20px;
		border-top: 1px solid #dcdcdc;
	}
	#main .en em {
		display: block;
		color: #e60082;
		font-weight: bold;
		font-style: normal;
	}

	/* contents
	----------------------------------------------- */

	#contents {
		position: relative;
		margin: auto;
		max-width: 640px;
		min-height: calc(100% - 70px);
	}
	#contents .inner {
		padding: 50px 0;
	}
	#contents .more {
		margin: 25px 0 0;
	}

	/* button
	----------------------------------------------- */

	section .more	{
		padding: 10px 0 0;
		font-size: 0;
		text-align: center;
	}
	
	.button,
	.button:hover,
	.button:active {
		display: block;
		margin: 15px auto 0;
		padding: 0 40px;
		width: 270px;
		height: 40px;
		color: #fff !important;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		text-decoration: none !important;
		line-height: 40px;
		border: 0;
		border-radius: 40px;
		box-sizing: border-box;
		outline: none;
		background: #e62d8c;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.button i {
		display: inline-block;
		margin: 0 5px 0 0;
	}
	.button.mini {
		padding: 0 20px;
		min-width: 170px;
		width: auto;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		border-radius: 5px;
	}
	
	/* gray */
	
	.button.gray {
		background-color: #bbbbbb;
	}

}

/* keyframes
----------------------------------------------- */

@keyframes bg {
	100% { background-position: 100px 0; }
}