@charset "UTF-8";
/* CSS Document */

/***
* common.css
*/

/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
main,
footer,
header,
hgroup,
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;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
a:focus,
button:focus {
	outline: none;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

sup,
sub {
	line-height: 1;
	position: relative;
}

small {
	font-size: 72.5%;
}

/* utility */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearBoth {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.anti {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.transition {
	transition-duration: 0.5s;
}

::-moz-selection {
	opacity: 0.1;
	background: #eee;
}
::selection {
	opacity: 0.1;
	background: #eee;
}

sup {
	font-size: 68.75%;
}

a {
	color: #303030;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	width: 100%;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
}

.mbNone {
	margin-bottom: 0 !important;
}

@font-face {
	font-family: "CircularXXWeb-Medium";
	src: url("../../../_common/fnt/CircularXXWeb-Medium.woff") format("woff");
}

@font-face {
	font-family: "CircularXXWeb-Medium";
	src: url("../../../_common/fnt/CircularXXWeb-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "CircularXXWeb-Bold";
	src: url("../../../_common/fnt/CircularXXWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: "CircularXXWeb-Bold";
	src: url("../../../_common/fnt/CircularXXWeb-Bold.woff2") format("woff2");
}

.jp {
	font-feature-settings: "palt" 1;
}

/***
* common
*/

html {
	height: 100%;
	margin: 0;
	font-family: "CircularXXWeb-Medium", "CezannePro-DB", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W8", Meiryo, "sans-serif";
	font-weight: 500;
	color: #303030;
}

.num {
	font-family: "HelveticaNeueLTPro", sans-serif;
	font-weight: 500;
}

.ciB {
	font-family: "CircularXXWeb-Bold", sans-serif;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	letter-spacing: -0.02em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fade_off {
	visibility: hidden;
	opacity: 0;
	transition-duration: 1s;
}

.fade_on {
	visibility: visible;
	opacity: 1;
	transition-duration: 1s;
}
