 {
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  color: #000;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
body {
  background: #fff;
  font-family: "Noto Sans Japanese";
}
#wp {
  min-width: 1280px;
  width: 100%;
  background: url("/kemono-friends/asset/img/bg.jpg") repeat;
}
#content-area {
  min-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 160px;
}
#questionBox {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
#questionBox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f19725;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#questionBox .questionInner {
  border-radius: 0.5em;
  background: #fff;
  position: relative;
  width: 690px;
  margin: 40px auto 0 auto;
  padding-bottom: 50px;
}
#questionBox .questionInner .quetionTitle {
  padding-top: 40px;
  width: 600px;
  margin: 0 auto;
}
#questionBox .questionInner #quetionPush {
  padding-top: 45px;
  width: 327px;
  margin: 0 auto;
}
#questionBox .questionInner #questionClose {
  position: absolute;
  top: -30px;
  right: -30px;
}
#questionBox .questionInner ul {
  padding-top: 40px;
  width: 600px;
  margin: 0 auto;
}
#questionBox .questionInner ul li {
  padding-top: 14px;
  padding-bottom: 14px;
}
#questionBox .questionInner ul li .off {
  display: block;
}
#questionBox .questionInner ul li .on {
  display: none;
}
#questionBox .questionInner ul li .sp.off,
#questionBox .questionInner ul li .sp.on {
  display: none;
}
#questionBox .questionInner ul li.bgOn {
  background: #eee;
  border-radius: 0.5em;
}
#questionBox .questionInner ul li.bgOn .off {
  display: none;
}
#questionBox .questionInner ul li.bgOn .on {
  display: block;
}
#questionBox .questionInner ul li.bgOn .sp.off,
#questionBox .questionInner ul li.bgOn .sp.on {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
footer {
  width: 100%;
  min-width: 1280px;
  position: relative;
  height: 42px;
}
footer #footerArea {
  width: 100%;
  min-width: 1280px;
  position: relative;
  height: 42px;
  background: #fff;
}
footer #toTopArea {
  overflow: hidden;
  width: 100%;
  min-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
}
footer #toTop {
  position: relative;
  cursor: pointer;
  width: 119px;
  margin: 0 auto;
  -webkit-transform: translate(0, 130px);
  -ms-transform: translate(0, 130px);
  transform: translate(0, 130px);
}
footer #baloon {
  width: 134px;
  position: absolute;
  top: 0;
  right: -106px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
footer .showBaloon {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
footer .hideBaloon {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
footer img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
footer .inner {
  padding: 10px 20px;
  margin: 0 auto;
}
footer .inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer .inner a img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
footer .inner a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
footer .inner img {
  vertical-align: bottom;
}
footer .inner .jra {
  float: left;
  width: 76px;
  padding-right: 22px;
}
footer .inner .logo {
  float: left;
  padding-top: 2px;
  width: 77px;
  padding-right: 17px;
}
footer .inner .klogo {
  padding-top: 2px;
  float: left;
  width: 125px;
}
footer .inner .cpr {
  padding-top: 10px;
  float: right;
  font-size: 10px;
  color: #f39800;
}
footer .inner .cpr p {
  line-height: 5px;
}
#header {
  width: 100%;
  min-width: 1280px;
  background: #fff;
  position: relative;
  z-index: 20;
}
#header img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#header #navi {
  position: absolute;
  top: 70px;
  right: 0;
  overflow: hidden;
  width: 0;
}
#header #navi #naviInner.hide {
  -webkit-transform: translate(350px, 0);
  -ms-transform: translate(350px, 0);
  transform: translate(350px, 0);
  -webkit-transform: translate(350px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#header #navi #naviInner.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#header #navi li {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 106px;
}
#header #navi li .chara {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 110px);
  -ms-transform: translate(0, 110px);
  transform: translate(0, 110px);
}
#header .inner {
  padding: 0 20px;
  margin: 0 auto;
}
#header .inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header .inner h1 {
  float: left;
  width: 213px;
  padding-top: 13px;
  padding-bottom: 10px;
}
#header .inner ul {
  float: right;
}
#header .inner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header .inner ul li {
  float: left;
}
#header .inner ul li a img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
#header .inner ul li a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
#header .inner ul .fb {
  padding-top: 16px;
  padding-right: 5px;
  width: 140px;
}
#header .inner ul .tw {
  padding-top: 16px;
  padding-right: 5px;
  width: 140px;
}
#header .inner ul .follow {
  padding-top: 16px;
  padding-right: 12px;
  width: 220px;
}
#header .inner ul #trigger {
  padding-top: 12px;
  width: 53px;
}
@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
  #header {
    width: 100%;
    min-width: 100%;
    background: #fff;
    position: relative;
  }
  #header img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #header #navi {
    padding-top: 14.666666666666666%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header #navi #naviInner.hide {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transition: -webkit--webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
  }
  #header #navi #naviInner.show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transition: -webkit--webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
  }
  #header #navi li {
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
  }
  #header #navi .shareArea {
    position: relative;
    background: url("/kemono-friends/asset/img/sp/header07bg.gif") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #header #navi .shareArea .inner {
    position: relative;
    margin: 0 auto;
    width: 80%;
    padding: 4% 0;
  }
  #header #navi .shareArea .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #header #navi .shareArea .inner li,
  #header #navi .shareArea .inner .tw {
    float: left;
    width: 48%;
  }
  #header #navi .shareArea .inner .fb {
    float: right;
    width: 48%;
  }
  #header #navi .shareArea .inner .follow {
    padding-top: 2.666666666666667%;
    float: left;
    width: 100%;
  }
  #header .inner {
    padding: 3.2% 4%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #header .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #header .inner h1 {
    float: left;
    width: 42%;
    padding: 0;
  }
  #header .inner ul {
    float: right;
    width: 10.533333333333333%;
  }
  #header .inner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #header .inner ul li {
    float: left;
  }
  #header .inner ul #trigger {
    padding-top: 2.8%;
    width: 100%;
  }
  .topHeader #header {
    width: 100%;
    min-width: 100%;
    background: none;
    position: absolute;
  }
  .topHeader #header.naviOpen {
    background: #fff;
  }
  .topHeader #header.naviOpen .logo {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .topHeader #header.naviHide {
    background: none;
  }
  .topHeader #header.naviHide .logo {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  footer {
    width: 100%;
    min-width: 100%;
    position: relative;
    height: auto;
  }
  footer #footerArea {
    position: relative;
    background: #fff;
    min-width: 100%;
    height: auto;
  }
  footer #footerArea .inner {
    position: relative;
    padding: 4.933333333333334% 0 4.933333333333334% 0;
  }
  footer #footerArea .logo {
    float: left;
    width: 21.6%;
    padding-bottom: 4.533333333333333%;
    padding-top: 0;
  }
  footer #footerArea .jra {
    float: left;
    width: 21.6%;
    padding-right: 3.466666666666666%;
    padding-left: 6.666666666666667%;
    padding-bottom: 4.533333333333333%;
  }
  footer #footerArea .klogo {
    float: left;
    padding-top: 0;
    padding-right: 3.466666666666666%;
    width: 36.93333333333334%;
    padding-bottom: 4.533333333333333%;
  }
  footer #footerArea .cpr {
    font-size: 10px;
    clear: both;
    position: static;
    text-align: center;
    border-top: solid 1px #f39800;
    float: none;
    width: 100%;
  }
  footer #footerArea .cpr p {
    line-height: 1.2;
  }
  footer #toTopArea {
    overflow: visible;
    min-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
  }
  footer #toTopArea #toTopSp {
    margin: 0 auto;
    width: 32.4%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
  footer #toTopArea #toTopSp #baloonSp {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 82.3045267489712%;
    padding-top: 16.46090534979424%;
  }
  footer .shareArea {
    position: relative;
    background: #fab218;
  }
  footer .shareArea .inner {
    position: relative;
    margin: 0 auto;
    width: 80%;
    padding: 4% 0;
  }
  footer .shareArea .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  footer .shareArea .inner li,
  footer .shareArea .inner .fb {
    float: left;
    width: 48%;
  }
  footer .shareArea .inner .tw {
    float: right;
    width: 48%;
  }
  footer .shareArea .inner .follow {
    padding-top: 2.666666666666667%;
    float: left;
    width: 100%;
  }
}
.page-veterinarian .title {
  width: 605px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 38px;
}
.page-veterinarian #movieArea {
  width: 850px;
  height: 478px;
  margin: 0 auto;
  border: solid 10px #fff;
  border-radius: 1em;
}
.page-veterinarian #bannerArea {
  padding-top: 40px;
  margin: 0 auto;
  width: 644px;
}
.page-veterinarian #bannerArea a img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-veterinarian #bannerArea a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
@media screen and (max-width: 749px) {
  .page-veterinarian .title {
    width: 92%;
    margin: 0 auto;
    padding-top: 9.333333333333334%;
    padding-bottom: 8%;
  }
  .page-veterinarian #movieArea {
    position: relative;
    margin: 0 auto;
    width: 89.33333333333333%;
    height: 0;
    padding-bottom: 50.26666666666667%;
    border: solid 1.333333333333333% #fff;
    border-radius: 1em;
  }
  .page-veterinarian #movieArea iframe {
    width: 100%;
    height: 100%;
  }
  .page-veterinarian #movieArea img {
    position: relative;
    z-index: 2;
  }
  .page-veterinarian #bannerArea {
    padding-top: 9.333333333333334%;
    margin: 0 auto;
    width: 92%;
  }
  .page-veterinarian #ytMovie {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-trivia .fl {
  float: left !important;
}
.page-trivia .pt50 {
  padding-top: 25px;
}
.page-trivia .pb20 {
  padding-bottom: 20px;
}
.page-trivia .pt20 {
  padding-top: 20px;
}
.page-trivia .pt30 {
  padding-top: 30px !important;
}
.page-trivia .pt40 {
  padding-top: 40px !important;
}
.page-trivia .ptPc50 {
  padding-top: 50px;
}
.page-trivia .pbPc20 {
  padding-bottom: 20px;
}
.page-trivia .cap {
  padding-bottom: 25px;
}
.page-trivia .cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .nt {
  padding-top: 0 !important;
}
.page-trivia .more {
  text-align: center;
}
.page-trivia .more img {
  vertical-align: bottom;
}
.page-trivia .bgNone {
  background: none !important;
  padding-bottom: 50px !important;
}
.page-trivia .arrow {
  background: url("/kemono-friends/asset/img/trivia/arrow.gif") no-repeat;
}
.page-trivia .arrow2 {
  background: url("/kemono-friends/asset/img/trivia/arrow2.gif") no-repeat;
  background-position: 0 25px;
}
.page-trivia #menuBox {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.page-trivia #menuBox #menuBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  background: #f19725;
}
.page-trivia #menuBox #menuClose {
  position: absolute;
  top: 106px;
  right: 23px;
}
.page-trivia #menuBox .menuBoxInner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.page-trivia #menuBox .menuBoxInner .menuTitle {
  padding-top: 178px;
  padding-bottom: 38px;
  width: 109px;
  margin: 0 auto;
}
.page-trivia #menuBox .menuBoxInner .menuContent {
  width: 1000px;
  margin: 0 auto;
}
.page-trivia #menuBox .menuBoxInner .menuContent:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia #menuBox .menuBoxInner .menuContent ul {
  float: left;
  background: #fff;
  margin-right: 17px;
  border-radius: 0.5em;
}
.page-trivia #menuBox .menuBoxInner .menuContent ul li {
  width: 199px;
  padding: 0 19px;
}
.page-trivia #menuBox .menuBoxInner .menuContent ul li:last-child {
  padding-bottom: 10px;
}
.page-trivia #menuBox .menuBoxInner .menuContent ul.end {
  margin-right: 0;
}
.page-trivia .contentInner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.page-trivia .contentInner #menuTrigger {
  position: absolute;
  top: 192px;
  left: 408px;
}
.page-trivia .contentInner #menuTrigger a img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-trivia .contentInner #menuTrigger a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-trivia .contentInner h1.title {
  width: 100%;
}
.page-trivia .contentInner h3 {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 5px;
}
.page-trivia .contentInner h3 span {
  color: #f39800;
}
.page-trivia .contentInner p {
  font-size: 18px;
  font-size: 16px;
}
.page-trivia .contentInner .bg {
  background: #fff;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.page-trivia .contentInner #pager {
  padding-top: 30px;
  width: 284px;
  margin: 0 auto;
}
.page-trivia .contentInner #pager:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner #pager li {
  float: left;
  padding-right: 17px;
}
.page-trivia .contentInner #pager li a img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-trivia .contentInner #pager li a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-trivia .contentInner #pager li:last-child {
  padding-right: 0;
}
.page-trivia .contentInner .glayWrp {
  background: #f6f6f6;
}
.page-trivia .contentInner .glayWrp .glayInner {
  padding: 20px !important;
}
.page-trivia .contentInner .glayWrp .glayInner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner .glayWrp .glayInner ul li.leftC {
  float: left;
  width: 45%;
}
.page-trivia .contentInner .glayWrp .glayInner ul li.rightC {
  float: right;
  width: 55%;
}
.page-trivia .contentInner ul#unchorList {
  padding-bottom: 30px;
  background-position: bottom center;
}
.page-trivia .contentInner ul#unchorList li.unchor:last-child .inner {
  padding-bottom: 0px;
  border-bottom: none;
}
.page-trivia .contentInner ul#unchorList li.unchor {
  line-height: 1.5;
  padding: 0 45px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner {
  padding-bottom: 60px;
  border-bottom: solid 1px #f39800;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .caption {
  font-size: 18px;
  padding-bottom: 54px;
  padding-bottom: 20px;
  padding-top: 0;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner h2 {
  padding-top: 50px;
  padding-bottom: 15px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp {
  border-radius: 0.5em;
  background: #aaca5d;
  position: relative;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp .bringer {
  position: absolute;
  top: -43px;
  right: 20px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp p {
  padding: 20px;
  color: #fff;
  font-size: 15px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp p.m {
  padding: 20px 93px 40px 20px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .txtC {
  text-align: center;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .txtR {
  text-align: right;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .txtL {
  text-align: left;
  padding-top: 10px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .left {
  float: left;
  width: 445px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .right {
  float: right;
  width: 445px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .right p {
  font-size: 16px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .center {
  width: 725px;
  margin: 0 auto;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .oneColumn {
  padding-top: 50px;
  padding-bottom: 10px;
  clear: both;
  width: 100%;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn.n {
  padding-bottom: 0 !important;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn {
  padding-bottom: 30px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn li {
  float: left;
  width: 444px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn li p {
  padding-top: 10px;
  font-size: 18px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn li:last-child {
  float: right;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .mList {
  padding-bottom: 20px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .mList li:first-child {
  padding-top: 0;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .mList li {
  padding-top: 37px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .mList li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .mList .left {
  float: left;
  width: 600px;
}
.page-trivia .contentInner ul#unchorList li.unchor .inner .mList .right {
  float: right;
  width: 290px;
}
.page-trivia .contentInner ul#unchorList .list,
.page-trivia .contentInner ul#unchorList .list3 {
  clear: both;
  padding-bottom: 17px;
}
.page-trivia .contentInner ul#unchorList .list:after,
.page-trivia .contentInner ul#unchorList .list3:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner ul#unchorList .list li,
.page-trivia .contentInner ul#unchorList .list3 li {
  float: left;
  width: 290px;
  padding-right: 20px;
}
.page-trivia .contentInner ul#unchorList .list li p,
.page-trivia .contentInner ul#unchorList .list3 li p {
  padding-top: 10px;
  font-size: 16px;
}
.page-trivia .contentInner ul#unchorList .list li.end,
.page-trivia .contentInner ul#unchorList .list3 li.end {
  padding-right: 0;
}
.page-trivia .contentInner ul#unchorList .list li:last-child,
.page-trivia .contentInner ul#unchorList .list3 li:last-child {
  padding-right: 0;
}
.page-trivia .contentInner ul#unchorList .list2 {
  clear: both;
  padding-bottom: 20px;
}
.page-trivia .contentInner ul#unchorList .list2:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner ul#unchorList .list2 li {
  float: left;
  width: 290px;
  padding-right: 20px;
}
.page-trivia .contentInner ul#unchorList .list2 li p {
  padding-top: 10px;
  font-size: 16px;
}
.page-trivia .contentInner ul#unchorList .list2 li:last-child {
  padding-right: 0;
}
.page-trivia .contentInner ul#unchorList .list2 li.end {
  padding-right: 0;
}
.page-trivia .contentInner ul#unchorList .list4 {
  clear: both;
  padding-bottom: 20px;
}
.page-trivia .contentInner ul#unchorList .list4:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-trivia .contentInner ul#unchorList .list4 li {
  float: left;
  width: 290px;
  padding-right: 20px;
}
.page-trivia .contentInner ul#unchorList .list4 li p {
  padding-top: 10px;
  font-size: 16px;
}
.page-trivia .contentInner ul#unchorList .list4 li:last-child {
  padding-right: 0;
}
.page-trivia .contentInner ul#unchorList .list4 li.end {
  padding-right: 0;
}
.page-trivia .contentInner ul#unchorList .texFix p {
  min-height: 80px;
}
.page-trivia .contentInner ul#unchorList .texFix2 p {
  min-height: 57px;
}
@media screen and (max-width: 749px) {
  .page-trivia .more {
    width: 45.21739130434783%;
    margin: 0 auto;
  }
  .page-trivia .more img {
    vertical-align: bottom;
  }
  .page-trivia .bgNone {
    background: none !important;
    padding-bottom: 0% !important;
  }
  .page-trivia .arrow,
  .page-trivia .arrow2 {
    background: none;
  }
  .page-trivia .ptPc50 {
    padding-top: 0px;
  }
  .page-trivia .pbPc20 {
    padding-bottom: 0px;
  }
  .page-trivia .pt20 {
    padding-top: 2.666666666666667%;
  }
  .page-trivia .pt30 {
    padding-top: 4% !important;
  }
  .page-trivia .pt40 {
    padding-top: 5.333333333333334% !important;
  }
  .page-trivia .pb20 {
    padding-bottom: 2.666666666666667%;
  }
  .page-trivia .pt50 {
    padding-top: 6.666666666666667%;
  }
  .page-trivia .sPt10 {
    padding-top: 1.333333333333333% !important;
  }
  .page-trivia .sPt20 {
    padding-top: 2.666666666666667% !important;
  }
  .page-trivia .sPt40 {
    padding-top: 5.333333333333334% !important;
  }
  .page-trivia .sPb50 {
    padding-bottom: 6.666666666666667% !important;
  }
  .page-trivia #menuBox {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-trivia #menuBox #menuClose {
    position: absolute;
    width: 7.866666666666666%;
    top: 0;
    right: 0;
    padding-top: 28.133333333333333%;
    padding-right: 4%;
  }
  .page-trivia #menuBox .menuBoxInner {
    width: 92%;
    margin: 0 auto;
  }
  .page-trivia #menuBox .menuBoxInner .menuTitle {
    padding-top: 28.933333333333334%;
    padding-bottom: 8%;
    width: 18.666666666666668%;
    margin: 0 auto;
  }
  .page-trivia #menuBox .menuBoxInner .menuContent {
    width: 92%;
    margin: 0 auto;
  }
  .page-trivia #menuBox .menuBoxInner .menuContent:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia #menuBox .menuBoxInner .menuContent ul {
    float: left;
    background: #fff;
    margin-right: 0;
    margin-bottom: 7.6%;
    border-radius: 0.5em;
  }
  .page-trivia #menuBox .menuBoxInner .menuContent ul li {
    width: 91.15942028985508%;
    padding: 0;
    margin: 0 auto;
  }
  .page-trivia #menuBox .menuBoxInner .menuContent ul li:last-child {
    padding-bottom: 0px;
  }
  .page-trivia #menuBox .menuBoxInner .menuContent ul.end {
    margin-right: 0;
  }
  .page-trivia .contentInner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .page-trivia .contentInner #menuTrigger {
    width: 39.33333333333333%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 30.133333333333333%;
    padding-top: 24.4%;
  }
  .page-trivia .contentInner h1.title {
    width: 100%;
    padding-top: 7.466666666666668%;
  }
  .page-trivia .contentInner h3 {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 2.666666666666667%;
  }
  .page-trivia .contentInner h3 span {
    color: #f39800;
  }
  .page-trivia .contentInner .bg {
    width: 92%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.5em;
  }
  .page-trivia .contentInner #pager {
    padding-top: 4%;
    width: 61.06666666666667%;
    margin: 0 auto;
  }
  .page-trivia .contentInner #pager:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner #pager li {
    float: left;
    padding-right: 10.91703056768559%;
    width: 16.812227074235807%;
  }
  .page-trivia .contentInner #pager li:last-child {
    padding-right: 0;
  }
  .page-trivia .contentInner .glayWrp {
    background: #f6f6f6;
  }
  .page-trivia .contentInner .glayWrp .glayInner {
    padding: 20px !important;
  }
  .page-trivia .contentInner .glayWrp .glayInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner .glayWrp .glayInner ul li.leftC {
    float: none;
    width: 100%;
    font-weight: bold;
  }
  .page-trivia .contentInner .glayWrp .glayInner ul li.rightC {
    float: none;
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList {
    width: 100%;
    padding-top: 5.066666666666666%;
    padding-bottom: 0%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor:last-child .inner {
    padding-bottom: 8%;
    border-bottom: none;
  }
  .page-trivia .contentInner ul#unchorList li.unchor {
    width: 91.30434782608695%;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner {
    padding-bottom: 8%;
    border-bottom: solid 1px #f39800;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .caption {
    font-size: 15px;
    padding-bottom: 2.666666666666667%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner h2 {
    padding-top: 6.666666666666667%;
    padding-bottom: 2%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp {
    border-radius: 0.5em;
    background: #aaca5d;
    position: relative;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp .bringer {
    position: absolute;
    margin-top: -5.733333333333333%;
    top: 0;
    right: 0;
    padding-right: 1.466666666666667%;
    width: 10.933333333333334%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp p {
    padding: 4% !important;
    color: #fff;
    font-size: 15px !important;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .greenWrp p.m {
    padding: 2.666666666666667% 14.000000000000002% 5.333333333333334% 2.666666666666667% !important;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .txtC {
    text-align: center;
    padding-top: 1.333333333333333%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .txtR {
    text-align: right;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .left {
    float: none;
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .right {
    float: none;
    width: 100%;
    padding-bottom: 4%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .right p {
    font-size: 15px;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .center {
    width: 100%;
    margin: 0;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .oneColumn {
    padding-top: 6.666666666666667%;
    padding-bottom: 4%;
    clear: both;
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn {
    padding-bottom: 4%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn li {
    float: none;
    width: 100%;
    padding-bottom: 6.666666666666667%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn li p {
    padding-top: 10px;
    font-size: 15px;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn li:last-child {
    float: none !important;
    padding-bottom: 0;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .twoColumn.n {
    padding-bottom: 0 !important;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList {
    padding-bottom: 2.666666666666667%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList li {
    padding-top: 4.933333333333334%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList .left {
    float: none;
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList .left h3 {
    font-weight: bold;
    font-size: 17px;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList .left h3 span {
    color: #f39800;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList .left p {
    font-size: 15px;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList .right {
    float: none;
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList li.unchor .inner .mList .right p {
    font-size: 15px;
    padding: 2.666666666666667% 0;
  }
  .page-trivia .contentInner ul#unchorList .list.n,
  .page-trivia .contentInner ul#unchorList .list2.n {
    padding-bottom: 0 !important;
  }
  .page-trivia .contentInner ul#unchorList .list3 {
    padding-bottom: 2.266666666666667%;
    padding-top: 2.666666666666667%;
  }
  .page-trivia .contentInner ul#unchorList .list3:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList .list3 li {
    float: left;
    width: 50%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list3 li:last-child {
    float: left;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list {
    padding-bottom: 2.266666666666667%;
  }
  .page-trivia .contentInner ul#unchorList .list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList .list li {
    float: left;
    width: 34.92063492063492%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list li p {
    width: 85%;
    padding-top: 10px;
    font-size: 15px;
  }
  .page-trivia .contentInner ul#unchorList .list li:last-child {
    width: 30.158730158730158%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list li:last-child p {
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList .list2 {
    padding-bottom: 2.266666666666667%;
  }
  .page-trivia .contentInner ul#unchorList .list2:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList .list2 li {
    padding-top: 5.333333333333334%;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list2 li p {
    width: 100%;
    padding-top: 0;
    font-size: 15px;
  }
  .page-trivia .contentInner ul#unchorList .list2 li:last-child,
  .page-trivia .contentInner ul#unchorList .list2 li.end {
    width: 100%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list2 li:last-child p,
  .page-trivia .contentInner ul#unchorList .list2 li.end p {
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList .list4 {
    padding-bottom: 2.266666666666667%;
  }
  .page-trivia .contentInner ul#unchorList .list4:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-trivia .contentInner ul#unchorList .list4 li {
    padding-top: 0;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list4 li p {
    width: 100%;
    padding-top: 0;
    font-size: 15px;
  }
  .page-trivia .contentInner ul#unchorList .list4 li:last-child,
  .page-trivia .contentInner ul#unchorList .list4 li.end {
    width: 100%;
    padding-right: 0;
  }
  .page-trivia .contentInner ul#unchorList .list4 li:last-child p,
  .page-trivia .contentInner ul#unchorList .list4 li.end p {
    width: 100%;
  }
  .page-trivia .contentInner ul#unchorList .texFix p,
  .page-trivia .contentInner ul#unchorList .texFix2 p {
    min-height: auto;
  }
}
.page-racecourse .title {
  width: 668px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 38px;
}
.page-racecourse .movieTitle {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.page-racecourse #movieArea {
  width: 850px;
  height: 478px;
  margin: 0 auto;
  border: solid 10px #fff;
  border-radius: 1em;
}
@media screen and (max-width: 749px) {
  .page-racecourse .title {
    width: 89.06666666666668%;
    margin: 0 auto;
    padding-top: 9.333333333333334%;
    padding-bottom: 8%;
  }
  .page-racecourse .movieTitle {
    width: 62.4%;
    margin: 0;
    padding-left: 4%;
    padding-bottom: 2.266666666666667%;
  }
  .page-racecourse #movieArea {
    position: relative;
    margin: 0 auto;
    width: 89.33333333333333%;
    height: 0;
    padding-bottom: 50.26666666666667%;
    border: solid 1.333333333333333% #fff;
    border-radius: 1em;
  }
  .page-racecourse #movieArea iframe {
    width: 100%;
    height: 100%;
  }
  .page-racecourse #movieArea img {
    position: relative;
    z-index: 2;
  }
}
.page-top #keyvisual {
  min-width: 1280px;
  min-height: 717px;
  background: url("/kemono-friends/asset/img/top/bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
}
.page-top #keyvisual ul li {
  position: absolute;
}
.page-top #keyvisual ul li img {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.page-top #keyvisual .logoTitle {
  position: relative;
  padding-top: 18px;
  margin: 0 auto;
  width: 520px;
  z-index: 5;
}
.page-top #keyvisual .logoTitle img {
  width: 100%;
  height: auto;
}
.page-top #keyvisual #chara {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top #keyvisual #chara img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page-top #keyvisual .mainChara {
  position: relative;
  margin: 0 auto;
  padding-top: 14px;
  z-index: 4;
  width: 745px;
}
.page-top #keyvisual .mainChara img {
  width: 100%;
  height: auto;
}
.page-top #naviArea {
  width: 1000px;
  margin: 0 auto;
}
.page-top #naviArea ul {
  padding-top: 62px;
}
.page-top #naviArea ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-top #naviArea ul .typ1,
.page-top #naviArea ul .typ2,
.page-top #naviArea ul .typ3,
.page-top #naviArea ul .typ0,
.page-top #naviArea ul .typ4 {
  float: left;
  margin-bottom: 50px;
}
.page-top #naviArea ul .typ1 {
  margin-right: 11px;
}
.page-top #naviArea ul .typ0 {
  margin-right: 0;
}
.page-top #naviArea ul .typ2 {
  margin-left: 169px;
  margin-right: 11px;
}
.page-top #naviArea ul .typ4 {
  width: 326px;
  height: 179px;
}
.page-top #naviArea ul li {
  position: relative;
}
.page-top #naviArea ul li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-top #naviArea ul li .msk {
  width: 337px;
  height: 210px;
  position: absolute;
  bottom: 10px;
  left: 0;
  overflow: hidden;
}
.page-top #naviArea ul li .chara1 {
  position: absolute;
  bottom: -98px;
  right: 2px;
}
.page-top #naviArea ul li .chara2 {
  position: absolute;
  bottom: -83px;
  right: -4px;
}
.page-top #naviArea ul li .chara3 {
  position: absolute;
  bottom: -130px;
  right: -3px;
}
.page-top #naviArea ul li .chara4 {
  position: absolute;
  bottom: -121px;
  right: 4px;
}
.page-top #snsArea {
  min-width: 1280px;
  width: 100%;
  background: #ff8212;
  height: 110px;
}
.page-top #snsArea .inner {
  width: 1000px;
  margin: 0 auto;
}
.page-top #snsArea .inner ul {
  padding-top: 26px;
}
.page-top #snsArea .inner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-top #snsArea .inner ul li {
  float: left;
  padding-right: 9px;
}
.page-top #snsArea .inner ul li a img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-top #snsArea .inner ul li a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-top #snsArea .inner ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 749px) {
  .page-top #keyvisual {
    min-width: 100%;
    min-height: auto;
    background: url("/kemono-friends/asset/img/sp/top/bg.jpg");
    background: none;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: visible;
  }
  .page-top #keyvisual .logoTitle {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 64.26666666666667%;
    padding-top: 1.333333333333333%;
    padding-left: 17.866666666666667%;
  }
  .page-top #keyvisual .bg img {
    vertical-align: bottom;
  }
  .page-top #naviArea {
    width: 92%;
    margin: 0 auto;
  }
  .page-top #naviArea ul {
    padding-top: 6.933333333333333%;
  }
  .page-top #naviArea ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-top #naviArea ul .typ1,
  .page-top #naviArea ul .typ2,
  .page-top #naviArea ul .typ3,
  .page-top #naviArea ul .typ0,
  .page-top #naviArea ul .typ4 {
    float: none;
    margin-bottom: 0px;
  }
  .page-top #naviArea ul .typ1 {
    margin-right: 0px;
  }
  .page-top #naviArea ul .typ0 {
    margin-top: 0.666666666666667%;
    margin-right: 0;
  }
  .page-top #naviArea ul .typ2 {
    margin-top: 0.4%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-top #naviArea ul .typ4 {
    margin-top: 1.866666666666667%;
    width: 100%;
    height: auto;
  }
  .page-top #snsArea {
    min-width: 100%;
    width: 100%;
    background: #ff8212;
    height: auto;
  }
  .page-top #snsArea .inner {
    width: 88.8%;
    margin: 0 auto;
  }
  .page-top #snsArea .inner ul {
    padding: 5.333333333333334% 0;
  }
  .page-top #snsArea .inner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-top #snsArea .inner ul li {
    float: left;
    padding-right: 0;
  }
  .page-top #snsArea .inner ul li:last-child {
    padding-right: 0;
  }
  .page-top #snsArea .inner ul .tw {
    float: left;
    width: 48.4984984984985%;
  }
  .page-top #snsArea .inner ul .fb {
    float: right;
    width: 48.4984984984985%;
    padding-right: 0px;
  }
  .page-top #snsArea .inner ul .follow {
    padding-top: 1.733333333333333%;
    clear: both;
    width: 100%;
  }
}
.page-profile .profileWrp {
  background: url("/kemono-friends/asset/img/profile/bg.png") no-repeat;
  background-position: top center;
}
.page-profile .title {
  width: 456px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 38px;
}
.page-profile ul.profileList {
  padding-top: 13px;
  width: 1280px;
  margin: 0 auto;
}
.page-profile ul.profileList .line1 {
  width: 100%;
  position: relative;
  height: 593px;
}
.page-profile ul.profileList .line1 .chara {
  position: absolute;
  top: 0;
  left: 180px;
}
.page-profile ul.profileList .line1 .comment1 {
  position: absolute;
  top: 126px;
  left: 576px;
}
.page-profile ul.profileList .line1 .comment2 {
  position: absolute;
  top: 271px;
  left: 551px;
}
.page-profile ul.profileList .line2 {
  width: 100%;
  position: relative;
  height: 566px;
}
.page-profile ul.profileList .line2 .chara {
  position: absolute;
  top: 0;
  right: 169px;
}
.page-profile ul.profileList .line2 .comment1 {
  position: absolute;
  top: 118px;
  left: 210px;
}
.page-profile ul.profileList .line2 .comment2 {
  position: absolute;
  top: 263px;
  left: 210px;
}
.page-profile ul.profileList .line3 {
  width: 100%;
  position: relative;
  height: 568px;
}
.page-profile ul.profileList .line3 .chara {
  position: absolute;
  top: 0;
  left: 166px;
}
.page-profile ul.profileList .line3 .comment1 {
  position: absolute;
  top: 101px;
  left: 576px;
}
.page-profile ul.profileList .line3 .comment2 {
  position: absolute;
  top: 246px;
  left: 551px;
}
@media screen and (max-width: 749px) {
  .page-profile .profileWrp {
    background: none;
  }
  .page-profile .title {
    width: 68.8%;
    margin: 0 auto;
    padding-top: 9.733333333333333%;
    padding-bottom: 10.4%;
  }
  .page-profile ul.profileList {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  .page-profile ul.profileList .lineInner {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 16%;
  }
  .page-profile ul.profileList .line1 {
    width: 100%;
    position: relative;
    height: auto;
    background: url("/kemono-friends/asset/img/sp/profile/bg1.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .page-profile ul.profileList .line1 .chara {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line1 .comment1 {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line1 .comment2 {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line2 {
    width: 100%;
    position: relative;
    height: auto;
    background: url("/kemono-friends/asset/img/sp/profile/bg2.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .page-profile ul.profileList .line2 .chara {
    position: static;
    top: 0;
    right: 0;
  }
  .page-profile ul.profileList .line2 .comment1 {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line2 .comment2 {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line3 {
    width: 100%;
    position: relative;
    height: auto;
    background: url("/kemono-friends/asset/img/sp/profile/bg3.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .page-profile ul.profileList .line3 .chara {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line3 .comment1 {
    position: static;
    top: 0;
    left: 0;
  }
  .page-profile ul.profileList .line3 .comment2 {
    position: static;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
  #wp {
    min-width: 100%;
  }
  #content-area {
    min-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 45.33333333333333%;
  }
  #questionBox {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #questionBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f19725;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
  }
  #questionBox .questionInner {
    border-radius: 0.5em;
    background: #fff;
    position: relative;
    width: 92%;
    margin: 9.333333333333334% auto 0 auto;
    padding-bottom: 10.666666666666668%;
  }
  #questionBox .questionInner .quetionTitle {
    padding-top: 7.466666666666668%;
    width: 86.66666666666667%;
    margin: 0 auto;
  }
  #questionBox .questionInner #quetionPush {
    padding-top: 45px;
    width: 48.4%;
    margin: 0 auto;
  }
  #questionBox .questionInner #questionClose {
    position: absolute;
    top: -4%;
    right: -4%;
    width: 12%;
  }
  #questionBox .questionInner ul {
    padding-top: 6%;
    width: 86.66666666666667%;
    margin: 0 auto;
  }
  #questionBox .questionInner ul li {
    padding-top: 1.866666666666667%;
    padding-bottom: 1.866666666666667%;
  }
  #questionBox .questionInner ul li .off {
    display: block;
  }
  #questionBox .questionInner ul li .on {
    display: none;
  }
  #questionBox .questionInner ul li .pc.off,
  #questionBox .questionInner ul li .pc.on {
    display: none;
  }
  #questionBox .questionInner ul li .sp.off {
    display: block;
  }
  #questionBox .questionInner ul li.bgOn {
    background: #eee;
    border-radius: 0.5em;
  }
  #questionBox .questionInner ul li.bgOn .off {
    display: none;
  }
  #questionBox .questionInner ul li.bgOn .on {
    display: block;
  }
  #questionBox .questionInner ul li.bgOn .pc.off,
  #questionBox .questionInner ul li.bgOn .pc.on {
    display: none;
  }
  #questionBox .questionInner ul li.bgOn .sp.on {
    display: block;
  }
}
