@charset "utf-8";
/*==========================================================================

   browser 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%;
	font: inherit;
	vertical-align: baseline;
}
header, hgroup, footer, section, article, details, menu, nav, aside, figure, figcaption {
	display: block;
}
a, a:focus {
	outline: 0;
}
img, hr {
	border: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}

/*==========================================================================

   base set

==========================================================================*/
body {
	color: #000;
	font: 14px/1 'Lucida Grande',"Hiragino Kaku Gothic ProN","Hiragino Sans",'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	background: #fff;
}

.cochin{
	font-family:"Cochin LT W01 Roman";
}

/* .shippori400{
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
}

.shippori500{
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
} */

.marumaru{
	font-family: 'maru-maru-gothic-clr-stdn', sans-serif;
}

.caflisch{
	font-family:"CaflischScriptW01-Regul";
}

.avenir{
    font-family:"AvenirNextLTW01-Regular";
}

h1,h2,h3,h4{
	font-family: "SkipStd-D";
	letter-spacing: 0.05em;
}

.skip-m, .skip-d {
	letter-spacing: 0.05em;
}

.skip-m {
	font-family: "SkipStd-M";
}

.skip-d {
	font-family: "SkipStd-D";
}



a.globalNav__label {
	padding: 10px 12px !important;
}
a {
	color: #000;
	text-decoration: none;
	transition: color .3s ease, background-color .3s;
}
a:hover {
	color: #ea526b;
}
img {
	vertical-align: bottom;
}
hr {
	width: 58%;
	height: 2px;
	background: #ccc;
	margin: 40px auto;
}
em {
	color: #ea526b;
}
em.is-color01 {
	color: #ae8f6f;
}

/*==========================================================================

   utility style

==========================================================================*/
.cf:after { /* IE8+ */
	content: '';
	display: table;
	clear :both;
}
img.is-flex {
	max-width: 100%;
	height: auto;
}
.hidden-checkbox {
	display: none;
}

/*==========================================================================

   marketing-tag style

==========================================================================*/
.marketing-tag {
	position: absolute; top: 0; height: 1px;
}


