@charset "UTF-8";
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 720px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 721px ) { /*TB*/ }
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.5s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.5s 1.8s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.5s 2.1s 1 ease normal forwards;
          animation: fadeUp 0.5s 2.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.5s 2.4s 1 ease normal forwards;
          animation: fadeUp 0.5s 2.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.5s 2.7s 1 ease normal forwards;
          animation: fadeUp 0.5s 2.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.5s 3s 1 ease normal forwards;
          animation: fadeUp 0.5s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.5s 3.3s 1 ease normal forwards;
          animation: fadeUp 0.5s 3.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.5s 3.6s 1 ease normal forwards;
          animation: fadeUp 0.5s 3.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


#top_hed {
  position: fixed;
  top: 0;
  left: 0;
  background: none;
}
#top_hed h1#logo {
  opacity: 0;
}
#top_hed.fixed {
  background: #fff;
}
#top_hed.fixed h1#logo {
  opacity: 1;
}
@media screen and (max-width: 1080px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  #top_hed { /*SP*/ }
  #top_hed h1#logo {
    opacity: 1;
    padding-top: 5px;
  }
}

/*共通------------------------------------------*/
h1.top-title {
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1.top-title span {
  display: block;
}
h1.top-title .title-main > span, h1.top-title .title-sub > span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}

h1.icon-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 10px 1fr;
  grid-template-columns: 5em 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px 10px;
      grid-template-areas: "icon title-main" "icon title-sub";
}

.title-icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  max-width: 4em;
  grid-area: icon;
  text-align: right;
}

.title-main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title-main;
  font-size: 150%;
  position: relative;
}

.title-sub {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: title-sub;
}

.effect .title-main > span:nth-child(1), .effect .title-sub > span:nth-child(1) {
  -webkit-animation: fadeUp 0.25s 0.1s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(2), .effect .title-sub > span:nth-child(2) {
  -webkit-animation: fadeUp 0.25s 0.2s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(3), .effect .title-sub > span:nth-child(3) {
  -webkit-animation: fadeUp 0.25s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(4), .effect .title-sub > span:nth-child(4) {
  -webkit-animation: fadeUp 0.25s 0.4s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(5), .effect .title-sub > span:nth-child(5) {
  -webkit-animation: fadeUp 0.25s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(6), .effect .title-sub > span:nth-child(6) {
  -webkit-animation: fadeUp 0.25s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(7), .effect .title-sub > span:nth-child(7) {
  -webkit-animation: fadeUp 0.25s 0.7s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(8), .effect .title-sub > span:nth-child(8) {
  -webkit-animation: fadeUp 0.25s 0.8s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(9), .effect .title-sub > span:nth-child(9) {
  -webkit-animation: fadeUp 0.25s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.25s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(10), .effect .title-sub > span:nth-child(10) {
  -webkit-animation: fadeUp 0.25s 1s 1 ease normal forwards;
          animation: fadeUp 0.25s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(11), .effect .title-sub > span:nth-child(11) {
  -webkit-animation: fadeUp 0.25s 1.1s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(12), .effect .title-sub > span:nth-child(12) {
  -webkit-animation: fadeUp 0.25s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(13), .effect .title-sub > span:nth-child(13) {
  -webkit-animation: fadeUp 0.25s 1.3s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(14), .effect .title-sub > span:nth-child(14) {
  -webkit-animation: fadeUp 0.25s 1.4s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(15), .effect .title-sub > span:nth-child(15) {
  -webkit-animation: fadeUp 0.25s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(16), .effect .title-sub > span:nth-child(16) {
  -webkit-animation: fadeUp 0.25s 1.6s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(17), .effect .title-sub > span:nth-child(17) {
  -webkit-animation: fadeUp 0.25s 1.7s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(18), .effect .title-sub > span:nth-child(18) {
  -webkit-animation: fadeUp 0.25s 1.8s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(19), .effect .title-sub > span:nth-child(19) {
  -webkit-animation: fadeUp 0.25s 1.9s 1 ease normal forwards;
          animation: fadeUp 0.25s 1.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(20), .effect .title-sub > span:nth-child(20) {
  -webkit-animation: fadeUp 0.25s 2s 1 ease normal forwards;
          animation: fadeUp 0.25s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(21), .effect .title-sub > span:nth-child(21) {
  -webkit-animation: fadeUp 0.25s 2.1s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(22), .effect .title-sub > span:nth-child(22) {
  -webkit-animation: fadeUp 0.25s 2.2s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(23), .effect .title-sub > span:nth-child(23) {
  -webkit-animation: fadeUp 0.25s 2.3s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(24), .effect .title-sub > span:nth-child(24) {
  -webkit-animation: fadeUp 0.25s 2.4s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(25), .effect .title-sub > span:nth-child(25) {
  -webkit-animation: fadeUp 0.25s 2.5s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(26), .effect .title-sub > span:nth-child(26) {
  -webkit-animation: fadeUp 0.25s 2.6s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(27), .effect .title-sub > span:nth-child(27) {
  -webkit-animation: fadeUp 0.25s 2.7s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(28), .effect .title-sub > span:nth-child(28) {
  -webkit-animation: fadeUp 0.25s 2.8s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(29), .effect .title-sub > span:nth-child(29) {
  -webkit-animation: fadeUp 0.25s 2.9s 1 ease normal forwards;
          animation: fadeUp 0.25s 2.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.effect .title-main > span:nth-child(30), .effect .title-sub > span:nth-child(30) {
  -webkit-animation: fadeUp 0.25s 3s 1 ease normal forwards;
          animation: fadeUp 0.25s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
#firstview {
  background: #F0EAE3;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 720px ) {
  #firstview {
    margin-bottom: 3em;
  }
}
#firstview header {
  width: 20%;
  height: 100%;
  max-width: 340px;
  padding: 1.5em 2%;
  z-index: 5;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#firstview header h1 {
  width: 80%;
  margin: 0 auto 2em;
  text-align: center;
}
#firstview header h1 img {
  display: inline-block;
  max-width: 85%;
}
@media screen and (max-width: 1080px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  #firstview header { /*SP*/
    display: none !important;
    width: 25%;
    height: auto;
    padding: 1em 1% 0;
    border-radius: 0 0 15px 0;
  }
  #firstview header h1 {
    margin-bottom: 1em;
  }
  #firstview header h1 img {
    display: inline-block;
    max-width: 100%;
  }
  #firstview header #topmenu {
    display: none;
  }
}
#firstview #top-slide {
  text-align: center;
  width: 100%;
  padding: 4em 0 3em;
  max-height: 760px;
}
#firstview #top-slide ul li.slick-slide {
  padding: 2em 1em 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1081px ), screen and (max-width: 1080px ) and (min-width: 721px ) {
  #firstview #top-slide ul li.slick-slide { /*SP*/ }
  #firstview #top-slide ul li.slick-slide.slick-current {
    padding-top: 0 !important;
  }
}

#topmenu li {
  margin-bottom: 2em;
}
#topmenu li a {
  line-height: 1;
  display: block;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}
#topmenu li a span.sub {
  display: block;
  font-size: 75%;
  padding-top: 10px;
}
#topmenu li a:before, #topmenu li a:after {
  display: block;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topmenu li a:before {
  width: 6px;
  height: 12px;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
  border-radius: 10px;
  z-index: -1;
}
#topmenu li a:after {
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0.5em;
  background: #fff;
}
#topmenu li a:hover:before {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
}
#topmenu li a:hover:after {
  width: 90%;
}
#topmenu li:nth-child(1) a:before, #topmenu li:nth-child(1) a:after {
  background: #FF7474;
}
#topmenu li:nth-child(2) a:before, #topmenu li:nth-child(2) a:after {
  background: #FFC567;
}
#topmenu li:nth-child(3) a:before, #topmenu li:nth-child(3) a:after {
  background: #81C569;
}
#topmenu li:nth-child(4) a:before, #topmenu li:nth-child(4) a:after {
  background: #4DB0F3;
}
#topmenu li:nth-child(5) a:before, #topmenu li:nth-child(5) a:after {
  background: #C388E5;
}

#toparea-search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
#toparea-search header {
  width: 25%;
  max-width: 320px;
  z-index: 1000;
}
#toparea-search header h1 {
  margin-bottom: 1em;
}
@media screen and (max-width: 720px ) {
  #toparea-search header { /*SP*/
    width: 100%;
    max-width: inherit;
    max-width: initial;
    position: relative;
    margin-bottom: 2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  #toparea-search header h1 {
    width: 40%;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #toparea-search header #search-index {
    width: 60%;
  }
}
#toparea-search #search-index {
  background: #FF7E7E;
  border-radius: 0 10px 10px 0;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 90%;
}
@media screen and (max-width: 720px ) {
  #toparea-search #search-index { /*SP*/
    border-radius: 0;
  }
}
#toparea-search #search-index h2 {
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 1px;
  padding-left: 2.5rem;
}
#toparea-search #search-index h2:before {
  display: inline-block;
  content: "";
  width: 2em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0rem;
}
#toparea-search #search-index .tab_menu {
  padding-left: 1em;
}
#toparea-search #search-index .tab_menu li {
  line-height: 1;
  padding: 0.75em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  border-radius: 50px 0 0 50px;
  position: relative;
  cursor: pointer;
}
#toparea-search #search-index .tab_menu li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #FF7E7E;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 1em;
}
#toparea-search #search-index .tab_menu li:hover, #toparea-search #search-index .tab_menu li.active {
  background: #fff;
  color: #FF7E7E;
}
#toparea-search #search-index .tab_menu li:hover:before, #toparea-search #search-index .tab_menu li.active:before {
  background-position: #FF7E7E;
}
@media screen and (max-width: 720px ) {
  #toparea-search #search-index .tab_menu li { /*SP*/
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    height: 100%;
    border-radius: 50px;
    padding: 1em !important;
  }
  #toparea-search #search-index .tab_menu li:before {
    display: none;
  }
}
#toparea-search #search-index .tab_menu li a {
  display: block;
  padding-right: 1em;
  -webkit-transition: none !important;
  transition: none !important;
  position: relative;
  text-decoration: none;
}
#toparea-search #search-index .tab_menu li a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  margin-left: 5px;
}
#toparea-search #search_box {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 75%;
  padding-left: 1.5em;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 720px ) {
  #toparea-search #search_box { /*SP*/
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1%;
  }
}
#toparea-search #search_box h2 {
  font-size: 110%;
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #FF7E7E;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1.5em;
}
#toparea-search #search_box h2:before {
  display: inline-block;
  content: "";
  width: 1.25em;
  height: 4px;
  background: #FF7E7E;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}
@media screen and (max-width: 720px ) {
  #toparea-search { /*SP*/ }
  #toparea-search header h1 {
    font-size: 120%;
    width: 100%;
    margin-bottom: 10px;
  }
  #toparea-search header #search-index {
    width: 100%;
    padding-bottom: 0;
  }
  #toparea-search header #search-index h2 {
    font-size: 120%;
  }
  #toparea-search header #search-index .tab_menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  #toparea-search header #search-index .tab_menu li {
    font-size: 110%;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

#lifecycle_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 2em;
}
#lifecycle_menu > li {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 1080px ) and (min-width: 721px ) {
  #lifecycle_menu > li { /*SP*/
    width: 50%;
    padding: 10px;
  }
}
#lifecycle_menu > li ul li {
  font-size: 90%;
  border-bottom: 1px dashed #c1c1c1;
  padding: 7px 1em;
  padding-left: 1.25em;
  position: relative;
}
#lifecycle_menu > li ul li:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  background: #eaeaea;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}
#lifecycle_menu > li h3 {
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-size: 110%;
  letter-spacing: 2px;
}
#lifecycle_menu > li dl dt {
  margin-bottom: 1em;
  text-align: center;
}
#lifecycle_menu > li dl dd p {
  margin-top: 10px;
  text-align: right;
}
#lifecycle_menu > li:nth-child(1) ul li:before {
  background: #FFADAD;
}
#lifecycle_menu > li:nth-child(2) ul li:before {
  background: #FFE871;
}
#lifecycle_menu > li:nth-child(3) ul li:before {
  background: #BBE2AF;
}
#lifecycle_menu > li:nth-child(4) ul li:before {
  background: #9BCBFF;
}
@media screen and (max-width: 720px ) {
  #lifecycle_menu > li { /*SP*/
    width: 100%;
    padding: 5px;
  }
  #lifecycle_menu > li dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  #lifecycle_menu > li dl dt {
    text-align: center;
    width: 30%;
    position: relative;
  }
  #lifecycle_menu > li dl dt:after {
    font-size: 85%;
    line-height: 1;
    display: inline-block;
    content: "VIEW";
    background: #FF7E7E;
    color: #fff;
    padding: 3px 1em;
    border-radius: 30px;
  }
  #lifecycle_menu > li dl dd {
    width: 70%;
    padding-left: 1em;
  }
}

.tag-box {
  background: #FFE8E8;
  padding: 2em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 10px 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 720px ) {
  .tag-box { /*SP*/
    padding: 2em 2%;
  }
}
.tag-box li {
  width: 20%;
  min-width: 8em;
  padding: 0 10px;
  line-height: 1;
}
@media screen and (max-width: 1080px ) and (min-width: 721px ) {
  .tag-box li { /*SP*/
    width: 33.3%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 720px ) {
  .tag-box li { /*SP*/
    width: 50%;
    padding: 0 5px;
  }
}
.tag-box li a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
  padding-right: 1.5em;
  font-size: 90%;
}
@media screen and (max-width: 720px ) {
  .tag-box li a {
    font-size: 100%;
  }
}
.tag-box li a dl {
  padding: 1em 10px;
  padding-left: 3em;
  position: relative;
}
.tag-box li a dl dt {
  padding: 5px;
  max-width: 2.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0.5em;
}
.tag-box li a:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background: #FF7E7E;
  border: 3px solid #FFDADA;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-box li a:hover {
  text-decoration: none;
}
.tag-box li a:hover:after {
  border-color: #fff;
}

.wp-tag-cloud {
  margin-top: 1em;
  padding: 1.5em 3%;
  background: #FFDEDE;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.wp-tag-cloud label {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 1;
}
.wp-tag-cloud label input[type=checkbox], .wp-tag-cloud label input[type=radio] {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 3px;
}
.wp-tag-cloud .tag-sort-btn {
  padding-top: 1em;
}
.wp-tag-cloud .tag-sort-btn input {
  display: inline-block;
  font-size: 110%;
  padding: 0.5em 2em;
  border-radius: 0;
  min-width: 10em;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.wp-tag-cloud .tag-sort-btn input:hover {
  opacity: 0.8;
}
.wp-tag-cloud .tag-sort-btn input[type=reset] {
  border: #FF8989;
  color: #FF8989;
  background: #fff;
  border: 2px solid #FF8989;
}
.wp-tag-cloud .tag-sort-btn input[type=submit] {
  background: #FF8989;
  color: #fff;
  border: 2px solid #FF8989;
}

#toparea-event {
  margin-top: 5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.3333333333%, #fff), color-stop(33.3333333333%, #FFECB9), color-stop(66.6666666667%, #FFECB9), color-stop(66.6666666667%, #FFECB9));
  background: linear-gradient(to bottom, #fff 0%, #fff 33.3333333333%, #FFECB9 33.3333333333%, #FFECB9 66.6666666667%, #FFECB9 66.6666666667%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  padding-bottom: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  overflow-x: hidden;
}
#toparea-event header {
  width: 25%;
  padding: 0 3%;
}
#toparea-event header .icon-btn {
  padding: 2em 0;
}
#toparea-event .event_list {
  width: 75%;
  padding: 0 3%;
}
#toparea-event .event_list .event_slider {
  width: 100%;
}
#toparea-event .event_list .event_slider li {
  width: 33.3%;
}
@media screen and (max-width: 1080px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  #toparea-event { /*SP*/
    margin-top: 3em;
    background: #FFECB9;
  }
  #toparea-event header {
    width: 100%;
    padding: 0;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  #toparea-event header h1 {
    width: 60%;
  }
  #toparea-event header .icon-btn {
    width: 40%;
  }
  #toparea-event header #event_genre {
    width: 100%;
    background: #FFECB9;
    padding: 1em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 5px;
  }
  #toparea-event header #event_genre li {
    width: calc(50% - 5px);
  }
  #toparea-event .event_list {
    width: 100%;
  }
  #toparea-event .event_list .event_slider li {
    width: 100%;
  }
}
@media screen and (max-width: 720px ) {
  #toparea-event { /*SP*/ }
  #toparea-event header h1 {
    width: 100%;
  }
  #toparea-event header .icon-btn {
    width: 100%;
    text-align: center;
  }
}

#event_genre li {
  font-size: 85%;
  margin-bottom: 10px;
}
#event_genre li a {
  display: block;
  position: relative;
  background: #fff;
  padding: 10px 2em;
  border-radius: 5px;
  text-decoration: none;
}
#event_genre li a:hover {
  background: #ffbc70;
}
#event_genre li a:before, #event_genre li a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
#event_genre li a:before {
  left: 1em;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
}
#event_genre li a:after {
  font-size: 85%;
  right: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  color: #fff;
}

#toparea-topics {
  border-bottom: 2px solid #87C681;
  padding: 3vw 3% 5vw;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  background: url("../img/bg-activity.jpg") no-repeat left bottom;
  background-size: 40% auto;
}
#toparea-topics:after {
  width: 10vw;
  max-width: 180px;
  aspect-ratio: 1/1;
  content: "";
  z-index: 3;
  background: url("../img/human-odekake.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 720px ) {
  #toparea-topics:after {
    display: none;
  }
}
#toparea-topics header {
  width: 25%;
  max-width: 240px;
}
#toparea-topics header h1 {
  margin-bottom: 3em;
}
#toparea-topics header h1 .title-main {
  font-size: 250%;
  letter-spacing: 2px;
}
#toparea-topics #post-container {
  width: 75%;
  max-width: 740px;
}
@media screen and (max-width: 720px ) {
  #toparea-topics { /*SP*/
    padding: 3em 5%;
    background-size: 90% auto;
  }
  #toparea-topics header {
    max-width: inherit;
    max-width: initial;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  #toparea-topics #post-container {
    max-width: inherit;
    max-width: initial;
    width: 100%;
  }
  #toparea-topics #post-container .topics-list dl dt, #toparea-topics #post-container .topics-list dl dd {
    width: 100%;
  }
  #toparea-topics #post-container .topics-list dl dt {
    text-align: left;
    padding-left: 0;
  }
}

.topics_box {
  display: block;
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  margin-bottom: 10px;
}
.topics_box:hover {
  text-decoration: none;
  background: #FFF3DA;
  border-color: #FFB680;
}
.topics_box dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.topics_box dl dt {
  font-size: 85%;
  color: #787878;
  width: 10em;
  padding: 0 1em;
  text-align: center;
}
.topics_box dl dd {
  width: calc(100% - 12em);
}
@media screen and (max-width: 720px ) {
  .topics_box dl { /*SP*/ }
  .topics_box dl dt, .topics_box dl dd {
    width: 100%;
  }
}

.search_genre {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@starting-style {
  .search_genre {
    opacity: 0;
  }
}
.search_genre.show {
  display: block;
  opacity: 1;
}

#toparea-activity {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#toparea-activity header {
  padding-top: 10vw;
  padding-left: 15%;
  width: 40%;
}
#toparea-activity header h1 {
  margin-bottom: 2em;
}
#toparea-activity header .subtext {
  line-height: 2;
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1080px ) and (min-width: 721px ) {
  #toparea-activity { /*SP*/ }
  #toparea-activity header {
    padding-left: 3%;
  }
}
@media screen and (max-width: 720px ) {
  #toparea-activity {
    padding-top: 0;
    background-size: 50vw auto;
  }
  #toparea-activity header {
    padding-left: 3%;
    width: 100%;
    padding-right: 5%;
  }
  #toparea-activity header h1 {
    padding-bottom: 1em;
  }
}
#toparea-activity #topbnr_activity {
  padding-top: 10vw;
  background: url("../img/bg-activity.jpg") no-repeat right top;
  background-size: auto 10vw;
}
#toparea-activity .topbnr {
  min-width: 45%;
}
#toparea-activity .topbnr a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#toparea-activity .topbnr a img {
  display: inline-block;
  z-index: 2;
  position: relative;
}
#toparea-activity .topbnr a:before {
  display: block;
  content: "";
  background: #c1c1c1;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#toparea-activity .topbnr a:hover img {
  opacity: 1;
}
#toparea-activity .topbnr a:hover:before {
  top: 0;
  left: 0 !important;
}

#topbnr_activity {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-bottom: 3em;
}
#topbnr_activity a:before {
  background: #51A672 !important;
  left: -10px !important;
}
@media screen and (max-width: 720px ) {
  #topbnr_activity { /*SP*/
    padding-left: 10vw;
  }
}

#topbnr_facility {
  display: inline-block;
  padding-left: 5vw;
  padding-bottom: 1em;
  position: relative;
}
#topbnr_facility a:before {
  background: #FFDF2C !important;
}
#topbnr_facility:after {
  width: 10vw;
  max-width: 180px;
  aspect-ratio: 1/1;
  content: "";
  z-index: 3;
  background: url("../img/human-odekake.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 720px ) {
  #topbnr_facility { /*SP*/
    padding: 0 10vw 5em 0;
  }
  #topbnr_facility:after {
    width: 20vw;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

#toparea-movie {
  padding: 0 0 1em;
  position: relative;
}
#toparea-movie:before {
  display: block;
  content: "";
  width: 100%;
  height: 35%;
  background: #FFF4D4;
  background: -webkit-gradient(linear, left top, right top, from(#FFF4D4), color-stop(50%, #FFF4D4), color-stop(50%, #FFD4D4));
  background: linear-gradient(to right, #FFF4D4 0%, #FFF4D4 50%, #FFD4D4 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 720px ) {
  #toparea-movie:before {
    display: none;
  }
}
#toparea-movie header {
  padding: 3em 3%;
  position: relative;
  z-index: 3;
}
#toparea-movie header h1 {
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
#toparea-movie header h1 span {
  display: inline-block;
}
#toparea-movie header h1 span.main {
  font-size: 200%;
  letter-spacing: 1px;
}
#toparea-movie header h1 span.sub {
  display: block;
  font-size: 120%;
}
#toparea-movie .title {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
#toparea-movie .title a {
  font-size: 110%;
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  background: #fff;
  padding: 0.5em 3em;
  border-radius: 50px;
  border: 3px solid #fff;
  text-decoration: none;
  position: relative;
}
#toparea-movie .title a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#toparea-movie .title a:hover {
  color: #fff !important;
}
#toparea-movie .title a:hover:after {
  right: 0.75em;
}
#toparea-movie ul {
  position: relative;
}
#toparea-movie ul li {
  position: relative;
  z-index: 3;
  padding: 1em 2%;
  text-align: center;
}
@media screen and (max-width: 720px ) {
  #toparea-movie ul li { /*SP*/
    padding: 2em 5%;
  }
}
@media screen and (max-width: 720px ) {
  #toparea-movie ul li:nth-child(odd) {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.3333333333%, #fff), color-stop(33.3333333333%, #FFF4D4), color-stop(66.6666666667%, #FFF4D4), color-stop(66.6666666667%, #FFF4D4));
    background: linear-gradient(to bottom, #fff 0%, #fff 33.3333333333%, #FFF4D4 33.3333333333%, #FFF4D4 66.6666666667%, #FFF4D4 66.6666666667%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  }
}
#toparea-movie ul li:nth-child(odd) .title a {
  color: #FFC547;
  border-color: #FFC547;
}
#toparea-movie ul li:nth-child(odd) .title a:hover {
  background: #FFC547;
}
@media screen and (max-width: 720px ) {
  #toparea-movie ul li:nth-child(even) {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.3333333333%, #fff), color-stop(33.3333333333%, #FFD4D4), color-stop(66.6666666667%, #FFD4D4), color-stop(66.6666666667%, #FFD4D4));
    background: linear-gradient(to bottom, #fff 0%, #fff 33.3333333333%, #FFD4D4 33.3333333333%, #FFD4D4 66.6666666667%, #FFD4D4 66.6666666667%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  }
}
#toparea-movie ul li:nth-child(even) .title a {
  color: #FF8888;
  border-color: #FF8888;
}
#toparea-movie ul li:nth-child(even) .title a:hover {
  background: #FF8888;
}

#revision-box {
  max-width: 1000px;
}
#revision-box h2 {
  font-size: 110%;
  font-family: "Zen Maru Gothic", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #FF7E7E;
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.5em;
}
#revision-box h2:before {
  display: inline-block;
  content: "";
  width: 1.25em;
  height: 4px;
  background: #FF7E7E;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}
#revision-box #rev-container {
  padding: 0.5em 1em;
  max-height: 200px;
  overflow-y: auto;
  background: #FFEAEA;
  border-radius: 5px;
}
#revision-box dl.rev-box {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0.5em 1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#revision-box dl.rev-box dt {
  font-size: 90%;
  width: 20%;
}
#revision-box dl.rev-box dt span {
  display: inline-block;
}
#revision-box dl.rev-box dt .revision_time, #revision-box dl.rev-box dt .up_data {
  display: block;
}
#revision-box dl.rev-box dt .revision_time {
  font-weight: bold;
  padding-left: 0.5em;
}
#revision-box dl.rev-box dt .up_data {
  color: #696969;
  font-size: 90%;
  margin-bottom: 5px;
}
#revision-box dl.rev-box dd {
  width: 80%;
}
#revision-box dl.rev-box dd a {
  text-decoration: underline;
}
#revision-box dl.rev-box dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 720px ) {
  #revision-box dl.rev-box { /*SP*/ }
  #revision-box dl.rev-box dt, #revision-box dl.rev-box dd {
    width: 100%;
  }
  #revision-box dl.rev-box dt {
    margin-bottom: 0.5em;
  }
  #revision-box dl.rev-box dt .revision_time, #revision-box dl.rev-box dt .up_data {
    display: inline-block;
    margin-right: 1em;
  }
}

