@charset "UTF-8";

body{
animation:fadeIn 3s ease 0s 1 normal;
-webkit-animation:fadeIn 3s ease 0s 1 normal;
font-family: 'Noto Serif JP', serif !important;
font-weight:400;
margin:0;
padding:0;
-webkit-text-size-adjust:100%;
}
@keyframes fadeIn{
0% {opacity:0}
100% {opacity:1}
}
@-webkit-keyframes fadeIn{
0% {opacity:0}
100% {opacity:1}
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
}
img{
border:none;
}
a img{
border:none;
}
img{
width:100%;
height:auto;
}
ul,li{
list-style:none;
}
ol,li{
list-style:none;
}
.clearfix{
display:block;
}
.clear{
clear:both;
}
.clear hr{
display:none;
}




.cp_imghover{
overflow:hidden;
cursor:pointer;
}
.cp_zoomin img{
-webkit-transition:all 1s ease;
transition:all 1s ease;
}
.cp_zoomin img:hover{
-webkit-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
}







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%;
vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main{
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;
}