*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
  background: #FFED34;
  margin: 0;
}

img {
	display: block;
	margin: auto;
    max-width: 100%;
    height: auto;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.kv-animal-box {
	position: relative;
}

.kv-r{
	position: absolute;
	top: 0;
    right: 0;
}

.kv-l {
	position: absolute;
	top: 0;
	left: 0;
}

.pikadenki-maegin {
    margin: 2rem auto 1rem;
}

.line-btn {
	margin: 0 auto 2rem;
}

.pc-jirei-maegin {
	margin: 0 auto 4rem;
}

small {
	background: #ff6b1d;
    padding: 0.5rem;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
}


/* タブレット・スマホ表示 */
@media screen and (max-width: 1000px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp-jirei-maegin {
		margin: 0 auto 2rem;
	}
}