@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:active {
  color: #000;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
  margin-top: 55px;
  overflow: hidden;
}

.preload * {
  transition: none !important;
}

/* header
==================================*/
header {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 55px;
}
header .logo {
  margin: 12px 0 0 20px;
  width: 153px;
}

/* footer
==================================*/
footer {
  position: relative;
  overflow: hidden;
  padding-bottom: 39.33vw;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39.33vw;
}
footer .footer_inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 20px;
}
footer .footer_inner .left_box {
  text-align: center;
}
footer .footer_inner .left_box .logo {
  margin-bottom: 20px;
}
footer .footer_inner .left_box .logo img {
  width: 188px;
}
footer .footer_inner .left_box p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  transform: rotate(0.03deg);
}
footer .footer_inner .left_box p.aff {
  width: 86px;
  margin: 23px auto 30px;
}
footer .footer_inner .left_box p.aff img {
  width: 100%;
}
footer .footer_inner .left_box .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
footer .footer_inner .left_box .sns li {
  margin: 0 9px;
}
footer .footer_inner .left_box .sns li.tw {
  width: 33px;
}
footer .footer_inner .left_box .sns li.ig {
  width: 30px;
}
footer .footer_inner .left_box .sns li.yt {
  width: 28px;
}
footer .footer_inner .left_box .sns li.fb {
  width: 27px;
}
footer .footer_inner .left_box dl {
  display: flex;
  margin-bottom: 10px;
}
footer .footer_inner .left_box dl dt {
  font-size: 13px;
  line-height: 1.4;
  transform: rotate(0.03deg);
}
footer .footer_inner .left_box dl dt span {
  display: block;
  width: 41px;
  border-radius: 3px;
  background-color: #ed811b;
  color: #ffffff;
  text-align: center;
  padding: 1px 0 1px;
  margin: -1px 16px 0 0;
}
footer .footer_inner .left_box dl dd {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  transform: rotate(0.03deg);
}
footer .footer_inner .right_box {
  margin-bottom: 55px;
}
footer .footer_inner .right_box .tw_box {
  margin-top: 5px;
  height: 375px;
}
footer .anime {
  position: relative;
  padding-top: 54px;
  margin: 0 -60px;
  padding: 54px 60px 0;
}
footer .anime .animal_anime li {
  position: absolute;
  z-index: 2;
}
footer .anime .animal_anime li.l01 {
  width: 42px;
  left: 121px;
  top: 34px;
}
footer .anime .animal_anime li.l02 {
  width: 49px;
  left: 72px;
  top: 56px;
}
footer .anime .animal_anime li.r01 {
  width: 80px;
  right: 121px;
  top: 25px;
}
footer .anime .animal_anime li.r02 {
  width: 74px;
  right: 38px;
  top: 45px;
}
footer .copy {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 25px;
}
footer .copy small {
  font-size: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
  &.active {
    opacity: 1;
  }
  a {
    display: block;
    width: 50px;
  }
}
*/
html.webp body {
  background: url(/zoo/images/common/sp/bg.webp) repeat center top/contain;
}

html.no-webp body {
  background: url(/zoo/images/common/sp/bg.jpg) repeat center top/contain;
}

html.webp body div#AllBox footer::after {
  background: url(/zoo/images/common/sp/mountain.webp) no-repeat center bottom/cover;
}

html.no-webp body div#AllBox footer::after {
  background: url(/zoo/images/common/sp/mountain.png) no-repeat center bottom/cover;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}
#loader .item_wrap {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 45px;
}
#loader span {
  display: block;
  bottom: 14px;
  width: 9px;
  height: 15px;
  background: #96844b;
  position: absolute;
  -webkit-animation: preloader_1 1.5s infinite ease-in-out;
          animation: preloader_1 1.5s infinite ease-in-out;
}
#loader span.item02 {
  left: 11px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#loader span.item03 {
  left: 22px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#loader span.item04 {
  left: 33px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#loader span.item05 {
  left: 44px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes preloader_1 {
  0% {
    height: 15px;
    transform: translateY(0px);
    background: #96844b;
  }
  25% {
    height: 45px;
    transform: translateY(15px);
    background: #960005;
  }
  50% {
    height: 15px;
    transform: translateY(0px);
    background: #96844b;
  }
  100% {
    height: 15px;
    transform: translateY(0px);
    background: #96844b;
  }
}

@keyframes preloader_1 {
  0% {
    height: 15px;
    transform: translateY(0px);
    background: #96844b;
  }
  25% {
    height: 45px;
    transform: translateY(15px);
    background: #960005;
  }
  50% {
    height: 15px;
    transform: translateY(0px);
    background: #96844b;
  }
  100% {
    height: 15px;
    transform: translateY(0px);
    background: #96844b;
  }
}
/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*========= 左右からひょっこりのCSS ===============*/
.ani-left-top {
  -webkit-animation: fromTopLeft 0.6s ease-out 1.3s forwards;
          animation: fromTopLeft 0.6s ease-out 1.3s forwards;
  transition-delay: 0s;
  opacity: 0;
}

.ani-right-top {
  -webkit-animation: fromTopRight 0.6s ease-out 1.5s forwards;
          animation: fromTopRight 0.6s ease-out 1.5s forwards;
  transition-delay: 0s;
  opacity: 0;
}

.ani-left-bottom {
  -webkit-animation: fromBottomLeft 0.6s ease-out 1.3s forwards;
          animation: fromBottomLeft 0.6s ease-out 1.3s forwards;
  transition-delay: 0s;
  opacity: 0;
}

.ani-right-bottom {
  -webkit-animation: fromBottomRight 0.6s ease-out 1.5s forwards;
          animation: fromBottomRight 0.6s ease-out 1.5s forwards;
  transition-delay: 0s;
  opacity: 0;
}

@-webkit-keyframes fromTopLeft {
  0% {
    /*-webkit-transform:translate(-100%,-100%);
    transform:translate(-100%,-100%);*/
    transform: translate(-30%, -30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fromTopLeft {
  0% {
    transform: translate(-30%, -30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fromTopRight {
  0% {
    /*-webkit-transform:translate(100%,-100%);
    transform:translate(100%,-100%);*/
    transform: translate(30%, -30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fromTopRight {
  0% {
    transform: translate(30%, -30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fromBottomLeft {
  0% {
    /*-webkit-transform:translate(-100%,100%);
    transform:translate(-100%,100%);*/
    transform: translate(-30%, 30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fromBottomLeft {
  0% {
    transform: translate(-30%, 30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fromBottomRight {
  0% {
    /*-webkit-transform:translate(100%,100%);
    transform:translate(100%,100%);*/
    transform: translate(30%, 30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fromBottomRight {
  0% {
    transform: translate(30%, 30%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*========= 下から出てきて少し弾む動きのCSS ===============*/
.fadeInJump {
  opacity: 0;
  transform: translateY(50px);
}

.JumpInview {
  transform: translateY(0px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, opacity 0.5s 0s;
  opacity: 1;
}

.titleFadeIn {
  opacity: 0;
  transform: translateY(50px);
}

.titlemove {
  transform: translateY(0px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, opacity 0.5s 0s;
  opacity: 1;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 0.3s ease-out forwards;
          animation: text_anime_on 0.3s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /*image-rendering: crisp-edges;*/
}
img[src$=".png"], img[src$=".jpg"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 900px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
.news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 899px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
.page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
.page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  padding: 0 0 55px;
}
#Top main .container {
  position: relative;
}
#Top main .container p img {
  width: 100%;
}
#Top main .bg_white {
  padding: 0 25px;
  position: relative;
  /*mask-image: url(/zoo/images/common/sp/mask.png);
  mask-repeat: repeat-x;
  mask-size: 100%;
  -webkit-mask-image: url(/zoo/images/common/sp/mask.png);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: 100%;
  border: #e0c584 5px solid;
  border-radius: 10px;
  background-color: #ffffff;*/
}
#Top main h2 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #ffffff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  /*top: -44px;*/
  top: -11vw;
}
#Top main .lead_sec {
  margin-bottom: 65px;
  position: relative;
}
#Top main .lead_sec::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 100%;
}
#Top main .lead_sec::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 100%;
}
#Top main .lead_sec h1 {
  margin-left: 12.13vw;
}
#Top main .lead_sec h1 img {
  width: 100%;
}
#Top main .lead_sec dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px 0 30px;
}
#Top main .lead_sec dl dt {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-right: 6px;
  transform: rotate(0.03deg);
}
#Top main .lead_sec dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 18px;
  border-radius: 9px;
  background-color: #ffffff;
}
#Top main .lead_sec dl dd {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  transform: rotate(0.03deg);
}
#Top main .lead_sec p {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding: 0 72px;
}
#Top main .lead_sec p .ruby {
  position: relative;
  white-space: nowrap;
}
#Top main .lead_sec p .ruby small {
  font-size: 10px;
  position: absolute;
  width: 200%;
  left: -25%;
  top: -9px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  transform: scale(0.75);
  transform-origin: left top;
}
#Top main .lead_sec p.day {
  width: 256px;
  margin: -5vw auto 0;
  padding: 0;
}
#Top main .lead_sec .zoo_info {
  position: relative;
}
#Top main .lead_sec .zoo_info p {
  position: relative;
  z-index: 5;
  /*width: 256px;
  margin: auto;
  padding: 0;*/
  padding: 0 74px;
}
#Top main .lead_sec .zoo_info .ani_left {
  position: absolute;
  bottom: 6px;
  left: 0;
}
#Top main .lead_sec .zoo_info .ani_left li.l01 {
  width: 55px;
  margin-left: 0;
}
#Top main .lead_sec .zoo_info .ani_left li.l03 {
  width: 44px;
  margin-left: 7px;
  margin-top: 30px;
}
#Top main .lead_sec .zoo_info .ani_left li.l04 {
  width: 58px;
  margin-left: -6px;
  margin-top: 4px;
}
#Top main .lead_sec .zoo_info .ani_left li.l05 {
  width: 62px;
  margin: 30px 0 0 0;
}
#Top main .lead_sec .zoo_info .ani_left li.l06 {
  width: 52px;
  margin: -11px 0 0 0;
}
#Top main .lead_sec .zoo_info .ani_right {
  position: absolute;
  right: -94px;
  bottom: 0;
}
#Top main .lead_sec .zoo_info .ani_right li.r01 {
  width: 125px;
  margin-right: 30px;
  z-index: 2;
  position: relative;
}
#Top main .lead_sec .zoo_info .ani_right li.r02 {
  width: 94px;
  margin: -39px 0 0 6px;
}
#Top main .lead_sec .zoo_info .ani_right li.r03 {
  width: 58px;
  margin: 13px 0 0 8px;
}
#Top main .lead_sec .zoo_info .ani_right li.r04 {
  width: 48px;
  margin: 6px 0 0 17px;
}
#Top main .lead_sec .zoo_info .ani_right li.r05 {
  width: 141px;
  margin: 16px 0 0 15px;
}
#Top main .midokoro_sec {
  margin-bottom: 75px;
}
#Top main .midokoro_sec h2 {
  width: 298px;
  left: calc(50% - 149px);
  padding-left: 5px;
}
#Top main .midokoro_sec .bg_white {
  padding-top: 3px;
  background: url(/zoo/images/top/sp/bg01.png) repeat-y left top/contain;
  margin-bottom: -16px;
  z-index: 2;
}
#Top main .midokoro_sec .mido {
  position: relative;
  /*border-bottom: #c8e7e9 dotted 4px;*/
  padding: 30px 0 36px;
  /* POINT 1 */
  /* POINT 2 */
  /* POINT 3 */
  /* POINT 4 */
  /* POINT 5 */
}
#Top main .midokoro_sec .mido::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: url(/zoo/images/top/sp/dot.png) repeat-x left bottom/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
#Top main .midokoro_sec .mido .midokoro_icon {
  display: flex;
  justify-content: center;
}
#Top main .midokoro_sec .mido .midokoro_icon p {
  width: 73px;
  margin: 0 7px;
}
#Top main .midokoro_sec .mido h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  width: 100%;
  height: 30px;
  border-radius: 15px;
  background-color: #b3cc75;
  margin-bottom: 10px;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido h4 small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.07em;
}
#Top main .midokoro_sec .mido .midokoro_box {
  padding-bottom: 8px;
}
#Top main .midokoro_sec .mido .midokoro_box .ttl h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 9px;
  letter-spacing: 0.05em;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box .ttl p {
  width: 70px;
  height: 21.12px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 21.12px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #ed811b;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transform: scale(0.9);
  transform-origin: left top;
}
#Top main .midokoro_sec .mido .midokoro_box .ttl p strong {
  font-size: 17.6px;
  font-weight: 400;
  margin-left: 4px;
}
#Top main .midokoro_sec .mido .midokoro_box ul li {
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 16px;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box ul li::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ed811b;
  position: absolute;
  left: 0;
  top: 5px;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .mido_subttl {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .mido_subttl small {
  font-size: 13px;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .mido_subttl a {
  background: linear-gradient(transparent 84%, #000 84%, #000 88%, transparent 88%, transparent 100%);
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .time {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: 4px;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl {
  display: flex;
  width: 100%;
  margin: 7px auto 0;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl dt {
  font-size: 15px;
  line-height: 1.3;
  padding-left: 16px;
  width: 86px;
  box-sizing: border-box;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl dt::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d5c8a0;
  position: absolute;
  left: 0;
  top: 3px;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl dd {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.07em;
  width: calc(100% - 86px);
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido picture {
  display: block;
  margin: auto;
}
#Top main .midokoro_sec .mido picture img {
  width: 100%;
}
#Top main .midokoro_sec .mido.mido1 .midokoro_icon p.kan {
  width: 77px;
}
#Top main .midokoro_sec .mido.mido1 picture {
  /*width: 209px;*/
  width: 55.73vw;
}
#Top main .midokoro_sec .mido.mido2 {
  padding: 30px 0 28px;
}
#Top main .midokoro_sec .mido.mido2 .midokoro_box .ttl p {
  background-color: #00a0e9;
}
#Top main .midokoro_sec .mido.mido2 .midokoro_box ul li::before {
  background-color: #00a0e9;
}
#Top main .midokoro_sec .mido.mido2 picture {
  margin-left: calc(-6.5vw - 20px);
  margin-right: calc(1.4vw - 20px);
}
#Top main .midokoro_sec .mido.mido3 .midokoro_box .ttl p {
  background-color: #e74291;
}
#Top main .midokoro_sec .mido.mido3 .midokoro_box ul li::before {
  background-color: #e74291;
}
#Top main .midokoro_sec .mido.mido3 picture {
  /*width: 298px;*/
  width: 79.47vw;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box {
  padding-bottom: 0;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box .ttl p {
  background-color: #009944;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box ul {
  display: flex;
  justify-content: center;
  margin: 0 -8px;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box ul li {
  margin: 0 8px;
  padding-left: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box ul li::before {
  background-color: #009944;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box ul li.nocircle {
  padding-left: 0;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box ul li.nocircle::before {
  display: none;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox dl dt::before {
  background-color: #009944;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_left picture {
  margin: 15px auto 23px;
  width: 269px;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right {
  position: relative;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right .mido_subttl {
  margin: -2px 0 12px;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right picture {
  width: 99px;
  position: absolute;
  right: -6px;
  bottom: 58px;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right .uke {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border: #b3cc75 1px solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 9px 0;
  margin-top: 18px;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right .uke strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 13px;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right .uke span {
  position: absolute;
  right: calc(50% - 123px);
  text-align: center;
  background: rgba(243, 248, 237, 0.85);
  border-radius: 2px;
  display: flex;
  z-index: 2;
  width: 132px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  top: calc(50% - 9px);
}
#Top main .midokoro_sec .mido.mido5 {
  padding: 34px 0 0;
}
#Top main .midokoro_sec .mido.mido5::after {
  display: none;
}
#Top main .midokoro_sec .mido.mido5 h4 {
  height: 55px;
  border-radius: 28px;
  background-color: #d5c8a0;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box {
  padding-bottom: 0;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .ttl p {
  background-color: #946744;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works .wbox dl {
  max-width: 269px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works .wbox .mido_subttl {
  margin-top: 10px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works .wbox.w_left h4 {
  height: 30px;
  border-radius: 15px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 .wbox {
  margin-bottom: 22px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 .wbox dl {
  max-width: 212px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 .wbox.w_right dl {
  max-width: 252px;
}
#Top main .map_sec {
  margin-bottom: 72px;
}
#Top main .map_sec .container::before {
  content: "";
  display: block;
  width: 132px;
  height: 92px;
  background: url(/zoo/images/top/animal03a.png) no-repeat 0 0/contain;
  position: absolute;
  right: -54px;
  top: -104px;
  z-index: 3;
}
#Top main .map_sec .container::after {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background: url(/zoo/images/top/animal05.png) no-repeat 0 0/contain;
  position: absolute;
  left: -22px;
  bottom: -47px;
}
#Top main .map_sec .bg_white {
  background: url(/zoo/images/top/sp/bg02.png) repeat-y left top/contain;
  padding: 2px 25px 0;
  margin-bottom: -11px;
  z-index: 2;
  /*border-color: #fec8c2;*/
}
#Top main .map_sec .bg_white h2 {
  width: 298px;
  left: calc(50% - 149px);
  /*top: -66px;*/
  top: -18.93vw;
}
#Top main .map_sec .bg_white h3 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #ed811b;
  width: 108px;
  height: 26px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  transform: rotate(0.03deg);
}
#Top main .map_sec .bg_white h3.b1ttl {
  margin-top: 26px;
}
#Top main .map_sec .bg_white .leaves {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 19px 0 13px;
}
#Top main .map_sec .bg_white .leaves h3 {
  background: none;
  color: #000;
  width: auto;
  height: auto;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}
#Top main .map_sec .bg_white .leaves ul {
  display: flex;
  flex-wrap: wrap;
  width: 186px;
  margin: auto;
}
#Top main .map_sec .bg_white .leaves ul li {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
  padding-left: 20px;
  letter-spacing: 0.07em;
  position: relative;
  transform: rotate(0.03deg);
}
#Top main .map_sec .bg_white .leaves ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/zoo/images/top/leaf01.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 1px;
}
#Top main .map_sec .bg_white .leaves ul li span {
  color: #de829a;
}
#Top main .map_sec .bg_white .leaves ul li.blue::before {
  background-image: url(/zoo/images/top/leaf02.svg);
}
#Top main .map_sec .bg_white .leaves ul li.blue span {
  color: #729dcc;
}
#Top main .map_sec .bg_white .leaves ul li.olive::before {
  background-image: url(/zoo/images/top/leaf03.svg);
}
#Top main .map_sec .bg_white .leaves ul li.olive span {
  color: #94a64b;
}
#Top main .map_sec .bg_white .leaves ul li.purple::before {
  background-image: url(/zoo/images/top/leaf04.svg);
}
#Top main .map_sec .bg_white .leaves ul li.purple span {
  color: #9c7fb2;
}
#Top main .map_sec .bg_white .leaves ul li.orange::before {
  background-image: url(/zoo/images/top/leaf05.svg);
}
#Top main .map_sec .bg_white .leaves ul li.orange span {
  color: #e59829;
}
#Top main .map_sec .bg_white .leaves ul li.brown::before {
  background-image: url(/zoo/images/top/leaf06.svg);
}
#Top main .map_sec .bg_white .leaves ul li.brown span {
  color: #9f7e61;
}
#Top main .map_sec .bg_white .leaves ul li.green::before {
  background-image: url(/zoo/images/top/leaf07.svg);
}
#Top main .map_sec .bg_white .leaves ul li.green span {
  color: #66a777;
}
#Top main .map_sec .bg_white .leaves ul li.loupe::before {
  background-image: url(/zoo/images/top/loupe.png);
}
#Top main .map_sec .bg_white picture {
  display: block;
}
#Top main .map_sec .bg_white picture.f1 {
  margin-left: -1px;
}
#Top main .map_sec .bg_white .po {
  text-align: center;
  margin-bottom: 17px;
  transform: rotate(0.03deg);
}
#Top main .map_sec .bg_white .po span {
  background: url(/zoo/images/top/sp/pinchout.png) no-repeat left top;
  background-size: 22px 22px;
  padding-left: 29px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#Top main .info_sec .container::after {
  content: "";
  display: block;
  width: 122px;
  height: 211px;
  background: url(/zoo/images/top/animal02.png) no-repeat 0 0/contain;
  position: absolute;
  right: -22px;
  bottom: -34px;
}
#Top main .info_sec .bg_white {
  padding: 8px 25px 1px;
  background: url(/zoo/images/top/sp/bg03.png) repeat-y left top/contain;
  margin-bottom: -38px;
  /*border-color: #b5d1e0;*/
}
#Top main .info_sec .bg_white h2 {
  width: 207px;
  left: calc(50% - 104px);
  padding-left: 2px;
  /*top: -72px;*/
  top: -19.2vw;
}
#Top main .info_sec .bg_white h3 {
  font-size: 18px;
  color: #ffffff;
  width: 255px;
  height: 39px;
  font-weight: 500;
  background: url(/zoo/images/top/sp/tlbg04.png) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  letter-spacing: 0.04em;
  transform: rotate(0.03deg);
}
#Top main .info_sec .bg_white .tbl {
  width: 100%;
  margin: 20px auto 28px;
}
#Top main .info_sec .bg_white .tbl table {
  width: 100%;
  border-collapse: separate;
  background-color: #e6e6e6;
  border-radius: 5px;
  border-spacing: 1px;
}
#Top main .info_sec .bg_white .tbl table tr th, #Top main .info_sec .bg_white .tbl table tr td {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  background-clip: padding-box;
}
#Top main .info_sec .bg_white .tbl table tr th b, #Top main .info_sec .bg_white .tbl table tr td b {
  display: block;
  transform: rotate(0.03deg);
  font-weight: 500;
}
#Top main .info_sec .bg_white .tbl table tr th small, #Top main .info_sec .bg_white .tbl table tr td small {
  font-size: 11px;
  display: block;
}
#Top main .info_sec .bg_white .tbl table tr th span, #Top main .info_sec .bg_white .tbl table tr td span {
  display: block;
  font-size: 12px;
}
#Top main .info_sec .bg_white .tbl table tr th {
  background-color: #f9f6f6;
  padding: 8px 0;
}
#Top main .info_sec .bg_white .tbl table tr th.w {
  background-color: #ffffff;
}
#Top main .info_sec .bg_white .tbl table tr td {
  padding: 0 5px;
}
#Top main .info_sec .bg_white .tbl table tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
#Top main .info_sec .bg_white .tbl table tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
#Top main .info_sec .bg_white .tbl table tr.free th {
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  padding-left: 16px;
  border-radius: 0 0 0 5px;
}
#Top main .info_sec .bg_white .tbl table tr.free td:last-child {
  border-radius: 0 0 5px 0;
}
#Top main .info_sec .bg_white .access {
  width: 100%;
  position: relative;
  z-index: 1;
}
#Top main .info_sec .bg_white .access dl {
  margin-bottom: 15px;
}
#Top main .info_sec .bg_white .access dl dt {
  font-size: 15px;
  line-height: 1.3;
  padding-left: 16px;
  transform: rotate(0.03deg);
}
#Top main .info_sec .bg_white .access dl dt::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ed811b;
  position: absolute;
  left: 0;
  top: 3px;
}
#Top main .info_sec .bg_white .access dl dd {
  font-size: 15px;
  line-height: 1.3;
  padding-left: 16px;
  transform: rotate(0.03deg);
}

html.webp body#Top div#AllBox main .lead_sec::before {
  background: url(/zoo/images/top/sp/animals_left.webp) no-repeat left bottom;
  background-size: 62px auto;
}

html.no-webp body#Top div#AllBox main .lead_sec::before {
  background: url(/zoo/images/top/sp/animals_left.png) no-repeat left bottom;
  background-size: 62px auto;
}

html.webp body#Top div#AllBox main .lead_sec::after {
  background: url(/zoo/images/top/sp/animals_right.webp) no-repeat right bottom;
  background-size: 63px auto;
}

html.no-webp body#Top div#AllBox main .lead_sec::after {
  background: url(/zoo/images/top/sp/animals_right.png) no-repeat right bottom;
  background-size: 63px auto;
}

html.webp body#Top div#AllBox main .midokoro_sec h2 {
  background: url(/zoo/images/top/sp/tlbg01.webp) no-repeat center center/contain;
}

html.no-webp body#Top div#AllBox main .midokoro_sec h2 {
  background: url(/zoo/images/top/sp/tlbg01.png) no-repeat center center/contain;
}

html.webp body#Top div#AllBox main .map_sec h2 {
  background: url(/zoo/images/top/sp/tlbg02.webp) no-repeat center center/contain;
}

html.no-webp body#Top div#AllBox main .map_sec h2 {
  background: url(/zoo/images/top/sp/tlbg02.png) no-repeat center center/contain;
}

html.webp body#Top div#AllBox main .info_sec h2 {
  background: url(/zoo/images/top/sp/tlbg03.webp) no-repeat center center/contain;
}

html.no-webp body#Top div#AllBox main .info_sec h2 {
  background: url(/zoo/images/top/sp/tlbg03.png) no-repeat center center/contain;
}