@charset "UTF-8";
* {
box-sizing: border-box;
}
body {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", 
"YuGothic", sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
color: #333;
background-color: #333;
background-attachment: fixed;
user-select: none;
}

.rise {
	background-image: url(../top-images/mhrise.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1900;
}

.sunbreak {
	background-image: url(../top-images/MHRSB.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.stories2 {
	background-image: url(../top-images/mhst2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.riders {
	background-image: url(../top-images/mhriders.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.world {
	background-image: url(../top-images/mhw.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.worldice {
	background-image: url(../top-images/mhwi.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

a {
	text-decoration: none;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	background-color: rgba(23,26,15,0.8);
	}

.header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	}
	.header-logo {
		padding-top: 10px;
	width: 100%;
	}
	.header-logo img {
	width: 200px;
	height: auto;
	}
	.navigation-main {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 20px;
	}
	.navigation-main ul {
	display: flex;
	justify-content: space-between;
	}
	.navigation-main ul li {
	font-size: 14px;
	font-weight: bold;
	}
	.navigation-main ul li a {
	text-decoration: none;
	color: #d1d6c0;
	transition: 0.3s;
	}
	.navigation-main ul li a:hover {
	color: #fed272;
	}
	hr {
		height: 10px;
		border: 0;
		box-shadow: 0 10px 10px -10px #8c8b8b inset;
	}
.footer {
	text-align: center;
	width: 100%;
	background-color: rgb(0, 0, 0);
}

.footer small {
	font-size: 8px;
	font-weight: bold;
	color: #d1d6c0;
	letter-spacing: 2px;
}

.footer small a {
	font-size: 8px;
	font-weight: bold;
	color: #d1d6c0;
	letter-spacing: 2px;
}

.movie {
	text-align: center;
}

.start h2 {
	text-align: center;
	font-size: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
	letter-spacing: 4px;
}

.field {
	text-align: center;
}

.field h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 24px;
	color: #d1d6c0;
}

.field p {
	font-size: 20px;
	color: #d1d6c0;
}

.field img {
	padding-top: 20px;
	width: 1000px;
}

.story {
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	color: #d1d6c0;
}

.story h3 {
	padding-top: 10px;
}

.story p {
	padding-top: 10px;
}

.story h3 {
	padding-bottom: 10px;
}

.story img {
	text-align: center;
	width: 1000px;
}

.story img[src="top-images/mhst2-cha-all.jpg"] {
	width: 800px;
	padding-bottom: 20px;
}

.text h2 {
	font-size: 24px;
	color: #d1d6c0;
	font: bold;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.monster {
	padding-top: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.monster img{
	width: 600px;
}

.text-box h2 {
	text-align: left;
}

.text-box {
	text-align: left;
	width: 460px;
	padding-top: 200px;
	padding-left: 40px;
	font-size: 16px;
	color: #d1d6c0;
	margin: 10px;
}

.text-box-name {
	text-align: left;
	width: 460px;
	padding-top: 60px;
	font-size: 16px;
	color: #d1d6c0;
	margin: 10px;
}

.main {
	text-align: center;
	background-color: #6d4c05;
	height: 28px;
	width: 300px;
	margin-top: 42px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 42px;
	border-radius: 10px;
}

.main h3 {
	padding-top: 2px;
	text-align: center;
	height: center;
	font-size: 24px;
	color: #d1d6c0;
}

.character {
	padding-top: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.character-rider {
	padding-top: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.character img{
	width: 400px;
}

.character-rider img{
	width: 400px;
}

.character img[src="top-images/mhs-cha02.png"] {
	width: 280px;
	padding-right: 60px;
}

.character img[src="top-images/mhs-cha04.png"] {
	width: 600px;
}

.character img[src="top-images/mhwi-mon04.png"] {
	width: 700px;
}