@charset "UTF-8";
/* リセット */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

body {
  color: #202020;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, sans-serif;
  /* -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1; */
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  font-weight: normal;
}

p {
  text-align: left;
  font-size: 1.3em;
}

span {
  font-size: 1em;
  _text-align: left;
}

strong {
  font-weight: bold;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 100;
}

a img,
object {
  border-style: none;
  outline: medium none;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

/*　コンテンツ */

body {
	font-family: Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";
	line-height: 1.5;
	font-size: 18px;
}

header,
main {
	width: 950px;
	margin: 0 auto;
}

h2 {
	font-size: 36px;
}

#banner {
	margin-bottom: 60px;
}

#banner #item {
	display: flex;
}

#catch {
	width: 950px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.catch_box {
	width: 302px;
	min-height: 323px;
	margin-bottom: 20px;
	background: #e1cee4;
	border: 1px solid #e1cee4;
}

.catch_box h3 {
	height: 63px;
	padding: 4px;
}

.catch_box img {
	width: 300px;
	height: 260px; 
}

#scene {
	margin-bottom: 60px;	
}

#conponent {
	margin-bottom: 60px;
}

#conponent .detail {
	display: flex;
}

#conponent img {
	width: 400px;
	height: auto;
	margin-right: 30px;
}

#conponent p {
	width: 520px;
	font-size: 21px;
}

#variation {
	margin-bottom: 30px;
}

#ranking {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}

.rank {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	align-items: center;
}

.rank img.ranking_icon {
	width: 114px;
	height: 113px;
	margin-right: 20px;
}

.rank img {
	width: 101px;
	margin-right: 20px;
}

.rank h3 {
	width: 400px;
	font-size: 21px;
}

.rank p {
	font-size: 28.5px;
}

#btn {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: url("../images/btn.png") no-repeat center center;
	margin-bottom: 60px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}