@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');



/*
 name:reset.css
 updated:2012.05.08
*/

@media all{

/* Tag Reset　(※ 基本は変更しない ※)
---------------------------------------------------*/

/* Base:YUI 3.4.1 (build 4118)
http://yuilibrary.com/license/ */

html {
	color:#000;
	background-color:transparent;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,
dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:''
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}

input,textarea,select {
	*font-size:100%;
}

legend{color:#000;}


/* FontSize Reset　(※ 基本は変更しない ※)
---------------------------------------------------*/

body {
	font: 15px/1.5 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
}

/* tableへのfont-size継承 */
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5、6(後方互換モード)向け */
}

/* 独自のタグでIE縮小表示を防ぐ */
pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

/* config (案件によって変更)
---------------------------------------------------*/

/* 構造の設定 */

body {
	color: #000000;
	font-family: "ヒラギノ角ゴ ProN W3", 'メイリオ', "Meiryo", "MS PGothic","ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	line-height: 30px;
	/*letter-spacing: 1px;*/
}

/* リンクの設定 */

a:link {
	color: #000;
	text-decoration:none;
	display: block;
}
a.ubLink:link {
    text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	opacity: 0.7;
}
a.link-wh ,a.link-wh:visited {
    color: #fff;
}



/* imgタグの設定 */

img {
	vertical-align: top;
}
a img  {
	border: none;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*html5　IE用
----------------------------*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

}