@charset "UTF-8";

/*!
------------------------------------------------------
Copyright 2016  Yutaro Yoshizawa. All rights reserved.
------------------------------------------------------
*/

/*-- Reset --*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, span, a, address, th, td, label, li {max-height: 100%;}

html body {
	color: #412D1E;
	font-family: "Helvetica Neue", "Hiragino Sans", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Roboto", "Droid Sans", "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 27px;
	line-height: 2.7rem;
}

.ta-c { text-align: center; }
.ta-r { text-align: right; }

/*-- Header --*/
header {
	width: 100%;
	height: 60px;
	background-color: #412D1E;
	background-image: url(../img/pattern.png);
}

#logo {
	width: 240px;
	height: 60px;
	margin-left: 10%;
	padding: 20px;
	background-color: #412D1E;
}

/*-- Main content --*/
#main-content {
	background-color: #F8F8F8;
}

#header-graphic {
	width: 100%;
	height: 600px;
	padding-top: 50px;
	background-color: #FFF;
	background-image: url(../img/nature.jpg);
	background-size: cover;
}

#header-graphic h1 {
	margin-left: 10%;
	font-family: "Times New Roman", serif;
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: 400;
	line-height: 60px;
	line-height: 6.0rem;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF, 0 0 25px #FFF, 0 0 30px #FFF;
}

#header-graphic h2 {
	margin-left: 10%;
	font-family: "Times New Roman", serif;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 400;
	line-height: 80px;
	line-height: 8.0rem;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF, 0 0 25px #FFF, 0 0 30px #FFF;
}

#header-graphic a {
	display: block;
	width: 400px;
	height: 80px;
	margin-top: 200px;
	margin-left: 10%;
	padding-left: 130px;
	color: #FFF;
	font-family: "Times New Roman", serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 80px;
	line-height: 8.0rem;
	text-decoration: none;
	background-color: #412D1E;
	background-image: url(../img/subscribe.png);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	box-sizing: border-box;
}

#about {
	display: -webkit-flex;
	display: flex;
	width: 768px;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

#author {
	width: 190px;
}

#author img {
	width: 190px;
	height: 280px;
	border: 10px solid #FFF;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}

#author h1 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
}

#author h2 {
	font-size: 12px;
	font-weight: 400;
	font-size: 1.2rem;
	text-align: center;
}

#author h2 #name {
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}

#description {
	width: 520px;
}

/*-- Subscribe --*/
#subscribe {
	padding-bottom: 50px;
}

#subscribe h1 {
	position: relative;
	width: 100%;
	height: 60px;
	color: #FFF;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 60px;
	line-height: 6.0rem;
	text-align: center;
	background-color: #412D1E;
}

#subscribe h1::after {
	content: '';
	position: relative;
	top: 68px;
	left: -310px;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 25px solid #412D1E;
}

#privacy-policy {
	width: 600px;
	height: 300px;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid #C6AE85;
	border-radius: 4px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#privacy-policy h2 {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 60px;
	line-height: 6.0rem;
	text-align: center;
}

#privacy-policy p {
	width: 530px;
	margin: 0 auto;
	color: #666;
}

form {
	width: 480px;
	margin: 30px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

label {
	display: block;
	cursor: pointer;
}

input[type="email"] {
	width: 480px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 20px;
	border: 2px solid #412D1E;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 4px;
	box-sizing: border-box;
	outline: 0;
}

input[type="e-mail"]:focus {
	border: 2px solid #C6AE85;
}

button {
	width: 480px;
	height: 80px;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	background-color: #E94C3D;
	border-radius: 4px;
	cursor: pointer;
}

button:hover {
	background-color: #ED5D4B;
}

button div {
	width: 470px;
	height: 70px;
	margin: auto;
	padding-left: 40px;
	border: 2px solid #FFF;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 70px;
	background-image: url(../img/icon-envelope.png);
	background-position: 160px 50%;
	background-repeat: no-repeat;
	border-radius: 2px;
}

/* Unsubscribe */
#unsubscribe {
	padding: 100px 0;
}

#unsubscribe h1 {
	width: 100%;
	height: 60px;
	color: #412D1E;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 60px;
	line-height: 6.0rem;
	text-align: center;
}

/*-- Footer --*/
footer {
	width: 100%;
	height: 100px;
	padding: 0 10%;
	background-color: #412D1E;
	background-image: url(../img/pattern.png);
	background-position: top center;
	background-repeat: repeat-x;
}

footer p {
	margin-top: 70px;
	color: #C6AE85;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 22px;
	float: left;
}

#copyright {
	font-size: 11px;
	font-size: 1.1rem;
	float: right;
}
