@charset "utf-8";

/* CSS for all */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, img, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: linear-gradient(#fdf9ed,#fef7e5 200px,#ffedc5 400px);
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #3e1f0f;
}

a,a:link{color:#E31262;text-decoration:none;}
a:hover{color:#E31262;text-decoration:underline;}

img{border:none;}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/*-----FONT=SETS-----*/
h1,h2,h3{margin:0;padding:0;}
h1 {font-size:130%;}
h2 {font-size:116%;}
h3 {font-size:100%;}
.T-L,.WRAPPER{text-align:left;}
.T-R{text-align:right;}
.T-C{text-align:center;}
.TXT01 {line-height:300px;overflow:hidden;display:block;}
.TXT02{font-weight:normal;}
.TXT03{line-height:20px;}
.TXT04 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
}
.RED01{color:#cc0000;}
.GR01{color:#338000;}
.F14{font-size:14px;}

/*-----OTHER-----*/
p,pre,dl,dt,dd{margin:0;padding:0;}
p, dl, dt, dd, ol, ul, li {
	line-height: 1.6;
}
pre {white-space:nowrap;}
address{display:block;font-style: normal;}
.Fleft{float:left;}
.Fright{float:right;}
.CL01{clear:both;}
.CL02{clear:both;font-size:0px;line-height:0px;}
.BLK {display:block;}

/*-----MARGIN=PADDING＝SETS-----*/
.M-b5{margin:0px 0px 5px 0px;}
.M-b10{margin:0px 0px 10px 0px;}
.M-b15{margin:0px 0px 15px 0px;}
.M-b20{margin:0px 0px 20px 0px;}
.M-t10{margin:10px 0px 0px 0px;}
.M-t20{margin:20px 0px 0px 0px;}
.M-t15{margin:15px 0px 0px 0px;}
.M-t5{margin:5px 0px 0px 0px;}
.M-l10{margin:0px 0px 0px 10px;}
.M-r10{margin:0px 10px 0px 0px;}
.M-r20{margin:0px 20px 0px 0px;}
.M-r5{margin:0px 5px 0px 0px;}
.P-5{padding:5px;}
.P-10{padding:10px;}
.P-t10{padding:10px 0px 0px 0px;}
.P-t5{padding:5px 0px 0px 0px;}
.P-b20{padding:0px 0px 20px 0px;}
.P-b10{padding:0px 0px 10px 0px;}
.P-b5{padding:0px 0px 5px 0px;}
.P-lr10{padding:0px 10px 0px 10px;}
.P-r5{padding:0px 5px 0px 0px;}

/*-----CLEARFIX-----*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}





/*================================
基本設定
================================*/
html {
	overflow-y: scroll;
}
body {
	overflow: hidden;
}
@media (max-width: 834px) {
	* {
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

/*================================
〇-none系
================================*/
@media screen and (min-width: 835px) {
	.pc-none {
		display: none !important;
	}
}
@media (max-width: 834px) and (min-width: 668px) {
	.tab-none {
		display: none !important;
	}
}
@media (max-width: 667px) {
	.sp-none {
		display: none !important;
	}
}