
/*reset----------------------------------------*/
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;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
  font-weight: normal;
}
html {
	height: 100%;
	display: flex;
	flex-direction: column;
}
body {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
 }
html, body {
	min-width: 1280px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
}
a,
button {
	outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.btn {
	transition: 0.5s;
}
.btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity:0.70;
	opacity:0.70;
}
.pc {
	display:block;
}
.sp {
	display:none;
}

@media screen and (max-width:750px) and (orientation: portrait){
html, body {
	min-width:100%;
}
.pc {
	display:none;
}	
.sp {
	display:block;
}
/*link--------------------------------------------*/
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
}
