
/* 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, 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, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul ,li{
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;
}
a,a:hover {
color: #000;
text-decoration: none;
}
*{ outline: none; }
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body{
	font-family: 'Cormorant Garamond','Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.font-Notojp{
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-weight: 100;
}
.font-Notojp{
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-weight: 100;
}

@font-face {
font-family: 'CG01';
src: url('https://ricardojp.itembox.design/item/css/fonts/CormorantGaramond/CormorantGaramond-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'CG01_ita';
src: url('https://ricardojp.itembox.design/item/css/fonts/CormorantGaramond/CormorantGaramond-Italic.ttf') format('truetype');
}

/*___________________

	footer
___________________*/
.footer{
	width: 100%;
	background-color: #f5f5f5;
}
#pgtop{
	display: none;
}

/*___________________

	inner
___________________*/
.inner{
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1306px) and (min-width: 641px){
	.inner{ padding: 0 30px; }
}

@media screen and (max-width: 640px){
	.inner{ padding: 0 4vw; }
}

/*___________________

	pg_top
___________________*/

.pg_top{
	z-index: 4;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	margin-bottom: 10px;
}
.pg_top a{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 0.8;
	letter-spacing: 0.06em;
	text-decoration: none;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.pg_top a:after{
	vertical-align: top;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3.5px 7px 3.5px;
	border-color: transparent transparent #231815 transparent;
	margin: 2px 0 0 11px;
}
@media screen and (max-width: 768px){
	.pg_top{
		position: fixed;
		right: 0;
		bottom: 10px;
		padding: 0;
	}
	.pg_top a{
		font-size: 0;
		background: url('../images/btn_pgtop.png') 0 0 no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
	}
	.pg_top a:after{ display: none; }
}
