@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* FONTS 
font-family: "Roboto Condensed", sans-serif;
font-family: "Playfair Display", serif;
font-family: "Shippori Mincho", serif;
*/

/* MATERIALS */

a:link{
	color:#444;
	text-decoration:none;
}

a:visited{
	color:#444;
	text-decoration:none;
}

a:hover{
	color:#656565;
	text-decoration:none;
}

a:active{
	color:#656565;
	text-decoration:none;
}

a.btn_more{
	display:inline-block;
	padding:0.8em 4em 1em;
	font-size:14px;
	line-height:1;
	color:#fff;
	background-color:#000;
	background-image:url("../img/interface/ico_arrow01.png");
	background-repeat:no-repeat;
	background-size:8px;
	background-position:left 20px center;
	text-decoration:none !important;
}

a.btn_more:hover{
	transition-duration: 0.2s;
	opacity: 0.7;
}

a.btn_more_wh{
	padding:0.8em 4em 1em;
	font-size:14px;
	line-height:1;
	background-color:#fff;
	background-image:url("../img/interface/ico_arrow04.png");
	background-repeat:no-repeat;
	background-size:8px;
	background-position:left 20px center;
}

a.btn_more_wh:hover{
	transition-duration: 0.2s;
	opacity: 0.8;
}

a.btn_more_gray{
	display:inline-block;
	padding:0.8em 4em 1em;
	font-size:14px;
	line-height:1;
	color:#fff;
	background-color:#555;
	background-image:url("../img/interface/ico_arrow01.png");
	background-repeat:no-repeat;
	background-size:8px;
	background-position:left 20px center;
}

a.btn_more_gray:hover{
	transition-duration: 0.2s;
	opacity: 0.8;
}


@media only screen and (max-width:1000px){
	a.btn_more{
		padding:0.8em 3em 1em;
	}
}

@media only screen and (max-width:767px){
	a.btn_more{
		font-size:3.3vw;
	}
	a.btn_more_wh{
		font-size:3.3vw;
	}
	a.btn_more_gray{
		font-size:3.3vw;
	}
}

/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:"Noto Sans JP", sans-serif;
}


