@charset "utf-8";
/* CSS Document */
a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
a:focus, button:focus { outline: none; }

html, body, section,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;
	box-sizing: border-box;
	/* border: 0; */
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	/* vertical-align: baseline; */
}
img{
    vertical-align: bottom;
    max-width: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}
body{
	font-family:  'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1;
	font-size: 16px;
}

.hover:hover {
	opacity: 0.5;
	transition: 0.5s;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	border:1px solid #CCC;
	margin: 0;
	padding: 0;
}

ol, ul,li{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}
a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.f_l {
	float:left;
}

.f_r {
	float:right;
}

.t_c {
	text-align:center;
}

.t_l {
	text-align:left;
}

.t_r {
	text-align:right;
}

strong, .t_b {
	font-weight:bold;
}

.t_u {
	text-decoration:underline;
}

.block img {
	display:block;
}

.small {
	font-size:0.8em;
}

/*ページトップへ戻るボタン
-------------------------------------*/
.go-top_pc {
	position: fixed; /*固定表示*/
	bottom: 1em;
	right: 1em;
	border-radius:30px;
	text-decoration: none;
    background: #fff;
	padding: 1em;
	display: none; /*通常は非表示に*/
	height: 24px;
	width: 24px;
	z-index: 9998;
}
.go-top_pc img {
	height: 24px;
	width: 24px;
	}

.fluffy {
  width: 100px;
  height: 100px;
  margin: 100px;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
@keyframes bounce {
    0%    { transform:translate(0, 0); }
    16.6% { transform:translate(0, -20px); animation-timing-function:ease-in; }
    33.3% { transform:translate(0, 0); }
    49.8% { transform:translate(0, -14px); animation-timing-function:ease-in; }
    66.4% { transform:translate(0, 0); }
    83%   { transform:translate(0, -4px); animation-timing-function:ease-in; }
    100%  { transform:translate(0, 0); }
}


.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt90 { margin-top:90px; }
.mt100 { margin-top:100px; }

.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }