@charset "utf-8";

/*
Common CSS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body,
input,
textarea {
	font-size: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
	color: #000;
	background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.shohin img {
	width: 100%;
}
a {
	color: #3366ff;
	text-decoration: underline;
}
a img {
    backface-visibility: hidden;
	transition: 0.3s;	
}
a:hover {
	color: #3366ff;
	text-decoration: none;
}
a:hover img {
	opacity:0.7;
}
hr {
	display: none;
}
p {
	margin-bottom: 15px;
	line-height: 1.5;
}
strong {
	font-weight: bold;
}
.attention {
	color: #F00;
}
.pc {
	display: block;
}
.sp {
	display: none;
}


/*
ClearFix
*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
#container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	background: url(../img/bg_body.png) rgb(235,207,142);
	background: url(../img/bg_body.png),-moz-linear-gradient(left,  rgba(235,207,142,1) 0%, rgba(243,218,149,1) 25%, rgba(240,216,147,1) 50%, rgba(233,206,133,1) 75%, rgba(226,197,122,1) 100%);
	background: url(../img/bg_body.png), linear-gradient(to right,  rgba(235,207,142,1) 0%,rgba(243,218,149,1) 25%,rgba(240,216,147,1) 50%,rgba(233,206,133,1) 75%,rgba(226,197,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebcf8e', endColorstr='#e2c57a',GradientType=1 );
	background-position: center bottom;
	background-repeat: no-repeat;

	background-size: contain;
	margin: 0 auto;
}
h1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 76.4%;
	margin: 0;
	padding: 0;
	z-index: 3;
}


/*
dainidan
*/
#dainidan {
	background: #fff;
	padding-bottom: 40px;
}
#dainidan h1 {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
#read_dainidan01 {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: -2.5% 0 0;
	z-index: 2;
}
#cap_dainidan {
	font-size: 16px;
	text-align: center;
	margin: 0 0 30px;
}
.shohin {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.shohin p {
	margin: 0;
	width: 50%;
}
.btnlist {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5% 0;
}
.btn {
	background: #fff;
	padding: 5px;
	width: 75%;
	margin: 0 auto 25px;
	text-align: center;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.last {
	margin: 0 auto 15px;
}
.btnbox {
	padding: 12px 10px 5px;
	border: 1px solid #999;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(153,153,153,1) 100%);

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btnbox p {
	width: 69%;
	margin: 0 auto;
	text-align: center;

	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#read_dainidan02 {
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	margin: 70px 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}
#read_dainidan02 span {
	letter-spacing: -10px;
}


/*
daiichi
*/
#daiichi {
	position: relative;
}


/*
header
*/
header {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 835px;
	background: url(../img/bg_header.png) center top no-repeat;
	background-size: contain;
	z-index: 1;
	padding-top: 25px;
}
#branding {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#branding p#logo {
	width: 28.9%;
	margin: 0 0 15% 10px;
}
#branding p#read_home {
	width: 58.4%;
	margin: 0;
}



/*
main
*/
#main {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: -300px auto 0;
	z-index: 3;
}


/*
content
*/
#content {
	width: 100%;
	margin: 0;
}
#content p {
	color: #000;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}
#content p#price {
	width: 30.9%;
	margin: 0 0 5%;
	padding-top: 3%;
}
#content p.shosai {
	width: 330px;
	color: #fff;
}



/*
footer
*/
footer {
	width: 100%;
	background: #000;
}
p#company {
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding-top: 105px;
}
footer p#copyright {
	color: #fff;
	font-family: Arial, "メイリオ", "ＭＳ Ｐゴシック";

	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 15px 0;
}




/*
smartphone
*/
@media only screen and (max-width: 1015px) {
	
	#content,
	#branding,
	.btnlist,
	#read_dainidan01,
	#read_dainidan02,
	#cap_dainidan {
		padding: 0 3.2%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.btnlist {
		padding: 5% 3.2%;
	}
}
@media only screen and (max-width: 767px) {
	body {
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	
	/*
	dainidan
	*/
	#dainidan {
	}
	#read_dainidan01 {
		font-size: 30px;
		margin: 10px 0 0;
	}
	#cap_dainidan {
		font-size: 14px;
	}
	.shohin {
		flex-wrap: wrap;
	}
	.shohin p {
		margin: 0 auto;
		width: 100%;
	}
	#read_dainidan02 {
		font-size: 24px;
	}	
	#read_dainidan02 span {
		letter-spacing: -5px;
	}
	


	/*
	header
	*/
	header {
		height: auto;
		z-index: 1;
		padding: 0;
		margin-bottom: 15px;
	}
	#branding {
		padding: 0;
	}
	#branding h1 {
		position: static;
		width: 99%;
		margin: 0 0 20px auto;
		text-align: right;
	}
	#branding p#read_home {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0 3.2%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


	
	/*
	main
	*/
	#main {
		margin: 0 auto;
	}


	/*
	content
	*/
	#content p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#content p#price {
		width: 60%;
		margin: 0 0 5%;
		padding-top: 1%;
	}
	#content p.shosai {
		width: auto;
	}
	#content p.shosai.last {
		margin: 0 0 10px;
	}


	/*
	footer
	*/
	footer {
		padding: 0 3.2%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.btn {
		width: 100%;
		margin: 0 auto 15px;
	}
	.btnbox {
	}
	.btnbox p {
		width: 80%;
	}
	p#company {
		font-size: 14px;
	}
	footer p#copyright {
		font-size: 12px;
	}

}
