@charset "utf-8";
/*----------------------------------------------------
	ベース・共通パーツ
----------------------------------------------------*/
.pane-main {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
	color: #1A1A1A;
}
#mainvisual {
	height: 900px;
}
.pane-main .ttl {
	font-size: 30px;
}
#E_96rank .ttl,
#E_96new .ttl {
	margin: 0 0 40px;
}
/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/
/*  feature（キャンペーン・特集）
------------------------------------ */
.feature {
	margin: 0 0 50px;
}
.feature ul {
	margin: 20px 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature ul li {
	margin: 20px 0 0;
}
/*  promise（8つのお約束）
------------------------------------ */
#promise {
	padding: 80px 0 50px;
	background-image: url("../img/common/pattern_02.jpg");
}
#promise ul {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 40px auto 0;
	padding: 0 25px;
}
#promise ul li {
	background-color: rgba(228,186,179,0.4);
	width: 245px;
	margin: 15px 0 0;	
	padding: 15px 10px 25px;
	color: #fff;
	text-align: center;	
}
#promise ul li h2 {
	margin: 0 0 10px;
}
#promise ul li h3 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 28px;
}
#promise ul li h3::after {
	display: block;
	margin: 10px auto 0;
	width: 52px;
	background-color: #fff;
	height: 1px;
	content: '';
}
#promise ul li p {
	font-size: 14px;
	line-height: 24px;
}
/*  quality（究極馬刺しクオリティ）
------------------------------------ */
#quality {
	background: url("../img/top/quality_bg.jpg") center center / cover no-repeat;
	padding: 70px 0 ;	
	text-align: center;
}
#quality .into h3 {
	margin: 45px 0 70px;
}
#quality .into h4 {
	font-size: 30px;
	line-height: 1;
	color: #ceb16c;
	margin: 0 0 20px;
}
#quality .into p {
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	margin: 0 0 40px;
}
#quality .sqf {
	width: 780px;
	margin: auto;
	padding: 40px 0;
	background-color: #fff;
}
#quality .sqf h3 {
	margin: 0 0 24px;
}
#quality .sqf h4 {
	margin: 0 0 20px;
}
#quality .sqf p {
	font-size: 19px;
	line-height: 1.7;
}
/*  beginner（はじめての方へ）
------------------------------------ */
#beginner {
	padding: 150px 0 0;
	height: 2400px;
	box-sizing: border-box;
	background-image: url("../img/top/beginner_bg01.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#beginner .inn {
	width: 1100px;
	height: 1416px;
	margin: auto;
	position: relative;
}
#beginner .inn .text {
	margin: 330px 0 0 auto;
	width: 570px;
}
#beginner .inn .text h3 {
	font-size: 30px;
	line-height: 46px;
	margin: 0 0 15px;
}
#beginner .inn .text p {
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
}
#beginner .inn .pict {
	position: absolute;
}
#beginner .inn .pict.p01 {
	top: 185px;
	left: -408px;
}
#beginner .inn .pict.p02 {
	top: 790px;
	right: -348px;
}
#beginner .inn .pict.p03 {
	top: 990px;
	left: -160px;
}
#beginner .inn_snd {
	width: 1100px;
	margin: 0 auto;
	padding: 70px 0 0;
	text-align: center;
}
#beginner .inn_snd .text {
	font-size: 20px;
	line-height: 35px;
	margin: 30px 0 0;
	color: #fff;
}
#beginner .eiyou_table {
	margin: 45px auto 0;
	width: 1100px;
}
#beginner .eiyou_table dl {
	display: flex;
	margin:auto;
	width: 1100px;
	justify-content: space-between;
}
#beginner .eiyou_table dl dd {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}
#beginner .eiyou_table dl dd:last-of-type {
	border-right: none;
}
#beginner .eiyou_table dl:first-of-type dd,
#beginner .eiyou_table dl dd:first-of-type {
	justify-content: center;
}
#beginner .eiyou_table dl:first-of-type dd {
	padding: 0;
}
#beginner .eiyou_table dl:last-of-type dd {
	border-bottom: none;
}
#beginner .eiyou_table dl:nth-of-type(2) dd {
	color: #cdb06c;
}
#beginner .eiyou_table p {
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin: 26px 0 0;
	line-height: 1;
}
/*  media（メディア掲載情報）
------------------------------------ */
#media{
	padding: 80px 0 60px;
	background-image: url("../img/common/pattern_03.jpg");
}
#media .inn ul {
	width: 1100px;
	margin: 40px auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#media .inn ul li {
	width: 188px;
}
#media .inn ul li .date {
	font-size: 14px;
	line-height: 1;
	margin: 10px 0 6px;
}
#media .inn ul li p {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
#media .inn .btn {
	width: 460px;
	margin: auto;
}
#media .inn .btn a {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #701318;
	transition: 0.4s;
	text-decoration: none;
	line-height: 1;
	padding: 20px 0;
	font-size: 18px;
	background-image: url("../img/top/btn_icon.png");
	background-position: right 64px center;
	background-repeat: no-repeat;
}
#media .inn .btn a:hover {
	background-color: #ceb16c;
	transition: 0.4s;
}