@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;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
  overflow: hidden;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 108px;
}
header .header_inner .logo {
  padding: 50px 0 0 50px;
}
header .header_inner .logo img {
  width: 278px;
}

/* footer
==================================*/
footer {
  position: relative;
  overflow: hidden;
}
footer .footer_inner {
  max-width: 1260px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .footer_inner .left_box {
  width: 56.4%;
  max-width: 640px;
}
footer .footer_inner .left_box .logo {
  margin-bottom: 18px;
}
footer .footer_inner .left_box .logo img {
  width: 323px;
}
footer .footer_inner .left_box p {
  font-size: 15px;
  line-height: 1.7;
  transform: rotate(0.03deg);
}
footer .footer_inner .left_box p.aff {
  width: 151px;
  margin: 26px 0 24px;
}
footer .footer_inner .left_box .sns {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
footer .footer_inner .left_box .sns li.tw {
  width: 29px;
  margin-right: 13px;
}
footer .footer_inner .left_box .sns li.ig {
  width: 27px;
  margin-right: 15px;
}
footer .footer_inner .left_box .sns li.yt {
  width: 25px;
  margin-right: 16px;
}
footer .footer_inner .left_box .sns li.fb {
  width: 24px;
}
footer .footer_inner .left_box dl {
  display: flex;
  margin-bottom: 20px;
}
footer .footer_inner .left_box dl dt, footer .footer_inner .left_box dl dd {
  font-size: 15px;
  line-height: 1.7;
  transform: rotate(0.03deg);
}
footer .footer_inner .left_box dl dt span {
  display: block;
  width: 51px;
  border-radius: 5px;
  background-color: #ed811b;
  color: #ffffff;
  text-align: center;
  padding: 1px 0 1px;
  margin: -1px 9px 0 0;
}
footer .footer_inner .right_box {
  width: 38.5%;
  max-width: 446px;
}
footer .footer_inner .right_box .tw_box {
  margin-top: 7px;
}
footer .anime {
  position: relative;
  z-index: -1;
  padding-top: 91px;
  width: 100%;
  max-width: 919px;
  /*margin: -19px auto 0;*/
  margin: 0 auto 0;
}
footer .anime .bg {
  width: 100%;
  margin: 0 auto -14.57vw;
}
footer .anime .animal_anime li {
  position: absolute;
}
footer .anime .animal_anime li picture {
  display: block;
}
footer .anime .animal_anime li.l01 {
  width: 59px;
  left: 121px;
  top: 84px;
}
footer .anime .animal_anime li.l02 {
  width: 69px;
  left: 53px;
  top: 114px;
}
footer .anime .animal_anime li.r01 {
  width: 110px;
  right: 153px;
  top: 78px;
}
footer .anime .animal_anime li.r02 {
  width: 102px;
  right: 36px;
  top: 102px;
}
footer .copy {
  width: 100%;
  height: 14.57vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 35px;
}
footer .copy small {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

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

html.no-webp body {
  background: url(/zoo/images/common/bg.jpg) repeat center top;
  background-size: 100% auto;
}

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

html.no-webp body div#AllBox footer .copy {
  background: url(/zoo/images/common/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: 28px 0 100px;
}
#Top main .container {
  max-width: 1284px;
  position: relative;
}
#Top main .bg_white {
  padding: 0 134px;
  position: relative;
}
@media (max-width: 1400px) {
  #Top main .bg_white {
    padding: 0 9.57vw;
  }
}
#Top main h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #ffffff;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  top: -97px;
}
#Top main .lead_sec {
  position: relative;
}
#Top main .lead_sec h1 {
  margin-left: 25vw;
}
#Top main .lead_sec h1 img {
  width: 100%;
}
#Top main .lead_sec dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
#Top main .lead_sec dl dt {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-right: 13px;
  transform: rotate(0.03deg);
}
#Top main .lead_sec dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 26px;
  border-radius: 13px;
  background-color: #ffffff;
}
#Top main .lead_sec dl dd {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#Top main .lead_sec p {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-bottom: 96px;
}
#Top main .lead_sec p ruby > rt {
  letter-spacing: 0;
}
#Top main .lead_sec p .ruby {
  position: relative;
}
#Top main .lead_sec p .ruby small {
  font-size: 10px;
  position: absolute;
  width: 180%;
  left: -34%;
  top: -12px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  transform: scale(0.9);
  transform-origin: left top;
}
#Top main .lead_sec p.day {
  width: 463px;
  margin: -3vw auto 13px;
}
#Top main .lead_sec p.catch {
  width: 15.21vw;
  position: absolute;
  right: 10.64vw;
  top: 22.64vw;
}
#Top main .lead_sec .zoo_info {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  /*padding: 0 253px;
  box-sizing: border-box;*/
}
@media (max-width: 1250px) {
  #Top main .lead_sec .zoo_info {
    max-width: 100%;
  }
}
#Top main .lead_sec .zoo_info p {
  z-index: 2;
  position: relative;
}
#Top main .lead_sec .zoo_info .ani_left {
  position: absolute;
  /*left: -40px;*/
  left: -2.86vw;
  bottom: 0;
}
@media (max-width: 1250px) {
  #Top main .lead_sec .zoo_info .ani_left {
    left: 0;
  }
}
#Top main .lead_sec .zoo_info .ani_left li.l01 {
  width: 170px;
  margin-left: 53px;
}
@media (max-width: 1250px) {
  #Top main .lead_sec .zoo_info .ani_left li.l01 {
    position: absolute;
    left: 32px;
    bottom: 630px;
  }
}
#Top main .lead_sec .zoo_info .ani_left li.l02 {
  width: 260px;
  margin-top: 4px;
}
@media (max-width: 1250px) {
  #Top main .lead_sec .zoo_info .ani_left li.l02 {
    margin-left: 43px;
  }
}
#Top main .lead_sec .zoo_info .ani_left li.l03 {
  width: 79px;
  margin-left: 244px;
  margin-bottom: 29px;
}
@media (max-width: 1250px) {
  #Top main .lead_sec .zoo_info .ani_left li.l03 {
    margin-left: 204px;
    margin-top: 10px;
  }
}
#Top main .lead_sec .zoo_info .ani_left li.l04 {
  width: 102px;
  left: 164px;
  position: absolute;
  bottom: 336px;
}
@media (max-width: 1250px) {
  #Top main .lead_sec .zoo_info .ani_left li.l04 {
    left: 124px;
  }
}
#Top main .lead_sec .zoo_info .ani_left li.l05 {
  width: 248px;
  margin: 0 0 100px 5px;
}
#Top main .lead_sec .zoo_info .ani_left li.l06 {
  width: 276px;
  position: absolute;
  left: 18px;
  bottom: 0;
}
#Top main .lead_sec .zoo_info .ani_right {
  position: absolute;
  /*right: -87px;*/
  right: -6.21vw;
  top: -172px;
  height: calc(100% + 172px);
}
#Top main .lead_sec .zoo_info .ani_right li {
  position: absolute;
}
#Top main .lead_sec .zoo_info .ani_right li.r01 {
  width: 201px;
  z-index: 2;
  top: 53px;
  right: 85px;
}
#Top main .lead_sec .zoo_info .ani_right li.r02 {
  width: 187px;
  top: 0;
  right: 0;
}
#Top main .lead_sec .zoo_info .ani_right li.r03 {
  width: 116px;
  top: 267px;
  right: 263px;
}
#Top main .lead_sec .zoo_info .ani_right li.r04 {
  width: 95px;
  right: 253px;
  top: 321px;
}
#Top main .lead_sec .zoo_info .ani_right li.r05 {
  width: 281px;
  right: 64px;
  bottom: -39px;
}
#Top main .midokoro_sec {
  margin-bottom: 124px;
}
#Top main .midokoro_sec h2 {
  width: 495px;
  left: calc(50% - 248px);
  padding-left: 12px;
}
#Top main .midokoro_sec .bg_white {
  background: url(/zoo/images/top/bg01.png) repeat-y left center/contain;
  margin-top: -70px;
  margin-bottom: -70px;
}
@media (max-width: 1400px) {
  #Top main .midokoro_sec .bg_white {
    margin-top: -5vw;
    margin-bottom: -5vw;
  }
}
#Top main .midokoro_sec .mido {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 37px 0 45px;
  /* POINT 1 */
  /* POINT 2 */
  /* POINT 3 */
  /* POINT 4 */
  /* POINT 5 */
}
#Top main .midokoro_sec .mido::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url(/zoo/images/top/dot.png) repeat-x left bottom/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
#Top main .midokoro_sec .mido .midokoro_icon {
  order: 2;
}
#Top main .midokoro_sec .mido .midokoro_icon p {
  width: 120px;
}
#Top main .midokoro_sec .mido .midokoro_icon p:not(:last-child) {
  margin-bottom: 15px;
}
#Top main .midokoro_sec .mido h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  height: 35px;
  border-radius: 18px;
  background-color: #b3cc75;
  margin-bottom: 14px;
  letter-spacing: 0em;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido h4 small {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: 28px;
}
#Top main .midokoro_sec .mido .midokoro_box {
  order: 0;
}
#Top main .midokoro_sec .mido .midokoro_box .ttl h3 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
#Top main .midokoro_sec .mido .midokoro_box .ttl p {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  background-color: #ed811b;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
#Top main .midokoro_sec .mido .midokoro_box .ttl p strong {
  font-size: 22px;
  line-height: 13px;
  font-weight: 500;
  margin-left: 9px;
}
#Top main .midokoro_sec .mido .midokoro_box ul li {
  font-size: 18px;
  line-height: 1.9;
  padding-left: 19px;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ed811b;
  position: absolute;
  left: 0;
  top: 9px;
}
#Top main .midokoro_sec .mido .midokoro_box .works {
  display: flex;
  justify-content: space-between;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox {
  width: calc(50% - 22px);
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox a:hover {
  opacity: 0.7;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .mido_subttl {
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .mido_subttl small {
  font-size: 18px;
  display: inline-block;
  transform: rotate(0.03deg);
}
#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 .mido_subttl a:hover {
  opacity: 1;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox .time {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin: 2px 0 11px;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl {
  display: flex;
  width: 100%;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl dt {
  font-size: 18px;
  line-height: 1.7;
  padding-left: 19px;
  width: 99px;
  box-sizing: border-box;
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d5c8a0;
  position: absolute;
  left: 0;
  top: 9px;
}
#Top main .midokoro_sec .mido .midokoro_box .works .wbox dl dd {
  font-size: 18px;
  line-height: 1.7;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  width: calc(100% - 99px);
  transform: rotate(0.03deg);
}
#Top main .midokoro_sec .mido.mido1 .midokoro_icon p {
  width: 123px;
}
#Top main .midokoro_sec .mido.mido1 .midokoro_icon p:not(:last-child) {
  margin-bottom: 8px;
}
#Top main .midokoro_sec .mido.mido1 .midokoro_icon p.kan {
  width: 129px;
}
#Top main .midokoro_sec .mido.mido1 picture {
  width: 318px;
}
#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.mido3 {
  padding: 44px 0 42px;
}
#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: 375px;
}
#Top main .midokoro_sec .mido.mido4 {
  padding: 70px 0 65px;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_icon {
  position: absolute;
  right: 0;
  top: 38px;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box {
  width: 100%;
}
#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 -0.5em 14px;
}
#Top main .midokoro_sec .mido.mido4 .midokoro_box ul li {
  margin: 0 0.5em;
  letter-spacing: 0em;
}
#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 {
  width: 100%;
  max-width: 381px;
  display: block;
  margin: auto;
}
#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-bottom: 16px;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right picture {
  width: 123px;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -25px;
}
#Top main .midokoro_sec .mido.mido4 .works .wbox.w_right .uke {
  font-size: 0;
  width: 157px;
  height: 138px;
  position: absolute;
  right: -71px;
  top: -7px;
}
#Top main .midokoro_sec .mido.mido5 {
  padding: 49px 0 80px;
}
#Top main .midokoro_sec .mido.mido5::after {
  display: none;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_icon {
  position: absolute;
  right: 0;
  top: 31px;
  z-index: 2;
}
#Top main .midokoro_sec .mido.mido5 h4 {
  background-color: #d5c8a0;
  margin-bottom: 26px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box {
  width: 100%;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works h4 {
  margin-bottom: 14px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works .mido_subttl {
  letter-spacing: -0.02em;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works .w_right dl {
  max-width: 390px;
  margin: auto;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 {
  margin-bottom: 46px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 .mido_subttl {
  margin-top: 17px;
  letter-spacing: 0.05em;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 .w_left dl {
  max-width: 252px;
  margin: auto;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .works.w46 .w_right dl {
  max-width: 100%;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .ttl h3 {
  margin-bottom: 16px;
}
#Top main .midokoro_sec .mido.mido5 .midokoro_box .ttl p {
  background-color: #946744;
}
#Top main .map_sec {
  margin-bottom: 122px;
}
#Top main .map_sec .container::before {
  content: "";
  display: block;
  width: 190px;
  height: 182px;
  background: url(/zoo/images/top/inst03.png) no-repeat 0 0/contain;
  position: absolute;
  left: 28px;
  top: -27px;
  z-index: 1;
}
#Top main .map_sec .container::after {
  content: "";
  display: block;
  width: 263px;
  height: 183px;
  background: url(/zoo/images/top/animal03a.png) no-repeat 0 0/contain;
  position: absolute;
  right: 16px;
  top: -23px;
}
#Top main .map_sec .bg_white {
  background: url(/zoo/images/top/bg02.png) repeat-y left center/contain;
  padding: 57px 0 90px;
  margin-top: -70px;
  margin-bottom: -70px;
}
@media (max-width: 1400px) {
  #Top main .map_sec .bg_white {
    margin-top: -5vw;
    margin-bottom: -5vw;
  }
}
#Top main .map_sec .bg_white::after {
  content: "";
  display: block;
  width: 236px;
  height: 148px;
  background: url(/zoo/images/top/animal05.png) no-repeat 0 0/contain;
  position: absolute;
  left: -31px;
  bottom: -79px;
  z-index: 1;
}
#Top main .map_sec .bg_white h2 {
  width: 510px;
  left: calc(50% - 255px);
  padding-left: 8px;
}
#Top main .map_sec .bg_white h3 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #ed811b;
  width: 180px;
  height: 43px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#Top main .map_sec .bg_white h3.b1ttl {
  margin-top: 58px;
}
#Top main .map_sec .bg_white .leaves {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin: 0 122px 70px;
  padding: 37px 0 30px;
}
#Top main .map_sec .bg_white .leaves h3 {
  background: none;
  color: #000;
  width: auto;
  height: auto;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-left: 6px;
}
#Top main .map_sec .bg_white .leaves ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 726px;
  margin: auto;
}
#Top main .map_sec .bg_white .leaves ul li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
  width: 255px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}
#Top main .map_sec .bg_white .leaves ul li::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  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 {
  width: 242px;
}
#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 {
  width: 223px;
}
#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 {
  width: 430px;
}
#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 {
  width: 242px;
}
#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 {
  width: 205px;
}
#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: 0 39px 0 43px;
}
#Top main .map_sec .bg_white picture.b1 {
  margin: 0 79px 0 78px;
}
#Top main .info_sec .container::before {
  content: "";
  display: block;
  width: 368px;
  height: 90px;
  background: url(/zoo/images/top/animal06.png) no-repeat 0 0/contain;
  position: absolute;
  right: 7px;
  top: -59px;
  z-index: 1;
}
#Top main .info_sec .container::after {
  content: "";
  display: block;
  width: 176px;
  height: 304px;
  background: url(/zoo/images/top/animal02a.png) no-repeat 0 0/contain;
  position: absolute;
  right: 84px;
  bottom: -65px;
}
#Top main .info_sec .bg_white {
  padding: 67px 0 56px;
  background: url(/zoo/images/top/bg03.png) repeat-y left center/contain;
  margin-top: -53px;
  margin-bottom: -70px;
}
@media (max-width: 1400px) {
  #Top main .info_sec .bg_white {
    margin-top: -3.79vw;
    margin-bottom: -5vw;
  }
}
#Top main .info_sec .bg_white h2 {
  width: 393px;
  left: calc(50% - 197px);
  padding-left: 14px;
}
#Top main .info_sec .bg_white h3 {
  font-size: 22px;
  color: #ffffff;
  width: 312px;
  height: 48px;
  font-weight: 400;
  background: url(/zoo/images/top/tlbg04.png) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  letter-spacing: 0.05em;
  padding-left: 3px;
}
#Top main .info_sec .bg_white .tbl {
  width: 100%;
  max-width: 773px;
  margin: 19px auto 59px;
}
#Top main .info_sec .bg_white .tbl table {
  width: 100%;
  border-collapse: separate;
  background-color: #e6e6e6;
  border-radius: 10px;
  border-spacing: 2px;
}
#Top main .info_sec .bg_white .tbl table tr th, #Top main .info_sec .bg_white .tbl table tr td {
  font-size: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  /*border-bottom: #e6e6e6 2px solid;
  border-right: #e6e6e6 2px solid;*/
  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: 15px;
}
#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 22px;
}
#Top main .info_sec .bg_white .tbl table tr:first-child th:first-child {
  width: 35%;
  border-radius: 10px 0 0 0;
}
#Top main .info_sec .bg_white .tbl table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
#Top main .info_sec .bg_white .tbl table tr.free th {
  letter-spacing: 0;
  border-radius: 0 0 0 10px;
}
#Top main .info_sec .bg_white .tbl table tr.free td:last-child {
  border-radius: 0 0 10px 0;
}
#Top main .info_sec .bg_white .access {
  padding: 0 0 0 36px;
  width: 100%;
  max-width: 773px;
  margin: auto;
  box-sizing: border-box;
}
#Top main .info_sec .bg_white .access dl {
  display: flex;
  margin-bottom: 22px;
}
#Top main .info_sec .bg_white .access dl dt {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 19px;
  width: 120px;
  box-sizing: border-box;
  transform: rotate(0.03deg);
}
#Top main .info_sec .bg_white .access dl dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ed811b;
  position: absolute;
  left: 0;
  top: 5px;
}
#Top main .info_sec .bg_white .access dl dd {
  font-size: 18px;
  line-height: 1.4;
  transform: rotate(0.03deg);
}

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

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

html.webp body#Top div#AllBox main .midokoro_sec .mido2 {
  background: url(/zoo/images/top/point02.webp) no-repeat center left 46%;
  background-size: 72.4% auto;
}

html.no-webp body#Top div#AllBox main .midokoro_sec .mido2 {
  background: url(/zoo/images/top/point02.png) no-repeat center left 46%;
  background-size: 72.4% auto;
}

html.webp body#Top div#AllBox main .midokoro_sec .mido4 .uke {
  background: url(/zoo/images/top/point04c.webp) no-repeat 0 0/contain;
}

html.no-webp body#Top div#AllBox main .midokoro_sec .mido4 .uke {
  background: url(/zoo/images/top/point04c.png) no-repeat 0 0/contain;
}

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

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

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

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